/*
 * O componente original continua ocupando sua posição entre a navegação e o
 * conteúdo. Somente o letreiro azul e seu marquee deixam de aparecer.
 * A largura do divisor acompanha o container nativo do tema.
 */
.bgblue.barlasts {
  background: transparent !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.bgblue.barlasts > .container {
  position: relative !important;
  height: 100% !important;
  min-height: inherit !important;
}

.bgblue.barlasts > .container > .row {
  display: none !important;
}

.bgblue.barlasts > .container::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 0;
  left: -4px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .bgblue.barlasts {
    height: 32px !important;
    min-height: 32px !important;
  }
}
