/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 27 2024 | 20:02:57 */
.stickycta span.elementor-button-content-wrapper {
    display: block;
}

.stickycta span.elementor-button-icon.elementor-align-icon-left {
    margin-right: 16px;
}


/* Cookies */



button.cky-btn.cky-btn-customize,  button.cky-btn.cky-btn-reject, button.cky-btn.cky-btn-accept, button.cky-btn.cky-btn-preferences{
	border-radius: 0px !important;
    margin-bottom: 14px !important;
	font-size:15px !important;
}

button.cky-btn.cky-btn-customize:hover, button.cky-btn.cky-btn-reject:hover, button.cky-btn.cky-btn-accept:hover, button.cky-btn.cky-btn-preferences:hover{
	box-shadow: none !important;
	font-size:15px !important;
}








/*------------------------------------------------------------------ SEZIONI SITO ----------------------------------------------------------------------------*/


/*---------- SEZIONI --------------*/



/*---------- sezione standard ----------------*/



.sezione-standard-big{
    padding-top:100px;
    padding-bottom:100px; 
}

@media screen and (max-width:1024px){
    .sezione-standard-big{
        padding-top:85px;
        padding-bottom:85px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard-big{
        padding-top:80px;
        padding-bottom:80px;
    }
}






.sezione-standard{
    padding-top:75px;
    padding-bottom:75px; 
}

@media screen and (max-width:1024px){
    .sezione-standard{
        padding-top:65px;
        padding-bottom:65px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard{
        padding-top:65px;
        padding-bottom:65px;
    }
}


/*---------- sezione standard top ----------------*/


.sezione-standard-top{
    padding-top:75px;
    padding-bottom:0px; 
}

@media screen and (max-width:1024px){
    .sezione-standard-top{
        padding-top:65px;
        padding-bottom:0px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard-top{
        padding-top:65;
        padding-bottom:0px;
    }
}



/*---------- sezione standard bottom----------------*/


.sezione-standard-bottom{
    padding-top:0px;
    padding-bottom:75px; 
}

@media screen and (max-width:1024px){
    .sezione-standard-bottom{
        padding-top:0px;
        padding-bottom:65px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard-bottom{
        padding-top:0;
        padding-bottom:65px;
    }
}