.elementor-kit-6{--e-global-color-primary:#090909;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#C7A33A;--e-global-color-accent:#111111;--e-global-color-7481611:#AE8C2B;--e-global-color-4610dec:#D9D9D9;--e-global-color-0912752:#B29D70;--e-global-color-f9364ba:#806A3C;--e-global-color-64ed863:#514C48;--e-global-color-ecc6200:#952402;--e-global-color-6b98c3c:#5E0B00;--e-global-color-d429bd3:#4E0A01;--e-global-color-78ce7b2:#A7974B;--e-global-color-4ef3a2e:#C7A33A;--e-global-color-d269b7d:#020202;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Onest";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h1{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h2{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h3{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h4{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h5{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 h6{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 label{font-family:"DM Sans", Sans-serif;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"DM Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*** NAVBAR SCROLL ***/
.elementor-nav-menu__container{
top:0px!important;
}
#menuhopin.headershow{
transform: none;
}
#menuhopin{
position: fixed;
top:0;
width: 100%;
-webkit-transition: transform 0.34s ease;
transition : transform 0.34s ease;
transform: translateY(-110px); /*adjust this value to the height of your header*/
}

/*** FOOTER ***/
.info-footer,
.info-nihao{
    color: #ffffff !important;
    transition: 0.3s ease all !important;
    font-size: 20px
}

.info-nihao:hover{
    color: #D9D9D9 !important;
}

@media only screen and (max-width: 1024px){
    
    .info-footer,
    .info-nihao{
        font-size: 18px !important;
}
}

@media only screen and (max-width: 767px){
    
    .info-footer,
    .info-nihao{
        font-size: 16px !important;
}
}

.footer-credits{
    font-weight: 600;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.footer-credits:hover{
    color: #71A924 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/*** ALLINEAMENTO MENU***/
#footer-alignment a {
    display: flex !important;
    justify-content: flex-end !important;
}

@media (max-width: 1024px) {
    #footer-alignment a {
        justify-content: flex-start !important; /* Allinea a sinistra su tablet */
    }
}

@media (max-width: 767px) {
    #footer-alignment a {
        justify-content: flex-start !important; /* Allinea a sinistra su mobile */
    }
}/* End custom CSS */