/* CSS Document */
body {
}
.center-block {
	margin: 20vh auto;
	width: 100%;
	max-width: 500px;
}

.logo {
	width: 100%;
	height: auto;
}
h1 {
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	text-align: left;
	margin-left: 14%;
}

.contatos {
	margin-left: 14%;
	margin-top: 30px;
}
.contatos .telefone {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3cc1ca;
	font-weight: bold;
	font-size: 18px;
}
.contatos .email {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3cc1ca;
	font-weight: bold;
	font-size: 18px;
}