@charset "utf-8";
/* CSS Document */
/**/
/*================================== BOOT ===============================================*/
body {
	font-family: 'PT Sans';
	font-size: 18px;
	line-height: 23px;
	background-color: #0B1D45;
}
/*================================== SITE ===============================================*/
#alert {
	display: none;
	position: fixed;
	z-index: 10001;
	font-size: 14px;
	color: #000;
	background-color: rgba(0, 45, 71, 0.90);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#alert .testoAlert {
	margin: 10px;
	color: #FFF;
	padding: 20px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#alert .errori {
	text-align: center;
	width: 400px;
	max-width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.loader {
	/*width: 100%;*/
	height: 16px;
	animation: l3-0 2s infinite alternate;
}
.loader:before, .loader:after {
	content: "";
	width: 16px;
	height: 100%;
	background: #3FB8AF;
	display: inline-block;
	animation: l3-1 1s infinite alternate;
}
.loader:after {
	background: #FF3D7F;
	--s: -1;
}
@keyframes l3-0 {
	0%, 40% {
		transform: rotate(0);
	}
	80%, 100% {
		transform: rotate(.5turn);
	}
}
@keyframes l3-1 {
	80%, 100% {
		transform: translate(calc(var(--s, 1) * 14px));
	}
}
#chiudi {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 30px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.cmsForm {}
.cmsForm .error {
	color: #FFAD11
}
header {
	padding: 20px 0;
	box-shadow: 0px 8px 6px #00000029;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 50;
	background-color: #0B1D45;
	color: #FFF;
	height: 70px;
	text-transform: uppercase;
}
a {
	color: #000;
	text-decoration: none
}
.titolo {
	padding: 40px 0
}
hr {
	background-color: #000;
	border: none;
	height: 1px;
	width: 100%;
}
.dunlop {
	background-color: #000;
	color: #FFDD00;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 20px
}
.funziona {
	font-size: 16px;
	line-height: 20px;
	color:#FFF;
}
/*.stack{position: absolute; z-index: 10;  right: 0; }*/
form {
	background-color: #0b1d45;
	color: #FFF;
	border-radius: 25px;
	padding: 25px;
	font-size: 14px;
	line-height: 16px;
}
form a {
	color: #FFF;
	text-decoration: none
}
form.ricerca{background-color: transparent}
.formData {
	width: auto;
}
.form-group {
	margin-bottom: 6px
}
.form-control, .form-select, .form_input {
	border-radius: 0;
	padding: 3px;
	font-size: 14px;
}
.btn-giallo {
	background-color: #ffb901;
	color: #000;
}
.modal-content, .modal-header {
	border-radius: 0
}
@media only screen and (max-width: 992px) {
	.stack {
		position: relative;
	}
}