.card-proyecto{
    text-align: justify;
    font-size: 0.95rem;
}

.card-proyecto{
    padding: 0 !important;
    overflow: hidden;
}

.compartir{
    border-radius: 50%;
    height: 54px;
}

.compartir svg{
    height: 24px;
    fill: var(--secundario);
}

.compartir svg:hover{
    fill: var(--dark1);
    transition: 0.2s;
}

.imagen-titulo{
    display: flex;
    justify-content: center;
}

.imagen-titulo img{
    max-height: 80px;
    height: 100%;
    width: auto;
}


.col-lg-8{
    padding: 1rem 0 !important;
    padding-left: 1rem !important;
}

.col-lg-4{
    padding: 1rem 0 !important;
    padding-right: 1rem !important;
}

@media (max-width: 991.5px) {
    .col-lg-8{
        padding: 1rem 0 !important;
    }

    .col-lg-4{
        padding: 1rem 0 !important;
    }

}


/* ESTILOS PORTAL DE TRANSPARENCIA */

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