/* Navegación principal v15.6 */
.navlinks > a,
.navlinks .drop-button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.1px;
}

.navlinks .drop-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #29252a;
}

.nav-chevron {
  width: 11px;
  height: 8px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.dropdown.open .nav-chevron,
.dropdown:hover .nav-chevron {
  transform: rotate(180deg);
}

@media (max-width: 1050px) and (min-width: 761px) {
  .navlinks > a,
  .navlinks .drop-button {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .navlinks > a,
  .navlinks .drop-button {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .navlinks .drop-button {
    justify-content: flex-start;
    gap: 8px;
  }

  .nav-chevron {
    width: 12px;
    height: 9px;
  }
}
