.elementor-kit-8{--e-global-color-primary:#7E1F24;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:42px;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:30px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Outfit", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:6%;--container-default-padding-right:6%;--container-default-padding-bottom:6%;--container-default-padding-left:6%;}.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-kit-8{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:32px;--e-global-typography-text-font-size:20px;--e-global-typography-text-line-height:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.titoli {
  position: relative;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer
}

.titoli::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}

.titoli:hover {
  color: white;
}

.titoli:hover::after {
  width: 40%;
}


.link-pagine > ul > li > a {
  position: relative;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.link-pagine > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease;
}

.link-pagine > ul > li > a:hover {
  color: white;
}

.link-pagine > ul > li > a:hover::after {
  width: 60%;
}



.link-pagine-red > ul > li > a {
  position: relative;
  color: #7e1f23;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.link-pagine-red > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color:#7e1f23 ;
  transition: width 0.3s ease;
}

.link-pagine-red > ul > li > a:hover {
  color: #7e1f23;
}

.link-pagine-red > ul > li > a:hover::after {
  width: 60%;
}/* End custom CSS */