.elementor-kit-6{--e-global-color-primary:#012834;--e-global-color-secondary:#258D9D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-2f12341:#F4F2EE;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-text );border-radius:0px 0px 0px 0px;padding:018px 26px 18px 26px;}.elementor-kit-6 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 *//* ===============================
   ELEMENTOR BUTTON
   Solo effetto hover glass / shine
   Colori e sfondi gestiti da Elementor
   =============================== */

.elementor-widget-button .elementor-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Keeps text and icons above the effect */
.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

/* Glass / shine effect */
.elementor-widget-button .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 35%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(255, 255, 255, 0.08) 65%,
    transparent 100%
  );

  transform: translateX(-120%);
  transition: transform 0.65s ease;
}

/* Hover */
.elementor-widget-button .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.elementor-widget-button .elementor-button:hover::before {
  transform: translateX(120%);
}/* End custom CSS */