.elementor-28 .elementor-element.elementor-element-6d15013{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:1rem;--padding-bottom:1rem;--padding-left:5rem;--padding-right:5rem;}.elementor-28 .elementor-element.elementor-element-6d15013:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-6d15013 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8f24fb1 );}body:not(.elementor-editor-active) .she-header-yes{box-shadow:0 0 0 0 rgb(0 0 0 / 0%);clip-path:inset(0 0 -100vh 0);}body:not(.elementor-editor-active) .she-header-yes.she-header{box-shadow:0 0px 30px 0px #008BCE52;clip-path:inset(0 0 -100vh 0);}.elementor-28 .elementor-element.elementor-element-4716f78{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-28 .elementor-element.elementor-element-ea0edc2 img{width:300px;}.elementor-28 .elementor-element.elementor-element-61973a4{--display:flex;--flex-direction:row-reverse;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:flex-start;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-61973a4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-28 .elementor-element.elementor-element-6d15013{--content-width:1600px;}.elementor-28 .elementor-element.elementor-element-4716f78{--width:30%;}.elementor-28 .elementor-element.elementor-element-61973a4{--width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-28 .elementor-element.elementor-element-61973a4{--width:70%;}}@media(max-width:1366px){.elementor-28 .elementor-element.elementor-element-6d15013{--padding-top:02rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}}@media(max-width:1200px){.elementor-28 .elementor-element.elementor-element-ea0edc2 img{width:250px;}.elementor-28 .elementor-element.elementor-element-61973a4{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(max-width:1024px){.elementor-28 .elementor-element.elementor-element-6d15013{--padding-top:2rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-6d15013{--gap:0px 20px;--row-gap:0px;--column-gap:20px;--flex-wrap:nowrap;--padding-top:1rem;--padding-bottom:1rem;--padding-left:1rem;--padding-right:1rem;}.elementor-28 .elementor-element.elementor-element-4716f78{--width:30%;}.elementor-28 .elementor-element.elementor-element-ea0edc2 img{width:100%;}.elementor-28 .elementor-element.elementor-element-61973a4{--width:70%;}}/* Start custom CSS for html, class: .elementor-element-0b22b7c */.contatti-btn {
    font-family: Helvetica;
    background: white;
    font-weight: 600;
    color: black;
    cursor: pointer;
    font-size: 1em;
    padding: 1.2rem;
    border: 2px solid black;
    transition: all 0.5s;
    border-radius: 1000px;
    width: auto;
    position: relative;
    min-width: 150px;
}

.contatti-btn::after {
    content: "→";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: 75%;
    top: 53%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-150%, -50%);
    transition: all 0.5s;
}

.contatti-btn:hover {
    background: black;
    transition: all 0.5s;
    border-radius: 1000px;
    box-shadow: 0 0 10px 0px rgba(0, 139, 206, 0.32);
    padding: 1.2rem 3rem 1.2rem 1.2rem;
    color: #ffffff;
}

.contatti-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
    color: #ffffff;
    transform: translate(-50%, -50%); 
}

@media screen and (max-width: 1024px) {
.contatti-btn {
    font-family: Helvetica;
    background: white;
    font-weight: 600;
    color: black;
    cursor: pointer;
    font-size: 0.9em;
    padding: 1rem;
    border: 2px solid black;
    transition: all 0.5s;
    border-radius: 1000px;
    width: auto;
    position: relative;
    min-width: 150px;
}

.contatti-btn::after {
    content: "→";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: 75%;
    top: 53%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-150%, -50%);
    transition: all 0.5s;
}

.contatti-btn:hover {
    background: black;
    transition: all 0.5s;
    border-radius: 1000px;
    box-shadow: 0 0 10px 0px rgba(0, 139, 206, 0.32);
    padding: 1rem 3rem 1rem 1rem;
    color: #ffffff;
}

.contatti-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
    color: #ffffff;
    transform: translate(-50%, -50%); 
}
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c5791b */.consulenza-header-btn {
    font-family: Helvetica;
    background: #00FFFF;
    font-weight: 600;
    color: black;
    cursor: pointer;
    font-size: 1em;
    padding: 1.2rem;
    border: 0;
    transition: all 0.5s;
    border-radius: 1000px;
    width: auto;
    position: relative;
    min-width: 350px;
    box-shadow: 10px 10px 10px 0px rgba(0, 139, 206, 0.32);
}

.consulenza-header-btn::after {
    content: "→";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: 88%;
    top: 53%;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translate(-150%, -50%);
    transition: all 0.5s;
}

.consulenza-header-btn:hover {
    background: black;
    transition: all 0.5s;
    border-radius: 1000px;
    box-shadow: 0px 0px 10px 0px rgba(0, 139, 206, 0.32);
    padding: 1.2rem 3rem 1.2rem 1.2rem;
    color: #ffffff;
}

.consulenza-header-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
    color: #ffffff;
    transform: translate(-50%, -50%); 
}


@media screen and (max-width: 1024px) {
    .consulenza-header-btn {
        font-family: Helvetica;
        background: #00FFFF;
        font-weight: 600;
        color: black;
        cursor: pointer;
        font-size: 0.9em;
        padding: 1rem;
        border: 0;
        transition: all 0.5s;
        border-radius: 1000px;
        width: auto;
        position: relative;
        min-width: 300px;
        box-shadow: 10px 10px 10px 0px rgba(0, 139, 206, 0.32);
    }

    .consulenza-header-btn::after {
        content: "→";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 89%;
        top: 53.3%;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(-150%, -50%);
        transition: all 0.5s;
    }

    .consulenza-header-btn:hover {
        background: black;
        transition: all 0.5s;
        border-radius: 1000px;
        box-shadow: 0px 0px 10px 0px rgba(0, 139, 206, 0.32);
        padding: 1rem 3rem 1rem 1rem;
        color: #ffffff;
    }

    .consulenza-header-btn:hover::after {
        opacity: 1;
        transition: all 0.5s;
        color: #ffffff;
        transform: translate(-50%, -50%); 
    }
}

@media screen and (max-width: 767px) {
    .consulenza-header-btn {
        font-family: Helvetica;
        background: #00FFFF;
        font-weight: 600;
        color: black;
        cursor: pointer;
        font-size: 0.7em;
        padding: 0.8rem;
        border: 0;
        transition: all 0.5s;
        border-radius: 1000px;
        width: auto;
        position: relative;
        min-width: 220px;
        box-shadow: 10px 10px 10px 0px rgba(0, 139, 206, 0.32);
    }

    .consulenza-header-btn::after {
        content: "→";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        position: absolute;
        left: 91%;
        top: 53%;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translate(-150%, -50%);
        transition: all 0.5s;
    }

    .consulenza-header-btn:hover {
        background: black;
        transition: all 0.5s;
        border-radius: 1000px;
        box-shadow: 0px 0px 10px 0px rgba(0, 139, 206, 0.32);
        padding: 0.8rem 2rem 0.8rem 0.8rem;
        color: #ffffff;
    }

    .consulenza-header-btn:hover::after {
        opacity: 1;
        transition: all 0.5s;
        color: #ffffff;
        transform: translate(-50%, -50%); 
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6d15013 */.elementor-28 .elementor-element.elementor-element-6d15013 {
    width: 100% !important;
}/* End custom CSS */