/************************************************
Styles not cached

Stile presente in style.css ma inserito anche qui per accelerare la diffusione dei CSS
ELIMINARE dopo 1 mese

*************************************************/


/* Ultima modifica: 30-07-26 */

    header.header.darkHeader {
        margin-top: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.5) );
    }

/* SFONDO MENU MOBILE */
.show-for-medium-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.dropdown.is-active,
.show-for-small-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.accordion-menu.is-active {
    background-color: var(--moredark) !important;
}
.darkHeader a.mobilemenubutton i { color: var(--white); }

a.button, .button {
    margin-bottom: 2px;
}

body.home .hero-section .header_overlay { opacity: 1; }
.header_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.article-header .grid-container,
.hero-section .grid-container {
    z-index: 3;
}

.grid-container {
    width: 100%;
    max-width: 1400px;
}

.step-card h3 {
    font-size: 1.5rem;
    color: var(--white);
    min-height: 100px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 40em) {
    #qualita a.btn_cert { padding: 13px 4px; }
}

@media screen and (max-width: 40em) {
    #homeContatti span.whyUs { width: 100%; }
}

@media screen and (max-width: 1430px) {
    #whoWeAre { margin: 0 10px; }
}

@media screen and (max-width: 1430px) {
    .section_bigBlock { margin: 50px 10px; }
}

@media screen and (max-width: 1430px) {
    .section_bigBlock .textBlock-left { border-right: 0; }
}

#customers_list .customer_logo {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

/* HERO */

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    @media screen and (max-width: 40em) {
        .hero-section {
            height: 60vh;
            min-height: 600px;
        }
    }
.hero-tag {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid rgba(39, 196, 106, 0.4);
    border-radius: 50px;
    color: var(--green);
    background: rgba(39, 196, 106, 0.08);
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 0.9rem;
}
.hero-section h1 {
    font-size: 4rem;
    line-height: 1.15;
    margin-bottom: 25px;
    font-weight: 800;
    color: var(--white);
}
    @media (max-width: 69px) {
        .hero-section h1 { font-size: 3rem; }
    }
    @media (max-width: 48em) {
        .hero-section h1 { font-size: 2.4rem; }
    }
    @media (max-width: 40em) {
        .hero-section h1 { font-size: 1.8rem; }
    }
.hero-text {
    color: rgb(215, 215, 215);
    font-size: 1.1rem;
    margin-bottom: 40px;
    max-width: 700px;
}

/* Contenitori: invisibili finché JS non wrappa le lettere e le controlla singolarmente */
.hero-section .grid-container .hero-tag,
.hero-section .grid-container h1,
.hero-section .grid-container .hero-text,
.hero-section .grid-container .block_buttons  {
    opacity: 0;
}


.slides-wrapper .slide_section {
    min-height: 100vH;
    padding-top: 0;
    padding-bottom: 0;
}

.slides-wrapper .slide_section.slide_footer .mainFooter {
    height: auto;
    min-height: calc(100vH - 200px);
}
    @media screen and (max-width: 40em) {
        .slides-wrapper .slide_section.slide_footer .mainFooter { min-height: 100vH; }
    }






/* verificare che sia escluso dalle cache */


/*
 * Aggiornare sempre la data di ultima modifica!!!
 */