/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); */
/**** TEMA ****/
.fs-7 {
    font-size: .7rem !important;
}
.sdg-tooltip {
    min-height:10px;
    /* background-color:#ffffff;
    border:1px solid #DADADA; */
    /* padding:3px; */
    text-wrap:wrap;
}
.sdg-tooltip-color {
    width:10px;
    height:10px;
    display:inline-block;
    padding:0 4px 0 0; 
}
.table {  
    /** Variables SD INEGI:*/

    /** Variables de bootstrap TABLE*/ 
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-font-color);
    --bs-table-bg: var(--bs-bg-light);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-font-striped);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;

    & > thead tr .enfasis, tbody tr .enfasis {
        font-weight: 500;
    }
    & .indentacion-1 {
        text-indent: 10px;
    }
    & .indentacion-2 {
        text-indent: 20px;
    }    

}