* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    box-sizing: border-box;
    
   
}
body {
    background-color: #0f172a;
    color: #e0e0e0;
      background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(IMG_1851.png); /*O linear-gradient imagem de transcição para mais de dua cores,70% de opacidade (0.7).*/
      background-size: cover; /* Faz a imagem de fundo cobrir toda a tela */
      background-position: center; /* centraliza que foque no centro */
      background-attachment: fixed; /* Faz a imagem de fundo ficar fixa durante a rolagem */
      background-repeat: no-repeat;
      background-color: #0b0e14;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: justify;
        margin-top: 0;
    padding-top: 0;
       
      }
      main {
        padding: 0 30px;
      }

/* 2. Cabeçalho e Menu */
header {
    background-color: #020617;
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header div span {
    font-size: 40px;
    font-weight: bold;
}
#simbolo{
    font-size: 30px;
    color: #4ade80;
    font-weight: bolder;
}

#nome {
    font-size: 30px;
    color: #22c55e;

}
nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav a {
    color: #cbd5f5; /* Verde neon igual da imagem */
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s;
}

main h2 img {
    width: 24px;
}

h2.titulo-com-icone {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
   font-size: 1.6rem;
    color: #00ffcc;
    letter-spacing: -1px;
    border-left:1px solid #00ffcc; 
    padding-left: 15px;
    margin-top: 40px;
}


.table-tech {
   width: 100%;
   border-collapse: separate; /* separa as bordas */
   border-spacing: 0, 10px; /* espaçamento entre as células */
   
   backdrop-filter: blur(15px); /* Efeito de desfoque para um visual mais moderno */
   border: 1px solid rgba(0, 255, 204, 0.5); /* Borda semi-transparente */
   border-radius: 10px;
   overflow: hidden; /* para garantir que as bordas arredondadas funcionem corretamente */
   margin: 20px 0;
   color: #f8f9fa;
}

.table-tech th, .table-tech td {
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Linha de separação entre as linhas */
}
.table-tech tr td.legenda-tabela {
    text-align: center;
    padding: 20px;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Linha de separação entre as linhas */
}

footer p {
  text-align: center;
  padding: 30px 0;
  background: #020617;
  color: #64748b;
 margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;

}
 
