.banner-mobile {
    display: none;
}

/* Celulares */
@media (max-width: 768px) {
    .banner-desktop {
        display: none !important;
    }

    .banner-mobile {
        /* margin-top: 15px; */
        display: block !important;
        height: 400px !important;
    }

    /* .slider-home li {
        width: auto !important;
        height: 400px !important;
    } */

    .banner-mobile .contenedor-controles a {
        top: 195px;
    }

    .banner-mobile .slider-home li {
        height: 400px !important;
    }

    /* .banner-mobile li{
        height: auto !important;
    } */
}