#ctl00_zonHeader_zona_header1_header{
    position:fixed !important;
    top:0;
    left:0;

    width:100%;

    z-index:9999 !important;

    background:transparent;

    transform:translateY(0);

    transition:
        transform .45s ease,
        background-color .35s ease,
        box-shadow .35s ease;
}


/* HEADER NASCOSTO DURANTE SCROLL IN BASSO */

#ctl00_zonHeader_zona_header1_header.header-hidden{
    transform:translateY(-100%);
}


/* HEADER VISIBILE QUANDO SI TORNA VERSO L'ALTO */

#ctl00_zonHeader_zona_header1_header.header-white{
    background:#fff;

    box-shadow:0 4px 20px rgba(0,0,0,.08);
}


/* LINK MENU */

#ctl00_zonHeader_zona_header1_header.header-white
.menu.principale a{
    color:#68554e !important;
}


/* VOCE CORRENTE */

#ctl00_zonHeader_zona_header1_header.header-white
.menu.principale a.current{
    color:#68554e !important;
}


/* NUMERO TELEFONO / TESTI HEADER */

#ctl00_zonHeader_zona_header1_header.header-white
.boxContattiHeader,
#ctl00_zonHeader_zona_header1_header.header-white
.boxContattiHeader .numero{
    color:#68554e !important;
}


/* eventuali altri testi */

#ctl00_zonHeader_zona_header1_header.header-white
.gc-cont{
    color:#68554e;
}
@font-face {
    font-family: 'Fraunces';
    src: url('/css/webfonts/fraunces/Fraunces-VF.woff2') format('woff2-variations');
    src: url('/css/webfonts/fraunces/Fraunces-VF.woff2') format('woff2') tech('variations');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Fraunces';
    src: url('/css/webfonts/fraunces/Fraunces-Italic-VF.woff2') format('woff2-variations');
    src: url('/css/webfonts/fraunces/Fraunces-Italic-VF.woff2') format('woff2') tech('variations');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Jost';
    src: url('/css/webfonts/jost/Jost-VF.woff2') format('woff2-variations');
    src: url('/css/webfonts/jost/Jost-VF.woff2') format('woff2') tech('variations');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Jost';
    src: url('/css/webfonts/jost/Jost-Italic-VF.woff2') format('woff2-variations');
    src: url('/css/webfonts/jost/Jost-Italic-VF.woff2') format('woff2') tech('variations');
    font-weight: 100 900;
    font-style: italic;
}