.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#777777;--e-global-color-accent:#D80000;--e-global-color-f7e535d:#DBDBDB;--e-global-color-0d3ec36:#E9E9E9;--e-global-color-530d526:#8B8B8B;--e-global-color-15a3231:#D80000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--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;color:var( --e-global-color-text );font-size:16px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-accent );}.elementor-kit-11 h1{font-size:60px;}.elementor-kit-11 h2{font-size:42px;}.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 *//* --- Header sticky bateaux-like --- */
.sereca-header{
  position: sticky;        /* resta agganciato in alto */
  top: 0;
  z-index: 800;
  width: 100%;
  min-height: 90px;        /* altezza a riposo (data-height originale) */
  background-color: #1d1d1d;
  transition: min-height .2s ease, padding .2s ease, background-color .2s ease;
  will-change: min-height;
}

/* stato "scrolled" = .btx-navbar--alternate dell'originale */
.sereca-header.is-scrolled{
  min-height: 60px;        /* shrink */
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* --- Logo swap --- */
.sereca-header .logo-default,
.sereca-header .logo-fixed{
  transition: max-width .2s ease-in-out, opacity .2s ease;
}
.sereca-header .logo-fixed{ display: none; }      /* nascosto a riposo */

.sereca-header.is-scrolled .logo-default{ display: none; }
.sereca-header.is-scrolled .logo-fixed{ display: block; }

/* opzionale: rimpicciolisci il logo allo scroll invece di scambiarlo
.sereca-header.is-scrolled .logo-default img{ max-width: 130px; } */

p:last-child {
    margin:0;
}/* End custom CSS */