.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 h1{font-family:"Playfair Display", Sans-serif;font-size:96px;font-weight:400;line-height:100px;}.elementor-kit-6 h2{font-family:"Playfair Display", Sans-serif;font-size:60px;line-height:65px;}.elementor-kit-6 h4{font-family:"Playfair Display", Sans-serif;font-size:40px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h2{font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
}

/*HOVER PRIME CARD HOME*/

/* contenitore: nasconde lo zoom che esce dai bordi */
.hover-zoom-box {
  overflow: hidden;
  position: relative;
}

/* immagine di sfondo: transizione zoom */
.hover-zoom-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: 0;
}

.hover-zoom-box:hover::before {
  transform: scale(1.08);
}

/* testo: nascosto di default */
.hover-zoom-text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
  z-index: 1;
}

/* testo: appare con hover sul contenitore */
.hover-zoom-box:hover .hover-zoom-text {
  opacity: 1;
  transform: translateY(0);
}

/* overlay scuro in hover */
.hover-zoom-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  z-index: 0;
}

.hover-zoom-box:hover::after {
  background: rgba(0, 0, 0, 0.35);
}


/*3 CARD PICCOLE QUADRATE*/
.quadrato {
  aspect-ratio: 1 / 1;
  overflow: hidden;

}

/*3 CARD STAGIONI*/

.grid-uguale {
  align-items: stretch;
}

.grid-uguale > .e-con {
  height: auto !important;
  min-height: 44vh;
}



/*3 QUERY TESTI*/
/* Tablet: tra 768px e 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  h1.titolo-principale,
  h1.titolo-principale[style],
  h2.titolo-principale,
  h2.titolo-principale[style],
  .titolo-principale *,
  .titolo-principale *[style] {
    font-size: 60px !important;
    line-height: 65px !important;
  }
}

/* Mobile: sotto i 768px */
@media (max-width: 767px) {
  h1.titolo-principale,
  h1.titolo-principale[style],
  h2.titolo-principale,
  h2.titolo-principale[style],
  .titolo-principale *,
  .titolo-principale *[style] {
    font-size: 39px !important;
    line-height: 65px !important;
  }
}



/* HOVER LOGO HEADER */

.logo-header img {
  transition: filter 0.3s ease;
}

.logo-header img:hover {
  filter: brightness(0) saturate(100%) invert(70%) sepia(40%) saturate(500%) hue-rotate(5deg) brightness(95%);
}/* End custom CSS */