/* Banner */
.carousel-indicators li {
  background-color: var(--White);
}
.carousel-indicators li.active {
  background-color: var(--Green);
}

/* Filtro */
.filter {
  background-image: url(../../homev2/images/comercios.png);
  background-size: 100% 100%;
  padding: 3rem 0 9rem;
}
.filter ::placeholder {
  color: var(--DarkBlue);
  font-weight: 500;
  font-size: 1.25rem;
}
img.clear-inp {
  position: absolute;
  width: 26px;
  top: calc(50% - 13px);
  right: 20px;
  z-index: 9;
}
.search {
  position: relative;
  margin-bottom: 3rem;
}
.search input[type="search"] {
  border: solid 1px var(--ExtraLightGray);
  border-radius: 240px;
  padding: 1rem 1rem 1rem 5rem;
  width: 100%;
}
.search-icon {
  background-color: var(--LightBlue);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 4.13rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 360px 360px 0 360px;
}
.filter input[type="radio"] {
  display: none;
}
.filters-labels {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.filters-labels label {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  border: 1px solid var(--ExtraLightGray);
  padding: 0.75rem 1.33rem;
  transition: all ease 0.4s;
  background-color: var(--White);
  font-size: 0.875rem;
}
.filters-labels label:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
[value="CREDITOS"]:checked ~ .filters-labels [for="credit"],
[value="SECURES"]:checked ~ .filters-labels [for="secures"],
[value="SERVICIO_BASICO"]:checked ~ .filters-labels [for="basic_services"],
[value="VARIOS"]:checked ~ .filters-labels [for="varios"],
[value="EVENTO"]:checked ~ .filters-labels [for="event"] {
  border: solid 1px var(--LightBlue);
}

/* .commerce {
  border: 1px dashed var(--LightBlue);
} */
.card-category-block {
  outline: 1px dashed var(--LightBlue);
}
.card-category-block .block {
  padding: 0.5rem 1rem;
}
.card-category-block .block img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 2.5px 0 rgba(0, 0, 0, 0.1);
}

/* Promo */
.promo {
  background-image: url(../../homev2/images/wave-end-bg.png), url(../../homev2/images/wave-bg.png);
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% 100%;
  margin-top: -1.2rem;
  padding: 10.63rem 0;
  color: var(--White);
}
.column-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.column-f .texts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: start;
}
.column-f .texts h2 {
  font-size: 2.2rem;
  font-weight: 800;
}
.column-f .texts h2 b {
  color: var(--Green);
}
.column-f .texts .s-bold {
  font-weight: 500;
}
.promo .carousel-control-next,
.promo .carousel-control-prev {
  width: 2%;
  opacity: 1;
}
.promo .carousel-control-prev-icon,
.promo .carousel-control-next-icon {
  background-color: rgb(from var(--DarkBlue) r g b / 35%);
  padding: 1rem;
  border-radius: 360px;
  background-size: 1rem;
}
.promo .carousel-control-prev {
  left: -35px;
}
.promo .carousel-control-next {
  right: -35px;
}
.promo .carousel-indicators {
  visibility: hidden;
  bottom: -1rem;
}
.promo .green-btn {
  color: var(--White);
  background-color: var(--Green);
  transition: all ease 0.4s;
  border-radius: 0.3rem;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
}
.promo .green-btn:hover {
  background-color: var(--LightBlue);
}

/* Alianzas */
.alianzas {
  padding-bottom: 3rem;
}
.alianzas h4 {
  font-weight: 400;
  color: var(--DarkBlue);
  font-size: 2rem;
  margin-bottom: 3rem;
}
.alianzas h4 b {
  font-weight: 800;
  color: var(--LightBlue);
}
.alianzas img {
  width: 7.5rem;
}
.alianzas .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}
.alianzas .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.alianzas .nav .btn {
  border-radius: 360px !important;
  border: solid 1px var(--ExtraLightGray);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.25rem;
  height: 2.5rem;
  font-size: 0.87rem;
  color: var(--DarkBlue);
}
.alianzas .nav .btn.active,
.alianzas .nav .btn:hover {
  color: var(--LightBlue);
  border: solid 1px var(--LightBlue);
}

/* Ubicacion */

.banner-page {
  background-color: var(--LightBlue);
  color: var(--White);
  padding: 24px 0;
}
.banner-page h2 {
  font-weight: 700;
  margin: 0;
}
.banner-page h3 {
  font-weight: 18px;
  font-weight: normal;
  font-size: 1.25rem;
  padding-top: 8px;
}
.banner-page h3 b {
  font-weight: 900;
  color: var(--Green);
  margin: 0;
}
.location {
  background-image: url(../../homev2/images/fondo_comercio.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  padding: 3rem 0 9rem;
}
.location .list-loc {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.location .list-category h4 {
  font-size: 11px;
  margin-bottom: 8px;
  padding: 1rem 9px 0;
  font-weight: 700;
}
.location .item {
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
  padding: 4px 9px;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: background-color ease 0.3s;
  margin: 3px 0;
}
.location .item input {
  accent-color: #0656C3;
  margin-right: 8px;
}
/* .location .item:hover,
.location .item.active {
  background-color: #e8eef7;
} */
.location .item img {
  width: 10px;
  margin-right: 12px;
}
.location .item label {
  cursor: pointer;
  line-height: 18px;
  margin-bottom: 0;
  width: 100%;
}
.location .superior {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-bottom: 1rem;
}
.location .superior img {
  border-radius: 7px;
  overflow: hidden;
}
.location .superior h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.location .note {
  text-align: center;
  background-color: #E8EEF7;
  font-size: 15px;
  padding: 10px;
  margin-top: 16px;
}
.location .mobile-list-loc {
  margin-bottom: 1rem;
}
.location .mobile-list-loc .m-item {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: solid 1px var(--LightGray);
  padding: 12px;
  gap: 1rem;
}
.location .mobile-list-loc .m-item .mark {
  width: 18px;
}
.location .mobile-list-loc .m-item .ico {
  width: 16px;
}
.location .mobile-list-loc .m-item span {
  width: 100%;
  display: block;
}
.location .mobile-list-loc #open-menu {
  display: none;
}
/* .location .mobile-list-loc .m-locaation-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  top: 0;
  left: 0;
} */
.location .mobile-list-loc .m-locaation-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.location .mobile-list-loc #open-menu:checked ~ .m-locaation-menu {
  display: block;
}
.location .mobile-list-loc .menu-container {
  overflow-y: auto;
  max-height: 100%;
  padding: 50px 40px 40px;
}
.location .mobile-list-loc .select-close {
  background: #fff;
  height: 50px;
  position: fixed;
  width: 100%;
}
.location .mobile-list-loc label.close {
  color: #000000;
  opacity: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}

/* Affiliate */
.affiliate {
  padding-top: 82px;
}
.affiliate h2 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 36px;
}
.affiliate h2 b,
.group h2 {
  color: var(--LightBlue);
  font-weight: bold;
}
.group h2 {
  color: #172C4B;
}
.group h2 b {
  color: var(--LightBlue);
}
.call-to img {
  display: block;
}
.affiliate .blue-btn-n,
.call-to-container .blue-btn-n {
  background-color: var(--LightBlue);
  color: var(--White);
  border-radius: 5px;
  padding: 10px 59px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color ease 0.3s;
  display: inline-block;
}
.affiliate .blue-btn-n {
  margin-top: 15px;
}
.affiliate .blue-btn-n:hover,
.call-to-container .blue-btn-n:hover {
  background-color: #024196;
}
.affiliate .waves-class {
  width: 100%;
  height: auto;
  margin-top: -82px;
}
.group {
  background-color: rgb(242, 247, 253);
  text-align: center;
}
.group h2 {
  font-weight: normal;
}
.group h5 {
  font-weight: normal;
  line-height: 1.75rem;
}
.group .black-white {
  filter: saturate(0);
}
.group .logos {
  border: solid 5px var(--White);
  border-radius: 74px;
  padding: 20px 30px;
  display: flex;
  gap: 34px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.numbers {
  background-color: var(--LightBlue);
  color: var(--White);
}
.numbers h2 {
  font-size: 28px;
  font-weight: normal;
}
.animated-stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.animated-stats .stat-box {
  width: 145px;
}
.animated-stats .stat-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 91%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 73px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.animated-stats .stat-copy {
  line-height: 120%;
}
.benefits h2 b {
  color: var(--LightBlue);
}
.benefits .benefit {
  background-color: var(--White);
  border-radius: 10px;
  border: solid 2px var(--ExtraLightGray);
  padding: 30px 16px 16px;
  height: 100%;
}
.benefits .benefit .icon-box {
  display: flex;
  height: 89px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.benefits .benefit h4 {
  font-size: 16px;
  min-height: 47px;
  margin-bottom: 8px;
  font-weight: bold;
}
.benefits .benefit p {
  font-size: 15px;
  margin-bottom: 0;
}
img.green-dots-1 {
  position: absolute;
  left: -130px;
  top: -68px;
  z-index: -1;
}
img.green-dots-2 {
  position: absolute;
  right: -129px;
  bottom: -68px;
  z-index: -1;
}
.benefits .carousel-indicators {
  bottom: -50px;
}
.benefits .carousel-indicators li.active,
.testimonials .carousel-indicators li.active,
.separate-m .carousel-indicators li.active {
  background-color: var(--Green);
}
.benefits .carousel-indicators li,
.testimonials .carousel-indicators li,
.separate-m .carousel-indicators li {
  background-color: var(--ExtraLightGray);
}
.benefits .carousel-item .benefit {
  min-height: 300px;
}
.testimonials h2 b {
  color: var(--LightBlue);
}
.testimonials .testimonial {
  border: solid 2px var(--ExtraLightGray);
  padding: 24px;
  border-radius: 5px;
}
.testimonials .testimonial .testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 20px;
}
.testimonials .testimonial p {
  font-size: 14px;
  line-height: 25px;
}
.testimonials .testimonial .testimonial-autor {
  display: flex;
  font-size: 0.938rem;
  flex-direction: column;
}
.testimonials .carousel-indicators {
  bottom: -50px;
}
.call-to-container {
  background-color: rgb(242, 247, 253);
}
.call-to-container h2 {
  font-weight: 800;
  margin-bottom: 24px;
}
.call-to-container h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 48px;
}
.new-promo {
  background-image: url(../../homev2/images/wave-bg.png) !important;
  background-size: 100% 100%;
  padding: 7rem 0 5rem;
  margin-bottom: -5px;
  margin-top: 0;
}
.bg-blue-n {
  background-color: #024cb4;
}
.new-promo .column-f .texts {
  gap: 0;
}
.new-promo .column-f .texts h2 {
  font-size: 32px;
}
.new-promo .dotted-btn {
  border: dotted 2px var(--Green);
  border-radius: 10px;
  padding: 13px 22px;
  font-size: 20px;
  font-weight: 600;
  color: var(--White);
  text-decoration: none;
  transition: all ease 0.3s;
}
.new-promo .dotted-btn:hover {
  border: solid 2px var(--Green);
}
.new-promo .carousel-item {
  min-height: 420px;
}
.separate {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ecosistema {
  background-color: var(--White);
  margin-bottom: 24px;
  transition: box-shadow ease 0.5s;
}
.ecosistema:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ecosistema .streched-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ecosistema h4 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 14px;
}
.separate img.green-dots-1 {
  position: absolute;
  left: -100px;
  top: -23px;
  z-index: -1;
}
.separate img.green-dots-2 {
  position: absolute;
  right: -90px;
  bottom: -2px;
  z-index: -1;
}
.separate-m .col-4 img,
.separate .col-4 img {
  width: 100%;
  height: auto;
}
.separate-m .carousel-indicators {
  bottom: -25px;
}
.separate-m .green-dots-1 {
  width: 100px;
  height: 100px;
  left: 8px;
  top: 20px;
}
.logo-paz {
  margin-bottom: 30px !important;
}
button.panel-btn.hamburger.hamburger--vortex {
    width: 33px;
}
.img-ondas {
  display: block;
}

/* Media */

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 768px) {
  .affiliate-featured-text {
      max-width: 100%;
      flex: none;
  }
}

@media (max-width: 576px) {
  .filter {
    background-image: none;
  }
  .filter ::placeholder {
    font-size: 0.8rem;
  }
  .filters-labels label {
    font-size: 0.8rem;
  }
  .promo {
    background-image: url(../images/wave-end-bg-m.png),
      url(../images/wave-bg-m.png);
      padding: 6.5rem 0;
  }
  .column-f {
    flex-direction: column;
  }
  .promo .carousel-indicators {
    visibility: visible !important;
  }
  .promo .carousel-control-prev {
    left: 0;
  }
  .promo .carousel-control-next {
    right: 0;
  }
  .logo-paz {
    margin-bottom: 35px !important;
    max-height: 85px;
    width: auto;
  }
  .affiliate-logos {
    padding-bottom: 15px !important;
  }
  .affiliate-stadistics {
    padding-top: 20px !important;
  }
  .affiliate-benefits {
    padding-bottom: 15px !important;
    padding-top: 5px !important;
  }
  .affiliate h2,
  .group h2,
  .testimonials h2,
  .benefits h2,
  .numbers h2 {
    font-size: 25px;
  }
  .affiliate .blue-btn-n {
    width: 100% !important;
    text-align: center;
    display: block;
  }
  .affiliate .blue-btn-n, .call-to-container .blue-btn-n {
    padding-left: 20px;
    padding-right: 20px;
  }
  .affiliate .waves-class {
    margin-top: 0;
  }
  .group .logos {
    border-radius: 30px !important;
  }
  .call-to-container h2 {
    font-size: 25px;
  }
  .call-to-container h4 {
    font-size: 15px;
  }
  .new-promo {
    background-image: url(../../homev2/images/wave-bg-m.png) !important;
    padding: 5rem 0;
  }
  .new-promo .carousel-item {
    min-height: 920px;
  }
  .banner-page h2 {
    font-size: 24px;
  }
  .banner-page h3 {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .affiliate h2,
  .group h2,
  .testimonials h2,
  .benefits h2,
  .numbers h2 {
      font-size: 22px;
  }
  .banner-page h3 {
    font-size: 15px;
  }
  .promo {
    padding: 5rem 0;
  }
}
