@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #422918;
	--c2: #8abd24;
	--c3: #005745;
	--c4: #bb774a;
	--c5: #f0e7da;
	--font: "Georama";
	--wLight: 300;
	--wNormal: normal;
	--wBold: bold;
}

.c1,
.c1:hover,
.c1:active {
	color: var(--c1);
}

.c2,
.c2:hover,
.c2:active {
	color: var(--c2);
}

.c3,
.c3:hover,
.c3:active {
	color: var(--c3);
}

.c4,
.c4:hover,
.c4:active {
	color: var(--c4);
}

.c5,
.c5:hover,
.c5:active {
	color: var(--c5);
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wLight);
	font-style: normal;
	font-size: 16px;
	color: var(--c1);
	background-color: var(--c5);
}

.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);
}

header h1 {
	text-align: center;
}

p {
  	font-weight: var(--wLight);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c1);
}

ol.letters {
	list-style-type: lower-latin;
}

ul.dash {
	list-style-type: none;
	padding-left: 8px;
}

ul.dash li::before {
	content: "-  ";
}

.txt-underline {
	text-decoration: underline;
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
  	box-shadow: 0 0 0 0px !important;
}

.sfondo {
  	background: var(--c3);
}

.button {
	color: white;
	background: var(--c1);
	border: 0px solid transparent;
	outline: none;
	border-radius: 15px;
	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,
.button:active,
.button:focus {
	color: white;
	background: var(--c4);
}

#ocr.button {
	font-size: 1.4rem;
	max-width: 400px;
}

img[src="assets/img/logo.svg"] {
	max-width: 300px;
}

#partecipa_body_1,
#partecipa_body_2 {
	background: var(--c2) !important;
	max-width: 500px;
	font-size: 3rem;
}

@media(max-width:1400px) {

	#partecipa_body_1,
	#partecipa_body_2 {
		font-size: 2rem;
	}

	#ocr.button {
		font-size: 1.2rem;
		max-width: 300px;
	}
	
}

@media (max-width:375px) {
	#partecipa_body_1,
	#partecipa_body_2,
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}

	img[src="assets/img/logo.svg"] {
		max-width: 200px;
	}

	#ocr.button {
		font-size: 0.9rem;
	}
}

@media(min-width:1400px) {
	h1.c2,
	h2.c3 {
		font-size: 3rem;
	}
}

.step {
  	max-height: 160px;
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.box-info {
	border-radius: 50px;
	background-color: white;
}

.video {
	border-radius: 50px;
}

ul.list-check li {
	list-style-type: none;
	
}

ul.list-check li::before {
	content: '';
	display: inline-block;
	background-image: url('../img/x.svg');
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

ul.list-check li:last-child::before {
	background-image: url('../img/v.svg');
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
}

@media (max-width:991px) {
	.box-info {
		border-radius: 20px;
	}

	.video {
		border-radius: 20px;
	}
}

/* ============================
	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;
	cursor: pointer;
}

.bi-list {
	font-size: 3rem;
	color: var(--c1);
}

#menu {
	background-color: var(--c5);
}

#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(--c4);
	font-weight: var(--wLight);
	font-size: 30px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 21px;
	}
}

@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;
	color: var(--c1);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

#errore_ocr {
	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;
}

.bi-info-circle-fill:hover {
  	color: var(--c4);
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: var(--c3);
}

footer p {
	color: var(--c2);
	font-family: var(--font), sans-serif;
	font-weight: var(--wLight);
	font-style: normal;
	text-align: center;
}

footer p a,
footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c2);
	text-decoration: underline;
	font-weight: var(--wBold);
}

@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;
	}
}

.table {
	--bs-table-bg: var(--c5) !important;
	border-color: var(--c1);
}
