.contato-map {
  width: 100%;
  min-height: 400px;
}
.contato-info{
  background: #00301D;
  border-radius: 10px;
  padding: 20px 30px;
}
.icon-mod{
  padding: 20px;
  width: 75px;
  height: 75px;
  background: #005231;
  border-radius: 10px;
  color: #fff;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-contato{
  display: flex;
  min-width: 350px;
  padding:  40px  24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
}
.form--contato label{
  color: #4A4848;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
