/* ============================
	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;
}

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



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

body {
	font-family: 'Montserrat-Light';
  	font-weight: 300;
	font-style: normal;	
	font-size: 14px;
	color: #1b2a49;
	/*background-image: url('../img/bg.jpg');
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y; */
}
.row {
	margin-left:0px;
	margin-right:0px;
}


h1 {
    font-family: 'Montserrat-Regular';
   color:#1b2a49;
   font-size:40px;
}

h2{
	 font-family: 'Montserrat-Regular';
	color:#1b2a49;
	font-size:30px;
}

h3{
	font-family: 'Montserrat-Light';
	color:#1b2a49;
	font-size:25px;
}

p {
  font-family: 'Montserrat-Light';
  color:#1b2a49;
}

a {
  font-family: 'Montserrat-Light';
  color: #1b2a49;
  text-decoration: none;
}

strong {
   font-family: 'Montserrat-Regular';
}

a:hover {
  color: #6da2bb;
}

a:focus {
  color: #f6da2bb;
}

a:active {
  color: #6da2bb;
}



.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%;
   }

   #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
   	padding: 5px 10px;
   	color: #1b2a49;
	font-weight: bold;   
   	font-size: 21px;
   }


   @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: #6da2bb;
   }

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

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

   .sfondo {
   	background-color: #1b2a49;
   	/*border-radius: 20px;
   	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);*/
   }
#errore, #errore_ocr {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 5px;
   	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-color: #1b2a49;
    color: #fff;
    border-width: 0px;
    /*width: 15%;
    height: 110%;*/
    font-size: 1rem;
	padding: .5rem 1rem;
    font-family: 'Montserrat-Regular';
    border-radius: 10px;
	/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 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;
	
	-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: #1b2a49;
	background: #6da2bb ;
}

.button2 {	
	background-color: #e4bd12;
    border-width: 0px;
    font-family: 'Montserrat-Regular';
	border-radius: 10px;
	color: #1b2a49;
	font-size: 2rem;
}

.button2:hover {	
	color: #1b2a49;
	background-color: #ffffff;
}

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

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

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


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-size: 0.8rem;
   }

   footer p {
   	font-weight: normal;
   	font-style: normal;
   	font-size: 0.8rem;
   	text-align: center;	
   }

   footer p a {
   	text-decoration:underline;
   	font-weight: 700;
   }

	hr {
	border: 3px solid #1b2a49;
	margin:0;
	opacity:100;
	}
	p.convalida {
	font-size: 1.3rem;
	}
	@media (max-width: 767px) {
		p.convalida {
		font-size: 1rem;
		}
	}
	@media (max-width: 450px) {
		#mailto, .mailto {
		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;
		}
	}



/* =========================
	 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;
} 


/* ============================================
		CSS PORTALE HEAD_TOP E FOOTER_BOTTOM 
   ============================================ */
   
   	@font-face {
  font-family: 'Lato-light';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
	.bg_lightblue {
	 background: #e5eff9 !important;
}

	.footerbottom {
		font-family: 'Lato-light';
  background: #e5eff9;
    color: #484848 !important;
    font-size: 1em;
    padding: 2% 2% 0%;
		margin-top: 1rem !important;
		font-weight: normal;
}
	
		.footerbottom p {
	 color: #484848 !important;
    font-size: 1em;
    text-decoration: none;
		font-family: 'Lato-light';
			font-weight: normal;
}

	.footerbottom a {
    color: #004289 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
		font-family: 'Lato-light';
		font-weight: normal;
}

	@media (max-width: 768px) {
			.footerbottom {
				 margin-top: 7rem !important;
			}
	}

	.logo_footerbottom {
	 max-width: 70px;
}
	.footermenu {
	 text-align: center; 
	 margin-bottom: 2%;
}


