.contato-map {
  width: 100%;
  min-height: 400px;
}
.line::after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background-color: var(--primary-color);
  margin: 10px 0;
}
 .form--contato :is(input, select, textarea) {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px var(--primary-color);
  border-radius: 0;
  padding: .8rem 1rem;
}