/*
|--------------------------------------------------------------------------
| CARRUSEL MOVIL
|--------------------------------------------------------------------------
*/

.epc-carousel-images-mobile{

    display:flex;

    overflow-x:auto;

    gap:15px;

    padding-left:30%;

    padding-right:30%;

    scroll-snap-type:x mandatory;

    scrollbar-width:none;

}


.epc-carousel-images-mobile::-webkit-scrollbar{

    display:none;

}


.epc-carousel-images-mobile .epc-carousel-image{

    flex:0 0 150px;

    width:150px;

    height:150px;

    scroll-snap-align:center;

}


.epc-carousel-images-mobile img{

    width:100%;

    height:100%;

    object-fit:contain;

    border-radius:12px;

}

.epc-carousel-images-mobile{

    justify-content:flex-start;

    align-items:center;

}