﻿

html {
    scroll-behavior: smooth;
    /*overflow-x: hidden;*/
}

::-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: #222B31;
}

.smooth {
    transition-duration: 500ms;
}

.mobile{
    display:none;
}
.desktop {
    display: block;
}

*, *::before, *::after {
    box-sizing: border-box;
    text-wrap: balance;
}

a{
    cursor:pointer;
}

b {
    font-weight: 600;
    clear: both;
}

.spazio {
    height: 100px;
}

    .spazio.blu {
        background: #222B31;
    }

.grecaptcha-badge {
    display: none;
}

.lingua {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .lingua .contenitorelinguascelta {
        display: flex;
    }

.contenitorelingua {
    display: none;
    position: absolute;
    bottom: -65px;
    width: 75px;
    left: -34px;
    background-color: white;
    border-radius: 9px;
    z-index: 1;
}

    .contenitorelingua.vedi {
        display: block;
    }

    .contenitorelingua a {
        display: flex;
        color: #161615;
        padding: 3px 10px;
        border-radius: 9px;
    }

        .contenitorelingua a:hover {
            background-color: #efefed;
        }



div.SnippetBreadCrumbs {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}

    div.SnippetBreadCrumbs ol {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

        div.SnippetBreadCrumbs ol li {
            display: inline-block;
        }

    div.SnippetBreadCrumbs a {
        color: #000;
        text-align: center;
        font-family: "tt-commons-pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.SnippetSelezionato {
    color: #221B17;
}


.menu a.menuinterno.mobile {
    display: none;
}


body {
    margin: 0px;
    font-size: 14px;
    font-family: "tt-commons-pro", sans-serif;
    animation: fadeIn 2s both;
    overflow-x: hidden;
    background: #FFF;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
}

a {
    text-decoration: none;
}


.maxwidth1200 {
    max-width: 1200px;
}

.container2.maxwidth1200 {
    max-width: 1200px;
}

.margintop {
    margin-top: 20px;
}


.nomargintop {
    margin-top: 0px;
}

.margintopauto{
    margin-top:auto;
}

.paddingright100 {
    padding-right: 100px;
}
.container.paddingleft100 {
    padding-left: 100px;
    padding-right:0px;
}

.paddingleft30 {
    padding-left: 30px;
}

.paddingbottom30 {
    padding-bottom: 30px;
}

.section.nomargintop {
    margin-top: 0px;
}

.section.nomarginbottom {
    margin-bottom: 0px;
}

.section.ridotta {
    margin: 50px auto;
}

.sectiongrey.ridotta {
    padding: 4% 0px;
}

    .sectiongrey.ridotta.paddingaggiuntivo40 {
        padding-bottom:calc(4% + 40px);
    }


.sfondofoglia {
    background-image: url("/imgs/sfondo-hierbas.jpg"); /* percorso dell'immagine */
    background-size: cover; /* ridimensiona l'immagine per coprire tutto l'elemento */
    background-position: center center; /* centra l'immagine */
    background-repeat: no-repeat; /* non ripete l'immagine */
}

/*.sfondofogliamobile{

}*/


.none {
    display: none;
}

.textdx{
    text-align:right;
}

.line1 {
    height: auto;
    background-color: #879097;
    width: 1px;
}

.container {
    margin: auto;
    padding: 0px 30px;
    box-sizing: border-box;
    width: 100%;
    /*max-width: 2000px;*/
}

    .container.padding100 {
        padding: 0px 100px;
    }

.contenitorericerca.padding100 {
    margin: 0px 100px;
}


.logo img {

}

.prenota {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

    .prenota a {
        display: block;
        color: #FFF;
        font-family: "tt-commons-pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }

    .elencobutton {
        font: normal normal 500 14px/28px Inter;
        letter-spacing: 2.45px;
        color: #093959;
        text-transform: uppercase;
        text-decoration: underline;
    }


.containermenu {
    padding: 8% 100px;
    width: 100%;
    /* max-width: 1800px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenitoreiconeheader {
    border-left: 0.5px solid #92A8B7;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    padding-left: 30px;
}


.container2 {
    margin: auto;
    padding: 0px 100px;
    width: 100%;
    max-width: 1800px;
}

 

    .padding30 {
        padding: 0px 30px;
    }

.margintop50 {
    margin-top: 50px;
}


.margintop100 {
    margin-top: 100px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop20 {
    margin-top: 20px;
}

.marginbottom20 {
    margin-bottom: 20px;
}
.marginbottom30 {
    margin-bottom: 30px;
}

.margintop200 {
    margin-top: 200px;
}

.marginbottom50 {
    margin-bottom: 50px;
}
.marginleft20 {
    margin-left: 20px;
}

.marginleft200 {
    margin-left: 200px;
}

.marginright200 {
    margin-right: 200px;
}

.marginright10 {
    margin-right: 10px;
}

.positionrelative {
    position: relative;
}

.allegatiimmagini .bloccoimmobile {
    height: 100%;
}

.allegatiimmagini .immaginirealizzazioniImg {
    height: 100%;
}

.sfondogruppo {
    position: absolute;
    left: -50px;
}

    .sfondogruppo.dx {
        position: absolute;
        right: -50px;
        left: initial;
        top: -200px;
    }

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 20%);
    z-index: 1;
}

.logoezona img {
    display: block;
    height: 70px;
    width:auto;
}

.gruppopulsanti {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

.closepopup {
    background-color: #fff;
    color: black;
    border: none;
    padding: 20px 20px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
}

.titoloformimg{
    display:block;
    width:100%;
    margin:auto;
    max-width:550px;
}

.logo2 {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 150px;
}


.paddingright20 {
    padding-left: 20px;
    padding-right: 20px;
}

.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: 20px;
    text-align: center;
    background-color: white;
    border-radius: 40px;
}

    .popup-card img {
        width: 100%;
        display: block;
        max-height: 30vh;
        object-fit: cover;
    }

    .popup-card #image-planimetria img {
        max-height: 50vh;
        object-fit: contain;
    }

    .popup-card .splide__arrows img {
        width: initial;
    }


.popup-card .pulsante {
    margin: auto;
    margin-top: 20px;
}

#popup-popupinternoform {
    width: 50em;
}

#popup-popupinternoplanimatria {
    width: 70em;
}

.contenitporescelte {
    display: flex;
    flex-flow: wrap;
    color: #221B17;
    font: normal normal 300 16px / 28px tt-commons-pro;
}

    .contenitporescelte > div{
        width:50%;
    }


.popup-card h2 {
    font: normal normal 400 30px/40px Inter;
    text-transform: uppercase;
    letter-spacing: -0.48px;
    color: #093959;
    font-size: 20px !important;
}

.popup-card h3 {
    color: #222B31;
    text-align: center;
    font-family: PalmoreLight;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
}

    .popup-card p {
        font: normal normal 400 16px/22px Inter;
        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;
}


.pulsantefileupload {
    background-color: #5e25ce;
    color: white;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 5px;
}


.c-scroll-container {
    padding: 10px 50px;
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.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: #A76C97;
        animation: scrollIndicator 1.4s cubic-bezier(.645,.045,.355,1) infinite;
    }

.c-scroll-indicator_label {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2vw;
    /* text-decoration: underline; */
        border-bottom: 1px solid white;
        letter-spacing: 0.1em;
        z-index: 5;
        cursor: pointer;
    }

@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)
    }
}


.header {
    padding: 20px 100px;
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: transparent;
    transition: all 1500ms;
    opacity: 1;
}



    .header.headerWhite .menu a {
        color: #000;
    }



.MenuPrincipale {
    display: flex;
    align-items: center;
}

.flexmenu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 100;
    align-items: center;
}

.flexmenuinterno {
    display: flex;
    gap: 30px;
    margin-right: auto;
}

.menu a.menuinterno {
    display: block;
    text-decoration: none;
    color: #222B31;
    font-family: PalmoreLight;
    font-size: 5vh;
    /* font-style: normal; */
    font-weight: 500;
    line-height: 150%;
}

.menulinkinternocol1{
    font-size:11px;
}


.menuinterno .barrasottolineata::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #222B31;
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.3s;
}

.menuinterno.MenuSelezionato .barrasottolineata::before,
.menuinterno:hover .barrasottolineata::before {
    scale: 1;
}


.iconafixed {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 101;
    cursor: pointer;
    transition: all 1500ms;
}

    .iconafixed img {
        display: block;
        width: 60px;
    }

.menudx > div {
    position: fixed;
    width: 30%;
    min-width: 550px;
    height: 100%;
    position: fixed;
    background: #222B31;
    right: -100%;
    top: 0px;
    transition-duration: 320ms;
    overflow-y: auto;
    display: flex;
    z-index: 100;
    display: flex;
}

    .menudx > div.widthVar {
        right: 0;
    }


.menu > div {
    position: fixed;
    width: 30%;
    min-width: 550px;
    height: 100%;
    position: fixed;
    background: #7CD2B9;
    left: -100%;
    top: 0px;
    transition-duration: 320ms;
    overflow-y: auto;
    display: flex;
    z-index: 100;
    display: flex;
}

    .menu > div.widthVar {
        left: 0;
    }


.menulink {
    display: flex;
    /* width: 50%; */
    flex-flow: column;
    /* padding: 100px 50px; */
    justify-content: center;
    /* padding-top: 150px; */
    /* margin-top: -100px; */
    /* border: 1px solid #92A8B7; */
    /* flex: 1; */
    width: fit-content;
}

    .menulink .closemenu {
        position: absolute;
        top: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #222B31;
        font-family: "tt-commons-pro";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        cursor:pointer;
    }

    .menulink.flexnone {
        flex: none;
        border-left: none;
    }

.menulinkinterno {
    display: flex;
    flex-flow: column;
    /* gap: 20px; */
    justify-content: center;
  
}

        .menulinkinterno.end {
            justify-content: end;
            gap: 20px;
        }

.menulinkinternoend {
    display: flex;
    flex-flow: column;
    /* gap: 20px; */
    justify-content: space-between;
    height: 100%;
    justify-content: end;
    gap: 20px;
}

.relative{
    position:relative;
}

.contenitoreborderradiustop {
    border-radius: 40px;
    /* border-top-right-radius: 40px; */
    /* height: 40px; */
    background-color: white;
    padding-top: 1px;
    padding-bottom: 1px;
}

.contenitoreborderradiusbottom {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 40px;
    background-color: white;
}


.menuprenotazioni {
    background-color: #edded8;
    width: 50%;
    display: flex;
    flex-flow: column;
    padding: 50px 100px;
    justify-content: space-around;
    padding-top: 100px;
    position: relative;
    /*    margin-top: -100px;
*/
}

.menuinternocontatti {
    font: normal normal 400 4vh/4.5vh Inter;
    letter-spacing: 0px;
    color: #221B17;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.bloccoimmobiledescrizione {
    display: flex;
    flex: 1;
}

.bloccoimmobiledescrizionecol1 {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 10px;
}


.linksemplice {
    text-decoration: none;
    font: normal normal 400 24px/30px Inter;
    letter-spacing: 0px;
    color: #221B17;
    text-decoration: underline;
    cursor:pointer;
}

.containerIntDescElenco a.linksemplice {
    text-decoration: none;
    font: normal normal 400 24px/30px Inter;
    letter-spacing: 0px;
    color: #221B17;
    text-decoration: underline;
}


.bloccoinformazioni {
    display: flex;
    flex-flow: wrap;
    gap: 30px;
    justify-content: space-between;
}
    .bloccoinformazioni > div {
        width: calc(50% - 30px);
    }

.bloccoinformazioni > div.gruppopulsanti{
    width:100%;
}

.ContenitoreDettaglioDesc2 {
    display: flex;
    gap: 10px;
    color: #222B31;
    font-family: "tt-commons-pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 250%;
}

.bloccoinformazioni2 .ContenitoreDettaglioDesc2 {
    justify-content: space-between;
    margin: 0px 20px;
}


    .bloccoinformazionitext img {
        /* height: 100%; */
        object-fit: contain;
    }


.flexVendite {
    display: flex;
    flex-flow: wrap;
    gap: 50px;
    row-gap: 150px;
    justify-content: center;
}




.carosellohome .splide__pagination__page.is-active {
    background: #fff;
    z-index: 1;
}

.carosellohome .splide__pagination__page {
    background: transparent;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 10px;
    border: 1px solid white;
}


.carosellohome .splide__pagination {
    bottom: 1.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
    display: flex;
}


.containerimmobile.visualizzazioneA {
    width: calc(50% - 25px);
}
.containerimmobile.visualizzazioneB {
    width: calc(33.33% - 34px);
}
.containerimmobile.visualizzazioneC {
    width: calc(40%);
}
.containerimmobile.visualizzazioneD {
    /* flex: 1; */
    width: calc(60% - 50px);
}

.visualizzazioneB .contenitoreimmagineelenco {
    height: 40vh;
}

.contenitoreimmagineelenco {
    position: relative;
}


.bloccoimmobile {
    display: flex;
    flex-flow: column;
    text-decoration: none;
    gap: 20px;
    justify-content: space-between;
}

    .bloccoimmobile img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
        /*.bloccoimmobile img.height40 {
            height: 40vh;
        }
        .bloccoimmobile img.height60 {
            height: 60vh;
        }*/

    .bloccoimmobile .pulsante {
        min-width: 33.333%;
        justify-content: center;
    }

.contenitoreimgaffitto {
    position: relative;
    display: flex;
    justify-content: center;
}

.contenitoreprezzoaffitto {
    position: absolute;
    bottom: 0px;
    /* margin: auto; */
    background: #EAE9E4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    padding: 5px 15px;
    margin-bottom: 30px;
}

    .contenitoreprezzoaffitto span {
        font: normal normal 500 22px/26px Inter;
        letter-spacing: 2px;
        color: #221B17;
        text-transform: uppercase;
    }


    .menucontatti {
        position: absolute;
        right: 0px;
        padding: 0px 30px;
    }

/*.logoezona {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 30px;
}*/

.iconesocial a {
    color: white;
    font-size: 22px;
}

.areapulsanti {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-flow: wrap;
}

.blocconewsletter {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

    .blocconewsletter h3 {
        font: normal normal normal 10vh/10vh Inter;
        letter-spacing: -1.48px;
        color: #A76C97;
    }

    .blocconewsletter > div, .blocconewsletter > a {
        gap: 10px;
        display: flex;
        /* flex-flow: wrap; */
    justify-content: space-between;
}

.pulsanteimmobile {
    background: #EAE9E4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    font: normal normal 600 14px/17px Inter;
    letter-spacing: 1.4px;
    color: #221B17;
    text-transform: uppercase;
    z-index: 6;
    padding: 15px 20px;
    position:absolute;
}


.pulsantefixed {
    background: #EAE9E4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    font: normal normal 600 14px/17px Inter;
    letter-spacing: 1.4px;
    color: #221B17;
    text-transform: uppercase;
    position: fixed;
    bottom: 30px;
    z-index: 6;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px;
}


.blocconewsletterpulsanteinterno {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    text-align: center;
}

.bloccolinkfooter a {
    color: #FFF;
    font-family: PalmoreLight;
    font-size: 30px;
    font-size: 3vh;
    font-weight: 500;
    line-height: 6vh;
    display: flex;
    gap: 20px;
    margin-left: 20px;
    padding: 10px 0px;
}


.blocconewsletterpulsanteinput {
    display: block;
    flex: 1;
    border: none;
    border-bottom: 1px solid #EAE9E4;
    margin-right: 20px;
    font: normal normal 400 26px/33px Inter;
    letter-spacing: 0px;
    color: #EAE9E4;
    text-transform: uppercase;
}


.blocconewsletterpulsanteinputfooter {
    display: block;
    flex: 1;
    background-color: #efefed;
    border: none;
    border-bottom: 1px solid #A76C97;
    margin-right: 20px;
    outline: none;
    font: normal normal 400 16px/24px Inter;
    letter-spacing: 0.45px;
    color: #161615;
    width: 100%;
}

.blocconewsletterpulsantefooter {
    display: flex;
    flex-flow: wrap;
}

.footeritem2 a.pulsantefooter {
    background-color: #093959;
    z-index: 2;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconesocial {
    display: flex;
    gap: 20px;
}

.footeritem2 .iconesocial a {
    font-size: 20px;
    color: #A76C97;
}

span.LabelLognewsletter {
    display: block;
    margin-top: 20px;
    width: 100%;
}


.LabelMenuPrincipale {
    cursor: pointer;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .LabelMenuPrincipale .material-icons-outlined {
        font-size: 40px;
        line-height: inherit;
    }

.MenuPrincipaletesto {
    display: block;
    color: #FFF;
    font-family: "tt-commons-pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.margintopneg40 {
    margin-top: -40px;
    margin-bottom: -40px;
}

div.first {
    position: relative;
    height: calc(100vh + 40px);
    margin: auto;
    width: 100%;
    background: #222B31;
    box-sizing: border-box;
}

.first.dettaglio {
    height: 80vh;
}

.mySlides2 {
    position: absolute;
    height: calc(100%);
    width: calc(100% - 00px);
    transition: all 1500ms;
    display: flex;
    align-items: center;
    margin: 0px 0px;
    justify-content: center;
    text-align: center;
}

.mySlides2sx {
    width: 65%;
    padding-left: 100px;
    padding-top: 100px;
    z-index: 2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: -8%;
}

.mySlides2dx {
    position: absolute;
    right: 0px;
    width: 50%;
    height: 100%;
}

    .mySlides2dx img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 100%;
        clip-path: path("M0 1111V385.707C0 333.682 22.8 284.718 64.2 247.86L342.425 -1L20043 0L20043 1111H0Z");
        opacity: 0.8;
    }

.mySlides2 h3 {
    color: #fff;
    font-family: ClashGrotesk;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
}

.mySlides2 h1 {
    color: #FFF;
    font-family: 'PalmoreLight', sans-serif;
    font-size: 12vh;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    line-height: 7vh;
}

.mySlides2 p {
    color: #879097;
    font-family: "tt-commons-pro";
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 400px;
}

.menulinktitoletto {
    color: #7CD2B9;
    font-family: PalmoreLight;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
}

.menulinktitolo {
    color: #FFF;
    font-family: PalmoreLight;
    font-size: 5vh;
    font-style: normal;
    font-weight: 500;
}

.mySlides2 p b {
    font-weight: 700;
}

.menulinkpulsanti .pulsante:hover {
    background-color: rgb(124 210 185);
}

.menulinkpulsanti .pulsante2 .barrasottolineata::before {
    background-color: #222B31;
}


.mySlides2.fullscreen {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    scale: 1.5;
    cursor: pointer;
    z-index: 5;
}


.flexcenter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .flexcenter.column {
        flex-flow: column;
    }
.flexcolumn {
    display: flex;
    flex-flow: column;
}



    .logoiniziale {
        fill: white;
        height: fit-content;
        width: 30vw;
        margin-top: 1vw;
    }



.claimDisponibilita {
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
    text-align: center;
    height: 0px;
}

.claimDisponibilitacerchio {
    position: absolute;
    background-color: #093959;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    -o-transition: transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
}

.claimDisponibilitatesto {
    color: white;
    z-index: 2;
    text-transform: uppercase;
}

.justifyend {
    justify-content: end;
}


.claimDisponibilita:hover .claimDisponibilitacerchio {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.cerchio {
    background-color: #7CD2B9;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
}
.pulsante2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222B31;
    font-family: "tt-commons-pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .pulsante2 .barrasottolineata::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: #7cd2b9;
        scale: 0 1;
        transform-origin: left;
        transition: scale 0.3s;
    }
    .pulsante2:hover .barrasottolineata::before {
        scale: 1;
    }

.barrasottolineata {
    position: relative;
}



.claimHome {
    z-index: 2;
    display: flex;
    margin-left: 50px;
    flex-flow: column;
    text-align: center;
    transition: all 1500ms;
    gap: 10px;
}

.splide__slide .claimHome img {
    width: auto;
    height: auto;
}

    .claimHome.widthvw {
        max-width: 80vw;
    }

    .claimHome h1.upper {
        text-transform: uppercase;
    }


.sfondonero {
    position: absolute;
    background-color: rgb(0 0 0 / 20%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mySlidesHomeVideo {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}

.plyr {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}

.plyr__poster {
    background-size: cover;
}

.section {
    margin: 8% auto;
}

    .section.nomargin {
        margin: 0px;
    }


.vertical-top {
    background-color: #A76C97;
    margin-bottom: 20px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 100px;
}

    .vertical-top.ridotto {
        height: 50px;
    }

.testosovrapposto {
    color: #7CD2B9;
    font-family: PalmoreLight;
    font-size: 15vh;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-flow: column;
    width: 100%;
    line-height: 100%;
    margin-bottom: -100px;
    left: 50px;
    right: 50px;
}

    .testosovrapposto .white {
        color: white;
        margin-left:auto;
        margin-right: 10%;
    }

    .immaginefull {
        position: relative;
        height: 100%;
        width: 100%;
    }

.immaginefull img{
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}

.sectiongrey.padding8 {
    padding: 8% 100px;
}

.paddingrosa {
    background: #5E25CE;
    height: 40px;
}


select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    width: fit-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    padding: 10px;
    color: #222;
    border: 1px solid rgb(169, 169, 169);
    width: 315px;
    background-color: white;
    outline: none;
    border: 1px solid #221B17;
    outline: none;
    letter-spacing: 0px;
    color: #161615;
    width: 100%;
    font: normal normal 300 18px / 40px tt-commons-pro;
    letter-spacing: 0px;
    color: #221B17;
    border-radius: 10px;
}

    select.TB_Informazioni {
        border: 1px solid #221B17;
        /* outline: none; */
        letter-spacing: 0px;
        color: #161615;
        width: 100%;
        font: normal normal 300 18px / 40px tt-commons-pro;
        letter-spacing: 0px;
        /* color: #221B17; */
        border-radius: 10px;
        /* padding: 5px 10px; */
        HEIGHT: 50PX;
    }

    .sectiongrey {
        padding: 8% 0px;

    }

        .sectiongrey.green {
            background: #231f20;
        }

    .sectionblack {
        padding: 150px 0px;
        background-color: #000;
    }

.containerfaq {
    margin: auto;
}



.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
 /*   border-bottom: 1px solid #3E3E3E;*/
    position: relative;
    display: flex;
    flex-flow: wrap;
}

    .faq-question .col1 {
        font: normal normal normal 16px/20px Inter;
        letter-spacing: 0px;
        color: #221B17;
        width: 70px;
    }

.col2{
    flex:1;
}

.panel {
    display: none;
}

.plus {
    position: absolute;
    /* margin-left: 20px; */
    /* margin-top: 4px; */
    right: 0;
    z-index: 5;
    font-size: 30px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel-title {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0px 48px 0px 0px;
    display: block;
    cursor: pointer;
    z-index: 6;
    transition: all .3s;
    font: normal normal 400 24px/32px Inter;
    letter-spacing: 0px;
    color: #221B17;
}

.panel-content {
    font-size: 20px;
    padding: 0px 0px;
    margin: 0 100px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    transition: all .3s;
    margin-left: 0px;
    font: normal normal 400 16px/24px Inter;
    letter-spacing: 0px;
    color: #221B17;
}

.panel:checked ~ .panel-content {
    height: auto;
    opacity: 1;
    padding: 14px 0px;
    z-index: 1;
}

.panel:checked ~ .plus {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



.barraorizzontale {
    height: 1px;
    border-top: 1px solid #879097;
    width: 100%;
}
    .barraorizzontale.white {
        border-top: 1px solid #fff;
    }

    .barraorizzontale.black {
        height: 1px;
        border-top: 1px solid #222B31;
        width: 100%;
    }


    .sectionCentrale {
        margin: auto;
        text-align: center;
        align-items: center;
        display: flex;
        flex-flow: column;
    }

        .sectionCentrale.left {
            text-align: left;
            align-items: baseline;
        }

        .sectionCentrale.full {
            max-width: initial;
        }

        .sectionCentrale h2 {
            color: #222B31;
            text-align: center;
            font-family: PalmoreLight;
            font-size: 10vh;
            font-style: normal;
            font-weight: 500;
        }

        .sectionCentrale.white h2 {
            color: white;
        }

        .sectionCentrale h3 {
            color: #222B31;
            text-align: center;
            font-family: PalmoreLight;
            font-size: 10vh;
            font-style: normal;
            font-weight: 300;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
            padding: 20px 0px;
        }

        .sectionCentrale.white h3 {
            color: white;
        }

        .sectionCentrale h4 {
            color: #222B31;
            font-family: PalmoreLight;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%;
        }

        .sectionCentrale.white h5 {
            color: #879097;
        }


        .sectionCentrale h5 {
            color: #222B31;
            font-family: "tt-commons-pro";
            font-size: 3vh;
            font-style: normal;
            font-weight: 300;
            line-height: 100%;
        }

.flexbetween {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.sectionCentrale li,
.sectionCentrale p {
    color: #222B31;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .sectionCentrale p b, .sectionCentrale p strong {
        color: #9e2b4c;
    }

.maxwidthimg {
    max-width: 350px;
    display: block;
    margin: auto;
    /* max-height: 80px; */
    width: 100%;
}


.sectionCentrale a {
    color: initial;
}

.maxwidth900 {
    max-width: 900px;
}

.maxwidth1400 {
    max-width: 1400px;
}

.maxwidth600 {
    max-width: 600px;
}

.internofooter {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.internofootersx {
    flex: 1;
    padding-right: 50px;
}
.internofooterdx {
    width: 40%;
    min-width: 350px;
    padding: 50px;
}


.testoDescrittivo {
    display: flex;
    flex-flow: wrap;
    gap: 50px;
}

    .testoDescrittivo > div {
        flex: 1;
    }

    .testoDescrittivo h3 {
        font: normal normal 400 24px/34px Inter;
        letter-spacing: 0px;
        color: #221B17;
        text-transform: uppercase;
        text-align: left;
    }

    .testoDescrittivo p {
        font: normal normal 400 16px/28px Inter;
        letter-spacing: 0px;
    }

    .testoDescrittivo a {
        color: #221B17;
        text-decoration:underline;
    }


    /*.sectionCentrale p.black {
            color: #000000;
        }*/
    .lineaorizzontale {
        height: 1px;
        background-color: black;
        width: 100%;
    }


.sectionCentrale.white h3 {
    color: #fff;
}
.sectionCentrale.white li,
.sectionCentrale.white p {
    color: #fff;
}

.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 {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}

    .tabella.center {
        align-items: center;
    }

.containerIntDescElenco.sticky {
    position: sticky;
    top: 113px;
    height: fit-content;
}



.tabellaNews {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    /* align-items: center;*/
}

    .tabellaNews > div {
        width: 50%;
    }

        .tabellaNews > div.width45 {
            width: 45%;
        }

        .tabellaNews > div.width55 {
            width: 55%;
        }

.bloccodettagliosx.offerta {
    font: normal normal 400 19px/29px Inter;
    letter-spacing: 0px;
    color: #161615;
}


.prezzoofferta b {
    font: normal normal 400 30px/28px Inter;
    letter-spacing: 0px;
    color: #093959;
}


.tabellaImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabellaText {
    padding: 100px;
}

    .tabellaText h1 {
        font: normal normal 600 30px/42px Inter;
        letter-spacing: 2px;
        color: #093959;
        text-transform: uppercase;
    }

    .tabellaText h3 {
        font: normal normal 700 16px/26px Inter;
        letter-spacing: 0px;
        color: #161615;
        margin: 20px 0px;
    }



.containerIntElenco {
    width: calc(50% - 0.5px);
    z-index: 1;
    position: relative;
    display: flex;
}

.containerIntDescElenco {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.containerIntElencoImmagine {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

    .containerIntElencoImmagine.contain {
        object-fit: contain;
    }


.contanitoresection1 {
    display: flex;
    flex-flow: wrap;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
}

    .contanitoresection1 > span {
        font: normal normal 400 18px/21px Inter;
        letter-spacing: 0px;
        color: #221B17;
        text-transform: uppercase;
 flex:1;
    }


    .contanitoresection1 h1 a {
        font: normal normal 400 13vh/13vh Inter;
        letter-spacing: -7.2px;
        color: #221B17;
        text-transform: uppercase;
    }

.padding100{
    padding:100px;
}

.nopaddingleft {
    padding-left: 0px;
}
.nopaddingright {
    padding-right: 0px;
}


.containerIntElenco.sx.width60 {
    width: 60%;
}
.containerIntElenco.dx.width40 {
    width: 40%;
}


.containerIntElenco.dx.nopaddingleft {
    padding-left: 0px;
}




.containerIntDescElencoInternoDiv {
    font: normal normal normal 16px/28px Inter;
    letter-spacing: 1.6px;
    color: #093959;
    text-transform: uppercase;
}

.bloccodettaglioiconetitolo {
    font: normal normal 500 15px/25px Inter;
    letter-spacing: 2px;
    color: #161615;
    text-transform: uppercase;
}

.maxwidth1200 .containerIntElenco.dx {
    padding: 100px 30px;
}

.maxwidth1200 .containerIntElenco.sx {
    padding: 100px 30px;
}

.containerIntDescElencoInterno {
    padding-left: 10vh;
    padding-top: 10vh;
}

.containerIntDescElenco h2 {
    color: #fff;
    font-family: PalmoreLight;
    font-size: 10vh;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.containerIntDescElenco .ContenitoreDettaglioDesc2 h2 {
    font-size: 4vh;
}


.containerIntDescElenco h3 {
    font: normal normal 400 38px/48px MonumentExtended;
    letter-spacing: 0px;
    color: #fff;
}

    .containerIntDescElenco h3.link {
        width: fit-content;
        cursor: pointer;
    }


.containerIntDescElenco h1 {
    font: normal normal 400 11vh/11vh Inter;
    letter-spacing: -3.24px;
    color: #221B17;
}

.containerIntDescElenco h4 {
    color: #222B31;
    font-family: PalmoreLight;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dettagliovendita.containerIntDescElenco p,
.dettagliovendita.containerIntDescElenco li {
    color: #222B31;
    font-family: "tt-commons-pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 30.8px */
}
.dettagliovendita.containerIntDescElenco h2 {
    color: #222B31;
    font-family: PalmoreLight;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}


    .contenitoreCaribbean {
    position: relative;
    height: 600px;
}

.imagetransition {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-animation: qodef-inactive-image .8s forwards cubic-bezier(.4,0,.2,1);
    animation: qodef-inactive-image .8s forwards cubic-bezier(.4,0,.2,1);
    position: absolute;
    top: 0;
}

    .imagetransition.active {
        -webkit-animation: qodef-active-image .8s forwards cubic-bezier(.4,0,.2,1);
        animation: qodef-active-image .8s forwards cubic-bezier(.4,0,.2,1);
    }

@keyframes qodef-active-image {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0)
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
}

@keyframes qodef-inactive-image {
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }

    100% {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%)
    }
}


.sectiongrey.ridotta.nopaddingtop {
    padding-top: 0px;
}

.containerIntDescElenco p,
.containerIntDescElenco li {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: 140%;
    font-family: ClashGrotesk;
}

    .containerIntDescElenco p.ridotto,
    .containerIntDescElenco li.ridotto {
        font-size: 22px;
    }


.carosellohomescopri {
    position: absolute;
    bottom: 75px;
    display: flex;
    gap: 10px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    font-family: "tt-commons-pro";
}

.marginleft100 {
    margin-left: 100px;
}

.marginrigth100 {
    margin-right: 100px;
}

.sezioneimmagini3 {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.contenitorecerchio {
    position: relative;
}



.sezioneimmagini3 img, .sezioneimmagini3 video {
    width: 100%;
    display: block;
}

.sezioneimmagini3 .margintop120 {
    margin-top: 120px;
}

.pulsante {
    color: #222B31;
    font-family: ClashGrotesk;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #ec9b01;
    padding: 20px 70px;
    display: flex;
    text-decoration: none;
    transition: all 0.3slinear;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 50px;
    /* letter-spacing: 1.4px; */
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

    .pulsante.ridotto {
        padding: 15px 35px;
    }

    .pulsante.blu {
        background-color: #39B54A;
        color: #fff;
    }

    .pulsante.bianco {
        background-color: #EAE9E4;
        color: #221B17;
        border-color: #EAE9E4;
    }


    .pulsante:hover {
        background-color: #24543f;
        color: #fff;
    }


.immaginirealizzazioni {
    display: flex;
    flex-flow: wrap;
    margin: 100px 0px;
    transition: all .5s linear;
    gap: 50px;
    justify-content: center;
}

    .immaginirealizzazioni img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: -webkit-transform .8s cubic-bezier(.4,0,.2,1);
        transition: -webkit-transform .8s cubic-bezier(.4,0,.2,1);
        -o-transition: transform .8s cubic-bezier(.4,0,.2,1);
        transition: transform .8s cubic-bezier(.4,0,.2,1);
        transition: transform .8s cubic-bezier(.4,0,.2,1),-webkit-transform .8s cubic-bezier(.4,0,.2,1);
    }



.contenitoreCondizioni {
    display: flex;
    flex-flow: wrap;
    border-radius: 20px;
    background: #F4F4F4;
}

    .contenitoreCondizioni > div {
        width: calc(50% - 0.5px);
        color: #1F2C35;
        font-family: PalmoreLight;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 20px 20px;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .contenitoreCondizioni.width33 > div {
        width: calc(33.3% - 0.5px);
    }

    .contenitoreCondizioni.width33 .line1 {
        width: 1px;
    }



    .contenitoreCondizioni img {
        display: block;
        width: 50px;
    }

    .contenitoreCondizioni .line1 {
        background-color: #B3C7C2;
        width: 1px;
        padding: 0px;
    }

.contenitoreCondizioni > div span {
    color: #879097;
    font-family: PalmoreLight;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}
.contenitoreprezziaffitto {
    padding: 50px 50px;
    border-radius: 20px;
    background: #7CD2B9;
}


.inputData {
    color: #1F2C35;
    font-family: PalmoreLight;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    border: none;
    cursor: pointer;
}

.contenitorericerca {
    margin: auto;
    max-width: 1200px;
    background-color: #e0e2df;
    padding:10px;
}

    .contenitorericerca .fasciadate {
        flex-flow: nowrap;
    }

.filtroColAffittiCentrale > select {
    display: block;
    width: 100%;
    font: normal normal 400 14px/14px Inter;
    color: #221B17;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
}

.contenitorericerca .fasciadate .filtroColAffittiCentrale {
    height: 35px;
    padding: 0px 15px;
}


.price-input-container {
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
}


.slider-titolo {
    font: normal normal 600 14px/17px Inter;
    letter-spacing: 1.4px;
    color: #221B17;
    text-transform: uppercase;
    text-align: center;
}



/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e470;
    border-radius: 5px;
}

    .slider-container .price-slider {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: #fff;
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        background: none;
        top: -7px;
        pointer-events: none;
        cursor: pointer;
        -webkit-appearance: none;
    }

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #fff;
    pointer-events: auto;
    -webkit-appearance: none;
}

.contenitoreprezzo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: normal normal 400 14px/17px Inter;
    letter-spacing: 1.4px;
    color: #221B17;
}


.bloccovideo {
    cursor: pointer;
    position: -webkit-sticky;
    position: absolute;
    display: block;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    right: 0px;
}

.mascheravideo {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}


.bloccovideo.nascondi {
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: opacity .25s ease-out,-webkit-transform .4s cubic-bezier(0.11, 0, 0.54, 1.2);
    transition: transform .4s cubic-bezier(0.11, 0, 0.54, 1.2),opacity .25s ease-out;
    transition: transform .4s cubic-bezier(0.11, 0, 0.54, 1.2),opacity .25s ease-out,-webkit-transform .4s cubic-bezier(0.11, 0, 0.54, 1.2);
}

.contenitorevideo {
    position: fixed;
    right: 3rem;
    z-index: 5;
    bottom: 3rem;
    height: 400px;
}

.sovrapponi {
}

.bloccovideo video {
    width: 200px;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
    outline: none;
    border: none;
    transition: all 0.5s ease;
}


.bloccovideo.zoom {
    position: relative;
}

.bloccovideo video.zoom {
    width: 45vh;
    height: 80vh;
}

.contenitorevideo.zoom {
    right: 0px;
    z-index: 400;
    bottom: 0px;
    background: #92a8b79e;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.material-icons-outlined.closevideo {
    display: none;
}

.closevideo {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    background-color: #EAE9E4;
    border-radius: 50%;
    padding: 10px;
    color: black;
    cursor: pointer;
}




.LabelData {
    color: #879097;
    font-family: PalmoreLight;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.fasciadate {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    align-items: center;
}

    .fasciadate > div{
        width:25%;
    }

.filtroColAffittiCentrale {
    display: flex;
    flex-flow: column;
    background-color: #e0e2df;
    padding: 10px 20px;
    justify-content: space-between;
    gap: 5px;
    border-radius: 50px;
    background: #FFF;
}

.fasciadate .pulsante {
    text-decoration: none;
    flex: 1;
    justify-content: center;
}

.width90 {
    max-width: 90px;
}


.grigioscuro {
    margin-bottom: 5px;
    display: block;
    font: normal normal 400 16px/20px Inter;
    letter-spacing: 0.4px;
    color: #747474;
}

.immaginirealizzazioni .width50 {
    width: calc(50% - 50px);
}

.immaginirealizzazioni .width33 {
    width: calc(33.33% - 50px);
}

.bloccoimmobileDesc {
}

    .bloccoimmobileDesc.center {
        text-align: center;
    }


.areaicone {
    display: flex;
    flex-flow: wrap;
    position: relative;
    gap: 20px;
    justify-content: space-between;
    /* margin: 10px 0px; */
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
}

    .areaicone.dettaglio {
        left: 0px;
        bottom: 0px;
        right: initial;
        padding: 20px 50px;
        background-color: #222b31;
        border-top-right-radius: 30px;
    }


    .barraverticale {
        height: auto;
        background-color: #fff;
        width: 1px;
    }

.areaiconeCol {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    gap: 10px;
}

.areaicone.dettaglio .barraverticale {
    background-color: rgba(255, 255, 255, 0.50);
}

.areaiconeCol {
    color: #FFF;
    font-family: "tt-commons-pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    display: flex;
    align-items: center;
}

.areaiconeInt {
    color: #FFF;
    font-family: "tt-commons-pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}



.offerte .bloccoimmobileDesc h2 {
    font: normal normal 400 30px/40px Inter;
}

.offerte .bloccoimmobileDesc p {
    padding-right: 0px;
}

.bloccoimmobileDesc p a {
    color: #161615;
    text-decoration: underline;
}

.containerIntDescElenco p a {
    color: #161615;
    text-decoration: underline;
}

.bloccoimmobileDesc h2 {
    color: #222B31;
    font-family: "tt-commons-pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

    .bloccoimmobileDesc h2 span {
        font: normal normal 400 16px/20px Inter;
        letter-spacing: 0.4px;
        color: #747474;
        display: block;
    }

.bloccoimmobileDesc.evento h2 {
    font: normal normal 500 30px/42px Inter;
    letter-spacing: 2px;
    color: #093959;
    text-transform: uppercase;
}

.bloccoimmobileDesc p {
    font: normal normal 400 16px/28px Inter;
    letter-spacing: 0px;
    color: #161615;
    padding-right: 100px;
}

.bloccoimmobileDesc > div {
/*    margin: 10px 0px;
    font: normal normal 400 16px/28px Inter;
    letter-spacing: 0.4px;*/
    /*color: #161615*/
}

.prezzoVediInt {
    color: #161615;
    width: 100%;
    flex: 1;
    text-align: center;
    margin-bottom: 5px;
}

.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;
}

.immaginirealizzazioniImg {
    overflow: hidden;
}

.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 Inter;
    color: #FFFFFF;
    padding: 0px 30px;
    transition: all .5s linear;
}

.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;
    }

.bloccoprenota {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #A76C97;
    padding: 70px 50px;
    color: #093959;
}

    .bloccoprenota.servizi {
        border: none;
        padding: 0px;
    }


        .bloccoprenota.servizi h3 {
            font: normal normal 400 8vh/8vh Inter;
            letter-spacing: -3.5px;
        }



    .bloccoprenota h3 {
        font: normal normal 400 8vh/8vh Inter;
        letter-spacing: -1.44px;
    }

    .bloccoprenota h5 {
        font: normal normal 500 22px/24px Inter;
        color: #161615;
        text-align: center;
        max-width: 200px;
    }

    .bloccoprenota h3 span {
        color: #A76C97;
        display: block;
    }

.margin200 {
    margin-left: 200px;
}

.margin200200 {
    margin-left: 200px;
    margin-right: 200px;
}

.margin400 {
    margin-right: 400px;
}

.bloccodettaglio {
    display: flex;
}

.bloccodettagliosx {
    flex: 1;
}

.bloccodettagliotesto {
    padding-right: 50px;
}

    .bloccodettagliotesto h1 {
        font: normal normal 400 60px/70px Inter;
        letter-spacing: -2px;
        color: #093959;
    }

    .bloccodettagliotesto > div {
        font: normal normal 400 35px/45px Inter;
        letter-spacing: 0px;
        color: #161615;
        margin: 10px 0px;
    }

    .bloccodettagliotesto p {
        font: normal normal 400 19px/34px Inter;
        letter-spacing: 0px;
        color: #161615;
    }

.iconecontatti2 {
    display: none;
}


.iconecontatti {
    position: absolute;
    right: 0;
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

    .iconecontatti > a {
        border-bottom: 1px solid black;
        padding: 10px;
        width: 100%;
        padding-top: 20px;
        display: block;
        background-color: #efefed;
    }

    .iconecontatti h5 {
        font: normal normal 400 13px/16px Inter;
        letter-spacing: 0px;
        color: #161615;
        text-align: center;
    }

    .iconecontatti img {
        height: 30px;
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

.bloccodettaglioimmagine {
    margin: 50px 0px;
}

    .bloccodettaglioimmagine img {
        display: block;
        width: 100%;
    }

.bloccodettagliodx {
    width: 300px;
    border: 1px solid #CCC1BE;
    padding: 30px;
    text-align: center;
    margin-left: 20px;
    height: 100%;
}


.bloccodettaglioservizititolo {
    font: normal normal 400 35px/45px Inter;
    letter-spacing: 0px;
    color: #161615;
}

.bloccodettaglioiconeinterno {
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}

    .bloccodettaglioiconeinterno > div {
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 0px;
        margin: 30px 0px;
    }

    .bloccodettaglioiconeinterno h5 {
        font: normal normal 500 22px/24px Inter;
        color: #161615;
        text-align: center;
        margin-top: 5px;
    }

    .bloccodettaglioiconeinterno img {
        height: 50px;
        display: block;
    }

.bloccodettaglioservizi {
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
    /* width: 200px; */
    gap: 30px;
}

    .bloccodettaglioservizi > div {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        width: calc(50% - 30px);
    }

    .bloccodettaglioservizi img {
        display: block;
        width: 50px;
    }

    .bloccodettaglioservizi h5 {
        font: normal normal normal 18px/22px Inter;
        letter-spacing: 0px;
        color: #161615;
        padding-left: 15px;
    }


.bloccoprenotadescrizione {
    margin: 20px 0px;
    color: #161615;
    font: normal normal 400 16px/28px Inter;
    display: flex;
}

    .bloccoprenotadescrizione.margin200 {
        margin-left: 200px;
    }
/*
.bloccoprenota h3 {
    width: 40%;
}*/

.bloccoprenota.servizi h3 {
    width: 100%;
}

.bloccoprenota.servizi p {
    font: normal normal 400 16px/26px Inter;
    letter-spacing: 0px;
    color: #161615;
    display: flex;
}


.bloccoprenota.servizi > div {
    width: 30%;
}

.bloccoprenotaicone {
    display: flex;
    flex-flow: wrap;
    flex: 1;
    justify-content: space-evenly;
}

    .bloccoprenotaicone > div {
        width: 25%;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 20px 10px;
    }

    .bloccoprenotaicone img {
        margin-bottom: 20px;
        height: 70px;
        display: block;
    }

    .bloccoprenotaicone.end {
        justify-content: end;
    }

.bloccoprenota.servizi img {
    height: 50px;
}



.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 Inter;
    }

    .blocchiservizi p {
        font: normal normal 400 16px/26px Inter;
        color: #000000;
    }

.fasciaservizi {
    height: 450px;
    position: relative;
    display: block;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    transition: all 0.5s linear;
    overflow: hidden;
}

    .fasciaservizi.paddingperc {
        padding-right: 20%;
    }

    .fasciaservizi img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s linear;
    }

    .fasciaservizi h2 {
        position: absolute;
        font: normal normal 500 24px/34px Inter;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin: 0px 150px;
        z-index: 2;
    }

    .fasciaservizi:hover img {
        transform: scale(1.1) rotate(1deg);
    }



.panelservizi {
    z-index: 1;
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.8099614845938375) 0%, rgba(255,255,255,0) 63%);
    width: 100%;
    height: 100%;
}


    .panelservizi.paddingperc {
        width: calc(100% - 20%);
    }

.footer {
    background: #231f20;
    padding: 50px 0px;
    /* padding-bottom: 50px; */
}

    .footer h2 {
        color: #222B31;
        font-family: PalmoreLight;
        font-size: 5vh;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.footer2 {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 50px;
    color: #879097;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

    .footer2 > div {
        display: flex;
        flex-flow: wrap;
        gap: 20px;
    }

    .footerflex {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        gap: 50px;
    }

.footer2 a {
    color: #879097;
}

.containerFooter {
    padding: 0px 100px;
    /*max-width: 2000px;*/
    margin: auto;
    display: flex;
    flex-flow: wrap;
    text-align: center;
    color: white;
}

    .containerFooter.padding100 {
        padding: 100px 100px;
    }

        .containerFooter > .footeritem {
            width: 100%;
        }

.bloccomenu {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-flow: wrap;
}

.marginauto{
    margin:auto;
}

.bloccomenu > a {
    width: 22%;
    position: relative;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bloccomenu .pulsante {
        position: absolute;
        z-index: 2;
    }

    .bloccomenu img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.footeritem h4 {
    font-family: PalmoreLight;
    font-size: 8vh;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #fff;
}
.footeritem p, .footeritem a {
    font-family: ClashGrotesk;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    display: flex;
    flex-flow: column;
    color: #fff;
    justify-content: center;
}

    .footeritem.flex {
    display: flex;
    flex-flow: column;
    grid-gap: 10px;
}


.containerFooter > .footeritem2 {
    flex: 1;
    display: flex;
    flex-flow: wrap;
    column-gap: 20px;
}

.footeritem2 > div {
    flex: 1;
}

.footeritem1 img {
    width: 100%;
    display: block;
    /* padding-right: 50px; */
    max-width: 300px;
    padding-right: 20px;
}

/*.footeritem2 a.sottolineato > span {
    text-decoration: underline;
}*/

.footeritem2 a.margintop30 {
    margin-top: 30px;
}

.containerFooter h3 {
    margin-bottom: 20px;
    font: normal normal normal 30px/33px Inter;
    letter-spacing: 0px;
    color: #161615;
}

.footeritem2 a, .footertext {
    text-decoration: none;
    color: white;
    font: normal normal 400 16px/24px Inter;
    /* letter-spacing: 0.45px; */
    color: #161615;
    margin: 10px 0px;
    display: block;
}

.containerFooter.flex {
    justify-content: space-between;
}

.footer2link {
    display: flex;
}

    .footer2link > a {
        display: block;
        margin-left: 50px;
        color: #161615;
    }

.upper {
    text-transform: uppercase;
}

.containerprogettazione {
    display: flex;
    flex-flow: wrap;
}

.bloccoProgSx {
    width: 35%;
}

.bloccoProgDx {
    flex: 1;
}

.bloccoProgSxSticky {
    position: sticky;
    top: 0px;
    text-align: left;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-flow: column;
    padding: 100px;
}

    .bloccoProgSxSticky a {
        display: block;
        font: normal normal 300 20px/55px Inter;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin: 10px 0px;
        text-decoration: none;
    }


.bloccoProgImgfull {
    display: block;
    width: 100%;
}

.bloccoProgDx h2 {
    font: normal normal 300 45px/55px Inter;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.bloccoProgDx > div {
    position: relative;
}

    .bloccoProgDx > div > a {
        position: absolute;
        top: 0;
        margin-top: -100px;
    }

.bloccoProgDxText {
    display: flex;
    flex-flow: wrap;
}

    .bloccoProgDxText p {
        width: 50%;
        color: white;
        font: normal normal 300 18px/28px Inter;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin: 50px 0px;
        padding-right: 100px;
    }

.bloccoProgImg {
    display: flex;
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

    .bloccoProgImg img {
        width: 50%;
        padding: 5px;
    }

/*.splide__list {
    transition: all .4s linear;
}*/
/*
.splide__list{
    height:70vh;
}*/

.flexsplidepagination {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    color: #222B31;
    font-family: PalmoreLight;
    font-size: 30px;
    font-weight: 300;
}

.white .flexsplidepagination {
    color: #fff;
}

.splide__pagination {
    position: relative;
    bottom: 0px;
    padding: 0px;
    display: block;
}

.splide__pagination__page {
    /* position: absolute; */
    display: none;
    height: auto;
    width: auto;
    color: #222B31;
    font-family: PalmoreLight;
    font-size: 30px;
    font-weight: 300;
    opacity: 1;
}

.white .splide__pagination__page {
    color: #fff;
}

    .splide__pagination__page.is-active {
        background: initial;
        transform: none;
        z-index: 1;
        display: block;
    }

.conteinerarrowspagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}



.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__arrows {
    position: relative;
    display: flex;
    /* flex-flow: wrap; */
    flex: none;
    gap: 10px;
}

.splide__arrow--prev {
    position: relative;
    transform: none;
    left: 0px;
    background: transparent;
    opacity: 1;
    padding: 30px;
}

.splide__arrow--next {
    position: relative;
    transform: none;
    right: 0px;
    background: transparent;
    opacity: 1;
    padding: 30px;
}

.slidehome {
    display: flex;
    flex-flow: wrap;
}


.slidehomeimg {
    width: calc(100% - 501px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
/*    max-height: 80vh;
*/}

    .slidehome .boccodatislidehome {
        width: 500px;
    }

    .slidehome .bloccoinformazioni > div {
        width: 100%;
    }

.slidehome .bloccoinformazioni {
    flex-flow: column;
}


.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;
    }

.immaginetopbottom {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    will-change: transform;
    -webkit-transition: -webkit-clip-path 1.2s ease,-webkit-transform 1s ease-out;
    transition: -webkit-clip-path 1.2s ease,-webkit-transform 1s ease-out;
    -o-transition: clip-path 1.2s ease,transform 1s ease-out;
    transition: clip-path 1.2s ease,transform 1s ease-out;
    transition: clip-path 1.2s ease,transform 1s ease-out,-webkit-clip-path 1.2s ease,-webkit-transform 1s ease-out;
}

    .immaginetopbottom.visibile {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.immagineleftright {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    will-change: transform;
    -webkit-transition: -webkit-clip-path 1.2s ease,-webkit-transform 1s ease-out;
    transition: -webkit-clip-path 1.2s ease,-webkit-transform 1s ease-out;
    -o-transition: clip-path 1.2s ease,transform 1s ease-out;
    transition: clip-path 1.2s ease,transform 1s ease-out;
    transition: clip-path 1.2s ease,transform 1s ease-out,-webkit-clip-path 1.2s ease,-webkit-transform 1s ease-out;
}

    .immagineleftright.visibile {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.transitionleft {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    clip-path: inset(0 100% -5px 0);
    -webkit-clip-path: inset(0 100% -5px 0);
    -webkit-transition: -webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    transition: -webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    -o-transition: clip-path 1s ease,transform .8s ease-out;
    transition: clip-path 1s ease,transform .8s ease-out;
    transition: clip-path 1s ease,transform .8s ease-out,-webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    will-change: transform;
}

    .transitionleft.visibile {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        clip-path: inset(0 0 -5px 0);
        -webkit-clip-path: inset(0 0 -5px 0);
    }


.transitiontop {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    clip-path: inset(100% 0 -5px 0);
    -webkit-clip-path: inset(100% 0 -5px 0);
    -webkit-transition: -webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    transition: -webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    -o-transition: clip-path 1s ease,transform .8s ease-out;
    transition: clip-path 1s ease,transform .8s ease-out;
    transition: clip-path 1s ease,transform .8s ease-out,-webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    will-change: transform;
}

    .transitiontop.visibile {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 -5px 0);
        -webkit-clip-path: inset(0 0 -5px 0);
    }

.transitionbottom {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    transition: -webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    -o-transition: clip-path 1s ease,transform .8s ease-out;
    transition: clip-path 1s ease,transform .8s ease-out;
    transition: clip-path 1s ease,transform .8s ease-out,-webkit-clip-path 1s ease,-webkit-transform .8s ease-out;
    will-change: transform;
}

    .transitionbottom.visibile {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        clip-path: inset(0 0 -5px 0);
        -webkit-clip-path: inset(0 0 -5px 0);
    }



.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
    }
}

@-webkit-keyframes animate-btn-line {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes animate-btn-line {
    0% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}


.instagram-feed {
    display: flex;
    flex-flow: wrap;
    gap: 50px;
    margin-bottom: 220px;
}

    .instagram-feed > div {
        flex: 1;
    }

    .instagram-feed a {
        display: block;
        height: 100%;
    }

    .instagram-feed img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

.feed2 {
    margin-top: 70px;
}


@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .margin200200 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .margin400 {
        margin-right: 0px;
    }



    .bloccoprenota h3 {
        font: normal normal 400 6vh/6vh Inter;
    }

    .bloccoprenota h5 {
        font: normal normal 500 19px/21px Inter;
    }

    .bloccoprenotaicone img {
        height: 60px;
    }

    .marginleft200 {
        margin-left: 50px;
    }

    .marginright200 {
        margin-right: 50px;
    }

    .bloccodettaglioiconeinterno img {
        height: 50px;
    }

    .margin200 {
        margin-left: 100px;
    }

    .bloccoprenotadescrizione.margin200 {
        margin-left: 100px;
    }

    .tabellaText {
        padding: 50px;
    }

    .contenitorerichiesta {
        padding: 50px 100px;
    }

    .container.padding100 {
        padding: 0px 50px;
    }
   
    .marginleft100 {
        margin-left: 50px;
    }

    .container2 {
        padding: 0px 50px;
    }

    .container.paddingleft100 {
        padding-left: 50px;
    }
    .containerFooter {
        padding: 0px 50px;
    }

    .containermenu {
        padding: 0px 100px;
    }
}

@media screen and (min-width: 988px) and (max-width: 1350px) {

    .bloccomenu > a {
        width: 47%;
    }

}

    @media screen and (min-width: 988px) and (max-width: 1199px) {

        .padding100 {
            padding: 50px;
        }

        .prenota a {
            padding: 0px 30px;
        }

        .slidehome .boccodatislidehome {
            width: 400px;
        }

        .slidehomeimg {
            width: calc(100% - 401px);
        }

        .container.padding100 {
            padding: 0px 30px;
        }

        .containermenu {
            padding: 0px 100px;
        }

        .containerimmobile {
            width: calc(50% - 7px);
        }



        .marginleft100 {
            margin-left: 30px;
        }

        .sectiongrey {
            padding: 75px 0px;
        }

        .margintop100 {
            margin-top: 75px;
        }

        .iconecontatti img {
            height: 25px;
        }

        .section {
            margin: 125px 0px;
        }

        .offerte.immaginirealizzazioni .width33 {
            width: calc(50% - 50px);
        }

        .footeritem1 img {
            max-width: 200px;
        }

        .contenitorecalendario {
            max-width: 330px;
        }

        .bloccodettagliodx {
            width: 240px;
        }

        .bloccodettagliotesto h1 {
            font: normal normal 400 42px/50px Inter;
        }

        .bloccodettagliotesto > div {
            font: normal normal 400 28px/36px Inter;
        }

        .containerFooter > .footeritem1 {
            width: 100%;
        }

        .footer2link {
            gap: 50px;
        }

            .footer2link > a {
                margin-left: 0px;
            }

        .containerFooter {
            padding: 30px 30px;
            flex-flow: column;
            gap: 30px;
        }

            .containerFooter.padding100 {
                padding: 100px 30px;
            }

        .sectionCentrale h2 {
            font: normal normal 400 50px/60px Inter;
        }

        .container2 {
            padding: 0px 30px;
        }

        .margin200200 {
            margin-left: 50px;
            margin-right: 50px;
        }

        .margin400 {
            margin-right: 0px;
        }



        .sezioneimmagini3 {
            gap: 30px;
        }

        .instagram-feed {
            gap: 30px;
        }

        .containerIntDescElenco h3 {
            font: normal normal 400 42px/50px Inter;
        }

        .claimHomeCamere {
            left: 0px;
        }

        .cerchio180 {
            width: 150px;
            height: 150px;
        }


        .bloccoprenota h3 {
            font: normal normal 400 6vh/6vh Inter;
        }

        .bloccoprenota h5 {
            font: normal normal 500 19px/21px Inter;
        }

        .bloccoprenotaicone img {
            height: 60px;
        }

        .marginleft200 {
            margin-left: 50px;
        }

        .marginright200 {
            margin-right: 50px;
        }

        .bloccodettaglioiconeinterno img {
            height: 50px;
        }

        .margin200 {
            margin-left: 100px;
        }

        .bloccoprenotadescrizione.margin200 {
            margin-left: 100px;
        }

        .tabellaText {
            padding: 50px;
        }

        .contenitorerichiesta {
            padding: 50px 100px;
        }

        .containerimmobile:nth-child(1n + 1) .line1 {
            display: none;
        }

        .container.paddingleft100 {
            padding-left: 30px;
        }
    }

    @media screen and (max-width: 987px) {

        .logoezona img {
            height: 50px;
        }

        .mySlides2 h1 {
            font-size: 9vh;
            line-height: 6vh;
        }

        .bloccomenu > a {
            width: 100%;
        }

        /*   .sfondofoglia {
        background-image:none;
    }*/

        /*.sfondofogliamobile {
        background-image: url("/imgs/foglia.png");*/ /* percorso dell'immagine */
        /*background-size: cover;*/ /* ridimensiona l'immagine per coprire tutto l'elemento */
        /*background-position: center center;*/ /* centra l'immagine */
        /*background-repeat: no-repeat;*/ /* non ripete l'immagine */
        /*}*/


        .pulsante {
            font-size: 16px;
        }


        .mobile {
            display: block;
        }

        .desktop {
            display: none;
        }

        .margintopneg40 {
            margin-top: -35px;
            margin-bottom: -35px;
        }


        .contenitporescelte {
            flex-flow: column;
        }

            .contenitporescelte > div {
                width: 100%;
            }

        /* .splide__list {
        height: 45vh;
    }*/
        .sectionCentrale h3 {
            font-size: 6vh;
        }

        .footer {
            padding-top: 100px;
        }


        .areaiconeCol {
            font: normal normal 400 18px / 22px Inter;
        }

        .bloccoinformazionitext {
            font: normal normal 400 18px / 22px Inter;
        }

        .contanitoresection1 {
            flex-flow: column;
            gap: 5px;
        }

        .slidehome .bloccoinformazioni > div {
            width: calc(50% - 30px);
        }

        .slidehome .bloccoinformazioni {
            flex-flow: wrap;
        }

        .containerIntDescElenco h1 {
            font: normal normal 400 8vh/8vh Inter;
        }

        .pulsantefixed {
            bottom: 10px;
            width: max-content;
        }

        .container.first {
            height: 60vh;
        }

        .contanitoresection1 h1 a {
            font: normal normal 400 8vh / 8vh Inter;
            letter-spacing: -4.2px;
        }

        .bloccoimmobileDesc h2 {
            font: normal normal 400 32px/38px Inter;
        }

        .bloccoinformazioni {
            gap: 20px;
            row-gap: 30px;
        }

            .bloccoinformazioni > div:first-child {
                width: 100%;
            }

        .contenitoreCondizioni {
            flex-flow: column;
        }

        .container {
            padding: 0px 20px;
        }

        .contenitoreCondizioni > p {
            width: 100%;
        }

        #popup-popupinternoform {
            width: calc(100% - 40px);
        }

        #popup-popupinternoplanimatria {
            width: calc(100% - 40px);
        }

        .containerimmobile.staytuned .bloccoimmobiledescrizionecol1 {
            padding: 30px 50px;
        }

        .containerimmobile:nth-child(3n + 2) .line1 {
            display: none;
        }

        .mobiletop81 {
            position: absolute;
            top: 82px;
            right: 0px;
            width: 100px;
            padding: 10px 0px;
            justify-content: center;
        }

        .mobiletop120 {
            position: absolute;
            top: 120px;
            right: 0px;
            width: 100px;
            padding: 10px 0px;
            justify-content: center;
        }

        .splide__slide {
            padding-right: 0px;
        }

        .padding30 {
            padding: 0px;
        }

        .contenitorelingua {
            bottom: -80px;
        }

        .menu a.menuinterno.mobile {
            display: block;
        }

        .bloccoimmobile img.height60 {
            height: 40vh;
        }

        .container.padding100 {
            padding: 0px 20px;
        }

        .margintop50 {
            margin-top: 30px;
        }

        .marginbottom50 {
            margin-bottom: 30px;
        }

        .flexVendite {
            flex-flow: column;
            gap: 0px;
            row-gap: 30px;
        }

        .containerimmobile.staytuned {
            width: 100%;
        }

        .iconecontatti2 {
            position: absolute;
            right: 30px;
            display: flex;
            flex-flow: column;
            height: auto;
            align-items: center;
            justify-content: center;
            z-index: 5;
        }

            .iconecontatti2 > a {
                border-bottom: 1px solid black;
                padding: 10px;
                width: 100%;
                padding-top: 20px;
                display: block;
                background-color: #efefed;
            }

            .iconecontatti2 img {
                height: 25px;
                display: block;
                margin: auto;
                margin-bottom: 5px;
            }


        .iconecontatti {
            display: none;
        }

        .mySlides2 h3 {
            font-size: 19px;
            margin-top: 30px;
        }

        .c-scroll-indicator_label {
            font-size: 4.2vw;
        }

        .logoiniziale {
            width: 50vw;
        }

        .menu a.menuinterno {
            font: normal normal normal 4vh/4.5vh Inter;
            letter-spacing: -0.40px;
        }

        .instagram-feed {
            flex-flow: column;
            gap: 50px;
            margin-bottom: 0px;
        }

        .feed2 {
            margin-top: 0px;
        }

        .spazio {
            height: 81px;
        }

        .immaginirealizzazioni .width33 {
            width: 100%;
        }

        .tabellaText {
            padding: 30px 0px;
        }

        .bloccodettagliodx {
            display: none;
        }

        .tabellaNews > div.width45 {
            width: 100%;
        }

        .tabellaNews > div.width55 {
            width: 100%;
        }

        .bloccodettagliotesto h1 {
            font: normal normal 400 42px/50px Inter;
        }

        .bloccodettagliotesto > div {
            font: normal normal 400 28px/36px Inter;
        }

        .marginleft200.splide {
            margin-left: 30px;
            margin-right: 30px;
        }

        /*   .splide__list {
        height: 45vh;
    }*/

        .bloccodettaglioservizi {
            justify-content: space-between;
        }

            .bloccodettaglioservizi > div {
                flex-flow: column;
            }

            .bloccodettaglioservizi h5 {
                text-align: center;
                padding-top: 10px;
                padding-left: 0px;
            }

        .bloccodettaglio {
            flex-flow: column;
        }

        .bloccodettagliotesto {
            padding-right: 0px;
        }

        .marginleft200 {
            margin-left: 0px;
        }

        .prenota {
            display: none;
        }

        .LabelMenuPrincipale {
            flex-flow: column;
            gap: 0px;
        }

        .sectionCentrale.maxwidth900 {
            padding: 0px 0px;
        }

        .claimHome {
            width: max-content;
            min-width: auto;
            margin: 50px 20px;
            padding: 15px 20px;
            gap: 5px;
            max-width: none;
        }

        .menu > input + div {
            flex-flow: column;
        }

        .sectiongrey {
            padding: 50px 0px;
        }

            .sectiongrey.ridotta {
                padding: 50px 0px;
            }

        .containermenu {
            padding: 0px;
            flex-flow: column;
        }

        .marginleft100 {
            margin-left: 20px;
        }

        .menulink.flexnone {
            padding-top: 30px;
        }

        .carosellohomescopri {
            display: none;
        }

        .menulink {
            padding: 50px 30px;
            padding-top: 130px;
            margin-top: 0px;
            width: 100%;
        }

        .menu a.menuinternocontatti {
            position: relative;
            bottom: 0px;
            font: normal normal 400 3vh / 3vh Inter;
        }

        .testoverticale {
            display: none;
        }


        .contenitorecalendario {
            max-width: initial;
            width: 100%;
        }

        .menuprenotazioni {
            width: 100%;
            padding: 50px 30px;
        }

        .claimHomeCamere {
            z-index: 16;
            bottom: 80px;
            left: inherit;
        }

        div.first {
            height: 100vh;
        }

        .iconecontatti h5 {
            display: none;
        }

        .iconecontatti > a {
            padding-top: 15px;
        }

        .iconecontatti img {
            height: 25px;
        }

        .header {
            padding: 10px 20px;
        }

        /*.prenota .pulsante {
        display: none;
    }*/



        /*.logo img {
        height: 20px;
    }*/

        .MenuPrincipale {
            margin-right: auto;
        }

        .mySlides2 {
            height: calc(100% - 0px);
            width: calc(100% - 0px);
            margin: 0px;
            z-index: 2;
        }

        .cerchio180 {
            width: 150px;
            height: 150px;
        }

        .sectionCentrale h2 {
            font: normal normal 400 36px/44px Inter;
        }

        .margintop100 {
            margin-top: 50px;
        }

        .fasciadate {
            gap: 10px;
        }

            .fasciadate > div {
                width: 100%;
            }

        .filtroColAffittiCentrale > select {
            border-bottom: 1px solid #92a8b7;
        }

        .contenitorericerca .fasciadate .filtroColAffittiCentrale {
            padding: 0px;
        }

        .fasciadate .pulsante {
            width: 100%;
        }

        .contenitorericerca {
            padding: 30px;
        }

            .contenitorericerca .fasciadate {
                flex-flow: column;
            }

        .sectionCentrale {
            padding: 0px 20px;
        }



        .container.paddingleft100 {
            padding-left: 20px;
            padding-right: 20px;
        }

        .slidehome .boccodatislidehome {
            width: 100%;
        }

        .slidehomeimg {
            width: 100%;
            max-height: 60vh;
        }

        .paddingleft30 {
            padding-left: 0px;
        }

        .paddingright100 {
            padding-right: 0px;
        }

        .section {
            margin: 50px 0px;
        }

        .container2 {
            padding: 0px 20px;
        }

        .sezioneimmagini3 {
            flex-flow: column;
        }

            .sezioneimmagini3 .margintop120 {
                margin-top: 50px;
            }

        .bloccoprenota {
            flex-flow: column;
        }

            .bloccoprenota h3 {
                font: normal normal 400 6vh/6vh Inter;
            }

        .bloccoprenotaicone {
            margin-top: 50px;
        }

            .bloccoprenotaicone > div {
                width: 50%;
            }

            .bloccoprenotaicone img {
                height: 50px;
            }

        .bloccoprenota h5 {
            font: normal normal 500 17px/20px Inter;
        }

        .containerIntDescElenco h3 {
            font: normal normal 400 25px / 30px MonumentExtended;
        }

        .panel-title {
            font: normal normal 400 20px/28px Inter;
        }

        .containerIntDescElenco p, .containerIntDescElenco li {
            font-size: 22px;
        }

        .tabella {
            flex-flow: column;
            align-items: center;
            row-gap: 50px;
        }

        .containerIntElenco.sx {
            padding: 0px;
        }

        .faq-question .col1 {
            width: 40px;
        }

        .panel-content {
            margin: 0 50px;
            margin-left: 0px;
        }


        .containerIntElenco {
            width: 100%;
        }

            .containerIntElenco.dx {
                padding: 0px;
            }

        .containerIntDescElencoInterno {
            padding-left: 0px;
            padding-top: 30px;
        }

        .margin200 {
            margin-left: 0px;
        }

        .bloccoprenotadescrizione.margin200 {
            margin-left: 0px;
        }

        .bloccoprenotaicone.end {
            justify-content: center;
            margin-top: 80px;
            margin-bottom: 30px;
        }

        .margin200200 {
            margin-left: 0px;
            margin-right: 0px;
        }

        .bloccoprenota {
            padding: 50px 30px;
        }

        .containerIntElencoImmagine {
            height: inherit;
        }

        .immaginirealizzazioni .width50 {
            width: 100%;
        }

        .bloccoimmobileDesc p {
            padding-right: 0px;
        }

        .containerIntElenco.sxnegativo > div {
            background-color: transparent;
            margin-left: 0px;
            padding: 0px;
            margin-right: 0px;
            padding-right: 0px;
            margin-top: 30px;
            margin-bottom: 30px;
            background-color: transparent;
        }

        .tabella.reverse {
            flex-flow: column-reverse;
        }

        .margin400 {
            margin-right: 0px;
        }

        .bloccoprenota.servizi > div {
            width: 100%;
        }

        .blocconewsletter {
            flex-flow: column;
            justify-content: flex-start;
            align-items: baseline;
            margin: 30px 0px;
        }


        .blocconewsletterpulsanteinput {
            width: 100%;
        }

        .containerFooter > .footeritem {
            width: 100%;
        }

        .footer2 {
            justify-content: center;
            gap: 10px;
            /* margin-bottom: 20px; */
        }

        .contenitorevideo {
            display: none;
        }

        .blocconewsletter > div {
            width: 100%;
            display: flex;
            flex-flow: column;
            row-gap: 30px;
            margin-top: 30px;
        }

        .blocconewsletterpulsante > input {
            margin-right: 0px;
        }

        .containerFooter.padding100 {
            padding: 50px 30px;
        }

        .containerFooter {
            flex-flow: column;
        }

            .containerFooter > .footeritem2 {
                flex-flow: column;
                column-gap: initial;
                row-gap: 30px;
            }

            .containerFooter > .footeritem1 {
                width: 100%;
                flex: inherit;
            }

        .footer h2 {
            font: normal normal 400 40px/48px Inter;
        }

        .footeritem1 img {
            padding-right: 0px;
            margin-bottom: 30px;
        }

        .containerFooter {
            padding: 0px 20px;
        }

        .containerimmobile {
            width: 100%;
        }

        .footer2link {
            justify-content: space-evenly;
        }

            .footer2link > a {
                margin-left: 0px;
            }

        .containerFooter.flex {
            justify-content: initial;
            row-gap: 30px;
            text-align: center;
        }
    }




    /*###################  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: #fdc300;
        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;
        }
    }


    /* Mark input boxes that gets an error on validation: */
    .PaginaValutaImmobileDati input.invalid {
        border: 1px solid red;
    }

    .PaginaValutaImmobileDati select.invalid {
        border: 1px solid red;
    }

    /* Hide all steps by default: */
    .tab {
        display: none;
        width: 100%;
    }

    /* Make circles that indicate the steps of the form: */
    .step {
        height: 50px;
        width: 50px;
        background-color: #fff;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.3;
        color: #221B17;
        text-align: center;
        /* display: flex; */
        /* align-items: center; */
        /* margin: auto; */
        padding: 15px;
        box-sizing: border-box;
        position: relative;
        z-index: 50;
        transition: all 3s;
    }

        /* Mark the active step: */
        .step.active {
            opacity: 1;
        }

        /* Mark the steps that are finished and valid: */
        .step.finish {
            background-color: #4CAF50;
        }

    .Sezione.finish {
        color: green;
    }


    .step:before {
        content: "";
        position: absolute;
        /* left: 2rem; */
        width: 2px;
        height: 30px;
        display: block;
        /* align-self: stretch; */
        /* flex-shrink: 0; */
        background-color: #99a3d0;
        background-image: linear-gradient(0deg,#fff,#fff);
        background-position: 0 -77px;
        /* transition: background-position .9s ease; */
        align-items: center;
        margin: auto;
        left: 24px;
        z-index: 2;
        top: 50px;
    }

    .PaginaValutaImmobileStepperFlex.ultimo .step:before {
        display: none;
    }


    .PaginaValutaImmobile {
        display: flex;
        flex-flow: wrap;
        /* align-items: center; */
        /* flex-flow: wrap; */
        min-height: 100vh;
    }

        .PaginaValutaImmobile > div {
            width: 50%;
            display: flex;
            align-items: baseline;
            flex-flow: column;
            padding: 100px;
            box-sizing: border-box;
            position: relative;
            text-align: left;
            /* height: 100%;*/
            min-height: 100vh;
            padding-bottom: 30px;
            padding-top: 160px;
            /* overflow-y: scroll; */
        }

    .PaginaValutaImmobileDatiPulsanti {
        display: flex;
        flex-shrink: 0;
        justify-content: space-between;
        margin-top: auto;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        border-top: 1px solid #d5d5d5;
        width: 100%;
    }

    .PaginaValutaImmobileDati {
        align-items: center;
        flex-flow: column;
        padding: 100px;
        box-sizing: border-box;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
        width: 100%;
        overflow-y: auto;
        height: 100vh;
    }

    .PaginaValutaImmobileStepper {
        background-color: #f5f5f5;
    }


    .PaginaValutaImmobileStepperFlex div {
        margin-bottom: 30px;
    }

    .PaginaValutaImmobileStepperFlex {
        display: flex;
        align-items: center;
        width: 250px;
    }

    .Sezione {
        margin-left: 20px;
        opacity: 0.3;
        transition: all 3s;
        font: normal normal 400 18px/24px Inter;
        letter-spacing: 0px;
        color: #221B17;
    }

        .Sezione.active {
            opacity: 1;
        }

    .PaginaValutaImmobilePulsante {
        background: #3C51AA;
        text-transform: uppercase;
        color: #FFF;
        text-align: center;
        border: 1px solid #425EB7;
        font-weight: bold;
        text-decoration: none;
        box-sizing: border-box;
        padding: 10px 50px;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -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;
        font-size: 0.8em;
        font-weight: 600;
        cursor: pointer;
    }

    .PaginaValutaImmobileDatiH1 {
        margin: 0 0 20px 0;
        font: normal normal 400 40px/50px Inter;
        letter-spacing: 0px;
        color: #221B17;
    }

        .PaginaValutaImmobileDatiH1 span {
            color: #221B17;
        }

    .PaginaValutaImmobileDatiH2 {
        font: normal normal 400 18px/24px Inter;
        letter-spacing: 0px;
        color: #3E3E3E;
        text-transform: uppercase;
    }

    .PaginaValutaImmobileDatiH2Tit {
        font: normal normal 600 18px/18px Inter;
        letter-spacing: 0px;
        color: #221B17;
    }

    .PaginaValutaImmobileDati input {
        width: 100%;
        display: block;
        flex: 1;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #221B17;
        outline: none;
        letter-spacing: 0px;
        color: #161615;
        width: 100%;
        font: normal normal 400 18px/40px Inter;
        letter-spacing: 0px;
        color: #221B17;
    }

        .PaginaValutaImmobileDati input#privacy {
            width: auto;
        }

    .PaginaValutaImmobileDati .LinkInformativa {
        color: grey;
        font-size: 12px;
    }


    .PaginaValutaImmobileDati input.PaginaValutaImmobilePulsante {
        display: block;
        background: #3C51AA;
        text-transform: uppercase;
        color: #FFF;
        text-align: center;
        border: 1px solid #425EB7;
        font-weight: bold;
        text-decoration: none;
        box-sizing: border-box;
        padding: 10px 50px;
        display: inline-block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -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;
        font-size: 0.8em;
        font-weight: 600;
        width: fit-content;
        margin-bottom: 0px;
        cursor: pointer;
    }



    .PaginaValutaImmobileDati select {
        width: 100%;
        /* border: 1px solid #ced4da; */
        display: block;
        width: 100%;
        font: normal normal 400 18px/40px Inter;
        color: #221B17;
        outline: none;
        background-color: transparent;
        cursor: pointer;
        border: none;
        height: 100%;
        border-bottom: 1px solid #221B17;
    }


    .rating {
        position: relative;
        display: inline-block;
        border: none;
        font-size: 14px;
    }

        /* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
        .rating:not(:checked) > input {
            position: absolute;
            /* top: -9999px; */
            clip: rect(0, 0, 0, 0);
            height: 0;
            width: 0;
            overflow: hidden;
            opacity: 0;
        }

        .rating:not(:checked) > label {
            padding: 0 .1em;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            font-size: 200%;
            line-height: 1.2;
            color: #ddd;
            color: #666;
            /* width: 100%; */
            padding: 12px.75rem;
            font-size: 16px;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            box-sizing: border-box;
            /* margin-bottom: 10px; */
            margin-right: .8rem;
            margin-bottom: .8rem;
            font-family: "Montserrat", sans-serif;
            line-height: 55px;
        }


        .rating input:checked + label {
            color: white;
            background-color: #92a8b7;
        }

        .rating > label:active {
            position: relative;
            top: 2px;
            left: 2px;
        }

    .flexColonne {
        display: flex;
        align-items: center;
        flex-flow: wrap;
        margin-bottom: 30px;
        row-gap: 15px;
        font: normal normal 400 18px/28px Inter;
    }

        .flexColonne div {
            width: 50%;
        }



    .nd-incremental {
        background-color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #ddd;
        position: relative;
        outline: none;
    }

    .contenitoreQuantita {
        display: flex;
    }

    .contenitoreFlex {
        display: flex;
    }

        .contenitoreFlex input {
            height: 38px;
        }

    .contenitoreQuantita input {
        display: block;
        width: 50px;
        border: none;
        text-align: center;
        font-size: 24px;
        outline: none;
    }


    .contenitoreQuantita.rating:not(:checked) > label {
        padding: 0 .1em;
        overflow: inherit;
        white-space: nowrap;
        cursor: pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #ddd;
        color: #666;
        /* width: 100%; */
        padding: 12px.75rem;
        font-size: 16px;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-sizing: border-box;
        /* margin-bottom: 10px; */
        margin-right: .8rem;
        font-family: "Montserrat", sans-serif;
        line-height: 55px;
        padding: .375rem .75rem;
        font-size: 0.9em;
        line-height: 1.5;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

        .contenitoreQuantita.rating:not(:checked) > label.widthCorto {
            width: 50px;
        }

    .contenitoreQuantita.rating input:checked + label {
        color: white;
        background-color: #92a8b7;
    }

    .PaginaValutaImmobile div.PaginaValutaImmobileStepper {
        align-items: center;
        display: flex;
        flex-flow: column;
        /* height: 100%; */
        background-color: #92A8B7;
        /*background-repeat: no-repeat;
    background-position: 108% 50%;
    background-size: 640px;
    background-image: url(/Agenzia-immobiliare-Jvl/Logo-Agenzia-immobiliare-jvl.png);*/
    }

    .Steppersticky {
        position: sticky;
        top: 150px;
        display: flex;
        align-items: center;
        flex-flow: column;
        margin: auto;
    }

    .rating.icone:not(:checked) > label {
        float: left;
        line-height: inherit;
    }

    .rating.icone i {
        position: relative;
        display: block;
        border: none;
        font-size: 34px;
        float: left;
        margin-top: -6px;
        margin-right: 9px;
    }

    @media screen and (max-width:1200px) {
        .Steppersticky {
            flex-flow: wrap;
            margin: inherit;
        }




        .PaginaValutaImmobile {
            display: flex;
            flex-flow: column-reverse;
            min-height: 100vh;
        }

            .PaginaValutaImmobile > div {
                width: 100%;
                display: flex;
                align-items: baseline;
                flex-flow: column;
                padding: 20px;
                box-sizing: border-box;
                position: relative;
                text-align: left;
                height: 100%;
                min-height: auto;
                padding-bottom: 20px;
                padding-top: 20px;
                /* overflow-y: scroll; */
            }

            .PaginaValutaImmobile div.PaginaValutaImmobileStepper {
                align-items: center;
                display: flex;
                flex-flow: row;
                /* height: 100%; */
                /* background-color: whitesmoke; */
                /* position: fixed; */
                min-height: auto;
                height: auto;
                padding-top: 100px;
            }

        .PaginaValutaImmobileDatiH1 {
            font: normal normal 400 30px / 36px Inter;
        }

        .Sezione {
            display: none;
        }

        .step:before {
            display: none;
        }

        .PaginaValutaImmobileStepperFlex div {
            margin-bottom: 0px;
        }

        .PaginaValutaImmobilePulsante {
            padding: 10px 15px;
        }

        .flexColonne div {
            width: 100%;
        }

        .contenitoreQuantita.rating:not(:checked) > label.widthCorto {
            width: inherit;
        }

        .PaginaValutaImmobileStepperFlex {
            display: flex;
            width: auto;
            margin: 0px 5px;
        }
    }