/* =========================================================
   HITOS HISTÓRICOS - LÍNEA DE TIEMPO COMPACTA
========================================================= */

.diocesis-page .mag-timeline-section {
  background: #f4f7fb;
  padding: 50px 0 !important;
}

.diocesis-page .mag-timeline {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: 8px 0 !important;
}

.diocesis-page .mag-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: linear-gradient(180deg, #f4b400, #0b3a82, #f4b400);
  transform: translateX(-50%);
  border-radius: 999px;
}

.diocesis-page .mag-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 76px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px !important;
}

.diocesis-page .mag-timeline-item:last-child {
  margin-bottom: 0 !important;
}

.diocesis-page .mag-timeline-marker {
  grid-column: 2;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.diocesis-page .mag-timeline-marker span {
  background: #f4b400;
  color: #0b3a82;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 10px 26px rgba(11,58,130,.16);
  border: 4px solid #fff;
}

.diocesis-page .mag-timeline-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(11,58,130,.12);
  border-bottom: 4px solid #f4b400;
}

.diocesis-page .mag-timeline-item:nth-child(odd) .mag-timeline-card {
  grid-column: 1;
}

.diocesis-page .mag-timeline-item:nth-child(even) .mag-timeline-card {
  grid-column: 3;
}

.diocesis-page .mag-timeline-image img {
  width: 100%;
  height: 100px !important;
  object-fit: cover;
  display: block;
}

.diocesis-page .mag-timeline-body {
  padding: 14px !important;
}

.diocesis-page .mag-timeline-body h3 {
  color: #0b3a82;
  font-size: 17px !important;
  line-height: 1.15;
  margin: 0 0 6px !important;
}

.diocesis-page .mag-timeline-body p {
  color: #10233f;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.diocesis-page .mag-timeline-year-mobile {
  display: none;
}

/* CELULAR */

@media (max-width: 900px) {
  .diocesis-page .mag-timeline-section {
    padding: 42px 0 !important;
  }

  .diocesis-page .mag-timeline {
    padding-left: 20px !important;
  }

  .diocesis-page .mag-timeline::before {
    left: 0;
    transform: none;
  }

  .diocesis-page .mag-timeline-item {
    display: block;
    margin-bottom: 20px !important;
  }

  .diocesis-page .mag-timeline-marker {
    display: none;
  }

  .diocesis-page .mag-timeline-card {
    margin-left: 18px;
  }

  .diocesis-page .mag-timeline-year-mobile {
    display: inline-block;
    background: #f4b400;
    color: #0b3a82 !important;
    font-weight: 900;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 9px !important;
  }

  .diocesis-page .mag-timeline-image img {
    height: 110px !important;
  }

  .diocesis-page .mag-timeline-body {
    padding: 14px !important;
  }

  .diocesis-page .mag-timeline-body h3 {
    font-size: 17px !important;
  }
}

@media (max-width: 600px) {
  .diocesis-page .mag-timeline-section {
    padding: 36px 0 !important;
  }

  .diocesis-page .mag-timeline-card {
    margin-left: 14px;
  }

  .diocesis-page .mag-timeline-image img {
    height: 105px !important;
  }

  .diocesis-page .mag-timeline-body h3 {
    font-size: 16px !important;
  }

  .diocesis-page .mag-timeline-body p {
    font-size: 12.5px !important;
  }
}