#banner{
	display: block;
	float: left;
	width: 100%;
	background: #EEE;
}
.banner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wrap-banner{
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
	display: block;
	overflow: hidden;
}
.item{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.item1{
	background: url(banner1.jpg);
	background-size: cover;
}
.aspect{
	display: block;
	width: 100%;
}
.aspect-m{
	display: none;
	width: 100%;

}
.titulo-banner{
	display: block;
	float:left;
	margin: 7%;
	width: 412px; 
}
.mascara{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tt{
	display: block;
	width: 100%;
	font: 900 50px 'Maven Pro', sans-serif;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -6px;
	color: #086669;
}
.stt{
	display: block;
	width: 100%;
	font: 12px 'lato', sans-serif;
	text-align: center;
	margin-top: 10px;
	color: #666;

}
.bloco-pages{
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	padding: 30px 0;
}
.bloc{
	width: 300px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	text-align: center;
	margin: 30px 0;
	vertical-align: top;
}

.tt-bc{
	display: block;
	width: 100%;
	font: 900 50px 'Maven Pro', sans-serif;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -6px;
	
}
.bloc:hover{
	color: #086669;
	
}
.txt{
	display: block;
	width: 100%;
	font: 13px 'Lato', sans-serif;
	text-align: center;
	margin-top: 15px;
	line-height: 22px;
	padding: 0 13px;
}
.bloc-prod{
	background: #EEE;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 3px solid #FFF;
	padding-bottom: 40px;
}
.titulo-bloc{
	display: block;
	width: 100%;
	font: 900 50px 'Maven Pro', sans-serif;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -6px;
	color: #086669;
	margin: 50px auto;

}

@media(max-width: 620px){
.aspect{
	display: none;
	
}
.aspect-m{
	display: block;

}
.item1{
	background: url(banner1-m.jpg);
	background-size: cover;
}
.titulo-banner {
display: block;
float: left;
margin: 30% auto;
max-width: 412px;
width: 100%;
}

}