<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.seccion-descarga {
    background: url(/Personas/Paginas/app/gnial/new-landing/imagenes/fondo-descarga.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    padding-bottom: 50px;
    background-position:center top;
    z-index: 3;
    position: relative;
}


.logo-gnial-2{
    margin-bottom: 30px;
    width: 200pxs;
}

.manita-icon{
    width: 30px;
    margin-right: 15px;
}

#contenedorQR ol &gt; li{
    color: #fff;
    margin-bottom: 15px;
}

.qr-descarga{
    background: #fff; 
    border-radius: 10px;
}

.btn-blue.btn-solicita{
    background: #00C1D5 !important;
    border-radius: 40px !important;
    margin-top: 20px;
}

#segurosBadge{
    width: 100%;
}


@media(min-width:1024px){
    .seccion-descarga{
        padding-top: 260px;
        margin-top: -163px;
    }
    .qr-contenedor-tiendas{
        display: flex;
        justify-content: flex-end;
    }
    
    .hidden-md{
        display: none;
    }

    .row-qr-container{
        display: flex;
        justify-content: flex-end;
    }

}




@media(min-width:768px) and (max-width:1023px){
    .seccion-descarga {
        height: 750px;
        padding-top: 150px;
    }
}

@media(min-width:992px) and (max-width:1023px){
    .qr-descarga{
        width: 200px;
    }
}

@media(max-width:991){
    .seccion-descarga{
        padding-top: 143px;
    }

    .qr-descarga{
        width: 100% !important;
    }
}

@media(min-width:768px){
    .tienda-movil{
        display: none;
    }

}

@media(max-width:767px){
    .txt-descarga{
        text-align: center;
    }
    #contenedorQR{
        font-size: 18px;
    }

    .seccion-descarga{
        padding-top: 129px;
        margin-top: -98px;
    }

    .tienda-movil{
        display: block;
    }
}</pre></body></html>