	.tracciatobase {
		bottom	:	0;
		left	:	0;
		right	:	0;
		
		height				:	25vh;
		background-color	:	#e73331;
		
		font-family	:	"Raleway-Light";
		font-size	:	1.8em;
		line-height	:	2.6em;
		
		text-align	:	center !important;
		color		:	white;
		height		:	200px;
		padding-top	:	50px;
		
	}
	
	.fraseconoscenza {
		font-family	:	"PhotoWall";
		font-size	:	3em;
		line-height	:	1.1em;
		text-align	:	left !important;
		width		:	300px;
		color		:	#e73331;
		font-weight	:	bold;
	}

	.descrizione_metodo_titolo {
		text-align:center;
		font-weight:normal;
		font-size:1.7em;
		font-family:'Raleway-Light';
		line-height:2.3em;
	}
	
	.descrizione_metodo_corpo {
		text-align: justify;
		font-size: .9em;
		line-height: 1.1em;
		color: #000000;
	}
	
	.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		:	390px;
		height		:	300px;
		padding		:	15px;
		line-height	:	1em;
	}
	
	.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%;
		}
		
	}
	
	@media screen and (max-width: 736px) {
		.descrizione_metodo_titolo {
			font-size		:	1.2em;
			line-height		:	1em;
			margin-bottom	:	1em;
		}
		.nozioni_rettangolo {
			width		:	99%;
		}
		.tracciatobase {
			font-size	:	1.2em;
			height		:	auto;
			padding-bottom: 50px;
		}

	}

	@media screen and (max-width: 480px) {
		.descrizione_metodo_titolo {
			font-size		:	1.2em;
			line-height		:	1em;
			margin-bottom	:	1em;
		}
		
		.nozioni_rettangolo {
			height : unset;
		}
	}
	
	
	