/*
*	3.0 GLOBAL LAYOUT & UTILITIES
*/

.carosello-img img {
    height: 420px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.ygpts-widgetBtnOuter {
    bottom: 90px !important;
}

.slider-fullscreen h2 {
    color: #FFF !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 44px !important;
    margin: 0px !important;
}

.slider-fullscreen h3 {
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
}


/*
*	5.0 FOOTER
*/
.bottom-bar {
    background: var(--color-primary) !important;
}

.bottom-bar svg {
    color: white !important;
    fill: white !important;
}

.bottom-bar a {
    font-weight: 400 !important;
}


/*
*    6.0 HEADER
*/

body:not(.home) header .hero-img-container {
    height: 500px !important;
    min-height: 500px !important;
}

#container-header.header-top-zero,
#container-header-mobile.header-top-zero {
    top: 0 !important;
}