.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFD2DD;--e-global-color-text:#203D7C;--e-global-color-accent:#C81D5E;--e-global-color-1343f58:#0B1543;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-7509ace-font-family:"Roboto";--e-global-typography-7509ace-font-size:18px;--e-global-typography-7509ace-font-weight:700;--e-global-typography-38fce3d-font-family:"Georgia";--e-global-typography-38fce3d-font-size:40px;}.elementor-kit-6 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){--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{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-kit-6{--e-global-typography-primary-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --titoli_poppins:Poppins; --bianco:#ffffff; --titoli_box:18px; --blu:#0b1543; --rosa:#ffe6eddb; --testi_box:16px; --titoli_icone:22px; --testi_poppins:Poppins; --titoli_mobile:40px; }
/* Start custom CSS *//* Header iniziale visibile */
.header-1 {
    transition: opacity 0.3s ease;
}

/* Header sticky nascosto all'avvio */
.header-2 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Stato dopo lo scroll */
.header-1.hide-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header-2.show-header {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}



@media (max-width: 767px) {
  .elementor-invisible {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .animated,
  .elementor-animation-grow,
  .elementor-animation-shrink,
  [class*="fadeIn"],
  [class*="slideIn"],
  [class*="zoomIn"],
  [class*="bounceIn"],
  [class*="rotateIn"] {
    animation: none !important;
    animation-name: none !important;
  }
}/* End custom CSS */