@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

 :root {
	--c1: #1d1d1b;
	--c2: #fef1c4;
	--c3: #D10000;
	--font1: "Archivo Narrow";
	--font2: "Bebas Neue";
	--wNormal: normal;
	--wBold: bold;
 }

body {
	font-family: var(--font1), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 18px;
	color: var(--c1);
	background-color: var(--c2);
}

.c3 {
	color: var(--c3);
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4 {
	font-family: var(--font2), sans-serif;
	font-style: normal;
	color: var(--c1);
}

p, a {
	font-family: var(--font1), sans-serif;
	font-weight: var(--wNormal);
	color: var(--c1);
}

a {
	font-weight: var(--wBold);
	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(--c1);
	border: 0px solid transparent;
	outline: none;
	border-radius: 15px;
	font-family: var(--font2), sans-serif;
	font-size: 2.2rem;
	font-weight: normal;
	padding: .2rem 4rem;
	width: max-content;
	max-width: 400px;
  	text-decoration: none;
}

.button:hover {
	color: var(--c2);
	background: var(--c3) ;
}

@media(max-width:1400px) {

}

@media (max-width:375px) {

}

.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(--c2);
}

#menu {
	background-color: var(--c1);
}

#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: var(--c2);
	font-family: var(--font2), sans-serif;
	font-weight: normal;
	font-size: 27px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	color: var(--c3);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-family: var(--font2), sans-serif;
	text-align: center;
}

label, input, select {
  	color: var(--c1);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

.bi-info-circle-fill:hover {
  	color: var(--c3);
}

/* ============================
	FOOTER
   ============================ */

 footer {
 	background-color: var(--c2);
 }

 footer p {
 	color: var(--c1);
 	font-family: var(--font1), sans-serif;
 	font-weight: var(--wNormal);
 	font-style: normal;
 	text-align: center;
 }

 footer p a,
 footer p a:hover,
 footer p a:focus {
 	color: var(--c1);
	font-family: var(--font1), sans-serif;
 	text-decoration: underline;
 	font-weight: var(--wBold);
 }

 @media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}

	.button {
		min-width: auto;
		font-size: 1.5rem;
		padding: .2rem 2rem;
		max-width: 350px;
	}
 }

/* =========================
	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;
	}
}

/* =========================
	ALTRO
	======================= */

.gate {
	font-size: 300%;
}

.step {
	font-size: 400%;
}

.step .s2 {
	font-size: 200%;
}

#home_body_1.button,
#minor_body_1.button {
	padding: .2rem .5rem;
	width: max-content;
	min-width: 300px;
	max-width: 500px;
}

@media (max-width:375px) {
	.button {
		min-width: auto;
		font-size: 1.5rem;
		padding: .2rem 1.8rem;
		max-width: 250px;
	}

	#home_body_1.button,
	#minor_body_1.button {
		padding: .2rem 2.5rem;
		font-size: 1.8rem;
		width: max-content;
		min-width: auto;
		max-width: 250px;
	}

	.gate {
		font-size: 200%;
	}

	.step {
		font-size: 300%;
	}

	.step .s2 {
		font-size: 200%;
		line-height: 0;
	}
}