﻿    /* .beneficios{
        list-style-image: url('/Personas/Paginas/prestamos/content-sections/personales/img/check.webp');
        list-style-position: inside;
    } */

    #banner {
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    #banner .subtitulo {
        color: #fff;
        text-transform: uppercase;
        margin-top: 0;
    }



    #banner .container>.row>div>.descripcion {
        font-size: 20px !important;
    }


    #contenedorQR {
        margin-top: 20px;
        border: 1px solid white;
        border-radius: 5px;
        padding: 15px 0;
        display: flex;
    }

    #banner #tituloProducto {
        color: #fff !important;
        margin-bottom: 10px;
        font-size: 30px !important;
        font-weight: 500 !important;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    #banner .contenedorTarjeta {
        margin-top: 50px;
        display: flex;
        justify-content: flex-end;
    }

    .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;
    }

    .subtitulo {
        color: #fff;
        text-transform: none;
    }

    @media(min-width:1200px) {
        #banner {
            background-image: url("/Personas/Paginas/PROMOCIONES/2026/El-Club-de-las-Razones/assets/img/banner-desktop-v2.webp");
            background-position: 80% center;
            height: 550px;
            display: flex;
            align-items: center;
        }

        #banner .row {
            display: flex;
            align-items: center;
        }

        #banner .contenedorTarjeta {
            margin-top: 0;
        }
    }

    @media(max-width:1199px) {
        #banner {
            background-image: url("/Personas/Paginas/PROMOCIONES/2026/El-Club-de-las-Razones/assets/img/banner-ipad-pro-v2.webp");
            background-position: 80% top;
            height: 550px;
        }
    }

    @media(max-width:1024px) {
        #contenedorQR {
            padding: 15px !important;
        }

    }

    @media(min-width:992px) {
        #banner .subtitulo {
            font-size: 30px;
        }
    }

    @media(max-width:991px) {
        #banner .container>.row>div>* {
            font-size: 16px !important;
        }

        #banner .subtitulo {
            font-size: 24px;
        }

        #banner #tituloProducto {
            font-size: 26px !important;
        }

        #banner {
            background-image: url("/Personas/Paginas/PROMOCIONES/2026/El-Club-de-las-Razones/assets/img/banner-ipad-mini-v2.webp");
            background-position: 100% center;
        }
    }

    @media(max-width:768px) {
        .text-sm-mobile {
            font-size: 20px !important;
        }
    }

    @media(max-width:767px) {
        #banner .subtitulo {
            font-size: 22px;
        }



        #banner #tituloProducto {
            font-size: 26px !important;
        }

        #banner {
            background-image: url("/Personas/Paginas/PROMOCIONES/2026/El-Club-de-las-Razones/assets/img/banner-movil-v2.webp");
            background-position: 100% bottom;
            height: auto;
            padding-top: 60px;
        }

        #banner .contenedorTarjeta img {
            margin-bottom: 0 !important;
        }

        #banner .container>.row>div>* {
            margin-bottom: 15px;
        }

        .beneficios li::before {
            margin-right: 20px;
        }

        .beneficios li:nth-child(2)::before {
            width: 19px;
        }

        .botonDescarga p {
            margin-bottom: 30px;
        }
    }