.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-dea0f4c:#FFFFFF;--e-global-color-7d1d208:#EFF2F2;--e-global-color-732ae9a:#F2D552;--e-global-color-dd739ba:#C4C5C5;--e-global-color-c34328d:#F0F0F0;--e-global-color-1cf4d40:#B9BABA;--e-global-color-bcb7acc:#1F1F1F;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:900;color:var( --e-global-color-bcb7acc );font-family:"Lato", Sans-serif;font-size:16px;font-weight:300;line-height:24px;}.elementor-kit-5 h1{font-family:"Lato", Sans-serif;font-size:48px;font-weight:900;line-height:44px;}.elementor-kit-5 h2{font-family:"Lato", Sans-serif;font-size:36px;font-weight:900;line-height:44px;}.elementor-kit-5 h3{font-family:"Lato", Sans-serif;font-size:36px;font-weight:300;line-height:44px;}.elementor-kit-5 h4{font-family:"Lato", Sans-serif;font-size:24px;font-weight:900;line-height:28px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Lato", Sans-serif;font-size:16px;font-weight:300;line-height:16px;border-style:solid;border-width:1px 1px 1px 1px;border-radius:100px 100px 100px 100px;padding:8px 32px 8px 32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-container{--container-max-width:1366px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:40px;line-height:44px;}.elementor-kit-5 h2{font-size:30px;line-height:36px;}.elementor-kit-5 h3{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:27px;line-height:32px;}.elementor-kit-5 h3{font-size:27px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS *//*@media screen and (max-width: 1024px){
    body,html {
        overflow-x: hidden;
    }
}*/

/* PULSANTI */

/* GENERIC HOVER EFFECT BUTTON */
.buttonHover a 
{
    transition: all, 0,75s;
}
.buttonHover a:hover
{
    font-weight: bold;
    border-width: 2px;
    transition: all, 0,75s;
}

/* Pulsante principale */
.mainbutton a
{
    padding: 16px 48px!important;
    background-color: #F2D552 !important;
    font-weight: bold!important;
    color: #1b1b1b!important;
    border-width: 0px!important;
}
.mainbutton a:hover
{
    color: #F0F0F0!important;
    background-color: #1b1b1b!important;
}
#mainbutton
{
    padding: 16px 48px!important;
    background-color: #F2D552 !important;
    font-weight: bold!important;
    color: #1b1b1b!important;
    border-width: 0px!important;
}
#mainbutton:hover
{
    color: #F0F0F0!important;
    background-color: #1b1b1b!important;
}


/* Pulsante secondario */
.secondarybutton a
{
    padding: 16px 48px!important;
    background-color: #1b1b1b !important;
    font-weight: bold!important;
    color: #F0F0F0!important;
    border-width: 0px!important;
}
.secondarybutton a:hover
{
    color: #1b1b1b!important;
    background-color: #f0f0f0!important;
}


/*Altro pulsante*/
.thirdbutton a
{
    padding: 16px 48px!important;
    background-color: #1b1b1b !important;
    font-weight: bold!important;
    color: #F0F0F0!important;
    border-width: 0px!important;
}
.thirdbutton a:hover
{
    color: #1f1f1f!important;
    background-color: #F2D552!important;
}


/* testo vario */
.gialloInLinea
{
    color: #F2D552;
}

/*MODIFICHE H2*/

.greaterh2 h2
{
    font-size: 44px!important;
}

/*MODIFICHE H3*/
.smallerh3 h3
{
    font-size: 30px;
    line-height: 36px;
}

@media screen and (max-width: 1024px){
.greaterh2 h2
{
    font-size: 36px!important;
}
}


@media screen and (max-width: 767px){
.greaterh2 h2
{
    font-size: 30px!important;
    line-height: 36px;
}

.smallerh3 h3
{
    font-size: 24px;
    line-height: 28px;
}
}/* End custom CSS */