@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

  :root {
   --primary: #252f7f;
   --secondary: #8bc53f;
   --font: "Asap";
   --wNormal: normal;
   --wBold: bold;
 }
 
body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 14px;
    background-image: url('../img/bg.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}

.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: #24326b;
}

p {
  font-weight: var(--wNormal);
}

a {
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #24326b;
}

.text_blu {
	color: #24326b;
}

.card {
	background-color: transparent;
	border: 3px solid #ffffff;
}

.card-body {
	background-color: #ffffff;
	border: 0px solid transparent;
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
  box-shadow: 0 0 0 0px !important;
}

   .sfondo {
	margin-top: 2.5rem; 
	margin-bottom: 2.5rem;  
   	background-color: rgba(255,255,255,1);
   	border-radius: 20px;
   	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);
   }

#partecipa_body_1,
.button {
	color: white;
    background-color: var(--secondary);
	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;
  line-height: 120%;
}

#partecipa_body_1:hover,
.button:hover {
		color: white;
  		background-color: #24326b;
}

@media (max-width:375px) {
	#partecipa_body_1,
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
}

@media(max-width:991px) {
  .sfondo {
    background: rgb(40,52,138);
  }
}

@media(max-width:1400px) {
  #partecipa_body_1 {
    font-size: 1.6rem;
  }
}

.step {
  max-height: 250px;
}

.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(--primary);
}

#menu {
	background-color: #24326b;
}

#menu_list {
  padding-left: 0px;
  margin-bottom: 0px;
}

#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: 0px 10px;
	color: #ffffff;
	font-weight: var(--wBold);
	font-size: 30px;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    font-size: 21px;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: underline !important;
}

.modal-body {
	background-color: #24326b;
}


/* ============================
	FORM
   ============================ */


#errore {
	color: red;
	text-shadow: 0px 0px 2px #fff;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  color: #24326b;
}

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(--secondary);
}

/* ============================
	FOOTER
   ============================ */

 footer {
 	background-color: #ffffff;
 }

 footer p {
 	color: #24326b;
 	font-family: var(--font), sans-serif;
 	font-weight: var(--wNormal);
 	font-style: normal;
 	text-align: center;
 }

 footer p a,
 footer b {
 	color: #24326b;
 	text-decoration: underline;
 	font-weight: var(--wBold);
 }

 footer p a:hover {
   color: #efefef;
 }

 footer b {
   text-decoration: none;
 }

 @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;
	}
}
