.search  {
  border: 1px solid #0069b4;
  border-radius: 30px;
  width: 276px;
  height: 40px;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.search input {
  border: none;
  color: #0069b4;
}
.search button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding-right: 20px;
  height: 50px;
  width: 50px;
}

#app > header > div:nth-child(1) > div > div.search > button > img {
  display: flex;
  align-items: center;
}
.search ::placeholder{
  color:  #0069b4;
  opacity: 0.6;
  font-family: "Chivo", sans-serif;
  font-size: 14px;
}

#app > header > div:nth-child(1) > div > div > div.header-nav > div > button > img {
  display: block;
  width: 15px;
  height: 15px;
}

#app > header > div:nth-child(1) > div > div > div.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

#app > header > div:nth-child(1) > div > div > div.header-nav > div > button > img.image-home {
  display: none;
}