/* ============================
	FONT
   ============================ */

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

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

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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

body {
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	background: #e10814;
}


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

.note {
	color:#fff;
	font-size:18px;
}

h1 {
	font-family: 'Montserrat-Bold';
	color: #ffec00;
	font-size:2.5rem;
}


h2 {
	font-family: 'Montserrat-Bold';
	color: #ffec00;
	font-size:2.5rem;
}

h4 {
	color: #fff;
}

@media (max-width: 750px) {
	h4 {
	 font-size:15px;
	}

	h2 {
	font-size: 1.7rem;
}

}

a {
	text-decoration: none;
	color: #ffec00;
}

.text-red {
	color:#ffec00;
}
/* ============================
	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;
	font-size: 3rem;
	color: color(srgb 0.0239 0.1835 0.5299);
   }

   #menu {
	background-color: #ffffff;
	/*border-bottom: 4px solid #ffffff;
	box-shadow: 0px 5px 5px rgba(0,0,0,.2);
	z-index: 2000;
	position: relative;*/
   }

   #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: #002f87;
	font-weight: bold;
	font-size: 30px;
   }


   @media (max-width: 991px) {
	#menu_list li {
	float: none;
	}
	#menu_list li a {
	text-align: right;
	}
   }


   @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: #80bc00;
   }

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

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

   .sfondo {
	background-color: rgba(255,255,255,.8);
	border-radius: 20px;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);
   }
#errore, #errore_ocr {
	color: #ffec00;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.errore-test {
    color: black;
}
   .form-control, .form-select {
	height: 45px;
	border-radius: 5px;
	border: 1px solid #561f10;
	color: #000000;
   }

   .form-group {
	margin-bottom: 15px;
   }

label[for=reg], label[for=tratt_dati]  {
	display: block;
}

   label a {
	color: inherit;
	text-decoration: underline;
   }

   small.small {
	font-size: 10px;
	line-height: 9px;
   }


.button {
	background: #ffec00;
	color: #002f87;
	border-radius:50px;
	border: 5px solid #002f87;
	font-weight: bold;
	font-size: 2.2rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;
	/*-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: #ffec00;
	background: #002f87;
}

.btn-home {
	color:#fff;
}
.btn-home:hover {
	color: #fff;
}


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

   @media (max-width: 575px) {
	label {
	font-size: .80rem;
	}
   }

.modal-body {
	background-color: #4D7BBC;
}


/* ============================
	FOOTER
   ============================ */
   footer {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	background-color: #fff;
   }

   footer p {
	color:#002f87;
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	text-align: center;
   }

   footer p a {
	color:#002f87;
	text-decoration:underline;
	font-weight: 700;
   }

   @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;
		}
	}


	hr {
		margin:0px;
		border:2px solid #561f10;
		opacity:100%;
	}

.margine_dx {
	width:96%;
}

.testo_win {
	font-size:20px;
	color:#fff;
    font-family: 'Montserrat-Regular';
}

.win {
	color:#ffec00;
	font-family: 'Montserrat-Bold';
	font-size:2.5rem;
}


.ef {
	color:#fff;
	font-family: 'Montserrat-Bold';
	font-size:1.5rem;
}

@media (max-width: 750px) {
	.win {
	padding: 10px;
	font-size:1.7rem;
}
.ef {
	padding: 40px;
}

}

 #sec_1 {
	filter: drop-shadow(0 0.85rem 0.55rem rgba(0, 0, 0, .1));
   }

   /* Definisci l'animazione di fluttuazione */
   @keyframes float {
	0% {
	transform: translateY(0);
	}

	50% {
	transform: translateY(-10px);
	}

	100% {
	transform: translateY(0);
	}
   }

 /* Stile per l'immagine */
   img.float-on-hover {
	display: block;
	/* Opzionale, per evitare spazi indesiderati */
	transition: transform 0.3s ease;
	/* Transizione per il movimento iniziale e finale */
   }

   /* Applica l'animazione al passaggio del mouse */
   img.float-on-hover:hover {
	animation: float 2s ease-in-out infinite;
   }


   .convalida {
	font-size:25px;
	font-family: 'Montserrat-Bold';
	color: #ffec00;
   }


 @media (min-width: 1441px) and (max-width: 1921px) {
	.d-sobig {
		display: block!important;
	}
 }

  @media (min-width: 1921px) {
	.d-toobig {
		display: block!important;
	}
 }