#menu {
  font-size: 1.25rem
}

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

#menu a {
  z-index: 2;
}

#topo{
  background-color: black;
}

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

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

.divPesquisa {
  padding: 5px 10px;
  background-color: white;
}

.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 {
  font-weight: 800;
}

.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: 300px;
  } */

  #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: 1rem;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1199px){
  .img-alinhamento {
    justify-content: center!important;
  }
}