.busca-home {
  text-align: left;
  padding: 8px 44px 23px 44px;
  background: #f7fcff;
  border-radius: 5px;
  margin-top: 6px;
}

.busca-home #busca-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 102.4%;
  color: #005d92;
}

.wrapper-input-busca-home {
  display: flex;
  text-align: center;
  gap: 19px;
  margin-top: 8px;
}

.wrapper-input-busca-home input {
  width: 100%;
  background: #ddebf5;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 13px 32px;

  /* text */

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 102.4%;
  color: #69808d;
}

.wrapper-input-busca-home button{
  border: none;
  background: transparent;
}

#aviso-busca-home {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 102.4%;
  color: #005d92;
  margin-top: 15px;
}

#wrapper-aviso-busca-home {
  width: 100%;
  text-align: center;
}

@media (max-width: 600px) {
  .busca-home {
    padding: 8px 13px 23px 13px;
  }
}
