.elementor-1763 .elementor-element.elementor-element-1a025ed8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-65eebf39 */body {
    background-color: #000000 !important;
}

html {
    background-color: #000000 !important;
}

/* Fondo general del tema */
.site,
.site-content,
.page,
.content-area {
    background-color: #000000 !important;
} 
/* ===== MEJORA LIMPIA DE TITULOS ===== */

#cursos-landing h1,
#cursos-landing h2,
#cursos-landing h3 {
  
  color: #ffffff !important; /* BLANCO FUERTE */
  
  font-weight: 700;
  letter-spacing: 0.3px;

  /* SOMBRA SUAVE PARA QUE RESALTE EN FONDO OSCURO */
  text-shadow: 
    0 1px 2px rgba(0,0,0,0.6),
    0 0 6px rgba(246,166,34,0.25);

}

/* SOLO PARA EL TITULO DESTACADO (IMPULSO Y RETROCESO) */
#cursos-landing h2 {
  color: #f6a622 !important;

  text-shadow:
    0 0 6px rgba(246,166,34,0.4),
    0 0 12px rgba(246,166,34,0.25);
}
/* ===== BOTONES PRO VISIBLES ===== */

#cursos-landing .btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

/* BOTON PRINCIPAL (COMPRAR) */
#cursos-landing .btn-buy {
  background: #f6a622;
  color: #000;
  font-weight: 900;
  border: none;

  /* EFECTO ILUMINADO */
  box-shadow: 0 0 12px rgba(246,166,34,0.4);

  /* SEPARACION */
  display: inline-block;
  margin-top: 14px;
}

/* HOVER BOTON COMPRAR */
#cursos-landing .btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(246,166,34,0.7);
}

/* BOTON SECUNDARIO (VER TEMARIO / DETALLES) */
#cursos-landing .btn-primary {
  background: transparent;
  color: #f6a622;
  border: 1px solid #f6a622;

  margin-right: 8px;
}

/* HOVER SECUNDARIO */
#cursos-landing .btn-primary:hover {
  background: #f6a622;
  color: #000;
}

/* ORGANIZAR BOTONES EN LINEA */
#cursos-landing .card a.btn {
  display: inline-block;
}

/* ESPACIADO ENTRE BOTONES */
#cursos-landing .card a.btn + a.btn {
  margin-left: 8px;
}

/* BOTON GRANDE (IMPULSO Y RETROCESO) */
#cursos-landing h2 + ul + .btn-buy {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 26px;
  font-size: 15px;

  box-shadow: 0 0 18px rgba(246,166,34,0.5);
}/* End custom CSS */