
	.fraseofferta {
		font-family	:	"PhotoWall";
		font-size	:	2em;
		line-height	:	1.1em;
		text-align	:	left !important;
		
		color		:	#e73331;
		font-weight	:	bold;
	}
	
	.immagini50 {
		background-image	:	url('images/offertaformativa.png');
		background-repeat	:	no-repeat;
		background-position	:	center center;
		background-size		:	contain;
		
		height:80%;
	}
	
	.corso_tipo {
		font-family	:	"Raleway-Light";
		font-weight	:	bold;
		font-size	:	1.5em;
	}
	
	.corso_titolo {
		font-weight	:	bold;
		font-size	:	1.5em;
		color		:	#e73331;
	}
	
	.corso_sottotitolo {
		font-family		:	"Raleway-Medium";
	}
	
	.corso_testo {
		font-size	:	.9em;
		text-align	:	justify;
	}
	
	.corso_tabella {
		background-color:	#f3f3f3;
		width			:	100%;
		border			:	dotted 1px #1951a0;
		padding-left	:	1vw;
	}
	
	.corso_tabella_titolo {
		font-family	:	"Raleway-Light";
		font-weight	:	bold;
		text-align	:	left;
		color		:	#1951a0;
		font-size	:	.7em;
		padding-top	:	10px;
		height		:	35px;
		text-transform: uppercase;
	}

	
	.corso_tabella_testo {
		text-align	:	left;
		font-size	:	.9em;
	}
	
	
	
	.corsi_titolo {
		font-family		:	"Raleway-Light";
		font-size		:	.7em;
		text-transform	:	uppercase;
		font-weight		:	bold;
		margin-bottom	:	0px;
	}
	
	.corsi_testo {
		color			:	#e73331;
		text-transform	:	uppercase;
		font-weight		:	bold;
		line-height		:	1em;
	}
	
	.corsi_rettangolo {
		text-align	:	left;
		color		:	black;
		float		:	left;
		width		:	33%;
		height		:	400px;
		padding		:	15px;
		line-height	:	1em;
	}
	
	.frase_corsi {
		position:	absolute;
		left	:	50px;
	}
	
	@media screen and (max-width: 1280px) {
	}
	
	@media screen and (max-width: 1000px) {
		.corsi_rettangolo {
			width		:	49%;
		}
	}
	
	@media screen and (max-width: 736px) {
		.corsi_rettangolo {
			width		:	100%;
		}
		
		.frase_corsi {
			position:	initial;
			left	:	50px;
		}
	}

	@media screen and (max-width: 480px) {
	}
	
	.nozioni_icona {
		color		:	#e73331 !important;
		font-size	:	3.1em;
		text-align	:	center;
	}
	
	.nozioni_titolo {
		font-family		:	"Raleway-Medium";
		text-transform	:	uppercase;
		text-align		:	center;
	}
	
	.nozioni_testo {
		text-align	:	center;
	}
	
	.nozioni_rettangolo {
		color		:	#333333;
		float		:	left;
		width		:	24%;
		height		:	350px;
		padding		:	10px;
		
		font-size	:	.75em;
		line-height	:	.95em;
		font-family	:	"Raleway";
		
		margin	:	auto;
		display: inline-block;
	}
	
	
	@media screen and (max-width: 1280px) {
	}
	
	@media screen and (max-width: 1000px) {
		.nozioni_rettangolo {
			width		:	33%;
		}
		
		.corsi_rettangolo {
			height	:	auto;
		}
	}
	
	@media screen and (max-width: 736px) {
		.nozioni_rettangolo {
			width		:	99%;
		}
		
		.corsi_rettangolo {
			height	:	auto;
		}

	}

	@media screen and (max-width: 480px) {
	
	}
	
	
	button {
		border				:	solid 1px rgba(0,0,0,0);
		background-color	:	rgba(0,0,0,0);
	}
	
	button:hover {
		border	:	solid 1px #1951a0;
	}