/* origem: site/0077.css */
/* SOURCE: /assets/refactor-v943/css/site/0212.css */
@media (min-width: 992px){
  html body.pc.spb-header-active-laranja .nav-container,
  html body.pc.spb-header-active-laranja .nav-container *,
  html body.pc.spb-header-active-laranja #js-header,
  html body.pc.spb-header-active-laranja #js-header *{
    box-shadow:none!important;
  }

  html body.pc.spb-header-active-laranja .nav-container,
  html body.pc.spb-header-active-laranja .nav-container.is-fixed,
  html body.pc.spb-header-active-laranja #js-header,
  html body.pc.spb-header-active-laranja .nav-container .container.nav-wrapper,
  html body.pc.spb-header-active-laranja .nav-container ul,
  html body.pc.spb-header-active-laranja .nav-container ul.uppercase{
    background:#fff!important;
    background-color:#fff!important;
  }

  html body.pc.spb-header-active-laranja .nav-container li,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:hover,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:focus,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:active,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.active,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.current-menu-item,
  html body.pc.spb-header-active-laranja .nav-container li.active,
  html body.pc.spb-header-active-laranja .nav-container li.current-menu-item{
    position:relative!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
    filter:none!important;
    overflow:visible!important;
  }

  html body.pc.spb-header-active-laranja .nav-container li > a,
  html body.pc.spb-header-active-laranja .nav-container li > a:link,
  html body.pc.spb-header-active-laranja .nav-container li > a:visited,
  html body.pc.spb-header-active-laranja .nav-container li > a:hover,
  html body.pc.spb-header-active-laranja .nav-container li > a:focus,
  html body.pc.spb-header-active-laranja .nav-container li > a:active,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:hover > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:focus > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:active > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.active > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.current-menu-item > a,
  html body.pc.spb-header-active-laranja .nav-container li.active > a,
  html body.pc.spb-header-active-laranja .nav-container li.current-menu-item > a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:35px!important;
    min-height:35px!important;
    line-height:35px!important;
    padding:0 10px!important;
    margin:0!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    border:0!important;
    outline:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    filter:none!important;
    text-decoration:none!important;
    text-transform:none!important;
    letter-spacing:0!important;
    font-size:15px!important;
    font-weight:500!important;
    color:#111!important;
    transition:color .14s ease!important;
  }

  html body.pc.spb-header-active-laranja .nav-container li > a::before,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect > a::before{
    content:none!important;
    display:none!important;
  }

  html body.pc.spb-header-active-laranja .nav-container li > a::after,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect > a::after{
    content:""!important;
    position:absolute!important;
    left:10px!important;
    right:10px!important;
    bottom:0!important;
    height:2px!important;
    background:var(--item-color,var(--spb-page-accent,var(--spb-primary,#0b55d9)))!important;
    border:0!important;
    border-radius:999px!important;
    box-shadow:none!important;
    transform:scaleX(0)!important;
    transform-origin:center!important;
    transition:transform .14s ease!important;
    display:block!important;
    opacity:1!important;
  }

  html body.pc.spb-header-active-laranja .nav-container li:hover > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:hover > a,
  html body.pc.spb-header-active-laranja .nav-container li > a:hover,
  html body.pc.spb-header-active-laranja .nav-container li > a:focus,
  html body.pc.spb-header-active-laranja .nav-container li.active > a,
  html body.pc.spb-header-active-laranja .nav-container li.current-menu-item > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.active > a,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.current-menu-item > a{
    color:var(--item-color,var(--spb-page-accent,var(--spb-primary,#0b55d9)))!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
  }

  html body.pc.spb-header-active-laranja .nav-container li:hover > a::after,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect:hover > a::after,
  html body.pc.spb-header-active-laranja .nav-container li > a:hover::after,
  html body.pc.spb-header-active-laranja .nav-container li > a:focus::after,
  html body.pc.spb-header-active-laranja .nav-container li.active > a::after,
  html body.pc.spb-header-active-laranja .nav-container li.current-menu-item > a::after,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.active > a::after,
  html body.pc.spb-header-active-laranja .nav-container li.waves-effect.current-menu-item > a::after{
    transform:scaleX(1)!important;
  }

  html body.pc.spb-header-active-laranja .nav-container .waves-ripple,
  html body.pc.spb-header-active-laranja .nav-container .waves-effect .waves-ripple,
  html body.pc.spb-header-active-laranja .nav-container .materialize-ripple{
    display:none!important;
    opacity:0!important;
    background:transparent!important;
  }
}

