/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 17 2025 | 07:41:50 */
@media (min-width: 768px) {
.smaller {transform:matrix(0.80,0.00,0.00,0.80,-25,0)!important ;
-ms-transform:matrix(0.80,0.00,0.00,0.80,-25,0) !important;
-webkit-transform:matrix(0.80,0.00,0.00,0.80,-25,0) !important; }
}

@media (max-width: 767px) {
.smaller_mob {transform:matrix(0.70,0.00,0.00,0.70,0,-4)!important ;
-ms-transform:matrix(0.70,0.00,0.00,0.70,0,-4) !important;
-webkit-transform:matrix(0.70,0.00,0.00,0.70,0,-4) !important; }
}

#logo_sito {-webkit-transition: 1s ease; transition : 1s ease;}
#logo_sito_mob {-webkit-transition: 1s ease; transition : 1s ease;}



@media (min-width: 768px) {
.sfondo {background-color: #251C47 !important; transition: 1s; background-image: none !important; height: 110px;}


}
@media (max-width: 767px) {
.sfondo {background-color: #251C47 !important; background-image: none !important; height: 70px;}
}
