@charset "UTF-8";

/* -------------------------------------------------
Banner Cuenta Ahorro
------------------------------------------------- */

.banner-ahorro *,
.button_box *,
.inicio *,
.inicio *::before,
.banner-ahorro *::before,
.button_box *::before,
.inicio *::after,
.banner-ahorro *::after,
.button_box *::after {
  box-sizing: border-box;
}

.banner-ahorro {
  width: 100%;
  overflow: hidden;
  padding: 16px 40px;
}

.banner-ahorro .hero-slide {
  background-color: #99bf9b !important;
  border-radius: 16px;
  display: flex;
  width: 100%;
  height: 640px;
  align-items: stretch;
  justify-content: center;
}

.banner-ahorro .b-hero-ahorro {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.banner-ahorro .area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-ahorro .hero-texts {
  max-width: 600px;
  padding: 2rem;
  color: #111;
  background: transparent;
}

.banner-ahorro .hero-img {
  flex: 1;
  background: url("/banca-cuentas/img/Cuentas-corrientes-header.png")
    center/cover no-repeat;
  min-height: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.banner-ahorro .subtitle-ahorro {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
  color: #111;
  font-weight: 400;
}

.banner-ahorro .title-ahorro {
  font-size: 64px;
  line-height: 64px;
  margin: 0;
  color: #111;
  font-weight: 700;
  padding-bottom: 40px;
}

.banner-ahorro .text-ahorro {
  font-size: 24px;
  line-height: 32px;
  margin: 0.5rem 0;
  color: #111;
  font-weight: 300;
}

@media (max-width: 767px) {
  .banner-ahorro {
    padding: 24px !important;
  }
  .title-ahorro {
    font-size: 32px !important;
    line-height: 36px !important;
    margin: 0;
    color: #111;
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .banner-ahorro .b-hero-ahorro {
    flex-direction: row;
    height: 640px;
  }
}
@media (max-width: 991px) {
  .banner-ahorro .hero-slide {
    height: auto;
  }
  .banner-ahorro .b-hero-ahorro {
    flex-direction: column;
  }
  .banner-ahorro .hero-img {
    min-height: 250px;
    display: none;
  }
}

.button_box,
.banner-ahorro {
  position: relative;
}

.banner-ahorro .hero-texts ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.banner-ahorro .hero-texts ul li .body-default {
  margin: 0;
}
.banner-ahorro .hero-texts ul li .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-ahorro .hero-texts ul li .icon svg {
  width: 100%;
  height: 100%;
}
.banner-ahorro .hero-texts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-ahorro .hero-texts ul li .body-default {
  color: #111;
}

.col.txtBanner.txtBanner--custom {
  display: flex;
  width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-base-space-10, 40px);
}

a:focus {
  outline: auto;
}
@media (max-width: 767px) {
  .banner-ahorro .subtitle-ahorro,
  .banner-ahorro .title-ahorro {
    text-align: center;
  }
}

@media screen and (max-width: 616px) {
  .banner.ahorro .txtBanner .header-xl {
    line-height: 32px;
  }
  .list-mobile {
    line-height: 16px !important;
  }

  .banner.ahorro .txtBanner .header-xl {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .banner-ahorro .hero-texts {
    padding-top: 90px;
  }
}

/* -------------------------------------------------
 FIN Banner Cuenta Ahorro
------------------------------------------------- */
/* -------------------------------------------------
Banner Cuentas Corrientes
------------------------------------------------- */

.tae {
  white-space: nowrap;
}
article.hero-slide {
  background-color: #fbfbfd !important;
}

/* -------------------------------------------------
 Reset básico (solo para este bloque)
 ------------------------------------------------- */
.cuentas-corrientes *,
.cuentas-corrientes *::before,
.cuentas-corrientes *::after {
  box-sizing: border-box;
}

/* -------------------------------------------------
 Contenedor principal – ocupa todo el ancho del viewport
 ------------------------------------------------- */
.cuentas-corrientes {
  width: 100%;
  overflow: hidden;
}

/* -------------------------------------------------
 Slide (artículo) – ocupa el 100 % del ancho y la altura deseada
 ------------------------------------------------- */
.cuentas-corrientes .hero-slide {
  display: flex;
  width: 100%;
  height: 640px;
  align-items: stretch;
  justify-content: center;
  border-radius: 16px;
}

/* -------------------------------------------------
 Estructura interna – flexbox con dirección responsive
 ------------------------------------------------- */
.cuentas-corrientes .b-hero-banca {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .cuentas-corrientes .b-hero-banca {
    flex-direction: row;
    height: 640px;
  }
}

/* -------------------------------------------------
 Columnas (texto e imagen)
 ------------------------------------------------- */
.cuentas-corrientes .area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cuentas-corrientes .hero-texts {
  max-width: 600px;
  padding: 2rem;
}

.cuentas-corrientes .hero-img {
  flex: 1;
  background: url("/banca-cuentas/img/Cuentas-ahorro-header.png") center/cover
    no-repeat;
  min-height: 100%;
}

/* -------------------------------------------------
 Tipografía del bloque
 ------------------------------------------------- */
.cuentas-corrientes .subtitle-banca {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px;
  color: #111;
  font-weight: 400;
}
.area.hero-img.img-banca2 {
  border-radius: 0px 16px 16px 0px;
}

@media (min-width: 1200px) {
  .cuentas-corrientes .subtitle-banca {
    font-size: 20px;
    line-height: 24px;
  }
}

.cuentas-corrientes .title-banca {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  color: #111;
  font-weight: 700;
}

@media (min-width: 992px) {
  .cuentas-corrientes .title-banca {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (min-width: 1200px) {
  .cuentas-corrientes .title-banca {
    font-size: 64px;
    line-height: 64px;
  }
}

.cuentas-corrientes .text-banca {
  font-size: 24px;
  line-height: 32px;
  margin: 0.5rem 0;
  color: #111;
  color: var(--color-text-text-headline, #111);
  font-style: normal;
  font-weight: 300;
}

.cuentas-corrientes .underline strong {
  text-decoration: underline;
}

/* -------------------------------------------------
 Responsive– móvil
 ------------------------------------------------- */
@media (max-width: 991px) {
  .cuentas-corrientes .hero-slide {
    height: auto;
  }
  .cuentas-corrientes .b-hero-banca {
    flex-direction: column;
  }
  .cuentas-corrientes .hero-img {
    min-height: 250px;
  }
  .area.hero-img.img-banca2 {
    display: none;
  }
}

/*  Evita salto de línea en el texto con clase .tae */
.b-hero-banca.reverse .tae {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cuentas-corrientes {
    padding: 24px !important;
  }
  .cuentas-corrientes .text-banca {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 24px !important;
  }
  .cuentas-corrientes .hero-texts {
    padding: 1.5rem !important;
  }
}
article.hero-slide {
  background-color: #fbfbfd !important;
}

@media (min-width: 992px) {
  section.cuentas-corrientes {
    padding: 0px 40px !important;
  }
}

.dos-cuentas .cards .card .txt .subtitle {
  padding-bottom: 25px !important;
}
@media (max-width: 767px) {
  .cuentas-corrientes .hero-texts {
    text-align: center;
  }
}
/* -------------------------------------------------
 FIN Banner Cuentas Corrientes
------------------------------------------------- */
