.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c885e78:#161615;--e-global-color-b4e90b4:#FBFBFB;--e-global-color-cf9bcf6:#FFFFFF;--e-global-color-2d570ec:#E8E8E8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;background-color:var( --e-global-color-b4e90b4 );color:var( --e-global-color-c885e78 );font-family:"neue-haas-grotesk-display", Sans-serif;font-size:14px;line-height:1.3em;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"montecatini-pro-ampio", Sans-serif;font-size:64px;font-weight:700;line-height:80px;}.elementor-kit-9 h2{font-family:"montecatini-pro-ampio", Sans-serif;font-size:64px;font-weight:700;line-height:80px;}.elementor-kit-9 h3{font-size:37px;font-weight:700;line-height:1em;}.elementor-kit-9 h4{font-size:28px;font-weight:700;line-height:44px;}.elementor-kit-9 h5{font-size:14px;font-weight:600;line-height:1.3em;}.elementor-kit-9 h6{font-size:12px;font-weight:500;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}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:1400px){.elementor-kit-9 h1{font-size:56px;line-height:71px;}.elementor-kit-9 h2{font-size:48px;line-height:63px;}.elementor-kit-9 h3{font-size:32px;}}@media(max-width:1024px){.elementor-kit-9 h1{font-size:42px;line-height:55px;}.elementor-kit-9 h2{font-size:42px;line-height:55px;}.elementor-kit-9 h3{font-size:27px;}.elementor-kit-9 h4{font-size:20px;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h1{font-size:31px;line-height:43px;}.elementor-kit-9 h2{font-size:31px;line-height:43px;}.elementor-kit-9 h3{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Header nascosto di default quando scende */
.header-scroll {
  transition: transform 0.3s ease;
  will-change: transform;
}

.header-hidden {
  transform: translateY(-100%);
}

/* Custom Titoli*/

.custom-h span {
    background-color: #ffffff;
    border: solid 1px #161615;
    padding: 4px;
}


/* Custom Primary Button */
.primary-button a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0px!important;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #FBFBFB;
  transition: all 0.35s ease;
  background-color: transparent;
  padding: 0;
}

.primary-button .elementor-button-text {
  color: #161615;
  border: 1px solid #161615;
  border-radius: 0; /* rettangolo principale */
  background: transparent;
  padding: 10px 12px;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Pseudo-elemento per il cerchio della freccia */
.primary-button a::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #161615;
  border-radius: 50%;
  transition: all 0.35s ease;
  background: transparent;
  color: #161615;
}

/* Hover → fusione dei due blocchi */
.primary-button a:hover,
.primary-button a:focus-visible {
  border-radius: 0;
  border: solid 1px #161615;
  transition: all 0.35s ease;
}

.primary-button:hover .elementor-button-text,
.primary-button:focus-visible .elementor-button-text {
	border: 1px solid #FBFBFB;
	transition: all 0.35s ease;
}

.primary-button:hover a::after,
.primary-button:focus-visible a::after {
  border: 1px solid #FBFBFB;
/*   transition: all 0.35s ease; */
}

/* Effetto "unione" fluido */
.primary-button:hover a::after {
  margin-left: 0;
  border-left: none;
}

/* Focus keyboard */
.primary-button a:focus-visible {
  outline: none;
}

/* PERSONALIZZAZIONE IUBENDA FOOTER BAR */
.iub__us-widget__wrapper a {
    color: #161615;
}

.iub__us-widget__wrapper button, .iub__us-widget__wrapper hover:focus {
    color: #161615;
    background: inherit;
}/* End custom CSS */