/* origem: site/0071.css */
/* SOURCE: /assets/refactor-v943/css/site/0201.css */
@media only screen and (min-width:992px){
  body.pc .head,
  .pc .head{
    border-bottom:0!important;
    box-shadow:none!important;
  }

  body.pc .nav-container,
  .pc .nav-container{
    height:46px!important;
    min-height:46px!important;
    line-height:46px!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
    outline:0!important;
    overflow:visible!important;
  }

  body.pc .nav-container:before,
  .pc .nav-container:before,
  body.pc .nav-container:after,
  .pc .nav-container:after{
    content:none!important;
    display:none!important;
    border:0!important;
    box-shadow:none!important;
  }

  body.pc #js-header,
  .pc #js-header{
    height:46px!important;
    min-height:46px!important;
    line-height:46px!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border-top:1px solid #d1d1d1!important;
    border-bottom:1px solid #d1d1d1!important;
    border-left:0!important;
    border-right:0!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
  }

  body.pc .nav-container .container.nav-wrapper,
  .pc .nav-container .container.nav-wrapper,
  body.pc .nav-container ul.uppercase,
  .pc .nav-container ul.uppercase{
    height:44px!important;
    min-height:44px!important;
    line-height:44px!important;
    margin:0 auto!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
    box-sizing:border-box!important;
  }

  body.pc .nav-container ul.uppercase,
  .pc .nav-container ul.uppercase{
    display:flex!important;
    align-items:stretch!important;
    justify-content:space-between!important;
    gap:0!important;
    width:100%!important;
    list-style:none!important;
  }

  body.pc .nav-container li.waves-effect,
  .pc .nav-container li.waves-effect{
    height:44px!important;
    min-height:44px!important;
    line-height:44px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }

  body.pc .nav-container li.waves-effect a,
  .pc .nav-container li.waves-effect a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:44px!important;
    min-height:44px!important;
    line-height:44px!important;
    margin:0!important;
    padding:0 11px!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
    border-radius:0!important;
    box-sizing:border-box!important;
  }

  body.pc .nav-container li.waves-effect.active a,
  .pc .nav-container li.waves-effect.active a,
  body.pc .nav-container li.waves-effect.current-menu-item a,
  .pc .nav-container li.waves-effect.current-menu-item a{
    height:44px!important;
    min-height:44px!important;
    line-height:44px!important;
    background:#d1d1d1!important;
    color:#333!important;
    border:0!important;
    box-shadow:none!important;
  }

  body.pc .nav-container li.waves-effect:hover a,
  .pc .nav-container li.waves-effect:hover a{
    background:#ededed!important;
    color:#333!important;
    border:0!important;
    box-shadow:none!important;
  }

  body.pc .nav-container li.waves-effect.active:hover a,
  .pc .nav-container li.waves-effect.active:hover a,
  body.pc .nav-container li.waves-effect.current-menu-item:hover a,
  .pc .nav-container li.waves-effect.current-menu-item:hover a{
    background:#c9c9c9!important;
  }

  /* Efeito do menu fixo: só aparece quando a classe is-fixed existir */
  body.pc .nav-container.is-fixed,
  .pc .nav-container.is-fixed{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    background:#fff!important;
    border:0!important;
    box-shadow:0 4px 14px rgba(0,0,0,.14)!important;
    z-index:999999!important;
  }

  body.pc .nav-container.is-fixed #js-header,
  .pc .nav-container.is-fixed #js-header{
    border-top:1px solid #d1d1d1!important;
    border-bottom:1px solid #d1d1d1!important;
    box-shadow:none!important;
  }
}

