/* Definir variables globales */
:root {
    /* Tamaños de fuente */
    --xxsmall: 14px;
    --xsmall: 16px;
    --small: 18px;
    --normal: 20px;
    --normal-xl: 25px;
    --mlarge: 30px;
    --large: 36px;
    --xlarge: 45px;
    --xxlarge: 50px;

    /* Anchura fuente */
    --regular: 400;
    --medium: 500;
    --bold: 700;
    --extrabold: 800;

    /* Colores */
    --primary: #004987;
    --secondary: #c2ecef;
    --tertiary: #eaf9f9;

    /*Font-color*/
    --font-color:#444;
    /*End font-color*/

    --blue:#84DADE;
    --blue-m:#4d80ab;
    --blue-l:#eaf9f9;
    --light-blue:#F5FCFD;

    --background-light: #f5f5f5;
    --background-dark: black;
    --background-highlight: #e6edf3;
    --background-data-text: #ebebeb;
    --text-light: white;
    --text-grey-dark: #666666;
    --text-dark: black;
    --text-muted: darkgray;
    --gris-borders:#EEEEEE;

    /* Color cursos*/
    --menu-cursos:#6CF4A1;
    --green-calendar:#6CF4A1;
    --gris-calendar:#999999;

    /* Coloresmenu */
    --menu-backgroud-default: var(--secondary);

    /* Espaciados */
    --max-width: 1500px;
    --padding-horizontal: 50px;
    --padding-vertical: 5px;


    /* Colores para plantilla base*/
    --color-header-top-bar: var(--text-light);
    --background-header-top-bar: #333;
    --background-header-top-bar-2: #404040;
    --color-email-icon: #eaf9f9;
    --background-email-icon: #a9c9e8;
    --background-centro-icon: #fef6eb;
    --color-centro-text: #f7b664;

    --color-links-menu: var(--text-dark);
    --color-header-links: var(--primary);
    --background-header-links: var(--secondary);

    --color-miga-pan: var(--text-muted);
    --background-miga-pan: white;
    --color-title: var(--text-dark);

    --color-footer: var(--text-light);
    --background-footer: var(--background-dark);
    --color-footer-a: var(--text-light);

    /* Menús */
    --background-menu-app: #F5F5F5;
    --background-hover-menu-user: #004987;

    /* Botones */
    --button-color-ok: #28A745;
    --button-color-cancel: #6C757D;

    --color-header-title: var(--primary);
    --background-header-title: var(--tertiary);

    --color-intro-title: #84dade;

    --color-sidebar-p: var(--text-dark);
    --color-sidebar-a: var(--primary);

    --backgroung-courses: var(--background-highlight);
    --color-courses-title: var(--text-light);
    --background-courses-title: var(--primary);
    --color-courses-content: var(--primary);
    --fav-button: #108d91;

    --backgroung-orientation: #d6ecec;
    --color-orientation-title: var(--text-light);
    --background-orientation-title: #108d91;
    --color-orientation-content: #108d91;
    --color-orientation-content-text-p: var(--text-dark);

    --background-app-promo: #f4fafb;
    --color--app-promo-title: var(--text-dark);
    --background-app-promo-title: var(--background-dark);
    --color--app-promo-content: var(--text-dark);

    --background-news: var(--background-light);
    --color-news-title: var(--text-light);
    --background-news-title: var(--background-dark);
    --color-news-item: var(--text-dark);
    --background-news-item: var(--text-light);

    --color-prefooter: var(--text-muted);
    --background-prefooter: var(--background-light);
    --color-prefooter-back: var(--text-light);
    --background-prefooter-back: var(--background-dark);

    /* 📌 Colores específicos por categoría */
    --color-category-workers-icon: #6cf4a1;
    --background-category-workers-icon: #edfef4;
    --color-category-workers-text: #004987;
    --background-category-workers-text: #6cf4a1;

    --color-category-companies-icon: #84dade;
    --background-category-companies-icon: #f0fafb;
    --color-category-companies-text: #004987;
    --background-category-companies-text: #84dade;

    --color-category-representatives-icon: #84b2de;
    --background-category-representatives-icon: #f0f6fb;
    --color-category-representatives-text: #004987;
    --background-category-representatives-text: #84b2de;

    --color-category-continuous-formation-icon: #ffd757;
    --background-category-continuous-formation-icon: #fffaeb;
    --color-category-continuous-formation-text: #004987;
    --background-category-continuous-formation-text: #ffd757;

    --color-category-orientation-entities-icon: #ffb055;
    --background-category-orientation-entities-icon: #fff6eb;
    --color-category-orientation-entities-text: #004987;
    --background-category-orientation-entities-text: #ffb055;
    --light-orange:#FFF6EB;
    --color-category-professionals-icon: #c593db;
    --background-category-professionals-icon: #f8f2fb;
    --color-category-professionals-text: #004987;
    --background-category-professionals-text: #c593db;

    --background-consorci: #ffd757;
    --background-empresa: #84dade;
    --background-entidad_representativa: #84b2de;
    --background-entidad_colaborativa: #ffb055;
    --background-formador: #c593db;

    --background-consorci-odd: #fff3cd;
    --background-empresa-odd: #daf4f5;
    --background-entidad_representativa-odd: #dae8f5;
    --background-entidad_colaborativa-odd: #ffe7cc;
    --background-formador-odd: #eedff4;

    --disabled: #EEEEEE;
}
button,
a,
input[type="date"],
#header-links-menu,
#menu-user
{
    cursor: pointer;
}

.tox-statusbar__branding {
    display: none!important;
}