body{
	background: #f9f4e9;
	color: #631414
}
header {
	position: fixed;
	height: 105px;
	z-index: 1000
}
#contheader { height: 105px }
#logoHeader {
	display: block;
	height: 40px
}
#logoFooter {
	display: block;
	width: 110px
}
#headerSocial {
	width: 28px;
	height: 28px;
	margin-right: 20px
}
#menu {
	visibility: hidden;
	position: fixed;
	top: 0;
	height: 100dvh;
	z-index: 2000;
	transform: translate3d(-100vw, 0, 0);
	transition: transform 0.5s ease-out;
	will-change: transform
}
#menu section { z-index: 10 }
#menuSfondo {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	background: #f9f4e9;
	width: calc(50vw - (var(--gap_0) / 2));
	height: 100%;
	border-right: 2px solid #631414
}
#menu .scrolla { text-align: left !important }
.bianco_c{color:#ffffff}
.bianco_b{background:#ffffff}
.nero_c{color:#000}
.nero_b{background:#000}
.rossoc_c{color:#c12e23}
.rossoc_b{background:#c12e23}
.rossos_c{color:#631414}
.rossos_b{background:#631414}
.link_none{text-decoration:none}
.link_underline{text-decoration:underline}
.link_rossoc_rossos:link{color:#c12e23}
.link_rossoc_rossos:hover{color:#631414 !important}
.link_rossoc_rossos:active{color:#c12e23}
.link_rossoc_rossos:visited{color:#c12e23}
.link_rossos_rossoc:link{color:#631414}
.link_rossos_rossoc:hover{color:#c12e23 !important}
.link_rossos_rossoc:active{color:#631414}
.link_rossos_rossoc:visited{color:#631414}
.link_nero:link{color:#1d1d1b}
.link_nero:hover{color:#1d1d1b}
.link_nero:active{color:#1d1d1b}
.link_nero:visited{color:#1d1d1b}
.link_bianco:link{color:#ffffff}
.link_bianco:hover{color:#ffffff}
.link_bianco:active{color:#ffffff}
.link_bianco:visited{color:#ffffff}
ul { margin: 0 }
li::marker { color: #A21C5B }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
#cLoader {
	display: none;
	position: fixed;
	z-index: 9999999999;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(255,255,255,0.5)
}
#form input, #form select, #form textarea {
	width: calc(100% - 1px);
	background: transparent;
	color: #631414 !important;
	border: 1px solid #c12e23;
	border-radius: clamp(15px, 2vw, 25px) !important
}
#form textarea { height: 165px }
#form input::placeholder, #form textarea::placeholder { color: #631414 !important }
#priv {
	position: relative;
	background: transparent;
	width: 20px;
	height: 20px;
	border: 1px solid #c12e23;
	margin: 0 12px 0 0
}
#priv div {
	opacity: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	background: #c12e23;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; border: 0; padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 430px) {
	.cellamenu { text-align: right; justify-content: flex-end }
	header, #contheader { height: 80px }
	#logoHeader {
		width: 100%; 
		height: auto
	}
	#headerSocial {
		width: 25px;
		height: 25px;
		margin-right: 15px
	}
	#menuSfondo { border-right: 0; width: 100vw }
	footer .center { text-align: left; justify-content: flex-start }
	#menu { transition: transform 0.4s ease-out }
}
@media (min-width: 431px) and (max-width: 767px) {
	header, #contheader { height: 90px }
	#logoHeader { height: 30px }
	#headerSocial {
		width: 25px;
		height: 25px;
		margin-right: 15px
	}
	#menuSfondo { width: 85vw }
	footer .center { text-align: left; justify-content: flex-start }
}
@media (min-width: 768px) and (max-width: 1023px) {
	header, #contheader { height: 95px }
	#logoHeader { height: 36px }
	#headerSocial {
		width: 26px;
		height: 26px;
		margin-right: 16px
	}
	#menuSfondo { width: 55vw }
	#logoFooter {width: 90px }
}
@media (min-width: 1024px) and (max-width: 1439px) {
	header, #contheader { height: 100px }
	#logoHeader { height: 38px }
	#headerSocial {
		width: 27px;
		height: 27px;
		margin-right: 18px
	}
	#menuSfondo { width: calc(50vw - (var(--gap_1) / 2)) }
	#logoFooter {width: 100px }
}