html {
  height: 100%;
  width: 100%;
}

@font-face {
    font-family: 'Fonte3d';
    src: url('fonts/This\ Cafe.ttf') format('truetype'),
         url('fonts/This\ Cafe.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#TCB {
  font-size: 80px;
  font-family: 'Fonte3d', Arial;
  color: #003cb3;
  margin: 0;
  padding: 0;
  text-shadow:
    1px 1px 0px black,
    -1px -1px 0px black,
    1px -1px 0px black,
    -1px 1px 0px black;
}

header {
  padding: 10px;
  /* Adicione 20px de padding em volta da imagem */
  border-style: solid;
  border-width: 1px;
  border-color: #afaba7;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

#txtFundo {
  position: fixed;
  z-index: -1; /* Garante que o texto fique atrás de outros elementos */
  pointer-events: none; /* Impede a interação com o texto */
  user-select: none; /* Impede a seleção do texto */
  -webkit-user-select: none; /* Para navegadores baseados em WebKit */
  -moz-user-select: none; /* Para Firefox */
  -ms-user-select: none; /* Para IE */
  font-family: 'Fonte3d', Arial;
  padding: 0;
  margin: 0;
  font-size: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.btnsC1 {
  display: flex;
  /* Organiza os elementos em linha */

}

#menuButton {
  background-color: #0055ff;
  /* Cor de fundo do botão */
  color: white;
  /* Cor do texto do botão */
  cursor: pointer;
  /* Indica que o elemento é clicável */
  border-style: solid;
  width: 100px;
  /* Define a largura do botão */
  height: 32px;
  /* Define a altura do botão */
  text-align: center;
  margin-top: 10px;
  margin-left: 5px;
  border-width: 1px;
}

#menuButtonFilho {
  display: none;
  list-style: none;
  /* Remove os marcadores padrão da lista */
  padding: 0;
  /* Remove o espaçamento interno padrão da lista */
  margin: 0;
  /* Remove o espaçamento externo padrão da lista */
  margin-top: 10px;
  flex-wrap: wrap;
  /* Permite que os itens quebrem em linhas */

}

#menuButtonFilho button {
  background-color: #0055ff;
  /* Cor de fundo dos botões de categoria */
  color: white;
  /* Cor do texto dos botões de categoria */
  cursor: pointer;
  /* Indica que o elemento é clicável */
  border-style: solid;
  width: 100px;
  /* Define a largura do botão */
  height: 32px;
  /* Define a altura do botão */
  border-width: 1px;
}

.btns{
  text-align: center;
  font-family: 'FonteBtns', Arial;
}

.btnsSistemaFilhos{
  display: none;
}

.btnsOperacaoFilhos{
  display: none;
}

.btnsCadastroFilhos{
  display: none;
}

.btnsRelatoriosFilhos{
  display: none;
}

.opcButtons{
  flex-direction: column;
  list-style: none;
  /* Remove os marcadores padrão da lista */
  padding: 0;
  /* Remove o espaçamento interno padrão da lista */
  margin: 0;
  /* Remove o espaçamento externo padrão da lista */
  flex-wrap: wrap;
  /* Permite que os itens quebrem em linhas */
}

.opcButtons button{
  background-color: #0055ff;
  /* Cor de fundo dos botões de categoria */
  color: white;
  /* Cor do texto dos botões de categoria */
  cursor: pointer;
  /* Indica que o elemento é clicável */
  border-style: solid;
  width: 100px;
  /* Define a largura do botão */
  height: 32px;
  /* Define a altura do botão */
  border-width: 1px;
}

#menuButtonSeta{
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: 2px;
  margin-right: 2px;
  display: none;
  font-size: 12px;
}

#btnSistemaSeta{
  margin: 0;
  padding: 0;
  margin-left: 43px;
  display: none;
  font-size: 12px;
}

#btnOperacaoSeta{
  margin: 0;
  padding: 0;
  margin-left: 43px;
  display: none;
  font-size: 12px;
}

#btnCadastroSeta{
  margin: 0;
  padding: 0;
  margin-left: 43px;
  display: none;
  font-size: 12px;
}


#btnRelatoriosSeta{
  margin: 0;
  padding: 0;
  margin-left: 43px;
  display: none;
  font-size: 12px;
}
