body{
	background-color:#EEE9E9;
	font-family: 'Overpass', sans-serif !important;
}
.boas h1{
	color: white;
	text-shadow: 7px 7px black;
	font-size:200px; 
	text-align: center; 
	font-family: Adventure; 
	margin: 0 0 0 0px; 
}
 .botao a{
	text-decoration: none;
	display: inline-block; 
	font-size: 20px; 
	line-height: 20px; 
	letter-spacing:0px; 
	font-weight:100; 
	padding: 14px 2%; 
	border-radius: 25px;
	text-transform: uppercase; 
	background: white; 
	webkit border-radius: 25px; /*cantos arredondados*/
	color: black;
	box-shadow: 5px 5px black;
	font-family: Adventure;
 }
 
 .text-box ul{
	
	width: 320px;
	background-color: white;
	color: black;
	font-size: 20px;
 }
 
 .botoes{
	padding-bottom: 25px
 }
 
 .botoes span{
	 padding-bottom: 20px;
 }
 .botoes a{
	 text-decoration: none;
	 display: inline-block;
	 font-size: 18px;
     line-height: 18px;
	 letter-spacing:0px;
	 padding: 10px 25px;
	 border-radius: 4px;
	 background: #000; 
	 color: #FFF;
	 font-weight: 500;
 }
.box{
	text-align:center;
}

.gogo{
	padding-right: 25px;
}
.gogo ul{
	padding:0px;
	margin:0px;
	background-color:black;
	list-style:none;
	text-align: center;
}
.gogo ul li{
	display: inline;
}

.gogo ul li a{
	padding: 10px 25px;
	display: inline-block;
	background-color:black;
	color: white;
	text-decoration: none;
	border-bottom:3px solid white;
}

.gogo ul li a:hover {
	background-color:white;
	color: black;
	border-bottom:3px solid black;
}

header
{
	background:rgba(255, 255, 255, 1); 
	padding:17px 20px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:65px;
	z-index:5;
	border-bottom: 2px solid black;
}

header .opcao{
	color:black;
	font-family: 'Overpass', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	margin-top:7px;
	font-weight:bold;
	font-size: 12px;
	font-weight: 800;
}
.mySlides { 
	width:100%; 
	height:100vh;
	position: absolute; 
	margin-bottom: 1px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.w3-content.w3-display-container
{
	max-width:100%;
	width:100%; 
	height: 100vh; 
	margin: 0px;
}
.w3-left {
	font-size: 50px; 
	cursor:pointer;
} 
.w3-right{
	font-size: 50px; 
	cursor:pointer;
}
