@charset "UTF-8";

.titolo-sezione-verde {
  font-family: "OpenSans-Regular", sans-serif !important;
  color: #85c433;
  font-size: 46px;
}

#contenitore-insieme .row.titoli {
	margin-bottom: 50px;
}

.row.aiuti {
	margin-bottom: 50px;
}

.row.aiuti .titolo-aiuto {
	font-family: "OpenSans-Bold", sans-serif !important;
	color: #2c9996;
	font-size: 35px;
}

.aiuto {
	
}

.aiuto a {
	display: inline-block;
	text-decoration: none;
	margin-top: 16px;
}

.aiuto a .bottone-approfondimento {
	font-family: "raleway_regular", sans-serif !important;
	color: #85c433;
	font-size: 25px;
	border: 1px solid #85c433;
	padding: 10px;
}

.aiuto a:hover .bottone-approfondimento {
	font-family: "raleway_regular", sans-serif !important;
	color: #ffffff;
	font-size: 25px;
	border: 1px solid #85c433;
	padding: 10px;
	background: #85c433;
}