#botao_topo {
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: #64BC7C;
  padding: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  opacity: 0.35;
}

#botao_topo:hover {
  background-color: #2E610F;
}

#botao_topo img{
  width: 20px;
}

#conteudo {
  display: block;
  margin: 10px auto;
  padding: 10px 0;
  margin-top: 0;
  padding-top: 0;
  width: 900px;
  min-height: 300px;
}

@media (max-width: 1000px){
  #conteudo {
    width: 85%;
  }
}
@media (max-width: 855px){
  #conteudo {
    width: 90%;
  }
}
@media (max-width: 492px){
  #conteudo {
    width: 95%;
  }
}

.opaco{
  background-color: rgba(0,0,0,0.3);
  width: 100% !Important;
}

.main header{
  background-image: url("imagem/fundo_cabecalho.png");
  background-repeat: repeat;
  border-top: 5px solid #2E610F;
  min-width: 265px;
  min-height: 100px;
} 
.main #img_topo{
  margin-left: 15px;
  height: 100px;
  float: left;
}
.main #img_topo img{
  width: 280px;
  height: 70px;
  position: relative;
  top: 50%;
  margin-top: -35px;
}
.main #main_menu{
  background: none;
  height: auto;
  display: block;
  margin: auto;
  text-align: center;
}
.main #botoes_menu{
  margin: 0;
  padding: 0;
  padding-right: 301px;
}
.main #botoes_menu a{
  text-decoration: none;
}
.main #botoes_menu li{
  list-style: none;
  padding: 10px 20px;
  padding-bottom: 5px;
  background: none;
  margin: 0;
  display: inline-block;
}
.main #botoes_menu li h4{
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}
.main #botoes_menu li img{
  margin-top: 5px;
  width: 42px;
  height: 42px;
  display: block;
  margin-right: auto;
  margin-left: auto; 
}
.main #botoes_menu li:hover{
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #2E610F;
}
@media (max-width: 1290px){ 
  .main #img_topo{
    width: 100%;
    text-align: center;
    margin: 10px auto;
    background: none;
    display: inline-block;
  }
  .main #main_menu{
    width: 610px;
  }
  .main #botoes_menu li:hover{
    border-radius: 10px;
  }
  .main #botoes_menu{
    padding-right: 0px;
  }
}
@media (max-width: 658px){
  .main #main_menu{
    width: 100%;
    text-align: center;
    position: static;
  }
  .main #topo{
    margin: auto auto;
    float: none;
    margin-bottom: 10px;
  }
  .main #botoes_menu li img{
    width: 25px;
    height: auto;
    display: inline;
    margin: 0px;
  }
  .main #botoes_menu li{
    padding: 10px;
    overflow: hidden;
  }
}
@media (max-width: 530px){
  .main #botoes_menu{
    margin: auto;
  }
  .main #botoes_menu li h4{
    display: inline;
  }
  .main #botoes_menu li img{
    margin-right: 7px;
  }
}
@media (max-width: 437px){
  .main #img_topo img{
    width: 200px;
    height: 50px;
    position: static;
    margin-top: 5px;
  }
  .main #img_topo{
    height: 50px;
  }
  .main #botao_topo img{
    width: 10px;
  }
}
@media (max-width: 359px){
  .main #botoes_menu li img{
    display: none;
  }
  .main #botoes_menu li{
    padding: 10px;
    overflow: hidden;
  }

}

.main footer{
  min-width: 265px;  
  background-image: url("imagem/fundo_rodape.png");
  background-repeat: repeat;
  text-align: center;
  padding: 20px 0 0 0;
}
.main footer div{
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 5px auto;
  width: 800px;
  text-align: left;
}
.main footer div .opcoes{
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  color: #ffffff;
}
.main footer div .opcoes img{
  width: 42px;
  height: 42px;
  margin-right: 15px;
  float: left;
}
.main footer div .opcoes .legenda{
  float: left;
  line-height:42px;
  cursor: pointer;
}
.main footer div .opcoes .link{
  line-height:21px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

.main footer #redes_sociais{
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  padding: 20px 0;
  padding-bottom: 0;
}

.main footer  #redes_sociais div {
  width: 800px;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.main footer .endereco_rodape {
  max-width: 100%;
  margin: 0px;
  text-align: center;
  padding: 5px 0px 0px 0px;
}
.main footer .endereco_rodape p{
  display: inline-block;
  padding: 5px 10px 0px 10px;
  margin: 0 20px;
  color: #ffffff;
  text-align: center;
  border-top: 1px solid #FFF;
}
@media (min-width: 503px) and (max-width: 720px){
  .main footer .endereco_rodape .endereco_block{
    display: block;
  }
  .main footer .endereco_rodape #separador{
    display: none;
  }
}
.main footer .marca {
  max-width: 100%;
  text-align: center;
  margin: 0px;
  padding: 10px 0px 20px 0px;
}
.main footer .marca p{
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 375px) and (max-width: 590px){
  .main footer .marca .marca_block{
    display: block;
  }
}

.main footer #redes_sociais a{
  margin: 0;
  padding: 10px;
  width: auto;
}
.main footer #redes_sociais img{
  width: 30px;
  height: 30px;
}
.main footer #redes_sociais .legenda {
  width: auto;
  line-height:30px;
}
.main footer #duas-linhas-menor {
  display: none;
}
.main footer #duas-linhas-menor  span{
  display: inline-block;
}

.main footer #duas-linhas label {
  line-height: 21px;
  cursor: default;
}

@media (max-width: 750px){
  .main footer div{
    width: 80%;
  }
  .main footer div .opcoes{
    width: 190px;
    margin: 5px;
  }
  .main footer div .opcoes img{
    width: 21px;
    height: 21px;
  }
  .main footer div .opcoes .legenda{
    width: 150px;
    line-height: 20px;
  }
  .main footer #duas-linhas-menor {
    display: block;
  }
  .main footer #duas-linhas {
    display: none;
  }

  .main footer #trab-conosco img {
    width: 20px;
    height: 20px;
  }

  .main footer #redes_sociais img{
    width: 20px;
    height: 20px;
  }
  .main footer #redes_sociais .legenda {
    width: auto;
    line-height: 20px;
  }
}

@media (max-width: 450px){
  .main footer div{
    width: 90%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
  }
  .main footer div .opcoes{
    width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .main footer div .opcoes .legenda{
    width: 150px;
  }
  
  .main footer div .opcoes img {
	  margin-left: 15px;
  }  
}

.btn-fb {
  margin: 5px;
  text-align: right;
}