/*Per rendere più specifici alcuni stili che potrebbero sovrascrivere o essere sovrascritti da quello di default ho inserito questo foglio di stile in cui è possibile trasferire lo stile voluto semplicemente rendendolo specifico utilizzando al classe .ict che deve essere presente in tutti gli elementi dell'html

es:
HTML
<input id="nome" name="nome" class="ict dati_post form-control">

CSS
.ict.form-control {
..lo stile da dare...
}*/


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


:root {
	--c1-orange: #e5882a;
	--c2-black: #262626;
}
 
h3 {
color: var(--c1-black);
font-family:'Roboto', sans-serif; 
font-size: 2.5rem;
font-weight: bold;
}


.rowpartecipa {
	background-color: var(--c2-black);
}

 


body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;	
	font-size: 14px;
	/*color: #262626;	*/
/*	background-image: url('../img/bg.jpg');
	background-position: top center;*/
/*	background-size:cover;*/
/*	background-repeat: repeat-y; */ 
/*	background-repeat: no-repeat;
    background-color:#fff;*/
}

.bluhome {
	background-image: url('../img/bg.jpg');
	background-position: top center;
	background-size:cover;
/*	background-repeat: repeat-y; */ 
}


blu {
	/*color: #262626;	*/
	background-position: top center;
	background-size:cover;
	background: linear-gradient(90deg,rgba(10, 20, 54, 1) 0%, rgba(32, 89, 146, 1) 35%, rgba(29, 56, 108, 1) 100%);
/*	background-repeat: repeat-y; */

}



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

h1, h2, h4 {
	color: #21386e;
}


h5 {
	line-height: 1.3em !important;
}


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

a:hover {
  	color: #0077bc;
}

.text-red {
	color:#ac182d;
}


.buono {
animation-delay: 0.5s;

}



.fryer {
 animation-delay: 1s;	
}




/* ============================
	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: #fff;
   	/*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: 10px 10px 0px 10px;
   	color: #21386e;
	font-weight: bold;   
   	font-size: 21px;
   }



/*  #menu_list li a {
   	display: block;
   	text-align: center;
   	text-decoration: none;
	padding: 5px 10px;
   	color: #000;
	font-weight: bold;  
   	font-size: 21px;
    padding-left: 20px;
   	padding-right: 20px;
   }*/

   @media (max-width: 991px) {
   	#menu_list li {
   		float: none; 		
   	}
   	#menu_list li a {
   		text-align: right;
   	}
	   
	   
	   		.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 1.5rem;
			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);*/
		}	

	
	
		.partecipa_btn {
		   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 	1.25rem;
			padding: 0.75rem 1.75rem;
			width: max-content;
			max-width: 257px;
		/*	-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: #21386e;
			background: #ffec00;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #ffec00 !important;
		}
	   
   }


   @media (max-width: 1199px) {

   	#menu_list {
   		margin-left: 45px;	
   	}
   }

   @media (max-width:991px) {

   	#menu_list {
   		margin-left: 0px;	
   	}
	   
	   
	   		.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 1.5rem;
			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);*/
		}	

	
	
		.partecipa_btn {
		   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 	1.25rem;
			padding: 0.75rem 1.75rem;
			width: max-content;
			max-width: 257px;
		/*	-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: #21386e;
			background: #ffec00;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #ffec00 !important;
		}
	   
   }

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

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

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

   .sfondo {
   	background-color: rgba(255, 255, 255, 0.85);
   	border-radius: 20px;
   	box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
   }
#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
   .form-control, .form-select {
   	height: 45px;
   	border-radius: 5px;
   	border: 1px solid #115740;
   	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: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #262626;
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.5rem;
	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);*/
}




.amazon_btn {
   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
	background: #ec663b;
	color: #fff;
	border-radius:8px;
	border: 0px solid transparent;	
  	font-weight: bold;
	font-size: 1.25rem;
	padding: .25rem 2rem;
	width: max-content;
	max-width: 250px;
	-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);*/
}




.amazon_btn:hover {
	color: #54EDFD;
	background: #008f81;
}




	.partecipa_btn {
	   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
		background: #21386e;
		color: #fff;
		border-radius:8px;
		border: 3px solid white;	
		font-weight: bold;
		font-size: 	1.75rem;
		padding: 0.5rem 2.5rem;
		width: max-content;
		max-width: 275px;
	/*	-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:#21386e !important;
		background: #ffec00 !important;
	}


	.amazon_btn:hover {
		color: #00493E;
		background: #54EDFD;
	}

	.partecipa_btn:hover {
		color:#21386e !important;
		background: #ffec00 !important;
	}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
	
	
		.long-and-truncated {
		  margin: 0 5px;
		  flex: 1;
		  min-width: 0;
		}


		.long-and-truncated span {
		  display: block;
		  -webkit-line-clamp: 3;
		  text-overflow: ellipsis;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  word-wrap: break-word;
		}
	
		.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 1.5rem;
			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);*/
		}	

	
	
		.partecipa_btn {
		   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 	1.25rem;
			padding: 0.75rem 1.75rem;
			width: max-content;
			max-width: 257px;
		/*	-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: #21386e;
			background: #ffec00;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #ffec00 !important;
		}


}

   @media (max-width: 575px) {
   	label {
   		font-size: .80rem;
   	}
	   
			.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 1.5rem;
			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);*/
		}	

	
	
		.partecipa_btn {
		   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 	1.25rem;
			padding: 0.75rem 1.75rem;
			width: max-content;
			max-width: 257px;
		/*	-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: #21386e;
			background: #ffec00;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #ffec00 !important;
		}   
	   
	   
   }

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


/* ============================
	FOOTER
   ============================ */
   footer {
   	font-family: 'Roboto';
   	font-size: 0.8rem;
   	background-color: #fff;
   }

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

   footer p a {
   	color:#262626;
   	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;
		}
		
		
		.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 1.5rem;
			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);*/
		}	

	
		.partecipa_btn {
		   /*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #21386e;
			color: #fff;
			border-radius:8px;
			border: 3px solid white;	
			font-weight: bold;
			font-size: 	1.25rem;
			padding: 0.75rem 1.75rem;
			width: max-content;
			max-width: 257px;
		/*	-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: #21386e;
			background: #ffec00;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #ffec00 !important;
		}
	}


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



	.mt-n2 {
	  margin-top: -9.5rem !important;
	}


	.mt-n7 {
		  margin-top: -9.5rem !important;
	}
