﻿    /* .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;
        background-position: 100% center;
    }

    #banner .subtitulo {
        color: #fff;
        text-transform: none;
    }

    #contenedorQR {
        margin-top: 20px;
        border: 1px solid white;
        border-radius: 5px;
        padding: 15px 0;
        display: flex;
    }

    #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/cuentas/content-sections/cuenta-flash/imagenes/banner-desktop.webp);
            background-position: 40% center;
        }

        #banner .row {
            display: flex;
            align-items: center;
        }

        #banner .contenedorTarjeta {
            margin-top: 0;
        }
    }

    @media(max-width:1199px) {
        #banner {
            background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-flash/imagenes/banner-ipad-pro.webp);
            background-position: 100% center;
        }
    }

    @media(max-width:1024px) {
        #contenedorQR {
            padding: 15px !important;
        }

    }

    @media(min-width:992px) {
        #banner .subtitulo {
            font-size: 28px;
        }
    }

    @media(max-width:991px) {
        #banner .subtitulo {
            font-size: 24px;
        }

        #banner {
            background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-flash/imagenes/banner-ipad-mini.webp);
            background-position: 100% center;
        }
    }

    @media(max-width:768px) {
        .text-sm-mobile {
            font-size: 20px !important;
        }
    }

    @media(max-width:767px) {
        #banner {
            background-image: url(/Personas/Paginas/cuentas/content-sections/cuenta-flash/imagenes/banner-movil.webp);
            background-position: 100% bottom;
            height: 650px;
        }

        .beneficios li::before {
            margin-right: 20px;
        }

        .beneficios li:nth-child(2)::before {
            width: 19px;
        }

        .botonDescarga p {
            margin-bottom: 30px;
        }
    }