@media screen and (max-width: 991px) {
   .main-container {
      padding-top: 0 !important;
   }
   .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.logo{
      height: auto;
   }
   .figure.wpb_wrapper.vc_figure{
      padding-bottom: 20px;
   }
   .header-container .header-inner {
      padding: 30px 0 0 0 !important;
   }
   .header-container .header .logo img {
      max-width: 255px !important;
      height: auto !important;
   }
   .footer #menu-rodape {
      border-right: none !important;
      text-align: center !important;
   }

   .header-container .header .logo img {
      max-width: 200px !important;
      height: auto !important;
   }  

   .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.logo {
      float: left !important;
      z-index: 999 !important;
      position: relative !important;
   }

   .mobile-menu {
      background: none !important;
   }

   .mobile-menu .mbmenu-toggler {
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    padding: 0 15px;
    line-height: 45px;
   }

   .mobile-menu .mbmenu-toggler span.mbmenu-icon {
       line-height: 45px;
       float: right;
       font-size: 22px !important;
       color: black !important;
   }

   .main-menu-wrapper{
      top: -50px !important;
      position: relative !important;
   }
   
   .nav-menu{
       background-color: #78a206 !important;
   }
}