@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--primary: #003a72;
	--secondary: #003a72;
	--font: "Poppins";
	--w1: 300;
	--w2: bold;
	--w3: 900;
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--w1);
	font-style: normal;
	font-size: 14px;
	color: #003a72;
	background-color: white;
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3 {
	font-family: var(--font), sans-serif;
	font-weight: var(--w3);
	font-style: normal;
	color: #003a72;
	font-size:40px;
}

@media (max-width:750px) {
	h1, h2, h3 {
	font-family: var(--font), sans-serif;
	font-weight: var(--w3);
	font-style: normal;
	color: #003a72;
	font-size:30px;
}
}

p {
	font-weight: var(--w1);
}

a {
	text-decoration: underline;
}

a, a:hover, a:focus, a:active, p {
	color: var(--primary);
}

b, strong {
	font-weight: var(--w3);
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
	box-shadow: 0 0 0 0px !important;
}

.button {
	color: white;
	background: #003a72;
	border: 0px solid transparent;
	outline: none;
	border-radius: 50px;
	font-family: var(--font), sans-serif;
	font-weight: var(--w2);
	font-size: 2.2rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 350px;
	text-decoration: none;
}

.button:hover {
	color: white;
	background: var(--secondary);
}

@media (max-width:375px) {
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

/* ============================
	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;
}

.bi-list {
	font-size: 3rem;
	color: var(--secondary);
}

#menu {
	background-color: white;
}

#menu_list {
	padding-left: 0px;
	margin-bottom: 0px;
}

#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: 0px 10px;
	color: #003a72;
	font-weight: var(--w1);
	font-size: 21px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 18px;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	color: #e30521;
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

   .note {
	font-size:25px;
   }

.errore-test{
		color: #ac182d;
}


#errore {
	color: #ac182d;
	font-weight: var(--w2);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--primary);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

@media (max-width: 575px) {
	label {
		font-size: .80rem;
	}
}

.bi-info-circle-fill:hover {
  	color: var(--secondary);
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: white;
}

footer p {
	color: #003a72;
	font-family: var(--font), sans-serif;
	font-weight: var(--w1);
	font-style: normal;
}

footer p a,
footer p a:hover {
	color: var(--primary);
	text-decoration: underline;
	font-weight: var(--w3);
}

@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;
	}
}

/* =========================
	WIN SI
	======================= */

.win-list {
	list-style-type: none;
}

hr {
	border: 2px solid #003a72;
	opacity:100;
}

.mail_win {
	font-size:25px;
}

@media (max-width:767px) {
	.mail_win {
	font-size:18px;
}
}

.testo_win {
	font-size:20px;
}

@media (max-width:767px) {
	.testo_win {
	font-size:18px;
}
}

.dynamo {
	font-family: var(--font), sans-serif;
	font-weight: var(--w3);
	font-style: normal;
	color: #003a72;
	font-size:20px;
}
