@font-face {
  font-family: BrochaBold;
  src: url(fonts/Brocha_W00_Bold.ttf) format("truetype");
}
@font-face {
  font-family: BrochaBlack;
  src: url(fonts/brocha-black.ttf) format("truetype");
}
@font-face {
  font-family: BrochaBook;
  src: url(fonts/brocha-book.ttf) format("truetype");
}
@font-face {
  font-family: BrochaSemiBold;
  src: url(fonts/brocha-semibold.ttf) format("truetype");
}
@font-face {
  font-family: BrochaRegular;
  src: url(fonts/brocha-regular.ttf) format("truetype");
}

body {
	margin: 0px;
  background-image: url(../images/bg.png);
  background-size: 100% auto;
  background-position: top center;
}

button:focus, input:focus, div:focus { outline: none; }

.login {
  width: 70.1045vw;
  position: relative;
  margin: 0 auto;
}
.login form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw;
}
.login button {
  background-color: #7cdb5c;
  color: #fff;
  font-family: BrochaBold;
  font-size: 1.17552vw;
  border: none;
  border-radius: 1.4vw;
  padding: 0.6vw 2.3vw;
  cursor: pointer;
  display: block;
}
.login input {
  width: 15vw;
  background-color: #fff;
  color: #7cdb5c;
  display: block;
  font-family: BrochaBold;
  font-size: 1.17552vw;
  border: none;
  border-radius: 1.4vw;
  padding: 0.6vw 1vw;
  margin-bottom: 1.5vw;
}
.login input::placeholder {
  color: #7cdb5c;
}
.login-message {
  width: 15vw;
  font-family: BrochaBold;
  font-size: 1.17552vw;
  text-align: center;
  color: #fff;
  margin-top: 2vw;
}
.menu-popup {
  position: fixed;
  top: 0vw;
  left: 0vw;
  right: 0vw;
  bottom: 0vw;
  z-index: 9;
  background-color: #00000082;
  display: none;
}
.menu-popup-content {
  position: relative;
  top: 0vw;
  width: 66vw;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 0.9vw;
  border-top-right-radius: 0.9vw;
  left: 50%;
  margin-left: -33vw;
}
.menu-logo {
  width: 4.896vw;
  margin: 1vw;
}
.menu-close {
  float: right;
  margin: 2.4vw 1.5vw;
  cursor: pointer;
  width: 2.5vw;
}
.menu-popup ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-family: 'BrochaBlack';
  font-size: 1.94375vw;
}
.menu-popup ul li {
  background-color: #7cdb5c;
  color: #fff;
  height: 13vh;
  line-height: 13vh;
  margin-bottom: 0.5vw;
}
.menu-popup ul li a {
  color: #fff;
  text-decoration: none;
  width: calc(100% - 1.5vw);
  height: 100%;
  display: inline-block;
  padding-left: 1.5vw;
}
.menu-popup ul li a:hover {
  color: #7cdb5c;
  background-color: #fff;
}
.container {
  width: 70.1045vw;
  position: relative;
  margin: 0 auto;
}

.header {
  position: relative;
  width: 100%;
  margin-top: 2vw;
}
.logo {
  position: relative;
  width: 7.969vw;
  left: 50%;
  margin-left: -3.5vw;
  margin-bottom: 1.1vw;
}
.menu {
  position: absolute;
  width: 3.75vw;
  right: 0vw;
  cursor: pointer;
}
.ips {
  width: 100%;
  position: relative;
  vertical-align: bottom;
  text-align: center;
}
.ips img {
  width: 3.79vw;
  margin: 0 -0.25vw;
  cursor: pointer;
}
.ips .ip-selected {
  transform: scale(1.2) !important;
  transition: all .3s ease;
}
.categories {
  width: 100%;
  position: relative;
  margin-top: 1.4vw;
  margin-bottom: 1.4vw;
  display: flex;
  justify-content: space-between;
}
.categories button {
  background-color: #fff;
  color: #00a4d7;
  font-family: BrochaBold;
  font-size: 0.758331vw;
  border: none;
  border-radius: 2vw;
  padding: 0.85vw 1.5vw;
  cursor: pointer;
}
.categories .category-selected {
  background-color: #00a4d7;
  color: #fff;
  transform: scale(1) !important;
}
.filter {
  width: 100%;
  position: relative;
  margin-top: 1.4vw;
}
.filter-type {
  background-color: #fff;
  color: #7cdb5c;
  font-family: BrochaBlack;
  font-size: 1.5vw;
  border: solid 0.3vw #fff;
  border-radius: 1.5vw;
  padding: 0.6vw 2.2vw;
  margin-right: 0.5vw;
  cursor: pointer;
}
.filter-type-selected {
  background-color: #7cdb5c;
  color: #fff;
  transform: scale(1) !important;
}
.filter-input {
  display: inline-block;
  background-color: #0000003b;
  width: 15vw;
  border-radius: 1.5vw;
  padding: 0.6vw 2vw;
  right: 0vw;
  position: absolute;
  text-align: right;
  vertical-align: top;
  /*height: -webkit-fill-available;*/
}
.filter-icon {
  width: 2.136vw;
  cursor: pointer;
}
#filter-txt {
  background-color: transparent;
  width: 56%;
  color: #fff;
  font-family: BrochaBlack;
  font-size: 0.94531vw;
  border: none;
  border-radius: 1.5vw;
  padding: 0.5vw 2vw;
  text-align: right;
  vertical-align: top;
}
#filter-txt::placeholder {
  color: #fff;
}
.filter-results {
  background-color: #fff;
  color: #7cdb5c;
  font-family: BrochaBlack;
  font-size: 1.248436vw;
  border: none;
  border-radius: 1.4vw;
  padding: 1.3vw 0.8vw;
  margin-bottom: 1.5vw;
  box-shadow: 0px 0.25vw 0.5vw #929292a8;
}
.content {
  background-color: #7cdb5c;
  border: solid 0.55vw #fff;
  margin-top: 1vw;
  margin-bottom: 3vw;
  border-radius: 2vw;
  box-shadow: inset 0px 0.4vw 0px 0px #66c446;
  padding: 2.8vw 2.5vw;
}
.content-item {
  background-color: #fff;
  border-radius: 1.5vw;
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0.25vw 0.5vw #929292a8;
  margin-bottom: 1.5vw;
}
.content div:last-child {
  margin-bottom: unset;
}
.icon-plus {
  position: absolute;
  right: 1.5vw;
  background-color: #7cdb5c;
  border-radius: 50%;
  padding: 0.6vw;
  top: 2.2vw;
  cursor: pointer;
  width: 1.7vw;
  height: 1.7vw;
  display: flex;
  justify-content: center;
  align-content: center;
}
.icon-plus img {
  width: 1.563vw;
}
.titles {
  display: inline-block;
  width: 50vw;
  position: absolute;
  top: 0px;
  padding: 1.4vw 1.2vw;
}
.titles span {
  display: block;
}
.titles .title-categories {
  padding: 0px;
  margin: 0px;
  font-family: 'BrochaBold';
  font-size: 0.9vw;
  color: #b7b5b5;
}
.titles .title-date {
  padding: 0px;
  margin: 0px;
  font-family: 'BrochaBook';
  font-size: 1vw;
  color: #b7b5b5;
}
.titles h3 {
  padding: 0px;
  margin: 0px;
  font-family: 'BrochaBlack';
  font-size: 1.6vw;
  color: #979797;
}
.content-item-top {
  box-shadow: 0px 0.25vw 0.5vw #929292a8;
  border-radius: 1.5vw;
  height: 7.5521vw;
  overflow: hidden;
}
.content-item-top .img {
  width: 7.396vw;
  height: 100%;
}
.links {
  position: relative;
  display: none;
  width: 100%;
}
.links .btn-zip {
  background-color: #7cdb5c;
  color: #fff;
  font-family: BrochaSemiBold;
  font-size: 0.840623vw;
  border: none;
  border-radius: 1.4vw;
  padding: 0.85vw;
  min-width: 8vw;
  cursor: pointer;
  margin: 0 0.5vw 0.5vw 0;
}
.links .btn-view {
  background-color: #74a9f3;
  color: #fff;
  font-family: BrochaSemiBold;
  font-size: 0.840623vw;
  border: none;
  border-radius: 1.4vw;
  padding: 0.85vw;
  min-width: 8vw;
  cursor: pointer;
  margin: 0 0.5vw 0.5vw 0;
}
.links-content {
  position: relative;
  left: 8vw;
  width: 56vw;
  display: inline-block;
  padding: 2vw 0vw;
  display: inline-block;
}
.links h3 {
  font-family: BrochaBold;
  font-size: 1.322394vw;
  color: #959595;
  margin: 0vw 0vw 0.7vw 0vw;
}
.links .btns {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 54.5vw;
}
.links .links-line {
  margin-bottom: 1vw;
}
.ips-left, .ips-right {
  display: none;
}
@media screen and (min-width: 900px) {
.ips img {
  width: 3.79vw;
  margin: 0 0.80vw;
  cursor: pointer;
}
  }   
@media screen and (max-width: 900px) {
  body {
    background-size: 200% auto;
    background-color: #008fff;
    background-repeat: no-repeat;
  }
  .container {
    width: 90vw;
  }
  .header {
    margin-top: 6vw;
  }
  .logo {
    width: 24vw;
    margin-left: -12vw;
  }
  .menu {
    width: 10vw;
  }
  .ips img {
    width: 16vw;
  }
  .ips {
    margin: 0vw auto;
    width: 78vw;
    overflow: hidden;
  }
  .ips-items {
    width: 400vw;
    text-align: left;
    height: 25vw;
  }
  .filter {
    text-align: center;
  }
  .filter-type {
    font-size: 5vw;
    border: solid 0.8vw #fff;
    border-radius: 4vw;
    padding: 1vw 2vw;
    margin-right: 1vw;
    margin-bottom: 2.5vw;
  }
  .filter-type-3 {
    margin-right: 0vw; 
  }
  .filter-input {
    display: block;
    width: 86vw;
    border-radius: 3vw;
    padding: 0.6vw 2vw;
    right: 0vw;
    position: relative;
    margin: 7vw 0vw 5vw 0vw;
  }
  .filter-icon {
    width: 8vw;
  }
  #filter-txt {
    width: 80%;
    font-size: 4vw;
    padding: 1.5vw 2vw;
  }
  .categories {
    position: relative;
    display: inline-block;
    justify-content: unset;
    text-align: center;
  }
  .categories button {
    font-size: 3vw;
    border-radius: 4vw;
    padding: 2.7vw 3.2vw;
    margin: 1.2vw 1vw;
  }
  .content {
    border: solid 1.7vw #fff;
    margin-top: 5vw;
    margin-bottom: 10vw;
    border-radius: 5vw;
    box-shadow: inset 0px 1.2vw 0px 0px #66c446;
    padding: 2.8vw 2.5vw;
  }
  .content-item {
    border-radius: 4.6vw;
    box-shadow: 0px 0.25vw 0.5vw #929292a8;
    margin-bottom: 3vw;
  }
  .content-item-top {
    box-shadow: 0px 0.25vw 0.5vw #929292a8;
    border-radius: 4.6vw;
    height: 26vw;
  }
  .content-item-top .img {
    width: 26vw;
  }
  .titles {
    width: 46vw;
  }
  .titles h3 {
    font-size: 4.5vw;
  }
  .titles .title-categories {
    font-size: 3vw;
  }
  .titles .title-date {
    padding: 0px;
    margin: 0px;
    font-family: 'BrochaBook';
    font-size: 3vw;
  }
  .icon-plus {
    right: 1.5vw;
    padding: 2vw;
    top: 8.3vw;
    width: 6vw;
    height: 6vw;
  }
  .links-content {
    left: 4vw;
    width: 74vw;
    padding: 6vw 0vw;
  }
  .links h3 {
    font-size: 4.5vw;
  }
  .links .btns {
    display: inline-block;
    justify-content: unset;
    width: 74vw;
  }
  .icon-plus img {
    width: 100%;
  }
  .links .btn-zip, .links .btn-view {
    font-size: 3.7vw;
    border-radius: 2.3vw;
    padding: 3vw 3vw;
    min-width: 8vw;
    margin: 1vw 0.5vw;
  }
  .filter-results {
    font-size: 4.5vw;
    border-radius: 2vw;
    padding: 1.6vw 2vw;
    margin-bottom: 3vw;
  }
  .menu-popup-content {
    width: 100vw;
    height: 100%;
    border-top-left-radius: 0vw;
    border-top-right-radius: 0vw;
    margin-left: -50vw;
  }
  .menu-logo {
    width: 11vw;
    margin: 4vw;
  }
  .menu-close {
    margin: 6vw 3vw;
    width: 7vw;
  }
  .menu-popup ul {
    font-size: 4.5vw;
  }
  .menu-popup ul li a {
    width: calc(100% - 5vw);
    padding-left: 5vw;
  }
  .login input {
    width: 70vw;
    font-size: 5vw;
    border-radius: 4vw;
    padding: 1vw 4vw;
    margin-bottom: 0vw;
    position: relative;
    margin-top: 5vw;
  }
  .login button {
    font-size: 5vw;
    border-radius: 4vw;
    padding: 2vw 6vw;
    margin-top: 7vw;
  }
  .login-message {
    width: 90vw;
    font-size: 4vw;
    margin-top: 5vw;
  }
  .ips-left {
    display: inline;
    position: absolute;
    top: 22.1vw;
    left: -5vw;
    transform: scale(0.6)
  }
  .ips-right {
    display: inline;
    position: absolute;
    top: 22.1vw;
    right: -3vw;
    transform: scale(0.6)
  }
}