body { 
opacity:0;
transition: opacity 2s;
-webkit-transition: opacity 2s; /* Safari */
}

.logo {
	padding: 30px;
	
}

.sezione {
	background-color: #fafafa;
	padding: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	
}

.titolo-sezione {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #005090;
}

.sub-titolo-sezione {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #005090;
	margin-top: -15px;
}

.testo-sezione {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #3d3d3d;
}

.box-grigio {
  width: 90%;
  height: 160px;
  background-color: #ebebeb;
  border-radius: 3px;
  margin-top: 10px;
}

.titolo-box {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #005090;
	padding: 10px 10px 0px 10px;
}


.testo-box {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #3d3d3d;
	padding: 0px 10px 10px 10px;
}

.divider {
	width: 50px;
	height: 4px;
	background-color: #005090;
	margin: 10px 0px 20px 0px;

}

.footer {
	height: auto;
	background-color: #3d3d3d;
	margin-top: 50px;
	padding: 10px

}

.testo-footer {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #fafafa;
	text-align: center;
	padding: 10px;
}