/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 24 2025 | 14:50:41 */
/* FIVEfigital default */
selector {height: 0px;}

/* Desk trasformazione del logo su scroll */
@media (min-width: 768px) {
.smaller {transform:matrix(0.80,0.00,0.00,0.80,-37,2)!important ;
-ms-transform:matrix(0.80,0.00,0.00,0.80,-37,-5) !important;
-webkit-transform:matrix(0.80,0.00,0.00,0.80,-37,2) !important; }
}

/* desk - aggiunta di sfondo e cambio altezza su scroll  */

#menu_unico {background-color: transparent;  transition: 1s ease;}

@media (min-width: 768px) {
.sfondo {background-color: #334D74 !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: #334D74 !important; background-image: none !important; height: 60px !important;}
}