.contato-map {
  width: 100%;
  min-height: 400px;
}
.bg-form{
  border-radius: 24px;
  background: #FAFAFA;
  box-shadow: 0 2px 6px 0 rgba(25, 33, 61, 0.14);
}
.form--contato label{
  color: #393C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.form--contato :is(input, select, textarea){
  border-radius: 16px;
  border: 1px solid rgba(193, 204, 226, 0.25);
  background: rgba(32, 32, 32, 0.02);
}