#menu {
  font-size: 1.25rem
}

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

#menu a {
  z-index: 2;
}

.img-topo {
  max-width: 432px;
}
.divTopo {
  background: black;
  height: 140px;
}

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

.divPesquisa {
  padding: 5px 10px;
}

.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: 270px;
  }

  #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;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #menu {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 1399px) {
  .img-topo {
    max-width: 350px;
  }
}