﻿/* Generales */

html {
    scroll-behavior: smooth;
}

/* Banner */

#banner {
    /* background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-digital-libre/img/Banner_desktop.png);
    background-position: bottom;
    background-size: cover; */
    min-height: 450px;
    /* background: linear-gradient(20deg, #012169 19.91%, #00C1D5 100%); */
    padding-top: 45px;
    padding-bottom: 30px;

}

#banner #tituloProducto {
    color: white;
    font-size: 30px;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

#banner .container> .row > div > * {
    margin-bottom: 30px;
}

#banner #descargaQR img {
    margin-right: 20px;
    margin-top: 20px;
}


/* Beneficios */

.beneficios {
    margin-bottom: 40px;
}

.beneficios .cargoBeneficios .moneda {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00709e;
    -webkit-text-fill-color: white;
    font-family: 'Roboto';
}

.beneficios .beneficioPrincipal .cargoBeneficios {
    font-size: 100px;
}

.beneficios .cargoBeneficios {
    line-height: 0.9;
}

.beneficios .otrosBeneficios {
    margin-top: 47px;
}

.beneficios .otrosBeneficios .moneda {
    font-size: 24px;
}

.beneficios .otrosBeneficios .tituloBeneficios {
    font-size: 18px;
}

.beneficios #beneficiosCuenta {
    margin-top: 25px;
    margin-bottom: 20px;
}

.beneficios #beneficiosCuenta h2 {
    margin-bottom: 20px;
}

.beneficios #beneficiosCuenta h3:first-child {
    margin-bottom: 20px;
}

.tituloSeccion {
    margin-bottom: 10px;
}

.beneficios .beneficiosCuadro {
    padding: 31px 16px;
    height: 100%;
    border: 2px solid #E8E6DF;
    border-radius: 10px;
}

.beneficios .beneficiosCuadro > * {
    margin-bottom: 15px;
}

.beneficios #beneficiosContenedor {
    margin-bottom: 30px;
}

.beneficios #beneficiosContenedor > * {
    margin-bottom: 40px;
}

hr.bordeInferior {
    border-top: 4px solid #E8E6DF;
}


/* Detalles de la cuenta */

#detalles h3.tituloSeccion {
    margin-bottom: 30px;
}

#detalles .descripcionDetalles {
    padding-right: 53px;
    display: flex;
}

#detalles .descripcionDetalles i.fa-check {
    margin-right: 10px;
    margin-top: 10px;
}

#detalles #pieTarifas {
    margin-top: 30px;
}

#necesitoAbrir .necesitoCuenta {
    border: 2px solid #003b7a;
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 15px;
    height: 100%;
}

#necesitoAbrir .necesitoCuenta::before {
    content: '';
    display: block;
    height: 46px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -23px;
}

#necesitoAbrir .necesitoCuenta#conexion::before {
    background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-digital-libre/img/libro.webp);
    width: 53px;
}


#necesitoAbrir .necesitoCuenta#identificacion::before {
    background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-digital-libre/img/tarjeta-svg.webp);
    width: 58px;
}

#necesitoAbrir .necesitoCuenta#ingresoMinimo::before {
    background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-digital-libre/img/documento.webp);
    width: 52px;
    height: 41px;
}

#necesitoAbrir .tituloSeccion {
    margin-bottom: 70px;
}

#porQueElegir .cuadroSombreado {
    background-color: white;
    padding: 20px 45px;
    height: 100%;
    border: 2px solid #E8E6DF;
    border-radius: 10px;
}

#porQueElegir .cuadroSombreado .subtituloElegir {
    line-height: 0.2;
    margin-bottom: 20px;
}

#porQueElegir .cuadroSombreado .descripcionElegir {
    margin-top: 20px;
}

#porQueElegir .tituloSeccion {
    margin-bottom: 30px;
}

/* Resenas */

#resena {
    background-color: #E8E6DF;
}

#resena .tituloResena {
    margin-bottom: 40px;
}

#resena .cuadroSombreado {
    padding: 15px 15px 0 15px;
    background-color: white;
    height: 100%;
    margin-bottom: 30px;
}

#resena .cuadroSombreado > * {
    margin-bottom: 10px;
}

#preguntasFrecuentes {
    margin-top: 50px;
}

#preguntasFrecuentes .cuadroSombreado {
    padding: 20px;
}

#preguntasFrecuentes .pregunta {
    margin-left: 10px;
    margin-bottom: 20px;
}

#preguntasFrecuentes .pregunta a {
    margin-bottom: 20px;
}

#preguntasFrecuentes .pregunta hr {
    height: 2px;
    width: 108%;
    background-color: #353535;
    margin: 10px 0;
}

#preguntasFrecuentes .pregunta ul {
    margin-top: 20px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 25px;
}

/* Modal */

.modalHazteCliente {
    position: fixed;
    width: 318px;
    bottom: 142px;
    right: 29px;
    padding: 20px;
    border-radius: 8px;
    display: none;
    z-index: 2;
}

.modalHazteCliente .cerrarModalCliente {
    color: white;
}

.modalHazteCliente p {
    margin-bottom: 20px;
}

/* Boton mobile */

.botonMobileCuenta {
    position: fixed;
    width: 100%;
    padding: 15px;
    bottom: 0;
    z-index: 2;

}

.botonMobileCuenta .btn-orange {
    width: 100%;
}


/* Helpers */
.rellenoY {
    padding-top: 35px;
    padding-bottom: 70px;
}

.rellenoY.beneficios {
    padding-top: 70px;
}

.botonDescarga {
    padding-top: 40px;
}

.fondoAzul {
    background-color: #EAF5FF;
}

.no_border {
    border: none !important;
}

/* .cuadroSombreado {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: -1px -3px 14px -1px rgba(0,0,0,0.39);
} */

.textoGrande {
    font-size: 55px;
}

.igualarAltura {
    display: flex;
    flex-wrap: wrap;
}

.popularGrey {
    color: #353535 !important;
}


/* Responsive */

/* Tablet SM */

@media (max-width: 992px) {
    /* #banner {
        background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-digital-libre/img/Banner-tablet.png);
    } */

    #detalles p {
        margin-bottom: 30px;
    }

    #necesitoAbrir .necesitoCuenta {
        margin-bottom: 80px;
    }

    #porQueElegir .cuadroSombreado {
        margin-bottom: 30px;
    }

    .igualarAltura {
        display: block;
    }
}



/* Movil XS */

@media (max-width: 768px) {
    /* #banner {
        background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-digital-libre/img/banner-movil-landing.webp);
        min-height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 27% -104px;
        padding-bottom: 0;
        
    } */

    /* #banner #tituloProducto {
        color: black;
        text-shadow: none;
    } */

    #banner .container > * {
        color: black;
    }

    .beneficios {
        padding-top: 0;
    }

    .beneficios .beneficiosMobile {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        margin-top: 40px;
    }

    .beneficios .beneficiosMobile .row:last-child {
        border-bottom: 2px solid #e8e6df;
        padding-bottom: 54px;
    }

    .beneficios .cargoBeneficios {
        font-size: 56px !important;
    }
    .beneficios .beneficioPrincipal .cargoBeneficios {
        font-size: 100px !important;
    }

    .beneficiosMobile .tituloBeneficios, .beneficios .cargoBeneficios .moneda {
        font-size: 30px !important;
    }

    .beneficios .otrosBeneficios {
        margin-top: 15px;
    }

    #contBtn-Chat {
        bottom: 110px;
    }

    .btn-orange {
        width: 100%;
    }

    #preguntasFrecuentes > .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    #preguntasFrecuentes .pregunta {
        margin-left: 0;
    }

    #preguntasFrecuentes .pregunta li {
        font-size: 16px !important;
    }

    /* .rellenoY {
        padding: 40px;
    } */

    #porQueElegir .cuadroSombreado {
        padding: 20px 28px;
    }
}


/* Estilos por culpa de Sharepoint a nivel interno */
.black_text {
    color: #000 !important;
}