.linea_icono_central {
        display: flex;
        align-items: center;
    }

    .linea_icono_central img {
        margin-right: 2%;
        max-width: 100%;
        margin-left: 2%;
        width: 8%;
    }

    .titulos_100b {
        display: inline-block;
        margin: 0;
        font-family: 'Helvetica';
        font-size: 1.4em;
        font-weight: bolder;
        text-align: center;
        color: #fff;
        border-radius: 9px;
        padding-top: 3px;
        padding-bottom: 3px;
        width: 86%;
        background-color: #244484;
        padding-left: 7%;
        padding-right: 60%;
    }

    /* Media query para pantallas de tablet */
    @media (max-width: 1199px) {
        .linea_icono_central {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .linea_icono_central img {
            margin-right: 0;
            margin-bottom: 10px;
            position: sticky;
            left: 51%;
            transform: translateX(-50%);
        }

        .titulos_100b {
            width: 96%;
            padding-right: 36%;
            padding-left: 38%;
            margin-left: 2%;
        }
    }

/* ============================================================
   BLOQUE cbNv — texto_descriptivo editorial (formato 2026)
   ============================================================ */
.cbNv-bloque {
    background-color: #faf8f4;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='1' fill='%23c8c0b4' opacity='0.35'/%3E%3C/svg%3E");
    border-radius: 10px;
    border: 1px solid #e0d8cc;
    padding: 18px 20px;
    margin: 12px 0 18px;
    font-family: 'DM Sans', sans-serif;
}
h2.cbNv-titulo {
    font-size: 1.28rem;
    font-weight: 400;
    color: #1a2e3a;
    line-height: 1.45;
    margin: 0 0 12px;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    border: none;
    background: none;
}
.cbNv-teaser {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.cbNv-stat {
    background: rgba(255,255,255,0.78);
    border-left: 3px solid #147A96;
    border-radius: 5px;
    padding: 7px 11px;
    flex: 1;
    min-width: 120px;
}
.cbNv-stat-val {
    font-size: 1.2rem;
    font-weight: 700;
    color: #147A96;
    line-height: 1;
}
.cbNv-stat-lbl {
    font-size: 0.72rem;
    color: #7a6e62;
    margin-top: 3px;
    line-height: 1.3;
}
.cbNv-leer {
    background: rgba(20,122,150,0.08);
    border: 1px solid rgba(20,122,150,0.18);
    color: #0f5d75;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    padding: 9px 16px 9px 14px;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 6px;
    transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
    line-height: 1.2;
}
.cbNv-leer::before {
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5d75' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cbNv-leer:hover {
    background: #147A96;
    color: #fff;
    border-color: #147A96;
    text-decoration: none;
}
.cbNv-leer:hover::before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}
.cbNv-leer:active { transform: translateY(1px); }
.cbNv-cuerpo { margin-top: 14px; border-top: 1px solid #e0d8cc; padding-top: 14px; }
.cbNv-p {
    font-size: 0.84rem;
    color: #3a2e22;
    line-height: 1.65;
    margin: 0 0 11px;
}
.cbNv-grafico-wrap {
    background: rgba(255,255,255,0.78);
    border: 1px solid #e0d8cc;
    border-radius: 7px;
    padding: 12px 14px;
    margin: 12px 0;
}
.cbNv-grafico-titulo {
    font-size: 0.72rem;
    color: #7a6e62;
    margin-bottom: 10px;
    font-weight: 600;
}
.cbNv-bar-row {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 4px 0;
}
.cbNv-bar-label {
    font-size: 0.7rem;
    color: #7a6e62;
    width: 72px;
    text-align: right;
    flex-shrink: 0;
}
.cbNv-bar-bg {
    flex: 1;
    background: #ede8e0;
    border-radius: 3px;
    height: 9px;
    overflow: hidden;
}
.cbNv-bar-fill {
    height: 100%;
    border-radius: 3px;
    background: #147A96;
}
.cbNv-bar-val {
    font-size: 0.7rem;
    color: #147A96;
    font-weight: 600;
    width: 48px;
    flex-shrink: 0;
}
.cbNv-grafico-fuente {
    font-size: 0.67rem;
    color: #a09488;
    margin-top: 8px;
}
@media (max-width: 600px) {
    .cbNv-bar-label { width: 54px; font-size: 0.65rem; }
    .cbNv-bar-val   { width: 40px; font-size: 0.65rem; }
}
