/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 28 2024 | 10:06:09 */
/* FIVEfigital default */
selector {height: 0px;}

/* Desk trasformazione del logo su scroll */
@media (min-width: 768px) {
.smaller {transform:matrix(0.70,0.00,0.00,0.70,-37,-5)!important ;
-ms-transform:matrix(0.70,0.00,0.00,0.70,-37,-5) !important;
-webkit-transform:matrix(0.70,0.00,0.00,0.70,-37,-5) !important; }
}

/* MOb trasformazione del logo su scroll */
@media (max-width: 767px) {
.smaller {transform:matrix(0.80,0.00,0.00,0.80, 0, -9)!important ;
-ms-transform:matrix(0.80,0.00,0.00,0.80, 0, -9) !important;
-webkit-transform:matrix(0.80,0.00,0.00,0.80, 0, -9) !important; }
}


/*  modalità della trasformazione */

#logo_sito {-webkit-transition: 1s ease; transition : 1s ease;}

/* riduzione del font-size su scroll */
@media (min-width: 768px) {
.reduce_fontsize {font-size: 0.8vw !important;}
}

/* desk - aggiunta di sfondo e cambio altezza su scroll  */

#FIVE_logo_sito {height: 100px;  transition: 1s ease;}
#menu_unico {background-color: transparent ;  transition: 1s ease;}
@media (min-width: 768px) {
.sfondo {background-color: #799443!important; transition: 1s ease;}

.less_height {height: 70px !important;  transition: 1s ease;}


}

/* mob - aggiunta di sfondo su scroll  */

@media (max-width: 767px) {
.sfondo {background-color: #799443 !important; background-image: none !important; height: 80px !important;}
}