.barraIMG {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.barraIMG img {
    border-radius: 10px;
    width: 33.3%;
    height: auto;
    margin: 0 2px;
}

.invente{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
    .barraIMG {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%; /* Ajusta según necesites */
    }
    
    .barraIMG-carrusel {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 300%; /* 100% × número de imágenes */
    }
    
    .barraIMG-carrusel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        flex: 0 0 100%;
    }
}
