* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
form * {
  outline: none;
}
body {
  color: #5F6062;
  font: 600 20px 'Darker Grotesque', sans-serif;
}
#pesquisa {
  padding: 15px 0;
}
#pesquisa.dia #input_mes {
  display: none;
}
#pesquisa.mes #input_saida {
  display: none;
}
#pesquisa.mes #input_mes {
  display: block;
}
#pesquisa form {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 20px;
}
#pesquisa form .wrap_input {
  border-bottom: 1px solid #C9C9C9;
  padding: 0 0 10px;
  width: 100%;
}
#pesquisa form .wrap_input label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin: 0 0 9px;
  text-transform: uppercase;
}
#pesquisa form .wrap_input input,
#pesquisa form .wrap_input select {
  background: #fff;
  border: 0;
  color: #5F6062;
  display: block;
  font: 400 13px/18px 'Lato', sans-serif;
  height: 18px;
  letter-spacing: 1.6px;
  min-width: 100%;
  text-transform: uppercase;
  width: 100%;
}
#pesquisa form .wrap_input input.data,
#pesquisa form .wrap_input select.data {
  background: url(../imagem/calendario-input.svg) right center no-repeat;
  padding-right: 16px;
}
#pesquisa form .botao {
  background: #FCB716;
  border: 0;
  color: #5A400C;
  cursor: pointer;
  display: block;
  font: 600 22px/65px 'Darker Grotesque', sans-serif;
  height: 65px;
  text-align: center;
  width: 100%;
}
@media all and (max-width: 1010px) {
  #pesquisa form {
    grid-column-gap: 10px;
  }
}
@media all and (max-width: 920px) {
  #pesquisa form {
    display: block;
  }
  #pesquisa form .wrap_input {
    margin: 0 0 15px;
  }
}
/*# sourceMappingURL=style-pesquisa.css.map */