#header {
  background-color: #201e1f;
}

#menu a {
  z-index: 2;
}

.img-topo {
  max-width: 200px;
}

#collapseTopo {
  background: #404044;
  border-radius: 0px 0px 20px 20px;
  top: 70px;
  z-index: 10;
  width: 75%;
}

.divTopo {
  background: #35363a;
  border-radius: 0px 0px 20px 20px;
}

.icone-topo {
  font-size: 12px;
}

.icone-topo-wpp {
  font-size: 20px;
  color: #ffffff;
}

.topoBackground {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: auto;
}

.topoBackground a {
  color: white;
}

.barraColapse {
  width: 20px;
  height: 2px;
  background-color: #000000;
}

.navBarhover {
  text-align: center;
  transition: 0.4s;

}

.navBarhover:hover {
  color: var(--cor-secundaria);
  text-transform: uppercase;
}

.ativo {
  font-weight: 800;
}

/* DE 991PX */
@media screen and (min-width: 991px) {
  .sectionTopo {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
}

/* ATE 991PX */
@media screen and (max-width: 991px) {

  .divTopo {
    width: 90%;
  }

  .img-topo {
    max-width: 150px;
  }

  #menu a {
    width: min-content;
    white-space: nowrap
  }

  .sectionTopo {
    background-color: var(--cor-primaria);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5em;
  }
}