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

a {
	text-decoration: none;
}

.titolo-descrizione {
  font-family: "Archivo-Bold",sans-serif;
  font-size: 37px;
  color: #484848;
  margin-bottom: 29px;
  margin-top: 67px;
}

.testo-descrizione {
  font-family: "Archivo-Light",sans-serif;
  font-size: 18px;
  color: #484848;
  line-height: 30px;
  margin-bottom: 33px;
}

.civetta {
	margin-top: 30px;
	margin-bottom: 30px;
}


.bottone_leggi {
	display: inline-block;
	border: 1px solid #fec744;
	padding: 5px 12px;
	color: #484848;
	background: #fec744;
	margin-top: 20px;
}

a.bottone_leggi:hover {
	background: #484848;
	border: 1px solid #484848;
	color: #ffffff;
}

.seconda_riga {
	margin-top: 30px;
}

.seconda_riga .bottone_leggi {
	margin-bottom: 50px;
}


@media ( min-width : 365px) {
	
	
} 

@media ( min-width : 768px) {
	
	
	
	
	
}

@media ( min-width : 992px) {
	
}

@media ( min-width : 1200px) {
	
	
	
	
	
	
}

@media ( min-width : 1400px) {
	
	
	
}


@media ( min-width : 1600px) {
	
	
	
}
	





