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

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

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

.table-header {
    font-weight: bold;
    background-color: var(--principal);
    color: var(--principal);
    font-size: 1.25rem;
}

.tabla-presupuesto{
    height: fit-content;
}

.tabla-presupuesto tr{
    height: 50px;
}

.text-white {
    color: var(--principal);
}

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

.card-tablas{
    box-shadow:  0 4px 6px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.06) !important;
    border-radius: 0.6rem;
    border: none !important;
}

.td-titulo{
    width: 300px;
    font-size: 1.1rem;
}

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

.td-total{
    font-size: 1.2rem;
}

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

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

.card-tablas {
    overflow-x: auto;
}

.collapse-toggle-button{
    width: fit-content;
    height: fit-content;
    max-width: 48px;
    max-height: 48px;
    text-align: center;
    transition: 0.2s;
}

.collapse-toggle-button.active{
    transform: rotate(45deg);
    transition: 0.2s;
}

.collapse-toggle-icon{
    font-size: 2.5rem;
    color: var(--principal);
    position: relative;
    top: -10px;
}

.img-subvencion{
    width: 300px;
    height: auto;
    max-width: 200px;
}

.anotacion-pie{
    font-size: 11px;
}
