/* Universidad Internacional - Tema basado en INTER + UMAX */
:root {
  --uni-red: #DF1A16;
  --uni-red-dark: #B32025;
  --uni-red-light: rgba(223, 26, 22, 0.08);
  --uni-gold: #fbbf24;
  --uni-gray-light: #F8F8F8;
  --uni-gray: #E9E9E9;
  --uni-dark: #1a1a1a;
}

/* Top bar estilo UMAX */
.site-header {
  background: #fff !important;
  border-bottom: 3px solid var(--uni-red) !important;
}

/* Nav links */
.elementor-nav-menu a {
  font-weight: 600 !important;
}

/* Hover y active en rojo INTER */
.elementor-nav-menu a:hover,
.elementor-nav-menu a.elementor-item-active,
.elementor-nav-menu .current-menu-item a {
  color: var(--uni-red) !important;
}

/* Botones */
.elementor-button {
  background-color: var(--uni-red) !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
}

.elementor-button:hover {
  background-color: var(--uni-red-dark) !important;
}

/* Footer */
.site-footer {
  background: var(--uni-dark) !important;
  color: #fff !important;
}

/* Stats / números destacados */
.uni-stat {
  color: var(--uni-red) !important;
  font-size: 3rem;
  font-weight: 900;
}

/* Secciones alternadas */
.uni-section-gray {
  background: var(--uni-gray-light) !important;
}

.uni-section-white {
  background: #fff !important;
}
