@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

 :root {
   	--c1: #24388d;
   	--c2: #ce113f;
	--font: "Outfit";
	--fontC: "Bellota Text";
	--wNormal: 400;
	--wBold: 700;
	--wSBold: 600;
 }

 .fontC {
	font-family: var(--fontC);
	font-size: var(--wNormal);
 }

 .wSBold {
	font-weight: var(--wSBold);
 }

 .wBold {
	font-weight: var(--Bold);
 }

 .c1 {
	color: var(--c1);
 }

 .c2 {
	color: var(--c2);
 }

 .red-box {
	background: var(--c2);
	border-radius: 15px;
	padding: .5rem 1.5rem;
 }

 .sfondo {
	background: url('../img/sfondo.jpg');
	background-size: cover;
	background-position: 50% 50%;
 }

 .bigger {
	font-size: 110%;
 }

 .big {
	font-size: 350%;
 }

body {
	font-family: var(--fontC), sans-serif;
	font-weight: var(--wBold);
	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: white;
	background: var(--c1);
	border: 0px solid transparent;
	outline: none;
	border-radius: 15px;
	font-family: var(--font), sans-serif;
	font-weight: var(--wSBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 300px;
}

.button:hover {
	color: white;
	background: var(--c2);
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.no-list-style {
	list-style-type: none;
	padding-left: 0px;
}

@media (max-width:375px) {
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
}

/* ============================
	MENU
   ============================ */

#menu {
	background-color: white;
}

.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(--c1);
}

#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: var(--c1);
	font-weight: var(--wNormal);
	font-size: 25px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 18px;
	}
}

@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;
	font-weight: var(--wBold);
	text-transform: uppercase;
	color: var(--c1);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c1);
}

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(--c2);
}

/* ============================
	FOOTER
   ============================ */

.footer {
	background-color: white;
}

footer p {
	color: var(--c1);
	font-family: var(--fontC), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	text-align: center;
}

footer b {
	font-family: var(--font), sans-serif;
	font-weight: var(--wSBold);
	color: var(--c1);
}

footer p a {
	font-family: var(--font), sans-serif;
	color: var(--c1);
	text-decoration: underline;
	font-weight: var(--wSBold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c1);
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
	.big {
		font-size: 300%;
	}
}

/* =========================
	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;
	}
}

@media (max-width:375px) {
	.big {
		font-size: 200%;
	}
}

img[src="assets/img/main.png"] {
	max-width: 500px;
}