/*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;
	--c3-red:#d70f25;
	--c4-gray:#616160;
}
 
.red {
background-color: #d70f25;
}

.fontred {
color: #d70f25;
}


h3 {
color: var(--c3-red);
font-family:'Roboto', sans-serif; 
font-size: 6rem;
font-weight: bold;
line-height: 1;
margin-top: 0;
margin-bottom: 0;
}


h2 {
color: var(--c3-red);
font-family:'Roboto', sans-serif; 
font-size: 3.5rem;
font-weight: bold;
line-height: 1;
margin-top: 0;
margin-bottom: 0;
}

h5 {
color: var(--c4-gray);
font-family:'Roboto', sans-serif; 
font-size: 1.75rem;
font-weight: bold;
line-height: 1 !important;
margin-top: 0;
margin-bottom: 0;
}



.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; */

}

  .sfondo_win {
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 72%, rgba(235, 128, 0, 1) 72%);
   	border-radius: 20px;
   	box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
   }

  .sfondo_coming {
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 52%, rgb(235, 128, 0) 52%);
   	border-radius: 20px;
   	box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
   }


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

h1, h4 {
	/*color: #21386e;*/
	color: #262626;
}

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

h5 {
	line-height: 1em !important;
	font-weight: normal;
	font-size: 2em;
	
}



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

a:hover {
 /*  	color: #0088ff; */
}

.text-red {
	color:#d70f25;
}


.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: #737373;
	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: #d70f25;
			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: #d70f25;
			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: #fff;
			background: #8a0e16;
		}
	
		.partecipa_btn:hover {
			color:#fff !important;
			background: #8a0e16 !important;
		}
	   
	   
	   	   		
		.sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 58%, rgba(235, 128, 0, 1) 58%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	   
	    .sfondo_coming {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 33%, rgb(235, 128, 0) 33%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	   
	   
   }

   @media (max-width: 1399.98px) {
	   
	    .sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 51%, rgba(235, 128, 0, 1) 43%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}  
	   
	   	   
	    .sfondo_coming {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 33%, rgb(235, 128, 0) 33%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}

	   
	}


   @media (max-width: 1199.98px) {

   	#menu_list {
   		margin-left: 45px;	
   	}
	   
	   
	 	.sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 56%, rgba(235, 128, 0, 1) 56%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}  
	   
	    .sfondo_coming {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 33%, rgb(235, 128, 0) 33%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	   
   }


   @media (max-width: 991.98px) {

   	#menu_list {
   		margin-left: 0px;	
   	}
	   
	   
	   		.button {
			/*background: linear-gradient(to bottom,  #e01f1c 0%, #e01f1c 20%, #ad1613 100%);*/
			background: #d70f25;
			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: #d70f25;
			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: #fff;
			background: #8a0e16;
		}
	
		.partecipa_btn:hover {
			color:#fff !important;
			background:#8a0e16 !important;
		}

	   		
		.sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 58%, rgba(235, 128, 0, 1) 56%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	   
	   .sfondo_coming {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 53%, rgb(235, 128, 0) 53%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	   
   }

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

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


  .sfondo_nowin {
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 60%, rgba(235, 128, 0, 1) 60%); 
   	border-radius: 20px;
   	box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
   }


  .sfondo_comepartecipare {
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 80%, rgba(235, 128, 0, 1) 80%);
   	border-radius: 20px;
   	box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
   }


  .sfondo_coming {
	  background: linear-gradient(0deg,rgb(255, 255, 255) 56%, rgb(235, 128, 0) 56%);
	  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: #d70f25;
	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: #d70f25;
		color: #fff;
		border-radius:38px;
/*		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:#fff !important;
		background: #8a0e16 !important;
	}


	.amazon_btn:hover {
		color: #fff;
		background: #8a0e16;
	}
/*
	.partecipa_btn:hover {
		color:#fff !important;
		background: #d3251a !important;
	}*/

	.partecipa_btn:hover {
			color:#fff !important;
			background: #8a0e16 !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: #fff;
			background: #d3251a;
		}
	
		.partecipa_btn:hover {
			color:#fff !important;
			background: #d3251a !important;
		}

	
	  .sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 60%, rgb(235, 128, 0) 12%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	
	  .sfondo_coming {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 60%, rgb(235, 128, 0) 12%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}

	 
		h3 {
		color: var(--c3-red);
		font-family:'Roboto', sans-serif; 
		font-size: 4.5rem;
		font-weight: bold;
		line-height: 1;
		margin-top: 0;
		margin-bottom: 0;
		}


}



   @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: #fff;
			background: #d3251a;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #fbb808 !important;
		}
 
	   
	   
	   .sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 60%, rgba(235, 128, 0, 1) 12%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
	   
	   	.sfondo_coming {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 33%, rgb(235, 128, 0) 33%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}   
	   
   }

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


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

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

   footer p a {
   	color:#fff;
   	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: 38px;
		  border: none;
		  font-weight: bold;
		  font-size: 1.25rem;
		  padding: 0.75rem 1.75rem;
		  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: #fff;
			background: #d3251a;
		}
	
		.partecipa_btn:hover {
			color:#21386e !important;
			background: #fbb808 !important;
		}

		
		.sfondo_win {
		  background: linear-gradient(0deg,rgb(255, 255, 255) 56%, rgba(235, 128, 0, 1) 56%);
		  border-radius: 20px;
		  box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
		}
		

		.sfondo_coming {
			background: linear-gradient(0deg,rgb(255, 255, 255) 28%, rgb(235, 128, 0) 28%);
			border-radius: 20px;
			box-shadow: 0px 6px 25px 6px rgba(0, 0, 0, .4);
	  }
		
	}




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



	.mt-n1 {
	  margin-top: -3em !important;
	}


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



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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  /*--bs-card-border-color: var(--bs-border-color-translucent);*/
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}


.form-check-input[type="radio"] {
  border-radius: 50%;
  border: solid 1,5em;
  border: 1px solid;
}

.small, small {
  font-size: .85em;
}



.company {
	max-width: 300px;
}

.social {
	max-width: 45px;
	text-decoration: none;
}

hr {
  margin: 0.25rem 0;
  color: inherit;
  border: 0;
  /*   border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor; */
  /* border-top: var(--bs-border-width) solid; */
  opacity: .25;
}


@media(max-width: 991.5px) {
    .col-lg-4 {
        /* margin-top: 40px;
        margin-bottom: 20px; */
    }
}




/* CARD */



/* Reseting */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
} */

/* 
@keyframes background-color {
    0% {
        background: linear-gradient(to bottom, #000428, #004683);
    }

    25% {
        background: linear-gradient(135deg, #1a4223, #5ee95e);
    }

    50% {
        background: linear-gradient(to bottom, #421a31, #e95ed2);
    }

    100% {
        background: linear-gradient(-135deg, #fae37d, #881da8, #20668f);
    }

} */

.container_card {
    /* margin-top: 80px; */
}

.container_card .col-lg-4 {
    display: flex;
    /* justify-content: center; */
}

.card {
    width: 550px;
    height:266px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}



.card .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
     background:transparent;
    transform-style: preserve-3d;
    transition: 1s;
    backface-visibility: hidden;
    /* border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; */
    /* border-right: 1px solid #999;
	border-bottom: 1px solid #999; */
}

.card .face.front-face,
.card .face.back-face {
    position: absolute;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card .face.front-face .name {
    letter-spacing: 2px;
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
}

.card:hover .face.front-face {
    transform: rotateY(180deg);
}

.card .face.back-face {
    position: absolute;
    background:transparent;
    transform: rotateY(180deg);
    /* padding: 20px 30px; */
    text-align: center;
    user-select: none;
}

.card:hover .face.back-face {
    transform: rotateY(360deg);
}
/* CARD */



@media (max-width: 375px) {



h2 {
color: var(--c3-red);
font-family:'Roboto', sans-serif; 
font-size: 2rem;
font-weight: bold;
line-height: 1;
margin-top: 0;
margin-bottom: 0;
}


  h3 {
    color: var(--c3-red);
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
  }



	.container_card {
    /* margin-top: 80px; */
}

.container_card .col-lg-4 {
    display: flex;
    /* justify-content: center; */
}

.card {
    width: 550px;
    height:170px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}



.card .face {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
     background:transparent;
    transform-style: preserve-3d;
    transition: 1s;
    backface-visibility: hidden;
    /* border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; */
    /* border-right: 1px solid #999;
	border-bottom: 1px solid #999; */
}

.card .face.front-face,
.card .face.back-face {
    position: absolute;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card .face.front-face .name {
    letter-spacing: 2px;
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
}

.card:hover .face.front-face {
    transform: rotateY(180deg);
}

.card .face.back-face {
    position: absolute;
    background:transparent;
    transform: rotateY(180deg);
    /* padding: 20px 30px; */
    text-align: center;
    user-select: none;
}

.card:hover .face.back-face {
    transform: rotateY(360deg);
}
            
        }

		
.border {
	border-style: dashed !important;
	color: #d70f25;
	stroke: 4px;
	  }