@charset "UTF-8";

* {
	font-family: verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #05202E;
}
html{
	scroll-behavior: smooth;
}

#geral {
	width: 100%;
}

.topo {
	background: #05202E url(../img/topo.png) no-repeat;
	width: 100%;
	height: 160px;
	background-position: center;
	vertical-align: center;
}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	display: none;
}
.necessario {
	display: none;
}

.menu {
	top: 0;
	width: 100%;
	height: 43px;
	background: #556B69;
	text-align: center;
	position: sticky;
	z-index: 1;
	box-shadow: 1px 1px 3px 0 #557;
}
.menu ul {
	margin: 0 auto;
	list-style-type: none;
	overflow: hidden;
}
.menu ul li {
	display: inline-block;
}
.menu ul li a {
	display: block;
	padding: 9px 23px 12px 23px;
	font-family: verdana, arial sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.menu ul li a:hover {
	background-color: rgba(255,255,255,0.1);
}
.menu ul li .ativo {
	color: #ff0;
}

.rodape {
	position: fixed;
}
footer {
	bottom: 0;
	clear: both;
	width: 100%;
	height: 64px;
	background-color: #556B69;
	border-top: 1px solid #777;
}
footer p {
	font-size: 15px;
	text-align: center;
	padding-top: 9px;
	color: #fff;
}

@media screen and (max-width:915px) {
	body {
		background: #fff;
	}
}
@media screen and (max-width:770px) {
	.topo {
		background: url(../img/topomenor.png);
		background-position: center;
	}
}
@media screen and (max-width:470px) {
	.topo {
		height: 50px;
	}
	h1 {
		background-color: #05202E;
		padding: 10px 0 12px 0;
		display: block;
	}
	.menu {
		height: 120px;
		display: block;
		position: relative;
	}
	.menu ul li {
		width: 100%;
		text-align: center;
	}
	.menu ul li a {
		width: 100%;
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
	}
	.menu ul li:nth-child(even) {
		background-color: rgba(255,255,255,0.1);
	}
}
@media screen and (max-width:281px) {
	footer {
		height: 80px;
	}
	footer p {
		font-size: 12px;
	}
	footer p span {
		display: block;
		font-size: 15px;
	}
}
