#cerebro-fondo {
  position: fixed;
  inset: 0;
  z-index: -1;        /* siempre bajo todo */
  pointer-events: none;
}

.contenido-banner,
#encabezado,
.servicios-wrapper,
.titulo-moderno,
.carusel-wrapper,
footer {
  position: relative;
  z-index: 2;
}
/* --- CURSO sobre el fondo 3D y el resto del layout --- */
#cursoPromoHost,
#cursoFormHost {
  position: relative;   /* crea stacking context */
  z-index: 5;           /* > 2 para quedar sobre .contenido-banner, etc. */
}

#cursoPromoFrame,
#cursoFormHost iframe {
  position: relative;   /* asegura que z-index aplique si hiciera falta */
  z-index: 6;
  display: block;
  background: #0b1118;  /* tapa el fondo 3D detrás */
  border-radius: 16px;
}