﻿#modalBanner .modal-header {
    padding-bottom: 0;
    border-bottom: none;
}

#modalBanner .modal-body {
    padding-top: 0; 
}

.justify-center {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center
}

.no-transform {
    text-transform: none;
}

#modalBanner tbody td:not(:last-child) {
    border-right: 1px solid white;
}

#modalBanner .text_nota {
    font-size: 12px;
}

#modalBanner span.text_nota {
    margin-top: 0;
}

#modalBanner td.lh-1 {
    line-height: 1;
}


.botonDescarga {
    padding-top: 40px;
}


/*BANNER NO CLIENTES*/
/* Banner */

/* Rediseno 2024 */
#contenedorQR {
    margin-top: 20px;
    border: 1px solid white;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

#textoSolicitaQR {
    line-height: 2.2rem;
    margin-bottom: 15px;
}


#bannerNoCliente {
    /* 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;

}

#bannerNoCliente #tituloProducto {
    color: white;
    font-size: 30px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
}

#bannerNoCliente .container>.row>div>* {
    margin-bottom: 30px;
}

#bannerNoCliente #descargaQR img {
    margin-right: 20px;
    margin-top: 20px;
}

.cuadroCero {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.11);
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.cuadroCero > * {
    
    padding-bottom: 20px;
}


#hazteClienteBanner {
    margin-bottom: 30px;
    border-radius: 25px;
    padding-bottom: 0;
    padding-right: 80px;
}

#contenedorHazteCliente {
    padding-left: 80px;
    padding-top: 40px;
    padding-bottom: 50px;
}

#contenedorHazteCliente p {
    margin-top: 20px;
}

#contenedorImagenHazteCliente {
    text-align: right;
}


    @media(min-width:1200px) {
        /* .banner {
                background: url('/SiteCollectionImages/personas/cuentas/banner/WEBP/banner-overview-cuentas-desktop.webp');
                background-size: cover !important;
                background-position: 69% 0;
            } */

        #sabes-con-que-cuentas {
            background: url('/SiteCollectionImages/personas/cuentas/banner/WEBP/Banner-sabes-con-que-cuentas/banner-desktop-1.webp');
            background-position: 66% top !important;
        }

        #bannerNoCliente-cuenta-libre .fullbleed-wrapper .fullbleed-wrapper-inner,
        #bannerNoCliente-cuenta-libre {
            display: flex !important;
            align-items: center !important;
        }
    }

@media (max-width: 992px) {
    .igualarAltura {
        display: block;
    }

    #contenedorImagenHazteCliente {
        text-align: center;
    }

    #hazteClienteBanner {
        padding-right: 0;
    }
}

@media(min-width:768px) {
    #contenedorImagenHazteCliente .height100-container {
        display: flex;
        justify-content: flex-end;
    }
}

@media(max-width:768px){
    #hazteClienteBanner {
        padding-right: 15px;
        margin-bottom: 40px;
    }
    .text-banner-noclientes{
        text-align: left;
    }
    #banner-cuenta-libre .btn-orange {
        width: 100%;
    }

    #banner-cuenta-libre .container>.row>div>* {
        display: flex !important;
        justify-content: start;
    }

    .botonDescarga a.btn-orange {
        width: 100%;
    }

}


