﻿.banner {
    background: #012169;
    background: linear-gradient(91deg, rgba(1, 33, 105, 1) 27%, rgba(1, 69, 129, 1) 49%, rgba(0, 193, 213, 1) 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}



.cantidad-clientes {
    border-radius: 30px;
    padding: 22px 15px;
    font-family: roboto !important;
    font-weight: 500;
    font-size: 14px;
    color: #fff !important;
    z-index: 2;
    position: absolute;
}

.beneficios {
    margin-bottom: 10px !important;
}

.cantidad-clientes p {
    margin-bottom: 0;
}

.qr-banner {
    width: 89%;
}

#banner-1 #tituloProducto {
    color: white;
    font-size: 30px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

#banner-1 .container>.row>div>* {
    margin-bottom: 30px;
}

#banner-1 #descargaQR img {
    margin-right: 20px;
    margin-top: 20px;
}

#card-overview-wrapper .filter-section {
    bottom: -50px !important;
}

#card-overview-wrapper .list-section {
    bottom: 0 !important;
}

.img-banner {
    min-width: 300px;
}


#banner-1 {
    background: #012169;
    background: linear-gradient(69deg, rgba(1, 33, 105, 1) 0%, rgba(0, 98, 149, 1) 21%, rgba(25, 125, 158, 1) 30%, rgba(23, 123, 157, 1) 45%, rgba(0, 93, 145, 1) 52%, rgba(1, 33, 105, 1) 73%);
}

#contenedorQR {
    margin-top: 10px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px 0;
    display: flex;
}

#banner-1 .descripcion {
    display: block !important;
}

#banner-1 .row {
    display: flex;
    align-items: flex-end;
}

#banner-1 .contenedorTarjeta {
    margin-top: 50px;
    display: flex;
}

.beneficios li {
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.beneficios li>span {
    font-size: 18px;
}

.beneficios li::before {
    content: '';
    display: inline-block;
    height: 29px;
    width: 41px;
    background-image: url(/Personas/Paginas/prestamos/content-sections/personales/img/check.webp);
    background-repeat: no-repeat;
    background-position: top center;
}

.botonDescarga {
    padding-top: 0px;
}

@media(min-width:1200px) {
    #banner-1 .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #banner-1 .contenedorTarjeta {
        margin-top: 0;
    }
}

@media(max-width:1024px) {
    #contenedorQR {
        padding: 15px !important;
    }

    #banner-1 {
        background: #012169;
        background: linear-gradient(69deg, rgba(1, 33, 105, 1) 0%, rgba(0, 98, 149, 1) 21%, rgba(25, 125, 158, 1) 46%, rgba(0, 93, 145, 1) 68%, rgba(1, 33, 105, 1) 84%)
    }
}


@media(min-width:1024px) {
    #banner-1 {
        height: 550px;
    }
}

@media(max-width:768px) {
    .text-sm-mobile {
        font-size: 20px !important;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    #banner-1 {
        height: 500px !important;
    }
}

@media(min-width:768px) {
    #banner-1 .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


@media(max-width:767px) {

    .hidden-xs {
        display: none;
    }

    .banner {
        background: linear-gradient(16deg, rgba(1, 33, 105, 1) 27%, rgba(1, 69, 129, 1) 49%, rgba(0, 193, 213, 1) 100%) !important;
    }

    #tituloProducto span {
        color: #fff !important;
    }

    #banner-1 {
        background: #012169;
        background: linear-gradient(30deg, rgba(1, 33, 105, 1) 0%, rgba(0, 116, 161, 1) 64%, rgba(0, 193, 213, 1) 100%);
    }

    .descripcion {
        display: block !important;
    }

    .beneficios li::before {
        margin-right: 20px;
    }

    .beneficios li:nth-child(2)::before {
        width: 36px;
    }

    .botonDescarga p {
        margin-bottom: 30px;
    }

    a.enlaceTienda {
        margin-bottom: 20px;
    }
}