/* Folha das páginas jurídicas (termos e privacidade). Mesma tinta do bloco
   escuro do site: fundo #0E0E0E, cartão #141312, brasa #E87614. */
@font-face{
  font-family:'DM Sans';font-style:normal;font-weight:100 900;font-display:swap;
  src:url(fontes/dmsans-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'DM Sans';font-style:normal;font-weight:100 900;font-display:swap;
  src:url(fontes/dmsans-latinext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
*{margin:0;padding:0;box-sizing:border-box}
body{
  background:#0E0E0E;color:#F5F2ED;font-family:'DM Sans',sans-serif;
  padding:64px 24px 96px;
}
.folha{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:32px}

.topo{display:flex;flex-direction:column;gap:24px}
.topo img{height:24px;align-self:flex-start}
.voltar-link{
  align-self:flex-start;font-size:14px;font-weight:400;color:rgba(245,242,237,.55);
  text-decoration:none;transition:color .2s ease;
}
.voltar-link:hover{color:#E87614}

h1{font-size:36px;font-weight:500;line-height:42px;letter-spacing:-.72px}
.atualizado{font-size:14px;font-weight:300;color:rgba(245,242,237,.45)}

h2{
  margin-top:16px;font-size:20px;font-weight:500;line-height:26px;letter-spacing:-.4px;
  padding-top:24px;border-top:1px solid rgba(255,255,255,.09);
}
h3{margin-top:8px;font-size:16px;font-weight:500;line-height:22px;color:#F5F2ED}
p{font-size:16px;font-weight:300;line-height:26px;letter-spacing:-.16px;color:rgba(245,242,237,.66)}
p strong, li strong{font-weight:500;color:#F5F2ED}
a{color:#E87614;text-decoration:underline;text-underline-offset:2px}
ol, ul{padding-left:22px;display:flex;flex-direction:column;gap:8px}
li{font-size:16px;font-weight:300;line-height:26px;color:rgba(245,242,237,.66)}
li::marker{color:rgba(245,242,237,.4)}

.bloco{display:flex;flex-direction:column;gap:12px}
.cartao{
  padding:24px;border-radius:12px;background:#141312;
  border:1px solid rgba(255,255,255,.09);
  display:flex;flex-direction:column;gap:6px;
}
.cartao p{font-size:15px;line-height:24px}

.rodape-legal{
  margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09);
  font-size:14px;font-weight:300;line-height:22px;color:rgba(245,242,237,.45);
}

@media (max-width:600px){
  body{padding:40px 20px 72px}
  h1{font-size:28px;line-height:34px}
  h2{font-size:18px;line-height:24px}
}
