body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #00ff66;
  font-family: Arial, sans-serif;
  display: block;
  text-align: center;
  height: 100%;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.logo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.logo img {
  height: 60px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  margin-left: 20px;
}

h1, h2, h3 {
  color: #00ff66;
  margin-bottom: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
  align-items: flex-start;
  width: 100%;
}

.form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

input, textarea, select {
  width: 300px;
  padding: 10px;
  font-size: 1em;
  background-color: #fff;
  color: #000;
  border: 2px solid #00ff66;
  border-radius: 8px;
}

.button {
  background-color: transparent;
  border: 2px solid #00ff66;
  color: #00ff66;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 8px;
}

.button:hover {
  background-color: #00ff66;
  color: #000;
}

.botao-captse {
  display: inline-block;
  background-color: #00ff66;
  color: #000;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.botao-captse:hover {
  background-color: #00cc55;
  color: #fff;
}

.table-container {
  margin-top: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

th {
  background-color: #00ff66;
  color: black;
  padding: 12px;
  border: 2px solid white;
}

td {
  background-color: #fff;
  color: #000;
  padding: 10px;
  border: 1px solid white;
  text-align: center;
}

.footer {
  padding: 10px;
  font-size: 1.1em;
  color: #00ff66;
  text-align: center;
}

.captse-loading-feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  text-align: center;
  color: #00ff66;
  padding: 20px;
  gap: 16px;
}

.loading-icon-feedback img {
  width: 150px;
  height: auto;
}

.footer-loading {
  text-align: center;
  color: #00ff66;
  margin-bottom: 20px;
}

/* Navbar Captse */
.navbar-captse {
  position: sticky; top: 0; z-index: 100; width: 100%;
  background: #000; border-bottom: 1px solid #00ff66;
}
.navbar-wrap {
  max-width: 1200px; margin: 0 auto; padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.navbar-brand {
  color: #00ff66; font-weight: bold; text-decoration: none; letter-spacing: .3px;
}
.navbar-toggle {
  display: none; background: transparent; border: 2px solid #00ff66; color: #00ff66;
  padding: 6px 10px; border-radius: 8px; cursor: pointer;
}
.navbar-links { display: flex; align-items: center; gap: 18px; }
.navbar-links a {
  color: #fff; text-decoration: none; font-size: .95rem;
  padding: 8px 10px; border-radius: 8px; transition: background .2s, color .2s, box-shadow .2s;
}
.navbar-links a:hover, .navbar-links a:focus {
  color: #000; background: #00ff66; box-shadow: 0 0 6px #00ff66; outline: none;
}
.navbar-links .login-link { border: 2px solid #00ff66; color: #00ff66; }
.navbar-links .login-link:hover, .navbar-links .login-link:focus { color: #000; background: #00ff66; }

/* Responsivo */
@media (max-width: 900px) {
  .navbar-toggle { display: inline-block; }
  .navbar-links {
    display: none; flex-direction: column; align-items: stretch; gap: 8px; width: 100%;
    margin-top: 10px; border-top: 1px solid #00ff66; padding-top: 10px;
  }
  .navbar-links.is-open { display: flex; }
}

.whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.whatsapp a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #00ff66;
  font-weight: bold;
  font-size: 1.1em;
}

/* =======================================================
   Estilo da seção principal de conteúdo (captacao-de-recursos)
======================================================= */
.conteudo {
  color: #ffffff;              /* texto branco */
  text-align: left;            /* alinhamento à esquerda */
  line-height: 1.8;            /* espaçamento entre linhas para melhor leitura */
  font-size: 1.1rem;           /* tamanho de texto confortável */
  max-width: 900px;            /* largura máxima do bloco */
  margin: 0 auto;              /* centraliza o bloco na tela */
  padding: 2rem 1rem;          /* espaçamento interno */
}

/* Títulos dentro do conteúdo */
.conteudo h1,
.conteudo h2,
.conteudo h3 {
  color: #00ff66;              /* verde neon padrão Captse */
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Parágrafos e listas */
.conteudo p,
.conteudo li {
  color: #ffffff;
  margin-bottom: 1rem;
}

/* Botão de ação */
.conteudo .botao-captse {
  display: inline-block;
  background-color: #00ff66;
  color: #000;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.conteudo .botao-captse:hover {
  background-color: #00cc55;
  transform: translateY(-2px);
}


