/*
Theme Name: Luvipo
Description: Template Luvipo
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.sebastianocullemi.com/
*/

.hero{aspect-ratio: 16/9; overflow:hidden;}
.hero video,.hero img{width:100%;height:100%;object-fit:cover;}
.hero-video{width:100%; height:100%; object-fit:cover; display:block}
.lcp-text {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  will-change: auto !important;
}

button.iubenda-cs-close-btn {
    display: none !important;
}
a.iubenda-cs-brand-badge {
    display: none !important;
}
.ilTeam {
    display: none;
}


.HeroHome { position: relative; min-height: clamp(60vh, 80vh, 900px); overflow: clip; }
.HeroHome__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.HeroHome__overlay { position:absolute; inset:0; /* gradienti/overlay */ }
.HeroHome__content { position:relative; z-index:1; }

/* Scroll morbido nativo */
html { scroll-behavior: smooth; }
/* offset: altezza dell’header */
html { scroll-padding-top: 144px; } /* cambia 96px con l’altezza del tuo header */

:root {
    --White-Sand: #F9F5EC;
    --Zaffiro: #2D5542;
}

b,strong{
    font-weight: 650;
}

body{
    margin:0;
    padding: 0;
    font-family: 'Aspekta';
    background: var(--White-Sand);
    color: var(--Zaffiro);

 }

/* HEADER */
#header {
    padding: 25px 40px;
    z-index: 19;
    background-color: var(--White-Sand);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.2s all ease-in-out;
}
.contentHeader{
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.attiva{
    background-color: transparent !important;
}
.marchio, .headlineHeader, .iconHeader {
    flex: 1;
    width: 33%;
}
.iconHeader {
    display: flex;
    justify-content: flex-end;
}
.headlineHeader {
    text-align: center;
    transition: 0.2s all ease-in-out;
}
.headlineHeader.white {
    color: var(--White-Sand);
}
.marchio2{
    display: none;
    transition: 0.2s all ease-in-out;
}
.marchio1{
    display: block;
    transition: 0.2s all ease-in-out;
}
.white .marchio2{
    display: block;
}
.white .marchio1{
    display: none;
}
.footerMenu p{
    color: var(--White-Sand, #F9F5EC);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    margin:0px 0px 24px 0px;
}
.socialMenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.footerMenu{
    position: absolute;
    bottom: 16px ;
}
.mainmenuresponsive {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.contMenu {
    height: 70%;
    display: flex;
    align-items: center;
    margin: auto;
}
/* END HEADER */

 




/* MENU */
/* END MENU */



/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    z-index: 100;
    background-color: var(--Zaffiro);
    border-radius: 40.8px;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 9px;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s all ease-in-out;
}
.button_container span {
    background: var(--White-Sand) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    transition: 0.3s all ease-in-out;
    width: 100%;
    transition: 0.2s all ease-in-out;
    width: 60%;
    transition: 0.2s all ease-in-out;
}
.button_container.active{
    background: var(--White-Sand);
}
.button_container.active span{
    background: var(--Zaffiro);
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}
.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('https://www.luvipo.com/wp-content/themes/luvipo/images/Backmenu.webp');
    background-position: center;
    background-size: cover;
}
.overlayResponsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(200deg, rgba(45, 85, 66, 0.70) -18.59%, #131F19 87.33%);
}
.mainmenuresponsive {
    position: relative;
    z-index: 2;
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
    display: flex;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.overlaymenu.open ul li {
    opacity: 1
}
.button_container.active .topp {
    transform: translateY(11px) translateX(0px) rotate(45deg);
}
.button_container.active .middle {
    opacity: 0;
}
.button_container.active .bottom {
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.overlaymenu ul li a {
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 650;
    line-height: 150%; /* 36px */
    text-decoration: none;
}
/* END RESPONSIVE MENU */




/* CONTENT */
.heroHome {
    background-position: center;
    background-size: cover;
    position: relative;
    height: 800px;
    margin-top: 110px;
    overflow: hidden;
}
.heroHome video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    object-fit: cover;
    z-index: -2;
    aspect-ratio:16/9;
    overflow:hidden;
    object-fit:cover;
    z-index: 1
}
.heroHomeOverlay{
    background: linear-gradient(180deg, rgb(45 85 66 / 28%) 23.94%, #131f19cf 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0;
}
.heroHomeContent {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 800px;
}
.contHeroHome {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 55%;
    padding: 0px 0px 120px 0px;
    gap: 18px;
}
.cta {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: transparent;
    color: var(--White-Sand);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    text-decoration: none;
    border: 2px solid var(--White-Sand);
    transition: 0.2s all ease-in-out;

}
.cta:hover {
    border: 2px solid var(--White-Sand);
    background: var(--White-Sand);
    color: var(--Zaffiro);
}

.headlineHero {
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    margin: 0px;
}
.textHero p {
    margin: 0px;
    font-size: 18px;
    line-height: 140%;
    color: var(--White-Sand, #F9F5EC);
}
.titleSection {
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0px auto;
    width: 60%;
}
.testoSezione p{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    margin: 24px 0px;
}
.cta2 {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Zaffiro);
    color: var(--White-Sand);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    text-decoration: none;
    width: max-content;
    transition: 0.2s all ease-in-out;
    border: 2px solid var(--Zaffiro);
}
.cta2:hover {
    background: var(--White-Sand);
    color: var(--Zaffiro);
    border: 2px solid var(--Zaffiro);
}
.sezioneSottoHero {
    position: relative;
    padding: 150px 0px;
    text-align: center;
    overflow: hidden;
}
.boxTesti {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 32px;
}
p.labelHome {
    margin: 0px;
    padding: 16px;
    background: #2d55420d;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
}
svg.simboloGrande {
    position: absolute;
    right: -100px;
    bottom: -100px;
}
.sezioneSottoHero .cta2 {
    margin: 0 auto;
}
button.slick-custom-prev.slick-arrow, button.slick-custom-next.slick-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
}
button.slick-custom-prev2.slick-arrow, button.slick-custom-next2.slick-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
}
.cardCaroselloEsperienze {
    background-position: center;
    background-size: cover;
}
.contButton {
    display: flex;
    margin-bottom: 40px;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}
.metodoHome {
    padding: 72px 0px;
    text-align: left;
    position: relative;
    background-size: cover;
}
.contMetodo{
    position: relative;
    z-index: 2;
}
.contMetodoHome {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.contMetodoHome1 .titleSection {
    text-align: left;
    margin: 0px;
    width: 80%;
    color: var(--White-Sand);
}
.contMetodoHome2 img{
    border-radius: 8px;
}
.contMetodoHome1 {
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.testoMetodoHome p{
    color: var(--White-Sand);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36px */
    margin: 16px 0px;
}
.contentCarosello2 .titleSection{
    color: var(--Zaffiro) !important;
}
p.titleSection.titleSection2 {
    color: var(--White-Sand) !important;
}
.contentCarosello .cta2 {
    margin: 0 auto;
}
.contentCarosello2 .titleSection {
    color: var(--Zaffiro);
}
.partners{
    background: var(--Zaffiro);
    padding: 96px 0px;
}
.partners .titleSection{
    color: var(--White-Sand);
}
.caroselloPartner.slick-initialized.slick-slider img {
    height: auto;
    width: 100% !important;
}
.caroselloPartner .slick-slide {
  margin: 0 15px; /* 10px di spazio a dx e sx */
}
.caroselloPartner.slick-initialized.slick-slider {
    margin-top: 48px;
}
.caroselloPartner .slick-list.draggable {
    width: 100%;
}
.wpcf7 label{
    color: var(--Zaffiro, #2D5542);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}
.imgBannerCta {
    border-radius: 8px;
}
.sezioneIcone {
    background: #fff;
    padding: 100px 0px;
}
.gridIcon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 80px;
    position: relative;
    z-index: 2;
}
.singleIcon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.singleIcon img {
    height: 56px;
    width: 56px;
}
.titleIcona{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 650;
    line-height: 130%; /* 28.6px */
    margin: 0px;
}
.testoIcona p{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin: 0px;
}
.sezione2Servizi{
    padding: 120px 0px;
}
.contenutoSection h1, .contenutoSection h2, .contenutoSection h3, .contenutoSection h4 {
    color: var(--Zaffiro, #2D5542);
    font-family: Jeames;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px;
}
.contenutoSection ul li{
    color: var(--White-Sand) !important; 
    line-height: 150%;
    font-size: 20px;
}
.contenutoWhite ul li{
    color: var(--Zaffiro) !important; 
    line-height: 150%;
    font-size: 20px;
}
.contenutoSection p {
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.contenutoSection {
    margin-bottom: 95px;
}
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
}
.singleImg {
    width: 100%;
    height: 440px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.sezione2Metodo{
    padding: 60px 0px;
    background-color: var(--Zaffiro);
}
.sezione2Metodo .contenutoSection h1, .sezione2Metodo .contenutoSection h2, .sezione2Metodo .contenutoSection h3, .sezione2Metodo .contenutoSection h4 {
    color: var(--White-Sand);
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px;
}
.sezione2Metodo .contenutoSection p {
    color: var(--White-Sand);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.sezioneMetodoIcone .gridIcon::before {
    content: "";
    height: 1px;
    width: calc(100% - 320px);
    background: rgba(45, 85, 66, 0.30);
    position: absolute;
    top: 38px;
    z-index: -1;
    left: 160px;
}
.singleIcon img {
    border: 10px solid #fff;
}
.sezioneContatti {
    padding: 110px 0px;
    background: #fff;
}
.contattiLeft{
    border-radius: 24px;
    background: var(--Zaffiro, #2D5542);
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}
.testoContattiLeft p{
    color: var(--White-Sand, #F9F5EC);
    font-size: 14px;
    line-height: 130%;
    margin: 16px 0px 0px;
}
.testoContattiLeft a{
    color: var(--White-Sand);
}
.contattiRight{
    border-radius: 16px;
    background: var(--White-Sand, #F9F5EC);
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.contContatti {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 70%;
    margin: 0 auto;
}
.titleContattiLeft{
    color: var(--White-Sand, #F9F5EC);
    font-size: 32px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 41.6px */
    margin: 0px;
}
.textContatti{
    color: var(--White-Sand, #F9F5EC);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    margin: 0px;
}
.imgContattiLeft {
    height: 250px;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 8px;
}
.contattiContatti{
    border-radius: 24px;
    background: rgba(249, 245, 236, 0.30);
    display: flex;
    padding: 8px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.telefono, .email{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 40px;
    background: #FFF;
    color: var(--Zaffiro, #2D5542);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    text-decoration: none;
}
.titleContattiform {
    color: var(--Zaffiro, #2D5542);
    font-size: 32px;
    font-style: normal;
    font-weight: 650;
    line-height: 130%;
    margin: 0px;
    text-align: left;
    width: 100%;
}
.recensioniContatti {
    position: relative;
}
.recensioniContatti .recensioni {
    background: transparent;
    z-index: 1;
    position: relative;
}
.overlayRecensioniContatti{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(198deg, rgba(45, 85, 66, 0.40) -19.8%, #131F19 87.63%);
}
.recensioniContatti .titleSection{
    color: var(--White-Sand) !important;
}
.recensioniContatti .slick-dots li button:before {
    color: var(--White-Sand) !important;
}
.primaContatti {
    padding: 72px 0px;
    background: #fff;
}
.primaContatti {
    padding: 72px 0px;
    background: #fff;
    text-align: center;
}
.contPrimaContatti p{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 0px;
}
.contPrimaContatti h1, .contPrimaContatti h2, .contPrimaContatti h3, .contPrimaContatti h4{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px 0px 32px 0px;
}
.contPrimaContatti.contChiSiamo h3{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-family: 'Aspekta';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px 0px 32px 0px;
}
.visionMission{
    padding: 120px 0px;
    background: var(--Zaffiro, #2D5542);
}
.gridVisionMission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.vision, .mission{
    border-radius: 16px;
    background: rgba(249, 245, 236, 0.10);
    padding: 32px;
}
.vision p, .mission p{
    color: var(--White-Sand, #F9F5EC);
    font-family: "Aspekta";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin: 0px;
    text-align: left;
}
.vision .titleGridVision, .mission .titleGridVision{
    color: var(--White-Sand, #F9F5EC);
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px 0px 24px 0px;
    text-align: left;
}
.timeline{
    padding: 150px 0px;
    background-color: #fff;
}
.titleTimeline{
    color: var(--Zaffiro, #2D5542);
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px 0px 72px 0px;
}
.labelTimeline {
    border-radius: 8px;
    background: var(--Zaffiro, #2D5542);
    color: var(--White-Sand, #F9F5EC);
    font-family: "Aspekta";
    font-size: 16px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    margin: 0px;
    padding: 8px 16px;
    width: max-content;
}
.titoloTimeline{
    color: var(--Zaffiro, #2D5542);
    font-family: "Aspekta";
    font-size: 24px;
    font-style: normal;
    font-weight: 650;
    line-height: 120%; /* 28.8px */
}
.testoTimeline{
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--White-Sand, #F9F5EC);
}
.testoTimeline p{
    color: var(--Zaffiro, #2D5542);
    font-family: "Aspekta";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0px;
}
.sectionTimeline{
    padding: 32px 0px;
    position: relative;
}
.contTimeline {
    padding-left: 32px;
    position: relative;
}
.contTimeline::before{
    position: absolute;
    content: "";
    width: 3px;
    background: linear-gradient(0deg, rgba(45, 85, 66, 0.00) 0%, #2D5542 50%, rgba(45, 85, 66, 0.00) 100%);
    left: 0;
    top: 0;
    bottom: 0;
}
.sectionTimeline::before{
    content: "";
    position: absolute;
    left: -40px;
    top: 70px;
    height: 16px;
    width: 16px;
    background-color: var(--Zaffiro);
    border: 2px solid #fff;
    border-radius: 50%;
}
.ilTeam {
    padding: 120px 0px;
}
.contTeam .titleTimeline {
    text-align: center;
    margin-bottom: 0px;
}
.gridTeam {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 55%;
    margin: 32px auto 0px;
}
.singleTeam {
    border-radius: 16px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 16px;
    overflow: hidden;
    justify-content: space-between;
}
.imgTeam {
    height: 350px;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.nomeTeam{
    color: var(--Zaffiro, #2D5542);
    font-size: 24px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 24px */
    margin: 0px;
}
.testoTeam p{
    color: var(--Zaffiro, #2D5542);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 0px;
}
.mansione{
    margin: 0px;
    color: var(--Zaffiro, #2D5542);
    font-family: "Aspekta";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}
.emailTeam{
    background: var(--Zaffiro, #2D5542);
    display: flex;
    padding: 20px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-family: "Aspekta";
    font-size: 20px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 20px */
    margin: 0px;
}
.primoTeam {
    padding: 0px 24px;
}
.testoTeam {
    padding: 0px 24px;
}
.articoliSection {
    background: #fff;
    padding: 120px 0px;
}
.articoli {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.tagcloud {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}
.tagcloud a {
    font-size: 16px !important;
    text-decoration: none;
    color: var(--Zaffiro);
}
.blogSidebar {
    background: var(--White-Sand);
    padding: 0px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.blogSidebar ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    list-style: none;
    margin: 0px;
}
.blogSidebar ul a {
    font-size: 16px !important;
    text-decoration: none;
    color: var(--Zaffiro);
}
.blogSidebar .title-widget {
    color: var(--White-Sand);
    background: var(--Zaffiro, #2D5542);
    padding: 9px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 110%;
    border-radius: 8px;
    margin: 0px;
}
.cardBlog {
    height: 335px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    flex-direction: column;
}
.cardBlog a {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}
.bottomCard{
    background: linear-gradient(180deg, rgba(19, 31, 25, 0.00) 0%, rgba(19, 31, 25, 0.80) 100%);
    padding: 24px 16px;
    text-align: center;
}
.dataCard{
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 10px */
    margin: 0px 0px 8px 0px;
}
.titleCardBlog{
    color: var(--White-Sand, #F9F5EC);
    font-size: 16px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 13px */
    margin: 0px;
}
.categoryCard {
    width: max-content;
    margin: 18px auto 0;
    padding: 8px 8px;
    background: #fff;
    border-radius: 34px;
    line-height: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--Zaffiro);
}
.cardBlog a{
    text-decoration: none;
}
.similarArticle{
    background: #131F19;
    border-radius: 8px;
    padding: 32px;
}
.titleModulo2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--White-Sand, #F9F5EC);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    text-transform: uppercase;
    margin: 0px;
}
.articoliEvi .cardBlog {
    height: 200px;
}
.articoliEvi, .contEsperienzeEvi {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 24px;
}
.esperienzeEvidenza{
    margin-top: 32px;
    padding: 32px;
    background: var(--White-Sand);
    border-radius: 8px;
}
.contEsperienzeEvi .cardItinerariEvidenza{
    height: 200px;
}
.esperienzeEvidenza .titleModulo2{
    color: var(--Zaffiro)
}
.wrapArticolo h1{
    font-size: 56px !important;
}
.wrapArticolo h2{
    font-size: 48px !important;
}
.wrapArticolo h3{
    font-size: 40px !important;
}
.wrapArticolo h4{
    font-size: 32px !important;
}
.contenutoTesto p {
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
/* Grid base */
.acf-gallery-grid{
  --cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 16px;
}

/* colonne dinamiche */
.acf-gallery-grid.cols-1{ --cols:1; }
.acf-gallery-grid.cols-2{ --cols:2; }
.acf-gallery-grid.cols-3{ --cols:3; }

/* stile item */
.acf-gallery-item img{
  display:block;
  width:100%;
  height:auto;
  border-radius:8px;            /* opzionale */
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
/* Responsive opzionale: a schermi stretti sempre 1 colonna */
@media (max-width: 640px){
  .acf-gallery-grid{ --cols:1; }
}

.shareArticle {
    margin-top: 72px;
    border-radius: 16px;
    background: rgba(45, 85, 66, 0.10);
    padding: 24px 48px;
    text-align: center;
    width: max-content;
}
.titleShare{
    color: var(--Zaffiro, #2D5542);
    font-size: 32px;
    font-style: normal;
    font-weight: 650;
    line-height: 150%; /* 48px */
    margin: 0px 0px 16px 0px;
}
.heroSingle .headlinePage {
    font-size: 18px;
    width: 70%;
}
div#ez-toc-container {
    margin-bottom: 40px !important;
    width: 50%;
    border-radius: 16px;
    background: var(--Zaffiro, #2D5542);
    border: none;
    padding: 16px !important;
}
.ez-toc-title-container {
    width: calc(100% - 32px) !important;
    display: flex;
    justify-content: space-between;
    background: var(--White-Sand);
    border-radius: 8px;
    padding: 16px !important;
}
.ez-toc-title{
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 650;
    line-height: 150%; /* 30px */
    text-transform: uppercase;
}
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded {
    display: none !important;
}
ul.ez-toc-list.ez-toc-list-level-1 {
    padding-left: 24px !important;
    margin: 24px 0px !important;
}
ul.ez-toc-list.ez-toc-list-level-1 a {
    color: var(--White-Sand, #F9F5EC)  !important;
    font-size: 16px !important;
    font-style: normal;
    line-height: 150%; /* 30px */
}
li.ez-toc-page-1.ez-toc-heading-level-1 > a {
    font-weight: 650  !important;
    font-size: 20px !important;
}
ul.ez-toc-list.ez-toc-list-level-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.metaArticolo, .metaArticolo a{
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 150%; /* 24px */
    margin: 0px;
}
.sezione1 {
    padding: 120px 0px;
    background: #fff;
}
.testoSezione1 {
    width: 70%;
    margin: 0 auto;
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
p.titleSezione1 {
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
}
.galleriaSection {
    margin-top: 96px;
}
.sezione2 {
    padding: 120px 0px;
}
.leftSezione2 p, .leftSezione2 div {
    text-align: left;
    width: 100%;
}
.imgSezione2{
    display: flex;
    height: 553px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}
.sezioniCont2 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.leftSezione2{
    width: 60%;
}
.rightSezione2{
    width: 60%;
}
.sezione3{
    padding: 120px 0px;
    background: var(--Zaffiro, #2D5542);
}
.titleSezione3{
    color: var(--White-Sand, #F9F5EC);
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px 0px 32px 0px;
}
.testoSezione3 p{
    color: var(--White-Sand, #F9F5EC);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.caroselloDestinazioni.isoleEslusive {
    padding: 72px 0px;
}
.isoleEslusive .contCaroselloDestinazioni {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
}
.isoleEslusive .contCaroselloDestinazioni .slick-list {
    padding: 0px 15px;
}
.isoleEslusive .titleSectionDestinazioni {
    text-align: center;
}
.isoleEslusive .leftDestinazioni {
    padding: 0px;
    margin: 0px;
}
.isoleEslusive .contentCaroselloDestinazioni .slick-track {
    padding: 0px 0px 20px;
}
.titleIsole {
    color: var(--White-Sand, #F9F5EC);
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0px;
    text-align: left;
    font-family: Jeames;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
}
p.titleSectionDestinazioni2 {
    color: var(--White-Sand);
    text-align: center;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}
.contentCarosello2 {
    width: 100%;
}
.infoItinerario .cta {
    width: 100%;
}
.contentCarosello2 .titleSection {
    text-align: center;
    width: 100%;
}
.main_title.text-center.text_darkgrey.mt-2 > p{
    font-family: Jeames;
}
.contentCarosello2 .cta {
    width: max-content;
    margin: 0 auto;
}
.cardCaroselloDestinazioni.slick-slide.slick-current.slick-active {
    opacity: 1;
}
.faqs2 .tab:last-child {
    padding: 32px;
    border-bottom: 0px solid #EBE3D1;
}
.faqs.faqs2 {
    margin-bottom: 112px;
}

.heroHomeOverlayPage {
    background: linear-gradient(180deg, rgba(45, 85, 66, 0.2) 23.94%, #131F19 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
}
.contPartner {
    padding: 16px 32px;
    background: #fff;
    border-radius: 16px;
}
.contPartner img {
    width: 30%;
    height: auto;
}
.gridSezioni {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.sezione2Metodo h2 {
    font-size: 40px !important;
    line-height: 100% !important;
    margin-bottom: 40px !important;
    font-family: 'Aspekta' !important;
    text-transform: none !important;
}
.gridMetodo .singleSezioneGrid--1, .gridMetodo .singleSezioneGrid--4{
    background-color: var(--White-Sand);
}
.gridMetodo .singleSezioneGrid--1 .titoloSezioneGrid, .gridMetodo .singleSezioneGrid--4 .titoloSezioneGrid,
.gridMetodo .singleSezioneGrid--1 .testoSezioneGrid p, .gridMetodo .singleSezioneGrid--4 .testoSezioneGrid p,
.gridMetodo .singleSezioneGrid--1 .testoSezioneGrid ul li, .gridMetodo .singleSezioneGrid--4 .testoSezioneGrid ul li{
    color: var(--Zaffiro) !important;
}
.gridBusiness .singleSezioneGrid--1, .gridBusiness .singleSezioneGrid--4, .gridBusiness .singleSezioneGrid--5, .gridBusiness .singleSezioneGrid--8{
    background-color: var(--Zaffiro) !important;
}
.gridBusiness .singleSezioneGrid--1 .titoloSezioneGrid, .gridBusiness .singleSezioneGrid--4 .titoloSezioneGrid,
.gridBusiness .singleSezioneGrid--5 .titoloSezioneGrid, .gridBusiness .singleSezioneGrid--8 .titoloSezioneGrid,
.gridBusiness .singleSezioneGrid--1 .testoSezioneGrid p, .gridBusiness .singleSezioneGrid--4 .testoSezioneGrid p,
.gridBusiness .singleSezioneGrid--5 .testoSezioneGrid p, .gridBusiness .singleSezioneGrid--8 .testoSezioneGrid p,
.gridBusiness .singleSezioneGrid--1 .testoSezioneGrid ul li, .gridBusiness .singleSezioneGrid--4 .testoSezioneGrid ul li,
.gridBusiness .singleSezioneGrid--5 .testoSezioneGrid ul li, .gridBusiness .singleSezioneGrid--8 .testoSezioneGrid ul li{
    color: var(--White-Sand) !important;
}
.gridBusiness .singleSezioneGrid{
    background-color: #c29b450f;
}
.imgBusiness {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #fff;
    background-position: center;
    background-size: cover;
}
.singleSezioneGrid {
    padding: 24px;
    border-radius: 16px;
    background: #f9f5ec0f;
}
.singleSezioneWhite {
    padding: 24px;
    border-radius: 16px;
    background: #f3ede1;
}
p.titoloSezioneGrid {
    font-size: 27px;
    font-weight: 650; 
    line-height: 100%
}
.testoSezioneGrid p, .testoSezioneGrid ul li {
    font-size: 16px !important;
    line-height: 130% !important;
}
.contenutoPagina p {
    font-size: 20px;
    line-height: 150%;
    width: 80%;
    margin: 0 auto;
}
.testoSezioneGrid ul li {
    margin-bottom: 16px;
}
.wrapItinerario .titoloSezione{
    font-size: 24px;
}
.recensioniEsperienze .recensioni{
    padding-top: 0px;
}
.primaContatti h2 {
    font-family: 'Aspekta';
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 16px;
}
.contDescrizione a {
    color: var(--Zaffiro, #2D5542);
}
#ez-toc-container a.ez-toc-toggle {
    display: inline-block !important;
    align-items: center;
    right: 30px;
    position: absolute;
    top: 30px;
    width: auto;
    height: auto;
    text-align: center;
}
#ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon {
    float: right;
    position: relative;
    font-size: 16px;
    padding: 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    left: 0 !important;
    width: auto;
    background: var(--Zaffiro, #2D5542)!important;
}
span.ez-toc-js-icon-con {
    border: none !important;
}
span.ez-toc-icon-toggle-span {
    display: none;
}
span.toc-acc-chevron {
    background-color: var(--Zaffiro);
    width: 32px;
    height: 32px;
    border-radius: 9999px !important;
    color: var(--White-Sand);
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.ctaMobile a {
    background: var(--Zaffiro, #2D5542);
    color: var(--White-Sand);
    padding: 16px 32px;
    display: flex;
    border-radius: 8px;
    font-size: 24px;
    text-decoration: none;
    justify-content: center;
    display: none;
    margin-bottom: 32px;
}
.custom-post-tags { margin-top: 40px; }
.custom-post-tags__title { font-size: 18px; margin: 0 0 10px;display: none; }
.custom-post-tag{
  display:inline-block; margin:4px 6px 4px 0; padding:6px 12px;
  border-radius:20px; background:#f2f2f2; font-size:20px; text-decoration:none;
}
.custom-post-tag:hover{ background:#e6e6e6; }

.sezione2Metodo .cta {
    width: max-content;
    margin: 0 auto;
}
/* Lascia il markup com'è, ma non mostra il testo "&amp;#9662;" */
#ez-toc-container .toc-acc-chevron{
  font-size: 0;      /* rende invisibile il testo */
  line-height: 0;
  display: inline-block;
}

/* Disegna l'icona al suo posto */
#ez-toc-container .toc-acc-chevron::before{
  content: "\25BE";  /* ▼ */
  font-size: 14px;   /* regola a piacere */
  line-height: 1;
  display: inline-block;
}
.gridIncentive .cardItinerario{
    height: 250px;
}
.footerone a {
    color: var(--Zaffiro);
}
.footermenutesto span, .footermenutesto a {
    color: var(--White-Sand);
    -webkit-text-size-adjust: none;
    pointer-events: none; 
    text-decoration: none;
}
.contCta2 {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.imgConcierge {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto 32px;
}
.contConcierge1 .cta {
    max-width: max-content;
    margin: 40px auto 0px;
}
.contConcierge1 .testoMetodoHome {
    text-align: center;
}
.conciergeHome{
    background-position: center;
    background-size: cover;
}
.imgConcierge.imgMetodo2 {
    height: 160px;
    width: 390px;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    margin: 0 auto 32px;
}
.partners.partners2{
    background-color: var(--White-Sand);
}
.partners.partners2{
    background-color: var(--White-Sand);
}
.partners.partners2 .titleSection{
    color: var(--Zaffiro);
}
.gridMetodo .singleSezioneGrid--1 a, .gridMetodo .singleSezioneGrid--4 a {
    color: var(--Zaffiro);
}
.singleSezioneGrid a {
    color: var(--White-Sand);
}
.descrizioneItinerario img {
    border-radius: 16px !important;
}
/* END CONTENT */



/* FORM PASSWORD */
.membership-password-wall {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

.membership-password-box {
    max-width: 420px;
    width: 100%;
    text-align: center;
}

.membership-password-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.membership-password-subtitle {
    font-size: 0.95rem;
    opacity: 0.7;
    margin-bottom: 24px;
}

.membership-password-error {
    color: #e53e3e;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

.membership-password-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 12px;
}

.membership-password-btn {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.membership-password-btn:hover {
    opacity: 0.85;
}
/* END FORM PASSWORD */


/* MEMBERSHIP */
.cardMembership .cardItinerario {
    height: 300px;
}
.grid-membership {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.textMemb{
    text-align: center;
}
.textMemb p {
    margin: 0px;
}
p.titoloMm {
    font-family: 'Jeames';
    text-transform: uppercase;
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
}
.esperienzeCorrelate {
    background: #fff;
    padding-bottom: 72px;
}
/* END MEMBERSHIP */


/* SINGLE ITINERARIO */
.wrapItinerario{
    padding: 144px 0px;
    background: #fff;
    position: relative;
}
.contDescrizione p{
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.wrapItinerario h1, .wrapItinerario h2, .wrapItinerario h3, .wrapItinerario h4{
    color: var(--Zaffiro, #2D5542);
    font-size: 40px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 40px */
    margin-top: 0px;
}
.mappaItinerario {
    width: 50%;
    padding: 23px;
    border-radius: 8px;
    background: var(--White-Sand, #F9F5EC);
}
.titleMappa{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    margin-top: 0px;
}
.mappaItinerario{
  float: right;
  width: min(42%, 380px);
  margin: 0 0 1.25rem 2rem;   /* spazio a sinistra e sotto */
}
.mappaMedia img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #2d55424a;
}
.titoloSezione {
    color: var(--Zaffiro, #2D5542);
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 10px 0px 40px 0px;
    width: 70%;
}
.contDescrizione {
    margin-bottom: 72px;
}
.singleHighlights{
    display: flex;
    padding: 32px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--White-Sand, #F9F5EC);
}
.numberHighlights{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-family: Jeames;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 35.2px */
    text-transform: uppercase;
    margin: 0px;
}
.labelHighlights{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 650;
    line-height: 110%; /* 17.6px */
    text-transform: uppercase;
    margin: 0px;
}
.gridHightliths{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 144px;
}
.miniTitoloSezione{
    color: var(--Zaffiro, #2D5542);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    margin: 0px;
}
.timeline.timelineItinerario {
    margin: 0px 0px 144px 0px;
    padding: 0px;
}
.timeline.timelineItinerario .sectionTimeline {
    padding: 32px 0px;
    position: relative;
}
.timeline.timelineItinerario p.titoloTimeline {
    margin: 16px 0px;
}
.timeline.timelineItinerario p.titoloTimeline {
    margin: 16px 0px;
}
.timeline.timelineItinerario .sectionTimeline::before {
    top: 40px;
}
.testoSezione2 p{
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.gridInfoViaggio {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.incluso, .escluso{
    border-radius: 16px;
    background: var(--White-Sand, #F9F5EC);
    overflow: hidden;
}
.titleIncluso{
    background: var(--Zaffiro, #2D5542);
    padding: 16px;
    color: var(--White-Sand, #F9F5EC);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin: 0px;
}
.titleEscluso{
    background: #AD0303;
    padding: 16px;
    color: var(--White-Sand, #F9F5EC);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin: 0px;
}
.valori {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fieldIncluso {
    margin: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
p.fieldIncluso img {
    height: 24px;
    width: 24px;
}
.faqs {
    margin-top: 144px;
}
.titoloFaq{
    color: var(--Zaffiro, #2D5542);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
    margin: 0px;
}
.sezioneGalleria {
    text-align: center;
    padding: 72px 0px;
    background: #fff;
}
.sezioneGalleria .titoloSezione{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-family: Jeames;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    width: 70%;
    margin: 16px auto 0px;
}
/* Galleria: layout a COLONNE CSS (effetto masonry senza JS/Masonry) */
.acf-masonry {
  margin-top: 40px;
  column-count: 3;
  column-gap: 16px;
}
.acf-masonry__sizer { display: none; } /* non serve senza Masonry */
.acf-masonry__item {
  width: 100%;
  display: block;
  margin: 0 0 16px;        /* spazio verticale tra le foto */
  break-inside: avoid;     /* non spezzare una foto tra due colonne */
  border-radius: 8px;
  overflow: hidden;
}
.acf-masonry__item img {
  display: block;
  width: 100%;
  height: auto;
}
/* 2 colonne tablet */
@media (max-width: 1024px){
  .acf-masonry { column-count: 2; }
}
/* 1 colonna mobile */
@media (max-width: 640px){
  .acf-masonry { column-count: 1; }
}
.miniCard{
    border-radius: 8px;
    background: var(--Zaffiro, #2D5542);
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.messaggio{
    border-radius: 8px;
    background: rgba(19, 31, 25, 0.70);
    display: flex;
    height: 57px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 20.4px */
    margin: 0px;
}
.singleinfoVeloce{
    border-radius: 8px;
    background: #EFEBE2;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.singleinfoVeloce p{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    text-transform: uppercase;
    margin: 0px;
}
.gridInfoVeloci {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    width: 100%;
}
.miniCard {
    position: absolute;
    top: -85px;
    z-index: 2;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}
.singleinfoVeloce span {
    display: block;
}
span.pers {
    background: var(--Zaffiro, #2D5542);
    color: var(--White-Sand);
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 2px;
}
.durataViaggio span.pers {
    background: var(--White-Sand);
    color: var(--Zaffiro, #2D5542);
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 0px;
    display: block;
    height: auto;
    line-height: 100%;
}
.sidebarItinerario{
    position: sticky;
    top: 144px;
    height: max-content;
}
.moduloSidebar1{
    border-radius: 16px;
    background: var(--Zaffiro, #2D5542);
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.titleModulo{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--White-Sand, #F9F5EC);
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    text-transform: uppercase;
    margin: 0px;
}
.listaSezioni {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.listaSezioni a {
    display: flex;
    gap: 6px;
    padding-left: 16px;
    justify-content: center;
    color: var(--White-Sand);
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}
.durataViaggio {
    border-radius: 8px;
    background: rgba(249, 245, 236, 0.20);
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    color: var(--White-Sand, #F9F5EC);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0px;
    flex-direction: column;
    align-content: center;
}
.quote{
    border-radius: 8px;
    background: rgba(249, 245, 236, 0.20);
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin: 0px;
}
.quote span {
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.bottomMoulo {
    display: flex;
    gap: 8px;
    flex-direction: column;
    width: 100%;
}
.bottomMoulo a {
    border-radius: 8px;
    background: transparent;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--White-Sand);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    border: 2px solid var(--White-Sand);
}
.bottomMoulo a:hover {
    transition: 0.2s all ease-in-out;
    border: 2px solid var(--White-Sand);
    background: var(--White-Sand);
    color: var(--Zaffiro);
}
/* 40px di spazio sopra alla sezione raggiunta */
.section-anchor {            /* aggiungi questa classe alle sezioni con id */
  scroll-margin-top: 40px;   /* se hai un header fisso, vedi la variante sotto */
}
/* END SINGLE ITINERARIO */






/* FAQ */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .tab input:checked ~ .tab__content {
    max-height: 30rem;
  }
  
  /* Visual styles */
  .accordion {
    border-radius: 20px;
    background: rgba(249, 245, 236, 0.50);
    overflow: hidden;
    padding: 0px;
    margin: 48px 0px;
  }
  .tab__label, .tab__close {
    display: flex;
    color: var(--Zaffiro);
    cursor: pointer;
    gap: 16px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
}

  .iconTab {
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.35s;
  }
  .tab input:checked ~ label .iconTab {
    transform: rotate(90deg);
  }
  .tab__content p {
    margin: 0;
    padding: 0px 0px 0px 40px;
    margin: 16px 0px 0px;
}
  .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }

.titleFaq{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
}
.textFAQ{
    color: var(--Zaffiro, #2D5542);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.tab {
    padding: 32px;
    border-bottom: 1px solid #EBE3D1;
}
.tab:last-child {
    padding: 32px;
    border-bottom: 0px solid #EBE3D1;
}
.tab.lastTab {
    padding: 32px;
    border-bottom: 1px solid #EBE3D1;
}
/* END FAQ */





/* HERO PAGE  */
.heroPage {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 128px 0px;
    margin-top: 110px;
}
.heroPageContent {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 18px;
}
.headlinePage{
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-family: Jeames;
    font-size: 18px; 
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 2px;
}
#breadcrumbs{
    color: var(--White-Sand, #F9F5EC);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 0px;
}
#breadcrumbs a{
    font-weight: 650;
    color: var(--White-Sand, #F9F5EC);
}
p#breadcrumbs span {
    margin: 0px 5px;
}
/* END HERO PAGE */




/* DESTINAZIONI */
.itinerari {
    padding: 112px 0px 112px;
}
.grid-itinerari {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.grid-itinerari.America.isole {
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-itinerari.Europa.isole {
    grid-template-columns: 1fr 1fr 1fr;
}
.cardItinerario {
    padding: 24px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    height: 435px;
    flex-direction: column-reverse;
    overflow: hidden;
}
.cardItinerario a {
    text-decoration: none;
    display: inline-flex;
    align-content: space-around;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
}
.overlayCardItinerario{
    background: linear-gradient(180deg, rgba(45, 85, 66, 0.00) 23.94%, #131F19 100%);
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.infoDurata{
    position: absolute;
    top: 24px;
    left: 24px;
}
.infoDurata2{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Zaffiro, #2D5542);
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0px;
    border-radius: 4px;
    background: var(--White-Sand, #F9F5EC);
    z-index: 2;
    flex-direction: column;
}
span.labelDurata {
    display: block !important;
    width: 100% !important;
    border-radius: 4px !important;
    height: auto !important;
    width: auto !important;
    padding: 5px;
}
p.infoDurata span {
    background: var(--Zaffiro);
    width: 20px;
    height: 20px;
    color: var(--White-Sand);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 650;
}
.infoItinerario {
    position: relative;
    z-index: 2;
    color: var(--White-Sand);
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.titoloItinerarioCard{
    color: var(--White-Sand, #F9F5EC);
    font-size: 24px;
    font-style: normal;
    font-weight: 650;
    line-height: 110%; /* 23.1px */
    margin: 0px;
}
.excerptItinerario p {
    color: var(--White-Sand, #F9F5EC);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0px;
}
.infoItinerario .cta {
    display: flex;
    padding: 13px 26px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: transparent;
    color: var(--White-Sand);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    text-decoration: none;
    width: calc(100% - 48px);
    transition: 0.2s all ease-in-out;
    border: 2px solid var(--White-Sand);
}
.infoItinerario .cta:hover {
    background: var(--White-Sand, #F9F5EC);
    color: var(--Zaffiro, #2D5542);
    border: 2px solid var(--White-Sand);
}
.infoDurata{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Zaffiro, #2D5542);
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 14px */
    text-transform: uppercase;
    margin: 0px;
    border-radius: 4px;
    background: var(--White-Sand, #F9F5EC);
    z-index: 2;
    flex-direction: column;
}
.sezioneBannerCta{
    padding: 150px 0px;
    text-align: left;
    position: relative;
    background-position: center;
    background-size: cover;
}
.contBanner1 {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 60%;
    gap: 30px;
}
.contBanner2 {
    width: 40%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.imgBannerCta {
    height: 650px;
    width: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.65);
}
.contBanner1 .titleSection {
    text-align: left;
    margin: 0;
    width: 100%;
}
.overlayBannerCta{
    background: linear-gradient(198deg, rgba(45, 85, 66, 0.00) -19.8%, #2D5542 87.63%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sezioneBannerCta .container{
    position: relative;
    z-index: 2;
}
.sezioneBannerCta .titleSection, .sezioneBannerCta .testoMetodoHome p{
    color: var(--White-Sand);
}
.contMetodoHome1 .cta{
    width: max-content;
}
.contMetodoHome1 img{
    border-radius: 16px;
}
.sezioneBannerCta img{
    box-shadow: 0 4px 52px 0 rgba(0, 0, 0, 0.65);
    overflow: hidden;
    border-radius: 8px;
}
.grid-itinerari.gridCategory {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.gridCategory .cardItinerario {
    height: 350px;
}
.gridCategory .titoloItinerarioCard {
    color: var(--White-Sand, #F9F5EC);
    font-size: 32px;
    font-style: normal;
    font-weight: 650;
    line-height: 110%;
    margin: 0px;
}
.archive-description {
    margin-bottom: 112px;
}
.archive-description h1 {
    font-family: Jeames;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.titoloListaItinerari{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 40px */
    margin: 0px 0px 30px 0px;
}
.archive-description h2 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 24px;
}
.archive-description  {
    color: var(--Zaffiro, #2D5542);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
/* END DESTINAZIONI */





/* FOOTER */
footer {
    padding: 50px 0px;
}
img.marchiofoo {
    margin-bottom: 21px;
}
footer p{
    color: var(--Zaffiro, #2D5542);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
}
.iconeSocialFoo{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 21px;
}
.footerone p {
    margin: 0px
}
.footerone .textwidget {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.title-widget{
    color: var(--Zaffiro, #2D5542);
    font-size: 24px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 24px */
    margin-bottom: 34px;
    margin-top: 0px;
}
footer ul li a{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 14px */
    text-decoration: none;
}
footer ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.design{
    background: var(--Zaffiro, #2D5542);
    padding: 24px 0px;
}
.design p{
    color: var(--White-Sand, #F9F5EC);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
    margin: 0px;
}
.design p a{
    color: var(--White-Sand);
}
/* END FOOTER */






/* VARIE */
a#back-to-top {
    background: var(--Zaffiro);
    color: var(--White-Sand);
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 20px;
    position: fixed;
    bottom: 80px;
    z-index: 3;
}
.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 56px;
    justify-content: center;
}
.nav-links {
    display: flex;
    gap: 6px;
}
.pagination a, .pagination span{
    display: flex;
    height: 40px;
    width: 40px;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}
.pagination a{
    color: var(--White-Sand, #F9F5EC);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 16px */
    border-radius: 56px;
    background: #2D5542;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}
.pagination span{
    color: var(--Zaffiro, #2D5542);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%; /* 16px */
    border-radius: 56px;
    background: rgba(45, 85, 66, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}
/* END VARIE */


 #floating-contact {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 17;
    display: flex;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--Zaffiro);
    color: var(--White-Sand);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .25s 
ease, transform .25s 
ease;
    gap: 10px;
}
  #floating-contact.show{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  @media (prefers-reduced-motion: reduce){
    #floating-contact{ transition: none; }
  }






/* RESPONSIVE */

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {

}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){

}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.gridIncentive .cardItinerario{
    height: 250px !important;
}
.heroSingle .headlinePage {
    font-size: 20px;
    width: 100%;
    font-family: 'Aspekta';
    letter-spacing: 0;
    text-transform: none;
    line-height: 100%;
    font-weight: 600;
}
.ctaMobile a {
    display: flex;
}
a#floating-contact {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
a#back-to-top {
    bottom: 60px;
}
p.headlineHeader {
    display: none;
}
#header {
    padding: 10px 16px;
}
#header img {
    width: 100%;
}
.footerMenu p {
    padding: 0px 24px;
    font-size: 12px;
    line-height: 130%;
}
.overlaymenu ul {
    gap: 8px;
}
.contHeroHome {
    padding: 0px 16px 56px 16px;
    width: 90%;
}
.textHero p {
    font-size: 16px;
}
p.headlineHero {
    font-size: 24px;
}
p.labelHome {
    margin: 0px;
    padding: 16px;
    background: #2d55420d;
    border-radius: 8px;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    line-height: 113%;
}
.cta, .cta2 {
    padding: 13px 32px;
}
.titleSection {
    font-size: 20px;
    width: 100%;
}
.sezioneSottoHero {
    padding: 72px 0px;
}
.testoSezione p {
    font-size: 18px;
    margin: 24px 0px;
}
svg.simboloGrande {
    right: -130px;
    bottom: -110px;
    height: 300px;
    width: 360px;
}
.contentCarosello2 .titleSection {
    width: 80% !important;
    font-size: 15px;
}
.contCaroselloDestinazioni .contButton {
    justify-content: center;
}
.metodoHome {
    padding: 72px 0px;
}
.contMetodoHome {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.contMetodoHome1 {
    align-items: center;
    text-align: center;
    gap: 0px;
}
.contMetodoHome1 img {
    margin-top: 32px;
}
.contCaroselloDestinazioni2 {
    margin-top: 32px;
}
.testoMetodoHome p {
    font-size: 18px;
}
.contMetodoHome1 {
    align-items: center;
    text-align: center;
}
.contMetodoHome1 .titleSection {
    text-align: center;
    width: 100%;
}
.contMetodoHome1 img {
    width: 100%;
}
.partners {
    padding: 56px 24px;
}
.contPartner {
    padding: 0px 8px;
}
.contPartner img {
    width: 100%;
}
.caroselloPartner .slick-list {
    margin: 0px;
}
.caroselloPartner .slick-slide {
    margin: 0px;
}
.cardCaroselloEsperienze p.titleCard {
    width: calc(100% - 16px) !important;
}
.contCaroselloDestinazioni2 .contButton {
    margin-left: 0px;
}
p.headlinePage {
    font-size: 15px;
}
.heroPageContent {
        gap: 10px;
        padding: 0px 16px;
    }
.heroPage {
    padding: 48px 0px;
}
.grid-itinerari.gridCategory {
    grid-template-columns: 1fr;
}
.itinerari {
    padding: 64px 0px 112px;
}
.gridCategory .titoloItinerarioCard {
    font-size: 24px;
}
.contBanner1 {
    width: 100%;
}
.sezioneBannerCta {
    padding: 72px 0px;
}
.contBanner2 {
    width: 100%;
}
.imgBannerCta {
    height: 300px;
}
.sezioneBannerCta .testoMetodoHome p {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}
.sezioneBannerCta .cta {
    margin: 0 auto;
}
.sezioneBannerCta .titleSection {
    text-align: center;
    font-size: 17px;
}
.infoDurata {
    padding: 5px 10px;
    gap: 5px;
    border-radius: 8px;
}
span.titleIsole {
    font-size: 26px;
    margin-top: 10px;
}
h4.title-widget {
    margin-bottom: 16px;
    margin-top: 40px;
}
.grid-itinerari {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.cardItinerario {
    height: 430px !important;
    width: 75%;
    margin: 0 auto;
}
.miniCard {
    position: relative;
    width: 90%;
    top: inherit;
    left: inherit;
    transform: none;
    margin: 0 auto;
    margin-bottom: 32px;
}
.wrapItinerario {
    padding: 64px 0px 72px;
    background: #fff;
    position: relative;
}
.gridInfoVeloci {
    grid-template-columns: 1fr;
}
p.messaggio {
    height: auto;
    font-size: 13px;
    padding: 15px;
}
.mappaItinerario {
    float: none;
    width: calc(100% - 46px);
    margin: 0px 0px 40px 0px;
}
.contDescrizione p {
    font-size: 17px;
    line-height: 140%;
}
.wrapItinerario .titoloSezione {
    font-size: 20px;
}
.gridHightliths {
    grid-template-columns: 1fr;
}
.timeline.timelineItinerario .sectionTimeline::before {
    left: -38px;
}
.gridInfoViaggio {
    grid-template-columns: 1fr;
}
.sezioneGalleria .titoloSezione {
    font-size: 18px;
    width: 100%;
    line-height: 140%;
}
.sezioneGalleria {
    padding: 0px 0px 72px;
}
.contGridItinerariEvidenza {
    grid-template-columns: 1fr;
}
.cardItinerariEvidenza {
    height: 250px;
}
.archive-description p {
    font-size: 17px;
    line-height: 140%;
}
.sezione1 {
    padding: 72px 0px;
}
p.titleSezione1 {
    font-size: 20px;
}
.testoSezione1 {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
}
.acf-gallery-grid.cols-3 {
    --cols: 1;
}
.sezione2 {
    padding: 72px 0px;
}
.sezioniCont2 {
    display: flex;
    flex-direction: column;
}
.leftSezione2 {
    width: 100%;
    text-align: center;
}
p.titleSezione1 {
    text-align: center;
}
.leftSezione2 p, .leftSezione2 div {
    text-align: center;
}
.imgSezione2 {
    height: 300px;
    width: 100%;
}
.rightSezione2 {
    width: 100%;
}
.sezione3 {
    padding: 72px 0px;
}
p.titleSezione3 {
    font-size: 20px;
}
.testoSezione3 p {
    font-size: 16px;
    line-height: 140%;
}
.excerptItinerario {
    font-size: 14px;
    line-height: 120%;
}
.caroselloServizi .cta2 {
    margin: 0 auto;
}
.gridIcon {
    grid-template-columns: 1fr 1fr;
    gap: 50px 16px;
}
.sezioneIcone img {
    border: none;
}
p.titleIcona {
    font-size: 18px;
    line-height: 110%;
}
.testoIcona p {
    font-size: 15px;
}
.sezione2Servizi {
    padding: 72px 0px;
}
.contenutoSection h1, .contenutoSection h2, .contenutoSection h3, .contenutoSection h4 {
    font-size: 20px;
}
.contenutoSection p {
    font-size: 16px;
    line-height: 140%;
}
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.gallery .singleImg {
    height: 190px;
}
.sezioneIcone.sezioneMetodoIcone .gridIcon {
    grid-template-columns: 1fr;
}
.sezioneMetodoIcone .gridIcon::before {
    content: "";
    height: 110%;
    width: calc(100% - 320px);
    background: rgba(45, 85, 66, 0.30);
    position: absolute;
    top: -5%;
    z-index: -1;
    left: 180px;
    bottom: -5%;
    position: absolute;
    width: 1px;
}
.sezioneIcone.sezioneMetodoIcone .singleIcon {
    background: #fff;
    padding: 16px 0px;
}
.sezione2Metodo {
    padding: 72px 0px;
}
.sezione2Metodo .contenutoSection h1, .sezione2Metodo .contenutoSection h2, .sezione2Metodo .contenutoSection h3, .sezione2Metodo .contenutoSection h4 {
    font-size: 20px;
}
.sezione2Metodo .contenutoSection p {
    font-size: 16px;
    line-height: 140%;
}
.contContatti {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-items: center;
    width: 100%;
}
.contattiContatti {
    flex-direction: column;
}
.telefono, .email {
    width: 100%;
    font-size: 18px;
}
p.textContatti {
    text-align: center;
    font-size: 18px;
}
p.titleContattiLeft {
    text-align: center;
    width: 100%;
}
.contattiLeft {
    gap: 20px;
}
.contattiRight {
    gap: 0px;
}
.sezioneContatti {
    padding: 72px 0px;
}
.contPrimaContatti h1, .contPrimaContatti h2, .contPrimaContatti h3, .contPrimaContatti h4 {
    font-size: 20px;
}
.contPrimaContatti p {
    font-size: 16px;
}
.gridVisionMission {
    grid-template-columns: 1fr;
}
.visionMission {
    padding: 72px 0px;
}
.timeline {
    padding: 72px 0px;
}
p.titleTimeline {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 150%;
}
.titoloTimeline {
    font-size: 20px;
    margin: 16px 0px;
}
.ilTeam {
    padding: 72px 0px;
}
.gridTeam {
    grid-template-columns: 1fr;
    width: 100%;
}
.vision .titleGridVision, .mission .titleGridVision {
    margin-bottom: 8px;
    font-size: 20px;
}
.articoli {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.articoliSection {
    padding: 72px 0px;
}
div#ez-toc-container {
    width: auto;
}
.ez-toc-title-container {
    width: auto !important;
    padding: 8px !important;
}
.wrapArticolo h1 {
    font-size: 48px !important;
    margin-top: 32px;
}
.wrapArticolo h2 {
    font-size: 32px !important;
    margin-top: 32px;
}
.wrapArticolo h3 {
    font-size: 24px !important;
    margin-top: 32px;
}
.wrapArticolo h4 {
    font-size: 20px !important;
    margin-top: 32px;
}
.shareArticle {
    width: auto;
    margin-bottom: 72px;
}
p.titleShare {
    font-size: 24px;
}
.caroselloPartner.slick-initialized.slick-slider {
    overflow: hidden;
}
.caroselloPartner.slick-initialized.slick-slider img {
    height: auto;
    width: 70% !important;
    margin: 0 auto;
}
a.cta {
    width: max-content;
    margin: 0 auto;
}
.contButton {
    justify-content: center;
}
.caroselloPartner .slick-slide {
    margin: 0px 8px !important;
}
.contCaroselloDestinazioni .contButton {
    justify-content: center;
}
.heroHome, .heroPage {
    margin-top: 80px;
}
.heroHome, .heroHomeContent {
    height: 500px;
}
.contBanner1 {
    gap: 16px;
}
.contBanner1 .testoMetodoHome p {
    text-align: center !important;
}
.wrapItinerario .titoloSezione {
    font-size: 20px;
    margin-bottom: 0px;
}
.gridInfoViaggio {
    margin-top: 40px;
}
.gridIcon {
    grid-template-columns: 1fr;
    gap: 50px 16px;
}
.gridSezioni {
    grid-template-columns: 1fr;
}
p.titoloSezioneGrid {
    font-size: 26px;
    margin: 0px;
    line-height: 100%;
}
.singleSezioneGrid.is-odd {
    background: var(--Zaffiro) !important;
}
.singleSezioneGrid.is-odd ul li {
    color: var(--White-Sand) !important;
}
.singleSezioneGrid.is-odd p {
    color: var(--White-Sand) !important;
}
.singleSezioneGrid.is-even, .singleSezioneGrid.singleSezioneGrid--8.is-even {
    background: #c29b450f !important;
}
.singleSezioneGrid.is-even ul li, .gridBusiness .singleSezioneGrid--4 .testoSezioneGrid li, .gridBusiness .singleSezioneGrid--8 .testoSezioneGrid li, .gridBusiness .singleSezioneGrid--8 .testoSezioneGrid ul li {
    color: var(--Zaffiro) !important;
}
.singleSezioneGrid.is-even p, .gridBusiness .singleSezioneGrid--4 .testoSezioneGrid p, .gridBusiness .singleSezioneGrid--8 .testoSezioneGrid p {
    color: var(--Zaffiro) !important;
}
.is-even p.titoloSezioneGrid, .gridBusiness .singleSezioneGrid--8 .titoloSezioneGrid, .gridBusiness .singleSezioneGrid--4 .titoloSezioneGrid{
    color: var(--Zaffiro) !important;
}
.recensioni .titleSection {
    margin-bottom: 16px;
}
.gridSezioni.gridMetodo .titoloSezioneGrid {
    font-size: 24px;
}
.sezione2Metodo {
    background: transparent;
}
.gridSezioni.gridMetodo .singleSezioneGrid.singleSezioneGrid--1.is-odd .titoloSezioneGrid,
.gridSezioni.gridMetodo .singleSezioneGrid.singleSezioneGrid--1.is-odd p,
.gridSezioni.gridMetodo .singleSezioneGrid.singleSezioneGrid--1.is-odd ul li{
    color: var(--White-Sand) !important;
}

.telefono, .email {
    width: calc(100% - 32px);
    font-size: 18px;
}
.grid-itinerari.America.isole {
    grid-template-columns: 1fr;
}
.grid-itinerari.Europa.isole {
    grid-template-columns: 1fr;
}
.contMetodoHome1 img{
    display: none;
}
.excerptItinerario p {
    font-size: 16px;
}
.contenutoSection {
    margin-bottom: 0px;
}
.faqs.faqs2 {
    margin-top: 0px;
}
.faqs.faqs2 p.titoloSezione {
    font-size: 17px;
    width: 100%;
    text-align: center;
    line-height: 150%;
}
.faqs2 .tab:last-child {
    border-bottom: 0px solid #EBE3D1;
}
.faqs2 label.tab__label {
    font-size: 17px;
    display: flex;
    align-items: flex-start;
}
.categoryCard {
    width: 80%;
    margin: 18px auto 0;
    padding: 8px 8px;
    background: #fff;
    border-radius: 34px;
    line-height: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--Zaffiro);
    text-align: center;
}
.sezione2Metodo h2 {
    color: var(--Zaffiro) !important;
    font-size: 23px !important;
}
.sezione2Metodo {
    padding: 52px 0px;
}
.sezione2Metodo .cta{
    background-color: var(--Zaffiro) !important;
    color: var(--White-Sand) !important;
    margin-top: 24px;
}
.sezioneIcone.sezioneMetodoIcone {
    padding: 40px 0px;
}
.contMenu {
    height: 65%;
    display: flex;
    align-items: flex-start;
    margin: auto;
}
.cta {
    display: flex;
    padding: 18px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    text-decoration: none;
    border: 2px solid var(--White-Sand);
    background: var(--White-Sand);
    color: var(--Zaffiro);
}


.bottomMoulo a {
    border-radius: 8px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    border: 2px solid var(--White-Sand);
    background: var(--White-Sand);
    color: var(--Zaffiro);
}
.infoItinerario .cta {
    display: flex;
    padding: 13px 26px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 100%;
    text-decoration: none;
    width: calc(100% - 48px);
    transition: 0.2s all ease-in-out;
    background: var(--White-Sand, #F9F5EC);
    color: var(--Zaffiro, #2D5542);
    border: 2px solid var(--White-Sand);
}

.imgConcierge {
    height: 140px;
    width: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto 32px;
}
.imgConcierge.imgMetodo2 {
    width: 100%;
}
p.title-widget {
    margin-top: 40px;
}

.contentCarosello2 .cta2 {
    margin-top: 32px;
}
.overlaymenu ul {
    margin-top: 10%;
}
}