<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#head {
	margin:0 0 0 0;
	padding:0;
	width:100%;
	z-index:3002;
	display:inline-block;
	background: #1B1F29;
	background-position: center top;
	/*
	background: linear-gradient(90deg, #1B1F29, #394359, #1B1F29);*/
	transition: all ease-in-out 300ms;
	text-align: left;
}
header {
	margin:0 auto;
	padding:0;
	position:relative;
	width: 100%;
}
header h1 {
	display: none;
}
a#logo {
	border:0;
	padding:0;
	display:inline-block;
}
#head a#logo {
	background:url(../../../images/pubblico/logo.svg) no-repeat center left;
	background-size: auto 100%;
	padding: 0 0 0 0;
	z-index: 3002!important;
}

/* Smartphones ----------- */
@media only screen and (max-width : 1200px) {	
header {
	width:94%;
	text-align: center;
}
#head {
}
#head a#logo {
	margin:1.75rem auto;
	z-index:1;
	height:4rem;
	width:16.57673rem;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 1201px) {
header {
	max-width:94%;
}
a#logo {
	z-index:1!important;
	position: relative;
	margin:1.75rem 0;
	height:4rem;
	width:16.57673rem;
	transition: all ease-in-out 300ms;
}
#head {
	min-height: 6.75rem;
	position: fixed;
	top:0;
	left: 0;
}
#head.scroll a#logo {
	margin:1.25rem 0;
	height:3rem;
	width:12.43255rem;
}
#head.scroll {
	min-height: 4.8rem;
}
}</pre></body></html>