@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

 :root {
   	--c1: #01307d;
   	--c2: white;
	--c3: #79b72b;
	--c4: #b21460;
	--font: "Asap";
	--wLight: 300;
	--wNormal: normal;
	--wBold: bold;
 }

 .wLight {
	font-weight: var(--wLight);
 }

 .wBold {
	font-weight: var(--Bold);
 }

 .c1 {
	color: var(--c1);
 }

 .c3 {
	color: var(--c3);
 }

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 16px;
	color: var(--c1);
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a, b {
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	color: var(--c1);
}

p {
  	font-weight: var(--wNormal);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c1);
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
 	box-shadow: 0 0 0 0px !important;
}

.button {
	color: var(--c2);
	background: var(--c3);
	border: 0px solid transparent;
	outline: none;
	border-radius: 15px;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 500px;
	text-decoration: none;
}

.button:hover {
	color: var(--c1);
	background: var(--c2);
}

@media (max-width:991px) {
	.button {
		font-size: 1.3rem;
		padding: .5rem 1.8rem;
		max-width: 310px;
	}
}

@media (max-width:375px) {
	.button {
		font-size: 1rem;
		padding: .5rem 1rem;
		max-width: 250px;
	}
}

/* ============================
	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;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: var(--c1);
}

footer p {
	color: var(--c2);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	text-align: center;
}

footer b {
	color: var(--c2);
}

footer p a {
	color: var(--c2);
	text-decoration: underline;
	font-weight: var(--wBold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c2);
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
}

/* =========================
	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;
	}
}