.elementor-9588 .elementor-element.elementor-element-9d9e23e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9588 .elementor-element.elementor-element-9d9e23e::before, .elementor-9588 .elementor-element.elementor-element-9d9e23e > .elementor-background-video-container::before, .elementor-9588 .elementor-element.elementor-element-9d9e23e > .e-con-inner > .elementor-background-video-container::before, .elementor-9588 .elementor-element.elementor-element-9d9e23e > .elementor-background-slideshow::before, .elementor-9588 .elementor-element.elementor-element-9d9e23e > .e-con-inner > .elementor-background-slideshow::before, .elementor-9588 .elementor-element.elementor-element-9d9e23e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-9588 .elementor-element.elementor-element-64fd349{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9588 .elementor-element.elementor-element-565f797{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-64fd349 */.scaicea-cursos-hero {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 4rem 3rem 4rem;
  border-radius: 18px;
  position: relative;
  overflow: hidden;

  /* Cambia esta URL por el banner de cursos */
  background-image: url("https://scaicea.com/wp-content/uploads/2025/09/IMG-15.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scaicea-cursos-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.75), rgba(37, 99, 235, 0.45));
}

.scaicea-cursos-hero-inner {
  position: relative;
  max-width: 720px;
  color: #f9fafb;
  z-index: 1;
}

.scaicea-hero-titulo {
  font-size: 2.3rem;
  margin: 0 0 0.6rem;
  color: #f9fafb;
}

.scaicea-hero-subtitulo {
  font-size: 0.95rem;
  color: #e5e7eb;
  margin: 0;
}

.scaicea-breadcrumb {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e5e7eb;
  margin: 0 0 0.4rem;
}

@media (max-width: 640px) {
  .scaicea-cursos-hero {
    padding: 2.2rem 1.25rem 1.4rem;
  }

  .scaicea-hero-titulo {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1e5fac */.scaicea-cursos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  background: #f9fafb;
  border-radius: 16px;
}

.scaicea-cursos-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.scaicea-cursos-header h2 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  color: #111827;
}

.scaicea-cursos-header p {
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
}

/* Grid */
.scaicea-cursos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .scaicea-cursos-grid {
    grid-template-columns: 1fr;
  }
}

/* Tarjetas cursos */
.curso-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 14px;
  padding: 1.4rem 1.3rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}

.curso-etiqueta {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.curso-etiqueta.nuevo {
  background: #fef3c7;
  color: #92400e;
}

.curso-etiqueta.proximo {
  background: #dbeafe;
  color: #1d4ed8;
}

.curso-titulo {
  font-size: 1.1rem;
  margin: 0 0 0.35rem;
  color: #111827;
  padding-right: 4.5rem;
}

.curso-meta {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.curso-resumen {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.curso-detalles {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  font-size: 0.85rem;
  color: #4b5563;
}

.curso-detalles li::before {
  content: "•";
  color: #2563eb;
  display: inline-block;
  width: 0.8rem;
  margin-left: 0.1rem;
}

.curso-acciones {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.btn-curso {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.btn-curso.primario {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.btn-curso.primario:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-curso.secundario {
  background: #ffffff;
  color: #2563eb;
  border-color: #bfdbfe;
}

.btn-curso.secundario:hover {
  background: #eff6ff;
}/* End custom CSS */