/*
*	Root
*	1.0 SETTINGS
        *fonts
        *boxes
        *buttons
*   2.0 HEADER
*   3.0 HOMEPAGE
*/

/*
*	1.0 SETTINGS
*/
p.p-save-energy {
    width: 90%;
    margin: auto;
}

/* zoom in effect */
.img-zoom,
.image-container-bg {
    transition: none;
}

.img-zoom.zoom-in,
.img-zoom.zoom-out,
.image-container-bg.zoom-in,
.image-container-bg.zoom-out {
    transform: none;
    background-size: 100%; /* Dimensione originale */
}

div.image-container-bg,
div.image-container-bg.zoom-in,
div.image-container-bg.zoom-out  {
    background-size: cover !important;
}


/*
*	2.0 HEADER
*/
ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    min-width: fit-content;
    width: 65px;
    background: #0000006b;
}
div#full-width-box {
	max-width: 1920px !important;
	margin: auto !important;
}

/*
*  3.0 HOMEPAGE
*/
.vertical {
    transform: none;
    transform-origin: unset;
    min-width: 100% !important;
    height: fit-content;
    vertical-align: middle;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-content: center !important;
    flex-wrap: wrap !important;
}

.left-padding {
    padding: 50px 0px 50px 0px !important;
}

.carosello-cusimano img {
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}

.carosello-cusimano figure.swiper-slide-inner {
    margin: 0px 0px !important;
}