/* Cores */
  
  body {
    opacity: 0.9; /* Ajusta a opacidade para 70% */
    background-repeat: repeat; /* Opcional: define como a imagem se repete */
    background-attachment: fixed; /* Opcional: define se a imagem rola com a página */
    background-position: center; /* Opcional: define a posição da imagem */
    background-size: cover; /* Opcional: define o tamanho da imagem */
    background-color: rgb(236, 236, 236);
    color: rgb(53, 54, 54); /* Branco */
    font-family: Arial, sans-serif; /* Fonte padrão para o corpo do texto */
    margin: 0;
    padding: 0;
  }
  
  /* Tabelas */
  table {
    margin: 0 auto; /* Centraliza a tabela na horizontal */
    border-collapse: collapse; /* Remove bordas entre células */
    width: 80%; /* Define a largura da tabela (pode ajustar) */
    background-color: rgb(252, 252, 252); /* Preto com 50% de transparência */
    
    
  }
  
  th, td {
    border-radius:  10px; /* Arredonda os cantos das células e do cabeçalho */
    padding: 8px; /* Padding around cell content */
    margin: 0 auto; /* Centraliza a tabela na horizontal */
    background-color: rgb(255, 255, 255); /* Preto com 50% de transparência */
   
    box-shadow: 0px 0px 0px 1px rgb(255, 254, 254); /* Offset: 5px in both directions, Blur: 5px, Spread: 0, Color: semi-transparent black */
    text-align: left; /* Alinha o conteúdo da célula para a esquerda */
    width: 250px; /* Ajuste a largura desejada */
  }

 .align-right {
    text-align: right; /* Right-align the content within the cell */
    max-width: 200px; /* Set the maximum width of the cell to 20px */
  }

  .align-left {
    text-align: left; /* Left-align the content within the cell */
    max-width: 200px; /* Set the maximum width of the cell to 20px */
  }
  
  h1 { /* Seleciona todos os elementos h1 */
    font-size: 20px; /* Tamanho da fonte para h1: 20px */
    font-family: Arial; /* Define a fonte para Arial ou outra fonte sans-serif */
    text-align: center; /* Centraliza o texto */
  }
  
  h2 { /* Seleciona todos os elementos h2 */
    font-size: 18px; /* Tamanho da fonte para h2: 18px */
    font-family: Arial; /* Define a fonte para Arial ou outra fonte sans-serif */
    text-align: center; /* Centraliza o texto */
  }
  
  h3 { /* Seleciona todos os elementos h3 */
    font-size: 16px; /* Tamanho da fonte para h3: 12px */
    font-family: Arial; /* Define a fonte para Arial ou outra fonte sans-serif */
    text-align: center; /* Justifica o texto */
  }
  
  p {
    font-family: Arial; /* Define a fonte para Arial ou outra fonte sans-serif */
    font-size: 14px; /* Tamanho da fonte: 10px */
    text-align: left; /* Alinha o texto à esquerda */
    margin-bottom: 20px; /* Espaço entre parágrafos */
    margin-left: 20px; /* Espaço entre parágrafos */
    line-height: 1.5; /* Aumenta o espaçamento entre linhas no parágrafo */
    text-indent: 2em; /* Define o espaçamento da primeira frase */
  }

  
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255); /* Or your desired background color */
    z-index: 100; /* Ensure the menu stays on top */
    transition: top 0.5s ease-in-out; /* Smooth transition effect */
  }
  
  main {
    position: static; /* Default position */
    padding-top: 50px; /* Adjust as needed based on header height */
    padding-bottom: 100px; /* Adjust as needed based on footer height */
    width: 95%; /* Adjust width as needed */
    margin: 0 auto; /* Center the main content */
  }  
   
  footer {
    position:inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255); 
    z-index: 300;
    transition: bottom 0.5s ease-in-out;
  }

.btn{
  color:rgb(90, 90, 90);
  transition: all 0.5s;
  text-decoration: none;

}

.btn:hover{
  color:rgb(255, 255, 255);
  padding: 15px 15px;
  background:rgb(2, 2, 2);
  text-decoration-color: aliceblue;
  opacity: 90%;
  border-radius: 10%;
}

.btn2{
  color: rgb(65, 64, 64);
  transition: all 0.5s;
  font-size: 12px; /* Diminui o tamanho da fonte */
  padding: 5px 10px; /* Ajusta o espaço interno do botão */
  width: 150px; /* Define a largura máxima do botão */

}

.btn2:hover{
  color:rgb(223, 221, 221);
  padding: 5px 5px;
  background:rgb(255, 255, 255);
  border-radius: 100%;
  opacity: 10%;
}

.btn3 {
  color: rgb(255, 255, 255);
  transition: all 0.5s;
  padding: 5px 10px; /* Ajusta o espaço interno do botão */
  text-align: left; /* Alinha o botão à esquerda */
  }

.btn3:hover{
  opacity: 12%;
  background-image: url("image/Logo_BrNPDB_0_1.jpg"); /* Substitua "sua-imagem.png" pelo caminho da imagem */
  background-size: cover; /* Define a forma como a imagem irá cobrir o botão */
  background-position: center; /* Centraliza a imagem no botão */
  background-repeat: no-repeat; /* Impede que a imagem seja repetida */
  }
  
.btn4{
  color:rgb(2, 2, 2);
  transition: all 0.5s;
  text-decoration: none;

}

.btn4:hover{
  color:rgb(223, 221, 221);
  padding: 5px 5px;
  background:rgb(255, 255, 255);
  border-radius: 100%;
  opacity: 10%;
  }

.btn5{
  color:rgb(104, 103, 49);;
  transition: all 0.5s;
  text-decoration: underline;
}

.btn5:hover{
  color:black;
  background:rgba(255, 251, 251, 0.767);
  text-decoration: underline ;
}

.btn5:visited {
  color:rgb(120, 38, 250);
  background:rgba(255, 251, 251, 0.767);
  text-decoration: underline;
}

.container {
  text-align: center; /* Centraliza todo o conteúdo dentro do container */
}

.logo-usp {
  max-width: 400px; /* Define o tamanho máximo da imagem */
  margin-left: 0px; /* Adiciona um espaço abaixo da imagem */
}

.logo-unesp {
    margin-left: 0px; /* Adiciona um espaço abaixo da imagem */
}

.container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 10px;
            max-width: 1200px;
            margin: 20px auto;
            padding: 10px;
        }
        
.box {
            text-align: left;
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        
.box3 {
            text-align: center;
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        
label {
            display: block;
            margin-bottom: 5px;
        }
        
select, input {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

.search-input {
            width: 50%; /* Ajusta o tamanho da caixa de pesquisa */
            box-sizing: border-box;
            padding: 8px;
            margin-right: 10px;
        }


  /* Estilos responsivos para telas menores */
  @media (max-width: 768px) {
    table {
      width: 80%; /* Aumenta a largura da tabela para telas menores */
    }
  }
  @media (max-width: 486px) {
    table {
      width: 70%; /* Aumenta a largura da tabela para telas menores */
    }
  }

  @media (max-width: 1024PX) {
    table {
      width: 90%; /* Aumenta a largura da tabela para telas menores */
    }
  }

  @media (max-width: 2048PX) {
    table {
      width: 90%; /* Aumenta a largura da tabela para telas menores */
    }
  }