
.topo{
	font-family: Helvetica;
	text-shadow: 1px 1px 8px white;
	letter-spacing: 5px;
	background-color: #06793A;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin: 0;
	padding-top: 6px;
}

.logo-centro{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.logo{
	max-width: 30%;
}

.texto-interno{
	display: flex;
	font-family: Helvetica;
	font-size: 30px;
	align-items: center;
	justify-content: center;
}

/*  FOOTER   */

.cor-footer{
	background-color: #06793A;
	width: 100%;
	height: 23px;
	margin: 0;
	padding-top: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #000;
	letter-spacing: 3px;
}

.link_footer{
	text-shadow: 1px 1px 5px #999;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}
.link_footer:hover{
	color: #444;
}