.carrusel {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
}

.elemento {
    flex: 1 0 auto;
    margin: 0 20px;
    /*background-color: none;*/
    width: 200px;
    height: 210px;
}