@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #f47920;
	--c2: #ffde36;
	--c3: linear-gradient(156deg,rgba(252, 204, 54, 1) 0%, rgba(241, 112, 38, 1) 40%, rgba(241, 112, 38, 1) 60%, rgba(252, 204, 54, 1) 100%);
	--c3Alpha: linear-gradient(156deg,rgba(252, 204, 54, 0.2) 0%, rgba(241, 112, 38, 0.2) 40%, rgba(241, 112, 38, 0.2) 60%, rgba(252, 204, 54, 0.2) 100%);
	--c4: #142746;
	--font: "Fira Sans Extra Condensed";
	--wNormal: 400;
	--wBold: 700;
	--wBlack: 900;
}

.wBlack {
	font-weight: var(--wBlack);
}

.wBold {
	font-weight: var(--Bold);
}

.wNormal {
	font-weight: var(--wNormal);
}

.c1 {
	color: var(--c1);
}

.c2 {
	color: var(--c2);
}

.c4 {
	color: var(--c4);
}

.sfondo {
	background: var(--c3);
	background-repeat: no-repeat;
}

.sfondo-alpha {
	background: var(--c3Alpha);
	background-repeat: no-repeat;
}

.bigger {
	font-size: 170%;
}

.Poverlap {
	margin-bottom: 6vh;
}

.Noverlap {
	margin-top: -6vh;
}

.round-box {
	background: var(--c1);
	border-radius: 50px;
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 20px;
	color: var(--c4);
}

main {
	
}

.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(--c4);
	letter-spacing: -1px;
}

p {
  	font-weight: var(--wNormal);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c4);
}

.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: 1px solid var(--c4);
	outline: none;
	border-radius: 20px 40px;
	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-alt {
	color: white;
	background: var(--c4);
	border: 1px solid white;
}

#partecipa_body_1.button {
	border-radius: 30px 70px;
	font-size: 2.5rem;
	padding: 1.5rem 7rem;
	max-width: 500px;
}

.button:hover,
.button:active,
.button:focus,
.button-alt:hover,
.button-alt:active,
.button-alt:focus {
	color: var(--c4) !important;
	background: var(--c2) !important;
	border: 1px solid var(--c4);
}

#ocr.button {
	font-size: 1.2rem;
}

.button:focus {
	border: 1px solid #86b7fe;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.no-list-style {
	list-style-type: none;
	padding-left: 0px;
}

.img-overlap {
	margin-top: -10rem;
}

@media (max-width: 575px) {
	.button,
	#partecipa_body_1.button {
		border-radius: 15px 30px;
		font-size: 1.2rem;
		padding: .5rem 2rem;
		max-width: 300px;
	}
	#ocr.button {
		font-size: 1rem;
	}
}

@media (max-width:375px) {
	.button,
	#partecipa_body_1.button {
		border-radius: 15px 25px;
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
	#ocr.button {
		font-size: 0.8rem;
	}
}

img[src="assets/img/logo.png"] {
		max-width: 400px;
	}

img[src="assets/img/title.svg"] {
	max-width: 600px;
}

img[src="assets/img/step1.png"],
img[src="assets/img/step2.png"],
img[src="assets/img/step3.png"] {
	max-width: 180px;
}

.border-custom {
	--bs-border-opacity: 1;
    border-color: var(--c4), var(--bs-border-opacity) !important;
}

.glass-panel {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ============================
	MENU
   ============================ */

#menu {
	background-color: var(--c4);
}

.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: white;
}

#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: white;
	font-weight: var(--wNormal);
	font-size: 25px;
}

.separator {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: white;
	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;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	font-weight: var(--wBold);
	text-transform: uppercase;
	color: var(--c2);
}

.modal-body {
	background-color: #fff;
}

img[src="assets/img/logo_part.svg"] {
	width: 50px;
}

/* ============================
	FORM
   ============================ */

#errore,
#errore_ocr {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c4);
}

input, select {
	border-radius: 15px 30px !important;
}

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(--c1);
}



/* ============================
	FOOTER
   ============================ */

.footer {
	background-color: transparent;
}

footer p {
	color: var(--c4);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
}

footer b {
	font-family: var(--font), sans-serif;
	color: var(--c4);
}

footer p a {
	font-family: var(--font), sans-serif;
	color: var(--c4);
	text-decoration: underline;
	font-weight: var(--wBold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c4);
}

img[src="assets/img/logo.svg"] {
	max-width: 200px;
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}

	.img-overlap {
		margin-top: -5rem;
	}
}

/* =========================
	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;
	}
}

.thumbnail {
	max-height: 50px;
}
