@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Ubuntu:wght@400;500;700&display=swap");
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
}
/* LINKS */
a,
a:active,
a:hover,
a:visited,
a:focus {
  color: unset !important;
}

a,
a:active,
a:hover,
a:visited,
a:focus {
  text-decoration: none !important;
}
/* HEADER */
header {
  background: #f9710b;
  padding-top: clamp(20px, 3vw, 32px);
  padding-bottom: clamp(20px, 3vw, 32px);
}
header img {
  width: 187px;
}
/* CONTEÚDO */
.conteudo {
  padding-top: clamp(40px, 8vw, 80px);
  padding-bottom: clamp(40px, 8vw, 80px);
}
hr {
  border: 1px solid #68462a;
  margin-top: 56px;
  margin-bottom: 56px;
}
.conteudo h2 {
  font-family: "Barlow";
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: clamp(29px, 3vw, 38px);
  letter-spacing: 0em;
  text-align: left;
  color: #68462a;
  margin-bottom: 16px;
}
.conteudo p,
.conteudo li {
  font-family: "Ubuntu";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #806045;
}
/* FOOTER */
footer {
  background: #f9710b;
  padding-top: clamp(20px, 4vw, 40px);
  padding-bottom: clamp(20px, 4vw, 40px);
}
footer img {
  width: 187px;
  margin-bottom: 32px;
}
footer p {
  font-family: "Ubuntu";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  header img {
    width: 140px;
  }
  footer img {
    width: 94px;
    margin-bottom: 16px;
  }
}
