* { box-sizing: border-box; }
nav a:hover { color: #7B302C; }
a[href="#contato"]:hover { gap: 18px !important; }
#contato a:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 700px) {
  header > div { padding-top: 16px !important; padding-bottom: 12px !important; }
  header nav { width: 100%; justify-content: space-between; }
  #inicio, #atuacao, #sobre, #contato { scroll-margin-top: 140px !important; }
  #inicio h1, blockquote { padding-left: 0 !important; }
  #sobre figure { position: static !important; max-width: 100% !important; }
}
