.anchor-nav {
  background-color: #f5f5f5;
  border-left: 4px solid #2ab20b;
  padding: 18px 22px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .anchor-nav {
    padding: 15px 18px;
    margin: 20px 0;
  }
}

.anchor-nav__label {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .anchor-nav__label {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.anchor-nav__links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
@media (max-width: 576px) {
  .anchor-nav__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.anchor-nav__link {
  display: block;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .anchor-nav__link {
    padding: 7px 12px;
    font-size: 14px;
  }
}
.anchor-nav__link:hover {
  background-color: #2ab20b;
  border-color: #2ab20b;
  color: #fff;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}

.number-3 {
  font-family: "Rubik", sans-serif !important;
  font-weight: 700;
  font-size: clamp(36px, 20px + 3.2vw, 64px) !important;
  color: #2ab20b;
  line-height: 1.1;
  display: block;
  margin-bottom: 10px;
}

.dato-subtitulo {
  display: block;
  font-weight: bold;
  font-size: clamp(1.1rem, 0.7rem + 1vw, 2rem);
  color: #2ab20b;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.dato-descripcion {
  font-weight: bold;
  font-size: clamp(0.95rem, 0.6rem + 0.7vw, 1.5rem);
  color: #000;
  line-height: 1.2;
  margin-top: 0.5rem;
}
