.elementor-kit-3664{--e-global-color-primary:#004686;--e-global-color-secondary:#878787;--e-global-color-text:#1F1F1F;--e-global-color-accent:#00325F;--e-global-color-6294725:#2F6FA3;--e-global-color-60a0093:#F2F2F2;--e-global-color-08e8be5:#F28C28;--e-global-color-ae54894:#B5B5B5;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:46px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:16px;--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-family:"Source Sans 3", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-3664 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3664 a{color:var( --e-global-color-08e8be5 );font-size:48px;}.elementor-kit-3664 h1{color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-3664 h2{color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-3664 h3{color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-3664 h4{color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-3664 h5{color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:18px;font-weight:700;}.elementor-kit-3664 h6{color:var( --e-global-color-accent );font-family:"Manrope", 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);}@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 *//* effetto sottolineato hover sui bottoni */

.tl-btn-text-underline .elementor-button-text {
  position: relative;
  display: inline-block;
}

.tl-btn-text-underline .elementor-button-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.tl-btn-text-underline:hover .elementor-button-text::after {
  transform: scaleX(1);
}


/* effetto back in ingresso hover sui bottoni */

/* il vero bottone */
.tl-btn-fill a.elementor-button {
  position: relative;
  display: inline-flex;   /* non block */
  width: fit-content;     /* FORZA la larghezza reale */
  overflow: hidden;
}

/* layer di riempimento */
.tl-btn-fill a.elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tl-hover-bg, #004686);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: 0;
}

/* hover */
.tl-btn-fill a.elementor-button:hover::before {
  transform: scaleX(1);
}

/* testo e icona sopra */
.tl-btn-fill .elementor-button-text,
.tl-btn-fill .elementor-button-icon {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* colore testo hover */
.tl-btn-fill a.elementor-button:hover .elementor-button-text,
.tl-btn-fill a.elementor-button:hover .elementor-button-icon {
  color: #ffffff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-display: auto;
	src: url('https://dev5.amecstudio.it/wp-content/uploads/2026/01/Manrope-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Source Sans 3';
	font-display: auto;
	src: url('https://dev5.amecstudio.it/wp-content/uploads/2026/01/SourceSans3-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */