body{
	background:url(FUNDO.JPG);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	

}
*{
	margin: 0;
	padding: 0;
}
.menu{
	width:100%;
	height: 50px;
	background-color: #222;
	font-family:Impact;
	position:fixed;
}
.menu ul{
	list-style:none;
	position:relative;
}
.menu ul li{
	width:150px;
	float:left;
}
.menu a{
	padding: 15px;
	display:block;
	text-decoration: none;
	text-align: center;
	background-color: #222;
	color: #fff;
}
.menu ul ul{
	position:absolute;
	visibility: hidden;
}

.menu ul li:hover ul{
	visibility:visible;
}
.menu a:hover{
	background-color:#f4f4f4;
	color:#555;
}
.menu ul ul li{
	float:none;
	border-bottom: solid 1px #ccc;
}
.menu ul ul li a{
	background-color: #069;
}
.video{
	background:none;
	position:absolute;
	top:55%;
	width:100%;	
	float:left;
}
.navbar {
 background:none;
	position:absolute;
	top:100%;
	width:100%;	
	float:left;
  
 
}

.navbar a {
  padding: 12px;
  color: black;
  font-family:Arial Narrow;
  text-align:center;
  text-decoration: none;
  font-size: 30px;
}

.navbar a:hover {
  text-decoration: underline #069;
  color:#069;

}
.conteudo{
	background: black;
	width:100%;
	height:300%;
	top:100%;
	position:absolute;

}
h3{
	
	font-family: Arial Narrow;
	font-size:60px;
	color:white;
	text-align:center;
	text-decoration:underline;
}
p{
	font-family: Arial Narrow;
	font-size:20px;
	color:white;
	text-align:center;
	
}

.content{display:flex;justify-content:center}
.contato{width: 100%;max-width: 500px;}
.form{display: flex; flex-direction: column}
.field{padding:10px;margin-bottom: 15px;border:1px solid #ddd; border-radius: 5px; font-family: arial, helvetica, sans-serif;font-size:16px}
textarea{height:150px};