﻿@import url("https://use.typekit.net/zoz5kbo.css");

html, body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.sfondo {
    /*background: repeating-linear-gradient(90deg, #EFEFED, #EFEFED 20px, #ffffff 20px, #ffffff 40px);
    animation: moveBackground 5s linear infinite;*/
    /*background-color: #EFEFED;*/
    background-color: #fff;
}

@keyframes moveBackground {
/*    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }*/
}


::-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: #a05842;
}


.smooth {
    transition-duration: 500ms;
}

*, *::before, *::after {
    box-sizing: border-box;
}

b {
    font-weight: 600;
    clear: both;
}

.spazio {
    height: 100px;
}

.grecaptcha-badge {
    display: none;
}

.lingua {
    display: flex;
    align-items: center;
    position: relative;
    cursor:pointer;
}
    .lingua .contenitorelinguascelta {
        display: flex;
        align-items: center;
    }

.contenitorelingua {
    display: none;
    position: absolute;
    bottom: -50px;
    width: 75px;
    left: -34px;
    background-color: #efefed;
    border-radius: 9px;
    z-index: 1;
    padding: 10px;
}
.contenitorelingua.vedi {
    display: block;
}

    .contenitorelingua a {
        display: flex;
        color: #161615;
        padding: 3px 10px;
        border-radius: 9px;
    }

        .contenitorelingua a:hover {
            background-color: #efefed;
        }


.barratratti {
    width: 100%;
    height: 100px;
    background: repeating-linear-gradient(90deg, #EFEFED, #EFEFED 20px, #ffffff 20px, #ffffff 40px);
}
.container.paddingleft100 {
    padding-left: 100px;
    padding-right: 0px;
}

div.SnippetBreadCrumbs {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}

    div.SnippetBreadCrumbs ol {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        div.SnippetBreadCrumbs ol li {
            display: inline-block;
        }

    div.SnippetBreadCrumbs a {
        text-decoration: none;
        font: normal normal 400 16px/28px ofelia-text;
        color: #161615;
        margin: 0 15px;
    }

.bloccoprenota2 {
    background-color: white;
    z-index: 3;
    position: sticky;
    padding-top: 30px;
}

.SnippetSelezionato {
    color: #A76C97;
}

.containerfaq {
    margin: auto;
}

.minheight800 {
    min-height: 800px;
}


.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
    /*   border-bottom: 1px solid #3E3E3E;*/
    position: relative;
    display: flex;
    flex-flow: wrap;
}

.sectionCentrale .popup-card h2 {
    font: normal normal 300 22px / 32px ivypresto-display;
}


    .faq-question .col1 {
        font: normal normal normal 16px/20px Montserrat;
        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 4s;
    font: normal normal 400 24px / 32px ivypresto-display;
    color: #a05842;
    font-style: italic;
}

.panel-content {
    font-size: 20px;
    padding: 0px 0px;
    margin: 0 100px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    transition: all .7s;
    margin-left: 0px;
    font: normal normal 300 16px / 26px ofelia-text;
    letter-spacing: 0px;
    color: #161615;
}

.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);
}

.minheight600 {
    min-height: 600px;
}

.menu a.menuinterno.mobile {
    display: none;
}
    

    body {
        margin: 0px;
        font-size: 14px;
        font-family: 'ofelia-text', sans-serif;
        animation: fadeIn 2s both;
        overflow-x: hidden;
    }

h1, h2, h3, h4, h5 {
    margin: 0px;
}

a {
    text-decoration: none;
}

.container2.maxwidth1200 {
    max-width: 1200px;
}

.margintop{
    margin-top:20px;
}
.margintop100 {
    margin-top: 50px;
}
.section.ridotta {
    margin: 75px 0px;
}

.section.nomargintop {
    margin-top: 0px;
}
.section.nomarginbottom {
    margin-bottom: 0px;
}


.none {
    display: none;
}

    .container {
        margin: auto;
        padding: 0px 30px;
        box-sizing: border-box;
        width: 100%;
        max-width:2000px;
    }

.container.padding100 {
    padding: 0px 100px;
}

.logo img.none {
    display: none;
}

.logo img {
    display: block;
    height: 70px;
    /* margin: 30px 0px; */
}

.prenota {
    margin-left: auto;
    display: flex;
}

.elencobutton {
    font: normal normal 500 14px/28px ofelia-text;
    letter-spacing: 2.45px;
    color: #093959;
    text-transform: uppercase;
    text-decoration:underline;
}

.container2 {
    margin: auto;
    padding: 0px 100px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1800px;
}

.padding30 {
    padding: 0px 30px;
}

.margintop50{
    margin-top:50px;
}

.margintop30 {
    margin-top: 30px;
}
.margintop20 {
    margin-top: 20px;
}

.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;
    right: 0px;
    /* left: initial; */
    top: -500px;
    width: 1000px;
}

    .sfondogruppo.dx {
        position: absolute;
        right: -1200px;
        /* left: initial; */
        top: -900px;
    }

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 20%);
    z-index: 1;
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    overflow-y: auto;
}

.popup-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 30em;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}

.popup-card {
    padding: 20px;
    text-align: center;
}

    .popup-card img {
        width: 100%;
        display: block;
        max-height: 30vh;
        object-fit: cover;
    }

    .popup-card .pulsante {
        margin: auto;
        margin-top: 20px;
    }

    .popup-card h2 {
        font: normal normal 400 30px/40px ivypresto-display;
        font-family: 'ivypresto-display';
        text-transform: uppercase;
        letter-spacing: -0.48px;
        color: #a05842;
    }

    .popup-card p {
        font: normal normal 400 16px/22px ofelia-text;
        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;
}

.prenota .pulsante {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 7px 20px;
}

.iconaprenota {
    height: 40px;
}


.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)
    }
}

.sectionCentraletextleft {
    padding-left: 25%;
    display: block;
}


.header {
    padding: 23px 100px;
    position: fixed;
    z-index: 20;
    display: block;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #EFEFED, /* Colore della prima barra */ #EFEFED 20px, /* Lunghezza della prima barra */ #ffffff 20px, /* Colore della seconda barra */ #ffffff 40px /* Lunghezza della seconda barra */ );
    transition: all 1500ms;
    opacity: 1;
    top: 0px;
    animation: moveBackground 5s linear infinite;
}
   

        .header.headerWhite .menu a {
            color: #000;
        }

#MenuPrincipaleResponsivo {
    display: none;
}

.MenuPrincipale {
    display: flex;
    align-items: center;
}

.flexmenu {
    /* position: absolute; */
    /* left: 50px; */
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 100;
    align-items: center;
}

.menu a.menuinterno {
    display: block;
    margin: 15px 0px;
    text-decoration: none;
    position: relative;
    font: normal normal normal 4vh / 5.5vh ivypresto-display;
    /* letter-spacing: -0.72px; */
    color: #a05842;
    width: fit-content;
    /* color: #a05842; */
    /* font-style: italic; */
    text-transform: uppercase;
}

    .menu a > span {
        color: #A76C97;
    }

.header.headerInvisible .menulinkinterno a::before {
    background-color: #093959;
}

.menulinkvoci a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #c5a432;
    scale: 0 1;
    transform-origin: left;
    transition: scale 0.35s;
}

    .menu a:hover::before{
        scale:1;
    }

.menu a.MenuSelezionato::before {
    scale: 1;
}

.menu > input + div {
    position: fixed;
    width: 100%;
    height: calc(100% - 81px);
    position: fixed;
    background-color: #efefed;
    right: 0;
    top: -100vh;
    transition-duration: 320ms;
    overflow-y: auto;
    display: flex;
    animation: moveBackground 5s linear infinite;
    background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #EFEFED, /* Colore della prima barra */ #EFEFED 20px, /* Lunghezza della prima barra */ #ffffff 20px, /* Colore della seconda barra */ #ffffff 40px /* Lunghezza della seconda barra */ );
}

    .menu > input + div.widthVar {
        top:100px;
    }

.menu > div {
    display: flex;
}

.menulink {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    padding: 50px 100px;
    justify-content: space-around;
    /* padding-top: 100px; */
    /* margin-top: -100px; */
    align-items: center;
    gap: 100px;
}


.text-container {
    position: relative;
}



.sectionCentrale.animated-text {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    width: 100%;
    max-width: none;
}

    .animated-text span {
        display: inline-block;
        opacity: 0;
        transform: translateY(20px); /* Traslazione verso il basso */
        animation: slideIn 0.5s forwards;
    }

.sectionCentrale.animated-text2 {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    width: 100%;
    max-width: none;
}

.animated-text2 span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px); /* Traslazione verso il basso */
    animation: slideIn 0.5s forwards;
}


@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.MenuSelezionato{

}
/*.menulink > div {
        width: calc(50% - 50px);
    }*/
.menulinkvoci {
}

.menuprenotazioni {
    display: flex;
    flex-flow: column;
    padding: 50px 50px;
    justify-content: space-around;
    /* padding-top: 100px; */
    position: relative;
    background-color: #fff;
    border: 20px solid transparent;
    border-image: url(/svg/DB-villas_Frame_2.png) 126 round;
    border-image-repeat: round;
}

    .menuprenotazioni h3 {
        font: normal normal 500 18px / 28px ofelia-text;
        letter-spacing: 0px;
        color: #c5a432;
    }
    .menuprenotazioni p {
        font: normal normal 300 16px / 26px ofelia-text;
        letter-spacing: 0px;
        color: #161615;
    }
        .menuprenotazioni p.iconesocial {
            font-size: 25px;
            margin: 0px;
        }
.menu a > span {
    color: #a05842;
}

        .menuprenotazioni p a {
            color: #161615;
        }


.menu a.menuinternocontatti {
    font: normal normal 500 20px/28px ofelia-text;
    letter-spacing: 2.5px;
    color: #093959;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
}



.menucontatti {
    position: absolute;
    right: 0px;
    padding: 0px 30px;
}

.logoezona {
    display: flex;
    position: absolute;
}

.blocconewsletter {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

    .blocconewsletter h3 {
        font: normal normal normal 10vh/10vh ivypresto-display;
        letter-spacing: -1.48px;
        color: #A76C97;
    }

    .blocconewsletter > div {
        gap: 30px;
        display: flex;
        flex-flow: wrap;
    }

.blocconewsletterpulsanteinterno {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
    text-align: center;
}



.blocconewsletterpulsanteinput {
    display: block;
    flex: 1;
    background-color: #efefed;
    border: none;
    border-bottom: 1px solid #A76C97;
    margin-right: 20px;
    outline: none;
    font: normal normal 400 30px/33px ivypresto-display;
    letter-spacing: 0px;
    color: #161615;
}


.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 ofelia-text;
    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: column;
    justify-content: center;
    align-items: center;
}

    .LabelMenuPrincipale .material-icons-outlined {
        font-size: 40px;
        line-height: inherit;
        color: #c5a432;
    }

.MenuPrincipaletesto {
    font-size: 10px;
    color: #161615;
}


div.first {
    position: relative;
    height: 100vh;
    margin: auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 2;
}

.first.dettaglio {
    height: 80vh;
}

.mySlides2 { 
    /* position: absolute; */
    height: 100%;
    width: calc(100% - 200px);
    width: calc(100% - 20vw);
    margin: auto;
    /* margin-right: auto; */
    transition: all 1500ms;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0px 100px; */
    margin-bottom: 0px;
    scale: 1;
    overflow:hidden;
}

    .mySlides2.fullscreen {
        position: absolute;
        height: 100%;
        width: 100%;
        margin: 0px;
        scale: 1;
        z-index: 5;
    }

.mySlides2.fullscreen .claimHomeCamere {
    opacity: 0;
}





.claimHomeCamere {
    position: absolute;
    left: -40px;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
    text-align: center;
    opacity: 1;
}

.cerchio180 {
    width: 180px;
    height: 180px;
}

.claimHomecerchio {
    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);
}

.claimHometesto {
    color: white;
    z-index: 2;
}


.claimHomeCamere:hover .claimHomecerchio {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.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);
}




.claimHome {
    z-index: 2;
    /* display: flex; */
    margin-left: 50px;
    /* flex-flow: column; */
    text-align: center;
    margin-right: 50px;
    transition: all 1500ms;
    /* max-width: 900px; */
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

  /*  .claimHome.widthvw {
        width: 100%;
    }*/

    .claimHome h1.upper {
        text-transform: uppercase;
    }

        .claimHome h1 {
            font: normal normal normal 60px/66px ivypresto-display;
            letter-spacing: -0.6px;
            color: #FFFFFF;
/*            text-transform:uppercase;
*/        }

    .claimHome h3 {
        font: normal normal 300 80px / 90px ivypresto-display;
        color: #a05842;
        font-style: italic;
        display: block;
    }

.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;
}

.titolohome {
    font-family: 'ivypresto-display';
    font-size: 5.4vw;
    margin-top: -4.6vw;
    /* will-change: transform; */
    transition-delay: 800ms;
    /* font: normal normal 300 80px / 90px ivypresto-display; */
    color: #a05842;
    font-style: italic;
    transition: all 1500ms;
}

.sectionCentrale.titolohome {
    flex-flow: wrap;
    justify-content: center;
}


.plyr {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 1500ms;
    object-fit: cover;
}

.plyr__poster {
    background-size: cover;
}

.section {
    margin: 150px 0px;
}
    .section.nomargin {
        margin: 0px;
    }


.vertical-top { /* background-color: #c5a432; */
    margin-bottom: 50px;
    /* content: ''; */
    /* display: inline-block; */
    width: 340px;
    /* height: 100px; */
    background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #c5a432, /* Colore della prima barra */ #c5a432 30px, /* Lunghezza della prima barra */ transparent 30px, /* Colore della seconda barra */ transparent 60px /* Lunghezza della seconda barra */ );
}


    .vertical-top.fino {
        background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #c5a432, /* Colore della prima barra */ #c5a432 12px, /* Lunghezza della prima barra */ transparent 10px, /* Colore della seconda barra */ transparent 29px /* Lunghezza della seconda barra */ );
    }


    .vertical-top.fino.ridotto {
        height: 100vh;
        margin-top: -100vh;
    }



.immaginefull {
    position: relative;
    transition: all 1500ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
}

    .immaginefull img {
        width: 100%;
        display:block;
    }

        .immaginefull img.immaginelateralepunti {
            position: absolute;
            width: 300px;
        }

.paddingleft150 {
    padding-left: 150px;
    padding-right: 100px;
}



.sectiongrey {
    padding: 150px 0px;
    background-color: #EAEAEA;
}

.sectionblack {
    padding: 150px 0px;
    background-color: #000;
}

.sfondogruppo{

}


.sectionCentrale {
    margin: auto;
    max-width: 1400px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-flow: column;
}

    .sectionCentrale.nomarginlaterali {
        max-width: initial;
        align-items: initial;
    }


    .sectionCentrale.full {
        max-width: initial;
    }

    .sectionCentrale h2 {
        font: normal normal 300 80px/90px ivypresto-display;
        color: #a05842;
        font-style: italic;
    }

    .sectionCentrale h3 {
        font: normal normal normal 16px / 28px ofelia-text;
        /* letter-spacing: 1.6px; */
        color: #c4a331;
        text-transform: uppercase;
    }

    .sectionCentrale h4 {
        font: normal normal 400 52px / 60px ivypresto-display;
        /* letter-spacing: -0.27px; */
        color: #161615;
        color: #a05842;
        font-style: italic;
    }

    .sectionCentrale p {
        font: normal normal 400 16px/28px ofelia-text;
        letter-spacing: 0px;
    }

.sectionCentrale a{
    color:initial;
}

.maxwidth900 {
    max-width: 900px;
}
.maxwidth600 {
    max-width: 600px;
}
/*.sectionCentrale p.black {
            color: #000000;
        }*/
        .lineaorizzontale {
    height: 1px;
    background-color: black;
    width: 100%;
}


.sectionCentrale.white h3 {
    color: #fff;
}
    .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;
    }

.barraorizzontale {
    background-color: #fff;
    height: 2px;
}

.tabella { /* width: 100%; */
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: end;
}

    .tabella.center {
        align-items: center;
    }

    .tabella.initial {
        align-items: initial;
    }

    .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 ofelia-text;
    letter-spacing: 0px;
    color: #161615;
}


    .prezzoofferta b {
        font: normal normal 400 30px/28px ofelia-text;
        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 ofelia-text;
        letter-spacing: 2px;
        color: #093959;
        text-transform: uppercase;
    }

    .tabellaText h3 {
        font: normal normal 700 16px/26px ofelia-text;
        letter-spacing: 0px;
        color: #161615;
        margin:20px 0px;
    }

.bordergrigio {
    border: 20px solid #B9AF9D;
}

.containerIntElenco {
    width: 50%;
    box-sizing: border-box;
    z-index: 4;
    position: relative;
    display: flex;
}
.containerIntDescElenco {
    position: relative;
    text-align: left;
    width: 100%;
}

.containerIntElencoImmagine {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

    .containerIntElencoImmagine.contain {
        object-fit: contain;
    }


.containerIntDescElenco.maxwidth600 {
    max-width: 600px;
}


.containerIntElenco.dx {
    /* padding: 100px; */
    box-sizing: border-box;
    padding-right: 100px;
}

.containerIntElenco.dxnegativo {
    box-sizing: border-box;
    margin-right: -100px;
    background-color: #efefed;
    padding: 100px;
    margin-left: 100px;
    z-index: 2;
    padding-left: 0px;
}

    .containerIntElenco.dx.nopaddingleft{
        padding-left:0px;
    }

.containerIntElenco.sx {
    box-sizing: border-box;
    padding-left: 100px;
}

.color1 {
    background-color: #E6DED1 !important;
}


.containerIntElenco.sxnegativo {
    z-index: 3;
    display: flex;
    align-items: center;
}
    .containerIntElenco.sxnegativo > div {
        background-color: #EBECE7;
        /* margin-left: -100px; */
        padding: 100px;
        /* padding-right: 0px; */
        /* margin-top: 50px; */
        /* margin-bottom: 50px; */
        height: fit-content;
    }

        .containerIntElenco.sxnegativo > div::after {
            content: '';
            position: absolute;
            top: 0;
            left: -50%;
            width: calc(100% + 50%);
            height: calc(100% + 50%);
            background-color: #EBECE7;
            z-index: -1;
        }

    .containerIntElenco.sxnegativo.noafter > div::after {
        content: '';
        position: absolute;
        top: -20%;
        left: -50%;
        width: calc(100% + 10%);
        height: calc(100% + 10%);
        background-color: #B9AF9D;
        z-index: -1;
    }

    .containerIntElenco.sxnegativo.sabbia > div {
        background-color: #B9AF9D;
    }

    .containerIntElenco.sxnegativo.sabbia .containerIntDescElencoInternoDiv {
        color: #fff;
    }

    .containerIntElenco.sxnegativo.sabbia .containerIntDescElenco h3 {
        color: #fff;
    }
    .containerIntElenco.sxnegativo.sabbia .containerIntDescElenco p {
        color: #fff;
    }

    .containerIntElenco.sxnegativo.top > div::after {
        height: -webkit-fill-available;
    }


    .containerIntElenco.sxnegativo.left > div::after {
        top: -50%;
    }

    .containerIntElenco.sxnegativo.height > div::after {
        height: auto;
    }

    .containerIntElenco.sxnegativo.height2 > div::after {
        top: -10%;
        height: calc(100% + 20%);
    }

.aftermarrone::after {
    content: '';
    position: absolute;
    top: -20%;
    left: 0px;
    width: calc(100% + 10%);
    height: calc(100% + 30%);
    background-color: #E6DED1;
    z-index: -1;
}



.containerIntDescElencoInternoDiv {
    font: normal normal normal 16px / 28px ofelia-text;
    /* letter-spacing: 1.6px; */
    color: #c4a331;
    text-transform: uppercase;
}

.bloccodettaglioiconetitolo {
    font: normal normal 500 15px/25px ofelia-text;
    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 {
    font: normal normal 400 9vh/9vh ivypresto-display;
    color: #093959;
    margin: 0px;
    letter-spacing: -3.5px;
}

    .containerIntDescElenco h2 span {
        color: #A76C97;
    }

.containerIntDescElenco h3 {
    font: normal normal 400 52px / 60px ivypresto-display;
    /* letter-spacing: -0.27px; */
    color: #161615;
    color: #a05842;
    font-style: italic;
}

    .containerIntDescElenco h3.link {
        width: fit-content;
        cursor: pointer;
    }

.containerIntDescElenco h3.link.active::before {
    scale: 1;
}

        .containerIntDescElenco h3.link::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 2px;
            background-color: #093959;
            scale: 0 1;
            transform-origin: left;
            transition: scale 0.35s;
        }

        .containerIntDescElenco h3.link:hover::before {
            scale: 1;
        }

.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%)
    }
}


.containerIntDescElenco p {
    font: normal normal 300 16px / 26px ofelia-text;
    letter-spacing: 0px;
    color: #161615;
}

.marginleft100{
    margin-left: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 {
    font: normal normal 500 14px / 14px ofelia-text; 
    letter-spacing: 0px;
    color: #161615;
    background-color: transparent;
    /* border: 1px solid #093959; */
    text-transform: uppercase;
    padding: 20px 45px;
    display: flex;
    text-decoration: none;
    transition: all 0.3s linear;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    position: relative;
    -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.arancione {
        background-color: #A76C97;
        color: white;
        border-color: #A76C97;
    }
        .pulsante.arancione:after {
            background-color: #A76C97;
        }
        .pulsante.arancione:hover:after {
            background-color: #A76C97;
        }
        .pulsante.arancione:hover {
            background-color: #A76C97;
            color: white;
            border-color: #A76C97;
        }

    .pulsante.blu {
        background-color: #a05842;
        color: white;
        border-color: #a05842;
    }

        .pulsante.blu:after {
            background-color: #a05842;
        }

        .pulsante.blu:hover:after {
            background-color: #a05842;
        }

        .pulsante.blu:hover {
            background-color: #a05842;
            color: white;
            border-color: #a05842;
        }


    .pulsante:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #093959;
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        display: inline-block;
        -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    }

    .pulsante:hover:after {
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-animation: animate-btn-line .5s .2s forwards;
        animation: animate-btn-line .5s .2s forwards;
    }

    .pulsante:hover:after {
        background-color: #093959;
    }

    .pulsante:hover {
        color: #fff;
        background-color: #093959;
        border-color: #093959;
    }





.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);
    }

.bloccoimmobile:hover img {
    -webkit-transform: scale(1.000);
    -ms-transform: scale(1.000);
    transform: scale(1.000);
}



    .immaginirealizzazioni .width50{
        width:calc(50% - 50px);
    }

.immaginirealizzazioni .width33 {
    width: calc(33.33% - 50px);
}

.bloccoimmobileDesc {
    margin-top: 30px;
    text-decoration:none;
}

    .bloccoimmobileDesc.center{
        text-align:center;
    }

.offerte .bloccoimmobileDesc h2 {
    font: normal normal 400 30px/40px ivypresto-display;
}

.offerte .bloccoimmobileDesc p {
    padding-right: 0px;
}

    .bloccoimmobileDesc p a {
        color: #161615;
        text-decoration:underline;
    }

.containerIntDescElenco p a {
    color: #161615;
    text-decoration: underline;
}

.sfondoblocco {
  /*  background-color: #efefedb3;*/
    padding: 50px;
    /* padding: 20px; */
    background-color: #B9AF9D;
    box-shadow: inset 0 0 0 5px #fff;
    /* box-shadow: inset 0 0 0 5px #000, 0 0 10px rgba(0, 0, 0, 0.5); */
    box-shadow: inset 0 0 0 4px #E6DED1, inset 0 0 0 10px #fff;
    /* color: white; */
    max-width: fit-content;
}

.sectionCentrale.sfondoblocco h3 {
    color: #fff;
}

.sectionCentrale.sfondoblocco h2 {
    font: normal normal 300 40px / 50px ivypresto-display;
    color: #fff;
}

.bloccoimmobileDesc h2 {
    font: normal normal 400 38px / 48px ivypresto-display;
    /* letter-spacing: -0.48px; */
    color: #a05842;
    text-transform: uppercase;
}

    .bloccoimmobileDesc.evento h2 {
        font: normal normal 500 30px/42px ofelia-text;
        letter-spacing: 2px;
        color: #093959;
        text-transform: uppercase;
    }

    .bloccoimmobileDesc p {
        font: normal normal 400 16px/28px ofelia-text;
        letter-spacing: 0px;
        color: #161615;
        padding-right: 100px;
    }

    .bloccoimmobileDesc > div {
        margin: 10px 0px;
        font: normal normal 400 16px/28px ofelia-text;
        letter-spacing: 0.4px;
        color: #161615
    }

    .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 ofelia-text;
    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 52px / 60px ivypresto-display;
            color: #a05842;
            font-style: italic;
        }



    .bloccoprenota h3 {
        font: normal normal 400 8vh/8vh ivypresto-display;
        letter-spacing: -1.44px;
    }

    .bloccoprenota h5 {
        font: normal normal 400 18px / 23px ivypresto-display;
        color: #545454;
        text-align: center;
        max-width: 200px;
        text-transform: uppercase;
    }

    .bloccoprenota h3 span {
        color: #a05842;
        font-style: italic;
        display: block;
    }

.margin200 {
    margin-left: 200px;
}

.margin100100 {
    margin-left: 100px;
    margin-right: 100px;
}

.margin400 {
    margin-right: 400px;
}

.bloccodettaglio{
    display:flex;
}

.bloccodettagliosx{
    flex:1;
}

.bloccodettagliotesto{
    padding-right:50px;
}

    .bloccodettagliotesto h1 {
        font: normal normal 400 60px/70px ivypresto-display;
        letter-spacing: -2px;
        color: #093959;
    }

    .bloccodettagliotesto > div {
        font: normal normal 400 35px/45px ivypresto-display;
        letter-spacing: 0px;
        color: #161615;
        margin: 10px 0px;
    }

    .bloccodettagliotesto p {
        font: normal normal 400 19px/34px ofelia-text;
        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 ofelia-text;
        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 ivypresto-display;
    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 ivypresto-display;
        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 ofelia-text;
        letter-spacing: 0px;
        color: #161615;
        padding-left: 15px;
    }


    .bloccoprenotadescrizione {
        margin: 20px 0px;
        color: #161615;
        font: normal normal 400 16px/28px ofelia-text;
        display: flex;
    }

        .bloccoprenotadescrizione.margin200 {
            margin-left: 200px;
        }
/*
.bloccoprenota h3 {
    width: 40%;
}*/

.bloccoprenota.servizi h3 {
    width: 100%;
}


.immaginefull::after {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    width: calc(100% + 50%);
    height: calc(80%);
    background-color: #EBECE7;
    background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #EFEFED, /* Colore della prima barra */ #EFEFED 20px, /* Lunghezza della prima barra */ #ffffff 20px, /* Colore della seconda barra */ #ffffff 40px /* Lunghezza della seconda barra */ );
    z-index: -1;
}



.bloccoprenota.servizi p {
    font: normal normal 400 16px/26px ofelia-text;
    letter-spacing: 0px;
    color: #161615;
    display: flex;
}

.sfondogruppo1 {
    position: absolute;
    width: 500px;
    /* right: 0px; */
    left: -900px;
    top: 150px;
}


.sfondogruppo2 {
    position: absolute;
    width: 300px;
    right: 10%;
    /* left: 50px; */
    top: -150px;
    z-index: 3;
}


.immaginelateralealta {
    position: absolute;
    top: -100px;
    width: 200px;
    left: -100px;
    z-index: 1;
}


.bloccoprenota.servizi > div {
    width: 30%;
    /*z-index: 10;*/
}

.bloccoprenotaicone {
    display: flex;
    flex-flow: wrap;
    flex: 1;
    justify-content: space-evenly;
    z-index: 3;
    position: relative;
    /* border: 5px solid white; */
    padding: 20px;
    background-color: #E6DED1;
    box-shadow: inset 0 0 0 5px #fff;
    /* box-shadow: inset 0 0 0 5px #000, 0 0 10px rgba(0, 0, 0, 0.5); */
    box-shadow: inset 0 0 0 4px #E6DED1, inset 0 0 0 10px #fff;
}

    .bloccoprenotaicone > div {
        width: 25%;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 20px 10px;
    }

    .bloccoprenotaicone.width33 > div {
        width: 33.3%;
    }

    .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 ofelia-text;
    }

    .blocchiservizi p {
        font: normal normal 400 16px/26px ofelia-text;
        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 ofelia-text;
        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-color: #EFEFED;
    border-top: 1px solid #a05741;
    border-bottom: 1px solid #a05741;*/
    background-color: #efefedb3;
    /* border-top: 1px solid #a05741; */
/*    border-bottom: 1px solid #fff;
*/}

.footer2 {

}

.containerFooter {
    padding: 30px 100px;
    display: flex;
    color: #161615;
    max-width: 1600px;
    margin: auto;
    flex-flow: column;
    align-items: center;
    gap: 30px;
}

    .containerFooter.padding100 {
        padding: 100px 100px;
    }

    .containerFooter > .footeritem1 {
        flex: inherit;
    }
    .containerFooter > .footeritem2 {
        flex: 1;
        display: flex;
        flex-flow: wrap;
        column-gap: 20px;
        text-align: center;
    }

.footeritem2 > div {
    flex: 1;
}

.footeritem1 img {
    width: 100%;
    display: block;
    /* padding-right: 50px; */
        max-width: 300px;
    }

/*.footeritem2 a.sottolineato > span {
    text-decoration: underline;
}*/

.footeritem2 a.margintop30 {
    margin-top:30px;
}

.containerFooter h3 {
    margin-bottom: 20px;
    font: normal normal normal 30px/33px ivypresto-display;
    letter-spacing: 0px;
    color: #161615;
}

.footeritem2 a, .footertext {
    text-decoration: none;
    color: white;
    font: normal normal 400 16px/24px ofelia-text;
    /* letter-spacing: 0.45px; */
    color: #161615;
    margin: 10px 0px;
    display: block;
}

.containerFooter.flex {
    justify-content: space-between;
    flex-flow: column-reverse;
}

.footer2link {
    display: flex;
    gap: 50px;
}

    .footer2link > a {
        display: block;
        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 ofelia-text;
        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 ofelia-text;
    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 ofelia-text;
        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__slide {
    padding: 0px 25px;
}

.splide.nopadding .splide__slide {
    padding: 0px;
}

    .splide__arrow--prev {
        left: 0em;
    }
.splide__arrow--next {
    right: 0em;
}


.splide__arrow {
    height: 50px;
    width: 50px;
    background: #c5a432;
}

.splide__arrows .splide__arrow svg {
    fill: #fff;
}

.splide__pagination{
    display:none;
}

.splide__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.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);
    }

.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: 1300px) and (max-width: 1600px) {
        .margin200200 {
        margin-left: 50px;
        margin-right: 50px;
    }


    .mySlides2 {
        width: calc(100% - 200px);
    }


    .margin100100 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .margin400 {
        margin-right: 0px;
    }

    .sectionCentrale h2 {
        font: normal normal 300 60px / 70px ivypresto-display;
    }

    .containerIntElenco.sxnegativo > div {
        padding: 100px 50px;
    }

    .vertical-top.fino.ridotto {
        height: 150vh;
        margin-top: -150vh;
    }

    .containerIntDescElenco h3 {
        font: normal normal 400 40px / 50px ivypresto-display;
    }

    .section {
        /*margin: 100px 0px;*/
    }


    .bloccoprenota h3 {
        font: normal normal 400 6vh/6vh ivypresto-display;
    }

    .bloccoprenota h5 {
        font: normal normal 500 19px/21px ivypresto-display;
    }

    .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;
    }
}

@media screen and (min-width: 988px) and (max-width: 1299px) {


    .iconecontatti img {
        height: 25px;
    }

    .section {
        margin: 100px 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 ivypresto-display;
    }
    .bloccodettagliotesto > div {
        font: normal normal 400 28px/36px ivypresto-display;
    }



    .footer2link {
        gap: 50px;
    }
        .footer2link > a {
            margin-left: 0px;
        }

    .containerFooter {
        padding: 30px 30px;
        flex-flow: column;
        gap: 30px;
    }

    .containerFooter.padding100 {
        padding: 100px 30px;
    }

    .header {
        padding: 23px 30px;
    }

    .sectionCentrale h2 {
        font: normal normal 400 60px / 80px ivypresto-display;
    }

    .containerIntElenco.sxnegativo > div {
        padding: 50px;
    }

    .vertical-top {
        /* background-color: #c5a432; */
        margin-bottom: 50px;
        /* content: ''; */
        /* display: inline-block; */
        width: 340px;
        /* height: 100px; */
        background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #c5a432, /* Colore della prima barra */ #c5a432 20px, /* Lunghezza della prima barra */ transparent 20px, /* Colore della seconda barra */ transparent 40px /* Lunghezza della seconda barra */ );
    }

        .vertical-top.fino {
            background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #c5a432, /* Colore della prima barra */ #c5a432 2px, /* Lunghezza della prima barra */ transparent 1px, /* Colore della seconda barra */ transparent 10px /* Lunghezza della seconda barra */ );
        }

  

        .vertical-top.fino.ridotto {
            height: 100vh;
            margin-top: -100vh;
        }

    .container2 {
        padding: 0px 30px;
    }

    .margin200200 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .margin400 {
        margin-right: 0px;
    }

    .mySlides2 {
        height: calc(100% - 60px);
        width: calc(100% - 60px);
        margin: 30px;
    }

    .sezioneimmagini3 {
        gap: 30px;
    }

    .instagram-feed {
        gap: 30px;
    }

    .containerIntDescElenco h3 {
        font: normal normal 400 42px/50px ivypresto-display;
    }

    .claimHomeCamere {
        left: 0px;
    }

    .cerchio180 {
        width: 150px;
        height: 150px;
    }


    .bloccoprenota h3 {
        font: normal normal 400 6vh/6vh ivypresto-display;
    }

    .bloccoprenota h5 {
        font: normal normal 500 15px / 18px ivypresto-display;
    }

    .panel-content {
        margin: 0px;
        font: normal normal 300 14px / 24px ofelia-text;
    }

    .bloccoimmobileDesc p {
        padding-right: 30px;
    }

    .bloccoprenotaicone img {
        height: 60px;
    }

    .sfondogruppo.dx {
        right: -800px;
        top: -500px;
    }
    .sfondogruppo {
        top: -500px;
        width: 700px;
    }

    .sfondogruppo1 {
        width: 300px;
        left: -500px;
        top: 350px;
    }

    .sfondogruppo2 {
        width: 200px;
        top: -100px;
    }


    .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;
    }

    .margin100100 {
        margin-left: 50px;
        margin-right: 50px;
    }

}

@media screen and (max-width: 987px) {

    .contenitorelingua {
        bottom: -65px;
    }

    .prenota .pulsante {
        padding: 7px 7px;
        margin-left: 2px;
    }

    .iconaprenota {
        height: 30px;
    }

    .barratratti {
        height: 81px;
    }

    .sfondoblocco.container2 {
        padding: 50px 30px;
    }

    .container.paddingleft100 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header {
        padding: 15px 10px;
    }

    .paddingleft150 {
        padding-left: 0px;
        padding-right: 30px;
    }

    .immaginefull img.immaginelateralepunti {
        position: absolute;
        width: 150px;
        top: -75px;
        left: -25px;
    }


    .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: 0px;
    }

    .padding30 {
        padding: 0px;
    }

    /*.contenitorelingua {
        bottom: -80px;
    }*/

    .menu a.menuinterno.mobile {
        display: block;
    }

    .logo img {
        height: 46px;
    }


   /* .splide__arrow--prev {
        left: -25px;
    }

    .splide__arrow--next {
        right: -25px;
    }*/

    .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;
    }

    .claimHome h3 {
        font-size: 3vw;
    }

    .c-scroll-indicator_label {
        font-size: 4.2vw;
    }

    .logoiniziale {
        width: 50vw;
    }

    .menu a.menuinterno {
        font: normal normal normal 4vh/4.5vh ivypresto-display;
        letter-spacing: -0.40px;
    }

    .instagram-feed {
        flex-flow: column;
        gap: 50px;
        margin-bottom: 0px;
    }

    .feed2 {
        margin-top: 0px;
    }

    .spazio {
        height: 100px;
    }

    .containerIntDescElenco.maxwidth600 {
        max-width: 600px;
        padding-right: 10%;
    }

    .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 ivypresto-display;
    }

    .bloccodettagliotesto > div {
        font: normal normal 400 28px/36px ivypresto-display;
    }

    .marginleft200.splide {
        margin-left: 30px;
        margin-right: 30px;
    }

    .splide__list {
        gap: 0px;
    }

    .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;
    }

    .nascondimobile{
        display:none;
    }

    .sectionCentrale.animated-text {
        display: inline-block;
        position: relative;
        white-space: normal;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .titolohome {
        font-family: 'ivypresto-display';
        font-size: 50px;
        margin-top: -4.6vw;
        /* will-change: transform; */
        transition-delay: 800ms;
        /* font: normal normal 300 80px / 90px ivypresto-display; */
        color: #a05842;
        font-style: italic;
        transition: all 1500ms;
    }


    .menulinkvoci {
        width: 100%;
    }

    .menuprenotazioni p {
        font: normal normal 300 16px / 26px ofelia-text;
    }

    .menu > input + div.widthVar {
        top: 81px;
    }


    .menu > input + div {
        flex-flow: column;
       /* top: 81px;*/
    }

    .menulink {
        padding: 0px 30px;
        padding-top: 30px;
        margin-top: 0px;
        gap: 50px;
    }

    .menu a.menuinternocontatti {
        position: relative;
        bottom: 0px;
        font: normal normal 500 14px/24px ofelia-text;
    }

    .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: 90vh;
    }

    .iconecontatti h5 {
        display: none;
    }

    .iconecontatti > a {
        padding-top: 15px;
    }

    .iconecontatti img {
        height: 25px;
    }



    /*.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;
    }

    .margin100100 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sectionCentrale h2 {
        font: normal normal 300 35px / 45px ivypresto-display;
    }

/*    .sectionCentrale h3 {
        font: normal normal 400 18px/26px ofelia-text;
    }*/

    .section {
        margin: 100px 0px;
    }

    .container2 {
        padding: 0px 30px;
    }

    .sezioneimmagini3 {
        flex-flow: column;
    }

        .sezioneimmagini3 .margintop120 {
            margin-top: 50px;
        }

    .bloccoprenota {
        flex-flow: column;
    }

        .bloccoprenota h3 {
            font: normal normal 400 6vh/6vh ivypresto-display;
        }

    .bloccoprenotaicone {
        margin-top: 50px;
    }

        .bloccoprenotaicone > div {
            width: 50%;
        }

        .bloccoprenotaicone img {
            height: 50px;
        }

    .bloccoprenota h5 {
        font: normal normal 400 14px / 20px ivypresto-display;
    }

    .containerIntDescElenco h3 {
        font: normal normal 400 35px / 45px ivypresto-display;
    }

    .claimHome h1 {
        font: normal normal normal 34px / 44px ivypresto-display;
    }

    .sfondogruppo {
        width: 500px;
    }
        .sfondogruppo.dx {
            right: -400px;
            top: -200px;
        }

    .sfondogruppo1 {
        position: absolute;
        width: 300px;
        left: -300px;
        top: 450px;
    }

    .noafter.containerIntElenco.sxnegativo > div {
        padding: 50px 20px;
    }

    .height.containerIntElenco.sxnegativo > div {
        padding: 50px 20px;
    }

    .pulsante {
        padding: 20px 20px;
    }


    .tabella {
        flex-flow: column;
        align-items: center;
        /*gap: 50px;*/
    }

    .claimHome {
        flex-flow: column;
    }

    .vertical-top.fino.ridotto {
        height: 30vh;
        margin-top: -30vh;
    }
    .containerIntElenco.sxnegativo > div::after {
        height: calc(100% + 30%);
        width: 200%;
    }

    .containerIntElenco.sxnegativo.height > div::after {
        height: calc(100% + 20%);
        top: -10%;
    }

    .container.padding100 {
        padding: 0px 30px;
    }

    .minheight600 {
        min-height: 400px;
    }

    .panel-content {
        font-size: 16px;
        margin: 0px;
    }
    .footeritem1 img {
        max-width: 200px;
    }


    .sfondogruppo2 {
        width: 130px;
        top: -95px;
    }

    .containerIntElenco {
        width: 100%;
    }

        .containerIntElenco.dx {
            padding-right: 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;
    }

    .minheight800 {
        min-height: 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%;
        z-index: 10;
    }

    .blocconewsletter {
        flex-flow: column;
        justify-content: flex-start;
        align-items: baseline;
    }

    .sectionCentrale h4 {
        font: normal normal 300 35px / 45px ivypresto-display;
    }

    .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;
        }

    .vertical-top {
        /* background-color: #c5a432; */
        margin-bottom: 50px;
        /* content: ''; */
        /* display: inline-block; */
        width: 340px;
        /* height: 100px; */
        background: repeating-linear-gradient(90deg, /* Direzione verticale (90 gradi) */ #c5a432, /* Colore della prima barra */ #c5a432 20px, /* Lunghezza della prima barra */ transparent 20px, /* Colore della seconda barra */ transparent 40px /* Lunghezza della seconda barra */ );
    }

    .sectionCentraletextleft {
        padding-left: 0px;
    }



    .containerFooter {
        padding: 30px 30px;
    }

    .footer2link {
        justify-content: space-evenly;
    }

        .footer2link > a {
            margin-left: 0px;
        }

    .containerFooter.flex {
        justify-content: initial;
        row-gap: 30px;
        text-align: center;
    }
}




    /*###################  AREA RISERVATA #######################*/
    .contenitoreArea {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: 80vh;
        position: relative;
        background-color: rgb(245,245,245);
    }

        .contenitoreArea:before, .contenitoreArea:after {
            -webkit-box-flex: 1;
            box-flex: 1;
            -webkit-flex-grow: 1;
            flex-grow: 1;
            content: '';
            display: block;
            height: 24px;
        }

    .internoArea {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        background: #fff;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
        display: block;
        margin: 0 auto;
        min-height: 0;
        width: 400px;
        min-height: 428px;
        padding: 48px 40px 36px;
        box-sizing: border-box;
    }

        .internoArea img {
            height: 30px;
            display: block;
        }

    .accedi {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin: 0;
        padding-top: 16px;
    }

    .utilizza {
        padding-bottom: 3px;
        padding-top: 1px;
    }

    .accesso {
        padding: 30px 0px 0px 0px;
    }

    .inputBot {
        width: 100%;
        box-sizing: border-box;
        border: 0;
        border-bottom: 1px solid lightgrey;
        padding: 3px;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 20px;
        outline: none;
    }

    .accessonegato {
        font-size: 12px;
    }

    .contenitoreNega {
        height: 20px;
    }

    .contenitoreaccedi {
        margin-top: 30px;
    }

    .accessoform {
        -webkit-user-select: none;
        -webkit-transition: background .2s .1s;
        transition: background .2s .1s;
        border: 0;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        min-width: 4em;
        outline: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        -webkit-tap-highlight-color: transparent;
        z-index: 0;
        background: #4285f4;
        color: #fff;
        padding: 10px 30px;
        float: right;
        width: 150px;
    }



/*########    SPINNER     ############*/
.modal {
    position: fixed;
    /* background-color: white; */
    background-color: rgb(165 165 165 / 70%);
    z-index: 200;
    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;
    }
}




@keyframes zoomOut {
    0% {
        transform: scale(2); /* Dimensione iniziale più grande */
    }

    100% {
        transform: scale(1); /* Dimensione finale normale */
    }
}

/* Applicazione dell'animazione all'immagine */
.zoom-out {
    animation: zoomOut 2s ease-out;
}
