/*******************************
Sistema de Variables de Color
SCJN - Suprema Corte de Justicia de la Nación
Creado: 2025
********************************/

/*******************************
Colores Institucionales
********************************/
:root {
    /* Primarios */
    --Primary: #003041;
    --PrimaryDark: #020035;
    --PrimaryLight: #8791a5;
    --PrimaryLighter: #454545;

    /* Secundarios */
    --Secondary: #2b669d;
    --SecondaryDark: #1d1d1b;
    --SecondaryLight: #A0C2DD;

    /* Terciarios */
    --Tertiary: #c51162;
    --TertiaryDark: #8a0955;
    --TertiaryLight: #f48fb6;

    /* Fondos y Superficies */
    --Background: #f9f9fa;
    --Surface: #ffffff;
    --Error: #a52a2a;

    /* Colores sobre fondos */
    --OnPrimary: #ffffff;
    --OnSecondary: #000000;
    --OnBackground: #000000;
    --OnSurface: #000000;
    --OnError: #ffffff;

    /* Colores Funcionales */
    --colorGreen: #60a544;
    --colorRed: #a52a2a;
    --colorYellow: #EAAA00;
    --colorOrange: #f15d29;
    --colorGray: #5e5e5e;
    --colorGrayLight: #e6e6e6;
    --colorGrayUltraLight: #f9f9fa;
    --colorAzul: #4169e1;
    --colorBlack: #000000;
    --colorPurple: #453677;
    --colorWhite: #ffffff;

    /*******************************
    Escala de Grises
    ********************************/
    --gray100: #f2f2f2;
    --gray200: #e6e6e6;
    --gray300: #dddddd;
    --gray400: #cccccc;
    --gray500: #c9c9c9;
    --gray600: #c6c6c6;
    --gray700: #c3c3c3;
    --gray800: #777777;
    --gray850: #545759;
    --gray900: #4d4d4d;
    --gray950: #333333;

    /*******************************
    Colores para Tipos de Archivo
    ********************************/
    --filePDF: #ff0000;
    --fileWord: #0000ff;
    --fileExcel: #008000;
    --fileZip: #ffa500;
    --filePowerPoint: #ff4500;
    --fileAudio: #87ceeb;
    --fileVideo: #8b0000;
    --fileImage: #228b22;

    /*******************************
    Colores de Redes Sociales
    ********************************/
    --socialTwitter: #00acee;
    --socialFacebook: #3b5998;
    --socialYouTube: #c4302b;

    /*******************************
    Colores para Derechos Humanos
    ********************************/
    --dhOrange: #e56900;
    --dhYellow: #f5c81e;
    --dhGreen: #289841;
    --dhPurple: #6c3a9e;
    --dhTeal: #008b87;
    --dhRed: #c43123;

    /*******************************
    Colores Auxiliares
    ********************************/
    --colorLila: #a99fc9;
    --colorPurpleDark: #5c5374;
    
    /*******************************
    Transparencias
    ********************************/
    --blackOverlay: rgba(0, 0, 0, 0.5);
    --transparentBg: transparent;
}
