/* ============================
	FONT
   ============================ */

@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* ============================
	GENERALI 
   ============================ */

body {
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;	
	font-size: 14px;
	color: #27348b;
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y; 
}
.row {
	margin-left:0px;
	margin-right:0px;
}

h1 {
	font-size:35px;
	color: #27348b;
}

h2 {
font-size:35px;
color: #27348b;
}

a {
	text-decoration: none;
}

.text-red {
	color:#ac182d;
}
/* ============================
	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;
   }

   #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%;
	font-weight: bold;
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 5px 10px;
   	color: #27348b;
	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: #27348b;
	font-weight: bold;
   }

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

#errore_ocr {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 5px;
   	border: 1px solid #27348b;
   	color: #27348b;
   }

   .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: #27348b;
	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;
	text-decoration: none;

}

.button:hover {	
	color: #fff;
	background: #27348b ;
}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
}


#ocr {
	font-size: 1.2rem !important;
}

   @media (max-width: 575px) {
   	label {
   		font-size: .80rem;
   	}
   }

.modal-body {
	background-color: #4D7BBC;
}


/* ============================
	FOOTER
   ============================ */
   footer {
   font-family: 'Poppins';
   	font-size: 15px;
   	background-color: #F3F3F3;
   }

   footer p {
   	color:#27348b;
   	font-family: 'Poppins';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 15px;
   	text-align: center;	
   }

   footer p a {
   	color:#27348b;
   	text-decoration:underline;
   	font-weight: 700;
   }


/* =========================
	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;
		}
	}

/* =========================
	 OCR LOADING
	======================= */

#ocr_loading, #ocr_loading > .modal-dialog, #ocr_loading > .modal-dialog > .modal-content, #ocr_loading > .modal-dialog > .modal-content > .modal-body {
	background-color: transparent !important;
} 

/* =========================
	 CLASSI AGGIUNTIVE
	======================= */

.note {
   	color:#27348b;
   	font-family: 'Poppins';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 20px;
   	text-align: center;	
   }