<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}



.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&gt;.row&gt;div&gt;* {
    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: 600px;
}



@media(min-width:1024px) {
    #banner-1 {
        height: 550px;
    }
}


@media(min-width:768px) and (max-width:1023px) {
    #banner-1 {
        height: 500px !important;
    }
}

@media(min-width:768px) {

    #banner-1 .contenedorTarjeta,
    #banner-1 .row {
        align-items: flex-end !important;
        justify-content: flex-end !important;
    }
}

@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;
    }
}</pre></body></html>