@charset "UTF-8";

#ricercaBanner{
	background: url("images/banner-qualita.png") top center no-repeat;
	min-height:471px;
	margin-top:100px;
	background-size: contain;
}
#ricercaBanner .titolo, #ricercaBanner .sottotitolo, #ricercaBanner .testo{
	color:#FFF;
	font-family: 'Raleway', sans-serif;
}
#ricercaBanner .titolo{
	font-weight:300;
	font-size:45px;
	line-height:50px;
	margin-top:80px;
}
#ricercaBanner .sottotitolo{
	font-weight:400;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
}
#ricercaBanner .testo{
	font-weight:400;
	font-size:18px;
	line-height:24px;
}

#gruppoBanner{
	margin-top:100px;
}
#gruppoBanner h3, #gruppoBanner .titolo{
	font-family: 'Raleway', sans-serif;
	color:#00205b;
	font-size:45px;
	text-transform:none;
	font-weight:300;
}
#gruppoBanner .sottotitolo{
	font-family: 'Raleway', sans-serif;
	color:#6787b7;
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	line-height: 24px;
}
#gruppoBanner .testo{
	font-family: 'Raleway', sans-serif;
	color:#58595b;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}

#storiaBanner{
	margin-top:100px;
	background:#e1e7f1;
	padding-top: 60px;
	padding-bottom: 60px;
}
#storiaBanner .pane{
	padding:2%;
}
#storiaBanner h3{
	font-family: 'Raleway', sans-serif;
	color:#00205b;
	font-size:45px;
	font-weight:300;
	text-transform:none;
	margin-bottom: 0px;
}
#storiaBanner .titolo{
	font-family: 'Raleway', sans-serif;
	color:#00205b;
	font-size:24px;
	text-transform:none;
	font-weight:300;
	text-transform:uppercase;
	line-height: 32px;
	margin-top:40px;
}
#storiaBanner .sottotitolo{
	font-family: 'Raleway', sans-serif;
	color:#6787b7;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	line-height: 20px;
	margin-bottom:0px;
	margin-bottom: 1rem;
}
#storiaBanner .testo{
	font-family: 'Raleway', sans-serif;
	color:#58595b;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}
#storiaBanner img{
	max-width:100%;
}
.ricercaMobileBanner  .titolo{
	font-family: 'Raleway', sans-serif;
	color:#00205b;
	font-size:45px;
	text-transform:none;
	font-weight:300;
}
.ricercaMobileBanner  .sottotitolo{
	font-family: 'Raleway', sans-serif;
	color:#6787b7;
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	line-height: 24px;
}
.ricercaMobileBanner  .testo{
	font-family: 'Raleway', sans-serif;
	color:#58595b;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}
#ricercaMobileBanner img{
	max-width:100%;
}
@media (max-width: 768px)
{
	#storiaBanner .titolo {
		margin-top:0px;
	}
	#dnn_ricercaMobilePaneBanner{
		margin-bottom:40px;
	}
	#gruppoBanner {
		margin-top: 0px;
	}
	.ricercaMobileBanner .titolo, #gruppoBanner h3, #gruppoBanner .titolo, #storiaBanner h3 {
		font-size: 5.8vw;
		line-height: 6.4vw;
		margin-bottom: 1rem;
	}
	.ricercaMobileBanner .sottotitolo, #gruppoBanner .sottotitolo, #storiaBanner .sottotitolo, #storiaBanner .titolo {
		font-size: 3vw;
		line-height: 3.8vw;
	}
	.ricercaMobileBanner .testo, #gruppoBanner .testo, #storiaBanner .testo {
		font-size: 2.8vw;
		line-height: 3.6vw;
	}
	#storiaBanner{
		margin-top:0px;
	}
	.storiaBannerPaneRightGallery{
		width:100%;
	}
	#storiaBanner .pane{
		padding-left:15px;
		padding-right:15px;
	}
}