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

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans7pt-Regular.eot');
    src: url('../fonts/NunitoSans7pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-Regular.woff') format('woff'),
        url('../fonts/NunitoSans7pt-Regular.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-Regular.svg#NunitoSans7pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans7pt-Black.eot');
    src: url('../fonts/NunitoSans7pt-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-Black.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-Black.woff') format('woff'),
        url('../fonts/NunitoSans7pt-Black.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-Black.svg#NunitoSans7pt-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans;
    src: url('../fonts/NunitoSans7pt-Bold.eot');
    src: url('../fonts/NunitoSans7pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NunitoSans7pt-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans7pt-Bold.woff') format('woff'),
        url('../fonts/NunitoSans7pt-Bold.ttf') format('truetype'),
        url('../fonts/NunitoSans7pt-Bold.svg#NunitoSans7pt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* =========================
	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;
   }
 }



 body {
   font-size: 14px;
   background-color: #5f84c0;
   font-family: 'Nunito Sans';
   font-weight: 400;
   color: #FFF;
 }

 .row {
   margin-left: 0;
   margin-right: 0;
 }



 h1, h2, h3, h4, h5, h6 {
   font-weight: 900;
 }
 .titolo {
  font-weight: 900;
  color: 000;
}

.container-white {
	background-color: #fff;
}

a {
	color: #000;
}
/* ================
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;
}

#logo {
  max-height: 60px;
}

#menu {
	background-color: #5f84c0;
	z-index: 2000;
	box-shadow: 0px 6px 6px rgba(0,0,0,.2);
}

#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 24px;
	position: relative;
}

#menu_list li a {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
}

#menu_list li a.active, #menu_list li a:hover  {
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	#menu_list li {
		list-style-type: none;
		float: left;
		padding-left: 10px;
		display: block;
		width: 100%;
    font-size: 24px;
  }
  #menu_list li a{
    font-size: 24px;
  }

  #logo, #attiva_menu {
    max-height: 30px;
  }
}

  
/* ================
HOME
===================*/

/* ================
PARTECIPA
===================*/
#errore {
	color: yellow;
	border-radius: 150px;
	padding: 5px;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
}

.form-control, .form-select {
  background-color: #e9ecf2;
  border: 0px solid transparent;
  border-bottom: 1px solid #000;
  border-radius: 20;
}


/* ================
FOOTER
===================*/
footer {
	background-color: #00205c;
	color: #fff;
	text-align: center;
	padding: 0px;
	z-index: 1000;
	position: relative;
}

footer p {
	color:#fff!important;
	font-size: 14px;
	font-weight: 400;
}
footer a, footer a:hover {
	display: inline;
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
}
/* ================
FOOTER
===================*/
.blk-border {
  border-bottom: 10px solid #00205c;
}

/* ================
PULSANTI
===================*/
   
.button {
	background: linear-gradient(to bottom,  #00205c 0%, #00205c 20%, #00205c 100%);
	color: #ffffff;
	border-radius:65px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 2.2rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none!important;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7); 
	box-shadow: 0px 0px 15px 5px rgba(8,142,197,0.7);*/
}
.button:hover {	
	color: #00205c;
	background: #ffffff ;
}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
}


.errore-test {
	color: rgb(0, 44, 184)!important;
	font-weight: bold;
	font-size: .85em;
}
