.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{
	max-width: 320px;
	display: inline-block;
	text-decoration: none;
	color: #666;
	text-align: center;
	margin: 50px 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%;
	color: #666;
	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;

}
.bt-suporte{
	color: #FFF;
	background: #086669;
	width: 230px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-family: 'Lato' , sans-serif;
	display: block;
	margin: 20px auto;
	text-decoration: none;
	border:solid 1px #086669 ;
}
.bt-suporte:hover{
	background: #fff;
	color: #086669;
}
.links{
	width: 100%;
	display: block;
	text-align:center;
	margin-top: 20px;
}
.links a{
		width: 100%;
		display: inline-block;
		text-decoration: none;
		line-height: 40px;
		color: #086669;
		
}
