.elementor-kit-1973{--e-global-color-primary:#F98F04;--e-global-color-secondary:#1E73BE;--e-global-color-text:#282828;--e-global-color-accent:#FFFFFF;--e-global-color-bbbd957:#F9F9F9;--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;color:var( --e-global-color-text );font-family:"Quicksand", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-1973 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1973 h1{color:var( --e-global-color-text );font-family:"Bebas Neue", Sans-serif;font-size:55px;font-weight:400;}.elementor-kit-1973 h2{color:var( --e-global-color-text );font-family:"Bebas Neue", Sans-serif;font-size:40px;}.elementor-kit-1973 h3{color:var( --e-global-color-text );font-family:"Bebas Neue", Sans-serif;font-size:32px;}.elementor-kit-1973 h4{color:var( --e-global-color-text );font-family:"Bebas Neue", Sans-serif;font-size:26px;}.elementor-kit-1973 h5{color:var( --e-global-color-secondary );font-family:"Bebas Neue", Sans-serif;font-size:20px;}.elementor-kit-1973 h6{color:var( --e-global-color-secondary );font-family:"Quicksand", Sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;}.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-kit-1973 h1{font-size:30px;}.elementor-kit-1973 h2{font-size:30px;}.elementor-kit-1973 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */H1.entry-title{
    display:none;
}

.link-normale{
    color: var(--e-global-color-primary);
    font-weight: 700;
}

.link-normale:hover{
    color: var(--e-global-color-secondary);
}

ul.check-arancio {
  list-style: none;
  padding-left: 0;
}

ul.check-arancio li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}

ul.check-arancio li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff8c00; /* arancio */
  font-weight: bold;
}

h2.title-gutenberg {
    font-family: 'Quicksand';
    font-size:24px;
    font-weight: 700;
}

h3.title-gutenberg {
    font-family: 'Quicksand';
    font-size:20px;
    font-weight: 500 !important;
    text-transform: uppercase;
}


.pulsante-gutenberg a {
    background-color: var(--e-global-color-secondary);
    font-weight: 600;
    text-transform: uppercase;
    border-style: none;
    border-radius:5px;
    COLOR:#fff !important;
}

.pulsante-gutenberg a:hover {
    background-color: var(--e-global-color-primary);
    color:#fff !important;
}

.link-nero {
    color:#282828;
}

.link-nero:hover{
    color:#F98F04;
}

.link-footer{
    color:#F98F04;
}

.link-footer:hover{
    color:#FFFFFF;
}/* End custom CSS */