.barra-pesquisa-geral {
  background-color: var(--corFundoGeral);
  align-items: center;
  display: none;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
}

.barra-pesquisa-geral___fixed {
  display: flex;
  left: var(--larguraDivGrupos);
  position: absolute;
  top: 0px;
  width: var(--larguraDivProdutos);
  z-index: 2;
}

.barra-pesquisa {
  border-radius: 10px;
  border: none;
  height: 50px;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  padding: 10px;
  width: 100%;
}

.barra-pesquisa::-webkit-input-placeholder {
  color: black;
  font-size: 1rem;
}

.barra-pesquisa-diversos {
  background-color: var(--corDestaque);
  color: var(--corTextoDestaque);
  width: 49% !important;
}

.barra-pesquisa-diversos:focus {
  background-color: white;
  color: black;
}

.span-lupa {
  align-items: center;
  background-color: #dcdcdc;
  border-radius: 0 10px 10px 0;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 40px;
}

.img-lupa {
  /*width: 75px;*/
  width: 30px;
  padding-left: 5px;
}

@media only screen and (max-width: 480px) {
  .barra-pesquisa {
    border-radius: 5px;
    height: 30px;
    font-size: 0.8rem;
    padding: 0.2em;
  }

  .barra-pesquisa-geral___fixed {
    flex-direction: column;
  }

  .barra-pesquisa-diversos {
    width: 100% !important;
  }

  .barra-pesquisa-diversos:last-child {
    margin-top: 0.5rem;
  }
}
