/* Colori ----------- */

/* Formattazione Generale ----------- */
article.testo_homepage {
	padding:2.5rem 3%;
	margin: 0 0 0 0;
	width: 94%;
	background: #FFF;
}
article.testo_homepage h1 {
	margin:0 0 0 0;
	padding:0 0;
	text-align:center;
}
article.testo_homepage h2 {
	text-align:center;
	margin:0.625rem 0 0.625rem 0;
	padding:0 0;
	column-span: all;
	border: none;
	color: #333333!important;
	font-size: 1.8rem;
	font-weight: 400!important;
}
article.testo_homepage h3 {
	text-align:center;
	margin:0 0 0.625rem 0;
	padding:0 0;
	text-transform: uppercase;
	font-size: 1.8rem;
	color: #FF0000!important;
}
article.testo_homepage h4 {
	text-align:center;
	margin:0 0 0.625rem 0;
	padding:0 0;
}
article.testo_homepage p {
	margin:0 0 0.625rem 0;
	padding:0 0;
	line-height: 150%!important;
	font-size: 1rem;
}
article.testo_homepage a {
	text-decoration:none;
}
article.testo_homepage p strong {
}
article.testo_homepage img {
	float: left;
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0 2.5rem 1.25rem 0;
	padding: 0 0 0 0;
}
/* Smartphones ----------- */
@media only screen and (max-width : 700px) {
article.testo_homepage img {
	max-width: 150px;
}
}
/* ipad desktop ----------- */
@media only screen and (min-width : 701px) {

}