.wrapper-resultado-header-search {
  border: 1px solid var(--secondary-color) !important;
  border-radius: 10px !important;
  margin-top: -10px !important;

  position: absolute;
  z-index: 500;
  width: 100%;
  background-color: white;
  top: 60px;
  padding: 0px 0px 0px 20px;
}

.wrapper-options-header-search {
  padding: 8px 0px;
  color: var(--primary-color);
}

.wrapper-header-search-resultados {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 490;
}
