.menu-visuale {
    padding-bottom: 3%;
}

.link-vetrina-home {
    text-decoration: none;
    color: black;
}

.foto-vetrina {
    text-align: center;
    height: 220px;
    width: 220px;
    margin: 40px;
    transition: 1.2s ease;
    -moz-transition: 1.2s ease; /* Firefox */
    -webkit-transition: 1.2s ease; /* Chrome - Safari */
    -o-transition: 1.2s ease; /* Opera */
}

.foto-vetrina:hover {
    transform : scale(1.3);
    -moz-transform : scale(1.3); /* Firefox */
    -webkit-transform : scale(1.3); /* Chrome - Safari */
    -o-transform : scale(1.3); /* Opera */
    -ms-transform : scale(1.3); /* IE */
}

#testo{
    margin-left: 2%;
    margin-right: 2%;
}

#carosello_home {
    width: 100%;
    height: auto;
    position: relative;
    
}

#carousel-item {
    height: 450px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-marketing {
    margin-top: 15px;
    align-items: center;

}

.col-lg-4 {
    text-align: center;
}



@media (min-width: 1441px) {
    #carousel-item {
        height: 150%;
    }

    .foto-vetrina {
        height: 350px;
        width: 350px;
    }
}

section {
    margin-bottom: -5%;
    margin-top: -5%;
}
