@font-face {
  font-family: "Space Grotesk Bold";
  src: url("font/SpaceGrotesk-Bold.otf");
}

@font-face {
  font-family: "Space Grotesk Light";
  src: url("font/SpaceGrotesk-Light.otf");
}

@font-face {
  font-family: "Space Grotesk Medium";
  src: url("font/SpaceGrotesk-Medium.otf");
}

@font-face {
  font-family: "Space Grotesk Regular";
  src: url("font/SpaceGrotesk-Regular.otf");
}

@media print {
  body {
    /* background: none;
    background-color: transparent; */
    background-color: transparent !important;
  }

  .noprint {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  border: 0px;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;

  font-family: 'Archivo', sans-serif;
  font-size: 14pt;
  font-weight: normal;
  line-height: 170%;

  /* color: #1d1b1f;
      background-color: #e8e9ea; */
  color: #202B25;
/*   background-color: #fffad3;
  background-image: linear-gradient(180deg, #fffad3 66.35%, #f5fbff 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: #ffffff;
  background-image: linear-gradient(180deg, #fffce6 66.35%, #f3faff 100%);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;


  cursor: default;
  -webkit-tap-highlight-color: #ffc800;
}

::selection {
  color: #FFFAF2;
  background-color: #0a0b0c;
}

div,
header,
main,
footer,
article {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

header {

  margin: 16px auto 24px auto;
  padding: 8px;
  display: flex;
  box-sizing: border-box;

  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-evenly;

  width: 600px;
  max-width: 100%;
  /* height: calc(80vw - 256px); */
  /* height: calc(100vw - 100vh); */
  max-height: 240px;
}

header h1 a {
  font-variant: small-caps;
  text-wrap: wrap;
  width: 100%;
}

header h1 a span {
  text-wrap: nowrap;
}

.botao {
  color: #FFFAF2;
  background-color: #202B25;

  margin: 0;
  padding: 6px 8px;
  box-sizing: border-box;

  border: 1px solid transparent;
  border-radius: 6px;

  z-index: 1;
}

#menu {
  font-size: 12pt;
}

#menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#social,
#links {
  margin: 0;
  opacity: 0.75;
  text-align: center;
}

#menu a {
  margin: 0;
  padding: 4px 6px;
  display: inline-block;
  text-wrap: nowrap;
  font-weight: 500;
}

#menu a.aqui {
  font-weight: 800;
}

.svg-inline--fa {
  padding-right: 2px;
}

footer {
  font-size: 12pt;
  font-family: serif;
  line-height: 144%;

  margin: 80px 0 64px 0;
  padding: 24px 16px 16px 16px;
  box-sizing: border-box;

  border-top: 1px dashed #202b2550;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  /* align-content: center; */
  /* justify-content: space-between; */

  max-width: 520px;
  width: 100%;
  /* height: calc(90vh - 256px); */

  opacity: 0.9;

}

footer p,
footer span {
  text-align: center;
}

footer span {
  margin: 0 4px;
  color: #262c2f;
}

footer span h1, footer span h1 a {
  font-variant: small-caps;
  font-weight: 600;
  text-decoration: none;
  font-size: initial;
  margin: initial;
  padding: initial;
  line-height: initial;
  cursor: default;
}

footer span a {
  text-decoration: underline;
}

footer p.citacao {
  display: none;
  margin-top: 12px;
  font-style: oblique;
  opacity: 1;
  padding: 4px 0;
  opacity: 0.85;
  word-spacing: -1px;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #080e10;
  opacity: 1;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 4px 6px 0 6px;
  box-sizing: border-box;
  text-align: left;
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a {
  font-family: 'Archivo', sans-serif;
  line-height: 148%;
  font-weight: normal;
  opacity: 0.9;
}

h1,
h1 a {
  text-align: center;
  font-family: serif;
  word-spacing: -1px;
  font-weight: 500;
  padding: 8px 6px;
}

h2,
h2 a {
  width: 100%;
  font-weight: 700;
  font-size: 16pt;
  text-align: center;
  margin: 0 0 24px 0;
}

h3 {
  font-weight: 800;
  font-size: 14pt;
  text-transform: uppercase;
  margin-top: 16px;
}

h4 {
  font-weight: bold;
  font-size: 12pt;
  max-height: 64px;
}

li,
ol,
ul {
  margin-bottom: 6px;
  padding: 0;
}

ol, ul {
  padding: 0 0 0 2em;
}

li > ol,
li > ul {
  padding: 0 0 0 1em;
}

li::marker {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

ol>li>ol {
  list-style-type: lower-alpha;
}

p {
  margin: 0;
  padding: 2px 6px 8px 6px;
  box-sizing: border-box;
  text-align: left;
}

.align_justify p,
li {
  text-align: justify;
}

.indent p {
  text-indent: 1.5em;
}

p.align_right {
  text-align: right;
}

p strong {
  font-family: 'Space Grotesk Bold', sans-serif;
  font-weight: 600;
  color: #262c2f;
}

main {
  font-family: 'Space Grotesk Regular', sans-serif;
  font-feature-settings: 'tnum' on, 'onum' on, 'ss04' on, 'ss03' on, 'ss02' on, 'ordn' on, 'zero' on;  
  
  /* min-width: 240px; */
  width: 800px;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
  padding: 0 12px 0 11px;

  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
}

main p a,
main li a {
  font-family: 'Space Grotesk Bold', sans-serif;
  font-weight: 700;
  color: #001A2C;
}

/* img:not([alt]) {
      border: 5px solid red;
    } */

section {
  width: 100%;
}


section div {
  /* display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start; */

  padding: 0;
  margin: 0;

  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

section#sobre {
  max-width: 540px;
}

span.serif {
  font-family: serif;
  font-size: 15pt;
  font-weight: 600;
  word-spacing: -1px;
  font-variant: small-caps;
  margin-right: 2px;
}

div#assinatura {
  width: 100%;
  height: 80px;
  max-width: 100%;
  max-height: auto;
  padding: 8px;
  background-image: url('assinatura.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: right;
  flex-shrink: 0;
  image-rendering: pixelated;
  opacity: 0.9;
}

section#chave {
  max-width: 100vw;
  margin: 48px auto 16px auto;
  padding: 32px 8px;

  box-sizing: border-box;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}

section#chave div#qr {
  width: 160px;
  height: 160px;
  max-width: 100%;
  max-height: auto;
  padding: 8px;
  background-image: url('qr.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-origin: content-box;
  flex-shrink: 0;
  image-rendering: pixelated;
  opacity: 0.9;
}

section#chave div#frase {
  min-width: 200px;
}

section#chave div {
  max-width: calc(100% - 240px);
}
