html, body{
    font-family: "Open Sans", sans-serif;
    color: #604C3B;
}

.titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
}


main > .container, main > .container-fluid
{
    padding: 0;
}

.color-white{
    color: #ffffff !important;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.footer {
    background-color: #604C3B;
    font-size: .9em;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.fixed-menu{
    position: fixed;
    height: 100vh;
    min-height: 100vw;
    right: 32px;
    top: 0;
    background-color: transparent;
    width: fit-content;
    min-width: 100px;
    z-index: 999;
}

.fixed-menu-relative{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    align-items: flex-end;
}

.fixed-menu-item{
    width: fit-content;
    height: 32px;
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.fixed-menu-item:last-of-type{
    margin-bottom: 0;
}

.fixed-menu-pin{
    height: 32px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 8px;
    background-color: #d9d9d9;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.fixed-menu-pin-title{
    position: absolute;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    background-color: #d9d9d9;
    width: fit-content;
    min-width: max-content;
    margin-right: 10px;
    margin-left: 0;
    font-family: 'Varela Round';
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 1s ease-in-out, right 2s ease!important;
    transition: opacity 1s ease-in-out, right 2s ease!important;
    right: 7px;
    opacity: 0;
    cursor: pointer;
}

.fixed-menu-pin-title.translate-right{
    /*position: fixed;*/
    /*margin-top: 0;*/
    right: -200px;
    /*opacity: 0;*/
    /*-webkit-transition: margin-left 2s linear!important;*/
    /*transition: margin-left  2s linear!important;*/
}

.fixed-menu-pin-title.visible{
    opacity: 1;
}

.fixed-menu-item.active .fixed-menu-pin, .fixed-menu-item.active .fixed-menu-pin-title{
    background-color: #a4a4a4;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.fixed-menu-item:hover .fixed-menu-pin, .fixed-menu-item:hover .fixed-menu-pin-title{
    background-color: #a4a4a4;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

#fixed-menu.opacity-1 {
    opacity: 1!important;
}

/* Style for our header texts
* --------------------------------------- */
h1{
    font-size: 5em;
    font-family: arial,helvetica;
    color: #fff;
    margin:0;
    padding:0;
}

.sermetraButton {
    display: block;
    background: #f49800 0 0 no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    outline: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 25px;
}

.sermetraNormalButton {
    width: 140px;
    width: fit-content;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
    overflow: hidden;
}

#sermetraVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}


/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 #layer1{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#section0 #layer1 .logo{
    max-width: 360px;
    height: auto;
}

#section0 #layer1 h1{
    margin-top: 160px;
}

#section0 #layer2{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    bottom: 20%;

    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*solves problem with overflowing video in Mac with Chrome */
#section0{
    overflow: hidden;
}

/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}

/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
    display:none !important;
}

#section3 .fp-overflow{
    height: 100%;
}

.testo_title{
    font-size: 60px;
    line-height: 68px;
    color: #604C3B;
    margin-bottom: 48px;
}

.ecosistema_title{
    margin-bottom: 28px;
}

.page_title{
    font-size: 45px;
    margin-bottom: 20px;
}

.testo_content{
    font-size: 18px;
    line-height: 24px;
    color: #604C3B;
    margin-bottom: 15px;
}

.page_content{
    font-size: 12px;
}

.testo_block{
    width: 55%;
    text-align: left;
    margin: auto;
}

#section4{
    background: #190E03;
}

#section2{
    background: url('../images/home/ecosistema_bg.png') left top no-repeat;
    background-size: cover;
}

#section5{
    background: black;
}

.block_container{
    padding-top: 60px;
}

.block_societa_container{
    margin-top: 48px;
}

.servizi_container{
    padding-top: 10px;
}

.block_title{
    font-size: 14px;
    margin-bottom: 20px;
}

.block_content{
    font-size: 12px;
    margin-bottom: 0px;
}

.block_item{
    padding: 22px 43px;
    margin: auto;
    margin-bottom: 20px;
    background: url('../images/home/tracciato.png') left top no-repeat;
    max-width: 352px;
    height: 424px;
    position: relative;
    background-size: contain;
}

.block_button{
    margin-top: 15px;
}

.block_button a{
    text-decoration: none;
}

#section4 .block_item{
    min-height: 255px;
}

.contatti_phone_container{
    background: url('../images/home/generic_contatto.png') left top no-repeat;
    width: 444px;
    height: 88px;
    max-width: 100%;
}

.contatti_phone{
    font-size: 16px;
    line-height: 24px;
    display: table-cell;
    width: 10%;
    height: 111px;
    vertical-align: middle;
}

.contatti_phone .one{
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 31px;
}

.contatti_block{
    height: 110px;
    padding: 0px 25px;
    margin-bottom: 2px
}


.contatto_small .contatti_phone{
    height: 88px;
}

.contatto_small{
    height: 88px;
}

.contatti_title{
    font-size: 60px;
    line-height: 110px;
    color: #F8991D;
    background: url('../images/home/contatti.png') left top no-repeat;
    width: 444px;
    height: 110px;
    padding-left: 16px;
    max-width: 100%;
}

.fa-brands{
    font-size: 30px;
}

.social_title{
    color: #F8991D;
    font-size: 20px;
    line-height: 31px;
}

.social_title a{
    color: #F8991D;
    font-size: 25px;
    margin-left: 10px
}

.footer a{
    color: white;
    text-decoration: underline;
}

.servizi_container img{
    max-height: 75px;
}

.logoMax{
    max-width: 352px;
    max-height: 125px;
}

.block_content_nostra{
    color: #604C3B;
    font-size: 20px;
    line-height: 31px;
}

.block_content-cosa{
    color: #604C3B;
    font-size: 60px;
    line-height: 51px;
}

.block_content-cosa-content{
    color: #604C3B;
    font-size: 18px;
    position: absolute;
    bottom: 48px;
    line-height: 26px;
    right: 43px;
    left: 43px;
    height: 156px;
}

p{
    margin-bottom: 0;
}

/* MENU*/
body{

    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
}

a{
    transition: color 0.3s ease;
}


#menuToggle{
    display: block;
    position: fixed;
    top: 0px;
    padding-top: 50px;
    right: 50px;
    z-index: 12;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 43px;
    left: -3px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle input:checked{
    /*left: -135px;*/
}

/*
 * Just a quick hamburger
 */
#menuToggle span{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #F8991D;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #F8991D;
    /*    position: relative;
        left: -130px;
        transition: 1s;*/
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2){
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu{
    position: absolute;
    min-width: 307px;
    width: 16vw;
    margin: 0 0 0 0;
    padding: 50px;
    padding-top: 200px;
    right: -50px;
    top: 0;
    background: rgba(25,14,3, 0.95);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 100vh;
}

#menu a{
    text-decoration: none;
}

.socialIconMenu{
    position: absolute;
    bottom: 40px;
    right: 15px;
}

.socialIconMenu a{
    color: rgba(255,255,255,0.5);
    padding: 5px;
}

.socialIconMenu a:hover{
    color: white;
}

.menuLogo{
    position: absolute;
    top: 40px;
}

.menuLogo img{
    max-width: 115px;
    max-width: 45%;
}

#menu li{
    padding-bottom: 32px;
    font-size: 40px;
    line-height: 37px;
    text-align: left;
    color: white;
}

#menu li.active{
    color: #f8991d;
}

#menu li:hover{
    color: #f8991d;
}

.governanceImg1{
    text-align: center;
}

.governance-container{
    text-align: center
}

.governance-item{
    width: 168px;
    height: 88px;
    background: white;
    border: 1px solid #604C3B40;
    text-align: center;
    padding: 5px 10px;
    margin: 8px;
    display: inline-block;
}

.governance-item .governance-role{
    color: #f8991d;
    font-size: 18px;
    font-weight: bold;
    font-family: "Titillium Web", sans-serif;
}

.governance-item .governance-name{
    color: #604C3B;
    font-size: 16px;
    font-weight: bold;
}

.governance-item .d-flex{
    height: 78px;
}

.governance-sottotitolo{
    margin-bottom: 25px;
    padding-top: 15px;
    font-size: 20px;
}

.comitati{
    margin-top: 45px;
}

.comitato{
    padding-bottom: 30px;
}

.bordata{
    border-left: 1px solid #604C3B4D;
}


/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul{
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #menu {
        transform: none;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }
}

/* PROFILO*/

.profiloVisore{
    background: url('../images/profilo/visore.png') no-repeat;
    width: 1366px;
    height: 424px;
    background-size: cover;
}

#visore{
    position: relative;
}

.visoreTitle{
    font-size: 80px;
    position: absolute;
    bottom: 136px;
    left: 10.2%;
}

.profile-block{
    padding-top: 104px;
    padding-bottom: 104px;
}

.profile-block-comuncati{
    padding-top: 104px;
    padding-bottom: 64px;
}

.profile-block-comitati{
    padding-top: 104px;
    padding-bottom: 80px;
}

.profile-block .testo_title{
    margin-bottom: 34px;
}

.profile-grey-block{
    background: #F8F8F8;
}

/* GOVERNANCE*/


.tabs {
    display: flex;
    flex-wrap: wrap;
}
.tabs label {
    order: 1;
    display: block;
    padding: 5px;
    margin-right: 0;
    cursor: pointer;
    font-weight: bold;
    transition: background ease 0.2s;
    width: 33.33%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding-top: 40px;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #fff;
    border-color: #000;
    color: #f8991d;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.organi-sociali-title{
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 64px;
}

.parlano-di-noi-title{
    font-size: 60px;
    line-height: 68px;
    padding-bottom: 32px;
}

.parlano-di-noi-testo{
    color: #262626;
    font-size: 16px;
    margin-top:  16px;
    line-height: 24px;
    font-weight: 400;
    min-height: 40px;
}

.codiceEticoDownload{
    margin-top: 54px;
}

.slick-custom-next,
.slick-custom-prev {
    position: absolute;
    top: 33%;
    display: block;
    width: 20px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #F8991D
}

.slick-custom-prev {
    left: -25px
}

.slick-custom-next {
    right: -25px
}
.prelative{
    position: relative;
}

#societa_container{
    position: absolute;
    left: 8%;
    right: 8%;
    width: 84%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
    /*background: red;*/
}

.societa-block{
    /*background: red;*/
    width: 20%;
    float: left;
}

.societa-testo{
    font-size: 14px;
    position: absolute;
    bottom: 101%;
    left: -20%;
    width: 140%;
    display: none;
}

.societa-block:hover .societa-testo{
    display: block;
}

#net-service{
    left: -3%;
}
#assistance{
    left: 18%;
    /*background: yellow;*/
}
#xoldy{
    left: 39%;
}
#wichee{
    right: 18%;
    /*background: yellow;*/
}
#praticoit{
    right: -3%;
}

.societa-block img{

}

.accesa{
    display: none;
}

.societa-block:hover .spenta{
    display: none;
}

.societa-block:hover .accesa{
    display: block;
    margin: auto;
    filter: drop-shadow(0 0 5px #FFFFFF) drop-shadow(0 0 15px #fFFFFF);
}

.newschema{
    padding-top: 60px;
}

.title404{
    color: #F8991D;
    font-size: 80px;
    line-height: 88px;
}

.content404_1{
    padding-top: 25px;
    color: #FFFFFF;
    font-size: 68px;
    line-height: 60px;
}

.content404_2{
    padding-top: 45px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
}

.content404_3{
    width: 120px;
    height: 48px;
    margin: auto;
    margin-top: 15px;
    padding: 0;
}

.homepage404link{
    background: url('../images/home/error.png') left top no-repeat;
    width: 120px;
    height: 48px;
    position: relative;
    background-size: contain;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.content404_3 a{
    text-decoration: none;
}

.row > *{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-top: var(--bs-gutter-y);
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.press-room-item{
    background: #F8F8F8;
    height: 264px;
    margin: 8px;
    position: relative;
    border-bottom: 2px solid #DED9D6;
}

.press-room-item-inner{
    padding: 32px 32px;
    /*background: red*/
}

.comunicato-data{
    color: #604C3BA8;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 16px;
}

.comunicato-title{
    color: #604C3B;
    font-size: 20px;
    line-height: 31px;
    max-height: 64px;
    margin-bottom: 8px;
}

.comunicato-content{
    color: #3A3A3A;
    font-size: 18px;
    line-height: 26px;
}

.comunicato-download{
    position: absolute;
    right: 32px;
    bottom: 32px;
}

.comunicato-download a{
    color: #F8991D;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.comunicato-download a i{
    margin-left: 18px
}

.pagination{
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 56px;
}

.pagination li, .pagination li a{
    color: #F8991D;
    font-size: 16px;
    line-height: 26px;
}

.pagination li{
    margin: 6px;
}

.pagination li.active{
    font-weight: bold;
    text-decoration: underline;
}

.form-control{
    box-shadow: 0px 1px 0px #0000004D;
    border-radius: 7px;
    background: #F8F8F8;
}

.form-group{
    padding-left: 8px;
    padding-right: 8px;
}

.inviaButtonPadding{
    outline: none;
    border: 0;
    margin: auto;
    margin-top: 48px;
}

@media screen and (min-width: 1920px) {
    .societa-testo{
        font-size: 16px;
    }

    #societa_container{
        margin-top: -30px;
    }
}

@media screen and (max-width: 1199px) {
    .block_item{
        padding: 22px 43px;
        margin-bottom: 20px;
        background: url('../images/home/tracciato_mini.png') left top no-repeat;
        max-width: 300px;
        height: 361px;
        position: relative;
        background-size: contain;
    }

    .block_content-cosa-content {
        font-size: 16px;
        line-height: 26px;
    }

    .footer{
        font-size: 12px;
    }

    .visoreTitle{
        font-size: 60px;
    }
}

@media screen and (min-width: 768px) {
    .governanceImg1 img{
        max-width: 536px;
    }
}

@media screen and (max-width: 767px) {

    .slick-custom-prev {
        left: 10px;
    }
    .slick-custom-next {
        right: 10px;
    }

    #section3, #section4{
        min-height: auto;
    }

    #section0 #layer1{
        /*top: 10%;*/
    }

    .block_content-cosa{
        font-size: 40px;
        line-height: 50px;
    }

    #fixed-menu{
        display: none !important;
    }

    h1{
        font-size: 52px;
        padding: 0px 10px
    }

    .testo_block{
        width: 100%;
        padding: 0px 15px
    }

    .chisiamo_img{
        background: none !important;
        height: 66.6%;
    }

    .testo_title, .parlano-di-noi-title{
        margin-bottom: 32px;
        font-size: 40px;
        line-height: 48px;
    }

    #section1 .fp-overflow, #section3 .fp-overflow, #section1,
    #section2 .fp-overflow, #section2, .fp-overflow
    {
        height: auto !important;
        max-height: unset !important;
    }

    #section5{
        min-height: auto !important;
    }

    .testo_block{
        padding-top: 10px;
    }

    .footer{
        height: auto;
        line-height: 25px;
        padding: 10px;
        position: relative;
    }

    .footer a{
        display: block;
        text-align: left;
    }

    .text-center-mobile{
        text-align: center !important;
    }

    .page_title{
        font-size: 25px;
        padding-top: 25px;
    }

    .mobile-padding-top{
        padding-top: 48px;
    }

    .mobile-padding{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #menu{
        right: -500px;
    }

    #menuToggle input:checked ~ ul{
        right: -50px;
    }

    .bordata{
        border-left: 0;
        /*border-top: 1px solid #cccccc;*/
        padding-bottom: 0;
    }

    .dtc{
        display: table-cell;
        vertical-align: middle;
        height: 40px;
        text-align: center;
        width: 10%;
    }

    .governanceImg1 img{
        max-width: 80%;
    }

    .block_item{
        margin-bottom: 32px;
        background: url('../images/home/tracciato_mini_mobile.png') left top no-repeat;
        width: 320px;
        max-width: 320px;
        height: 344px;
        padding: 22px 41px;
    }

    .block_content-cosa-content{
        position: initial;
        padding-top: 48px;
    }

    .servizi_container {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    #section1 > div > div > div > div:nth-child(3) > div > div{
        margin-bottom: 0;
    }

    #section2 > div > div > div.text-left > div.color-white.testo_content.text-center p{
        display: inline;
    }

    #punti-di-forza{
        padding-top: 80px;
    }

    .chisiamo_img{
        padding-top: 32px;
    }

    .contatti_block {
        padding: 0px 20px;
        height: 111px;
    }

    .contatti_title{
        font-size: 40px;
        background: url('../images/home/contatti_mobile.png') top right no-repeat;
        padding-left: 20px;
        height: 110px;
    }

    #menu {
        width: 100vw;
    }

    .visoreTitle{
        font-size: 48px;
        line-height: 56px;
        bottom: 80px;
        left: 20px;
    }

    .testo_content{
        font-size: 18px;
        line-height: 26px;
    }

    .profile-block, .padding-tb-80-mobile{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .padding-tb-80-mobile{
        padding-bottom: 32px;
    }

    .no-padding-top-mobile{
        padding-top: 0 !important;
    }

    .governanceImg1{
        padding-top: 32px;
    }

    #societa_container > div:last-child{
        margin-bottom: 0
    }

    .organi-sociali-title {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 48px;
    }

    .profile-block-comitati {
        padding-top: 80px;
    }

    .governance-item {
        width: 100%;
        margin: 8px 0;
        height: 72px;
    }

    .governance-item .d-flex{
        height: 58px;
    }

    .governance-sottotitolo{
        margin-bottom: 8px;
        padding-top: 0px;
    }

    .comitati {
        margin-top: 32px;
    }

    #section0 #layer1 h1 {
        margin-top: 60px;
    }

    #societa_container{
        position: initial;
        width: 100%;
        transform: translateY(0%);
        margin-top: 20px;
    }

    .societa-block{
        width: 100%;
        margin-bottom: 48px;
        position: relative;
        z-index: 11111;
    }

    .societa-block img{
        max-height: 208px;
    }

    .societa-testo-mobile{
        font-size: 16px;
        margin-top: 16px;
    }

    .azienda-url{
        margin-top: 16px;
    }

    .azienda-url a{
        color: #f8991d;
    }

    .ecoistema-mobile{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .ecosistema-div{
        padding-top: 80px;
        padding-bottom: 80px;
        background: url('../images/home/ecogradient.jpg') left top no-repeat;
        background-size: cover;
    }

    .governance-role br{
        display: none;
    }

    .socialIconMenu {
        bottom: 70px;
    }

    #section0 #layer1 .logo {
        max-width: 75%;
    }

    #section1 > div > div > div > div:nth-child(2) > div > div{
        height: 320px;
    }

    .block_societa_container{
        margin-top: 12px;
    }

    .title404{
        color: #F8991D;
        font-size: 48px;
        line-height: 56px;
    }

    .content404_1{
        padding-top: 25px;
        color: #FFFFFF;
        font-size: 40px;
        line-height: 48px;
    }

    .content404_2{
        padding-top: 45px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 26px;
    }

    .content404_3{
        width: 120px;
        height: 48px;
        margin: auto;
        margin-top: 15px;
    }

    .homepage404link{
        background: url('../images/home/error.png') left top no-repeat;
        width: 120px;
        height: 48px;
        position: relative;
        background-size: contain;
        font-weight: bold;
        line-height: 48px;
        text-align: center;
        color: #ffffff;
        font-size: 14px;
    }

    .content404_3 a{
        text-decoration: none;
    }
}