@charset "UTF-8";
/* index */

#contenitore_contatti {
	display: block;
	text-align: center;
	padding: 27px;
	
}

.dove_siamo {
	text-align: center;
}

.contatti {
	text-align: center;
	padding: 25px;
}

.testo {
	font-family: "Raleway-Bold", sans-serif !important;
	/*font-weight: bold !important;*/
	color: #1a0f0b !important;
	font-size: 24px;
	/* white-space: nowrap; */
}

.testo a {
	font-family: "Raleway-Bold", sans-serif !important;
	/*font-weight: bold !important;*/
	color: #1a0f0b !important;
	font-size: 24px;
	/* white-space: nowrap; */
}

.testo a:hover {
	text-decoration: none;
}

.blocco {
		margin-bottom: 20px;
	}

@media ( min-width : 768px) {
	.righetasselli {
		width: 100%;
		margin: 0 auto;
	}
	
}

