@charset "utf-8";
.texto-centro {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height:24px;
	color: #1F324C;
	text-align:center;
}
.h1{
	font-family: 'Lato', serif;
	font-size: 29px;
	font-weight: 900;
	line-height:30px;
	color: #1F324C;
	text-align:center;
}
.rodape {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height:24px;
	color: #fff;
	text-align:center;
}