﻿

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #005f85;
}

.hp-wrap {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.color2{
    color:white;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.smooth {
    transition-duration: 500ms;
}

*, *::before, *::after {
    box-sizing: border-box;
    text-wrap: balance;
}

b {
    color:#005f85; 
}

a{
    text-decoration:none;
}

.marginauto{
    margin:auto;
}

.maxwidth600 {
    max-width: 600px;
}
.spazio {
    height: 100px;
}


body {
    margin: 0px;
    font-size: 14px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    animation: fadeIn 2s both;
/*    overflow-x: hidden;*/
}

h1, h2, h3, h4, h5 {
    margin: 0px;
}

.container2.maxwidth1200 {
    max-width: 1200px;
}

.margintop{
    margin-top:20px;
}

.none {
    display: none;
}

.container {
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1800px;
}

.container.padding100 {
    padding: 0px 100px;
}

.center{
    text-align:center;
}

.logo img.none {
    display: none;
}

.logo img {
    display: block;
    height: 72px;
    margin: 8px 0px;
}

.sfondofascia {
    background-color: #f7f7f7;
}
.mixblendmode {
    mix-blend-mode: darken;
}

.container2 {
    margin: auto;
    padding: 0px 100px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
}

.radius {
    border-radius: 25px;
}

.padding30 {
    padding: 0px 30px;
}
.margintop100 {
    margin-top: 100px;
}
.margintop50{
    margin-top:50px;
}
.margintop30 {
    margin-top: 30px;
}
.margintop20 {
    margin-top: 20px;
}
.containerIntDescElenco h2.margintop30 {
    margin-top: 30px;
}

.immaginirealizzazioni h4.margintop20 {
    margin-top: 20px;
}

.immaginirealizzazioniImgBlog {
    overflow: hidden;
    aspect-ratio: 10 / 7;
}

.carouselImmagini .splide__track {
    margin-left: 0px;
    margin-right: 0px;
}

.p-regular4 {
    font: normal normal 400 6vh / 6vh Akzidenz-grotesk-roman;
    color: #465254;
    letter-spacing: -3px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.margintop50.left{
    text-align:left;
}

.c-scroll-container {
    padding: 10px 50px;
    position: absolute;
    bottom: -50px;
    width: 100%;
    z-index: 2;
}
.c-scroll-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.c-scroll-indicator_value {
    display: inline-block;
    width: 1px;
    height: 100px;
    background-color: #cfd6d9;
    position: relative;
    overflow: hidden;
}
    .c-scroll-indicator_value span {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #000;
        animation: scrollIndicator 1.4s cubic-bezier(.645,.045,.355,1) infinite;
    }
.c-scroll-indicator_label {
    /* margin-left: 20px; */
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

@keyframes scrollIndicator {
    0% {
        transform: translate3d(0,-102%,0)
    }
    69.9% {
        transform: translate3d(0,102%,0)
    }
    70% {
        transform: translate3d(0,-102%,0)
    }
    to {
        transform: translate3d(0,-102%,0)
    }
}

.sfondogruppo {
    position: absolute;
    left: -50px;
    opacity: 0.3;
}

.fixedleft {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    left: 30px;
    border-radius: 30px;
    background: #005e85;
    padding: 16px 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    color: white;
    border: 1px solid #465254;
}

.paddingmobile{
    padding-top:70px;
}

.header {
    padding: 0px 50px;
    position: fixed;
    z-index: 44;
    display: block;
    width: calc(100% - 150px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-right: 150px;
    /* border-bottom-right-radius: 25px; */
    /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%); */
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom-right-radius: 38px;
}

 

ul li {
    /*list-style: none;*/
    position: relative;
}

.ULMenu {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    width: 100%;
    justify-content: end;
    margin: 0;
}

.toggle,
[id^=drop] {
    display: none;
}

.menu ul ul li {
    width: 100%;
    /* float: none; */
        display: list-item;
        position: relative;
    }

.menu ul ul {
    display: none;
}

.menu ul li:hover > ul {
    display: inherit;
    position: absolute;
    top: 70px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
    background-color: #005f85e3;
    width: 100%;
    /* padding: 10px 0px; */
    min-width: 200px;
    z-index: 2;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.menu ul ul a {
    margin: 0px;
    padding: 14px 20px;
    color: white;
    /* border-bottom: 1px solid #808389; */
    font: normal normal 400 15px / 16px Akzidenz-grotesk-roman;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    letter-spacing: -0.3px;
}

    .menu ul ul a:hover {
        background-color: #465254;
        border-radius: 10px;
    }

    .menu ul ul a.selezionato {
        background-color: #465254;
        border-radius: 10px;
        color: white;
    }

    .menu ul ul a::before {
        height: 0px;
    }


    /*  .header.headerInvisible {
        background: transparent;
        border-bottom: 1px solid hsla(0,0%,100%,.32);
    }

        .header.headerInvisible .menucontatti {
            border-left: 1px solid hsla(0,0%,100%,.32);
        }

        .header.headerInvisible .menu a {
            color: #fff;
        }*/
.header.headerWhite {
    background: #ffffffe0;
}



#MenuPrincipaleResponsivo {
    display: none;
}


.closepopup {
    color: #fff;
    border: none;
    padding: 20px 20px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
    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 {
    overflow: hidden;
    width: 30em;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    position: absolute;
    top: 10%;
    bottom: 10%;
    /*    height: fit-content;*/
}

.popup-card {
    padding: 40px;
    text-align: center;
    background: #465254;
    border-radius: 40px;
}

    .popup-card img {
        width: 100%;
        display: block;
        max-height: 30vh;
        object-fit: cover;
    }

    .popup-card h2 {
        font: normal normal 400 4vh / 4vh Akzidenz-grotesk-roman;
        color: #fff;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .popup-card p {
        font: normal normal 400 18px / 26px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
        color: #fff;
    }

    #popup-popupinternoform {
        width: 50em;
    }

#close-popup {
    background-color: #fff;
    color: black;
    border: none;
    padding: 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
}

.flexmenu {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;*/
/*    position:absolute;*/
    left:50px;
}

.menu {
    display: block;
}

  

.contenitoreBody {
    transition-duration: 320ms;
}



.contenitoreBody.widthVar {
    position: absolute;
    top: 0px;
    left: 0px;
    /*overflow: hidden;*/
    width: 100vw;
    height: 70vh;
    z-index: 2;
    border-radius: 25px;
    transform: translateX(35%) translateY(35%) translateZ(0px);
}

.menuinterno {
    font: normal normal 400 16px / 20px Akzidenz-grotesk-roman;
    letter-spacing: 0.5px;
    color: #000;
    display: block;
    margin: 17px 25px;
    text-decoration: none;
    position: relative;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.MenuPrincipale{
    display:none;
}


.contenitoremenu {
    display: flex;
    flex-flow: wrap;
    gap: 50px;
}

    .contenitoremenu .vocisx {
        width: 300px;
    }
    .contenitoremenu .vocidx {
        flex: 1;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

.vocisxsticky {
    position: sticky;
    top: 100px;
    display: flex;
    flex-flow: column;
    border-bottom-right-radius: 38px;
    background-color: #005f85;
    padding: 50px 30px;
    gap: 10px;
}

.vocisx a {
    font: normal normal 400 18px / 26px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    text-decoration:none;
}

    .vocisx a.active {
        text-decoration: underline;
    }



.contetnitorefocus{
    display:flex;
    flex-flow:column;
    gap:10px;
}

.sezionefocus {
    display: flex;
/*    flex-flow: wrap;
*/    gap: 20px;
    align-items: center;
}

.sezionefocusimg {
    width: 70px;
    height: 70px;
    padding: 10px;
    border: 6px solid #e8e8ec;
    border-radius: 50%;
    background-color: white;
}

.containerIntDescElenco p.sezionefocus {
    font: normal normal 400 22px / 30px Akzidenz-grotesk-roman;
    letter-spacing: -1.5px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    color: #465254;
    margin: 0px;
}

    .sezionefocusimg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


.header.headerInvisible .menu a::before {
    background-color: #005f85;
}

.menu a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 2px;
    background-color: #005f85;
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.35s;
}

    .menu a:hover::before{
        scale:1;
    }

.menu a.MenuSelezionato::before {
    scale: 1;
}



.menu > div {
    display: flex;
}

.menulink {
    display: flex;
    align-items: center;
    gap: 25px;
}

.menucontatti {
    position: absolute;
    right: 0px;
    padding: 0px 30px;
}

.logoezona {
    display: flex;
}




div.first {
    position: relative;
    height: 100vh;
    margin: auto;
    width: 100%;
    overflow: hidden;
    background: #f6f5f3;
    box-sizing: border-box;
}



    .mySlides2 {
        position: absolute;
        height: 100%;
        width: 100%;
        transition: all 1500ms;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.claimHome {
    z-index: 2;
    display: flex;
    margin-left: 50px;
    flex-flow: column;
    text-align: center;
    margin-right: 50px;
    /*max-width:900px;*/
}

    .claimHome.widthvw {
        max-width: 80vw;
    }



    .claimHome h1 {
        font: normal normal 400 7vh / 7vh Akzidenz-grotesk-roman;
        letter-spacing: -3.6px;
        color: #FFFFFF;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .claimHome p {
        font: normal normal 400 18px / 28px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }




.claimHome h1 b {
    color: #005f85;
}

    .claimHome h3 {
        font: normal normal 400 20px/25px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        color: #FFFFFF;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

.sfondonero {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

    .sfondonero.blu {
        background-color: rgb(0 88 124 / 50%);
    }

    .mySlidesHomeVideo {
        position: absolute;
        height: 100%;
        width: 100%;
        transition: all 1500ms;
        object-fit: cover;
    }

.section {
    margin: 150px 0px;
    width: 100%;
}
    .section.ridotta {
        margin: 100px 0px;
    }
    .section.nomargin {
        margin: 0px;
    }

    .section.marginnegativo100 {
        margin-top: -100px;
    }

.section.margin200 {
    margin: 200px 0px;
}

.sectionCentrale h4.grande {
    font: normal normal 400 6vw/6vw Akzidenz-grotesk-roman;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.sectioncontatti {
    padding: 100px 0px;
    background-color: #005f85;
}

.sectiongrey {
    padding: clamp(20px, 5%, 100px) 0;
    background-color: #f7f7f7;
    width: 100%;
}

.sectiongrey.padding200 {
    padding: 200px 0px;
}

    .sectiongrey.nopaddingtop{
        padding-top:0px;
    }
    .sectiongrey.nopaddingbottom {
        padding-bottom: 0px;
    }

    .sectionblack {
        padding: 150px 0px;
        background-color: #000;
    }


.sectionCentrale {
    margin: auto;
    max-width: 1400px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-flow: column;
}

    .sectionCentrale.full {
        max-width: initial;
    }

    .sectionCentrale h2 {
        font: normal normal 400 6vh/6vh Akzidenz-grotesk-roman;
        color: #465254;
        letter-spacing: -3px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

.sectionCentrale h2.white {
    color: #fff;
}
    .sectionCentrale p.white {
        color: #fff;
    }

.sectionCentrale h3 {
    font: normal normal 700 20px/25px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #465254;
    text-transform: uppercase;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .sectionCentrale h4 {
        font: normal normal 400 34px/44px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        color: #fff;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }


div.SnippetBreadCrumbs {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}
    div.SnippetBreadCrumbs ol {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
        div.SnippetBreadCrumbs ol li {
            display: inline-block;
        }
    div.SnippetBreadCrumbs a {
        text-decoration: none;
        color: #000;
        margin: 0 15px;
    }


.flexcontatti h4 {
    font: normal normal 400 73px/83px Akzidenz-grotesk-roman;
    letter-spacing: -3.6px;
    text-align: left;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .flexcontatti h4 b {
        color: #fff;
        font-weight: 400;
    }

.sectionCentrale p {
    font: normal normal 400 18px/26px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    color: #465254;
}

.maxwidth900{
    max-width:900px;
}
/*.sectionCentrale p.black {
            color: #465254;
        }*/
.lineaorizzontale {
    height: 1px;
    background-color: #b8b8b8;
    width: 100%;
}


.sectionCentrale.white h3 {
    color: #fff;
}
    .sectionCentrale.white p {
        color: #fff;
    }


.menu2 > div {
    display: flex;
}

.menu2 {
    margin-left: auto;
}




    .menu2 a {
        font: normal normal 400 16px/20px Akzidenz-grotesk-roman;
        letter-spacing: 0.5px;
        color: #000;
        display: block;
        margin: 35px 15px;
        text-decoration: none;
        position: relative;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

.menu2 a.MenuSelezionato::before {
    scale: 1;
}

.menu2 a:hover::before {
    scale: 1;
}

.menu2 a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #f8c200;
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.35s;
}

.menulink2 {
    display: flex;
}

.sezioneblocchimisti {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

    .sezioneblocchimisti > div {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10% 10%;
        box-sizing: border-box;
    }

    .sezioneblocchimisti .black{
        background-color:black;
    }

    .sezioneblocchimisti img {
        display: block;
        width: 100%;
        max-height: 600px;
        height: 100%;
        object-fit: contain;
    }

.tabella {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

    .tabella.baseline {
        align-items: flex-start;
    }

 


    .fascia {
        position: relative;
        display: flex;
        align-items: end;
        justify-content: flex-start;
        padding: 200px 0px;
        overflow: hidden;
    }

.contenitorefascia {
    max-width: 500px;
    background-color: #4e575775;
    color: white;
    padding: 50px 30px;
    z-index: 1;
    margin-bottom: -100px;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    margin-left: 10%;
}

.fascia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
}

.fascia h3 {
    font: normal normal 400 40px / 50px Akzidenz-grotesk-roman;
    color: #fff;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.fascia b {
    color: #9dbe1d;
}

.fascia p {
    font: normal normal 400 16px / 26px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}


.containerIntElenco {
    width: 50%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    display: flex;
}
.containerIntDescElenco.flex {
    display: flex;
    gap: 50px;
}
    .containerIntDescElenco.flex img {
        width: auto;
        flex:1;
    }

    .containerIntDescElenco {
        box-sizing: border-box;
        font-weight: 300;
        font-size: 15px;
        line-height: 1.73em;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .containerIntDescElenco.left {
        text-align: left;
    }

.containerIntElencoImmagine {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: none;
}

    .containerIntElencoImmagine.contain {
        object-fit: contain;
        height: auto;
    }


.immaginirealizzazioni {
    display: flex;
    flex-flow: wrap;
    transition: all .5s linear;
    gap: 25px;
    justify-content: center;
}

    .immaginirealizzazioni .width33 {
        width: calc(33.33% - 18px);
    }

.bloccoimmobile {
    display: flex;
    flex-flow: column;
    text-decoration: none;
    gap: 20px;
    justify-content: space-between;
}

.immaginirealizzazioniImgQuadrate {
    overflow: hidden;
    aspect-ratio: 10 / 10;
}

.bloccoimmobile img.principale {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #efefef;
    transition: all 0.3s linear;
}

.truncate-one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloccoimmobile h3 {
    font: normal normal 400 20px / 30px Akzidenz-grotesk-roman;
    /* letter-spacing: -1.5px; */
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    color: #465254;
}
.relative{
    position:relative;
}

.bloccoimmobiletipologia {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    text-align: right;
    flex-flow: column;
    align-items: end;
    gap: 2px;
    background-color: white;
    background: #005e85;
    border-radius: 20px;
    padding: 10px 20px;
    font: normal normal 400 14px / 20px Akzidenz-grotesk-roman;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    color: white;
}


.containerIntElenco.width40 {
    width: 40%;
}

.maxwidth400 {
    max-width: 800px;
    margin: auto;
    padding: 0px 10%;
}

.containerIntElenco.dx.nopaddingleft {
    padding-left: 0px;
}

.containerIntElenco.width60 {
    width: 60%;
}

.paddingleft10{
    padding-left:10%;
}
.paddingleft5 {
    padding-left: 5%;
}

.maxwidth1200 .containerIntElenco.dx {
    padding: 100px 30px;
}

.maxwidth1200 .containerIntElenco.sx {
    padding: 100px 30px;
}

.containerIntElenco.dx {
    box-sizing: border-box;
    padding: 5%;
}

.containerIntElenco.sx {
    box-sizing: border-box;
    padding: 5%;
}

.sezioneopzioni {
    display: flex;
    flex-flow: column;
    align-items: baseline;
}

.margininitial {
    margin: initial;
}

.pulsante.margininitial {
    margin: initial;
}

.containerIntDescElenco h2 {
    font: normal normal 400 6vh/6vh Akzidenz-grotesk-roman;
    color: #465254;
    letter-spacing: -3px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.containerIntDescElenco h3 {
    font: normal normal 600 20px / 28px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #005f85;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.2em; */
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.containerIntDescElenco h4 {
    font: normal normal 400 50px/60px Akzidenz-grotesk-roman;
    letter-spacing: -2.4px;
    color: #465254;
    margin: 0px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .containerIntDescElenco h4.margintop30 {
        margin-top: 30px;
    }


.containerIntDescElenco h5 {
    font: normal normal 300 30px/40px Akzidenz-grotesk-roman;
    letter-spacing: -1.5px;
    color: rgb(157,147,150);
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .containerIntDescElenco h5 b {
        color: #000;
        font-weight: 300;
    }

    .containerIntDescElenco h5 strong {
        color: #000;
        font-weight: 300;
    }

.containerIntDescElenco p {
    font: normal normal 400 18px / 26px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #464646;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    flex: 1;
}

    .containerIntDescElenco p a {
        text-decoration: none;
        color: #465254;
    }


.containerIntDescElenco li {
    font: normal normal 400 16px/26px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #465254;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .containerIntDescElenco li a {
        text-decoration: none;
        color: #465254;
    }


.pulsante {
    font: normal normal 500 15px / 22px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #000;
    /* text-transform: uppercase; */
    background-color: #f4f5fa;
    padding: 13px 40px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s linear;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    margin: auto;
    border: 1px solid #005f85;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .pulsante span {
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .pulsante.verde {
        background-color: #9dbe1d;
        color: white;
        border: 1px solid #9dbe1d;
    }

    .pulsante:hover {
        background-color: #005f85;
        color: white;
        border: 1px solid #005f85;
    }

.pulsanteopzioni {
    font: normal normal 500 14px/24px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #000;
    padding: 10px 30px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s linear;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    background-color: #e4e4e4;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

/*.nascondi{
    display:none;
}
.vedi {
    display: block;
}*/

.bloccodescrizioni p {
    display:none;
}
    .bloccodescrizioni .vedi {
        display: block;
    }

    .sezioneopzionipulsanti {
        display: flex;
        flex-flow: wrap;
        gap: 10px;
    }

.pulsantecontatti {
    font: normal normal 500 14px/24px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    background-color: #465254;
    display: flex;
    text-decoration: none;
    transition: all 0.3s linear;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    height: 140px;
    width: 140px;
    color: white;
    cursor: pointer;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

    .pulsante.margintop50 {
        margin-top: 50px;
    }

.pulsante.margintop30 {
    margin-top: 30px;
}


.pulsante:hover span {
    -webkit-transform: translateX(10px) translateY(0px);
    transform: translateX(10px) translateY(0px);  
}



.pulsante.white {
    color: #000;
    background-color: #fff;
}


    .pulsante.white:hover {
        background-color: #005f85;
        color: white;
    }

.pulsante > span {
    margin-left: 10px;
}

.immaginirealizzazioni {
    display: flex;
    flex-flow: wrap;
    transition: all .5s linear;
}

    .immaginirealizzazioni img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      
        border-radius: 25px;
    }

    .immaginirealizzazioni .width50{
        padding:20px;
    }

    .immaginirealizzazioninero {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        opacity: 0;
        background: linear-gradient(0deg,rgba(0,0,0,.63) 0,rgba(0,0,0,.24));
        z-index: -1;
        transition: all .5s linear;
    }

.immaginirealizzazioni a {
    text-decoration: none;
}

.immaginirealizzazioni h2 {
    font: normal normal 400 40px/50px Akzidenz-grotesk-roman;
    letter-spacing: -2.5px;
    color: #465254;
    margin: 0px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}


.immaginirealizzazioni h4 {
    font: normal normal 400 18px/28px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: rgb(157,147,150);
    margin: 0px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.bloccoimmobileDesc {
    padding: 20px;
}

    .bloccoimmobileDesc .pulsante{
        margin-left:0px;
    }


.linkrealizzaione h3 {
    position: absolute;
    display: flex;
    z-index: 2;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    align-items: center;
    justify-content: center;
    opacity: 0;
    font: normal normal 500 24px/34px Akzidenz-grotesk-roman;
    color: #FFFFFF;
    padding: 0px 30px;
    transition: all .5s linear;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.linkrealizzaione:hover h3 {
    opacity: 1;
    z-index: 3;
}

.linkrealizzaione:hover .immaginirealizzazioninero {
    opacity: 1;
    z-index: 2;
}

.width50 {
    width: 50%;
    position: relative;
}
    .width50.full {
        width: 100%;
        position: relative;
    }

.blocchiservizi {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1400px;
    margin-top: 30px;
}

.blocchiservizi > div{
    width:220px;
    margin:10px;
}

    .blocchiservizi h5 {
        font: normal normal 700 16px/34px Akzidenz-grotesk-roman;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .blocchiservizi p {
        font: normal normal 400 16px/26px Akzidenz-grotesk-roman;
        color: #465254;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }


.fasciaservizi {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
}

    .fasciaservizi > div {
        width: calc(100% / 3 - 20px);
        border-radius: 10px;
        padding: 60px 50px;
        background-color: #f4f5fa;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

.bloccoservizi h3 {
    font: normal normal 400 24px / 29px Akzidenz-grotesk-roman;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    letter-spacing: -1px;
}

.bloccoservizi p {
    font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    color: #464646;
}

.numerico {
    font-size: 30px;
    display: flex;
}


.timeline {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.containertimeline.left {
    left: 0;
}

.containertimeline {
    position: relative;
    background: inherit;
    width: 50%;
    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: 0px 90px 30px 30px;
        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 'Akzidenz-grotesk-roman';
            letter-spacing: 1.26px;
            color: #1D1D1D;
        }

        .containertimeline .content p {
            text-align: left;
            font: normal normal 400 16px / 26px Akzidenz-grotesk-roman;
            letter-spacing: 0px;
            color: #465254;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }



    .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;
}


.sezionenumeri {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    gap: 30px;
}
.blocconumeri {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.sezionenumerititolo {
    font: normal normal 400 7vh / 7vh Akzidenz-grotesk-roman;
    letter-spacing: -3.6px;
    color: #005f85;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.sezionenumeridescrizione {
    font: normal normal 400 16px / 26px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    color: #465254;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.tabellacertificazioni {
    display: flex;
    align-items: baseline;
    gap: 30px;
    justify-content: space-between;
    padding: 20px 0px;
    text-align: left;
}

.tabellacertificazionititolo {
    font: normal normal 600 16px / 26px Akzidenz-grotesk-roman;
    color: #005f85;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    width: 100px;
}

.tabellacertificazionilink {
    color: #005f85;
    text-decoration:underline;
}

.contenitoreimg {
    width: 110px;
    height: 110px;
    padding: 20px;
    border: 10px solid #e8e8ec;
    border-radius: 50%;
    background-color: white;
}
    .contenitoreimg img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.contenitoreloghi {
    width: fit-content;
    height: 110px;
    padding: 5px;
    background-color: white;
    border: 1px solid #465254;
}

    .contenitoreloghi img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .contenitoreimg.ridotto {
        width: 80px;
        height: 80px;
        padding: 15px;
    }

    .fasciaCategoria {
        position: relative;
        overflow: hidden;
        height: 400px;
        border-bottom-left-radius: 50px;
        margin-left: 50px;
    }

.fasciaCategoriaclaim {
    padding: 0px 50px;
    padding-top: 88px;
    z-index: 2;
    position: absolute;
}

    .fasciaCategoriaclaim h1 {
        font: normal normal 400 6vh / 6vh Akzidenz-grotesk-roman;
        color: #fff;
        margin: 0px;
        letter-spacing: -2px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
        padding: 128px 50px;
    }

.fasciaCategoria img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #4e5757;
    position: relative;
}

.footer2 {
    background-color: #005f85;
}

.sfondofooter {
    position: absolute;
    top: -100px;
    right: -150px;
    opacity: 0.3;
}

.containerFooter {
    padding: 15px 50px;
    display: flex;
    color: white;
    max-width: 1600px;
    margin: auto;
}

    .containerFooter.padding100 {
        padding: 100px 50px;
    }

    .containerFooter > .footeritem1 {
        width: 33.333%;
        flex: inherit;
    }
    .containerFooter > .footeritem2 {
        flex: 1;
        display: flex;
        flex-flow: wrap;
        gap: 50px;
    }

.footeritem2 > div {
    flex: 1;
}

.footeritem1 img {
    width: 100%;
    display: block;
    /* padding-right: 50px; */
    max-width: 200px;
    padding-right: 20px;
    /* margin: auto;*/
}

.containerFooter h3 {
    font: normal normal 400 18px/21px Akzidenz-grotesk-roman;
    letter-spacing: 0.45px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.footeritem2 a, .footertext {
    text-decoration: none;
    color: white;
    font: normal normal 300 16px/22px Akzidenz-grotesk-roman;
    letter-spacing: 0.45px;
    color: #FFFFFF;
    margin: 10px 0px;
    display: block;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.containerFooter.flex {
    justify-content: space-between;
}

.footer2link {
    display: flex;
    gap: 20px;
}

.footer2link > a {
    display: block;
   /* margin-left: 50px;*/
    color:white;
    text-decoration:none;
}

.upper{
    text-transform:uppercase;
}

.containerprogettazione {
    display: flex;
    flex-flow: wrap;
}

    .containerprogettazione.reverse {
        display: flex;
        flex-flow: row-reverse;
    }

.bloccoProgSx {
    width: 42%;
}

.bloccoProgDx {
    flex: 1;
}

.bloccoProgSxSticky {
    position: sticky;
    top: 150px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    padding: 0px 100px;
}

    .bloccoProgSxSticky h3 {
        font: normal normal 400 12px/22px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        color: #465254;
        margin: 0px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .bloccoProgSxSticky h2 {
        font: normal normal 400 70px/70px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        color: #465254;
        margin: 0px;
        letter-spacing: -5px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }



    .bloccoProgSxSticky a {
        display: block;
        font: normal normal 300 20px/55px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin: 10px 0px;
        text-decoration: none;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .bloccoProgSxSticky p {
        font: normal normal 400 18px/28px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        color: rgb(157,147,150);
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }
    .bloccoProgSxSticky b {
        color: #000;
        font-weight: 400;
    }


.bloccoProgSxSticky h2.margintop30 {
    margin-top: 30px;
}

.opacitygrafica {
    opacity: 0.2;
}

.bloccoProgImgfull {
    display: block;
    width: 100%;
    border-radius: 25px;
}

.bloccoProgDx h2 {
    font: normal normal 300 45px/55px Akzidenz-grotesk-roman;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
}

.bloccoProgDx > div{
    position:relative;
}

.bloccoProgDx > div > a {
    position: absolute;
    top:0;
    margin-top:-100px;
}

.bloccoProgDxText {
    display: flex;
    flex-flow: wrap;
}

    .bloccoProgDxText h3 {
        font: normal normal 400 40px/50px Akzidenz-grotesk-roman;
        letter-spacing: -2.5px;
        color: #465254;
        margin: 0px;
        flex: 1;
        padding-left: 50px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .bloccoProgDxText p {
        width: 50%;
        font: normal normal 400 18px/28px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        /* margin: 50px 0px; */
        padding-right: 100px;
        margin-bottom: 50px;
        margin-top: 0px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

.bloccoProgImg {
    display: flex;
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.bloccoProgImg img{
    width:50%;
    padding:5px;
}

.bloccoProgBlocchi {
    display: flex;
    flex-flow: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

    .bloccoProgBlocchi > div {
        width: 50%;
        padding: 40px;
    }

    .bloccoProgBlocchi h3 {
        font: normal normal 400 40px/50px Akzidenz-grotesk-roman;
        letter-spacing: -2.5px;
        color: #465254;
        margin: 0px;
        padding-left: 50px;
        margin-bottom: 50px;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .bloccoProgBlocchi p {
        font: normal normal 400 16px/26px Akzidenz-grotesk-roman;
        letter-spacing: 0px;
        margin-bottom: 0px 50px;
        color: black;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

.flexcontatti {
    display: flex;
    flex-flow: initial;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

    .flexcontatti > div{
        flex:1;
    }

    .splideDescrizione {
        padding: 20px;
        color: #465254;
    }

    .splideDescrizione.center{
        text-align:center;
    }

    .splide__slide_link {
        text-decoration: none;
    }

    .splideDescrizione .pulsante {
        margin: initial;
        margin-top: 20px;
    }

.titoloelencoprodotti {
    font: normal normal 400 31px / 41px Akzidenz-grotesk-roman;
    letter-spacing: -1.5px;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    color: #465254;
}

.splideDescrizione p.margintop20{
    margin-top:20px;
}

.splideDescrizione p {
    font: normal normal 400 16px / 26px Akzidenz-grotesk-roman;
    font-family: 'Akzidenz-grotesk-roman', sans-serif;
    margin: 0px;
}



.splide__arrow {
    height: 3em;
    width: 3em;
    background: #005a7e;
}
    .splide__arrow svg {
        fill: #fff;
    }

.splide__slide__container {
    background-color: white;
    border-radius: 25px;
    overflow: hidden;
}

.splideloghi .splide__slide__container {
    background-color: white;
    height: 200px;
    border: 1px solid #005f85;
    padding: 20px;
}



.splide__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.contain .splide__slide img {
    object-fit: contain;
}

.carosellohome .splide__slide img {
    aspect-ratio: 10 / 10;
}

.splide__list.splideimmagini .splide__slide__container {
    height: 100%;
    max-height: 550px;
}


/*.splide__list .splide__slide {
    padding-right: 30px;
}*/

.splide__track {
    margin-left: 30px;
    margin-right: 30px;
}



.contatti-icon {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    background-color: #000;
    color: white;
    padding: 15px 15px;
    box-sizing: border-box;
    display: block;
    transition: all 0.7s linear;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-flow: row-reverse;
}

    .contatti-icon:hover .icontext {
        margin-right: 0.625rem;
        height: auto;
        width: auto;
        opacity: 1;
    }

    .icontext {
        height: 0;
        width: 0;
        overflow: hidden;
        --tw-text-opacity: 1;
        opacity: 0;
        -webkit-transition: opacity .6s ease-in-out;
        transition: opacity .6s ease-in-out;
    }







.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
    }
}

@media screen and (min-width: 901px) and (max-width: 1300px) {
    .immaginirealizzazioni .width33 {
        width: calc(50% - 18px);
    }

    .fasciaservizi > div {
        width: calc(100% / 2 - 25px);
    }


    .fasciaCategoria {
        position: relative;
        overflow: hidden;
        height: 250px;
        border-bottom-left-radius: 50px;
        margin-left: 30px;
    }


    .fasciaCategoriaclaim h1 {
        padding: 50px 0px;
    }

    .container2 {
        margin: auto;
        padding: 0px 30px;
        box-sizing: border-box;
        width: 100%;
        max-width: 1600px;
    }

    .containerIntDescElenco p {
        font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .header {
        padding: 0px 30px;
        width: calc(100% - 50px);
    }

    .container2.margintop50 {
        margin-top: 50px;
    }

    .containerIntDescElenco p.sezionefocus {
        font: normal normal 400 18px / 24px Akzidenz-grotesk-roman;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .vocisx a {
        font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .contenitoremenu .vocisx {
        width: 260px;
    }

    .contenitoremenu {
        gap: 30px;
    }

    .sectiongrey {
        padding: 50px 0px;
    }

    .section.ridotta {
        margin: 50px 0px;
    }


    .bloccoservizi p {
        font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

    .titoloelencoprodotti {
        font: normal normal 400 26px / 34px Akzidenz-grotesk-roman;
        font-family: 'Akzidenz-grotesk-roman', sans-serif;
    }

}


@media screen and (min-width: 901px) and (max-width: 1100px) {

    .contenitoremenu {
        flex-flow: column;
    }

        .contenitoremenu .vocisx {
            width: 100%;
        }

}

    @media screen and (max-width: 900px) {

        .immaginirealizzazioni .width33 {
            width: calc(100%);
        }

        .contenitoremenu .vocisx {
            width: 100%;
        }

        .sectioninterna{
            margin:70px 0px;
        }

        .flexcontatti {
            text-align: center;
        }

        .containertimeline {
            width: 100%;
            padding: 30px 30px;
            padding-left: 20px;
            padding-right: 0px;
        }

            .containertimeline.left::before, .containertimeline.right::before {
                left: 30px;
                border-color: transparent #006E51 transparent transparent;
            }

            .containertimeline::before {
                top: 0px;
            }

            .containertimeline.left .date, .containertimeline.right .date {
                right: auto;
                margin-top: 0px;
                left: auto;
            }

            .containertimeline.left .content, .containertimeline.right .content {
                padding: 0px 30px 0px 30px;
            }

            .containertimeline.left::after, .containertimeline.right::after {
                left: 75px;
                top: -5px;
            }

        .timeline::after {
            left: 30px;
        }

        .containertimeline.right {
            left: 0%;
        }


        .containerIntDescElenco p {
            font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .sectiongrey.paddingmobile {
            padding-top: 70px;
        }

        .footer2 {
            background-color: #005f85;
            padding-bottom: 100px;
        }

        .containerFooter.flex {
            text-align: center;
            align-items: center;
        }

        .bloccoservizi p {
            font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .sectionCentrale p {
            font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .paddingmobile {
            padding-top: 70px;
        }

        .MenuPrincipale {
            display: block;
            position: absolute;
            right: 0px;
            float: none;
            box-sizing: border-box;
            color: black;
            width: 40px;
            height: 40px;
            font-size: 13px;
            z-index: 2600000000000000000;
            margin-right: 30px;
            top: 20px;
            cursor:pointer;
        }

        .menu > div {
            position: fixed;
            width: 30%;
            min-width: 550px;
            height: 100%;
            position: fixed;
            background: #fff;
            right: -100%;
            top: 76px;
            transition-duration: 320ms;
            overflow-y: auto;
            display: flex;
            z-index: 100;
            display: flex;
        }

        .menu > div {
            width: 100%;
            min-width: 100%;
            height: calc(100vh - 76px);
        }

  

        .menu > input + div {
            flex-flow: column;
        }


        .menu .widthVar > div {
            height: calc(100% - 50px);
            padding-top: 30px;
        }

        .menu a::before {
            bottom: 0px;
        }

        .menu ul li:hover > ul {
            display: inherit;
            position: relative;
            top: 0px;
            margin: 0px;
            padding: 0px 40px;
            text-align: left;
            list-style: none;
            background-color: #ffffff;
            width: 100%;
            /* padding: 10px 0px; */
            min-width: 100%;
            z-index: 2;
            border-radius: 0px;
        }




        .menu ul ul a:hover {
            scale: 1;
            background-color: #ffffff;
            border-radius: 0px;
        }


        #ULMenu {
            display: block;
            overflow-y: auto;
            height: inherit;
        }

            #ULMenu > .ULMenuli {
                float: none;
                width: 100%;
            }

        .menuinterno {
            width: fit-content;
            margin: 0px;
            padding: 12px 5px;
        }
        .menu ul ul {
            display: block;
        }

        ul li {
            text-align: left;
        }


        .menu > div.widthVar {
            right: 0;
        }

        .popup-container {
            bottom: 0px;
        }

        #popup-popupinternoform {
            width: 100%;
        }

        .popup-card {
            border-radius: 20px;
            padding: 20px;
        }

        .LabelMenuPrincipale .material-icons-outlined {
            font-size: 40px;
            line-height: inherit;
            color: rgb(0 94 133);
            cursor: pointer;
        }


        .logo img {
            display: block;
            height: 60px;
            margin: 8px 0px;
        }

       .tabella.tabellarevert{
           flex-flow:column-reverse;

        }

        .container2 {
            padding: 0px 30px;
        }

        .menulink2 {
            display: none;
        }

        .header {
            padding: 0px 30px;
            width: 100%;
            margin-right: 0px;
            border-bottom-right-radius: 0px;
        }

        .flexmenu {
            width: 100%;
        }

        .logoezona {
            display: flex;
            justify-content: space-between;
        }

        .menu > input + div.widthVar {
            width: 100%;
        }

        .menu a {
            padding: 0px 0px;
            box-sizing: border-box;
            display: block;
            margin: 20px 30px;
            text-align: left;
            text-decoration: none;
            color: black;
            font-size: 20px;
        }

        .menu ul ul a {
            color: black;
            font-size: 18px;
            padding: 8px 20px;
        }

        .menuinterno .material-symbols-outlined{
            display:none;
        }


        .menulink {
            padding-top: 20%;
        }

        .claimHome {
            margin-left: 30px;
            margin-right: 30px;
        }

            .claimHome h1 {
                font: normal normal 400 6vh / 6vh Akzidenz-grotesk-roman;
                letter-spacing: -1.6px;
                font-family: 'Akzidenz-grotesk-roman', sans-serif;
            }

        .containerIntDescElenco h2 {
            font: normal normal 400 34px / 40px Akzidenz-grotesk-roman;
            letter-spacing: -2.4px;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .containerIntDescElenco p.sezionefocus {
            font: normal normal 400 16px / 24px Akzidenz-grotesk-roman;
            letter-spacing: normal;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .sfondogruppo {
            width: 180px;
        }

        .section {
            margin: 70px 0px;
        }

            .section.ridotta {
                margin: 50px 0px;
            }

        .containerIntElenco {
            width: 100%;
        }

        .sectiongrey {
            padding: 70px 0px;
        }

        .splide__list .splide__slide {
            padding-right: 30px;
        }

        .splide__track {
            margin-right: 0px;
        }

        .splideDescrizione p {
            max-width: 100%;
        }

        .fasciaservizi {
            flex-flow: column;
            gap: 30px;
        }

            .fasciaservizi > div {
                width: 100%;
                padding: 30px 20px;
            }

        .contenitoreimg {
            width: 75px;
            height: 75px;
            padding: 15px;
            border: 5px solid #e8e8ec;
        }

        .contenitorefascia {
            padding: 30px 20px;
            margin-left: 30px;
            margin-right: 30px;
        }

        .fascia h3 {
            font: normal normal 400 30px / 40px Akzidenz-grotesk-roman;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .margintop50 {
            margin-top: 30px;
        }

        .sectionCentrale h4.grande {
            font: normal normal 400 12vw/12vw Akzidenz-grotesk-roman;
        }

        .containerIntElenco.width60 {
            width: 100%;
        }

        .containerIntElenco.width40 {
            width: 100%;
        }

        .containerFooter {
            flex-flow: column;
        }

            .containerFooter > .footeritem1 {
                width: 100%;
            }

        .footeritem1 img {
            padding-right: 0px;
            padding-bottom: 50px;
        }

        .containerFooter.padding100 {
            padding: 70px 30px;
        }

        .containerFooter {
            padding: 15px 30px;
        }

        .footer2link {
            margin-top: 20px;
        }

        .spazio {
            height: 90px;
        }

        .splide__list.splideimmagini .splide__slide__container {
            max-height: 50vh;
        }

        .paddingleft10 {
            padding-left: 0px;
        }

        .containerIntElenco.dx {
            padding: 0px;
        }

        .containerIntElenco.sx {
            padding: 0px;
        }

        .containerIntDescElenco h4 {
            font: normal normal 400 38px/48px Akzidenz-grotesk-roman;
            letter-spacing: -2.4px;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .flexcontatti h4 {
            font: normal normal 400 45px/55px Akzidenz-grotesk-roman;
            letter-spacing: -2.4px;
            text-align: center;
            margin-bottom: 50px;
            font-family: 'Akzidenz-grotesk-roman', sans-serif;
        }

        .sfondofooter {
            width: 170px;
            right: 0px;
        }

        .fasciaCategoria {
            height: 250px;
            margin-left: 0px;
        }

        .fasciaCategoriaclaim {
            padding: 0px 30px;
            padding-top: 80px;
        }

            .fasciaCategoriaclaim h1 {
                padding: 50px 0px;
            }

        .footeritem2 > div {
            flex: auto;
        }

        .immaginirealizzazioni .width50 {
            padding: 20px 0px;
        }

        .width50 {
            width: 100%;
        }

        .bloccoimmobileDesc {
            max-width: 100%;
        }

        .tabella {
            gap: 30px;
        }

        .maxwidth400 {
            padding: 0px;
        }
    }




/*###################  AREA RISERVATA #######################*/
.contenitoreArea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /*    background: linear-gradient(135deg, #cfd9df 0%, #e2ebf0 100%);
*/
    background-color: #0e6cc4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

    .contenitoreArea:before, .contenitoreArea:after {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
    }

.internoArea {
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    margin: 0px 20px;
    z-index: 1;
}

    .internoArea img {
        height: 30px;
        display: block;
    }

.accedi {
    font-size: 24px;
    color: #1c1c1e;
}

.utilizza {
    padding-bottom: 3px;
    padding-top: 1px;
}

.accesso {
    padding: 30px 0px 0px 0px;
}

.inputBot {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d1d6;
    border-radius: 10px;
    font-size: 14px;
    color: #1c1c1e;
    box-sizing: border-box;
    transition: border-color 0.3s;
    padding-right: 50px;
    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: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    min-width: 4em;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    background: #3498db;
    color: #fff;
    padding: 12px;
    /* float: right; */
    width: 100%;
    font-size: 14px;
}

/*########    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;
    }
}

