@charset "UTF-8";
@media (min-width: 62em) and (max-width: 82em) { #nav li { font-size: 20px; } #nav li ul a { font-size: 16px; }}

.intro_scritta { display: none; } /* serve per evitare che, prima del jquery /js/anime/anime.js in codfree.php visualizzi la scritta */

.icon { font-size: 62pt; color: #444 !important; }
.icon:hover { font-size: 62pt; color: #2873c4 !important; }
.box_spec:first-letter { font-size: 35pt !important; }

@media (max-width: 52em) { /* deve essere 52em come le colonne */
.stacco { display: inline-block; max-width: 1200px; width: 100%; height: 80px; }
.box_spec { text-align: justify; height: 152px; }
}
@media (min-width: 52em) and (max-width: 62em) {
.stacco { display: inline-block; max-width: 1200px; width: 100%; height: 30px; }
.box_spec { text-align: justify; height: 302px; }
}
@media (min-width: 62em) and (max-width: 72em) {
.stacco { display: inline-block; max-width: 1200px; width: 100%; height: 204px; margin-bottom: 22px; }
.box_spec { text-align: justify; height: 322px; }
}
@media (min-width: 72em) {
.stacco { display: inline-block; max-width: 100%; width: 100%; height: 448px; margin-top: 0; margin-bottom: 22px; }
.box_spec { text-align: justify; height: 262px; }
}

/* .gridCM4 .colCM { width: 21%; min-height: 222px; margin-left: 15px; */

/* QUESTO SERVE PER 100% */
@media (min-width: 52em) and (max-width: 82em) {
.gridCM4 .colCM { width: 21% !important; }
}
/* 
@media (min-width: 82em) and (max-width: 92em) {
.gridCM4 .colCM { width: 21% !important; }
}
@media (min-width: 92em) {
.gridCM4 .colCM { width: 21% !important; }
}
 */
/* QUESTO SERVE PER 100% */

/*BOTTONE*/
/* .btn_div:first-letter { font-size: 13pt !important; } */

.btn {
text-align: center; font-family: Noway_Regular, Verdana; font-size: 17px; color: #008ec5;
text-transform: uppercase;
border: none;
background: #444;
border-radius: 2px;
color: #ffffff;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.btn:hover {
border: none;
background: #2873c4;
border-radius: 2px;
color: #ffffff;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
/*BOTTONE*/