strong {
    color: var(--dark1);
}

.table-white {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid white;
    margin-bottom: 20px;
}

.table-white td, .table-white th {
    border: 1px solid white;
    padding: 8px;
    text-align: center;
}

.table-header {
    font-weight: bold;
    background-color: #333;
    color: white;
}

.text-white {
    color: white;
}

.table.double-size td {
    width: 50%;
}

.td-titulo{
    width: 300px;
}

.td-cifras {
    text-align: right !important;
    text-wrap: nowrap;
}

.section-organigrama{
    display: flex;
    align-items: stretch;
    gap: 1rem;
}

.section-organigrama .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
