/* VARIABLES */
:root {
  --uabc-verde: #00723F;
  --uabc-dorado: #DD971A;
  --uabc-blanco: #FFFFFF;
  --uabc-texto-suave: rgba(255, 255, 255, 0.9);
  --font-main: "Source Sans 3", Arial, sans-serif;
  --transition: all 0.3s ease;

  
/* COLORES */
  --bg-white: #FFFFFF;
  --text-dark: #1A1A1A;
  --text-light: rgba(255, 255, 255, 0.9);
  --glass-bg: rgba(255, 255, 255, 0.95);
  
  --shadow-elegant: 0 10px 30px rgba(0, 0, 0, 0.08);
  --radius-lg: 12px;
  
  /* TIPOGRAFÍA */
  --font-main: "Source Sans 3", Arial, sans-serif;
  
  /* ANIMACIONES */
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}