/* CSS base válido para W3C, copiado para a raiz no build */
html, body {
  margin: 0;
  padding: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  background: #000000;
  color: #ffffff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  left: 0;
  top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  /* substitui clip: rect(...) (obsoleto) */
  clip-path: inset(50%);
  border: 0;
}

.noscript-warning {
  background: #fff3cd;
  color: #856404;
  padding: 16px;
  text-align: center;
  border: 1px solid #ffeeba;
}


