.elementor-kit-10{--e-global-color-primary:#A0DAAD;--e-global-color-secondary:#34558C;--e-global-color-text:#000000;--e-global-color-accent:#A0DAAD;--e-global-color-c1e76b5:#FFFFFF;--e-global-color-4e5802b:#F2F1F1;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-size:clamp(1.875rem, 1.5461rem + 1.3158vw, 3.125rem);--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-size:clamp(1.5625rem, 1.2336rem + 1.3158vw, 2.8125rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.25em;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-size:clamp(1rem, 0.9671rem + 0.1316vw, 1.125rem);--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.25em;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-size:clamp(1.125rem, 1.0921rem + 0.1316vw, 1.25rem);--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.25em;--e-global-typography-accent-letter-spacing:0px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
*** Header
*/

#site-header {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

/* Stile di base per le voci del menu */
menu-item a {
    
    transition: color 0.3s ease; /* Colore quando il cursore è sopra la voce */
}

/* Stile di hover per le voci del menu */
.menu-item a:hover {
    color: #62259d; /* Colore quando il cursore è sopra la voce */
}

/*Sub menu*/
ul.sub-menu {
    border: 1px solid #ebebeb;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
}

ul.sub-menu li:hover {
    background-color: #333;
}

ul.sub-menu li:hover a {
   color: #fff!important;
}

/*
*** Footer
*/
#site-footer {
    margin-top: 30px;
}/* End custom CSS */