/*
  #00 - Geral
  #01 - Topbar
  #02 - Header
  #03 - Cartões de Saúde
  #04 - Caminho
*/

@media screen and (max-width: 991px) {

   .servicos-title{
      height: auto !important;
   }

   .icon-mobile-planos{
      margin-right: 0px !important;
      margin-bottom: 20px;
   }

  /* #00 - Geral */
  .mobile-show{
    display: inline-block !important;
  }
  .mobile-hide{
    display: none !important;
  }
  .mobile-text-center{
    text-align: center !important;
  }
  .mobile-pull-center{
    float: none !important;
    text-align: center !important;
  }
  .mobile-container{
    padding-top: 20px !important;
  }
  .mobile-mb-30{
    margin-bottom: 30px !important;
  }
  .mobile-bt-0{
    margin-top: 0px !important;
  }
  /* #01 - Topbar */
  .header-top {
    display: none;
  }

  /* #02 - Header */
  .menuzord .showhide{
    padding-top: 25px !important;
  }
  .menuzord-brand{
    float: right !important;
  }
  #logo-header{
    max-height: 50px !important;
    margin-top: 35px !important;
  }
  nav > ul.fixed-custom-nav > li > a{
    color: #333 !important;
  }
  .megamenu .list-unstyled{
    margin-left: 0px !important;
  }
  .menuzord-menu > li > a > i{
    float: none !important;
  }
  .header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed{
    background-color: #FFF;
  }
  .mobile-megamenu-col{
    margin-top: 0px !important;
  }
  .menuzord-responsive .menuzord-menu > li.active .indicator i{
    color: #2678b6 !important;
  }
  /* rgb(41, 133, 202) */
  /* #03 - Cartões de Saúde */
  .mobile-form-cartoes{
    width: 100% !important;
    margin-bottom: 10px;
  }
  /* #04 - Caminho */
  ol.breadcrumb{
    padding-right: 0px !important;
  }
}
