/* ============================
	FONT
   ============================ */

@charset "utf-8";
/* CSS Document */

/* roboto-100 - latin */
@font-face {
	font-family: "peachy-keen-jf", sans-serif;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-Bold.eot');
	src: url('../fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Asap-Bold.woff2') format('woff2'),
		url('../fonts/Asap-Bold.woff') format('woff'),
		url('../fonts/Asap-Bold.ttf') format('truetype'),
		url('../fonts/Asap-Bold.svg#Asap-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-Regular.eot');
	src: url('../fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Asap-Regular.woff2') format('woff2'),
		url('../fonts/Asap-Regular.woff') format('woff'),
		url('../fonts/Asap-Regular.ttf') format('truetype'),
		url('../fonts/Asap-Regular.svg#Asap-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}




/* ============================
	GENERALI 
   ============================ */

body {
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	/*background-image: url('../img/bg.jpg');*/
	background-color: #DDDC08;
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

h1,
h2 {
	color: #e30613;
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-style: normal;
}

a {
	text-decoration: none;
}

.text-red {
	color: #ac182d;
}

.text-body {
	font-size: 1.5rem;
}

.text-body a {
	color: #333;
}

.text-body a:hover {
	color: #e30613;
}

@media (max-width: 600px) {
	.text-body {
		font-size: 1.2rem;
	}
}

@media (max-width: 991px) {
	.text-win {
	font-size: 1.2rem;
}
}


/* ============================
	MENU
   ============================ */

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

#attiva_menu {
	max-width: 30px;
	margin: 10px 25px;
	cursor: pointer;
}

#menu {
	background-color: #009EE2;
	/*border-bottom: 4px solid #ffffff;
   	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
   	z-index: 2000;
   	position: relative;*/
}

#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}


@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}

	#menu_list li a {
		text-align: right;
	}
}


@media (max-width: 1199px) {

	#menu_list {
		margin-left: 45px;
	}
}

@media (max-width:991px) {

	#menu_list {
		margin-left: 0px;
	}
}

#menu_list li a:hover,
#menu_list li a.active {
	text-decoration: none !important;
	color: #e30613;
	background-color: #ffffff;
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

.sfondo {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 20px;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);
}

#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.form-control,
.form-select {
	border-radius: 5px;
	border: 1px solid #ffff;
	color: #000000;
}

.form-group {
	margin-bottom: 15px;
}

label[for=reg],
label[for=tratt_dati] {
	display: block;
}

label a {
	color: inherit;
	text-decoration: underline;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}


.button {
	background: linear-gradient(to bottom, #e01f1c 0%, #e01f1c 20%, #ad1613 100%);
	color: #ffffff;
	border-radius: 65px;
	border: 0px solid transparent;
	font-weight: bold;
	font-size: 2.2rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000;
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	font-family: 'Asap', sans-serif;

	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}

.button:hover {
	color: #ad1613;
	background: #ffffff;
}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	label {
		font-size: .80rem;
	}
}

.modal-body {
	background-color: #4D7BBC;
}


/* ============================
	FOOTER
   ============================ */
footer {
	font-family: 'Asap';
	font-size: 0.8rem;
	background-color: #F3F3F3;
	font-weight: normal;
}

footer p {
	color: #333333;
	font-family: 'Asap';
	font-weight: normal;
	font-style: normal;
	font-size: 0.8rem;
	text-align: center;
}

footer p a {
	color: #333333;
	text-decoration: underline;
	font-weight: 700;
}


/* =========================
	COOKIE BAR
	======================= */

.cc-window {
	font-size: .85rem !important;
	line-height: 1.2em !important;
}

@media (max-width:767px) {
	.cc-window {
		font-size: .75rem !important;
		line-height: 1.1em !important;
	}
}



/* ============================
	MODAL
   ============================ */

.modal-body,
.modal-footer,
.modal-header {
	background-color: #079ee3;
	color: #ffffff;
	border: none;
}

.modal-content {
	width: 50%;
	margin: auto;
}

.btn-secondary {
	background-color: #000;
}

a {
	color: #e30613;
}