.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   Companion CSS — Timeline Alfonso Cobreros / Webmasterpro
   Pegar en: Elementor > Site Settings > Custom CSS
   (o en Advanced > Custom CSS de la página concreta)
   ========================================================= */

.wmp-timeline-section {
  background:
    radial-gradient(circle at 15% 0%, rgba(94,234,212,0.08), transparent 45%),
    radial-gradient(circle at 85% 100%, rgba(244,114,182,0.06), transparent 45%),
    var(--wmp-bg);
  color: var(--wmp-text);
  padding: 60px 24px;
  border-radius: 8px;
}

/* --- Hero --- */
.wmp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--wmp-accent) !important;
  margin-bottom: 10px !important;
}
.wmp-eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--wmp-accent);
}

.wmp-title {
  font-size: clamp(26px, 4vw, 34px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px;
  margin: 0 0 6px !important;
  color: var(--wmp-text) !important;
}
.wmp-title .wmp-accent {
  background: linear-gradient(90deg, var(--wmp-accent), var(--wmp-accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wmp-role {
  color: var(--wmp-text-dim) !important;
  font-size: 15px !important;
  line-height: 1.5;
  max-width: 520px;
}
.wmp-role p { margin: 0; }

.wmp-hero { margin-bottom: 48px; }

/* --- Track / progreso --- */
.wmp-timeline { position: relative; padding-left: 32px; }

.wmp-track-wrap { position: static; }

.wmp-track {
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--wmp-line);
}

.wmp-progress {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, var(--wmp-accent), var(--wmp-accent-2));
  transform-origin: top;
  transform: scaleY(0);
}

/* --- Items --- */
.wmp-timeline-list { position: relative; }

.wmp-item {
  position: relative;
  gap: 14px;
  padding-bottom: 34px;
  align-items: flex-start;
}
.wmp-item:last-child { padding-bottom: 0; }

.wmp-dot-wrap { flex: 0 0 auto; margin-top: 3px; }

.wmp-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wmp-panel);
  border: 2px solid var(--wmp-accent);
  transform: scale(0);
}
.wmp-item-milestone .wmp-dot { border-color: var(--wmp-accent-2); }

.wmp-item-content { gap: 4px; }

.wmp-year {
  font-size: 12px !important;
  letter-spacing: 0.5px;
  color: var(--wmp-accent) !important;
  font-weight: 600 !important;
  margin-bottom: 2px !important;
}
.wmp-item-milestone .wmp-year { color: var(--wmp-accent-2) !important; }

.wmp-item-title {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin: 0 0 4px !important;
  color: var(--wmp-text) !important;
}

.wmp-item-desc {
  color: var(--wmp-text-dim) !important;
  font-size: 14px !important;
  line-height: 1.55;
  max-width: 480px;
}
.wmp-item-desc p { margin: 0; }

.wmp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.wmp-tag {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 20px;
  background: rgba(94,234,212,0.08);
  border: 1px solid rgba(94,234,212,0.25);
  color: var(--wmp-accent);
  display: inline-block;
  transform: translateY(4px) scale(0.9);
}

/* --- Estado inicial de animación (progressive enhancement) ---
   Solo se ocultan si el JS pudo cargarse y marcó la sección como
   ".wmp-anim-ready". Si JS está desactivado, todo es visible. */
.wmp-anim-ready .wmp-item { opacity: 0; transform: translateX(-10px); }
.wmp-anim-ready .wmp-dot { transform: scale(0); }
.wmp-anim-ready .wmp-tag { opacity: 0; }
.wmp-anim-ready .wmp-progress { transform: scaleY(0); }

/* --- Footer --- */
.wmp-footer { margin-top: 44px; }

.wmp-brand {
  font-size: 13px !important;
  color: var(--wmp-text-dim) !important;
}
.wmp-brand strong { color: var(--wmp-text); }
.wmp-brand p { margin: 0; }

.wmp-replay-btn {
  padding: 7px 14px !important;
  font-size: 12px !important;
  color: var(--wmp-text-dim) !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 20px !important;
  transition: color 0.2s, border-color 0.2s;
}
.wmp-replay-btn:hover {
  color: var(--wmp-text) !important;
  border-color: rgba(255,255,255,0.3) !important;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .wmp-timeline-section { padding: 48px 20px; }
}

@media (max-width: 768px) {
  .wmp-timeline-section { padding: 36px 16px; border-radius: 0; }
  .wmp-timeline { padding-left: 26px; }
  .wmp-footer { flex-direction: column; align-items: flex-start !important; gap: 12px; }
}/* End custom CSS */