:root {
  --font: Poppins, sans-serif;
  --text: #00295f;
  --bg: #ffffff;
  --container: 1200px;
  --navy: #00295f;
  --navy-2: #232b73;
  --beige: #d2c6ae;
  --gray: #e6e7e8;
  --gray-2: #efefef;
  --white: #ffffff;
  --font-size: 14px;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--font-size);
  line-height: 1.8;
  color: var(--text);
  background: var(--bg);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 8px;
  z-index: 9999;
  background: #fff;
  padding: 8px 12px;
}

#sobre-nos,
#areas-de-atuacao,
#noticias-e-informacoes,
#links-uteis,
#contato {
  scroll-margin-top: 219px;
}

.container {
  width: min(92%, var(--container));
  margin-inline: auto;
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
