.lista-container {
  display: flex;
  gap: 25px;
  margin: 40px 0;
}

.filter-container {
  width: 100%;
  max-width: 370px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-select .custom-options input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.filter-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 395px;
  max-width: 395px;
}
.filter-content > h2 {
  color: var(--color-01);
  font-family: "Taz-ExtraBold";
  text-transform: uppercase;
  line-height: 22px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter_input {
  width: 100%;
}

.filter_input > label {
  font-size: 14px;
  font-family: "Taz-bold";
  text-transform: uppercase;
  line-height: 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1c1c1b;
}

.filter_input > label::before {
  content: "•";
  height: 13px;
  color: var(--color-01);
  font-size: 18px;
}

.filter_input select {
  width: 100%;
  border-radius: 50px;
  height: 45px;
  padding: 15px;
  margin: 15px 0;
  outline: none;
}

.input-area {
  display: flex;
  gap: 15px;
}

.lista-resultado {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.lista-resultado .input-container {
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 20px #0000000d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.lista-resultado .input-container > input {
  width: 100%;
  font-family: "Lato-Regular";
  font-size: 12px;
  line-height: 16px;
  padding: 12px 12px 12px 24px;
  border-radius: 50px;
}

.lista-resultado .input-container .search-img {
  background: #007cb0;
  padding: 10px;
  border-radius: 50%;
  margin: 5px;
  display: flex;
  align-items: center;
}

.sem-resultado {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 315px;
  margin: auto;
}

.sem-resultado-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.sem-resultado > figure > img {
  width: 80px;
  height: 80px;
}

.sem-resultado > figure {
  margin-bottom: 15px;
}

.sem-resultado-text h2 {
  font-family: "Taz-Bold";
  font-size: 24px;
  color: #1c1c1b;
  line-height: 28px;
  text-align: center;
}

.sem-resultado-text h3 {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #727577;
  line-height: 18px;
}

.resultado-content {
  display: flex;
  flex-direction: column;
}

.resultado-content > figure {
  width: 100%;
  height: 100%;
}

.resultado-content > figure > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.resultados {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.resultados .loading {
  margin: auto;
  width: 100%;
  max-width: 200px;
}
.resultado-content {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 10px 20px #0000000d;
  border-radius: 15px;
  width: calc(100% / 3 - 17px);
}

.resultado-content .resulto-content-text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px;
}

.resulto-content-text .content-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.resulto-content-text .content-title span {
  font-size: 22px;
  font-family: "Taz-Bold";
  line-height: 22px;
  color: var(--color-01);
}

.resulto-content-text .content-title h2 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Taz-SemiBold";
}

.resulto-content-text button img {
  width: 16px;
  height: 16px;
}

.filter-type {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.filter-type > h2 {
  font-size: 14px;
  line-height: 16px;
  font-family: "Taz-Bold";
  position: relative;
  color: #1c1c1b;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.filter-type > h2::before {
  content: "•";
  height: 13px;
  color: var(--color-01);
  font-size: 18px;
}

.filter-content h2 img {
  display: none;
}

.filter-type .filter-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-type .filter-category .filter-item > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 17px;
  font-family: "Taz-SemiBold";
  color: #585858;
}

.filter-category {
  margin-bottom: 25px;
}

.filtros-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  width: 100%;
  font-family: "Lato-Bold";
  font-size: 14px;
  line-height: 18px;
  background-color: #007cb0;
  box-shadow: 0px 10px 10px #0049980d;
  border-radius: 20px;
  color: #fff;
  margin-bottom: -15px;
  cursor: pointer;
}

.filtros-mobilelabel {
  cursor: pointer;
}

.filter-container.active {
  position: fixed;
  z-index: 20000;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.5s;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: end;
}

.filter-container.active .filter-content {
  display: block;
  min-width: unset;
  width: 95%;
  background-color: #f6f6f6;
  margin-left: 40px;
  border-radius: 20px 0 0 20px;
  overflow-y: scroll;
}
/* .newsletter-filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #5c3884;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
  & img {
    width: 34px;
    height: 38px;
  }
  & h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.22px;
    color: #ffffff;
  }
  & span {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
  }
  & .newsletter-filter-email {
    width: 100%;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    outline: none;
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #727577;
  }
  & .checkbox-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    & input {
      width: 16px;
      height: 16px;
      border: 1px solid #727577;
      border-radius: 4px;
    }
    & span {
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
    }
  }
  & button {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 12px 0;
    text-transform: uppercase;
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
  }
} */
.newsletter-filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #5c3884;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
}

.newsletter-filter img {
  width: 34px;
  height: 38px;
}

.newsletter-filter h2 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.22px;
  color: #ffffff;
}

.newsletter-filter span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.newsletter-filter .newsletter-filter-email {
  width: 100%;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  outline: none;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #727577;
}

.newsletter-filter .checkbox-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.newsletter-filter .checkbox-filter input {
  width: 16px;
  height: 16px;
  border: 1px solid #727577;
  border-radius: 4px;
}

.newsletter-filter .checkbox-filter span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

.newsletter-filter button {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 12px 0;
  text-transform: uppercase;
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
}
/* .newsletter-filter-mob {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #5c3884;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
  & img {
    width: 34px;
    height: 38px;
  }
  & h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.22px;
    color: #ffffff;
  }
  & span {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
  }
  & .newsletter-filter-email {
    width: 100%;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    outline: none;
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #727577;
  }
  & .checkbox-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    & input {
      width: 16px;
      height: 16px;
      border: 1px solid #727577;
      border-radius: 4px;
    }
    & span {
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
    }
  }
  & button {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 12px 0;
    text-transform: uppercase;
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
  }
} */
.newsletter-filter-mob {
  display: none;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #5c3884;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
}

.newsletter-filter-mob img {
  width: 34px;
  height: 38px;
}

.newsletter-filter-mob h2 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.22px;
  color: #ffffff;
}

.newsletter-filter-mob span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.newsletter-filter-mob .newsletter-filter-email {
  width: 100%;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  outline: none;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #727577;
}

.newsletter-filter-mob .checkbox-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.newsletter-filter-mob .checkbox-filter input {
  width: 16px;
  height: 16px;
  border: 1px solid #727577;
  border-radius: 4px;
}

.newsletter-filter-mob .checkbox-filter span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

.newsletter-filter-mob button {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 12px 0;
  text-transform: uppercase;
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
}
.anuncio-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 364px; */
  flex-direction: column;
  margin: 0 auto;
}

.anuncio-empty > p {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #1c1c1b;
  text-align: center;
  letter-spacing: -0.24px;
}

.anuncio-empty > span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #727577;
  text-align: center;
}
@media (max-width: 1200px) {
  .filter-content {
    min-width: 280px;
    max-width: 300px;
  }
  .filter-type .filter-category .filter-item {
    width: 100%;
  }
  .resultado-content {
    width: calc(100% / 2 - 17px);
  }
}
@media (max-width: 768px) {
  .lista-container {
    display: block;
  }
}
@media (max-width: 1023px) {
  .filter-container.active .filter-content {
    overflow: hidden;
  }

  .filter-content > form {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow-x: hidden;
    padding: 0 0 30px 0;
  }

  .filter-container.active {
    border-radius: 0;
  }

  .filter-content {
    display: none;
  }

  .filter-content.active {
    display: block;
  }

  .filter-container {
    left: 100%;
    transition: all 0.5s;
  }

  .lista-resultado {
    gap: 25px;
  }

  .filtros-mobile {
    display: flex;
    align-items: center;
  }

  .filter-container.active .filter-content > h2 img {
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .newsletter-filter {
    display: none;
  }
  .newsletter-filter-mob {
    display: flex;
    border-radius: 0;
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .resultado-content {
    width: calc(100% / 2 - 15px);
  }
  .btn {
    width: 100%;
  }
}

@media (max-width: 468px) {
  .resultado-content {
    width: calc(100% / 1 - 1px);
  }

  .resulto-content-text button {
    width: 100%;
  }
}

.btn {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 14px;
  font-family: "Taz-SemiBold";
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 10px 10px #0049980d;
  width: 80%;
  z-index: 1;
}

.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-01);
  border-radius: 5px;
  z-index: -2;
}

.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 0%;
  height: 100%;
  background-color: var(--color-06);
  box-shadow: 0px 10px 10px #0049980d;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  transform: skewX(35deg);
  border-radius: 5px;
  z-index: -1;
}

.btn:hover {
  color: #f7f7f7;
}

.btn:hover:before {
  width: 220%;
}

.filter-item input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.show {
  display: block !important;
}
.populares-filterExpand-mob {
  display: none;
}
/* .populares-filter {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 24px 20px 20px 20px;
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  & h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1364ae;
  }

  & .populares-resultados {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #646668;
  }
} */
.populares-filter {
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 24px 20px 20px 20px;
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.populares-filter h2 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #1364ae;
}

.populares-filter .populares-resultados {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #646668;
}
.filter-subtitle {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #1c1c1b;
  margin-top: 12px;
  margin-bottom: 10px;
}

.filters-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.filter-itemBox {
  border-radius: 10px;
  border: 2px solid #1364ae;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 15px;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #1364ae;
  cursor: pointer;
  user-select: none;
}

.filter-itemBox.active {
  background-color: #1364ae;
  color: #ffffff;
}

.filter-itemBox.active img {
  filter: brightness(0) invert(1);
}

.filter-custom-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  font-family: "NimbusSans-Regular", sans-serif;
  outline: none;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 12px;
  box-shadow: 0px 5px 5px #00000005;
  width: 100%;
  gap: 3px;
  border-radius: 10px;
}

.filter-custom-select select {
  font-family: "NimbusSans-Regular", sans-serif;
  letter-spacing: -0.12px;
  line-height: 20px;
  color: #181819;
  outline: none;
  width: 100%;
  font-size: 12px;
  outline: none;
  appearance: none;
  background-color: #f9f9f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.filter-custom-select .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background-image: url("/themes/default/assets/img/svg/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  background-color: #ffffff;
  margin-top: -1px;
}

.filter-input {
  display: flex;
  align-items: center;
  font-family: "NimbusSans-Regular", sans-serif;
  outline: none;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 12px;
  box-shadow: 0px 5px 5px #00000005;
  width: 100%;
  border-radius: 10px;
  color: #181819;
}

.filter-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.filter-row-wrap {
  flex-wrap: wrap;
}
.characteristic-item,
.seguranca-item,
.comodidades-item {
  border-radius: 100px;
  border: 1px solid #1364ae;
  padding: 4px 12px;
  color: #1364ae;
  gap: 10px;
  white-space: nowrap;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
}
.characteristic-item.active,
.comodidades-item.active,
.seguranca-item.active {
  background-color: #1364ae;
  color: #ffffff;
}
.filter-min,
.filter-max {
  display: flex;
  align-items: center;
  font-family: "NimbusSans-Regular", sans-serif;
  outline: none;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 12px;
  box-shadow: 0px 5px 5px #00000005;
  width: 100%;
  border-radius: 10px;
  color: #181819;
}

.numeric-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.numeric-wrapper input {
  display: flex;
  align-items: center;
  font-family: "NimbusSans-Regular", sans-serif;
  outline: none;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 12px;
  box-shadow: 0px 5px 5px #00000005;
  width: 100%;
  border-radius: 10px;
  color: #181819;
  max-width: 90px;
  text-align: center;
}

.filter-quantity {
  background-color: #1364ae;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 10px #1818190d;
  cursor: pointer;
}
/* .newsletter-filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #5c3884;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
  & img {
    width: 34px;
    height: 38px;
  }
  & h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.22px;
    color: #ffffff;
  }
  & span {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
  }
  & .newsletter-filter-email {
    width: 100%;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    outline: none;
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #727577;
  }
  & .checkbox-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    & input {
      width: 16px;
      height: 16px;
      border: 1px solid #727577;
      border-radius: 4px;
    }
    & span {
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 12px;
      line-height: 20px;
      color: #ffffff;
    }
  }
  & button {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 12px 0;
    text-transform: uppercase;
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
  }
} */
.newsletter-filter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background-color: #5c3884;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
}

.newsletter-filter img {
  width: 34px;
  height: 38px;
}

.newsletter-filter h2 {
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.22px;
  color: #ffffff;
}

.newsletter-filter span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.newsletter-filter .newsletter-filter-email {
  width: 100%;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  outline: none;
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #727577;
}

.newsletter-filter .checkbox-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.newsletter-filter .checkbox-filter input {
  width: 16px;
  height: 16px;
  border: 1px solid #727577;
  border-radius: 4px;
}

.newsletter-filter .checkbox-filter span {
  font-family: "NimbusSans-Regular", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

.newsletter-filter button {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 12px 0;
  text-transform: uppercase;
  font-family: "NimbusSans-Bold", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .populares-filter-mob__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
  .populares-filter-mob {
    background-color: #f3f3f3;
    border-radius: 16px 16px 0 0;
    padding: 24px 20px 20px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70%;
    z-index: 99;
    overflow-y: scroll;
  }

  .populares-filter-mob h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1364ae;
  }

  .populares-filter-mob .populares-resultados {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #646668;
  }
  .filter-container {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .populares-filter {
    max-width: unset;
    height: 70%;
    position: fixed;
    bottom: 0;
    overflow: scroll;
  }
  .populares-filterExpand-mob {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  /* .populares-filterExpand-mob__head {
  
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    & h2 {
      font-family: "NimbusSans-Bold", sans-serif;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.2px;
      color: #181819;
    }
    & .populares-filterExpand-mob__filter {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
      & span {
        font-family: "NimbusSans-Regular", sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #1364ae;
      }
      & img {
        width: 18px;
        height: 16px;
      }
    }
  } */
  .populares-filterExpand-mob__head {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .populares-filterExpand-mob__head h2 {
    font-family: "NimbusSans-Bold", sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #181819;
  }

  .populares-filterExpand-mob__head .populares-filterExpand-mob__filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .populares-filterExpand-mob__head .populares-filterExpand-mob__filter span {
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #1364ae;
  }

  .populares-filterExpand-mob__head .populares-filterExpand-mob__filter img {
    width: 18px;
    height: 16px;
  }
  .populares-filterExpand-mob__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  /* .filter-mob__searched {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: scroll;
    margin-left: 20px;
    & span {
      color: #ffffff;
      background-color: #1364ae;
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 12px;
      line-height: 22px;
      padding: 0 12px;
      border-radius: 50px;
    }
  } */
  .filter-mob__searched {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: scroll;
    margin-left: 20px;
  }

  .filter-mob__searched span {
    color: #ffffff;
    background-color: #1364ae;
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding: 0 12px;
    border-radius: 50px;
  }
  .filter-mob__founds {
    padding: 0 20px;
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #646668;
  }
  /* .filter-mob__search {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 11px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    cursor: pointer;
    margin: 0 20px;
    & input {
      width: 100%;
      border: none;
      outline: none;
      font-family: "NimbusSans-Regular", sans-serif;
      font-size: 12px;
      line-height: 15px;
      color: #646668;
      background-color: transparent;
    }
    & img {
      width: 16px;
      height: 16px;
    }
  } */
  .filter-mob__search {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 11px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    cursor: pointer;
    margin: 0 20px;
  }

  .filter-mob__search input {
    width: 100%;
    border: none;
    outline: none;
    font-family: "NimbusSans-Regular", sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #646668;
    background-color: transparent;
  }

  .filter-mob__search img {
    width: 16px;
    height: 16px;
  }
  .newsletter-filter {
    border-radius: 0;
    max-width: 100%;
    display: none;
  }
}
