.ob_app_container{
 display: none;
}
.txt-low{
    text-align: center;
}
.txt-low .init_cta{
    margin: 25px auto 45px;
}
.img-footer-lines{
    background: url("/wp-content/plugins/bi-rib/assets/footer_lines.png"),linear-gradient(104deg, #FEC12B 0%, #F39200 100%) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.txt-footer{
    color: white;
    display: block;
    width: auto;
    text-align: center;
    margin-right: 300px;
}
.txt-footer div{
    font-size: 23px;
}
.txt-footer div strong{
    font-size: 28px;
}
@media(max-width: 768px) {
    .landing-img-container {
        /*height: 574px;*/
        background-size: cover;
        align-items: center;
        padding: 0;
        text-align: center;
        justify-content: end;
        /*padding-bottom: 40px;*/
        min-height: 65vh !important;
    }
    .titulo-grande {
        max-width: 250px;
        /* Tamaño de fuente más pequeño en pantallas estrechas */
    }
}

.landing-title {
    display: margin;
    margin: 60px auto;
}

.title-main,
.title-sub {
    text-align: center;
    color: black;
    font-family: Myriad Pro, Semibold, Arial, sans-serif;
    word-wrap: break-word;
    max-width: 100%;
}

.title-main {
    font-size: clamp(24px, 2vw, 26px);
    font-weight: 700;
    line-height: 32px;
}

.title-sub {
    color: #3C3C3C;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 768px) {
    .landing-title {
        max-width: 297px;
        margin: 30px;
    }
}

.card-landing {
    width: auto;
    max-width: 250px;
    min-width: 250px;
    min-height: 330px;
    padding: 24px;
    background: white;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
}

.icon-container-landing {
    width: auto !important;
    height: 54px;
    position: relative;
}

.icon-background-landing {
    width: 59px;
    height: 52px;
    position: absolute;
    left: 2px;
    top: 6px;
}

.icon-detail-landing {
    width: 15.97px;
    height: 14.24px;
    position: absolute;
    left: 29.92px;
    top: 28.32px;
    background: #F28B00;
}

.icon-main-landing {
    width: 59px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    background: #F28B00;
}

.content-landing {
    align-self: stretch;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.title-landing {
    align-self: stretch;
    color: black;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 22px;
    word-wrap: break-word;
}

.description-landing .text-line-landing {
    color: #3C3C3C;
    font-size: clamp(12px, 20vw, 12px);
    font-family: Poppins;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
}

.carousel-movil {
    display: none;
}

.carousel-desktop {
    display: flex;
}


@media(max-width: 768px) {
    .carousel-movil {
        display: flex;
    }

    .carousel-desktop {
        display: none;
    }
}

.cards-benefits-landing {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    background-color: var(--backgrond-form);
    width: 100%;
}

.card-container-benefits {
    width: 100%;
    height: 100%;
    box-shadow: -4px 7px 10px rgba(0, 0, 0, 0.04);
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.card-benefits {
    width: 20vw;
    min-width: 250px;
    max-width: 300px;
    max-height: 355px;
    min-height: 355px;
    margin: auto;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,.2));
}

@media(max-width: 768px) {
    .card-benefits {
        margin-bottom: 42px;
    }
}

.card-image-benefits {
    width: 100%;

    overflow: hidden;
    /*max-height: 165px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-content-benefits {
    width: 100%;
    height: 175px;
    padding: 20px 30px;
    background: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.content-block-benefits {
    align-self: stretch;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.title-benefits {
    color: black;
    font-size: clamp(14px,2vw,16px);
    font-family: Poppins;
    font-weight: 700;
    line-height: 22px;
    word-wrap: break-word;
}

.description-benefits {
    color: #3C3C3C;
    font-size: clamp(12px,2vw,14px);
    font-family: Poppins;
    font-weight: 400;
    line-height: 27px;
    word-wrap: break-word;
}

.benefits-header {
    max-width: 938px;
    text-align: center;
    font-family: Myriad Pro, Semibold, Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2vw, 26px);
    line-height: 33px;
    padding: 51px 0 15px 0;
    margin: auto;
}

@media(max-width: 768px) {
    .benefits-header {
        line-height: 32px;
        max-width: 297px;
    }
}

.container-cuenta-main {
    display: flex;
    flex-direction: row-reverse;
    width: 100vw;
    gap: 85px;
    padding: 60px 40px;
}

.container-cuenta-main img {
    max-width: 500px;
    max-height: 376px;
}

.container-cuenta {
    max-width: 548px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    display: inline-flex;
}

.title-cuenta {
    max-width: 532px;
    color: var(--primary-color);
    font-size: clamp(24px, 2vw, 26px);
    font-family: Myriad Pro, Semibold, Arial, sans-serif;
    font-weight: 700;
    line-height: 25px;
    word-wrap: break-word;
}

.description-cuenta {
    max-width: 501px;
    color: #3C3C3C;
    font-size: 16px;
    font-family: Myriad Pro, Semibold, Arial, sans-serif;
    line-height: 0;
    word-wrap: break-word;
}

.description-strong-cuenta {
    font-weight: 700;
}

@media(max-width: 768px) {

    .container-cuenta-main {
        flex-direction: column;
    }

    .container-cuenta-main img {
        max-width: 100vw;
        max-height: auto;
    }

    .container-cuenta {
        justify-content: center;
        align-items: center;

    }

    .title-cuenta {
        max-width: 215px;
        text-align: center;
    }

    .description-cuenta {
        max-width: 332px;
        text-align: center;
    }
}

.footer-landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(104deg, #FEC12B 0%, #F39200 100%);
    width: 100%;
    min-height: 300px;
    position: relative;
    gap: 30px;
}

.footer-landing .img-footer-1 {
    position: absolute;
    top: 100px;
    left: 200px;
}

.footer-landing .img-footer-2 {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70vw;
    min-height: 210px;
}

.footer-landing .img-footer-3 {
    display: none;
}

.btn-open-count {
    position: absolute;
    top: 150px;
    right: 50px;
    width: 298px;
    height: 50px;
    padding: 10px;
    background: white;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    /* Remover borde por defecto de los botones */
    cursor: pointer;
    /* Cambiar el cursor para indicar que es un botón */
}

.btn-open-count-text {
    text-align: center;
    color: var(--primary-color);
    font-size: 16px;
    font-family: Poppins, sans-serif;
    /* Asegúrate de incluir una fuente de respaldo */
    font-weight: 700;
}
.benefits-carrusel {
    max-width: 1000px;
    margin: 0 auto 65px auto;
}

@media(max-width: 820px) {

    .footer-landing .img-footer-1 {
        width: 227px;
        height: 79px;
    }

    .footer-landing .img-footer-3 {
        display: block;
        width: 252.68px;
        min-height: 129.16px;
    }

    .footer-landing .img-footer-2 {
        display: none;
    }

    .btn-open-count {
        width: Fixed (298px);
        height: Fixed (50px);
    }

    .footer-landing {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 444px;
    }


    .footer-landing .img-footer-1,
    .footer-landing .img-footer-3 {
        position: relative;
        left: 0;
        top: 0;
        /* transform: translate(-50%, -50%); */

    }

    .btn-open-count {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 20px;
        /* Ajustar según sea necesario para el espaciado */
    }
}