body {
      background-color: #000;
      color: #fff;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.6;
    }
    
    /* Navbar */
    .navbar {
      background-color: #000;
      padding: 15px 20px;
  
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      flex-wrap: wrap;
    }

    .navbar .logo-container {
      display: flex;
      align-items: center;
    }

    .navbar .logo-container img {
      height: 100px;
      margin-right: 10px;
    }

    .navbar input[type="checkbox"] {
      display: none;
    }

    .menu {
      display: flex;
      gap: 15px;
    }

    .menu a {
      color: #00FF99;
      text-decoration: none;
      font-weight: bold;
    }

    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .menu-toggle span {
      background: #00FF99;
      height: 3px;
      width: 25px;
      margin: 4px 0;
      border-radius: 2px;
    }

    @media (max-width: 768px) {
      .menu {
        flex-direction: column;
        width: 100%;
        display: none;
        margin-top: 10px;
      }

      .navbar input:checked ~ .menu {
        display: flex;
      }

      .menu-toggle {
        display: flex;
      }
    }

    header {
      text-align: center;
      padding: 40px 20px;
    }

    header h1 {
      color: #00FF99;
      font-size: 2.5em;
      margin-bottom: 10px;
    }

    header h2 {
      color: #00FF99;
      font-weight: normal;
      font-size: 1.2em;
    }

    section {
      max-width: 800px;
      margin: 40px auto;
      padding: 20px;
      background-color: #111;
      box-shadow: 0 0 10px rgba(0, 255, 153, 0.2);
      border-radius: 8px;
    }

    h3 {
      color: #00FF99;
      margin-top: 30px;
    }

    p {
      text-align: justify;
    }

    .destacado {
      background-color: #0a0a0a;
      border-left: 4px solid #00FF99;
      padding: 15px;
      margin: 30px 0;
      font-style: italic;
    }

    footer {
      text-align: center;
      padding: 20px;
      border-top: 1px solid #222;
      margin-top: 60px;
      color: #00FF99;
    }

    footer img {
      height: 50px;
      margin-bottom: 10px;
    }


    .acceso-section {
  text-align: center;

}

.acceso-section h3 {
  color: #00FF99;
  margin-bottom: 10px;
}

.acceso-section p {
  font-size: 1.1em;
  color: #ccc;
  margin-bottom: 20px;
}

.acceso-info {
  font-size: 1.2em;
  margin: 30px auto;
  background-color: #0a0a0a;
  border-left: 4px solid #00FF99;
  padding: 20px;
  max-width: 600px;
}

.boton-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.boton-efecto {
  background-color: #00FF99;
  color: #000;
  font-weight: bold;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.boton-efecto:hover {
  background-color: #00e68a;
  transform: scale(1.05);
}

.precio-final {
  font-size: 0.95em;
  margin-top: 10px;
  color: #aaa;
}

.nota-envio {
  font-size: 0.85em;
  color: #666;
}


.hero-section {
  text-align: center;
  padding: 60px 20px 40px;
}

.hero-section h1 {
  color: #00FF99;
  font-size: 2.8em;
  margin-bottom: 10px;
}

.hero-section h2 {
  color: #00FF99;
  font-weight: normal;
  font-size: 1.4em;
}

.bloque-contenido {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #111;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 255, 153, 0.08);
  text-align: center;
}

.bloque-contenido h3 {
  color: #00FF99;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.bloque-contenido p {
  color: #ccc;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.destacado.sombra-verde {
  background-color: #0a0a0a;
  border-left: 4px solid #00FF99;
  padding: 15px;
  font-style: italic;
  font-size: 1.1em;
  margin-top: 25px;
  box-shadow: 0 0 8px rgba(0, 255, 153, 0.2);
}

.lista-beneficios {
  text-align: left;
  margin: 20px auto;
  max-width: 600px;
  list-style: none;
  padding-left: 0;
}

.lista-beneficios li {
  background-color: #1a1a1a;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-left: 4px solid #00FF99;
  border-radius: 4px;
  color: #eee;
}


.boton-soporte {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #00FF99;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 255, 153, 0.4);
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 999;
}

.boton-soporte:hover {
  background-color: #00e68a;
  transform: scale(1.05);
}



.seccion-final {
  text-align: center;
  margin: 60px auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.seccion-final h3 {
  color: #00FF99;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.seccion-final p {
  color: #ccc;
  font-size: 1.1em;
  margin-bottom: 25px;
}

.boton-curso {
  display: inline-block;
  background-color: #00FF99;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

.boton-curso:hover {
  background-color: #00e68a;
  transform: scale(1.05);
}
