.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0b7d72a:#F38B00;--e-global-color-6c33775:#DEDFE3;--e-global-color-f43ff52:#21315E;--e-global-color-36939d5:#FEFCFB;--e-global-color-b2b822e:#5C5D62;--e-global-color-88e5a01:#272622;--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;background-color:var( --e-global-color-36939d5 );color:var( --e-global-color-88e5a01 );font-family:"neue-haas-grotesk-display", Sans-serif;font-size:19px;line-height:1.3em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:#02010100;font-size:19px;font-weight:500;line-height:1em;color:var( --e-global-color-0b7d72a );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-0b7d72a );border-radius:0px 0px 0px 0px;padding:19px 38px 19px 38px;}.elementor-kit-8 h1{font-size:102px;font-weight:500;line-height:1em;}.elementor-kit-8 h2{font-size:76px;font-weight:500;line-height:1em;}.elementor-kit-8 h3{font-size:32px;font-weight:700;line-height:1em;}.elementor-kit-8 h4{font-size:22px;font-weight:600;line-height:1.2em;}.elementor-kit-8 h5{font-size:17px;font-weight:500;line-height:1.2em;}.elementor-kit-8 h6{font-size:16px;font-weight:600;line-height:1.2em;}.elementor-kit-8 label{color:var( --e-global-color-36939d5 );font-size:19px;font-weight:500;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{font-size:16px;font-weight:400;color:var( --e-global-color-36939d5 );border-style:solid;border-width:0px 0px 1px 0px;border-color:var( --e-global-color-36939d5 );border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1760px;}.e-con{--container-max-width:1760px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:64px;}.elementor-kit-8 h2{font-size:48px;}.elementor-kit-8 h3{font-size:27px;}.elementor-kit-8 h4{font-size:20px;}.elementor-kit-8 h5{font-size:15px;}.elementor-kit-8 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:40px;}.elementor-kit-8 h2{font-size:32px;}.elementor-kit-8 h3{font-size:22px;}.elementor-kit-8 h4{font-size:18px;}.elementor-kit-8 h5{font-size:15px;}.elementor-kit-8 h6{font-size:14px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:16px;}.elementor-kit-8 label{font-size:16px;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */main {
    overflow: hidden;
}

/* Hover Effect Homepage Servizi */
.single-service, .single-service:hover {
    color: inherit;
    text-decoration: none;
}
.single-service .single-service-bg {
    transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; 
}
.single-service:hover .single-service-bg {
    transform: scale(1.1);
       -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.single-service .single-service-icon .elementor-widget-container {
    width: 232px;
    padding: 24px 24px 72px 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.single-service:hover .single-service-icon .elementor-widget-container {
    width: 304px;
    padding: 24px 24px 56px 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

/*Hover Effect News */
.single-news, .single-news:hover {
    color: inherit;
    text-decoration: none;
}
.single-news .single-news-icon .elementor-widget-container {
    width: 232px;
    padding: 24px 24px 72px 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.single-news:hover .single-news-icon .elementor-widget-container {
    width: 304px;
    padding: 24px 24px 56px 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media screen and (max-width: 1365px){
    .single-service .single-service-icon .elementor-widget-container {
        width: 160px;
    }
    .single-service:hover .single-service-icon .elementor-widget-container {
        width: 232px;
    }
    .single-news .single-news-icon .elementor-widget-container {
        width: 160px;
    }
    .single-news:hover .single-news-icon .elementor-widget-container {
        width: 232px;
    }
}

@media screen and (max-width: 1024px){
    .single-service .single-service-icon .elementor-widget-container {
        padding: 16px 16px 48px 16px;
    }
    .single-service:hover .single-service-icon .elementor-widget-container {
        padding: 16px 16px 16px 16px;
    }
    .single-news .single-news-icon .elementor-widget-container {
        padding: 16px 16px 48px 16px;
    }
    .single-news:hover .single-news-icon .elementor-widget-container {
        padding: 16px 16px 16px 16px;
    }
}

/* Pulsanti */
.primaryButton .elementor-button-wrapper:hover a {
    padding: 19px 44px;
}

.custom-form .elementor-button:hover {
    padding: 19px 44px;
}/* End custom CSS */