﻿/* Estilos para ISI */

#banner {
    background: url('/Personas/Paginas/tarjetas/content-sections/debito-gnial/img/debito-banner-desktop.webp') no-repeat;
    background-size: cover;
    min-height: 450px;
}

#banner .banner-text{
    margin-top: 5%;
}

#banner.rellenoY {
    padding-top: 0px;
}

#banner .card-presentation-img, #imgProductoMobile{
    filter: drop-shadow(
        25px 5px 18px rgba(0,0,0,0.8));
}

#banner #tituloProducto {
    font-size: 50px;
    margin-top: 60px;
    text-transform: none;
}

#banner #descripcionBanner {
    width: 80%;
}

.cifrasGrandes {
    font-size: 70px;
}

#escaneaQR {
    background: url("/Personas/Paginas/tarjetas/content-sections/debito-gnial/img/banner.webp") no-repeat;
    background-size: cover;
}

.detalleProducto .cuadroSombreado {
    height: 100%;
}

#escaneaQR .escaneaText {
    font-size: 37px;
}

.cuotasPopular .descripcionDetalles {
    display: flex;
    margin-right: 20px;
}

.cuotasPopular .descripcionDetalles i.fa-check {
    margin-right: 10px;
    margin-top: 10px;
}

.enlacesDescargaRequisitos a {
    margin-right: 20px;
}

.tooltipBeneficios {
    font-size: 20px;
}


/* helpers */
.alignCenter {
    align-items: center;
    display: flex;
    justify-content: center;
}

#contenedorQR {
    margin-top: 20px;
    border: 1px solid white;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 15px;
    display: flex;
}

#contenedorQR .tiendas{
    padding-top: 18px;
}

#contenedorQR .qr-img{
    background-color: #FFF;
    border-radius: 10px;
    width: 140px;
}

#preguntasFrecuentes .cuadroSombreado{
    height: auto;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

#terminos .cuadroSombreado{
    height: 850px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

@media (max-width: 992px) {
    #banner #descripcionBanner {
        width: 100%;
    }
}

/* Responsive xs mobile */

@media(max-width: 768px) {

    #banner #imgProductoMobile {
        width: 310px;
    }

    #banner.rellenoY {
        padding-top: 35px;
    }
}