.elementor-kit-6{--e-global-color-primary:#13263A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#313131;--e-global-color-accent:#D7E2EE;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:35px;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-b3d11b2-font-family:"DM Sans";--e-global-typography-b3d11b2-font-size:50px;--e-global-typography-b3d11b2-font-weight:400;--e-global-typography-b3d11b2-line-height:50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{--e-global-typography-b3d11b2-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge { 
    visibility: hidden !important;
}


/* underline bianco */

.bianco a {
  text-decoration: none;
  position: relative;
}

.bianco a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #D7E2EE;
  bottom: 0px;
  left: 0;
  transition: width 0.3s ease;
}

.bianco a:hover::before {
  width: 100%;
}

@media(max-width:767px){
.bianco a{
color: white !important;
}
}

/* underline blu */

.blu a {
  text-decoration: none;
  position: relative;
}

.blu a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #13263a;
  bottom: 0px;
  left: 0;
  transition: width 0.3s ease;
}

.blu a:hover::before {
  width: 100%;
}

@media(max-width:767px){
.nero a{
color: #13263a !important;
}
}

/*link bianco*/
.whitelink a {color: white;}

.whitelink a:hover {color:#D7E2EE!important;}

/*grigio bianco*/
.greylink a {color: #313131;}

.grey a:hover {color:#313131!important;}


/*menu blu solo label*/

.jet-menu-label {
  text-decoration: none;
  position: relative;
}

.jet-menu-label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #13263a;
  bottom: 0px;
  left: 0;
  transition: width 0.3s ease;
}

.jet-menu-label:hover::before {
  width: 100%;
}/* End custom CSS */