html, body {
background-color: #185c29;
margin: 0px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
width: 100%;
height: 100%;
margin: 0px; /* retirando a margem padrão */
padding: 0px; /* retirando o padding padrão */
}

b {
	color:white;
	font-size: 16pt;
	font-family: arial;
}

a:link {
color: #A3FF35;
text-decoration: none;
font-size: 14pt;
}

a:visited {
color: #A3FF35;
text-decoration: none;
font-size: 14pt;
}

a:hover, a:active {
color: #FFFFFF;
text-decoration: underline;
font-size: 14pt;
cursor: pointer;

}

#page {
width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

#logo {
margin-left: 100px;
width: 350px;
float:left;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav {
width: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
	float:left;
}

#conteudo {
width: 100%;
display: block;	
}


#footer {
width: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
	float:left;
}
	
#path {
	width: 691px;
	height: 77px;
	background-image:url(./pics/fpath.png);
	background-repeat: no-repeat;	
	margin-top: -20px;
	padding:0;	
	float: left;
	text-align: left;
	margin-left: -60px;
	display: block;
}	

.path {
font-family: arial;
font-size: 8pt;
top: 5px;
position: relative;
margin-left: 60px;
text-align: left;
}

.path2 {
font-family: arial;
font-size: 8pt;
top: 15px;
position: relative;
margin-left: 60px;
text-align: left;
}

.link {
top: 15px;
position: relative;
margin-left: 60px;
text-align: left;	
	
}

.bold {
	font-weight: bold;
	color: white;
}

.textito {
		color: white;
}

.viu {
top: 15px;
position: relative;
margin-left: 60px;
text-align: left;	
font-size: 18pt;
cursor: pointer;
color: #A3FF35;
font-style: italic;	
}

#start {
	color: white;
	font-size: 14pt;
}