
.bloco-menu-mobile{
    display: none!important;
    z-index: 9991;
    width: 100%;
    background-color: #fff;
}
#chk{
    position: absolute;
    visibility: hidden;
    z-index: -1111;
}

@media screen and (max-width:850px) {
    .bloco-menu-mobile{
      display: block!important;
    
    }
    .bloco-menu-mobile .logo-mobile{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -36px;
    height: 68px;
    }
  .show-menu-btn,.hide-menu-btn{
    display: block!important;
  }
  .bloco-menu-mobile .show-menu-btn .fas{
    width: 85px;
    height: 70px;
    float: left;
    margin: 15px 0 0 6px;
    background: url(../img/icone-menu-mobile.png) center center no-repeat;
    background-size: 50%;
    text-indent: -9999px;
  }
  .menu-mobile{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #c5a664;
    background: url(../img/fundo-menu-mobile.jpg) top center no-repeat;
    background-size: 100% 100%;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.7s;
    z-index: 120;
  }
  .menu-mobile a{
    display: block;
    padding: 20px;
    color: #fff;
  }
  .menu-mobile li{
    text-transform: uppercase;
    border:solid 1px #e2c27e;
    font-size: 20px;
    font-weight: 700;
  }
  .menu-mobile li ul li{
    background-color: #ff7e32;
    font-size: 15px;
    font-weight: 400;
  }
  .hide-menu-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../img/bt-close.png?) center center no-repeat;
    background-size: 45%;
    width: 59px;
    height: 40px;
  }
  .hide-menu-btn .fas{
    display: none;
  }
  #chk:checked ~ .menu-mobile{
    right: 0;
  }




}
