:root{

    /* Colores principales del sistema */
    --mc_primary: #36aae0;
    --mc_primary-text: white;
    --mc_primary_soft: aliceblue;
    --mc_primary_soft-text: unset;

    /* Colores secundarios */
    --mc_secondary: gray;
    --mc_secondary_soft: rgb(199, 197, 197);
    --mc_secondary_soft-text: white;

    /* Colores de estado */
    --mc_warning: #ffc107;
    --mc_warning-text: black;
    --mc_danger: #ef233c;
    --mc_danger-text: white;

    /* Colores comunes */
    --mc_gray: gray;
    --mc_dark: rgb(24, 28, 34);
    --mc_white: rgb(255, 255, 255);
    --mc_light_gray: rgb(135, 135, 135);
    --mc_background: rgb(238, 238, 238);

    /* Colores específicos del sistema */
    --mc_border: #ccc;
    --mc_text_dark: rgb(24, 28, 34);
    --mc_text_light: rgb(135, 135, 135);

    /* Colores para datatables*/
    --mc_datatables_header_text: white;
    --mc_datatables_header: rgb(54, 169, 224);
}

.linea-entidad {
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-color: lightgray;
    /* -o-border-image: linear-gradient(to right,#DA121A,#DA121A 33.33%,#FCDD09 33.33%,black 66.66%,#078930 66.66%,black) 1;
    border-image: linear-gradient(to right,#da121a,#da121a 33.33%,#FCDD09 33.33% 66.66%,#078930 66.66%,#078930) 1; */
}