/* ===== Menu principal ===== */
@media (min-width: 768px) {
  #cabecalho .menu.superior {
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }
  #cabecalho .menu.superior ul.nivel-um {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 0;
    height: auto;
  }
  #cabecalho .menu.superior ul.nivel-um > li {
    flex: 1 1 0;
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    min-height: 0;
    border: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .08) !important;
    transition: background-color .15s ease, box-shadow .15s ease;
  }
  #cabecalho .menu.superior ul.nivel-um > li:last-child {
    border-right: 0 !important;
  }
  #cabecalho .menu.superior ul.nivel-um > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    min-height: 0;
    margin: 0;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 0 !important;
    background: transparent !important;
  }

  body #cabecalho .menu.superior ul.nivel-um > li > a,
  body #cabecalho .menu.superior ul.nivel-um > li > a strong.titulo.cor-secundaria {
    color: #1b1b1b !important;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .15s ease;
  }

  /* наведение: светлеет вся плашка */
  #cabecalho .menu.superior ul.nivel-um > li:hover,
  #cabecalho .menu.superior ul.nivel-um > li.ativo {
    background: #f5f5f5;
    box-shadow: inset 0 -2px 0 #00CCCD;
  }
  body #cabecalho .menu.superior ul.nivel-um > li:hover > a,
  body #cabecalho .menu.superior ul.nivel-um > li:hover > a strong.titulo.cor-secundaria,
  body #cabecalho .menu.superior ul.nivel-um > li.ativo > a,
  body #cabecalho .menu.superior ul.nivel-um > li.ativo > a strong.titulo.cor-secundaria {
    color: #00A3A4 !important;
  }
}