#contact-form {
  width: 80%;
  max-width: 600px;
  margin: auto;
}

#otro-medio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#otro-medio div {
  margin: 0 20px;
}

button {
  width: 200px;
}

.g-recaptcha {
  display: inline-block;
}

.d-none {
  display: none;
}
/*# sourceMappingURL=styles-contacto.css.map */