.contato-map {
  width: 100%;
  min-height: 230px;
  border-radius: 20px;
}
.bg-mod{
  border-radius: 16px;
  background: #FAFAFA;
  box-shadow: 0 1px 2px 0 rgba(105, 88, 88, 0.08);
}
.form--contato :is(input, textarea, select) {
  border-radius: 16px;
  border: 1px solid var(--Neutral-Grey-Grey---Active, #A9A9A9);
  background: #FFF;
}
.form--contato label{
  color: #6C6C6C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}
.icon-mod{
  border-radius: 12px;
  background: #EAEAEB;
  height: 60px;
  width: 60px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.box-info-contato{
  border-radius: 24px;
  border: 1px solid #DEDEDE;
  background: linear-gradient(326deg, #191922 0%, #2A2939 99.25%);
  box-shadow: 0 2px 6px 0 rgba(105, 88, 88, 0.08);
  padding: 20px;
}
.box-info-contato :is(h4, a, address) {
 color: #fff;
}