html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: aliceblue;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Encode Sans SC', sans-serif;
	font-weight: 700;
}
h1 {
	text-align: center;
	letter-spacing: -1px;
}
.logo {
	width: 64px;
	height: 64px;
	background-image: url('../img/simbolo-2-64px.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 8px;
}
.descricao {
	color: #888888;
	border-color:lightgray;
}
.fs-7 {
	font-size: .8rem;
}
@media screen and (max-width:512px) {
	.descricao {
		font-size: .8rem !important;
	}
}