/* V22.18 — estado ativo do menu público, carregado por último */
.v208-neon .nav a:first-child:not(.active):not([aria-current="page"]),
.rr-inner-home-header .nav a:first-child:not(.active):not([aria-current="page"]){
  background:transparent!important;
  color:#fff!important;
  border-bottom:3px solid transparent!important;
  box-shadow:none!important;
}
.v208-neon .nav a.active,
.v208-neon .nav a[aria-current="page"],
.rr-inner-home-header .nav a.active,
.rr-inner-home-header .nav a[aria-current="page"]{
  background:#071e33!important;
  color:#ffc400!important;
  border-bottom:3px solid #ffc400!important;
  box-shadow:none!important;
}
.v208-neon .nav a:hover,
.rr-inner-home-header .nav a:hover{
  color:#ffc400!important;
}
