@font-face {
	font-family: 'Pump D Ot';
	src: url('../fonts/Pump-D-OT-Medium.ttf') format('truetype');
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	background: #05d6b3;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
}
.logo {
	display: inline-block;
	margin: 0 auto;
	padding-top: 1%;
	width: 11%;
}
.div_titolo {
	background-color: #fff;
	padding-bottom: 1%;
}
.titolo {
	display: inline-block;
	margin: 0 auto;
	margin-left: 8%;
}
.icona {
	display: none;
}
h1 {
	font-family: Pump D Ot;
	color: #2fb4c6;
	font-size: 2vw;
	text-align: center;
	line-height: 1.2;
    margin: 0;
}
h2 {
	color: #2fb4c6;
	font-size: 1.5vw;
	font-weight: normal;
	line-height: 1.1;
    margin: 0;
	text-align: center;
}
.div_centrale {
	width: 60%;
	float: left;
}
h3 {
	line-height: 1;
	margin: 0;
	color: #fff;
	font-size: 1.4vw;
}
.p_testo {
	font-size: 1.2vw;
	margin-top: 1%;
}
.imm_centrale {
	display: block;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 3%;
}
.check_img {
	display: inline-block;
	width: 50px;
	margin: 0 0% 0 2%;
}
.tab_1 {
	display: inline-block;
}
.div_destra {
	width: 38%;
    display: inline-flex;
	margin-top: 3%;
}
form {
	background: white;
	border-radius: 3%;
	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.40);
}
.div_titolo_form {
	display: inline-block;
	margin-top: 2%;
	width: 100%;
	text-align: center;
	font-size: 1.2vw;
	line-height: 1.7;
}
.titolo_form {
	background: #ffee02;
	padding: 5px 15px 5px 15px;
	font-weight: bold;
}
td {
	width: 50%;
}
.richiedi {
	text-align: center;
	margin-top: 1%;
	font-size: 1.1vw;
}
.condizioni {
	padding: 1% 2% 2% 2%;
	text-align: justify;
	font-size: 0.7vw;
}
.cond_check {
	padding-left: 2%;
	width: 2%;
}
.cond_testo {
	margin-right: 2%;
	font-size: 0.7vw;
	text-align: justify;
}
.pubblicita {
	width: 96%;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
form p {
	display: block;
	margin: 0 auto;
}
input:focus,
select:focus,
textarea:focus {
	border: 2px solid #2fb4c6 !important;
	box-shadow: 0 0 3px #2fb4c6 !important;
	-moz-box-shadow: 0 0 3px #2fb4c6 !important;
	-webkit-box-shadow: 0 0 3px #2fb4c6 !important;
}
input:focus,
textarea:focus,
select:focus {
	outline-offset: 0px !important;
	outline: none !important;
}
input[type='submit'],
input[type='button'] {
	width: 96%;
	height: 8%;
	background: #d8252d;
	color: white;
	font-weight: bold;
}
input[type='submit']:hover {
	opacity: 0.9;
}
.input_phone {
	width: 76%;
	padding-left: 13%;
}
.iconstel {
	position: absolute;
	margin-top: -43px;
	margin-left: 17%;
	width: 40px;
}
.icons {
	position: absolute;
	margin-top: -39px;
	margin-left: 15%;
	width: 40px;
}
.data {
	width: 26%;
	margin: 10px;
	padding: 0px;
	float: left;
}
.telephone_label {
	position: absolute;
	padding-top: 17px;
	padding-left: 17px;
}
label {
	display: inline-block;
	font-size: 1.2vw;
}
form input,
select {
	display: block;
	width: 86%;
	height: 30px;
	padding: 6px 12px;
	line-height: 1.4;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 2%;
	font-size: 1.2vw;
	font-family: 'Raleway', sans-serif;
}
select {
	width: 29%;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 3%;
}
input:hover {
	cursor: pointer;
}
ul {
	line-height: 1.5;
}
#tot_data {
	cursor: pointer;
}
.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	outline: none;
	position: relative;
	z-index: 1000;
}
.option-input:hover {
	background: #9faab7;
}
.option-input:checked {
	background: #2fb4c6;
}
input[type=radio] {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	margin-left: 20px;
	top: 0px;
	left: -8px;
	border-radius: 0px;
}
input[type=checkbox] {
	width: 25px;
	height: 25px;
	border-radius: 0px;
}
.option-input:checked::before {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 1px;
	content: '✔';
	display: inline-block;
	font-size: 1vw;
	text-align: center;
	left: -7px;
}
.option-input:checked::after {
	background: #2f80c4;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
.option-input.radio {
	border-radius: 50%;
}
.option-input.radio::after {
	border-radius: 50%;
}
#err_message,
#err_message_email_usata,
#err_message_email_errata,
#err_message_phone {
	font-size: 1.1vw;
	margin-top: 1%;
	color: #F00;
	text-align: center;
}
.div_clausole {
	width: 96%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8vw;
	margin-top: 3%;
	margin-bottom: 1%;
	color: #fff;
}
.barra {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 1220px) {
	h1 {
		font-size: 3.5vw;
	}
	h2 {
		font-size: 3vw;
	}
	h3 {
		font-size: 2.7vw;
	}
	.logo {
		display: block;
		margin: 0 auto;
		width: 14%;
	}
	.titolo {
		margin-left: 0%;
		width: 96%;
		display: block;
		margin: 0 auto;
	}
	.icona {
		display: inherit;
		text-align: center;
	}
	.imm_centrale {
		margin-bottom: 3%;
	}
	.tab_1 {
		display: inline-block;
   	 	width: 50%;
    	padding-left: 2%;
	}
	.check_img {
		display: inline-block;
		margin-left: 30%;
	}
	.p_testo {
		font-size: 2.2vw;
	}
	.div_centrale {
		width: 100%;
		float: inherit;
	}
	.div_destra {
		width: 100%;
		display: inherit;
		margin: 0 auto;
	}
	.imm_centrale {
		width: 50%;
	}
	.richiedi {
		display: none;
	}
	form {
		width: 96%;
		display: block;
		margin: 0 auto;
		margin-top: 3%;
		background: #e0e1dc;
	}
	.div_titolo_form {
		line-height: 1.1;
		margin-bottom: 3%;
		font-size: 2.2vw;
	}
	label {
		font-size: 2.8vw;
	}
	form select {
		width: 29%;
		border-radius: 0px;
	}
	form input,
	select {
		width: 90%;
		margin-top: 0;
		border: 0px solid;
		height: 90px;
		font-size: 2.8vw;
	}
	.telephone_label {
		padding-top: 3%;
	}
	.input_phone {
		width: 79%;
	}
	input[type=radio],
	input[type=checkbox] {
		width: 30px;
		height: 30px;
	}
	.option-input:checked::before {
		height: 30px;
		width: 30px;
		left: 0px;
		font-size: 2vw;
	}
	input[type='submit'],
	input[type='button'] {
		height: 100px;
		margin-top: 2%;
	}
	.condizioni {
		font-size: 1.7vw;
	}
	.cond_testo {
		font-size: 1.7vw;
	}
	#err_message,
	#err_message_email_usata,
	#err_message_email_errata,
	#err_message_phone {
	font-size: 2vw;
	margin-top: 2%;
	}
	.div_clausole {	
		margin-top: 5%;
		font-size: 1.7vw;
	}
	.barra {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.imm_centrale {
		width: 70%;
	}
	.telephone_label {
		padding-top: 5%;
	}
	.option-input:checked::before {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 520px) {
	.logo {
		width: 40%;
	}
	h1 {
		font-size: 7vw;
	}
	h2 {
		font-size: 5.8vw;
	}
	h3 {
		font-size: 4.3vw;
	}
	.p_testo {
		font-size: 4vw;
	}
	.imm_centrale {
		width: 98%;
	}
	.div_titolo_form {
		font-size: 3vw;
		margin-top: 3%;
	}
	label {
		font-size: 3.5vw;
	}
	form select {
		width: 32%;
		margin-left: 1%;
	}
	form input,
	select {
		width: 90%;
		height: 60px;
		font-size: 3.7vw;
	}
	.telephone_label {
		padding-top: 5%;
		padding-left: 6px;
	}
	.input_phone {
		width: 82%;
	}
	input[type='submit'],
	input[type='button'] {
		height: 60px;
	}
	.condizioni {
		font-size: 2.5vw;
	}
	.cond_testo {
		font-size: 2.5vw;
	}
	#err_message,
	#err_message_email_usata,
	#err_message_email_errata,
	#err_message_phone {
	font-size: 3vw;
	}
	.div_clausole {	
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 425px) {
	form input,
	select {
		width: 88%;
		height: 50px;
	}
	.input_phone {
		width: 81%;
	}
	.check_img {
		margin-left: 20%;
	}
}

@media only screen and (max-width: 375px) {
	label, select {
		font-size: 3vw;
	}
	form input {
		width: 87%;
		height: 40px;
		font-size: 4vw;
	}
	input[type='submit'],
	input[type='button'] {
		height: 60px;
	}
}

@media only screen and (max-width: 320px) {
	h1 {
		font-size: 8vw;
	}
	h2 {
		font-size: 7vw;
	}
	h3 {
		font-size: 6vw;
	}
	.div_titolo_form {
		font-size: 3.2vw;
		margin-top: 4%;
	}
	form input {
		width: 84%;
		font-size: 4.2vw;
	}
	.input_phone {
		width: 79%;
	}
	.condizioni {
		font-size: 3vw;
	}
	.cond_testo {
		font-size: 3vw;
	}
	.div_clausole {
    font-size: 3vw;
	}
}
