/* Generated split from dual.css + convenios.css
   File: ruta.css
*/

/* Timeline */
.timeline {
  position: relative;
  margin-left: 0.2rem;
  padding-left: 0.5rem;
  list-style: none;
}


.timeline::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e6ebf1;
}


.timeline li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.35rem 0;
}


.timeline .dot {
  flex: 0 0 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cecns-burgundy);
  color: #fff;
  font-weight: 700;
  border: 2px solid var(--cecns-gold);
  box-shadow: 0 0 0 3px #fff;
}


.timeline .tl-body {
  line-height: 1.6;
  color: #1f2937;
}



/* Timeline */
.timeline {
  margin: 0.25rem 0 0;
  padding: 0 0 0 0.5rem;
  list-style: none;
  position: relative;
}


.timeline::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--line);
}


.timeline li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.35rem 0;
  position: relative;
}


.timeline .dot {
  flex: 0 0 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cecns-burgundy);
  color: #fff;
  font-weight: 700;
  border: 2px solid var(--cecns-gold);
  z-index: 1;
  box-shadow: 0 0 0 3px #fff; /* recorta sobre la línea */
}


.timeline .tl-body {
  line-height: 1.6;
  color: #1f2937;
}



/* ====== 5) TIMELINE – compactar en móviles ====== */
@media (max-width: 560px) {
  .timeline::before {
    left: 11px;
  }
  .timeline .dot {
    flex: 0 0 24px;
    height: 24px;
    font-size: 0.9rem;
  }
  .timeline .tl-body {
    font-size: 0.98rem;
  }
}
