/* COR PRINCIPAL */
/* COR PADRÕES */
/* COR PADRÕES */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
  text-shadow: none;
  font-weight: normal;
}
input,
textarea,
select,
button {
  cursor: pointer;
  background: none;
  font-size: 100%;
  font-family: inherit;
  resize: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i {
  font-style: normal;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
[contenteditable]:focus {
  outline: 0px solid transparent;
}
.tema_branco {
  display: flex;
}
.tema_escuro {
  display: none;
}
[data-theme="dark"] #site .tema_branco {
  display: none;
}
[data-theme="dark"] #site .tema_escuro {
  display: flex;
}
[data-theme="dark"] #site .logo_secundaria_fundo {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
body {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: var(--cor-body);
}
h1 {
  font-size: 3rem;
  color: var(--cor-clube);
}
h1.erro {
  color: #ff6c60;
}
p {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: var(--cor-preto-branco);
}
#site {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cabecalho {
  text-align: center;
  margin: 20px 20px 0;
}
.atencao {
  width: calc(100vh - 40px);
  height: calc(100vh - 40px);
  max-width: 120px;
  max-height: 120px;
  font-size: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff6c60;
  color: #ff6c60;
  border-radius: 50%;
  margin: 60px 0 10px;
}
#conteudo {
  width: 100%;
  flex-grow: 1;
  flex-basis: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
#rodape {
  width: 100%;
  background-color: var(--cor-branco-preto);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
}
#rodape .chat {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#rodape .chat a {
  background-color: #34af23;
  padding: 5px 10px;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-top: 1px;
  color: #fff;
}
#rodape .rodape_margem {
  margin-top: 15px;
}
#rodape .codigo_erro {
  width: calc(100% - 40px);
  max-width: 700px;
  color: var(--cor-cinza-cinza);
}
#rodape .codigo_erro p {
  font-size: 1.4rem;
}
#rodape .codigo_erro p strong {
  font-weight: bold;
  font-size: 1.4rem;
  color: #ff6c60;
}
.bloco_texto {
  width: calc(100% - 40px);
  max-width: 600px;
  background-color: var(--cor-branco-cinza);
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 0 10px var(--cor-box-shadow);
}
.bloco_texto .icone {
  fill: var(--cor-cinza-cinza);
  margin-top: 10px;
  opacity: 0.3;
}
.bloco_texto .status_numero {
  color: var(--cor-cinza-cinza);
  font-size: 4rem;
  font-weight: bold;
  margin: 20px 0 15px;
  opacity: 0.3;
}
.bloco_texto .margem {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.bloco_texto h1 {
  margin-bottom: 15px;
  font-weight: bold;
}
.bloco_texto p {
  margin: 10px 0;
  color: var(--cor-preto-branco);
  padding: 0 30px;
}
.bloco_link {
  width: calc(100% - 40px);
  max-width: 400px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.bloco_link::before {
  content: "Escolha uma das opções abaixo para prosseguir:";
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  color: var(--cor-cinza-cinza);
}
.bloco_link a {
  border: 1px solid var(--cor-clube);
  color: var(--cor-clube);
  line-height: 1.5em;
  font-size: 1.6rem;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}
