@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: white;
	--c2: black;
	--c3: #83ccd5;
	--c4: linear-gradient(10deg, rgba(99, 184, 113, 1) 0%, rgba(109, 192, 105, 1) 50%, rgba(99, 184, 113, 1) 100%);
	--c5: rgba(131, 204, 213, 0.8);
	--font: "Braun Linear";
	--wLight: 300;
	--wNormal: normal;
	--wBold: bold;
	--wExtraBold: 800;
	--wBlack: 900;
}

.wNormal {
	font-weight: var(--wNormal);
}

.wBold {
	font-weight: var(--wBold);
}

.size1 {
	font-size: 240%;
}

.size2 {
	font-size: 300%;
}

.c3 {
	color: var(--c3);
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 16px;
	color: var(--c2);
	background: var(--c2);
}

main {
	background: var(--c1);
}

.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);
}

p {
  	font-weight: var(--wNormal);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c2);
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
 	box-shadow: 0 0 0 0px !important;
}

.button {
	color: var(--c2);
	background: transparent;
	border: 1px solid black;
	outline: none;
	border-radius: 55px;
	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: var(--c2);
	background: transparent;
	border: 3px solid black;
	padding: calc(.5rem - 2px) calc(2.5rem - 2px);
}

#partecipa_body_1.button {
	color: var(--c1);
	border: 1px solid white;
}

#partecipa_body_1.button:hover {
	color: var(--c1);
	border: 3px solid white;
}

#ocr.button {
	font-size: 1.3rem;
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.no-list-style {
	list-style-type: none;
	padding-left: 0px;
}

.nascosto {
	height: 0px;
	overflow: hidden !important;
}

/* ============================
	HOME
   ============================ */

.sfondo1 {
	background: var(--c5);
	border-radius: 2px;
}

img[src="assets/img/ico1.svg"],
img[src="assets/img/ico2.svg"],
img[src="assets/img/ico3.svg"] {
	max-width: 80px;
}

@media (max-width:991px) {

}

#claim_mobile {
	margin-bottom: 8vh;
}

@media (max-width:375px) {
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
	#claim_mobile {
		margin-bottom: 0px;
	}
}

/* ============================
	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;
}

img[src="assets/img/logo.svg"] {
	max-width: 180px;
}

#menu {
	background-color: var(--c2);
}

#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;
	padding-left: 2%;
	padding-right: 2%;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: white;
	font-weight: var(--wNormal);
	font-size: 16px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 15px;
	}
}

@media (max-width: 1199px) {
	img[src="assets/img/logo.svg"] {
		max-width: 200px;
	}
}

@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);
	color: var(--c1);
	text-transform: uppercase;
}

li.d-lg-inline-block {
	font-size: 1.8rem;
	color: var(--c2);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

.errore-test{
		color: #ac182d;
}

#errore_ocr {
	color: #ac182d;  
}


#errore {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c2);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

.bi-info-circle-fill:hover {
	color: var(--c2);
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

.box {
	background: var(--c3);
	border-radius: 30px;
}

@media (max-width: 575px) {
	label {
		font-size: .80rem;
	}
}

/* ============================
	FOOTER
   ============================ */

footer {
	background: var(--c2);
}

footer p {
	color: var(--c1);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	text-align: center;
}

footer b {
	color: var(--c1);
}

footer p a {
	color: var(--c1);
	text-decoration: underline;
	font-weight: var(--wBold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c1);
}

@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;
	}
}
