:root {
    /* Colores por seccion*/


    --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);

    --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;

    --color-category-professionals-icon: #c593db;
    --background-category-professionals-icon: #f8f2fb;
    --color-category-professionals-text: #004987;
    --background-category-professionals-text: #c593db;

    --width-category-item: 230px;
    --height-category-item-icon: 160px;
    --height-category-item-text: 80px;

    --width-new-item: 115px;
    --height-new-item: 140px;
}

