html{
	scroll-behavior: smooth; 
}
body{
	font-family: 'Roboto','Open Sans', sans-serif;
	font-size:20px;
	margin:0 auto;
	padding:0;
	scroll-behavior: smooth; 
}
.cont_esterno{
	
}
.header{
	text-align:center;
	height:100px;
}
.logo_alto{
	width:200px;
}
.prima_fascia{
	background: url(img/igenia_sfondo.jpg) no-repeat;
	height:860px;
}
#privacy2, #privacy1{
    margin-top: inherit;
    width: 20px;
    border-radius: 2px;
    height: 20px;
    position: relative;
	top: 5px;
}
.img_logo{
	width:110px;
}
.cont_terzo_sopra{
	color:white;
	padding:30px;
	width: 80%;
	margin: 0 auto;
}
.testo_terzo{
	margin-top: 20px;
	font-size: 19px;
	/*! padding: 40px; */
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	font-weight: lighter;
}
.cont_logo{
	display: inline-block;	
	margin: 0 auto;
	width:28%;
	text-align:center;
	background:white;
	color:black;
	border-radius:12px;
}
.terza_fascia{
	background: url(img/sfondo2.jpg) no-repeat;
	color:white;
	font-weight:bold;
	text-align: center;
	background-size: cover;
}
.ozono{
	font-size:45px;	
}
.cont_iconee{
	display:flex;
}
.cont_terza{
	width:80%;
	margin:0 auto;
}
.cont_form{
	width:550px;
	height: 660px;
	background:#0092BF;
	margin-left: 66%;
	position: relative;
	top: 70px;
	border-radius: 30px;
}
.sopra_form{
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	padding: 15px;
	font-weight: inherit;
	/*! margin-top: 20px; */
	position: relative;
	top: 12px;
}
.gratis_verde{
	background:#f2a216;
	width: 66%;
	margin: 0 auto;
	color: white;
	font-weight: bold;
	font-size: 41px;
	height: 50px;
	margin-top: 15px;
}
.mezzo{
	width:100%;
	height:50px;
	margin:0 auto;
	margin-top:15px;
	border-radius:10px;
	font-size: 20px;
	color: #484040;
}
.dentro_form{
	width:82%;
	margin:0 auto;	
}
.dentro_sopra_form{
	line-height:40px;
	color:white;
	width: 80%;
	margin: 0 auto;
}
.form{
	width:100%;
}.bottone {
    background: #f2a216;
    width: 100%;
    height: 60px;
    color: white;
    font-weight: bold;
    font-size: 34px;
    border-radius: 12px;
    cursor: pointer;
}
.submitgratis{
	 background: #f2a216;
	 width:600px;
	 margin:0 auto;
	 height:50px;
	 line-height:50px;
	 border-radius:8px;
	 font-size: 25px;
}
a{
	text-decoration:none;
	color:inherit;
}
.logo_terzo{
	color:#00AEEF;
	font-size: 28px;
	font-style: oblique;
	margin-top: 30px;
	padding: 5px;
}
.dentro_aaa{
margin-top:30px;
margin-bottom:30px;	
}
@media screen and (max-width:1720px)
{
	.prima_fascia{
		background-size:cover;
		height:800px;
	}
	.cont_form{
		transform: scale(0.9);
	}
}
@media screen and (max-width:1650px)
{
	.cont_form{
		transform: scale(0.8);
	}
}
@media screen and (max-width:1500px)
{
	.prima_fascia{
		background-size:cover;
		height:auto;
	}
	.cont_form{
		transform: scale(0.7);
		margin-left:60%;
	}
}
@media screen and (max-width:1320px)
{
	.cont_form{
		transform: scale(0.6);
	}
}
@media screen and (max-width:1000px)
{
	.cont_form {
		width: 100%;
		margin-left:inherit;
		transform:inherit;
		position:inherit;
		border-radius:0px;
		height: inherit;
		padding-bottom: 20px;
	}
	.submitgratis {
		width: 100%;
	}	
	.sin_form{
		background: url(img/mobile-immagine.jpg) no-repeat;
		background-size:cover;
		height:310px;
		width:100%;
	}
	.sopra_form{
		font-size: 27px;
	}
	.dentro_sopra_form {
		width: 100%;
	}
	.tdd{
		font-size:13px;
	}
	.bottone{
		font-size:28px;
	}
	.gratis_verde{
		font-size: 35px;
			height: 50px;
			margin-top: 15px;
			line-height: 50px;
	}
	.cont_terzo_sopra {
		width: 100%;
		padding:inherit;
		padding-top: 30px;
		font-weight:normal;
		font-size: 15px;
	}
	.cont_iconee{
		display:inherit;
	}
	.cont_logo{
		width: 90%;
		margin-top: 60px;
	}
	.ozono{
		font-size:25px;
	}
	.cont_terza {
		width: 90%;
	}
	.logo_terzo{
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.submitgratis{
		font-size: 13px;
		width:88%;
	}
	.formetto{
		font-size:11px;
	}
}
