.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5e01db3:#7A0149;--e-global-color-ed09610:#000000;--e-global-color-f1e34b8:#C4F414;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:clamp(1.688rem, 2.5vw, 2.5rem);--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:clamp(1rem, 1.875vw, 1.875rem);--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-5e01db3 );font-family:"Outfit", Sans-serif;font-weight:300;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{font-family:"Outfit", Sans-serif;}.elementor-kit-11 h1{font-family:"Outfit", Sans-serif;font-weight:500;}.elementor-kit-11 h2{font-family:"Outfit", Sans-serif;font-weight:600;}.elementor-kit-11 h3{font-family:"Outfit", Sans-serif;font-weight:600;}.elementor-kit-11 h4{font-family:"Outfit", Sans-serif;font-weight:600;}.elementor-kit-11 h5{font-family:"Outfit", Sans-serif;font-weight:600;}.elementor-kit-11 h6{font-family:"Outfit", Sans-serif;}.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 */.txt{
    font-size:clamp(1.333rem, 1.875vw, 1.875rem);
}

strong{
   font-weight:600; 
}


/* Stato base header */
.bfade{
  background-color: transparent;
  transition: background-color .6s ease;
}

.bfade .afade{
  opacity: 0;
  
  pointer-events: none;
  transition: opacity .6s ease, transform .6s ease;
}

/* Stato “oltre la fold” (scroll attivo) */
.bfade.active{
  background-color: #fff;
}
.bfade.active .afade{
  opacity: 1;

  pointer-events: auto;
}

/* ✅ Quando il menu overlay è aperto: l’header NON deve interferire */
html.menu-open .bfade{
  background-color: transparent !important;
}
html.menu-open .bfade .afade{
  opacity: 0 !important;
 
  pointer-events: none !important;
}



/* animazione pulsanti */




@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}


@keyframes slideUp{
   from {
    transform: translate3d(0, 30px, 0);
    visibility: visible;
}

to{
    transform: none
}
}

.elementor-element.slideInUp {
    animation-name: slideUp
}/* End custom CSS */