.elementor-kit-17{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-52959f1:#93A8AC;--e-global-color-3d47963:#01283F;--e-global-color-292f884:#F27929;--e-global-color-fce3c0d:#FFFFFF;--e-global-color-d40fdca:#161C1D;--e-global-color-ce2a895:#FFAB73;--e-global-color-3396e65:#95D7FD;--e-global-color-c695573:#F8F8F8;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-size:2.7rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7rem;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.7rem;--e-global-typography-3b50632-font-family:"Nunito Sans";--e-global-typography-3b50632-font-size:2rem;--e-global-typography-3b50632-font-weight:700;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.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-kit-17{--e-global-typography-primary-font-size:2.1rem;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:1.6rem;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:0.95rem;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-size:0.95rem;--e-global-typography-accent-line-height:1.7em;--e-global-typography-3b50632-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-17{--e-global-typography-primary-font-size:1.9rem;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:0.95rem;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-size:0.95rem;--e-global-typography-accent-line-height:1.7em;--e-global-typography-3b50632-font-size:1.7rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pulsante-circolare-arancio .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease-in-out; 
}

/* Creazione dello sfondo animato (lo pseudo-elemento ::before) */
.pulsante-circolare-arancio .elementor-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #F27929;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.pulsante-circolare-arancio .elementor-button:hover {
    color: #FFFFFF !important;
}

.pulsante-circolare-arancio .elementor-button:hover::before {
    width: 250%; 
    height: 250%; 
}


.pulsante-arancio-inverso .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #F27929 !important;
    color: #FFFFFF !important;
    border: 2px solid #F27929 !important;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}


.pulsante-arancio-inverso .elementor-button .elementor-button-icon i,
.pulsante-arancio-inverso .elementor-button .elementor-button-icon svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    transition: color 0.4s ease-in-out, fill 0.4s ease-in-out;
}

.pulsante-arancio-inverso .elementor-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250%;
    height: 250%;
    border-radius: 50%;
    background-color: #F27929;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}


.pulsante-arancio-inverso .elementor-button:hover {
    color: #F27929 !important;
    background-color: transparent !important;
    border-color: #F27929 !important;
}

/* Hover: icona diventa arancione */
.pulsante-arancio-inverso .elementor-button:hover .elementor-button-icon i,
.pulsante-arancio-inverso .elementor-button:hover .elementor-button-icon svg {
    color: #F27929 !important;
    fill: #F27929 !important;
}

.pulsante-arancio-inverso .elementor-button:hover::before {
    width: 0;
    height: 0;
}/* End custom CSS */