@charset "UTF-8";
/**************************************************
* LEGENDA :
- SECTION:XXX (vado a cercare le singole sezioni )  
**************************************************/
/**************************************************
===================================================  
***** TYPOGRAFY ***********************************
=================================================== 
**************************************************/
:root {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--default: 20px;
  --wp--preset--font-size--medium: 24px;
  --wp--preset--font-size--large: 38px;
  --wp--preset--font-size--xlarge: 50px;
}

@media (max-width: 1500px) {
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--default: 16px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--xlarge: 36px;
  }
}
@media (max-width: 1024px) {
  :root {
    --wp--preset--font-size--xlarge: 32px;
  }
}
@media (max-width: 768px) {
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--default: 15px;
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 26px;
    --wp--preset--font-size--xlarge: 28px;
  }
}
@media (max-width: 500px) {
  :root {
    --wp--preset--font-size--large: 24px;
    --wp--preset--font-size--xlarge: 28px;
  }
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v25-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**************************************************
===================================================  
***** DEFAULT BLOCKS ***********************************
=================================================== 
**************************************************/
.td--none {
  text-decoration: none;
}

.display--none {
  display: none !important;
}
.display--inline-block {
  display: inline-block !important;
}
.display--inline-flex {
  display: inline-flex !important;
}

@media only screen and (max-width: 1024px) {
  .display--1024 {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .display--768 {
    display: none !important;
  }
}
.mobile-br {
  display: inline;
}

@media (max-width: 767px) {
  .mobile-br {
    display: block;
    width: 100%;
  }
}
/* Margin -- */
.m--0 {
  margin: 0px !important;
}

.mt--0 {
  margin-top: 0px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.ml--0 {
  margin-left: 0px !important;
}

.m--10 {
  margin: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.m--20 {
  margin: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.m--30 {
  margin: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.m--40 {
  margin: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.m--50 {
  margin: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.m--60 {
  margin: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.m--70 {
  margin: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.m--80 {
  margin: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.m--90 {
  margin: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.m--100 {
  margin: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

/* Padding -- */
.p--0 {
  padding: 0px !important;
}

.pt--0 {
  padding-top: 0px !important;
}

.pr--0 {
  padding-right: 0px !important;
}

.pb--0 {
  padding-bottom: 0px !important;
}

.pl--0 {
  padding-left: 0px !important;
}

.p--10 {
  padding: 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.p--20 {
  padding: 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.p--30 {
  padding: 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.p--40 {
  padding: 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.p--50 {
  padding: 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.p--60 {
  padding: 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.p--70 {
  padding: 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.p--80 {
  padding: 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.p--90 {
  padding: 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.p--100 {
  padding: 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

/* Container -- */
.wrapper {
  position: relative;
  max-width: 100%;
}

.container--300 {
  max-width: 300px !important;
  width: 100%;
  position: relative;
}

.container--350 {
  max-width: 350px !important;
  width: 100%;
  position: relative;
}

.container--400 {
  max-width: 400px !important;
  width: 100%;
  position: relative;
}

.container--450 {
  max-width: 450px !important;
  width: 100%;
  position: relative;
}

.container--500 {
  max-width: 500px !important;
  width: 100%;
  position: relative;
}

.container--550 {
  max-width: 550px !important;
  width: 100%;
  position: relative;
}

.container--600 {
  max-width: 600px !important;
  width: 100%;
  position: relative;
}

.container--650 {
  max-width: 650px !important;
  width: 100%;
  position: relative;
}

.container--700 {
  max-width: 700px !important;
  width: 100%;
  position: relative;
}

.container--750 {
  max-width: 750px !important;
  width: 100%;
  position: relative;
}

.container--800 {
  max-width: 800px !important;
  width: 100%;
  position: relative;
}

.container--850 {
  max-width: 850px !important;
  width: 100%;
  position: relative;
}

.container--900 {
  max-width: 900px !important;
  width: 100%;
  position: relative;
}

.container--950 {
  max-width: 950px !important;
  width: 100%;
  position: relative;
}

.container--1000 {
  max-width: 1000px !important;
  width: 100%;
  position: relative;
}

.container--1050 {
  max-width: 1050px !important;
  width: 100%;
  position: relative;
}

.container--1100 {
  max-width: 1100px !important;
  width: 100%;
  position: relative;
}

.container--1150 {
  max-width: 1150px !important;
  width: 100%;
  position: relative;
}

.container--1200 {
  max-width: 1200px !important;
  width: 100%;
  position: relative;
}

.container--1250 {
  max-width: 1250px !important;
  width: 100%;
  position: relative;
}

.container--1300 {
  max-width: 1300px !important;
  width: 100%;
  position: relative;
}

.container--1350 {
  max-width: 1350px !important;
  width: 100%;
  position: relative;
}

.container--1400 {
  max-width: 1400px !important;
  width: 100%;
  position: relative;
}

.container--1450 {
  max-width: 1450px !important;
  width: 100%;
  position: relative;
}

.container--1500 {
  max-width: 1500px !important;
  width: 100%;
  position: relative;
}

.container--1550 {
  max-width: 1550px !important;
  width: 100%;
  position: relative;
}

.container--1600 {
  max-width: 1600px !important;
  width: 100%;
  position: relative;
}

.container--1650 {
  max-width: 1650px !important;
  width: 100%;
  position: relative;
}

.container--1700 {
  max-width: 1700px !important;
  width: 100%;
  position: relative;
}

.container--1750 {
  max-width: 1750px !important;
  width: 100%;
  position: relative;
}

.container--1800 {
  max-width: 1800px !important;
  width: 100%;
  position: relative;
}

.container--1850 {
  max-width: 1850px !important;
  width: 100%;
  position: relative;
}

.container--1900 {
  max-width: 1900px !important;
  width: 100%;
  position: relative;
}

.container--1950 {
  max-width: 1950px !important;
  width: 100%;
  position: relative;
}

.container--2000 {
  max-width: 2000px !important;
  width: 100%;
  position: relative;
}

/* FlexBox -- */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.order-1 {
  order: -1;
}

.gap--0 {
  gap: 0px !important;
}

.gap--5 {
  gap: 5px !important;
}

.gap--10 {
  gap: 10px !important;
}

.gap--15 {
  gap: 15px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--25 {
  gap: 25px !important;
}

.gap--30 {
  gap: 30px !important;
}

.gap--35 {
  gap: 35px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--45 {
  gap: 45px !important;
}

.gap--50 {
  gap: 50px !important;
}

.gap--55 {
  gap: 55px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--65 {
  gap: 65px !important;
}

.gap--70 {
  gap: 70px !important;
}

.gap--75 {
  gap: 75px !important;
}

.gap--80 {
  gap: 80px !important;
}

.gap--85 {
  gap: 85px !important;
}

.gap--90 {
  gap: 90px !important;
}

.gap--95 {
  gap: 95px !important;
}

.gap--100 {
  gap: 100px !important;
}

.flex__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex__wrap {
  flex-wrap: wrap !important;
}

.flex__nowrap {
  flex-wrap: nowrap !important;
}

.justify__between {
  justify-content: space-between !important;
}
.justify__start {
  justify-content: start !important;
}
.justify__end {
  justify-content: end !important;
}
.justify__center {
  justify-content: center !important;
}

.align__center {
  align-items: center;
}
.align__end {
  align-items: end !important;
}
.align__start {
  align-items: start;
}
.align__self--start {
  align-self: flex-start;
}

.flex--column {
  flex-direction: column;
}

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

.font--bold {
  font-weight: 700;
}

.font--bolder {
  font-weight: 900;
}

.text--capitalize {
  text-transform: capitalize;
}

.text--uppercase {
  text-transform: uppercase;
}

.font-weight--900 {
  font-weight: 900;
}

/* Headings (fluid with clamp) */
/* contents */
/**************************************************
===================================================
===================================================   
***** SECTION:WORDPRESS CORE ***********************************
===================================================
===================================================   
**************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  overflow-x: hidden;
}

h1 {
  font-size: var(--wp--preset--font-size--xlarge);
  line-height: 1.4;
}

h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}

h3,
h4,
body {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.5;
}

p,
blockquote {
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

h5,
h6,
small,
.text-small {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}

.has-xlarge-font-size {
  font-size: var(--wp--preset--font-size--xlarge);
  line-height: 1.4;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.4;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.5;
}

.has-default-font-size {
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
}

h1,
h2,
h3 {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}

h3 {
  color: var(--wp--preset--color--black);
}

/* --------------------
   Blockquote Styling
-------------------- */
blockquote {
  font-style: italic;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #ccc;
  color: #333;
}
blockquote p {
  margin: 0;
}

/* --------------------
   List Styling
-------------------- */
ul,
ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
  font-size: var(--wp--preset--font-size--default);
  line-height: 1.5;
}

/* Optional: Nested list spacing */
ul ul,
ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Optional: custom bullet styles */
ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

/**************************************************
===================================================
===================================================   
***** SECTION:GENERALE ***********************************
===================================================
===================================================   
**************************************************/
/* bordi e padding interni */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

/* clear per i float */
.clearer {
  clear: both;
}

/* immagini dei siti responsive */
img {
  height: auto;
  max-width: 100%;
  display: block;
}

/* serve a dire se inserire i focus o no*/
*:focus {
  outline: none;
}

/* serve a centrare il marcatore div */
.content,
.is-style-content {
  margin: 0 auto;
  width: var(--wp--style--global--content-size);
}

.content-wide {
  margin: 0 auto !important;
  width: var(--wp--style--global--wide-size);
}

.content-full {
  margin: 0 4% !important;
  width: 92% !important;
}

/* GRID LAYOUT */
.col-1 {
  width: 8.3333333%;
}

.col-2 {
  width: 16.666666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.666666%;
}

.col-10 {
  width: 83.333333%;
}

.divider {
  padding: 20px 0;
}

.spacer {
  padding: 70px 0;
}

.responsive {
  height: auto;
  width: 100%;
}

.center {
  text-align: center;
}

h4,
h5,
h6,
a {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  word-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

p {
  color: inherit;
  margin-top: 0px !important;
  margin-bottom: 20px;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s;
}

/* INIZIO CODICE PERSONALIZZATO */
.menu {
  list-style-type: disc;
  /* Sets black dots */
}

/* Ensure the sub-menu also uses black dots */
.sub-menu {
  list-style-type: disc;
  /* Sets black dots for sub-menu */
}

/*****************MEDIA-QUERY - inizio *********************************/
@media only screen and (max-width: 1600px) {
  .content-wide {
    margin: 0 4% !important;
    width: 92% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .content,
  .is-style-content {
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .content,
  .is-style-content {
    margin: 0 4%;
    width: 92%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8 {
    width: 100%;
  }
}
/**************************************************
===================================================  
===================================================  
***** SECTION:HERO ********************************
=================================================== 
===================================================  
**************************************************/
.hero {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  position: relative;
}

.hero__content {
  width: 100%;
  height: 100vh;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.468);
  z-index: -1;
}

/**************************************************
===================================================
===================================================    
***** SECTION:DARK SECTION ********************************
===================================================
===================================================   
**************************************************/
body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Lato", sans-serif;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

.wp-block-column {
  height: 100%;
}

@media only screen and (max-width: 1500px) {
  .map-container {
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .map-container {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .map-container {
    padding-bottom: 80%;
  }
}
:root {
  --swiper-button-height: 80px;
  --swiper-button-width: 80px;
}

.swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.mySwiperContainer {
  position: relative;
  display: flex;
  justify-content: center;
}

.swiper {
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  width: 95%;
}
.swiper-wrapper, .swiper-slide {
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next img,
.swiper-button-prev img {
  padding: 10px;
  border-radius: 50%;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: var(--swiper-button-width);
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}
.swiper-button-next > img, .swiper-button-prev > img {
  width: var(--swiper-button-width);
  height: auto;
}
.swiper-button-next {
  justify-content: end;
  transform: translateY(-50%) translateX(40px);
}
.swiper-button-prev {
  justify-content: start;
  right: auto;
  transform: translateY(-50%) translateX(-40px);
}

#swiperrecensioni {
  max-height: 200px;
}
#swiperrecensioni .swiper {
  padding: 0px !important;
  max-height: 200px;
}
#swiperrecensioni .swiper-wrapper {
  max-height: none;
}
#swiperrecensioni .swiper-slide {
  max-height: none;
  height: auto;
}
#swiperrecensioni .swiper-slide {
  border-radius: 20px;
  position: relative;
  background-color: transparent !important;
}
#swiperrecensioni .swiper-slide__inner {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  padding: 20px;
  display: block;
  z-index: 2;
  position: relative;
}
#swiperrecensioni .swiper-slide__inner .cs-sw-recensione {
  object-fit: contain;
  width: auto;
  height: 100%;
  width: 100%;
  display: block;
}
#swiperrecensioni .swiper-button-next {
  justify-content: end;
  transform: translateY(calc(-50% + 10px)) translateX(20px);
}
#swiperrecensioni .swiper-button-prev {
  justify-content: start;
  right: auto;
  transform: translateY(calc(-50% + 10px)) translateX(-20px);
}

#swiperprogetti .slide-img {
  display: block;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}
#swiperprogetti .swiper-slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.293);
  display: flex;
  flex-direction: column;
  padding: 15px;
}
#swiperprogetti .cs-sw-title {
  display: inline-block !important;
  width: auto !important;
  text-align: end;
  padding: 5px 5px;
  color: var(--wp--preset--color--white);
  margin-bottom: 0px !important;
}
#swiperprogetti .cs-sw-title h3 {
  font-size: 16px !important;
  padding: 8px 12px;
  border-radius: 5px;
  display: inline-block !important;
  background-color: rgba(255, 255, 255, 0.889);
  color: var(--wp--preset--color--primary);
}

/**************************************************
===================================================  
***** FORM AND BUTTONS ****************************
=================================================== 
**************************************************/
.fa-phone-volume {
  padding: 0.4em;
  font-size: 0.8em;
  border: 2px solid;
  border-radius: 50%;
}

.btn,
input.submit,
.wpcf7-submit,
.wp-block-button__link {
  letter-spacing: 4px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 10px 24px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: var(--wp--preset--color--white);
  transition: all 0.4s;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--orange:hover,
  input.submit.btn--orange:hover,
  .wpcf7-submit.btn--orange:hover,
  .wp-block-button__link.btn--orange:hover {
    background-color: var(--wp--preset--color--orange);
    color: var(--wp--preset--color--white);
    border-color: transparent;
  }
  .btn:not(.btn--pieno):not(.btn--orange):not(.btn--green):not(.btn--dark):not(.btn--white):hover,
  input.submit:not(.btn--pieno):not(.btn--orange):not(.btn--green):not(.btn--dark):not(.btn--white):hover,
  .wpcf7-submit:not(.btn--pieno):not(.btn--orange):not(.btn--green):not(.btn--dark):not(.btn--white):hover,
  .wp-block-button__link:not(.btn--pieno):not(.btn--orange):not(.btn--green):not(.btn--dark):not(.btn--white):hover {
    color: var(--wp--preset--color--white);
    border-color: transparent;
    background-color: var(--wp--preset--color--primary);
  }
  .btn.btn--dark:hover,
  input.submit.btn--dark:hover,
  .wpcf7-submit.btn--dark:hover,
  .wp-block-button__link.btn--dark:hover {
    color: var(--wp--preset--color--primary-dark);
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--primary-dark);
  }
}
.btn.btn--orange,
input.submit.btn--orange,
.wpcf7-submit.btn--orange,
.wp-block-button__link.btn--orange {
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--orange);
  background-color: var(--wp--preset--color--orange);
}
.btn.btn--orange:hover,
input.submit.btn--orange:hover,
.wpcf7-submit.btn--orange:hover,
.wp-block-button__link.btn--orange:hover {
  background-color: var(--wp--preset--color--orange) !important;
  opacity: 0.9;
}
.btn.btn--white,
input.submit.btn--white,
.wpcf7-submit.btn--white,
.wp-block-button__link.btn--white {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
}
.btn.btn--white:hover,
input.submit.btn--white:hover,
.wpcf7-submit.btn--white:hover,
.wp-block-button__link.btn--white:hover {
  color: var(--wp--preset--color--white);
  border-color: rgba(255, 255, 255, 0.3568627451);
  background-color: var(--wp--preset--color--primary);
  opacity: 0.9;
}
.btn.btn--pieno,
input.submit.btn--pieno,
.wpcf7-submit.btn--pieno,
.wp-block-button__link.btn--pieno {
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
}
.btn.btn--pieno:hover,
input.submit.btn--pieno:hover,
.wpcf7-submit.btn--pieno:hover,
.wp-block-button__link.btn--pieno:hover {
  opacity: 0.9;
}
.btn.btn--transparent,
input.submit.btn--transparent,
.wpcf7-submit.btn--transparent,
.wp-block-button__link.btn--transparent {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--white) !important;
  border-color: transparent !important;
}
.btn.btn--transparent:hover,
input.submit.btn--transparent:hover,
.wpcf7-submit.btn--transparent:hover,
.wp-block-button__link.btn--transparent:hover {
  border-bottom-color: var(--wp--preset--color--white) !important;
}
@media only screen and (max-width: 500px) {
  .btn.btn--transparent,
  input.submit.btn--transparent,
  .wpcf7-submit.btn--transparent,
  .wp-block-button__link.btn--transparent {
    border-bottom-color: var(--wp--preset--color--orange) !important;
  }
}

.wp-block-button.btn--pieno .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  transition: all 0.3s;
}

.wp-block-button.btn--pieno .wp-block-button__link:hover {
  opacity: 0.7 !important;
}

.wp-block-button.btn--white .wp-block-button__link {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  transition: all 0.3s;
}

.wp-block-button.btn--white .wp-block-button__link:hover {
  opacity: 0.9 !important;
}

.wp-block-button.btn--orange .wp-block-button__link {
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--orange);
  background-color: var(--wp--preset--color--orange);
}

.wp-block-button.btn--orange .wp-block-button__link:hover {
  opacity: 0.9 !important;
  background-color: var(--wp--preset--color--orange) !important;
}

input.submit,
.wpcf7-submit {
  border-color: #5285c2 !important;
  background-color: #5285c2 !important;
  color: var(--wp--preset--color--white) !important;
}

@media only screen and (max-width: 1024px) {
  .btn,
  input.submit,
  .wpcf7-submit,
  .wp-block-button__link {
    font-size: 12px;
  }
}
/**************************************************
***** INPUTS ****************************
**************************************************/
.fs-input-large {
  font-size: clamp(var(--wp--preset--font-size--large), 2.5vw, 60px);
}

.fs-input {
  font-size: clamp(var(--wp--preset--font-size--small), 1.2vw, 32px);
}

form input,
form textarea,
form select,
form label,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-family: "Lato", sans-serif !important;
}

form {
  width: 100% !important;
  background-color: transparent;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form p {
  margin-bottom: 0px;
}

form label,
.wpcf7-response-output,
.wpcf7-not-valid-tip,
form input,
form select,
form textarea {
  border-radius: 4px;
  font-size: 16px;
}

form label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

form input,
form textarea {
  margin-top: 10px;
  padding: 8px 12px;
  border: none;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  transition: all 0.2s;
  border: 1px solid var(--wp--preset--color--orange);
}
form input:focus,
form textarea:focus {
  background-color: var(--wp--preset--color--primary);
  outline: 0;
}

form textarea {
  height: 10em;
  overflow-y: auto;
  resize: none;
}

form select,
.wpcf7-file {
  margin-top: 10px;
  padding: 0.8em 1em;
  width: 100%;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  border-radius: 100px;
  font-weight: bold;
  background-color: var(--wp--preset--color--grey);
  font-weight: bold;
  color: var(--wp--preset--color--white);
}
form select option,
.wpcf7-file option {
  text-transform: capitalize !important;
  cursor: pointer;
}

form input,
form textarea {
  width: 100%;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: var(--wp--preset--color--white) !important;
  transition: background-color 5000s ease-in-out 0s;
  margin-bottom: 0px !important;
}

input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill,
input:-moz-autofill:focus,
textarea:-moz-autofill:focus,
select:-moz-autofill:focus {
  background-color: transparent !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--white) !important;
  margin: 0px !important;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

input[type=submit] {
  min-width: 80px;
  padding: 15px 30px;
  font-size: 16px !important;
  text-transform: uppercase;
  border-color: #5285c2;
  background-color: #5285c2;
  color: var(--wp--preset--color--white);
}

.form__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form__columns .form__column {
  flex: 1;
  min-width: 150px;
}

.form__column--half {
  flex: 0 0 50% !important;
}

/**************************************************
***** CF7 ****************************
**************************************************/
.wpcf7 {
  width: 100%;
}

.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--wp--preset--color--white) !important;
  padding: 5px;
  font-size: 16px;
  text-transform: capitalize;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-submit {
  margin-top: 20px;
  width: auto !important;
}

.wpcf7-spinner {
  display: none !important;
}

form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 3px;
  background-color: transparent !important;
  color: var(--wp--preset--color--white);
  padding: 2px 10px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
}

.wpcf7 form.spam .wpcf7-response-output {
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 20px !important;
  margin-top: 20px !important;
  font-weight: bold;
  border: 2px solid grey;
  color: rgb(51, 82, 51) !important;
  text-align: center !important;
  border-radius: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: rgb(51, 82, 51) !important;
  border-color: rgba(51, 82, 51, 0.591);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3545 !important;
  border-color: rgba(220, 53, 70, 0.4117647059);
}

/* Mette checkbox e link sulla stessa riga */
span.wpcf7-form-control-wrap a {
  display: inline;
}

.wpcf7-form-control-wrap a {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  form label {
    font-size: 16px;
  }
  .form__columns .form__column {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  form {
    padding: 0px !important;
  }
  form label {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .wpcf7-acceptance .wpcf7-list-item-label,
  .wpcf7-acceptance .wpcf7-list-item-label a {
    color: var(--wp--preset--color--white) !important;
    padding: 5px;
    font-size: 14px !important;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 1600px) {
  .contatti-form {
    width: 100%;
    min-height: 300px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label a {
  color: var(--wp--preset--color--white) !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3545 !important;
}

input.submit,
.wpcf7-submit {
  max-width: 200px;
  border-color: var(--wp--preset--color--primary) !important;
  background-color: var(--wp--preset--color--orange) !important;
  color: var(--wp--preset--color--primary) !important;
}

form input,
form textarea {
  padding: 15px 15px;
  border-radius: 0px;
  font-size: 18px !important;
  font-family: "Lato", serif !important;
  font-weight: bold;
}

form input::placeholder,
form textarea::placeholder {
  color: #fff;
  opacity: 0.4;
  /* evita che alcuni browser lo rendano trasparente */
}

.gs-fade-up {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.gs-static-fade-in {
  opacity: 0;
  will-change: opacity;
  transition: none;
}

.gs-fade-in {
  opacity: 0;
  will-change: opacity;
}

/**************************************************
=================================================== 
***** DEFAULT *************************************
=================================================== 
**************************************************/
/* Rimuove margini e padding dai blocchi principali */
.wp-block-paragraph,
.wp-block-spacer,
.wp-block-image,
.wp-block-cover {
  margin: 0 !important;
  padding: 0 !important;
}

.wp-block-cover {
  min-height: auto !important;
}

/* Elimina margini verticali dai principali blocchi di layout */
:where(.wp-block-group,
.wp-block-columns,
.wp-block-column,
.wp-block-media-text,
.wp-block-buttons) {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Applica lo stesso anche ai blocchi dentro is-layout-constrained */
.wp-block-image > img,
.wp-block-cover > img {
  border-radius: 0px;
}

.wp-block-cover.krt-section > img {
  border-radius: 0px;
}

/**************************************************
=================================================== 
***** DEFAULT *************************************
=================================================== 
**************************************************/
/* Contenuti normali (no alignwide/alignfull/alingResponsive) */
.gutenberg-content > *:not(.alignwide):not(.alignfull):not(.alignResponsive),
.wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull):not(.alignResponsive) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

/* Alignwide */
.gutenberg-content > .alignwide,
.wp-block-cover__inner-container > .alignwide,
.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.gutenberg-content > .alignfull,
.wp-block-cover__inner-container > .alignfull,
.alignfull {
  max-width: none;
  width: 100%;
}

.alignResponsive {
  padding: 0 4%;
}

/*****************MEDIA-QUERY - inizio *********************************/
@media only screen and (max-width: 1600px) {
  .gutenberg-content > .alignwide,
  .wp-block-cover__inner-container > .alignwide,
  .alignwide {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .gutenberg-content > *:not(.alignwide):not(.alignfull):not(.alignResponsive),
  .wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull):not(.alignResponsive) {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .gutenberg-content > *:not(.alignwide):not(.alignfull):not(.alignResponsive),
  .wp-block-cover__inner-container > *:not(.alignwide):not(.alignfull):not(.alignResponsive) {
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0 4%;
    width: 92%;
  }
}
@media only screen and (max-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8 {
    width: 100%;
  }
}
/* ==========================================
    Mobile - fine
   ========================================== */
@media only screen and (max-width: 1600px) {
  /* L’immagine riempie la figure */
  .cs-wp-resize-img.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.8;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  /* L’immagine riempie la figure */
  .cs-wp-resize-img.wp-block-image img {
    aspect-ratio: 1/0.5;
  }
}
@media only screen and (max-width: 768px) {
  /* L’immagine riempie la figure */
  .cs-wp-resize-img.wp-block-image img {
    aspect-ratio: 1/0.7;
  }
}
@media only screen and (max-width: 500px) {
  /* L’immagine riempie la figure */
  .cs-wp-resize-img.wp-block-image img {
    aspect-ratio: 1/1;
  }
}
:root {
  --spacer-small: 18px;
  --spacer-medium: 50px;
  --spacer-large: 120px;
}

@media (max-width: 768px) {
  :root {
    --spacer-small: 13px;
    --spacer-medium: 40px;
    --spacer-large: 100px;
  }
}
.spacer-large,
.spacer-medium,
.spacer-small {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
}

.spacer-large {
  height: var(--spacer-large);
}

.spacer-medium {
  height: var(--spacer-medium);
}

.spacer-small {
  height: var(--spacer-small);
}

.spacer-v1 {
  height: var(--spacer-large);
}

@media (max-width: 1024px) {
  .spacer-v1 {
    height: var(--spacer-medium);
  }
}
/* Blocca figure e img insieme */
.wp-block-image.cs-full-height-img {
  width: 100%;
  height: 80vh;
  /* o 80vh se vuoi */
  margin: 0;
  /* rimuovi eventuali spazi di default */
}

.wp-block-image.cs-full-height-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* rimuove eventuali gap sotto l'immagine */
}

.acf-line-block {
  margin: 0 auto;
  display: inline-block;
  min-height: 0px;
  background-color: var(--wp--preset--color--orange);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: rgba(120, 114, 22, 0.198) 0px 5px 15px;
}

/* Contenitore colonne con classe personalizzata */
.wp-block-columns.cs-flex-adaptive,
.wp-block-columns.cs-flex-adaptive--reverse {
  display: flex;
  align-items: flex-start;
  /* allinea verticalmente */
  gap: 2rem;
  /* distanza tra colonne */
}

/* Prima colonna (titolo) */
.wp-block-columns.cs-flex-adaptive > .wp-block-column:first-child {
  flex: 0 0 auto;
  /* si adatta al contenuto */
}

/* Seconda colonna (contenuto full) */
.wp-block-columns.cs-flex-adaptive > .wp-block-column:last-child {
  flex: 1 1 auto;
  /* si espande al massimo */
}

/* Prima colonna (titolo) */
.wp-block-columns.cs-flex-adaptive--reverse > .wp-block-column:first-child {
  flex: 1 1 auto;
  /* si adatta al contenuto */
}

/* Seconda colonna (contenuto full) */
.wp-block-columns.cs-flex-adaptive--reverse > .wp-block-column:last-child {
  flex: 0 0 auto;
  /* si espande al massimo */
}

/**************************************************
=================================================== 
***** INIZIALIZZO I PATTERN PERSONALIZZATI ********
=================================================== 
**************************************************/
.krt-section {
  position: relative;
}

.krt-section--marmoblu {
  position: relative;
  background-image: url(../img/marmo_bianco.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

/* Disattiva il flash blu su mobile */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

#scrollTopMobile {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#scrollTopMobile.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#mobileBottom {
  display: none;
}

@media only screen and (max-width: 768px) {
  #mobileBottom.active {
    display: flex;
    transform: translateY(0%);
  }
  #mobileBottom {
    content: "";
    position: fixed;
    bottom: 15px;
    min-width: 30px;
    gap: 10px;
    left: 0px;
    width: 100%;
    min-height: 20px;
    transform: translateY(150%);
    z-index: 4;
    display: none;
    flex-direction: row;
    justify-content: center;
    background-color: transparent;
  }
  #mobileBottom .mobileBottom__item {
    background-color: white;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobileBottom .mobileBottom__item i {
    font-size: 18px;
    color: var(--wp--preset--color--white);
  }
  #mobileBottom .mobileBottom__item:nth-child(1) {
    background-color: #555;
  }
  #mobileBottom .mobileBottom__item:nth-child(2) {
    background-color: #1182fb;
  }
  #mobileBottom .mobileBottom__item:nth-child(3) {
    background-color: #0b8457;
  }
}
@media only screen and (max-width: 1024px) {
  .title__responsive {
    text-align: center !important;
  }
  .responsive-1024 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .responsive-1024 .wp-block-column {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .responsive-1024 .order1-1024 {
    order: -10 !important;
  }
}
@media only screen and (max-width: 768px) {
  .responsive-768 {
    display: block !important;
    /* Normalize each column */
  }
  .responsive-768 .wp-block-columns {
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-sizing: border-box;
    gap: 0 !important;
    display: block !important;
  }
  .responsive-768 .wp-block-column {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: block !important;
    margin-bottom: 30px !important;
  }
  .order1-768 {
    order: -1 !important;
  }
  .text-center-768 {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .justify-center-768 {
    justify-content: center;
  }
}
/* Blocca lo scroll della pagina */
/* Blocca scroll solo sotto 1200px */
.no-scroll {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .no-scroll {
    overflow: auto;
  }
}
header {
  z-index: 99;
  position: fixed;
  height: 120px;
  top: 0px;
  left: 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

header.scrolled {
  border-bottom: 1px solid #272a2a;
  background-color: var(--wp--preset--color--black);
  box-shadow: 0 2px 10px rgba(39, 42, 42, 0.3058823529);
}
header.scrolled .header__navbar-title {
  opacity: 1;
}

.header {
  margin: 0 auto;
  width: 100%;
  padding: 5px 4vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 99999 !important;
}

.header__logo img {
  max-height: 80px;
}

.header__navbar {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header__navbar-icon {
  background: #e0a926;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.header__navbar-title {
  color: rgba(243, 243, 243, 0.4823529412);
  opacity: 0;
}

.header__navbar-icon::before,
.header__navbar-icon::after {
  content: "";
  position: absolute;
  left: 20%;
  width: 60%;
  height: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* più smooth */
  transform-origin: center;
  background: var(--wp--preset--color--black);
}

.header__navbar-icon::before {
  top: 50%;
  /* linea orizzontale */
  transform: translateY(-50%);
}

.header__navbar-icon::after {
  top: 50%;
  /* linea verticale */
  transform: translateY(-50%) rotate(90deg);
}

/* Stato aperto */
.header__navbar.is-active .header__navbar-icon::after {
  transform: translateY(-50%) rotate(0deg);
}

.header__navbar.is-active .header__navbar-icon::before {
  transform: translateY(-50%);
  /* leggero effetto di riduzione */
}

.header-side-menu {
  z-index: 15 !important;
  max-width: 480px;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: var(--wp--preset--color--black);
  height: 100vh;
  height: 100dvh;
  border-left: 2px solid rgba(245, 199, 73, 0.108);
  z-index: 9;
}
.header-side-menu.open {
  transform: translateX(0);
}

#menu-primary-menu {
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 0px;
  list-style-type: none;
}
#menu-primary-menu .menu {
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-primary-menu .menu li {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
}
#menu-primary-menu .menu li a {
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  transition: color 0.3s ease;
  font-size: var(--header--fs);
  font-size: 14px;
}
#menu-primary-menu .menu-item {
  position: relative;
  border: 2px solid transparent;
  border-bottom: 1px solid rgba(128, 128, 128, 0.366);
  padding: 15px 0px;
  margin-bottom: 0px;
}
#menu-primary-menu .menu-item a {
  display: block;
  font-size: 20px;
  padding: 2px 12px;
  margin-right: 0px;
  border-radius: 0px;
  border-right: 3px solid transparent;
  transition: all 0.2s;
  width: 100%;
  text-decoration: none;
  color: var(--wp--preset--color--white);
}
#menu-primary-menu .menu-item a:hover {
  color: var(--wp--preset--color--orange);
}
#menu-primary-menu .menu-item:last-child a {
  border-right: none;
}

.header-side-menu__end {
  padding: 0px 30px 20px 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header-side-menu__end__item {
  display: flex;
  gap: 10px;
  color: var(--wp--preset--color--white);
}
.header-side-menu__end__item i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #272a2a;
}

header.slideUp {
  transform: translateY(calc(-100% - 30px));
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .header__logo img {
    max-height: 70px;
  }
  .header__navbar-title {
    display: none;
  }
  .header-side-menu {
    max-width: 1000px;
  }
}
/* ==========================================
    Footer - inizio
   ========================================== */
h4,
h5 {
  color: var(--wp--preset--color--white);
}

.ft-paragraph {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ft-paragraph--row {
  gap: 15px;
  flex-direction: row;
}

.ft-h4 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.logo__footer {
  max-height: 50px;
}

.footer__end__wrapper {
  padding-top: 30px;
  background-color: #353b3b;
}

.footer,
.footer__end {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 4vw;
  padding-right: 4vw;
}

footer {
  border-top: 2px solid rgba(224, 168, 38, 0.1333333333);
  background-color: var(--wp--preset--color--black);
  /* __CUSTOM__ */
  /* __CUSTOM__ */
}
footer a {
  color: var(--wp--preset--color--orange);
  text-decoration: none;
}
footer h4 {
  font-size: var(--wp--preset--font-size--medium);
}
footer .footer {
  padding: 40px 0px 20px 0px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.8fr 1fr;
  gap: 1rem;
}
footer .footer__intestazione {
  position: relative;
  min-height: 0px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
footer .footer__intestazione::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--wp--preset--color--orange);
}
footer .footer__content {
  margin-bottom: 20px;
}
footer .footer__sitemap {
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .footer__sitemap .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer__sitemap .menu li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
footer .footer__sitemap .menu li a {
  position: relative;
  text-decoration: none;
  color: var(--wp--preset--color--white);
  transition: color 0.3s ease;
  font-size: var(--header--fs);
}
footer .footer__sitemap .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: var(--wp--preset--color--white);
  transition: width 0.3s ease;
}
footer .footer__sitemap .menu li a:hover::after {
  width: 100%;
}
footer .footer__logo {
  width: auto;
  height: auto;
  max-height: 80px;
  display: block;
}
footer .delimiter {
  display: inline-block;
  margin: 0px 10px;
}
footer .footer__numero {
  margin-bottom: 20px;
  height: 100%;
  max-height: 90px;
}
footer .footer__end {
  background-color: #353b3b;
  padding: 10px 0px;
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1.5rem;
}
footer .footer__end p {
  margin-bottom: 0px;
}

.footer-form {
  background-color: var(--wp--preset--color--white);
  padding: 25px;
  border-radius: 20px;
}

.ft-copyright {
  gap: 15px;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1250px) {
  footer .footer {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  footer .footer__end__wrapper {
    padding: 30px 0px;
  }
  footer .footer__end {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
  footer .footer__end .footer__content {
    margin-bottom: 0px;
  }
  footer img.powerby {
    max-width: 250px;
    width: 100%;
  }
  .ft-copyright {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0px 4vw;
    padding-top: 4vw;
    gap: 20px;
  }
  footer .footer .footer__col {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  footer .footer__end {
    padding: 0px 4vw;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
  }
}
html {
  scroll-behavior: smooth;
}

p {
  line-height: 1.7;
}

.hero {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: relative;
}

.hero__content {
  width: 100%;
  height: 100vh;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.618);
  z-index: -1;
}

.cs-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  min-height: 20px;
  padding: 0px 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cs-hero-inner__occhiello {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  color: rgba(243, 243, 243, 0.4823529412);
  display: inline-block;
  color: var(--wp--preset--color--white);
  opacity: 0.8;
}
.cs-hero-inner__h1 {
  text-align: center;
  opacity: 0.9;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  color: var(--wp--preset--color--white);
}

.cs-line-orange {
  display: inline-block;
  position: relative;
  min-height: 0px;
  margin-bottom: 20px;
  background-color: var(--wp--preset--color--orange);
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.breadcrumbs {
  text-align: center;
}
.breadcrumbs a,
.breadcrumbs span {
  color: var(--wp--preset--color--white);
  font-size: 14px;
  text-decoration: none;
  color: var(--wp--preset--color--white);
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .cs-hero-inner__h1 {
    font-size: 36px;
    text-align: left;
  }
  .cs-hero-inner__occhiello {
    text-align: left;
  }
  .cs-hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .cs-hero-inner p {
    text-align: left;
  }
  .cs-hero-inner .acf-line-block {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .cs-hero-inner__h1 {
    font-size: 28px;
  }
}
.hero--page {
  will-change: opacity, transform;
  backface-visibility: hidden;
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 60vh;
  max-height: 1000px;
  overflow: hidden;
}
.hero--page__content {
  padding: 120px 4vw 20px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--page__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.145);
  z-index: 1;
}
.hero--page__content__inner {
  z-index: 2;
  max-width: 800px;
}

@media only screen and (max-width: 1024px) {
  .hero--page {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    height: 40vh;
    max-height: 500px;
  }
  .hero__page__content {
    padding: 100px 4vw 20px;
  }
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.poweredby {
  max-height: 18px;
  margin-top: 0px;
  min-height: 18px;
}

h1,
h2,
h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

h2 {
  color: var(--wp--preset--color--primary);
}

body {
  font-family: "Lato", sans-serif;
  background-color: #111111;
}

.ti-widget.ti-goog .ti-review-item > .ti-inner {
  min-height: 250px;
}

.cs-grid {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.cs-grid a {
  text-decoration: none;
}
.cs-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  aspect-ratio: 1/1;
  max-width: 40%;
  flex: 1 1 100%;
  max-width: 100%;
  border: 2px solid rgba(128, 128, 128, 0.477);
}
.cs-grid__item .cs-plus-icon {
  opacity: 0.7;
  margin-top: 10px;
  max-width: 40px;
  transition: all 0.3s;
}
.cs-grid__item img.cs-grid__item__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s ease;
  border-radius: 50%;
  z-index: 0;
}
.cs-grid__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.5s ease;
}
.cs-grid__item .cs-grid__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 15px;
}
.cs-grid__item .cs-grid__content h3 {
  color: var(--wp--preset--color--white);
  margin-bottom: 0px !important;
}
.cs-grid__item .cs-grid__content .cs-grid-3cols-arrow {
  opacity: 0.8;
  height: 40px;
  width: auto;
}
.cs-grid__item:hover img.cs-grid__item__bg {
  transform: scale(1.1);
}
.cs-grid__item:hover .cs-plus-icon {
  opacity: 1;
}
.cs-grid__item:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1400px) {
  .cs-grid__item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1800px) {
  .cs-grid__item {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
}

@media (max-width: 1800px) {
  .cs-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 1400px) {
  .cs-grid {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .cs-grid {
    max-width: 500px;
  }
}
.cs-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  gap: 30px;
}
.cs-grid-2__item {
  position: relative;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 30px;
  z-index: 1;
  border: 2px solid rgba(128, 128, 128, 0.477);
}
.cs-grid-2__item__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s ease;
  z-index: 0;
}
.cs-grid-2__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background-color 0.5s ease;
  border-radius: 10px;
}
.cs-grid-2__item__content {
  background-color: var(--wp--preset--color--orange);
  position: absolute;
  bottom: 10px;
  left: 5%;
  min-height: 60px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3 !important;
}
.cs-grid-2__item__content h3 {
  font-size: 22px !important;
  margin-bottom: 0px !important;
  color: var(--wp--preset--color--black);
}
.cs-grid-2__item:hover .cs-grid-2__item__bg {
  transform: scale(1.1);
}
.cs-grid-2__item:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 1400px) {
  .cs-grid-2 {
    display: flex;
    flex-direction: column;
    margin: 0 auto !important;
    max-width: 400px !important;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
  }
}
.cs-list-servizi {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-list-servizi__item {
  min-height: 400px;
  width: 100%;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
.cs-list-servizi__item__img {
  border-radius: 50%;
  border: 2px solid rgba(128, 128, 128, 0.223);
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.cs-list-servizi__item__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s ease;
  border-radius: 50%;
  z-index: 0;
}
.cs-list-servizi__item__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.cs-list-servizi__item__content h3 {
  color: var(--wp--preset--color--white);
}

@media only screen and (min-width: 769px) {
  .cs-list-servizi__item:nth-child(even) .cs-list-servizi__item__content {
    order: -1;
    /* sposta testo a sinistra */
  }
  .cs-list-servizi__item:nth-child(even) .cs-list-servizi__item__content h3 {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .cs-list-servizi {
    align-items: center;
    justify-content: center;
  }
  .cs-list-servizi__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    gap: 10px;
    width: 100%;
  }
  .cs-list-servizi__item h3 {
    text-align: center;
  }
}
.cs-list-settori {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-list-settori__item {
  min-height: 400px;
  width: 100%;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
.cs-list-settori__item__img {
  border: 2px solid rgba(128, 128, 128, 0.223);
  position: relative;
  aspect-ratio: 3/4;
}
.cs-list-settori__item__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s ease;
  z-index: 0;
}
.cs-list-settori__item__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.cs-list-settori__item__content h3 {
  color: var(--wp--preset--color--white);
}

@media only screen and (min-width: 769px) {
  .cs-list-settori__item:nth-child(even) .cs-list-settori__item__content {
    order: -1;
    /* sposta testo a sinistra */
  }
  .cs-list-settori__item:nth-child(even) .cs-list-settori__item__content h3 {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .cs-list-settori {
    align-items: center;
    justify-content: center;
  }
  .cs-list-settori__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    gap: 10px;
  }
  .cs-list-settori__item h3 {
    text-align: center;
  }
}
.cus-contatti {
  min-height: 400px;
  width: 100%;
  display: flex;
  gap: 50px;
  /* prima colonna: larghezza automatica in base al contenuto */
  /* seconda colonna: prende tutto lo spazio rimasto */
}
.cus-contatti .cus-contatti-left {
  padding-right: 80px;
  flex: 0 0 auto;
  /* non cresce, non si restringe, larghezza automatica */
}
.cus-contatti .cus-contatti-right {
  flex: 1 1 0;
  /* cresce per occupare tutto lo spazio disponibile */
}

.cus-maps-static {
  width: 100%;
  position: relative;
  height: 500px;
  cursor: pointer;
}
.cus-maps-static img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cus-maps-static:hover .cus-maps-static-text {
  opacity: 1;
}
.cus-maps-static .cus-maps-static-text {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.342);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .cus-contatti {
    display: flex;
    flex-direction: column;
  }
  .cus-maps-static {
    width: 100%;
    position: relative;
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .cus-title-contatti {
    text-align: center;
  }
}
.cs--max-250 {
  max-width: 250px;
}

/*# sourceMappingURL=style.css.map */
