:root {
    --news-navy:#102c4c;
    --news-blue:#3975b9;
    --news-sky:#eaf3fb;
    --news-ink:#14263b;
    --news-muted:#647386;
    --news-white:#fff
}
.news-tv-hero:before {
    background:linear-gradient(115deg,rgba(18,31,65,.95) 0%,rgba(36,66,117,.86) 56%,rgba(55,117,185,.65) 100%) !important
}
.news-card__media {
    position:relative
}
.news-page {
    background:#f7f9fc;
    color:var(--news-ink)
}
.news-page main {
    overflow:hidden
}
.news-hero {
    position:relative;
    background:linear-gradient(125deg,#0d2948 0%,#173c63 62%,#245b8e 100%);
    padding:72px 0 82px;
    color:#fff;
    isolation:isolate
}
.inner_page_breadcrumb.news-breadcrumb-hero {
    background-image:url(../img/frente1920x500.jpg);
    background-position:center;
    background-size:cover;
    display:flex;
    align-items:center;
    min-height:430px;
    height:auto;
    padding:110px 0 90px;
    position:relative
}
.inner_page_breadcrumb.news-breadcrumb-hero:before {
    background:linear-gradient(115deg,rgba(24,33,76,.94) 0%,rgba(62,64,149,.82) 56%,rgba(36,65,231,.58) 100%);
    opacity:1
}
.news-breadcrumb-hero .breadcrumb_content {
    margin-top:0;
    position:relative;
    z-index:1
}
.news-breadcrumb-hero .breadcrumb_title {
    color:#fff;
    font-size:50px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:18px;
    text-transform:none
}
.news-breadcrumb-hero .quienes-eyebrow {
    display:inline-block;
    background:rgba(255,255,255,.92);
    border-left:4px solid #2441e7;
    border-radius:6px;
    color:#3e4095;
    font-size:13px;
    font-weight:800;
    margin-bottom:12px;
    padding:8px 14px;
    text-transform:uppercase
}
.news-breadcrumb-hero .quienes-hero-text {
    color:#fff;
    font-size:18px;
    line-height:1.7;
    margin:0 auto;
    max-width:760px
}
.news-hero:after {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.12;
    background-image:radial-gradient(circle at 2px 2px,#fff 1px,transparent 0);
    background-size:28px 28px
}
.news-hero__glow {
    position:absolute;
    width:520px;
    height:520px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:50%;
    right:-100px;
    top:-250px
}
.news-hero__glow:after {
    content:"";
    position:absolute;
    inset:70px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:50%
}
.news-breadcrumb {
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:42px;
    font-size:13px;
    color:rgba(255,255,255,.7)
}
.news-breadcrumb a {
    color:#fff
}
.news-hero__grid {
    display:grid;
    grid-template-columns:minmax(0,760px) 1fr;
    gap:50px;
    align-items:end
}
.news-eyebrow {
    display:block;
    margin-bottom:14px;
    color:#8cc5f1;
    font-size:12px;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase
}
.news-hero h1 {
    margin:0;
    max-width:780px;
    color:#fff;
    font-size:clamp(42px,5.5vw,72px);
    line-height:1.03;
    letter-spacing:-.045em
}
.news-hero h1 em {
    color:#83bde8;
    font-style:normal
}
.news-hero p {
    max-width:650px;
    margin:24px 0 0;
    color:rgba(255,255,255,.78);
    font-size:18px;
    line-height:1.75
}
.news-hero__stat {
    justify-self:end;
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 22px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:14px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(8px)
}
.news-hero__stat strong {
    font-size:42px;
    line-height:1
}
.news-hero__stat span {
    font-size:12px;
    line-height:1.35;
    text-transform:uppercase;
    letter-spacing:.09em;
    color:rgba(255,255,255,.72)
}
.news-content {
    padding:78px 0 100px
}
.section-heading {
    display:flex;
    align-items:end;
    gap:28px;
    margin-bottom:30px
}
.section-heading h2 {
    margin:0;
    font-size:32px;
    color:var(--news-navy)
}
.news-eyebrow--blue {
    color:var(--news-blue);
    margin-bottom:7px
}
.section-heading__line {
    height:1px;
    flex:1;
    background:#dbe3eb;
    margin-bottom:9px
}
.featured-news {
    display:grid;
    grid-template-columns:1.35fr 1fr;
    min-height:430px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 60px rgba(16,44,76,.11)
}
.featured-news__media {
    position:relative;
    min-height:400px;
    overflow:hidden
}
.featured-news__media img,.news-card__media img {
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease
}
.featured-news:hover img,.news-card:hover img {
    transform:scale(1.045)
}
.featured-news__label {
    position:absolute;
    left:24px;
    top:24px;
    padding:8px 13px;
    background:var(--news-blue);
    border-radius:30px;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase
}
.featured-news__body {
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:50px
}
.news-category {
    display:inline-flex;
    align-self:flex-start;
    padding:7px 11px;
    border-radius:5px;
    background:var(--news-sky);
    color:#28649e;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase
}
.featured-news h2 {
    margin:22px 0 20px;
    font-size:clamp(28px,3vw,40px);
    line-height:1.18
}
.featured-news h2 a,.news-card h3 a {
    color:var(--news-ink)
}
.news-meta {
    color:var(--news-muted);
    font-size:13px
}
.news-meta i {
    margin-right:7px;
    color:var(--news-blue)
}
.news-read {
    display:inline-flex;
    align-items:center;
    gap:12px;
    align-self:flex-start;
    margin-top:30px;
    color:var(--news-navy);
    font-weight:800
}
.news-read i {
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:var(--news-blue);
    color:#fff;
    font-size:12px;
    transition:transform .25s
}
.news-read:hover i {
    transform:translateX(4px)
}
.section-heading--archive {
    margin-top:78px
}
.news-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px
}
.news-card {
    display:flex;
    flex-direction:column;
    min-width:0;
    background:#fff;
    border:1px solid #e5ebf1;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 7px 25px rgba(16,44,76,.055);
    transition:transform .3s,box-shadow .3s
}
.news-card:hover {
    transform:translateY(-7px);
    box-shadow:0 18px 40px rgba(16,44,76,.12)
}
.news-card__media {
    display:block;
    height:220px;
    overflow:hidden;
    background:#dae2ea
}
.news-card__body {
    display:flex;
    flex:1;
    flex-direction:column;
    padding:24px
}
.news-card h3 {
    margin:17px 0 28px;
    font-size:19px;
    line-height:1.45
}
.news-card__footer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:auto;
    padding-top:17px;
    border-top:1px solid #edf0f4
}
.news-card__footer>a {
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    border-radius:50%;
    color:var(--news-blue);
    background:var(--news-sky)
}
.news-icon {
    width:16px;
    height:16px;
    margin-right:7px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    vertical-align:-3px
}
.news-icon--arrow {
    width:15px;
    height:15px;
    margin:0
}
.news-pagination {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top:48px
}
.news-pagination button {
    min-width:42px;
    height:42px;
    padding:0 10px;
    border:1px solid #dbe3eb;
    border-radius:8px;
    background:#fff;
    color:var(--news-navy);
    font-weight:700;
    cursor:pointer
}
.news-pagination button.active {
    border-color:var(--news-blue);
    background:var(--news-blue);
    color:#fff
}
.news-pagination button:disabled {
    opacity:.4;
    cursor:default
}
.news-pagination__ellipsis {
    display:grid;
    place-items:center;
    width:28px;
    height:42px;
    color:var(--news-muted);
    font-weight:800
}
.news-empty {
    text-align:center;
    padding:80px 20px;
    background:#fff;
    border-radius:18px
}
.news-empty__icon {
    width:54px;
    height:54px;
    fill:none;
    stroke:var(--news-blue);
    stroke-width:1.5;
    stroke-linecap:round;
    stroke-linejoin:round
}
.news-empty h2 {
    margin:20px 0 8px;
    color:var(--news-navy)
}
.news-empty .news-read {
    margin-top:24px
}
.news-read__arrow {
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:var(--news-blue);
    color:#fff;
    font-size:18px
}
@media(max-width:991px) {
    .news-hero__grid {
        grid-template-columns:1fr
    }
    .news-hero__stat {
        justify-self:start
    }
    .featured-news {
        grid-template-columns:1fr
    }
    .featured-news__media {
        min-height:360px
    }
    .news-grid {
        grid-template-columns:repeat(2,1fr)
    }
}
@media(max-width:575px) {
    .inner_page_breadcrumb.news-breadcrumb-hero {
        min-height:360px;
        padding:92px 0 64px
    }
    .news-breadcrumb-hero .breadcrumb_title {
        font-size:34px
    }
    .news-breadcrumb-hero .quienes-hero-text {
        font-size:16px
    }
    .news-content {
        padding:52px 0 70px
    }
    .section-heading h2 {
        font-size:27px
    }
    .news-grid {
        grid-template-columns:1fr
    }
    .news-card__media {
        height:235px
    }
    .news-pagination {
        gap:4px
    }
    .news-pagination button {
        min-width:36px;
        height:38px;
        padding:0 6px
    }
    .news-pagination__ellipsis {
        width:12px;
        height:38px
    }
}
.news-detail-hero {
    min-height:500px
}
.news-detail-hero .breadcrumb_title {
    font-size:clamp(34px,4.5vw,58px);
    line-height:1.12
}
.news-detail-back {
    display:block;
    margin-bottom:20px;
    color:#fff;
    font-size:13px;
    font-weight:700
}
.news-detail-back:hover {
    color:#dcecff
}
.news-detail-meta {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px 22px;
    margin-top:24px;
    color:rgba(255,255,255,.88);
    font-size:14px
}
.news-detail-meta span {
    padding:7px 12px;
    border-radius:5px;
    background:rgba(255,255,255,.16);
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase
}
.news-detail-meta time:before {
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    margin:0 9px 2px 0;
    border-radius:50%;
    background:#8cc5f1
}
.news-detail-content {
    padding:0 0 100px
}
.news-article {
    position:relative;
    z-index:2;
    width:min(920px,100%);
    margin:-54px auto 0;
    padding:0 58px 58px;
    border:1px solid #e5ebf1;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 60px rgba(16,44,76,.1)
}
.news-article__cover {
    height:470px;
    margin:0 -58px 48px;
    overflow:hidden;
    border-radius:18px 18px 0 0;
    background:#dae2ea
}
.news-article__cover img,.news-article__image img {
    width:100%;
    height:100%;
    object-fit:cover
}
.news-article__body {
    color:#35475a;
    font-size:17px;
    line-height:1.9
}
.news-article__body p {
    margin-bottom:1.45em
}
.news-article__body h2,.news-article__body h3 {
    margin:1.5em 0 .6em;
    color:var(--news-navy);
    line-height:1.3
}
.news-article__body img {
    max-width:100%;
    height:auto;
    border-radius:10px
}
.news-article__body a {
    color:var(--news-blue);
    text-decoration:underline
}
.news-article__image {
    margin:42px 0 0
}
.news-article__image img {
    height:auto;
    border-radius:12px;
    box-shadow:0 12px 32px rgba(16,44,76,.12)
}
.news-article__video {
    position:relative;
    margin-top:42px;
    padding-top:56.25%;
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 12px 32px rgba(16,44,76,.12)
}
.news-article__video iframe {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0
}
.news-gallery {
    margin-top:62px;
    padding-top:52px;
    border-top:1px solid #e5ebf1
}
.news-gallery .section-heading {
    margin-bottom:24px
}
.news-gallery .section-heading h2 {
    font-size:27px
}
.news-gallery__grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px
}
@media(max-width:991px) {
    .news-gallery__grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}
.news-gallery__grid img {
    width:100%;
    height:245px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer
}
.news-detail-cta {
    text-align:center
}
.news-detail-cta .news-read {
    margin-top:42px
}
@media(max-width:575px) {
    .news-detail-hero {
        min-height:440px;
        padding-bottom:100px!important
    }
    .news-detail-hero .breadcrumb_title {
        font-size:30px
    }
    .news-detail-content {
        padding-bottom:70px
    }
    .news-article {
        margin:-40px auto 0;
        padding:0 22px 36px;
        border-radius:14px
    }
    .news-article__cover {
        height:240px;
        margin:0 -22px 32px;
        border-radius:14px 14px 0 0
    }
    .news-article__body {
        font-size:16px;
        line-height:1.75
    }
    .news-gallery {
        margin-top:44px;
        padding-top:38px
    }
    .news-gallery__grid {
        grid-template-columns:1fr
    }
    .news-gallery__grid img {
        height:230px
    }
}
.news-detail-page .news-gallery__grid .gallery-items {
    float:none;
    width:100%;
    height:245px;
    margin:0;
    border-radius:10px;
    background-position:center!important;
    background-size:cover!important
}
.news-detail-page .news-gallery__grid:after {
    display:none
}
@media(max-width:575px) {
    .news-detail-page .news-gallery__grid .gallery-items {
        height:230px
    }
}
.news-detail-page .news-detail-hero {
    min-height:0;
    height:auto;
    padding:72px 0;
    background:#102c4c
}
.news-detail-page .news-detail-hero:before {
    background:linear-gradient(120deg,rgba(16,44,76,.98),rgba(52,71,145,.92));
    opacity:1
}
.news-detail-hero__layout {
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:clamp(38px,5vw,74px);
    align-items:center
}
.news-detail-hero__layout--no-image {
    grid-template-columns:minmax(0,850px);
    justify-content:center;
    text-align:center
}
.news-detail-hero__media {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    max-width:100%;
    height:clamp(360px,42vw,570px);
    margin:0;
    padding:24px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:18px;
    background:rgba(255,255,255,.1);
    box-shadow:0 24px 60px rgba(5,20,40,.28);
    backdrop-filter:blur(6px)
}
.news-detail-hero__media img {
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:left center
}
.news-detail-page .news-detail-hero__content {
    margin:0;
    text-align:left
}
.news-detail-page .news-detail-hero__content .quienes-eyebrow {
    margin-bottom:20px
}
.news-detail-page .news-detail-hero__content .breadcrumb_title {
    max-width:680px;
    margin:0;
    color:#fff;
    font-size:clamp(34px,3.5vw,54px);
    font-weight:750;
    line-height:1.12;
    letter-spacing:-.025em;
    text-transform:none;
    overflow-wrap:anywhere
}
.news-detail-page .news-detail-meta {
    justify-content:flex-start;
    margin-top:30px
}
.news-detail-page .news-article {
    margin:72px auto 0;
    padding-top:58px
}
.news-detail-page .news-detail-hero__layout--no-image .news-detail-hero__content {
    text-align:center
}
.news-detail-page .news-detail-hero__layout--no-image .news-detail-meta {
    justify-content:center
}
@media(max-width:991px) {
    .news-detail-page .news-detail-hero {
        padding:55px 0
    }
    .news-detail-hero__layout {
        gap:34px
    }
    .news-detail-hero__media {
        height:420px;
        padding:18px
    }
    .news-detail-page .news-detail-hero__content .breadcrumb_title {
        font-size:clamp(30px,4.6vw,43px)
    }
}
@media(max-width:767px) {
    .news-detail-page .news-detail-hero {
        padding:42px 0 52px
    }
    .news-detail-hero__layout {
        grid-template-columns:1fr
    }
    .news-detail-hero__media {
        order:2;
        height:min(105vw,500px);
        padding:14px
    }
    .news-detail-hero__media img {
        object-position:center
    }
    .news-detail-page .news-detail-hero__content {
        order:1;
        text-align:left
    }
    .news-detail-page .news-detail-hero__content .breadcrumb_title {
        font-size:clamp(29px,8vw,40px)
    }
    .news-detail-page .news-detail-meta {
        justify-content:flex-start
    }
    .news-detail-page .news-article {
        margin:34px auto 0;
        padding-top:36px
    }
}
.news-detail-page .news-detail-content {
    padding-top:72px
}
.news-detail-page .news-article {
    width:min(1100px,100%);
    margin:0 auto;
    padding:58px;
    border-radius:18px
}
.news-article__header {
    max-width:920px;
    margin-bottom:34px;
    text-align:left
}
.news-article__back {
    display:inline-block;
    margin-bottom:28px;
    color:var(--news-blue);
    font-size:13px;
    font-weight:750
}
.news-article__back:hover {
    color:var(--news-navy)
}
.news-article__header .news-eyebrow {
    margin-bottom:12px
}
.news-article__header h1 {
    max-width:920px;
    margin:0;
    color:var(--news-navy);
    font-size:clamp(34px,4vw,54px);
    font-weight:780;
    line-height:1.12;
    letter-spacing:-.03em;
    text-transform:none;
    overflow-wrap:anywhere
}
.news-article__meta {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:12px 22px;
    margin-top:24px;
    color:var(--news-muted);
    font-size:14px
}
.news-article__meta span {
    padding:7px 12px;
    border-radius:5px;
    background:var(--news-sky);
    color:#28649e;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase
}
.news-article__meta time:before {
    content:"";
    display:inline-block;
    width:6px;
    height:6px;
    margin:0 9px 2px 0;
    border-radius:50%;
    background:var(--news-blue)
}
.news-article__lead-image {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    width:min(50%,540px);
    min-width:360px;
    max-height:620px;
    margin:0 0 20px;
    padding:6px;
    border:1px solid #e2e8ef;
    border-radius:14px;
    background:#f6f8fb
}
.news-article__lead-image img {
    display:block;
    width:100%;
    height:auto;
    max-height:588px;
    object-fit:contain;
    object-position:left center
}
.news-detail-page .news-article__body {
    max-width:920px
}
@media(max-width:767px) {
    .news-detail-page .news-detail-content {
        padding-top:34px
    }
    .news-detail-page .news-article {
        padding:34px 24px
    }
    .news-article__header {
        margin-bottom:26px
    }
    .news-article__header h1 {
        font-size:clamp(29px,8vw,40px)
    }
    .news-article__lead-image {
        width:100%;
        min-width:0;
        max-height:none;
        margin-bottom:34px;
        padding:10px
    }
    .news-article__lead-image img {
        max-height:none
    }
    .news-article__meta {
        align-items:flex-start;
        flex-direction:column;
        gap:10px
    }
    .news-article__meta time:before {
        display:none
    }
}
.news-detail-page .news-detail-content {
    position:relative;
    z-index:3;
    padding-top:0
}
.news-detail-page .news-detail-content>.container {
    width:calc(100% - 48px);
    max-width:1380px
}
.news-detail-page .news-article {
    width:100%;
    max-width:none;
    margin:-66px auto 0;
    padding:48px clamp(26px,3.2vw,48px);
    box-shadow:0 22px 70px rgba(16,44,76,.13)
}
.news-detail-page .news-article__header,.news-detail-page .news-article__body {
    max-width:1100px
}
.news-detail-page .news-detail-cta {
    padding-bottom:8px
}
@media(max-width:767px) {
    .news-detail-page .news-detail-content>.container {
        width:calc(100% - 24px);
        padding-right:0;
        padding-left:0
    }
    .news-detail-page .news-article {
        margin:-30px auto 0;
        padding:32px 18px;
        border-radius:14px
    }
}
.news-detail-page .news-detail-container-xl {
    width:calc(100% - 40px);
    max-width:1140px
}
@media(max-width:767px) {
    .news-detail-page .news-detail-container-xl {
        width:calc(100% - 24px)
    }
}
.news-detail-page .news-article__header,.news-detail-page .news-article__body {
    max-width:none
}
.news-detail-page .news-article__lead-image {
    float:left;
    width:min(46%,540px);
    margin:0 clamp(14px,1.5vw,22px) 24px 0;
    padding:6px;
    max-height:none;
    overflow:hidden;
    box-sizing:border-box
}
.news-detail-page .news-article__body {
    width:100%;
    text-align:left
}
.news-detail-page .news-article__lead-image img {
    display:block;
    width:100%;
    height:auto;
    max-height:none;
    margin:0;
    object-fit:contain;
    object-position:left top
}
.news-detail-page .news-article__body:after {
    content:"";
    display:block;
    clear:both
}
.news-detail-page .news-article__image,.news-detail-page .news-article__video,.news-detail-page .news-gallery {
    clear:both
}
@media(max-width:767px) {
    .news-detail-page .news-article__lead-image {
        float:none;
        width:100%;
        margin:0 0 30px
    }
    .news-detail-page .news-article__body {
        width:100%
    }
}
.news-detail-page .news-article__body {
    text-align:justify;
    text-justify:inter-word;
    hyphens:auto
}
.news-detail-page .news-article__header h1 {
    width:100%;
    max-width:none;
    font-size:clamp(32px,3.4vw,52px);
    line-height:1.12;
    overflow-wrap:break-word;
    text-wrap:balance
}
.news-detail-page .news-article__body p {
    text-align:justify
}
@media(max-width:767px) {
    .news-detail-page .news-article__header h1 {
        font-size:clamp(28px,8vw,38px);
        text-wrap:wrap
    }
    .news-detail-page .news-article__body {
        text-align:justify
    }
}
.news-detail-page .news-article__header h1 {
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(28px,2.7vw,40px);
    font-weight:700;
    line-height:1.2;
    letter-spacing:-.018em;
    text-wrap:pretty
}
.news-detail-page .news-article__header {
    margin-bottom:30px
}
@media(max-width:767px) {
    .news-detail-page .news-article__header h1 {
        font-size:clamp(26px,7vw,34px);
        line-height:1.22
    }
}
.news-detail-page .news-article__header h1 {
    margin-right:auto;
    margin-left:auto;
    text-align:center
}
