﻿.banner {
    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: 100%;
}

#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 {
    width: 100%;
}



@media(min-width:1024px) {
    #banner-1 {
        height: 550px;
    }
}




@media(min-width:768px) and (max-width:1023px) {
    #banner-1 {
        height: 500px !important;
        display: flex;
        align-items: center;
    }

    .qr-container {
        padding: 0;
    }
}



@media(max-width:767px) {

    .hidden-xs {
        display: none;
    }

   

    #tituloProducto span {
        color: #fff !important;
    }
}