.contato-map {
  width: 100%;
  min-height: 400px;
}
.box-info{
  border-radius: 21.174px;
  padding: 20px;
  border: 1.512px solid #E1E2E2;
  background: #FFF;
  box-shadow: 51.421px 24.198px 16.636px 0 rgba(0, 0, 0, 0.00), 7.562px 4.537px 9.074px 0 rgba(0, 0, 0, 0.09), 1.512px 1.512px 4.537px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 188px;
}
.mod-edereco{
  color: #585858;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.space-max{
  max-width: 1200px;
  margin: 0 auto;
}
.mod-numbres a{
  font-size: 14px;
  color: #585858;
}
.bg-form{
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.spacy-botton{
  padding-bottom: 80px;
}

.margin-left{
  margin: 54px 0 0 130px;
}
@media screen and (max-width: 576px) {
  .margin-left{
    display: none;
  }
}
.form--contato label{
  color:#969696;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}