* {
  font-family: "SF Pro Display", sans-serif;
}

:root {
  --cinza: #484848;
  --titulos: #1B1C1C;
  --sombra: 4px 4px 20px 2px #56596759;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--titulos);
  font-weight: 600;
}

.hero-breadcrumb a {
  color: white;
}

a {
  color: inherit;
}

body.page-id-6 {
  height: 100dvh;
  overflow: hidden;
  header {
    height: 0;
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}

html {
  margin: 0 !important;
}
#wpadminbar {
  height: 0;
  display: none;
  visibility: hidden;
  pointer-events: none;
}
section {
  margin-top: 96px;
}