﻿
form[action*="/trattamento-dati-personali.aspx"] .header,
form[action*="/cookie-policy.aspx"] .header {
    display: none;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

b {
    font-weight: 600;
}

.smooth {
    transition-duration: 500ms;
}

.hp-wrap {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.grecaptcha-badge {
    display: none;
}

body {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    animation: fadeIn 2s both;
    overflow-x: hidden;
    font-weight: 400;
    color: #45413c;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
}

a {
    text-decoration: none;
}

.none{
    display:none;
}

.upper{
    text-transform:uppercase;
}

.margintop20 {
    margin-top: 20px;
}
.margintop30 {
    margin-top: 30px;
}
.margintop50 {
    margin-top: 50px;
}

.center{
    text-align:center;
}

.container {
    max-width: 1400px;
    position: relative;
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
    width: 100%;
}

.container3 {
    position: relative;
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
    text-align: center;
    max-width: 1600px;
}

.fasciaicone {
    background-color: #f8f8f8;
    padding: 73px;
    display: flex;
    flex-flow: wrap;
    align-items: baseline;
    justify-content: space-around;
}

    .fasciaicone h6 {
        font-family: Neue Haas Grotesk Display Pro,sans-serif;
        margin: 27px 0 0;
        margin-top: 17px;
        line-height: 1.2em;
        color: #222;
        letter-spacing: .1em;
        font-weight: 400;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 16px;
    }
    .fasciaicone img {
    }
    .fasciaicone p {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .fasciaicone i {
        font-size: 45px;
    }
.ContenitoreDettaglioDxInterno i {
    font-size: 80px;
    color: white;
}

.containerInt > img.cartina {
    max-height: 550px;
    width: auto;
    margin: auto;
}

.mappa {
    width: 100%;
    height: 600px;
}

.mappaindicazioni a {
    color: #000;
}

.linkgruppo {
    font-weight: 600;
    color: #0071bb;
    text-decoration: none;
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow-y: auto;
}

.popup-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 30em;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

.popup-card {
    padding: 20px;
    text-align: center;
}

    .popup-card img {
        width: 100%;
        display: block;
        max-height: 30vh;
        object-fit: cover;
    }

    .popup-card .pulsante {
        margin: auto;
        margin-top: 20px;
    }

    .popup-card h2 {
        font-size: 34px;
        font-weight: 400;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        line-height: initial;
    }

    .popup-card p {
        font: normal normal 400 16px/22px Jost;
        letter-spacing: 0px;
        color: #161615;
        margin: 0px;
    }

#close-popup {
    background-color: #fff;
    color: black;
    border: none;
    padding: 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
}



.listacomuni li {
    color: #222;
    margin: 0px;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Neue Haas Grotesk Display Pro,sans-serif;
    font-size: 16px;
    max-width: 100%;
    padding: 5px;
}
    .listacomuni li:hover {
        color: #0c874a;
    }

.listacomuni li a {
    color: #222;
    text-decoration:none;
}

    .listacomuni li a:hover {
        color: #0c874a;
    }


    .contenitorecomuni {
        display: flex;
        justify-content: space-around;
    }

a.BottoneGenerico.margintop20 {
    margin-top: 20px;
}



.ContenitoreDettaglioSx {
    float: left;
    width: 66.66666667%;
    text-align: left;
}
.ContenitoreDettaglioDx {
    float: left;
    width: 33.33333333%;
    padding-left: 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.ContenitoreDettaglioSx > .vertical-top {
    margin-top: 0;
}


.ContenitoreDettaglioDxInterno {
    padding: 25px;
    text-align: center;
    line-height: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    background-color: #0c874a;
    background-position: center 0;
    background-repeat: repeat;
    box-sizing: border-box;
    color: white;
}

    .ContenitoreDettaglioDxInterno h6 {
        font-family: Neue Haas Grotesk Display Pro,sans-serif;
        margin: 27px 0 0;
        margin-top: 10px;
        line-height: 1.2em;
        color: #fff;
        letter-spacing: .1em;
        font-weight: 400;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 16px;
    }

.prezzo {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
}

.ContenitoreDettaglioTesto {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.5em;
    letter-spacing: .02em;
    text-align: justify;
    color: #000;
}


.containerimmobile {
    float: left;
    width: 33.33333333%;
    padding: 15px;
    box-sizing: border-box;
    padding-top: 0px;
    display: flex;
    justify-content: center;
}

.zonaIconeElenco {
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    flex-flow: wrap;
}
    .zonaIconeElenco div {
        display: flex;
        align-items: center;
        width: 50%;
    }

.bloccoimmobileDesc > .indirizzo i {
    font-size: 30px;
    margin-right: 10px;
    color: #0c874a;
}

.zonaIconeElenco i {
    font-size: 30px;
    margin-right: 10px;
    color: #0c874a;
}


    .flexVendite {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }


.logoezona{
    display:flex;
}
.zonemenu {
    margin-left: 20px;
    display: flex;
    height: 100%;
    flex-flow: column;
    border-left: 1px solid #222;
    padding-left: 10px;
}
    .zonemenu i {
        font-size: 20px;
        color: #0c874a;
        margin: 3px;
        margin-right: 10px;
    }

    .zonemenu a {
        display: flex;
        align-items: center;
        font-size: 15px;
        text-decoration: none;
        color: #222;
    }

    .bloccoimmobile {
        border: none;
        -webkit-box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
        -moz-box-shadow: 10px 13px 35px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
        margin-bottom: 40px;
        display: block;
        position: relative;
        overflow: hidden;
        
        TEXT-DECORATION: none;
    }

    .bloccoimmobile > img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: 300px;
        object-fit: cover;
        
    }

.bloccoimmobileDesc {
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    bottom: 20px;
    left: 20px;
    background-color: white;
    z-index: 3;
}

    .bloccoimmobileDesc > .indirizzo {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0;
        color: #000;
        margin: 0px;
        display:flex;
        align-items:center;
    }

.prezzoVediInt {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #0c874a;
    color: white;
    padding: 5px 10px;
    font-size: 19px;
    letter-spacing: 0.8px;
}



.numeroSX {
    position: absolute;
    font-size: 180px;
    font-weight: 700;
    top: -50px;
    left: 0px;
    z-index: 0;
    color: #e2f3ea;
}

.claimHome {
    z-index: 2;
    display: flex;
    margin-right: 65px;
    max-width: 600px;
    flex-flow: column;
    text-align: right;
    margin-top: 100px;
}

    .claimHome b {
        font-weight: 400;
        font-size: 30px;
    }

.tonon {
    color: #0071bb;
}

.claimHome h1 {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    margin: 0 0 11px;
    color: #222;
    font-size: 10vh;
    /* letter-spacing: .1em; */
    font-weight: 300;
    color: white;
    /* text-decoration: underline; */
    line-height: 10vh;
}
.claimHome h3 {
    font-weight: 400;
    color: #45413c;
    letter-spacing: 1px;
}

    .claimHome h3.white {
        color: white;
    }

/*.bloccoimmobileDesc span {
    color: #000000;
    margin-top: 1px;
    display: block;
    margin: 5px 0 7px;
    font-weight: 300;
    text-transform: none;
    font-size: 13px;
    line-height: 1.63em;
    text-align: left;
}*/
        .bloccoimmobileDesc > h4 {
    color: #222;
    margin: 0px;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Neue Haas Grotesk Display Pro,sans-serif;
    font-size: 16px;
}

.PaginaHome .bloccoimmobileDesc > h4 {
    color: #222;
    margin: 0px;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Neue Haas Grotesk Display Pro,sans-serif;
    font-size: 16px;
    max-width: 100%;
}



.smooth {
    transition-duration: 500ms;
}

.header {
    position: fixed;
    z-index: 44;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    padding: 10px 65px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: transparent linear-gradient(95deg, #fff 0%, #cccccc 100%) 0% 0% no-repeat padding-box;
    opacity: 0.95;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    align-items: center;
    justify-content: space-between;
}


.headerWhite {
    background-color: #f6f5f3;
}

.smooth {
    transition-duration: 500ms;
}





    .logo {
        display: block;
    }

    .logo img {
        display: block;
        width: 130px;
        padding: 5px 0px;
    }

.flexmenu {
    /*width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;*/
    /* max-width: 1370px; */
    /*margin: auto;*/
}

.contenitorenumerazione {
    width: 265px;
    background-color: #f6f5f3;
    position: absolute;
    top: 0;
    left: 0;
    height: 98px;
    z-index: 2;
}

.sezioneverticale {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 200px;
    /* top: 443px; */
    letter-spacing: 5px;
    font-size: 12px;
    left: -25px;
    webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #3d3d3d;
    transform: rotate(-90deg);
    z-index: 3;
    width: 200px;
}

.borderhome {
    background-color: #8f8f8f;
    margin-bottom: 20px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 50px;
}

.spazio {
    height: 99.45px;
}

.maxwidth {
    max-width: 700px;
    margin: auto;
}

.width1000 {
    max-width: 1000px;
    margin: auto;
}
.width900 {
    max-width: 900px;
    margin: auto;
}

.certificazioni {
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0px;
    gap: 10px;
}
.col1{
    width:25%;
}
.col2 {
    width: 25%;
}
.col3 {
   flex:1;
}

.certificazioni.titolo {
    color: #111;
    font-weight: 600;
    margin: 0px;
    line-height: 1.83em;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 20px;
}

.flex3colonne {
    display: flex;
    flex-flow: wrap;
    text-align: left;
    margin-top: 50px;
    gap: 30px;
}

    .flex3colonne .flex3colonnecol1 {
        width: calc(33.3% - 20px);
    }

    .flex3colonne .flex3colonnecol2 {
        width: calc(66.6% - 20px);
    }

    .flex3colonne h2 {
        font-weight: 400;
        font-size: 34px;
        line-height: 35px;
    }

    .flex3colonne img {
        width:100%;
        display:block;
    }
      

.titolointerno {
}






.menu {
    display: block;
}
    .menu > input {
        display: none;
    }

      

#ULMenu {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 40px;
    margin: 0px;
}

.campimenu a {
    text-transform: uppercase;
    color: #45413c;
    font-weight: 500;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    font-size: 15px;
    margin: 10px 0px;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.campimenu .LIMenuulUno a.MenuSelezionato {
    color: #0071bb;
}

    .campimenu .LIMenuulUno a{
        color: #45413c;
    }

.menuinterno > label {
    cursor: pointer;
}

.LabelMenuPrincipale .material-icons-outlined {
    font-size: 40px;
    line-height: inherit;
}

.ULMenuli{
    width:100%;
}

.MenuPrincipale {
    display: none;
}

.LabelMenuPrincipale {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.MenuPrincipaletesto {
    font-size: 11px;
}



#ULMenu input {
    display: none;
}

#ULMenu .ULMenuli .ULMenuul {
    padding: 0px;
    margin: 0px;
    height: 0px;
    position: relative;
    z-index: 4000;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    display: flex;
    flex-flow: column;
    text-align: left;
    background-color: #ffffff;
    background-color: #f6f5f3;
    left: auto;
    margin: 0;
    border-radius: 4px;
    box-shadow: 10px 13px 35px -10px rgb(0 0 0 / 20%);
    /* border: 1px solid white; */
    min-width: 180px;
    position: absolute;
    display: none;
    margin-left: -20px;
}

    #ULMenu .ULMenuli .ULMenuul li {
        display: block;
        margin: 12px 17px;
    }

       
#ULMenu .ULMenuli:hover .ULMenuul {
    height: max-content;
    transition: height 0.5s ease-in-out;
    /*border: 1px solid #e6e6e6;*/
        display: block;
    }

.contenitoreProgettiVerticale {
    display: flex;
    flex-flow: wrap;
}

    .contenitoreProgettiVerticale a {
        width: 100%;
        height: 65vh;
        z-index: 2;
        /* overflow: hidden; */
        position: relative;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ProgettiVerticaleBlocco img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: filter 0.5s ease;
}
.mask {
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 2;
    mix-blend-mode: multiply;
}

.ProgettiVerticaleBlocco .material-symbols-outlined {
    position: absolute;
    font-size: 8vh;
    color: white;
    box-sizing: border-box;
    font-weight: 500;
    z-index: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.ProgettiVerticaleBloccosett {
    position: absolute;
    bottom: 90px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 3px;
    letter-spacing: 6px;
    font-size: 12px;
    left: 5px;
    webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #fff;
    transform: rotate( -90deg );
    z-index: 3;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ProgettiVerticaleBloccoTit {
    position: absolute;
    top: 50px;
    left: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    /* -webkit-transition: all 0.1s linear; */
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    font-size: 30px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    /* letter-spacing: 0.1em; */
    z-index: 3;
    line-height: initial;
}

.ProgettiVerticaleBlocco:hover img {
    filter: grayscale(100%);
}

.ProgettiVerticaleBlocco:hover .material-symbols-outlined {
    z-index: 4;
}

.splide__arrow svg {
    fill: #0071bb;
    height: 40px;
    width: 40px;
}

.splide__arrow {
    background: transparent;   
    opacity: 1; 
}
.splide__pagination {
    bottom: -30px;
}
.splide__pagination__page.is-active {
    background: #0071bb;
    z-index: 1;
}

.collaborazione {
    display: flex;
    /* flex-flow: wrap; */
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    text-align:center;
}

    .collaborazione .collaborazionelogo {
        max-width: 30%;
        height: 70px;
    }
    .collaborazione .collaborazionelogo img {
        display: block;
        object-fit: contain;
        width: 100%;
        -webkit-filter: none;
        border-radius: inherit;
        height: 100%;
    }


.blocchisocialTelefono {
    display: flex;
    flex-flow: column;
    /* justify-content: flex-end; */
    align-items: center;
}
    .blocchisocialTelefono a {
        text-decoration: none;
        color: #0c874a;
        /* margin: 2px 0px; */
        display: block;
    }

    .blocchisocialTelefono span {
        font-size: 16px;
    }

.blocchisocial {
    display: flex;
    flex-flow: column;
}
    .blocchisocial span {
        margin: 20px 0;
        color: #c5c4c2;
    }

.colonnaSxHome {
    position: absolute;
    height: 100%;
    width: 150px;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    box-sizing: border-box;
    justify-content: center;
}

.logodivisione {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: auto;
}

.linguette {
    position: fixed;
    margin: 0;
    padding: 11px 15px 11px 15px;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    display: block;
    z-index: 2;
    right: 0;
    cursor: pointer;
    top: 450px;
    background-color: #0c874a;
    color: white;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 10%);
}
    .linguette.seconda {
        top: 500px;
    }

    .linguette a {
        color: white;
        text-decoration: none;
    }






    .colMenuDx {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-shadow: 0 0 65px rgb(0 0 0 / 7%);
        background-image: url(/imgs/side-area-bg-image.png);
        background-repeat: no-repeat,no-repeat;
        background-position: bottom right;
        background-size: 100%,auto;
        background-color: #e8f9f0;
    }
.exit {
    position: absolute;
    top: 0;
    right: 0;
    color: #0c874a;
    padding: 30px;
    font-size: 1em;
    cursor: pointer;
}

.MenuInterno {
    position: absolute;
    top: 50%;
    /* left: 0%; */
    width: 100%;
    padding: 10%;
    overflow: hidden;
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: black;
    box-sizing: border-box;



}
.campimenu a:hover {
    color: #0071bb;
}

    a.MenuSelezionato {
        color: #0071bb;
    }

    .MenuInterno a {
        display: block;
        line-height: 2em;
        text-decoration: none;
        transition: color 0.215s ease-in-out;
        font-weight: 500;
        color: #222;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        font-size: 25px;
        letter-spacing: .1em;
        font-weight: 400;
    }



div.first {
    position: relative;
    overflow: hidden;
    height: 100vh;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 150px;
    background: #fefdfd;
}

.mySlides2 {
    position: absolute;
    height: 100%;
    width: calc(100% - 150px);
    transition: all 1500ms;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.sfondonero {
    position: absolute;
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mySlidesHomeVideo {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}

    .mySlidesHomeVideo.contain {
        object-fit: contain;
    }

    .PaginaHome {
        margin: 150px 0px;
    }
.PaginaElenco.nomargin {
    margin: 0px;
}
.PaginaHome.nomarginbottom {
    margin-bottom: 0px;
}


.PaginaHome.grigio {
    padding: 150px 0px;
    margin: 0px;
    background-color: #3e3e3f;
}
.PaginaHome.blu {
    padding: 150px 0px;
    margin: 0px;
    background-color: #0071bb;
}

.flex {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
}

.flexstart {
    justify-content:flex-start;
}


    .PaginaHome h1 {
        margin: 0 0 11px;
        font-size: 34px;
        font-weight: 400;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        line-height: initial;
    }
    .PaginaHome h1 b {
        font-weight: 400;
        color: #0071bb;
    }

.PaginaHome h3 {
    font-size: 30px;
    /* letter-spacing: .1em; */
    font-weight: 400;
    /* text-transform: uppercase; */
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: initial;
}

.PaginaHome .flex3colonne h3 {
    font-weight: 500;
    margin-top: 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}


    .PaginaHome h4 {
    color: #222;
    font-size: 30px;
    line-height: 1.33em;
    margin: 0px 0;
    font-weight: 400;
    max-width: 60%;
}


        .PaginaHome h4.white {
            color: #fff;
        }
.sezioneatleti .colonna2 h6.white {
    color: #fff;
    background-color: #22699f;
    padding: 5px 10px;
    box-sizing: border-box;
}

.PaginaHome p.white {
    color: #fff;
}


.flexnumero {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    text-align: left;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    color: #0071bb;
    gap: 50px;
    flex-flow:wrap;
}

    .flexnumero > .numero {
        font-size: 30vh;
        display: block;
        line-height: 30vh;
        font-weight: 400;
    }
    .flexnumero > .testo {
        font-size: 40px;
        /* letter-spacing: .1em; */
        line-height: initial;
        color: #3d3d3d;
        width: 360px;
        font-weight: 400;
    }

    .flexnumero b {
        color: #0071bb;
        font-weight:400;
    }

.partners {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}



.partners > img {
    display: block;
    width: 200px;
    padding: 20px;
    box-sizing: border-box;
}


    .bloccofinale {
        padding-bottom: 100px;
    }
    .bloccofinale.grigio {
        background-color: #f8f8f8;
    }

.PaginaElenco {
    margin: 100px 0px;
    text-align: left;
    font-size: 15px;
    line-height: 1.83em;
    -webkit-font-smoothing: antialiased;
}

    .PaginaElenco h3 {
        margin: 10px 0 0;
        font-family: "Playfair Display",sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        -webkit-font-smoothing: antialiased;
        text-transform: capitalize;
        color: #000;
    }

    .PaginaElenco a {
        color: #000;
        text-decoration: none;
    }

    .PaginaElenco h1 {
        color: #000;
        font-size: 40px;
        margin: 0 0 11px;
        font-size: 25px;
        line-height: 1.2em;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: .1em;
    }

.PaginaElenco.nomargin {
    margin: 0px 0px;
}

.PaginaHome p {
    display: block;
    /* margin: -2px 0 0; */
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }
        .centracontenuto {
    text-align: center;
}

.PaginaHome p.weight500 {
    font-size: 16px;
    font-weight: 500;
}


.vertical-top {
    background-color: #8f8f8f;
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 13px 0;
}

.vertical-top-white {
    background-color: #fff;
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 13px 0;
}

.tabella {
    width: 100%;
    display: flex;
    align-items: center;
}

    .tabella.width25 {
        align-items: inherit;
        width: 50%;
    }

        .tabella.width25  > .containerInt {
            padding:0px;
            height:auto;
        }

        .tabella.width25  img {
            height: 100%;
            object-fit: cover;
        }

    .tabellafooter {
        width: 100%;
        display: flex;
    }

.flexfull{
    display: flex;
    flex-flow: wrap;
    margin: 150px auto;
    max-width: 1500px;
}

.containerInt {
    width: 50%;
    padding: 0px 5px;
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    z-index: 1;
    position: relative;
}

    .containerInt img {
        display: block;
        width: 100%;
        border-radius: 25px;
    }

    .containerInt.width60 {
        width: 60%;
    }
    .containerInt.width40 {
        width: 40%;
    }

    .containerInt.width100 {
        width: 100%;
    }

    .containerIntDesc {
        padding-left: 50px;
        box-sizing: border-box;
        font-size: 15px;
        line-height: 1.73em;
        -webkit-font-smoothing: antialiased;
        color: #4c4c4c;
        position: relative;
    }

        .containerIntDesc.padding50 {
            padding: 50px;
        }

.containerIntDesc2.padding50 {
    padding: 50px;
}

.containerInt.padding0{
    padding:0px;
}



.containerIntDesc2 {
    padding-right: 50px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.73em;
    -webkit-font-smoothing: antialiased;
    color: #4c4c4c;
    position: relative;
    text-align: right;
}

    .containerIntDesc2 > h1 {
        color: #222;
        font-size: 30px;
        margin: 0 0 11px;
        letter-spacing: .1em;
        font-weight: 400;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        line-height: initial;
    }

.contenitoreteam {
    display: flex;
    flex-flow: wrap;
    max-width: 1200px;
    margin: auto;
    justify-content: space-around;
}

.bloccoteam {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 50px;
    z-index: 1;
}
        .bloccoteam img{
            width:100%;
            display:block;
        }
    .bloccoteam h5 {
        color: #222;
        margin-bottom: 0px;
        letter-spacing: .1em;
        font-weight: 400;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-family: Neue Haas Grotesk Display Pro,sans-serif;
        font-size: 16px;
    }

    .bloccoteam p {
        font-size: 16px;
        margin: 1px 0 0;
    }

    .bloccoteam a {
        font-size: 14px;
        color: #0c874a;
    }

    .sfondolatoDX {
            right: 0;
            bottom: 0;
            background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,#e8f9f0));
            background: -o-linear-gradient(top left,transparent 50%,#e8f9f0 50%);
            background: linear-gradient(to bottom right,transparent 50%,#e8f9f0 50%);
        }

.sfondolatoDXAlto {
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,right bottom,left top,color-stop(50%,transparent),color-stop(50%, #e9faf1 ));
    background: -o-linear-gradient(bottom right,transparent 50%, #e9faf1 50%);
    background: linear-gradient(to top left,transparent 50%, #e9faf1 50%);
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}
.sfondolatoSXBasso {
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,#e8f9f0));
    background: -o-linear-gradient(top left,transparent 50%,#e8f9f0 50%);
    background: linear-gradient(to bottom right,transparent 50%,#e8f9f0 50%);
    z-index: 0;
}

.qodef-row-background-custom-holder {
    position: absolute;
    display: block;
    right: 2%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #f6f5f3;
    font-size: 10em;
    vertical-align: top;
    text-align: right;
    top: 50px;
}

.qodef-row-background-custom-holder2 {
    position: absolute;
    display: block;
    left: 2%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #f6f5f3;
    font-size: 10em;
    vertical-align: top;
    text-align: right;
}

.relative {
    position: relative;   
    margin:auto;
}

    .relative.testo{
        max-width:2000px
    }


.spazioFooter {
    margin-bottom: 500px;
}

.PaginaHome.nomarginbottom {
    margin-bottom: 0px;
}

.footer {
    padding: 50px 0px;
    display: block;
    box-sizing: border-box;
    background-color: #f6f5f3;
}

.footer2 {
    text-align: center;
    font-size: 14px;
    margin: 30px 30px;
    color: black;
}
    .footer2 a {
        color: black;
        font-weight: 600;
        text-decoration: none;
    }

.footerinterno {
    display: flex;
    flex-flow: wrap;
    text-align: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}



    .FooterItem2Int > .nomeAzienda {
        /* border-bottom: 1px solid #c0c0c0; */
        padding-bottom: 5px;
        font-size: 1.6em;
        color: #222;
        display: inline-block;
        margin-bottom: 25px;
    }
.nomeAzienda {
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 1.6em;
    color: #222;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    /* letter-spacing: -.04em; */
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    line-height: initial;
}

.FooterItemFrasi {
    margin-bottom: 15px;
    color: #222;
}

.footer a {
    color: #222;
    text-decoration: none;
    font-weight:600;
}



.contenitoreHomeImg {
    position: relative;
    background-color: #000;
    height: 700px;
    position: relative;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

.frecciaSx {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 3px;
}

.frecciaDx {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 3px;
}

.frecceSlide {
    right: 50px;
    display: flex;
    width: 200px;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    z-index: 10;
}


.contenitoreHomeImg img {
    width: 100%;
    display: block;
    transition: all 1500ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sezionetitolo {
    margin: 50px 0px;
    margin-bottom: 15px;
}
.ContenitoreDettaglio {
    margin: 50px 0px;
    /*border-bottom: 2px solid #F3F3F3;*/
}
div.SnippetBreadCrumbs {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-family: Neue Haas Grotesk Display Pro,sans-serif;
    padding: 20px 0px;
    margin-top: 17px;
    line-height: 1.2em;
    color: #222;
    letter-spacing: .1em;
    text-transform: uppercase;
}
    div.SnippetBreadCrumbs ol {
        list-style: none;
        margin: 0px;
        margin-left: -15px;
        padding: 0px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
    }
        div.SnippetBreadCrumbs ol li {
            display: inline-block;
        }
    div.SnippetBreadCrumbs a {
        text-decoration: none;
        color: white;
        font-weight: 300;
        text-decoration: none;
        color: #222;
        /* font-weight: 300; */
        margin: 0 15px;
    }

.SnippetSelezionato {
    color: #0c874a;
}

.contenitoreHomeImgBanner {
    height: 90vh;
    position: relative;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
.contenitoreHomeImgBanner img {
    width:100%;
    height:100%;
    object-fit:cover;
}


    .contenitoreHomeImgBanner.sfondoblack{
        background-color:black;
    }

    .contenitoreHomeImgBannerInterno {
        position: absolute;
        bottom: 50px;
        left: 65px;
        color: white;
        max-width: 50vw;
        z-index: 10;
    }
    .contenitoreHomeImgBannerInterno h2 {
        font-size: 25px;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        margin: 0 0 11px;
        letter-spacing: .1em;
        font-weight: 400;
        color: white;
        line-height: 30px;
        text-transform: uppercase;
    }

.sezioneimmaginiInterna > div.bloccofull {
    width: 100%;
}

.sezioneimmaginitesto.flexstart {
    flex-flow: column;
}

.sezioneimmaginitestoflex {
    display: flex;
/*    flex-flow: wrap;
*/    gap: 15px;
/*    justify-content: space-between;
*/    align-items: center;
    position:relative;
}

    .sezioneimmaginitestoflex h3 {
        word-wrap: normal;
    }

.sezioneimmaginiInterna .sezioneimmaginitestoflex img {
    display: block;
    width: 50px;
    -webkit-filter: initial;
}

    .sezioneimgfull {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        gap: 50px;
    }

    .sezioneimgfull.column {
        flex-flow: column;
    }

    .sezioneimgfull .flexscritta {
        display: flex;
        flex-flow: column;
        gap: 30px;
    }

    .sezioneimgfull > div {
        width: calc(50% - 50px);
    }

    .sezioneimgfull h2 { /* font-family: 'Neue Haas Grotesk Display Pro', sans-serif; */
        line-height: 10vh;
        font-size: 10vh;
        font-weight: 400;
    }
       

    .sezioneimgfull h3 { 
        line-height: 4vh;
        font-size: 4vh;
        font-weight: 400;
    }

 

.gallerysx {
    height: 100%;
    width: fit-content;
    margin-left: auto;
    width:50%;
}

    .gallerysx img {
        height: 100%;
        display:block;
	width:100%;
        
    }

.gallerydx {
    height: 100%;
    width: fit-content;
    margin-right: auto;
    width: 50%;
}

    .gallerydx img {
        height: 100%;
        display: block;
	width:100%;
    }

    .sezioneimgfullimg {
        display: block;
        width: 100%;
    }

.sezioneatleti {
    z-index: 1;
    display: flex;
    flex-flow: wrap;
}

    .sezioneatleti > div {
        width: 16%;
    }
        .sezioneatleti > div.colonna2 {
            display: flex;
            flex-flow: wrap;
            justify-content: space-around;
            width: 84%;
            padding-left: 15%;
            box-sizing: border-box;
        }

    .sezioneatleti h4 {
        letter-spacing: .1em;
        text-transform: uppercase;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        line-height: initial;
        MAX-WIDTH: inherit;
    }

        .sezioneatleti h4 b {
            font-weight: 400;
            color: #0071bb;
        }

.sezioneatleti .colonna2 h6 {
    color: #222;
    margin: 0px 0;
    letter-spacing: .1em;
    font-weight: 400;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: Neue Haas Grotesk Display Pro,sans-serif;
    font-size: 16px;
}
    .sezioneatleti .colonna2 div {
        padding: 10px 20px;
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 30px;
    }
    .sezioneatleti .colonna2 p {
        text-align: left;
        margin: 10px 0px;
    }


.containerInt:hover .maskerablu {
    background-color: transparent;
}



a.BottoneGenerico {
    color: white;
    position: relative;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.8px;
    font-weight: 400;
    /* letter-spacing: 0; */
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    padding: 8px 34px;
    cursor: pointer;
    border-radius: 30px;
    background-color: #0071bb;
    border: none;
    color: white;
    margin-top: 30px;
    display: block;
    width: fit-content;
    margin: auto;
    box-shadow: 0 20px 20px rgb(24 24 24 / 15%);
    text-transform: uppercase;
}
    .PaginaElenco a.BottoneGenerico:hover {
        background-color: #222;
    }


.a-btn-arrow-2 {
    position: relative;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 3px;
}

    .a-btn-arrow-2 .arrow-right, .a-btn-arrow-2 .arrow-left {
        background-color: #111;
    }

.a-btn-arrow-2.sx {
    padding-left: 50px;
}
.a-btn-arrow-2.dx {
    padding-right: 50px;
}

.frecceSlide > .a-btn-arrow-2 {
    color: #827f7c;
}

.BottoneGenerico > .a-btn-arrow-2 {
    color: #fff;
}

.frecceSlide .a-btn-arrow-2 .arrow-right, .frecceSlide .a-btn-arrow-2 .arrow-left {
    background-color: #827f7c;
}

.BottoneGenerico .a-btn-arrow-2 .arrow-right, .BottoneGenerico .a-btn-arrow-2 .arrow-left {
    background-color: #fff;
}


.frecceSlide .a-btn-arrow-2 .arrow-right:after, .frecceSlide .a-btn-arrow-2 .arrow-right:before, .frecceSlide .a-btn-arrow-2 .arrow-left:after, .frecceSlide .a-btn-arrow-2 .arrow-left:before {
    background-color: #827f7c;
}
.BottoneGenerico .a-btn-arrow-2 .arrow-right:after, .BottoneGenerico .a-btn-arrow-2 .arrow-right:before, .BottoneGenerico .a-btn-arrow-2 .arrow-left:after, .BottoneGenerico .a-btn-arrow-2 .arrow-left:before {
    background-color: #fff;
}

.frecceSlide .a-btn-arrow-2:focus, .frecceSlide .a-btn-arrow-2:hover {
    color: #827f7c;
}
.BottoneGenerico .a-btn-arrow-2:focus, .BottoneGenerico .a-btn-arrow-2:hover {
    color: #fff;
}



.timeline {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.containertimeline.left {
    left: 0;
}

.containertimeline {
    position: relative;
    background: inherit;
    width: 50%;
    padding-top: 135px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

    .containertimeline.right {
        left: 50%;
    }

    .containertimeline::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        top: calc(50% - 1px);
        right: 8px;
        background: #40372C;
        z-index: 1;
    }

    .containertimeline.left .date {
        right: -530px;
    }

    .containertimeline.right::before {
        left: 8px;
    }

    .containertimeline.right::after {
        left: -8px;
    }

    .containertimeline .date {
        position: absolute;
        display: inline-block;
        /* top: 30px; */
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #006E51;
        text-transform: uppercase;
        letter-spacing: 1px;
        z-index: 1;
        width: 450px;
    }

        .containertimeline .date > img {
            width: 100%;
            border-radius: 25px;
        }

    .containertimeline .content {
        padding: 30px 90px 30px 30px;
        /* background: #F6D155; */
        position: relative;
    }

        .containertimeline .content h2 {
            margin: 0 0 10px 0;
            font-size: 18px;
            font-weight: normal;
            color: #252525;
            font-size: 2.2em;
            font-weight: 600;
            line-height: 1.2em;
            text-transform: uppercase;
            font-weight: 900;
            display: inline-block;
            position: relative;
            letter-spacing: 0.2em;
            word-wrap: break-word;
            display: block;
            text-align: left;
            font: normal normal 800 36px/48px Inter;
            letter-spacing: 1.26px;
            color: #1D1D1D;
        }

        .containertimeline .content p {
            margin: 0;
            font-size: 16px;
            line-height: 22px;
            color: #000000;
            font-size: 16px;
            line-height: 1.73em;
            text-align: left;
        }

            

    .containertimeline::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: -8px;
        background: #ffffff;
        border: 2px solid #40372C;
        border-radius: 16px;
        z-index: 1;
    }

    .containertimeline.right .content {
        padding: 0px 30px 0px 90px;
    }

    .containertimeline.right .date {
        left: -540px;
    }

    .containertimeline.right .icon {
        left: 56px;
    }

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #40372C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}




.arrow-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: left .3s ease-in;
    transition: left .3s ease-in;
}

.arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: right .3s ease-in;
    transition: right .3s ease-in;
}

.a-btn-arrow-2 .arrow-right:after, .a-btn-arrow-2 .arrow-right:before,
.a-btn-arrow-2 .arrow-left:after, .a-btn-arrow-2 .arrow-left:before {
    background-color: #111;
}

.arrow-right:before {
    bottom: 1px;
    -webkit-transform: translateX(0) translateY(3px) rotate( -45deg );
    transform: translateX(0) translateY(3px) rotate( -45deg );
}
.arrow-left:before {
    bottom: 1px;
    -webkit-transform: translateX(0) translateY(3px) rotate( -135deg );
    transform: translateX(0) translateY(3px) rotate( -135deg );
}

.arrow-left:after, .arrow-left:before {
    position: absolute;
    display: block;
    left: 0;
    width: 6px;
    height: 1px;
    content: '';
}
.arrow-left:after {
    top: 1px;
    -webkit-transform: translateX(0) translateY(-3px) rotate( 135deg );
    transform: translateX(0) translateY(-3px) rotate( 135deg );
}

.arrow-right:after, .arrow-right:before {
    position: absolute;
    display: block;
    right: 0;
    width: 6px;
    height: 1px;
    content: '';
}
.arrow-right:after {
    top: 1px;
    -webkit-transform: translateX(0) translateY(-3px) rotate( 45deg );
    transform: translateX(0) translateY(-3px) rotate( 45deg );
}

.a-btn-arrow-2:focus, .a-btn-arrow-2:hover {
    text-decoration: none;
    outline-color: transparent;
    color: #111;
}



    .a-btn-arrow-2:focus .arrow-right, .a-btn-arrow-2:hover .arrow-right {
        right: 0;
    }
    .a-btn-arrow-2:focus .arrow-left, .a-btn-arrow-2:hover .arrow-left {
        left: 0;
    }




.project-list-category {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    letter-spacing: 3px;
}

.project-list-category:after {
    margin-left: 15px;
}

    .project-list-category:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        height: 1px;
        width: 85px;
        background-color: #111;
    }

    .left.project-list-category:after {
        right: 100%;
        margin-right: 15px;
    }

.sezioneimmaginiInterna {
    display: flex;
    flex-flow: wrap;
    margin-top: 50px;
    gap: 30px;
    justify-content: center;
}

    .sezioneimmaginiInterna > div {
        width: calc(33.333% - 20px);
        box-sizing: border-box;
        display: flex;
        flex-flow: column;
    }

        .sezioneimmaginiInterna > div.width50 {
            width: calc(50% - 15px);
        }

        .sezioneimmaginiInterna > div.width66 {
            width: calc(66.7% - 20px);
        }

        .sezioneimmaginiInterna > div.width100 {
            width: calc(100%);
        }

    .sezioneimmaginiInterna.blu .sezioneimmaginitesto {
        background-color: #0071bb;
    }

        .sezioneimmaginiInterna.blu  .sezioneimmaginitesto h3 {
            color: #fff;
        }

        .sezioneimmaginiInterna.blu  .sezioneimmaginitesto p {
            color: #fff;
        }

.immaginefull{
    display:block;
    width:100%;
}


.column {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

    .column.gap {
        gap: 10px;
    }

.sezioneimmaginiInterna img,
.sezioneimmaginiInterna video {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    -webkit-filter: grayscale(100%);
    border-radius: 25px;
}

.sezioneimmaginiInterna .column img{
    height:250px;
}
.sezioneimmaginiInterna .bloccofull.column img {
    height: initial;
}

.sezioneimmaginiInterna.loghitonon img {
    height: auto;
    border-radius: initial;
}

    .sezioneimmaginiInterna img.nonefilter {
    -webkit-filter: none;
}
.sezioneimmaginiInterna video.nonefilter {
    -webkit-filter: none;
}

    .maskrelative {
        position: relative;
    }

.maskerablu {
    position: absolute;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: filter 0.5s ease;
    mix-blend-mode: multiply;
}

.sezioneimmaginiInterna > div:hover .maskerablu {
    background-color: transparent;
}

.sezioneimmaginiInterna > div:hover img {
    filter: none;
}


.column .sezioneimmaginitesto {
    background-color: #fff;
    padding:0px;
    height:auto;
}

.sezioneimmaginitesto {
    background-color: #f2f2f2;
    padding: 50px 50px;
    text-align: left;
    position: relative;
    height: 100%;
    border-radius: 25px;
}

    .sezioneimmaginitesto h3 {
        font-weight: 400;
        margin: 0px;
        /* line-height: 1.83em; */
        /* font-family: 'Neue Haas Grotesk Display Pro', sans-serif; */
        font-size: 24px;
        line-height: initial;
    }

        .sezioneimmaginitesto h3 span {
            font-size: 16px;
            line-height: 26px;
        }


    .sezioneimmaginitesto p {
        font-size: 16px;
        line-height: 26px;
    }

    .sezioneimmaginitesto .anno {
        position: relative;
        font-size: 12px;
        line-height: 26px;
        font-weight: 300;
        margin-bottom: 0px;
        color: #111;
        font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
        letter-spacing: 3px;
    }

    .sezioneimmaginitesto.sezionescura {
        background-color: #45413c;
        color:white;
    }

    .sezioneimmaginitesto.sezioneblu {
        background-color: #0d78be;
        color: white;
    }

.bordersezioneimmagini {
    background-color: #8f8f8f;
    margin-bottom: 20px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 50px;
    margin-top: -75px;
    z-index: 10;
    position: absolute;
}


@media screen and (max-width: 987px) {

    .sezioneimgfull h2 {
        line-height: 5vh;
        font-size: 5vh;
    }


    .popup-card h2 {
        font-size: 24px;
    }


    .spazio {
        height: 78.77px;
    }


    .containerIntDesc2 {
        padding-right: 0px;
        text-align: left;
    }

    .tabella.tabellarevert {
        flex-flow: column-reverse;
    }


    .containerInt.width40 {
        width: 100%;
    }
    .containerInt.width60 {
        width: 100%;
    }

    .timeline {
        margin: 0 30px;
    }

    .timeline::after {
        left: 0px;
    }

    .containertimeline {
        width: 100%;
        padding: 30px 30px;
        padding-left: 20px;
        padding-right: 0px;
    }

        .containertimeline.right {
            left: 0%;
        }

            .containertimeline.left::after,
            .containertimeline.right::after {
                left: 50px;
                top: -5px;
            }

            .containertimeline.left::before,
            .containertimeline.right::before {
                left: 0px;
                border-color: transparent #006E51 transparent transparent;
            }

            .containertimeline.left .date,
            .containertimeline.right .date {
                right: auto;
                margin-top: 0px;
                left: auto;
            }

            .containertimeline.left .icon,
            .containertimeline.right .icon {
                right: auto;
                left: 146px;
            }

            .containertimeline.left .content,
            .containertimeline.right .content {
                padding: 20px 0px 0px 0px;
            }


        .containertimeline .date {
            position: relative;
            width: -webkit-fill-available;
        }

        .containertimeline::before {
            top: 0px;
        }


    .tabella {
        flex-flow: column;
        gap: 30px;
    }

    .sezioneimgfull > div {
        width: calc(100% - 60px);
    }

    .containerInt {
        width: 100%;
        padding: 0px;
    }

    .sezioneimmaginiInterna > div {
        width: 100%;
    }

        .sezioneimmaginiInterna > div.width66 {
            width: 100%;
        }

    .containerIntDesc {
        padding-left: 0px;
    }

    .sezioneimgfull {
        flex-flow: column;
        gap: 30px;
    }

    .contenitoreHomeImgBanner {
        height: 50vh;
    }

    .flexmenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .menu > input + div.widthVar {
        width: 100%;
    }

    .menu > input + div {
        position: fixed;
        width: 0px;
        height: calc(100vh - 77px);
        position: fixed;
        right: 0;
        top: 77px;
        transition-duration: 320ms;
        overflow-y: auto;
        display: flex;
        background-color: white;
        background: transparent linear-gradient(95deg, #fff 0%, #cccccc 100%) 0% 0% no-repeat padding-box;
    }

    #ULMenu {
        justify-content: flex-start;
        gap: 5px;
        margin: 30px 30px;
        flex-flow: column;
    }

        #ULMenu .ULMenuli .ULMenuul {
            height: auto;
            position: relative;
            display: block;
            background-color: inherit;
            box-shadow: none;
        }
            #ULMenu .ULMenuli .ULMenuul li {
                display: block;
                margin: 20px 50px;
            }

    .MenuPrincipale {
        display: block;
    }

    .logo img {
        width: 110px;
        padding: 0px 0px;
    }

    .FooterItem img {
        width: 130px;
    }

    .footerinterno {
        text-align: center;
    }

    .footerinterno {
        flex-flow: column;
        gap: 30px;
    }

    .sezioneimmaginitesto {
        padding: 30px 20px;
    }

        .sezioneimmaginitesto p {
            font-size: 14px;
            line-height: 22px;
        }

    .sezioneimmaginiInterna > div.width50 {
        width: 100%;
    }

    .flexnumero {
        gap: 0px;
    }

        .flexnumero > .testo {
            font-size: 30px;
            width: 100%;
            text-align:center;
        }

    .ProgettiVerticaleBloccoTit {
        left: 30px;
        font-size: 24px;
    }

    .ProgettiVerticaleBloccosett {
        left: -5px;
    }

    .qodef-row-background-custom-holder2 {
        font-size: 3em;
    }

    .qodef-row-background-custom-holder {
        font-size: 3em;
    }

    .flex3colonne > div {
        width: 100%;
    }

    .flex3colonne .flex3colonnecol1 {
        width: 100%;
    }

    .flex3colonne .flex3colonnecol2 {
        width: 100%;
    }

    .flex3colonne {
        flex-flow: column-reverse;
    }

    .PaginaHome {
        margin: 70px 0px;
    }

    div.first {
        padding-left: 30px;
    }
    .colonnaSxHome {
        width: 30px;
        padding: 0px;
    }
    .mySlides2 {
        width: calc(100% - 30px);
    }

    .sezioneverticale {
        left: auto;
        bottom: 150px;
    }

    .header {
        padding: 10px 30px;
    }
    .claimHome {
        margin-right: 30px;
        margin-left: 30px;
    }

        .claimHome h1 {
            font-size: 6vh;
            line-height: 6vh;
        }

        .claimHome h3 {
            font-size: 14px;
            line-height: normal;
        }

    .frecceSlide {
        right: 30px;
    }
    .a-btn-arrow-2 {
        font-size: 12px;
    }
}


    /*###################  AREA RISERVATA #######################*/
    .contenitoreArea {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: 80vh;
        position: relative;
        background-color: rgb(245,245,245);
    }

        .contenitoreArea:before, .contenitoreArea:after {
            -webkit-box-flex: 1;
            box-flex: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            content: '';
            display: block;
            height: 24px;
        }

    .internoArea {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        background: #fff;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        display: block;
        margin: 0 auto;
        min-height: 0;
        width: 400px;
        min-height: 428px;
        padding: 48px 40px 36px;
        box-sizing: border-box;
    }

        .internoArea img {
            height: 30px;
            display: block;
        }

    .accedi {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin: 0;
        padding-top: 16px;
    }

    .utilizza {
        padding-bottom: 3px;
        padding-top: 1px;
    }

    .accesso {
        padding: 30px 0px 0px 0px;
    }

    .inputBot {
        width: 100%;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px solid lightgrey;
        padding: 3px;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 20px;
        outline: none;
    }

    .accessonegato {
        font-size: 12px;
    }

    .contenitoreNega {
        height: 20px;
    }

    .contenitoreaccedi {
        margin-top: 30px;
    }

    .accessoform {
        -webkit-user-select: none;
        -webkit-transition: background .2s .1s;
        transition: background .2s .1s;
        border: 0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        min-width: 4em;
        outline: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        -webkit-tap-highlight-color: transparent;
        z-index: 0;
        background: #4285f4;
        color: #fff;
        padding: 10px 30px;
        float: right;
        width: 150px;
    }



    .traslateup {
        transition: transform 400ms ease-in-out,opacity 400ms ease-out;
        opacity: 0;
        transform: translateY(50px);
    }

        .traslateup.visibile {
            transform: translateY(0);
            opacity: 1;
        }

    .traslateopacity {
        transition: transform 800ms ease-in-out,opacity 800ms ease-out;
        opacity: 0;
    }

        .traslateopacity.visibile {
            opacity: 1;
        }

    .traslaterigth {
        transition: transform 1000ms ease-in-out,opacity 1000ms ease-out;
        opacity: 0;
        transform: translateX(100%);
    }

        .traslaterigth.visibile {
            transform: translateX(0);
            opacity: 1;
        }

    .traslateleft {
        transition: transform 1000ms ease-in-out,opacity 1000ms ease-out;
        opacity: 0;
        transform: translateX(-100%);
    }

        .traslateleft.visibile {
            transform: translateX(0);
            opacity: 1;
        }




    .hero-headline {
        animation: fade-in-hero 1s ease-out 0.3s 1 forwards;
        transform: translateY(50px);
        opacity: 0;
    }

    @keyframes fade-in-hero {
        100% {
            transform: translateY(0);
            opacity: 1
        }
    }


/*########    SPINNER     ############*/
.modal {
    position: fixed;
    /* background-color: white; */
    background-color: rgb(165 165 165 / 70%);
    z-index: 10000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    aspect-ratio: 1/1;
}

.circle-svg {
    --_circle-radius: 45px;
    --_svg-width: 100px;
    --_stroke-width: 10px; /* svg-width - (circle-radius * 2) */
    width: var(--_svg-width);
    height: var(--_svg-width);
    stroke: white;
    /*   stroke-linecap: round; */
    stroke-width: var(--_stroke-width);
    stroke-dashoffset: 1;
    stroke-dasharray: 1 1000;
    animation: loader 1500ms infinite linear, spin 3000ms infinite linear;
}

@keyframes loader {
    0% {
        stroke-dashoffset: 1;
        stroke-dasharray: 1 1000;
    }

    100% {
        stroke-dashoffset: calc(var(--_circle-radius) * -2 * 3.1415);
        stroke-dasharray: calc(var(--_circle-radius) * 2 * 3.1415) 1000;
    }
}

@keyframes spin {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}