.contato-map {
  width: 100%;
  min-height: 400px;
  height: 100%;
}

.form--contato :is(input, select, textarea){
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  color: #C3C3C3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
  padding: .8rem;
}
.form--contato :is(input, select, textarea)::placeholder{
  color: #C3C3C3;
}