.lt-accordion-content.toggleactive,
.lt__parent.lt__parent--active,
.lt__subparent.lt__subparent--active,
.toggle-container.toggleactive {
    display: block
}

.lt__subtab-item.lt__subtab-item--active,
.lt__tab-item.lt__tab-item--active {
    border-bottom: 1px solid #019df4
}

.dev-banner-container {
    height: 500px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.dev-banner__inner {
    width: 100%;
    max-width: 1280px;
    padding: 20px 25px;
    position: relative
}

.dev-banner__fondo-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (min-width:580px) {
    .dev-banner-container {
        height: 500px
    }
}

.toggle-container {
    transition: height .35s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-content {
    transition: height .34s ease-in-out;
    overflow: hidden;
    display: none
}

.lt-accordion-title {
    cursor: pointer
}

[lt-accordion]>li {
    list-style: none
}

.stefa_cintillo-prestamo-saldo__texto,
[lt-accordion]>*>* {
    margin: 0
}

.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: .5s
}

.link__toggleactive>.lt-toggle-icon,
.lt-accordion-title.accordion_link_active .lt-toggle-icon {
    transform: rotate(0)
}

.lt__subtabs,
.lt__tabs {
    display: flex;
    z-index: 2;
    position: relative;
    margin: unset;
    padding: 0;
    margin-bottom: 16px
}

.lt__subtab-item,
.lt__tab-item {
    cursor: pointer;
    list-style: none;
    padding: 5px;
    display: flex;
    justify-content: center
}

.lt__parent,
.lt__subparent {
    display: none;
    padding: 10px
}

.ltpopup-wp {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 1000;
    transition-timing-function: ease-in-out;
    transition-duration: .3s
}

.ltpopup-body {
    background: #d3d3d3;
    position: relative;
    z-index: 1100;
    display: block;
    margin: auto;
    width: 280px;
    height: 436px
}

.ltpopup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px;
    box-sizing: border-box
}

.ltpopup-exit-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2
}

.ltpopup-close-img {
    width: 24px;
    height: 24px;
    fill: #fff
}

.ltpopup-wp.visible {
    opacity: 1;
    visibility: visible
}

.ltpopup-wp.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -2
}

.ltpopup-info {
    position: relative
}

@media (min-width:600px) {
    .ltpopup-body {
        width: 546px;
        height: 490px
    }
}

.hunter__body {
    position: fixed;
    bottom: 60px;
    right: 0;
    background-color: #4d4d4d;
    padding: 16px;
    z-index: 2;
    width: 415px;
    height: 215px;
    border-radius: 16px 0 0 16px
}

.hunter__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 2
}

.hunter__inner img {
    width: auto;
    height: auto;
    max-height: 100%
}

.hunter__inner {
    height: 100%
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0
}

.swiper-container {
    padding-bottom: 20px
}

.lt-swiper-nav {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2
}

.lt-button-next.lt-swiper-nav {
    position: absolute;
    right: 0
}

.lt-button-prev.lt-swiper-nav {
    position: absolute;
    left: 0
}

.lt-swiper-nav.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.ltfaqs__section {
    padding: 32px 16px;
    display: flex;
    justify-content: center
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535a;
    margin-bottom: 36px
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0
}

.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 340px
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #d3d4d3
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #d3d4d3;
    width: 32px;
    height: 32px;
    color: #50535a;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535a;
    font-size: 14px;
    font-weight: 400;
    line-height: 142%;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.ltfaqs__section .lt-accordion-content {
    margin: 0 30px;
    font-size: 16px;
    color: #50535a
}

.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019df4;
    color: #fff
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 700
}

@media (min-width:768px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 700px
    }

    .ltfaqs__section {
        padding: 32px
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 38px;
        margin-bottom: 12px;
        padding: 24px 0
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 18px
    }
}

.ltfaqs__section .ltfaqs__viewmore {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #019df4;
    text-align: center;
    text-decoration: underline;
    cursor: pointer
}

.ltfaqs__section .ltfaqs__viewmore:hover {
    color: #019df4
}

#icono-azul,
#icono-gris,
.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus,
.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more,
[lt-toggle] .minus,
[lt-toggle].link__toggleactive .more {
    display: none
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

.stefa_banner-prestamo-saldo--v2-section {
    display: flex;
    align-items: center;
    justify-content: center
}

.stefa_banner-prestamo-saldo--v2-picture {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center
}

.stefa_banner-prestamo-saldo--v2-img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: center
}

.stefa_section2-prestamo-saldo--v2-picture {
    position: absolute;
    width: 100%;
    height: 1482px;
    object-fit: cover;
    object-position: center;
    margin-top: 0;
    overflow: hidden
}

@media (min-width:768px) and (max-width:799px) {
    .stefa_banner-prestamo-saldo--v2-img-bg {
        object-fit: fill
    }
}

.stefa_banner-prestamo-saldo--contenedor {
    position: absolute;
    transform: translateY(-125px);
    width: 330.44px;
    height: 100px
}

.stefa_banner-prestamo-saldo--texto-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 289px;
    height: 20px;
    margin: 0 auto;
    padding-top: 4px
}

.stefa_section2_prestamo-saldo__esto-es-para-ti {
    width: 328px;
    height: 128px;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    text-align: center
}

.stefa_section2_prestamo-saldo__llevartelo {
    width: 328px;
    height: 28px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    color: #86888c;
    margin: 0
}

.stefa_section2_prestamo-saldo__primera-seccion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(1em)
}

.stefa_section2_prestamo-saldo__texto-inner {
    width: 288px;
    height: 56px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    color: #313235;
    margin-bottom: 0;
    transform: translate(25px, -1em)
}

.stefa_banner-prestamo-saldo__pct-01 {
    transform: translate(-80px, -3em)
}

.stefa_banner-prestamo-saldo--img-inner {
    border-radius: 12px
}

.stefa_banner-prestamo-saldo--pct-imagen-inner {
    transform: translate(25px, 22px)
}

.line {
    transform: rotate(90deg) translate(240px, 160px);
    width: 446px;
    height: 3px
}

.stefa_section2_prestamo-saldo__animacion--seccion {
    height: 390px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em
}

div#section2,
div#section3 {
    margin-top: 4em
}

.stefa_section2_prestamo-saldo__contenedor-animacion {
    margin-top: 10px
}

#icono-azul.active,
#icono-gris.active {
    display: block !important
}

.stefa_punto-seccion-activa {
    position: relative;
    transform: translate(-160px, 2px)
}

#id-line3_custom {
    width: 0
}

#stefa-ilustracion3__custom {
    transform: translate(25px, -1em)
}

.stefa_cintillo-prestamo-saldo__section {
    width: 100%;
    height: 140px;
    padding: 20px 16px 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.stefa_cintillo-prestamo-saldo__pct {
    width: 328px;
    height: 112px;
    display: flex
}

.stefa_cintillo-prestamo-saldo__img-bg {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center
}

.stefa_cintillo-prestamo-saldo__contenedor {
    position: absolute;
    width: 202px;
    height: 54px;
    transform: translate(-45px, 12px);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    color: #fff
}

section.stefa_opciones-prestamo-saldo__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 396px
}

.stefa_opciones-prestamo-saldo__img-bg {
    height: 100%;
    width: 100%;
    object-fit: fill;
    object-position: center
}

.stefa_opciones-prestamo-saldo__pct {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.stefa_opciones-prestamo-saldo__contenedor-items {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.stefa_opciones-prestamo-saldo__titulo {
    width: 328px;
    height: 96px;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-align: center
}

.stefa_opciones-prestamo-saldo__incluye {
    width: 328px;
    height: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    color: #fff
}

.stefa_opciones-prestamo-saldo__table-container {
    width: 321px;
    height: 160px;
    transform: translate(0, 18px)
}

.stefa_opciones-prestamo-saldo__table-container table {
    width: 100%;
    height: 100%;
    border-collapse: collapse
}

th#cellEmpty {
    background: 0 0
}

.stefa_opciones-prestamo-saldo__table-container th {
    width: 88px;
    height: 32px;
    background: #0b2739;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center
}

.stefa_opciones-prestamo-saldo__table-container td {
    width: 145px;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #50535a
}

.stefa_section2-prestamo-saldo--v2-img-bg {
    height: 100%
}

.stefa_recuerda-prestamo-saldo__section {
    width: 100%;
    background: #f6f6f6;
    display: flex;
    height: 574px;
    padding: 32px 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em
}

.stefa_recuerda-prestamo-saldo__titulo {
    width: 288px;
    height: 32px;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    color: #019df4
}

.stefa_recuerda-prestamo-saldo__contenedor {
    width: 328px;
    height: 348px;
    padding: 32px 20px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.stefa_recuerda-prestamo-saldo__listado {
    width: 288px;
    height: 240px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    list-style: disc;
    color: #50535a;
    padding: 0 26px
}

.stefa_terminos-prestamo-saldo__section {
    width: 100%;
    height: 236px;
    padding: 32px 16px;
    background: #f6f6f6
}

.stefa_terminos-prestamo-saldo__contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.stefa_terminos-prestamo-saldo__listado {
    width: 328px;
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    list-style: disc;
    padding: 0 6px;
    color: #50535a
}

.stefa_terminos-prestamo-saldo__titulo {
    width: 328px;
    height: 40px;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    color: #50535a
}

.stefa_recuerda-prestamo-saldo__forma {
    display: none;
    position: absolute
}

@media (min-width:800px) {
    .stefa_recuerda-prestamo-saldo__forma {
        display: flex;
        width: 40px;
        height: 32px;
        transform: translate(-250px, -90px);
        background: linear-gradient(135deg, transparent 50%, #fff 50%)
    }

    .stefa_banner-prestamo-saldo--contenedor {
        width: 357px;
        height: 212px;
        transform: translate(-200px, 0)
    }

    .stefa_banner-prestamo-saldo--texto-3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        width: 206px;
        height: 50px
    }

    .stefa_section2_prestamo-saldo__contenedor-animacion {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .stefa_section2_prestamo-saldo__animacion--seccion {
        width: 736px;
        height: 200px;
        margin-top: 9em
    }

    .stefa_punto-seccion-activa {
        transform: translate(-359px, 2px)
    }

    .stefa_banner-prestamo-saldo__pct-01 {
        transform: translate(-280px, -45px)
    }

    .stefa_section2_prestamo-saldo__texto-inner {
        transform: translate(-165px, -30px);
        width: 312px;
        height: 56px;
        font-size: 20px;
        line-height: 28px
    }

    .stefa_banner-prestamo-saldo--pct-imagen-inner {
        transform: translate(200px, -160px)
    }

    #stefa-ilustracion3__custom {
        transform: translate(200px, -10em)
    }

    .line {
        transform: rotate(90deg) translate(-30px, 360px);
        position: absolute;
        width: 260px
    }

    .stefa_section2_prestamo-saldo__esto-es-para-ti {
        width: 736px;
        height: 120px;
        font-size: 32px;
        line-height: 40px
    }

    .stefa_section2_prestamo-saldo__llevartelo {
        width: 736px;
        height: 28px
    }

    .stefa_section2_prestamo-saldo__section {
        padding-top: 3em;
        margin-bottom: 0
    }

    .stefa_section2-prestamo-saldo--v2-img-bg {
        height: max-content;
        width: 100%
    }

    .stefa_cintillo-prestamo-saldo__pct {
        width: 736px
    }

    section.stefa_cintillo-prestamo-saldo__section {
        margin-bottom: 3em
    }

    .stefa_cintillo-prestamo-saldo__contenedor {
        font-size: 20px;
        line-height: 28px;
        width: 481px;
        height: 56px
    }

    .stefa_opciones-prestamo-saldo__contenedor-items {
        transform: translateX(-190px)
    }

    .stefa_opciones-prestamo-saldo__titulo {
        width: 310px;
        height: 96px;
        font-size: 28px;
        line-height: 32px;
        text-align: left
    }

    .stefa_opciones-prestamo-saldo__incluye {
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
        text-align: left;
        height: 32px
    }

    .stefa_opciones-prestamo-saldo__table-container {
        position: absolute;
        transform: translateX(390px)
    }

    .stefa_opciones-prestamo-saldo__section {
        height: 224px
    }

    .stefa_section2-prestamo-saldo--v2-picture {
        height: 980px
    }

    .stefa_recuerda-prestamo-saldo__section {
        flex-direction: row-reverse;
        justify-content: space-evenly;
        height: 340px
    }

    .stefa_recuerda-prestamo-saldo__contenedor {
        width: 472px;
        height: 276px;
        padding: 32px 20px
    }

    .stefa_recuerda-prestamo-saldo__listado {
        width: 432px;
        height: 168px
    }

    .stefa_terminos-prestamo-saldo__section {
        height: 196px;
        padding: 32px
    }

    .stefa_terminos-prestamo-saldo__titulo {
        width: 736px;
        height: 40px
    }

    .stefa_terminos-prestamo-saldo__listado {
        width: 736px;
        height: 60px;
        padding: 0 64px
    }
}

@media (min-width:1280px) {
    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px
    }

    .stefa_recuerda-prestamo-saldo__forma {
        transform: translate(-430px, -66px)
    }

    .stefa_terminos-prestamo-saldo__listado {
        width: 740px;
        height: 72px;
        font-size: 16px;
        line-height: 24px;
        padding: 0 32px
    }

    .stefa_terminos-prestamo-saldo__titulo {
        width: 740px;
        height: 48px;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 1em
    }

    .stefa_terminos-prestamo-saldo__section {
        height: 280px;
        padding: 64px
    }

    .stefa_recuerda-prestamo-saldo__listado {
        font-size: 20px;
        line-height: 28px;
        width: 786px;
        height: 112px
    }

    .stefa_recuerda-prestamo-saldo__titulo {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 1em
    }

    .stefa_recuerda-prestamo-saldo__contenedor {
        width: 826px;
        height: 236px;
        padding: 32px 20px;
        border-radius: 12px
    }

    .stefa_recuerda-prestamo-saldo__section {
        height: 364px
    }

    .stefa_section2-prestamo-saldo--v2-picture {
        height: 1050px
    }

    .stefa_banner-prestamo-saldo--contenedor {
        width: 612px;
        height: 162px;
        transform: translate(-300px, 0)
    }

    .stefa_banner-prestamo-saldo--texto-3 {
        font-size: 32px;
        line-height: 40px;
        width: 612px;
        height: 40px
    }

    .stefa_section2_prestamo-saldo__animacion--seccion {
        width: 1090px
    }

    .line {
        transform: rotate(90deg) translate(-30px, 550px)
    }

    .stefa_punto-seccion-activa {
        transform: translate(-550px, 2px)
    }

    .stefa_banner-prestamo-saldo__pct-01 {
        transform: translate(-440px, -45px)
    }

    .stefa_section2_prestamo-saldo__texto-inner {
        width: 666px;
        height: 32px;
        font-size: 24px;
        line-height: 32px;
        transform: translate(-165px, -8px)
    }

    .stefa_banner-prestamo-saldo--pct-imagen-inner {
        transform: translate(390px, -150px)
    }

    #stefa-ilustracion3__custom {
        transform: translate(390px, -10em)
    }

    .stefa_section2_prestamo-saldo__esto-es-para-ti {
        width: 830px;
        height: 144px;
        font-size: 40px;
        line-height: 48px
    }

    .stefa_section2_prestamo-saldo__llevartelo {
        font-size: 28px;
        line-height: 32px;
        width: 1090px
    }

    .stefa_section2_prestamo-saldo__primera-seccion {
        padding-bottom: 3em
    }

    .stefa_cintillo-prestamo-saldo__pct {
        width: 1090px;
        height: 138px
    }

    .stefa_cintillo-prestamo-saldo__contenedor {
        width: 831px;
        height: 24px;
        display: flex;
        gap: 8px;
        margin-top: 20px;
        font-size: 22px;
        line-height: 24px
    }

    .stefa_opciones-prestamo-saldo__section {
        height: 332px
    }

    .stefa_opciones-prestamo-saldo__titulo {
        width: 679px;
        height: 144px;
        font-size: 40px;
        line-height: 48px;
        text-align: left
    }

    .stefa_opciones-prestamo-saldo__incluye {
        font-size: 28px;
        font-weight: 300;
        line-height: 32px;
        width: 679px;
        height: 32px;
        text-align: left
    }

    .stefa_opciones-prestamo-saldo__table-container {
        transform: translateX(565px);
        width: 347px;
        height: 204px
    }

    .stefa_opciones-prestamo-saldo__table-container th {
        font-size: 20px;
        line-height: 28px
    }

    .stefa_opciones-prestamo-saldo__table-container td {
        font-size: 14px;
        line-height: 20px
    }
}

img{
    max-width: 100%;
}

@media (min-width: 800px) {
    .stefa_opciones-prestamo-saldo__titulo {
        margin-bottom: 1.5em;
        width: 333px;
        height: 96px;
    }
}

@media (min-width: 1280px) {
    .stefa_opciones-prestamo-saldo__titulo {
        margin-bottom: .22em !important;
        width: 639px;
        height: 144px;
    }

    .stefa_opciones-prestamo-saldo__incluye {
        width: 639px;
    }
}