*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
 }
.galeria{
	margin-top:-200px;
	position: relative;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.6s;
}
.linkBanner{
	width:100%;
	height:100%;
	float:left;
	z-index:999;
}
.active, .accordion:hover {
  background-color: #1b1d1e; 
  color:#ffe5a2;
}
.active{
	overflow: visible;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-out;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: 2px solid #ffe5a2;
  outline: none;
  background-color: #1b1d1e;
  color: #ffe5a2;
  cursor: pointer;
  padding: 15px;
  font-family:roboto;
}
#myMenu {
  position: fixed;
  margin-top:10px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d4b066;
  color: white;
  cursor: pointer;
  padding: 15px; 
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #d5943f;
}

/*FOLHA DE ESTILO - PROGRAMAÇÃO DE PÁGINA*/

footer{
	width:100%;
	height:300px;
	font-family:roboto;
}
footer a{
	color:#000;
	text-decoration:none;
}
.column-footer{
	float: left;
	width: 25%;
	padding:10px;
} 
.column-footer p{
	text-align:center;
	margin-top:30px;
}
.midias-img{
	width:80%;
	margin:auto;
}
.midias-img img{
	padding:5px;
}
#menu{
	width:100%;
	height:95px;
	background:#1b1d1e;
	position:fixed;
	z-index:999;
	font-family:roboto;
}
#menu ul{
	width:80%;
	margin:auto;
}
#menu ul li img{
	margin-top:-25px;
}
#menu ul li{
	float:left;
	margin:auto;
	margin-top:15px;
	width:20%;
	text-align:center;
	padding:20px;
	font-size:.8em;
	color:#ffe5a2;
}
#menu ul li:hover{
	color:#d5943f;
}
.marg-top-80{
	height:80px;
}
.hamburg{
	display:none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.logo2{
	display:none;
}
.sidenav{
	font-family:roboto;
}
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px;
}
.acompImg{
	width:100%;
}
.teste{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

