@import url(https://www.multipago.com/css/bootstrap.min.css);
@import url(../css/hamburgers.min.css);

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2")
      format("woff2-variations"),
    url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900; /* Rango de pesos soportados */
  font-display: swap; /* Mejora la carga percibida */
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.woff2")
      format("woff2-variations"),
    url("../fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

:root {
  --Font: "Roboto", sans-serif;
  --DarkBlue: #172c4b;
  --LightBlue: #0656c3;
  --LightGray: #d3ddea;
  --ExtraLightGray: #e8eef7;
  --DarkGray: #707070;
  --White: #fff;
  --Green: #9ed11d;
}

body {
  font-family: "Montserrat", sans-serif !important;
  color: var(--DarkBlue);
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

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

/* Filtro */
.filter {
  background-image: url(../images/fondo_comercio.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  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 input[type="search"]:focus {
  outline: none;
} 
.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 {
  color: var(--DarkBlue) !important;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem !important;
  border: 1px solid var(--ExtraLightGray) !important;
  padding: 0.75rem 1.33rem !important;
  transition: all ease 0.4s !important;
  background-color: var(--White) !important;
  font-size: 0.875rem;
  width: auto !important;
}
.filters-labels label:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}
[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);
}
.filters-labels label {
    cursor: pointer;
}
.filters-labels label.active {
    border: solid 1px var(--LightBlue);
}
.card-category {
    display: none;
}
.card-category.active {
    display: block !important;
}
.filters-labels label[data-hidden="true"] {
  display: none;
}

/* Category */
/* .commerce {
  border: 1px dashed var(--LightBlue);
} */
.card-category-block {
  border: 1px dashed rgba(4, 87, 199, 0.4);
}
.card-category-block .block {
  padding: 0.5rem 1rem;
}
.card-category-block .block img {
  border-radius: 10px;
  overflow: hidden;
}

/* Promo */
.promo {
  background-image: url(../images/wave-end-bg.png), url(../images/wave-bg.png);
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% 100%;
  margin-top: -1.25rem;
  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;
}
.column-f img {
  max-height: 600px;
  width: auto;
}
.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);
}

/* Media */

@media (min-width: 1440px) {
  .promo {
   /*  line-height: 0 !important; */
    padding-bottom: 10.50rem;
  }
  .promo .green-btn {
    padding: 1rem 2rem;
  }
}

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

@media (min-width: 768px) {
  .carousel-item .texts {
    width: 55%;
  }
  .carousel-item .image {
    width: 45%;
  }
}

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

@media (max-width: 991px) {
  header nav,
  header .right {
    display: none;
  }
  .left img {
    width: 7rem;
  }
  .panel-btn,
  .user-btn {
    display: flex;
  }
  footer .social a {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .search, .filters-labels {
    margin-bottom: 1.5rem;
  }
  .filter {
    background-image: none;
  padding: 1.5rem 0 7rem;
  }
  .filter ::placeholder {
    font-size: 0.8rem;
  }
  .filters-labels label {
    font-size: 0.8rem;
    margin-bottom: 0.15rem !important;
    height: 40px !important;
  }
  .filters-labels {
    gap: .3rem;
  }
  .promo {
    background-image: url(../images/wave-end-bg-m.png),
      url(../images/wave-bg-m.png);
      background-position: center 100.1%, top center;
  }

  .column-f {
    flex-direction: column;
  }
  .column-f h2 {
    font-size: 1.75rem !important;
  }
  .promo .carousel-indicators {
    visibility: visible !important;
  }
  .promo .carousel-control-prev {
    left: 0;
  }
  .promo .carousel-control-next {
    right: 0;
  }
  .promo .carousel-item {
    min-height: 780px;
  }
  .gplay {
    max-width: 180px;
  }
  footer li {
      padding: 0.5rem 0;
  }
}

@media (max-width: 375px) {
    .promo {
        padding: 5rem 0;
    }
}