*{
	margin: 0;
	padding: 0;
	color: black;
}

a{
	color: #C4161C;
	text-decoration: underline;
}

a:hover{text-decoration: none;}

.header{
	width: 100%;
	height: 54px;
	background: #C4161C;
	text-align: center;
	position: relative;
}

.header img{
	width: 53px; 
	height: auto;
	margin-top: 10px;
}


@media screen and (min-width: 768px) {
	.header img{
		width: 164px; 
		height: auto;
		position: absolute;
		top: 20px;
		left: 50%;
			margin-top: 0px;
		margin-left: -82px;
	}
 
}

.container{
	padding: 0 24px;
	max-width: 1100px;
	margin: 0 auto;
}



@media screen and (min-width: 768px) {
	.container{
		padding: 80px 32px 0 32px;
	}
}

.widget{
	margin: 32px auto;
}

@media screen and (min-width: 768px) {
	.widget{
		margin: 48px auto;
	}
}


.intro{
	width: 100%;
	max-width: 700px;
	text-align: center;
}


.occhiello{
	font-family: arial;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
	padding-bottom: 16px;
}

h1{
	 font-family: "Oswald", sans-serif;
	 font-size: 46px;
	 line-height: 1.1;
	 font-weigh: 800;
	 text-transform: uppercase;
}


.testo p,
.testo{
	font-family: arial;
	font-size: 18px;
	line-height: 1.3;
	margin-top: 16px;
}



h2{
	font-family: arial;
	font-size: 32px;
	line-height: 1.15;
}


h3{
	font-family: arial;
	font-size: 22px;
	line-height: 1.15;
}

@media screen and (min-width: 768px) {
	h1{
	 font-size: 64px;
	}
}

.movie{
	text-align: center;
}

.movie img{
	width: 100%;
	max-width: 700px;
	height: auto;
}


.conto_rovescia{
	background: #f5f5f5;
	padding: 32px 16px;
	text-align: center;
	max-width: 1100px;
}

.conto_rovescia table{width: 90%; max-width: 340px; margin: 16px auto}

@media screen and (min-width: 768px) {
	.conto_rovescia{
		padding: 24px;
	}
}

.widget.standard_test{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	text-align: left;
}

.widget.standard_test ul{
	margin: 16px 0 16px 15px;
	font-family: arial;
	font-size: 18px;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.widget.standard_test{
		text-align: center;
	}
	.widget.standard_test ul{
		width: 100%;
		max-width: 680px;
		text-align: left;
		margin: 16px auto 16px auto;
	}
}

.widget.standard_test ul li{
	padding-top: 8px;
		text-align: left;
}

.widget.standard_test ul li:first-child{
	padding-top: 0px;
}


.colonne{
	display: flex;
	flex-direction: column;
}

.colonne img{
	width: 40px;
	height: auto;
}

.colonne .col{
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
}

.colonne .incol .testo{
	margin-top: 0;
}

.colonne .elemento01{
	margin-right: 16px;
}

@media screen and (min-width: 768px) {
	.colonne{
		flex-direction: row;
	}
	.colonne .col{
		flex-direction: column;
		align-items: center;
	}
	.colonne .col.col2{
		margin-right: 16px;
		margin-left: 16px;
	}

	.colonne .incol .testo{
		text-align: center;
	}

}

.email_conatiner{
	background: #f5f5f5;
	width: 100%;
}

.email_conatiner .container{
	padding-top: 1px;
	padding-bottom: 1px;
	max-width: 800px;
}


form{position: relative;}

label{
	font-family: arial;
	font-size: 12px;
}
.inform{
	display: flex;
	justify-content: center;
	margin: 24px 0;
	flex-direction: column;
}


.input{
	 width: 92% !important;
}


#newsletter-input{
	border: 2px solid #cacaca;
    border-radius: 8px;
    padding: 5px 5px 5px 10px;
    background-color: #fff;
    width: 100% !important;
    height: 34px;

}


.acta{
	margin-left: auto;
		margin-right: auto;
		    margin-top: 100px;
}


.privacy{
	position: absolute;
	margin-top: -150px;
}



@media screen and (min-width: 440px) {
	.acta{
		margin-top: 90px;
	}

	.privacy{
		margin-top: -140px;
	}

}


@media screen and (min-width: 640px) {
	.acta{
		margin-top: 70px;
	}

	.privacy{
		margin-top: -118px;
	}

}


@media screen and (min-width: 768px) {
	.inform{
		flex-direction: row;
	}
	.acta{
			margin-top: 0px;
		margin-left: 40px;
	}

	.privacy{
		position: static;
		margin-top: 0;
	}

}

.acta button{
	background-color: #144357;
    border-radius: 30px;
    border: 0;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    padding: 10px 50px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    white-space: nowrap;
}

.acta button:hover{opacity: 0.7;}
.acta button span{color: white}

.privacy label{
	display: flex;
}

.check01{
	margin-right: 10px;
}



.footer{
	background: #C4161C;
	width: 100%;
	color: white;
}



.footer .widgetFooter{
	padding: 32px 24px;
	max-width: 1100px;
	margin: 0 auto;
}




@media screen and (min-width: 768px) {
	.footer .widgetFooter{
		padding: 32px
	}
}

.footer h3{
	color: white;
	padding-bottom: 8px;
}
.footer .small{
	color: white;
	font-family: arial;
	font-size: 11px;
	line-height: 1.2;
}


.footer .infooter{
	display: flex;
	align-content: center;
	align-items: center;
    flex-direction: column;
    width: 100%;

}
.footer .sinistrooter{
	align-self: flex-start;
}

.footer .destrooter{
	align-self: flex-start;
	margin-top: 32px;
}




.footer .icone{
	display: flex;
	align-content: center;
	align-items: center;
}

.footer .icosocial{
	margin: 0 8px 0 0;
}


@media screen and (min-width: 768px) {
	.footer .infooter{
	 flex-direction: row;
	    justify-content: space-between;
	}
		.footer .sinistrooter{
			align-self: flex-start;
		}

		.footer .destrooter{
			align-self: center;
			margin-top: 0px;
		}
		.footer .icosocial{
			margin: 0 0 0 8px;
		}
}



.testo ul,
.testo li,
.testo p{
	text-align: left !important;
}


video {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.notelast{
	padding: 24px 0 0 0;
	text-align: center;
}

.notelast p{
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	color: #888888;
}


