.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4481f34:#FFFFFF;--e-global-color-c68826d:#E84F46;--e-global-color-16e6fe1:#FFFFFF4D;--e-global-color-8f1c93f:#E0E0DE;--e-global-color-dbc58e3:#ECEAE7;--e-global-color-069c94c:#000000;--e-global-color-bd9aa5a:#33584B;--e-global-typography-primary-font-family:"Neutra";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Neutra";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Neutra";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Neutra";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-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 */#icon-close-page {
  display: none;
}

body.elementor-offcanvas-menu-active #icon-open-page {
  display: none;
}

body.elementor-offcanvas-menu-active #icon-close-page {
  display: inline-block;
}

.site-header {
  display: none !important;
}

body {
  padding-left: 150px;
}

@media (max-width: 1024px) {
  body {
    padding-left: 0; /* Su mobile rimuove lo spazio se la barra è nascosta */
  }
}

.elementor-container,
.elementor-section,
.elementor-widget,
.elementor-element {
  box-sizing: border-box;
}

/* Blurred section ------------------*/

.blurred-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.blurred-section::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  z-index: 0;
}

.blurred-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* overlay nero */
  z-index: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neutra';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2025/04/NeutraTextTF-Book.woff2') format('woff2'),
		url('/wp-content/uploads/2025/04/NeutraTextTF-Book.woff') format('woff');
}
@font-face {
	font-family: 'Neutra';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/wp-content/uploads/2025/04/NeutraText-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/2025/04/NeutraText-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */