body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #333;
}

a:link, a:active, a:visited{
	color: #315e8a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
}

.sem-padding {
	padding: 0 !important;
}

.sem-margin {
	margin: 0 !important;
}

nav {
	display: flex;
	flex-direction: row;	
	align-items: initial;
	background-color: #D3D3D3;
	justify-content: space-between;
	width: 100%;
}

nav ul {
	display: flex;
	flex-direction: row;	
}

nav ul li a {
	display: inline-block;
	padding: 10px;
	margin-right: 15px;
}

nav img {
	padding: 3px 3px;
	border-radius: 12px;	
	color: #ebebeb;
	margin-top: 5px;
	margin-left: 15px;
}

#header {
	background: url('../img/pqinfobg.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 630px;	
	width: 100%;
	max-width: 1440px;
}

#header h1 {
	color: #0000CD;
	padding-top: 26%;
	padding-left: 32%;
}

#header h2 {
	padding-left: 31%;
}

#header h3 {
	padding-left: 33%;
}

@media screen and (min-width: 368px) {
   	#inicio img {
		max-width: 1440px;
	}	
	
}

ul li, ol li{
	margin-bottom: 5px;
}
ul.inline li, ol.inline li{
	display: inline;
	margin-right: 0px;
}
ul.inline li:last-child, ol.inline li:last-child {
	margin-right: 0;
}
ul.sem-marcador, ol.sem-marcador{
	list-style: none;
}

a.botao, input.botao{
	background: #1f3c58;
	padding: 5px 10px;
	border-radius: 3px;
	color: #ebebeb;
	cursor: pointer;
	display: inline-block;
	border: none;
}

a.botao:hover, input.botao:hover {
	background: #315e8a;
	text-decoration: none;
}

footer {
	background: #1f3c58;
	color: #ebebeb;	
	padding: 5px 5px; 
}

footer p {
	padding-bottom: 20px;
	text-align: center;
}

footer a {
	float: right;
}

footer a:hover {
	background-color: #483d8b;
	border-radius: 50%;
}

.menu {
	text-transform: lowercase;	
}

.menu li a {
	background: #00008B;
	padding: 10px 10px;
	border-radius: 4px;
	color: #ebebeb;
}

.menu li a:hover {
	text-decoration: none;
	background: #1f3c58;
	color: #ebebeb;
}