body{
	background: #f5f3f0;
	color: #414042
}
#header {
	position: fixed;
	top: 0; left: 0;
	z-index: 9000;
	width: 100%;
	color: #ffffff;
	background: rgba(0,0,0,0);
	-webkit-transition: background 0.3s, padding 0.3s;
	transition: background 0.3s, padding 0.3s
}
.headerCompact { 
	background: rgba(0,156,146,0.6) !important;
	padding: 12px 0 12px 0 !important
}
.backTransparent { background: transparent !important }
#logoHeader {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s	
}
#logoHeader, #logoFooter { height: 58px }
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.headerCompact {
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px)
	}
	.backTransparent {
		-webkit-backdrop-filter: blur(0px) !important;
		backdrop-filter: blur(0px) !important
	}
}
#burger {
	display: inline-block;
	position: relative;
    width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: 60px
}
#bu1, #bu2, #bu3 {
	position: absolute;
    height: 1px;
	left: 0;
	width: 150%;
    background: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
#bu1 { transform-origin: top left; right: 0; top: 0 }
#bu2 { transform-origin: center; width: 100%; top: 11px }
#bu3 { transform-origin: bottom left; right: 0; top: 22px }
#menu { 
	display: none;
	position: fixed;
	z-index: 8500;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	font-size: 2.11rem;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s
}
#menu .velo {
	position: absolute;
	z-index: 1;
	top: 0; right: 0;
	width: 100%; height: 100%;
	mix-blend-mode: multiply;
	background: rgba(173,173,173,1)
}
#form {
	display: none;
	position: fixed;
	z-index: 8500;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s
}
#pSxMenu {
	width: 0;
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	height: 100%;
	-webkit-transition: width 0.4s;
	transition: width 0.4s
}
#contMenu { z-index: 20 }
#spessMenu { height: 200px }
#cm { display: none }
.sostUnder u {
	text-decoration: none;
	color: #009c92
}
.vertical {
	font-size:0.75rem;
	writing-mode: vertical-rl; /* Testo verticale da destra a sinistra */
	text-orientation: mixed;
	transform: rotate(-180deg)
}
.rem { font-size: 1rem}
.bianco_c{color:#ffffff}
.bianco_b{background:#ffffff}
.verde_c{color:#009c92}
.verde_b{background:#009c92}
.grigio_c{background:#f5f3f0}
.grigio_b{background:#f5f3f0}
.nero_c{background:#414042}
.nero_b{background:#414042}
.link_bianco_verde:link{text-decoration:none;color:#ffffff}
.link_bianco_verde:hover{text-decoration:none;color:#009c92 !important}
.link_bianco_verde:active{text-decoration:none;color:#ffffff}
.link_bianco_verde:visited{text-decoration:none;color:#ffffff}
.link_nero_verde:link{text-decoration:none;color:#414042}
.link_nero_verde:hover{text-decoration:none;color:#009c92 !important}
.link_nero_verde:active{text-decoration:none;color:#414042}
.link_nero_verde:visited{text-decoration:none;color:#414042}
.link_bianco_grigio:link{text-decoration:none;color:#ffffff}
.link_bianco_grigio:hover{text-decoration:none;color:#f5f3f0 !important}
.link_bianco_grigio:active{text-decoration:none;color:#ffffff}
.link_bianco_grigio:visited{text-decoration:none;color:#ffffff}
.link_verde_verde:link{text-decoration:none;color:#009c92}
.link_verde_verde:hover{text-decoration:none;color:#009c92}
.link_verde_verde:active{text-decoration:none;color:#009c92}
.link_verde_verde:visited{text-decoration:none;color:#009c92}
#ts0 { opacity: 1 }
#topSlider .velo {
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	width: 100%; height: 100%;
	mix-blend-mode: multiply;
	background: rgba(173,173,173,1)
}
#topSlider .big { font-size: 5.5rem }
.pulsante img {
	height: 15px;
	margin-left: 10px
}
.form input {
	width: 100%;
	padding: 0 0 12px 0;
	background: transparent;
	border-bottom: 1px solid silver
}
#priv {
	position: relative;
	background: transparent;
	width: 22px;
	height: 22px;
	border: 1px solid silver;
	margin: 0 15px 0 0
}
#priv div {
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #009c92;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}
#cLoader {
	display: none;
	position: fixed;
	z-index: 9999999999;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.95)
}
li::marker { color: #009c92 }
#topSlider, #topSlider .cont, #topSlider .col { height: 1070px }
#topSlider .cont { z-index: 10 }
footer { 
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff 
}
footer .ico {
	height: 30px;
	margin: 8px
}
@media screen and (max-width:599px){
	.rem { font-size: 0.9rem }
	#burger { width: 45px; margin-left: 20px }
	#logoHeader { height: 52px }
	#spessMenu { height: 120px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 570px }
	#topSlider .big { font-size: 3.5rem }
	#logoFooter { height: 48px }
}
@media screen and (max-width:414px){
	.rem { font-size: 0.8rem }
	#burger { width: 35px; margin-left: 15px }
	.headerCompact { padding: 9px 0 9px 0 !important }
	#logoHeader { height: 36px }
	#spessMenu { height: 90px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 525px }
	#topSlider .big { font-size: 3.05rem }
	#logoFooter { display: inline-block }
	footer .col { justify-content:center; text-align: center }
}
@media screen and (max-width:320px){
	#spessMenu { height: 70px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 480px }
	#topSlider .big { font-size: 2.9rem }
}
@media screen and (min-width:600px) and (max-width:767px){
	#burger { margin-left: 40px }
	#logoHeader { height: 54px }
	#spessMenu { height: 150px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 670px }
	#topSlider .big { font-size: 3.5rem }
	#logoFooter { height: 42px }
}
@media screen and (min-width:768px) and (max-width:1023px){
	#burger { margin-left: 45px }
	#logoHeader { height: 55px }
	#spessMenu { height: 160px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 770px }
	#topSlider .big { font-size: 4.2rem }
	#logoFooter { height: 38px }
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#burger { margin-left: 50px }
	#logoHeader { height: 56px }
	#spessMenu { height: 170px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 870px }
	#topSlider .big { font-size: 4.9rem }
	#logoFooter { height: 48px }

}
@media screen and (min-width:1200px) and (max-width:1439px){
	#burger { margin-left: 55px }
	#logoHeader { height: 57px }
	#spessMenu { height: 190px }
	#topSlider, #topSlider .cont, #topSlider .col { height: 970px }
	#topSlider .big { font-size: 5.2rem }
	#logoFooter { height: 49px }
}