@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&family=Ysabeau+Office&display=swap");
html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 200px;
}

.contact_es {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: initial;
}
.contact_es.mb {
  margin-bottom: 50px;
}
.contact_es h3 {
  font-family: Georgia, georgia, serif;
  margin-bottom: 50px;
  position: relative;
}
.contact_es h3:after {
  content: "";
  height: 0;
  width: 45px;
  border: 1px solid #003057;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.contact_es h4 {
  margin-bottom: 20px;
  font-weight: 400;
}
.contact_es h5 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10pxs;
}
.contact_es a {
  color: #8e6f00;
}

/*# sourceMappingURL=resales.css.map */
