﻿.banner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.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;
    line-height: 1.2 !important;
    font-style: italic;
    text-transform: none;
}

#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: 600px;
}


@media(min-width:1200px) {
    .banner {
        background-image: url('/Personas/Paginas/tarjetas/content-sections/Overview/img/banner-blackfriday/2025/banner-desktop.webp');
        background-position: center bottom;
    }
}

@media(max-width:1199px) {
    .banner {
        background-image: url('/Personas/Paginas/tarjetas/content-sections/Overview/img/banner-blackfriday/2025/banner-laptop.webp');
        background-position: center bottom;
    }
}

@media(max-width:1050px) {
    .banner {
        background-image: url('/Personas/Paginas/tarjetas/content-sections/Overview/img/banner-blackfriday/2025/banner-ipad-pro.webp');
        background-position: center bottom;
    }
}

@media(min-width:1024px) {
    #banner-1 {
        height: 550px;
    }
}

@media(max-width:991px) {
    .banner {
        background-image: url('/Personas/Paginas/tarjetas/content-sections/Overview/img/banner-blackfriday/2025/banner-ipad-mini.webp');
        background-position: center bottom;
    }
}



@media(min-width:768px) and (max-width:1023px) {
    #banner-1 {
        height: 500px !important;
    }
}


@media(max-width:767px) {

    .banner {
        background-image: url('/Personas/Paginas/tarjetas/content-sections/Overview/img/banner-blackfriday/2025/banner-movil.webp');
        background-position: center bottom;
        height: 450px;
        align-items: baseline;
    }


    .hidden-xs {
        display: none;
    }

}