
#hero-content {
  color: #464444;
}

.category-bar {
  font-family: 'Inter', sans-serif;
  color: #202020;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: clamp(0.6rem, 1.1vw, 0.8rem);
}

.tag-bar {
  font-family: 'Inter', sans-serif;
  color: #202020;
  font-weight: 500;
  letter-spacing: 0.5px;

}

.content {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;

}

hr.mobile-hr {
  border: none;
  border-top: 0.6px solid #1f1e1e;   /* negro */
  margin: 12px 0;
}

hr.mobile-hr-strong {
  border: none;
  height: 1px;
  background: #000;
  border-radius: 999px;
  margin: 14px 0;
}


.main-title {
  font-family: 'Spectral', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.2px;

}

.post-content {
  font-family: 'Source Serif 4', Georgia, serif;
  line-height: 1.33;
  margin-bottom: 1.1em;
}

.article-title {
  font-family: 'Spectral', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  font-size: 1.40rem;
}

@media (min-width: 1024px) {
  .main-title {
    font-size: clamp(1.25rem, 1.9vw, 1.9rem);
  }

  .post-content {
    font-size: clamp(0.6rem, 1.1vw, 1.05rem);
  }

  .tag-bar {
    font-family: 'Inter', sans-serif;
    color: #202020;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: clamp(0.6rem, 1.1vw, 0.8rem);
  }

  .article-title {
    font-family: 'Spectral', Georgia, serif;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;

    font-size: 1.20rem;
  }

  hr.mobile-hr,
  hr.mobile-hr-strong {
    display: none;
  }

}

@media (max-width: 1023px) {
  hr.mobile-hr,
  hr.mobile-hr-strong {
    display: block;
  }
}

.article-title-2 {
  font-family: 'Spectral', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;

  font-size: 1.1rem;
}


#spotlight-title {
  color: #1d1c1c;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#spotlight-content {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #464444;
}

.zoom-circle {
  display: inline-block;
  color: rgb(236, 23, 23);
  animation: zoom-in-out 1.7s infinite ease-in-out;
}

@keyframes zoom-in-out {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}


.layout-grid {
  position: relative;
}


.hr-gruesa {
  border: none;
  height: 0;
  background: none;
  margin: 0;
}

.hr-gruesa-white {
  border: none;
  height: 0;
  background: none;
  margin: 0;
}

.divider {
  border: none;
  height: 0;
  background: none;
  margin: 0;
}




@media (min-width: 1024px) {

  /* línea entre col 3 y 4 */
  .layout-grid::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #b4b2b2;
    left: calc(75% - 0.30rem);
    /* antes del gap */
  }

  .hr-gruesa {
    border: none;
    height: 0.2px;
    background: #292929;
    margin-bottom: 1rem;
  }

  .hr-gruesa-white {
    border: none;
    height: 0.2px;
    background: #d8d7d7;
    margin-bottom: 1rem;
  }

  .divider {
    border: none;
    height: 0.2px;
    background: #292929;
    margin: 15px 0;
  }

}


.timeline-custom::before {
  content: "";
  position: absolute;
  top: 0;
  height: 95%;
  width: 0.8px;
  border-radius: 9999px;
  background-color: #727171;
}


.timeline-dot {
  position: absolute;
  left: -5px;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: #ff0000;
}

@media (min-width: 640px) {
  .timeline-dot {
    left: -3px;
  }
}

.timeline-item {
  margin-bottom: 2rem;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.timeline-content {
  margin-left: 1rem;
}

@media (min-width: 640px) {
  .timeline-content {
    margin-left: 1rem;
  }
}