@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

 :root {
   --c1: #4a4a49;
   --c2: #f49a00;
   --c3: #890014;
   --font: "Miele Elements";
   --wLight: 300;
   --wNormal: normal;
   --wBold: bold;
   --wXBold: 900;
 }

 .wLight {
	font-weight: var(--wLight);
 }

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 {
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	color: var(--c1);
}

p {
  	font-weight: var(--wLight);
}

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;
}

.sfondo {
  	background: #efe2d8;
}

.button {
	color: white;
	background: var(--c2);
	border: 0px solid transparent;
	border-radius: 30px;
	outline: none;
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-size: 2rem;
	padding: 1rem 4rem;
	width: max-content;
	max-width: 400px;
	text-shadow: 0px 0px 8px #4a4a49;
	padding-top: 1.2rem;
}

.button_partecipa {
	max-width: 700px;
	text-decoration: none;
}

.button:hover {
	color: white;
	background: var(--c3);
}

#logo {
	max-width: 200px;
}

@media(max-width:767px) {
	.button_partecipa {
		font-size: 1.5rem;
		padding: 1.5rem 5rem;
		max-width: 400px;
	}
}

@media(max-width:477px) {
	.button {
		font-size: 1.3rem;
		padding: .5rem 2.5rem;
		max-width: 270px;
	}
}

.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(--c3);
}

#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	border-right: 1px solid var(--c3);
}

@media(max-width:477px) {
	#menu_list li {
		border-right: none;
	}
}

#menu_list li:last-child {
	border-right: none;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: var(--c3);
	font-weight: var(--wLight);
	font-size: 18px;
}

@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;
	font-weight: var(--wBold);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	HOME
   ============================ */

img[src="assets/img/step1.svg"],
img[src="assets/img/step2.svg"],
img[src="assets/img/step3.svg"],
img[src="assets/img/step4.svg"] {
	max-width: 210px;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

.errore-test{
	color: #ac182d;
}

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;
	}
}

/* ------- GRAZIE -------- */

img[src="assets/img/check.svg"] {
	max-width: 150px;
}

.bi-check-circle-fill {
	font-size: 150px;
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: var(--c3);
}

footer p {
	color: white;
	font-family: var(--font), sans-serif;
	font-weight: var(--wLight);
	font-style: normal;
	text-align: center;
}

footer p a {
	color: white;
	text-decoration: underline;
	font-weight: var(--wBold);
}

footer p a:hover,
footer p a:active {
	color: white;
}

@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;
	}
}
