
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	font-size: 2.3rem;
	line-height: 3.8rem;
}
a {
	color: #333333;
}
a:hover {
	color: #742E2D;
}
a:focus,
button:focus,
input:focus {
    outline: 0px !important;
}
strong, .strong, b {
	font-weight: 700;
}
@media (prefers-reduced-motion: no-preference) {
	:focus {
		outline-offset: 0px;
		background-color: inherit;
		border-radius: 0;
	}
}



.contentInside {
	max-width: 1678px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #560100;
}
h1 {
	font-size: 6.4rem;
	line-height: 5rem;
	font-weight: 500;
	margin: 2rem 0;
}
h2 {
	font-size: 4.0rem;
	line-height: 5rem;
	font-weight: 500;
	margin: 2rem 0;
}
h3 {
	font-size: 2.6rem;
	line-height: 3.2rem;
	font-weight: 600;
	margin: 2rem 0;
}


.sottotitolo {
	font-size: 4.6rem;
	line-height: 5rem;
	font-weight: 400;
	font-style: italic;
	margin: 2rem 0;
}
.call {
	font-style: italic;
	text-decoration: underline;
	color: #560100;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 3.2rem;
}

.customSpace {
	height: 15vw;
}


#masthead {
	position: fixed;
	top: 0;
	border-left-width: 0;
	width: 100%;
	height: 106px;
	background: #560100;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index: 999;
}

#logo {
	max-width: 312px;
}


#navigation ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	min-width: 12%;
}
#navigation ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}
#navigation ul li a:focus {
	color: #fff;
}



section {
	padding-top: 106px;
	box-sizing: border-box;
}
.video {
	width: 100%;
}

#home {
	background: url('../images/bg-home.jpg') no-repeat top center / 100% auto;
}

#cose {
	background: url('../images/bg-cose.jpg') no-repeat bottom right / 75% auto;
	min-height: 100vh;
}

#format {
	background: #E3D7D7;
}

#unicita {
	background: url('../images/bg-unicita.jpg') no-repeat bottom right / 60% auto;
}

#chisiamo {
	background: #E3D7D7;
}

#numeri {
	background: url('../images/bg-numeri.jpg') no-repeat top center / 100% auto;
	position: relative;
}
#numeri::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/bg-unicita.jpg') no-repeat bottom right / 60% auto;
}
#numeri .contentInside {
	position: relative;
	z-index: 1;
}

#vantaggi {
	background: #E3D7D7;
}

#contatti {
	background: url('../images/bg-numeri.jpg') no-repeat top center / 100% auto;
	position: relative;
	padding-bottom: 15vw;
}
#contatti::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/bg-contatti.jpg') no-repeat bottom center / 100% auto;
}
#contatti .contentInside {
	position: relative;
	z-index: 1;
}



#colophon	 {
	background: #560100;
	height: 250px;
}



.preview {
	padding-bottom: 30px;
}
.preview p {
	font-size: 2rem;
	line-height: 3.2rem;
}
.preview img {
	border-radius: 30px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
}
.preview2 h3,
.preview2 p {
	padding-left: 3rem;
}


.icons {
	padding: 0;
	margin: 0;
	list-style: none;
}
.icons li {
	vertical-align: middle;
	width: 238px;
	height: 238px;
	line-height: 238px;
	border-radius: 50%;
	text-align: center;
	background: #560100;
	display: inline-block;
	padding: 0;
	margin: 0 50px 0 0;
}
.icons li img {
	vertical-align: middle;
	display: inline-block;
}

.icons li p {
	line-height: 4rem;
	display: inline-block;
	color: #fff;
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
	vertical-align: middle;
}
.icons li p span {
	font-size: 4rem;
	font-weight: 700;
}


#fumetto {
	position: absolute;
	width: calc(100% + 30px);
}


.contIc img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}


form p {
	margin: 15px 0;
}
form input {
	padding: 30px 50px;
	border-radius: 46px;
	background: #E6D9D9;
	box-shadow: inset 3px 3px 6px rgba(0,0,0,0.16);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
form input[type=submit] {
	background: #560100;
	width: 100%;
	color: #E6D9D9;
	font-size: 2rem;
	font-weight: 700;
	cursor: pointer;
}
form input:focus {
	border-radius: 46px;
	background: #F7ECEC;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
form input[type=submit]:focus {
	border-radius: 46px;
	color: #fff;
	background: #560100;
}
form .left {
	width: calc(50% - 15px);
	float: left;
}
form .right {
	width: calc(50% - 15px);
	float: right;
}
form #privacy {
	font-size: 1.9rem;
	line-height: 3rem;
	text-align: right;
	padding-top: 10px;
}

#messaggio {
	text-align: center;
	padding: 30px 20px;
	border: 0;
	margin: 50px 0;
	background: #090;
	color: #fff;
}
#messaggio.error {
	background: #900;
}





.digit {
	opacity: 0;
	-webkit-transition: all 0s ease-out;
		 -moz-transition: all 0s ease-out;
			-ms-transition: all 0s ease-out;
			 -o-transition: all 0s ease-out;
					transition: all 0s ease-out;
}

.preview {
	-webkit-transform: translateY(80px);
		 -moz-transform: translateY(80px);
			-ms-transform: translateY(80px);
			 -o-transform: translateY(80px);
					transform: translateY(80px);
	-webkit-transition: all 1s ease-out;
		 -moz-transition: all 1s ease-out;
			-ms-transition: all 1s ease-out;
			 -o-transition: all 1s ease-out;
					transition: all 1s ease-out;
}
.preview.visible  {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}
.preview.preview-2.visible {
	transition-delay: 0.3s;
}
.preview.preview-3.visible {
	transition-delay: 0.6s;
}



.icons li {
	-webkit-transform: scale(0);
		 -moz-transform: scale(0);
			-ms-transform: scale(0);
			 -o-transform: scale(0);
					transform: scale(0);
	-webkit-transition: all 1s ease-out;
		 -moz-transition: all 1s ease-out;
			-ms-transition: all 1s ease-out;
			 -o-transition: all 1s ease-out;
					transition: all 1s ease-out;
}
.icons li.visible {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}
.icons li:nth-child(2) {
	transition-delay: 0.3s;
}
.icons li:nth-child(3) {
	transition-delay: 0.6s;
}


.previewImg2{
	-webkit-transform: translateX(-180px);
		 -moz-transform: translateX(-180px);
			-ms-transform: translateX(-180px);
			 -o-transform: translateX(-180px);
					transform: translateX(-180px);
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
					transition: all 0.6s ease-out;
}
.previewImg2.visible  {
	opacity: 1;
	-webkit-transform: none;
		 -moz-transform: none;
			-ms-transform: none;
			 -o-transform: none;
					transform: none;
}
.previewImg2.previewImg2-2.visible {
	transition-delay: 0.3s;
}
.previewImg2.previewImg2-3.visible {
	transition-delay: 0.6s;
}
.previewImg2.previewImg2-4.visible {
	transition-delay: 0.9s;
}



@media screen and (max-width: 1360px) {
	
	.icons li {
		width: 200px;
		height: 200px;
		line-height: 200px;
		margin: 0 30px 20px 0;
	}
	
}



@media screen and (max-width: 1280px) {
	
	html {
		font-size: 50%;
	}
	
}


@media screen and (max-width: 1100px) and (min-width: 790px) {
	
	
	#navigation ul {
		margin: 5px 0 0;
		max-width: 400px;
		float: right;
	}
	
}



@media screen and (max-width: 790px) {
	
	html {
		font-size: 40%;
	}
	
	#masthead {
		height: auto;
	}
	
	section {
    	padding-top: 50px;
	}
	#home {
    	padding-top: 100px;
	}
	
	#logo {
		max-width: calc(100% - 60px);
	}
	#navigation {
		display: none;
	}
	
	#burger {
		width: 30px;
		height: 30px;
		margin: 0;
		position: absolute;
		top: 30px;
		right: 30px;
	}
	#burger .close {
		display: none;
	}
	#burger.active .close {
		display: block;
	}
	#burger.active .open {
		display: none;
	}
	#navigation {
		display: none;
		background: #560100;
		margin: 0;
		width: 200px;
		position: absolute;
		right: 0;
		top: 90px;
		padding: 0 20px 20px;
		box-sizing: border-box;
	}
	#navigation ul li {
		display: block;
		margin: 0;
	}
	#navigation ul li a {
		padding: 10px 0;
	}
	#navigation ul li a:focus,
	#navigation ul li a:hover {
		color: #000;
	}
	
	
	.sottotitolo {
    	font-size: 4rem;
	}
	
	.icons li {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin: 0 10px 10px 0;
	}
	.icons li img {
		max-width: 60%;
	}
	
	.icons li p {
		font-size: 2.6rem;
	}
	.icons li p span {
		font-size: 3rem;
	}
	.icons.txtIcons li {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	
	#fumetto {
		position: relative;
		width: 70%;
		float: right;
	}
	
	.preview2 h3 br {
		display: none;
	}
	
	.contIc img {
		margin-right: 10px;
		width: 50px;
	}
	
	form .left,
	form .right {
		width: 100%;
		margin: 0 0 15px;
	}
	form input {
		padding: 20px 30px;
	}
	form #privacy {
    	text-align: center;
	}
	#colophon {
    	height: 150px;
	}
	
	
	.preview.preview-2.visible {
		transition-delay: 0s;
	}
	.preview.preview-3.visible {
		transition-delay: 0s;
	}
	.preview.preview-4.visible {
		transition-delay: 0s;
	}

	.icons li:nth-child(2) {
		transition-delay: 0s;
	}
	.icons li:nth-child(3) {
		transition-delay: 0s;
	}
	.icons li:nth-child(4) {
		transition-delay: 0s;
	}
	
	.previewImg2.previewImg2-2.visible {
		transition-delay: 0s;
	}
	.previewImg2.previewImg2-3.visible {
		transition-delay: 0s;
	}
	.previewImg2.previewImg2-4.visible {
		transition-delay: 0s;
	}
	
}