<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* IE10+ VIEWPORT FIX */
@-ms-viewport { width:device-width;}
@viewport { width:device-width;}



/* IPHONE 767px  */
@media screen and (max-width:800px) {
	
.nav-menu{
display:block;
padding:20px 10px;
cursor:pointer;	
float:right;
}
.nav-lista{
	float:left;
	width:100%;
	overflow:hidden;
	height:0;
}
.nav-aperto{
height:auto;
}
.nav-lista li{
	width:100%;
	
}

}

@media screen and (max-width:480px) {
.contenitore p{
	line-height:1,55em;
	.columns:1;
	-webkit-columns:1;
	-moz-columns:1;
	-ms-columns:1;
	-o-columns:1;
	
}
}</pre></body></html>