.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#292929;--e-global-color-accent:#F07632;--e-global-color-b6ccac6:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:20px;--e-global-typography-4862ea4-font-family:"Montserrat";--e-global-typography-4862ea4-font-size:17px;--e-global-typography-4862ea4-font-weight:600;--e-global-typography-4862ea4-line-height:18px;--e-global-typography-3437bde-font-family:"Montserrat";--e-global-typography-3437bde-font-size:17px;--e-global-typography-3437bde-line-height:28px;--e-global-typography-7a1b44f-font-family:"Montserrat";--e-global-typography-7a1b44f-font-size:17px;--e-global-typography-7a1b44f-font-weight:500;--e-global-typography-7a1b44f-line-height:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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 *//* underline #F07632 */
.arancio a {
  text-decoration: none;
  position: relative;
}

.arancio a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #F07632;
  bottom: -1px;
  left: 0;
  transition: width 0.3s ease;
}

.arancio a:hover::before {
  width: 100%;
}


/* underline nero */
.nero a {
  text-decoration: none;
  position: relative;
}

.nero a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000;
  bottom: -1px;
  left: 0;
  transition: width 0.3s ease;
}

.nero a:hover::before {
  width: 100%;
}

/* underline bianco */

.bianco a {
  text-decoration: none;
  position: relative;
}

.bianco a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
  transition: width 0.3s ease;
}

.bianco a:hover::before {
  width: 100%;
}


/*link bianco*/
.whitelink a {color: white;}/* End custom CSS */