@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: black;
	--c2: #e4032e;
	--c3: #003063;
	--c4: #ffed00;
	--font: "Georama";
	--wLight: 300;
	--wNormal: normal;
	--wBold: 600;
 }

.c1 {
	color: var(--c1);
}

.c2 {
  	color: var(--c2);
}

.c3 {
  	color: var(--c3);
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wLight);
	font-style: normal;
	font-size: 16px;
	color: var(--c1);
	background-color: white;
}

.margini {
	padding: 3rem;
}

.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(--c2);
}

.title {
	font-size: 55px;
}

p {
  	font-weight: var(--wNormal);
	color: var(--c1);
}

a {
  	text-decoration: underline;
}

a, 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(--c2);
	border: 0px solid transparent;
	outline: none;
	border-radius: 50px;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;
}

.button:hover {
	color: white;
	background: var(--c3) ;
}

#partecipa_body_1 {
	font-size: 4rem;
	margin-left: 1rem;
}

@media (max-width:1400px) {
	#partecipa_body_1 {
		font-size: 2.5rem;
		margin-left: 0.3rem;
	}
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

#logo {
	max-width: 300px;
	margin-bottom: 10px;
}

@media (max-width:991px) {
	.bollino {
		width: 100px;
		margin-top: -25px;
	}

	#partecipa_body_1 {
		font-size: 2rem;
		margin-left: 1rem;
	}

	.margini {
		padding: 4.5rem 1rem 3rem;
	}

	.title {
		font-size: 45px;
	}

	#logo {
		max-width: 200px;
	}
}

.claim {
	margin-top: 10vh;
}

.margine-homepage {
	margin-bottom: 6vh;
}

@media (max-width:375px) {
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}

	.title {
		font-size: 30px;
	}
}

@media (max-width:300px) {
	.margine-homepage {
		margin-bottom: 2vh;
	}
}

.fondo {
	background-image: url('../img/sfondo.png');
	background-size: cover;
}

.box {
	border-radius: 40px;
	background-color: rgba(255,255,255,0.9);
}

.step {
	max-width: 80px;
}

/* ============================
	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_list li {
	list-style-type: none;
	float: left;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: var(--c1);
	font-weight: var(--wBold);
	font-size: 30px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}

	#menu_list li a {
		text-align: left;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	color: var(--c2);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	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;
}

@media (max-width: 575px) {
	label {
		font-size: .95rem;
	}
}

.bi-info-circle-fill:hover {
  	color: var(--c2);
}

.consent-list {
	list-style-type: none;
}

.form-control[type=file]::file-selector-button {
	background-color: transparent !important;
}

.input-group-text {
	background-color: #fff !important;
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: var(--c2);
	border-top: 10px solid var(--c4);
}

footer p {
 	color: white;
 	font-family: var(--font), sans-serif;
 	font-weight: var(--wNormal);
 	font-style: normal;
 	text-align: center;
}

footer p a {
 	color: white;
 	text-decoration: underline;
 	font-weight: var(--wBold);
}

.company {
	max-width: 300px;
}

.social {
	max-width: 45px;
	text-decoration: none;
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}

	.company {
		max-width: 200px;
	}
}

/* =========================
	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;
	}
}
