.elementor-kit-5{--e-global-color-primary:#D0131A;--e-global-color-secondary:#5A5A5A;--e-global-color-text:#000000;--e-global-color-accent:#D0131A;--e-global-color-699825b:#F8AD00;--e-global-color-5c7000d:#7F1621;--e-global-color-ed2ee3b:#FFFDF6;--e-global-color-bbf6681:#3C8AC2;--e-global-color-97492c3:#707070;--e-global-color-16ed526:#FFFFFF00;--e-global-color-3687e61:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:700;}.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){--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-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{
width:100%;
overflow-x:hidden;
}

/* CSS */
#site-header{                /* sostituisci con il tuo selettore reale */
  position:sticky;
  top:0;
  z-index:999;
  transition:transform .25s ease;
}
#site-header.hide-header{
  transform:translateY(-81px);   /* altezza da “far sparire” */
}

#site-header-mob{                /* sostituisci con il tuo selettore reale */
  position:sticky;
  top:0;
  z-index:999;
  transition:transform .25s ease;
}
#site-header-mob.hide-header-mob{
  transform:translateY(-59px);   /* altezza da “far sparire” */
}/* End custom CSS */