/* ===== HEADER CONTRAÍDO ===== */
#main-header.shrink {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#main-header.shrink #logo {
  height: 2.75rem;
}

/* ===== NAV DESKTOP ===== */
#main-nav a {
  font-size: 15px;
  letter-spacing: 0.5px;
}

/* ===== NAV MOBILE ===== */
#mobile-menu a {
  font-weight: 600;
}

#mobile-menu a:hover {
  color: #0f766e;
}

/* ===== ÍCONOS FIJOS ===== */
#fixed-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

#fixed-icons a:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  #fixed-icons {
    display: none;
  }
}
