/* ============================
	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-Regular', sans-serif;
	font-weight: 500;
  font-size: 17px;
  color: #fff;
  background-color: rgb(2, 30, 75);
}

.bck {
	background-color: rgb(2, 30, 75);
}

tr, td, th {
	border: none!important;
}

.points {
	width: 90%;
}

.square-list {
	list-style-type: square;
	color: white;
}

.square-list::before {
	color: white !important;
}

h4{
	color: #fff;
}

@media (max-width: 450px) {
	.fs-custom {
		font-size: 0.85rem !important;
	}
}

@media (max-width: 414px) {
	.ticket {
		top: -49px;
		width: 100%;
	}
	
	.points {
	width: 80%;
	}
	
	
}

.button {
	
	background: #feca27;
	color: #202867;
	border-radius: 20px;
	border: 0px solid transparent;
	font-family: 'Montserrat-Bold', sans-serif;	
  	font-weight: 500;
	font-size: 2.2rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 300px;
	/*-webkit-box-shadow: 2px 4px 8px 1px #000000; 
	box-shadow: 2px 4px 8px 1px #000;
	-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: #2981bf;
	background: #feca27;
	
}
			    @media (max-width: 1400px) {
			    	.button {
			    		font-size: 1.8rem;
			    	}}

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


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

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

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


a:hover {
	color: inherit;
}
  
  h1 {
	 color:#fff;
	 font-family: 'Montserrat-Bold', sans-serif;
	 font-size:33px;
  }
  
  h2{
	  color:#fff;
	  font-size:28px;
  }
  
  h3{
	  color:#fff;
	  font-size:22px;
  }

	    @media (max-width: 1400px) {

	    	h3 {
	    		color: #fff;
	    		font-size: 16px;
	    	}
	
	    	h1 {
	    		font-size: 24px;
	    	}
	
	    	h2 {
	    		font-size: 22px;
	    	}
	    }
  
  @media (max-width: 750px) {
	  h3{
	  color:#fff;
	  font-size:15px;
  }

  	h1 {
  	  font-size: 20px;
  	}

	h2 {
	  font-size: 17px;
	}
  }
  
  
  p {
	font-family: 'Montserrat-Regular', sans-serif;
	color:#feca273a;
  }
  p a { 
	color:#feca27;
  }
  
  a {
	font-family: 'Montserrat-Regular', sans-serif;
	color: #feca27;
  }
  

  a:hover {
	color: #6ea8d9;
  }
  
  a:focus {
	color: #6ea8d9;
  }
  
  a:active {
	color: #6ea8d9;
  }
  
  .btn { /* rimuove l'ombra di selezione del bottone di Bootstrap */
	box-shadow: 0 0 0 0px !important;
	border: 0px !important;
  }
  
  @media(max-width:767px) {
	  #mail {
		  word-break: break-all;
	  }
  }
  
  .text {
	
	font-size: 1.3vw;
	color: #1c0f46;
	line-height: 1.2em;
	text-align: left;
	background-color: transparent;

}

@media (max-width: 1280px)
	{
		.text {
			font-size: 2vw;
		}
	}

@media (max-width: 430px)
	{
		.text {
			font-size: 1.7vh;
		}
	}





@media (max-width: 414px)
	{
		.text {
			font-size: 2.2vh;
		}
	}


.premi-pad {
	padding-left: 5%;
	color: #fff;
}

@media (max-width: 768px) {
	.premi-pad {
	font-size: 2.4vh;
	}
}

.premi {
	border-bottom: 2px solid #feca27;
	text-align: left;
}

@media (max-width: 414px) {
	.premi {
	line-height: 1.8em;
	/*font-size: 2vh;*/
	}
}




@media (max-width: 320px) {
	.premi {
	line-height: 1.8em;
	/*font-size: 1.75vh;*/
	}
}

#uno::before {
	top: 0px;
	content: url('../img/1.png');
	left: 0px;
}

@media (max-width: 768px) {
	#uno::before {
		top: 0px;
		content: url('../img/1.png');
		left: 0px;
	}
}

#due::before {
	top: 0px;
	content: url('../img/2.png');
	left: 0px;
}

#tre::before {
	top: 0px;
	content: url('../img/3.png');
	left: 0px;	
}

#quattro::before {
	top: 0px;
	content: url('../img/4.png');
	left: 0px;
}

.bullet {
	font-size: 2.5vh;
	color: #1c0f46;
	line-height: 1em;
	text-align: center;
	background-color: transparent;
}

@media (max-width: 1366px) {
	.bullet {
	line-height: 0.5em;
}
}

@media (max-width: 1366px) {
	.accollu {
	max-height: 54px;
}
}

@media (max-width: 1366px) {
	.b-point {
	max-height: 30px;
	}
	
}


.table {
	--bs-table-bg: transparent;
}


.text-white{ 
	color: #fff;
}

.text-yellow { 
	color: #feca27;
}

/* ============================
	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: #1c0f46;
   	/*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-decoration: none;
   	padding: 5px 10px;
   	font-size: 21px;
	font-family: 'Montserrat-Regular';
	background-color: #1c0f46;
	text-align: center;
	color:#fff;
	text-transform: lowercase;
	font-weight: 400;
   }


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

   #menu_list li a:hover, #menu_list li a.active {
   	text-decoration: none !important;
	   color: #feca27;
   }

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

   .menu-bck {
   	background-color: #1c0f46!important;
   }
/* ============================
	FORM
   ============================ */

  
#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
   .form-control, .form-select {
   	height: 38px;
   	border-radius: 5px;
   	border: 1px solid #000;
   	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;
	color: #fff;
   }


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


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'Montserrat-Regular';
   	font-size: 0.8rem;
   	background-color: #021e4b;
   }

   footer p {
   	color:#fff;
   	font-family: 'Montserrat-Regular';
   	font-weight: normal;
   	font-style: normal;
   	font-size: 0.8rem;
   	text-align: center;	
   }

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

hr {
	border: 5px solid #222f5c;
	opacity: 1;
}


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


.points {
	max-width: 70%!important;
}


@media (max-width: 414px) {
	.ticket {
		top: -49px;
		width: 100%;
	}
	
	.points {
	width: 80%;
	}
	
	
}

