:root {
    --cvc-red: #f23843;
    --cvc-red-dark: #d91f31;
    --cvc-pink: #ff6fae;
    --cvc-yellow: #ffe44d;
    --cvc-ink: #17171c;
    --cvc-muted: #6d6d76;
    --cvc-line: #ececf1;
    --cvc-soft: #fff5f6;
    --cvc-shadow: 0 12px 34px rgba(28,21,24,.10);
}

body.home {
    background: #fff;
}

body.home #main {
    padding: 0;
}

body.home #main > .bloglo-container,
body.home .bloglo-page-header {
    display: none;
}

body.home #masthead {
    border: 0;
    box-shadow: 0 5px 20px rgba(242,56,67,.18);
    position: relative;
    z-index: 50;
}

body.home #bloglo-header-inner {
    background: var(--cvc-red);
}

body.home .bloglo-header-container {
    min-height: 72px;
}

body.home .bloglo-logo img,
body.home .custom-logo {
    display: block;
    max-height: 48px;
    width: auto;
}

body.home .bloglo-nav > ul > li > a,
body.home .bloglo-header-element,
body.home .bloglo-hamburger {
    color: #fff;
}

body.home .bloglo-nav > ul > li > a:hover,
body.home .bloglo-nav > ul > li.current-menu-item > a {
    color: var(--cvc-yellow);
}

.cvc-home,
.cvc-home * {
    box-sizing: border-box;
}

.cvc-home {
    color: var(--cvc-ink);
    margin: 0;
    width: 100%;
}

.cvc-home a {
    color: inherit;
    text-decoration: none;
}

.cvc-home button {
    font: inherit;
}

.cvc-home__container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 24px 70px;
}

/* Galería principal */

.cvc-hero {
    background: var(--cvc-ink);
    margin-bottom: 38px;
    overflow: hidden;
    position: relative;
}

.cvc-hero__viewport {
    height: clamp(430px,55vw,620px);
    overflow: hidden;
    position: relative;
}

.cvc-hero__track {
    display: flex;
    height: 100%;
    transition: transform .58s cubic-bezier(.22,.7,.2,1);
    will-change: transform;
}

.cvc-hero__slide {
    flex: 0 0 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.cvc-hero__media,
.cvc-hero__media img {
    display: block;
    height: 100%;
    width: 100%;
}

.cvc-hero__media img {
    object-fit: cover;
    object-position: center;
}

.cvc-hero__gradient {
    background:
        linear-gradient(90deg,rgba(12,10,14,.84),rgba(12,10,14,.40) 48%,rgba(12,10,14,.06) 78%),
        linear-gradient(0deg,rgba(8,7,10,.72),transparent 58%);
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cvc-hero__content {
    bottom: 64px;
    color: #fff;
    left: max(24px,calc((100vw - 1192px)/2));
    max-width: 760px;
    position: absolute;
    right: 24px;
    z-index: 2;
}

.cvc-hero__category,
.cvc-news-card__category {
    color: var(--cvc-red);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.cvc-hero__category {
    background: var(--cvc-yellow);
    border-radius: 999px;
    color: #161419;
    margin-bottom: 15px;
    padding: 9px 14px;
}

.cvc-hero__content h2 {
    color: #fff;
    font-size: clamp(31px,4.3vw,61px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.01;
    margin: 0 0 14px;
    text-wrap: balance;
}

.cvc-hero__content h2 a {
    color: #fff;
}

.cvc-hero__content p {
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.45;
    margin: 0;
    max-width: 620px;
}

.cvc-hero__arrow {
    align-items: center;
    background: rgba(255,255,255,.94);
    border: 0;
    border-radius: 50%;
    color: var(--cvc-red);
    cursor: pointer;
    display: flex;
    font-size: 36px;
    height: 48px;
    justify-content: center;
    padding: 0 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 4;
}

.cvc-hero__arrow:hover {
    background: var(--cvc-yellow);
}

.cvc-hero__arrow--prev {
    left: 22px;
}

.cvc-hero__arrow--next {
    right: 22px;
}

.cvc-hero__dots {
    bottom: 23px;
    display: flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5;
}

.cvc-hero__dots button {
    background: rgba(255,255,255,.56);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 7px;
    padding: 0;
    transition: width .25s,background .25s;
    width: 7px;
}

.cvc-hero__dots button.is-active {
    background: var(--cvc-yellow);
    width: 30px;
}

/* Títulos de secciones */

.cvc-home-section {
    margin: 0 0 54px;
}

.cvc-section-heading {
    align-items: center;
    border-bottom: 1px solid var(--cvc-line);
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 11px;
    position: relative;
}

.cvc-section-heading::after {
    background: var(--cvc-red);
    bottom: -2px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 64px;
}

.cvc-section-heading h2 {
    color: var(--cvc-ink);
    font-size: clamp(24px,2.4vw,32px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

/* Tarjetas de noticias */

.cvc-news-grid {
    display: grid;
    gap: 22px;
}

.cvc-news-grid--three {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.cvc-news-card {
    background: #fff;
    border: 1px solid var(--cvc-line);
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(28,21,24,.045);
    min-width: 0;
    overflow: hidden;
    transition: transform .22s,box-shadow .22s;
}

.cvc-news-card:hover {
    box-shadow: var(--cvc-shadow);
    transform: translateY(-4px);
}

.cvc-news-card__media {
    aspect-ratio: 16/9;
    background: #eee;
    display: block;
    overflow: hidden;
}

.cvc-news-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
    width: 100%;
}

.cvc-news-card:hover .cvc-news-card__media img {
    transform: scale(1.035);
}

.cvc-news-card__body {
    padding: 15px 16px 17px;
}

.cvc-news-card__category {
    margin-bottom: 8px;
}

.cvc-news-card__title {
    color: var(--cvc-ink);
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.17;
    margin: 0;
}

.cvc-news-card__time {
    color: var(--cvc-muted);
    display: block;
    font-size: 11px;
    margin-top: 10px;
}

/* Historias deslizables */

.cvc-stories-home {
    background:
        radial-gradient(circle at 92% 8%,rgba(255,228,77,.55),transparent 22%),
        linear-gradient(135deg,#fff5f7,#fff);
    border: 1px solid #ffe0e6;
    border-radius: 22px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 27px 18px 30px;
}

.cvc-stories-home__scroller {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 4px 6px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
}

.cvc-stories-home__scroller::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.cvc-story-home {
    border-radius: 15px;
    flex: 0 0 205px;
    height: 340px;
    overflow: hidden;
    scroll-snap-align: start;
}

.cvc-story-home__button {
    background: #17171c;
    border: 0;
    border-radius: inherit;
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.cvc-story-home__image,
.cvc-story-home__image img {
    display: block;
    height: 100%;
    width: 100%;
}

.cvc-story-home__image img {
    object-fit: cover;
}

.cvc-story-home__shade {
    background:
        linear-gradient(0deg,rgba(4,4,7,.95),rgba(4,4,7,.06) 63%),
        linear-gradient(180deg,rgba(4,4,7,.25),transparent 30%);
    inset: 0;
    position: absolute;
}

.cvc-story-home__play {
    align-items: center;
    background: var(--cvc-red);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 5px 18px rgba(0,0,0,.28);
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    left: 50%;
    padding-left: 3px;
    position: absolute;
    top: 47%;
    transform: translate(-50%,-50%);
    width: 52px;
}

.cvc-story-home__title {
    bottom: 17px;
    color: #fff;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 850;
    left: 13px;
    line-height: 1.14;
    overflow: hidden;
    position: absolute;
    right: 13px;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* CVC HOME 2026 PARTE 2B */

/* Más noticias y columna compacta */

.cvc-home-lower {
    align-items: start;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0,1fr) 310px;
}

.cvc-news-list {
    display: grid;
    gap: 14px;
}

.cvc-news-card--horizontal {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
}

.cvc-news-card--horizontal .cvc-news-card__media {
    aspect-ratio: auto;
    height: 100%;
    min-height: 145px;
}

.cvc-news-card--horizontal .cvc-news-card__body {
    align-self: center;
}

.cvc-home-more {
    background: var(--cvc-red);
    border-radius: 999px;
    color: #fff !important;
    display: table;
    font-size: 14px;
    font-weight: 800;
    margin: 24px auto 0;
    padding: 13px 24px;
}

.cvc-home-more:hover {
    background: var(--cvc-red-dark);
}

.cvc-home-most-viewed {
    background: #fff8f0;
    border: 1px solid #f5ded1;
    border-radius: 18px;
    padding: 18px;
    position: sticky;
    top: 90px;
}

.cvc-most-viewed-loading {
    color: var(--cvc-muted);
    font-size: 14px;
    padding: 12px;
    text-align: center;
}

/* Compactación del HTML existente de Lo más visto */

#cvc-home-most-viewed #lo-mas-visto-ahora,
#cvc-home-most-viewed .main-section,
#cvc-home-most-viewed .main-section__container {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

#cvc-home-most-viewed .main-section__header {
    margin: 0 0 13px !important;
}

#cvc-home-most-viewed .main-section__title {
    border: 0 !important;
    color: var(--cvc-ink);
    font-size: 17px !important;
    font-weight: 900;
    margin: 0 !important;
    padding: 0 0 10px !important;
}

#cvc-home-most-viewed .main-section-list {
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: 1fr !important;
}

#cvc-home-most-viewed .main-section-list__item {
    border-bottom: 1px solid #eadfd7 !important;
    padding: 12px 0 !important;
    width: 100% !important;
}

#cvc-home-most-viewed .main-section-list__item:last-child {
    border-bottom: 0 !important;
}

#cvc-home-most-viewed figure,
#cvc-home-most-viewed .main-card {
    display: block !important;
    margin: 0 !important;
}

#cvc-home-most-viewed img,
#cvc-home-most-viewed picture,
#cvc-home-most-viewed .main-card__figure,
#cvc-home-most-viewed .main-card__image {
    display: none !important;
}

#cvc-home-most-viewed .main-card__title {
    font-size: 14px !important;
    line-height: 1.22 !important;
    margin: 0 !important;
}

#cvc-home-most-viewed .main-card__title a {
    color: var(--cvc-ink) !important;
    font-size: inherit !important;
}

#cvc-home-most-viewed .cvc-visitas-badge {
    background: var(--cvc-yellow) !important;
    border-radius: 999px;
    color: #25211a !important;
    display: inline-flex !important;
    font-size: 10px !important;
    font-weight: 800;
    margin-bottom: 6px;
    padding: 4px 7px !important;
    position: static !important;
}

/* Visor de Historias */

.cvc-story-viewer[hidden] {
    display: none !important;
}

.cvc-story-viewer {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 999999;
}

.cvc-story-viewer__backdrop {
    background: rgba(5,5,8,.91);
    border: 0;
    inset: 0;
    position: absolute;
}

.cvc-story-viewer__dialog {
    background: #0e0e12;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0,0,0,.52);
    height: min(82vh,760px);
    max-width: calc(100vw - 36px);
    overflow: hidden;
    position: relative;
    width: min(430px,100%);
    z-index: 2;
}

.cvc-story-viewer__media {
    align-items: center;
    background: #050507;
    display: flex;
    height: calc(100% - 88px);
    justify-content: center;
    overflow: hidden;
}

.cvc-story-viewer__media > *,
.cvc-story-viewer__media video,
.cvc-story-viewer__media iframe {
    border: 0;
    height: 100% !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    width: 100% !important;
}

.cvc-story-viewer__footer {
    align-items: center;
    background: #121217;
    bottom: 0;
    display: flex;
    gap: 12px;
    height: 88px;
    justify-content: space-between;
    left: 0;
    padding: 13px 16px;
    position: absolute;
    right: 0;
}

.cvc-story-viewer__footer h2 {
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cvc-story-viewer__article {
    background: var(--cvc-red);
    border-radius: 999px;
    color: #fff !important;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    padding: 9px 12px;
}

.cvc-story-viewer__close,
.cvc-story-viewer__nav {
    align-items: center;
    background: rgba(20,20,24,.82);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 5;
}

.cvc-story-viewer__close {
    font-size: 25px;
    height: 39px;
    right: 12px;
    top: 12px;
    width: 39px;
}

.cvc-story-viewer__nav {
    font-size: 32px;
    height: 44px;
    padding-bottom: 4px;
    top: calc(50% - 44px);
    width: 44px;
}

.cvc-story-viewer__nav--prev {
    left: 10px;
}

.cvc-story-viewer__nav--next {
    right: 10px;
}

body.cvc-story-open {
    overflow: hidden !important;
}

/* Tablet */

@media (max-width: 900px) {
    .cvc-news-grid--three {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .cvc-home-lower {
        grid-template-columns: 1fr;
    }

    .cvc-home-most-viewed {
        position: static;
    }
}

/* Móvil */

@media (max-width: 680px) {
    body.home .bloglo-header-container {
        min-height: 60px;
    }

    body.home .bloglo-logo img,
    body.home .custom-logo {
        max-height: 38px;
        max-width: 156px;
    }

    .cvc-home__container {
        padding: 0 14px 48px;
    }

    .cvc-hero {
        margin-bottom: 28px;
    }

    .cvc-hero__viewport {
        height: 440px;
    }

    .cvc-hero__gradient {
        background:
            linear-gradient(0deg,rgba(6,5,8,.94),rgba(6,5,8,.54) 48%,rgba(6,5,8,.08) 78%);
    }

    .cvc-hero__content {
        bottom: 52px;
        left: 17px;
        right: 17px;
    }

    .cvc-hero__content h2 {
        font-size: clamp(27px,8vw,38px);
        line-height: 1.04;
    }

    .cvc-hero__content p,
    .cvc-hero__arrow {
        display: none;
    }

    .cvc-hero__dots {
        bottom: 20px;
    }

    .cvc-home-section {
        margin-bottom: 40px;
    }

    .cvc-section-heading {
        margin-bottom: 16px;
    }

    .cvc-section-heading h2 {
        font-size: 23px;
    }

    .cvc-news-grid {
        gap: 10px;
    }

    .cvc-news-grid--three {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .cvc-news-card__body {
        padding: 10px 10px 12px;
    }

    .cvc-news-card__category {
        font-size: 9px;
        margin-bottom: 6px;
    }

    .cvc-news-card__title {
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.16;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .cvc-news-card__time {
        display: none;
    }

    .cvc-stories-home {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -14px;
        margin-right: -14px;
        padding: 22px 14px 25px;
    }

    .cvc-story-home {
        flex-basis: 158px;
        height: 270px;
    }

    .cvc-story-home__play {
        height: 46px;
        width: 46px;
    }

    .cvc-story-home__title {
        font-size: 14px;
    }

    .cvc-news-card--horizontal {
        grid-template-columns: 126px minmax(0,1fr);
    }

    .cvc-news-card--horizontal .cvc-news-card__media {
        min-height: 116px;
    }

    .cvc-home-most-viewed {
        border-radius: 14px;
        padding: 15px;
    }

    .cvc-story-viewer {
        padding: 0;
    }

    .cvc-story-viewer__dialog {
        border-radius: 0;
        height: 100%;
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .cvc-hero__viewport {
        height: 410px;
    }

    .cvc-story-home {
        flex-basis: 148px;
        height: 258px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cvc-hero__track,
    .cvc-home *,
    .cvc-home *::before,
    .cvc-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* CVC AJUSTE MOVIL V1 */

body.home #main,
body.home .site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home #masthead + *,
body.home #masthead + .site-main {
    margin-top: 0 !important;
}

@media (max-width: 680px) {
    body.home #main,
    body.home .site-main,
    body.home .cvc-home {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .cvc-hero__content h2 {
        font-size: clamp(28px,7vw,34px);
        letter-spacing: -.04em;
        line-height: 1.04;
    }

    .cvc-home-section--top .cvc-news-grid--three {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .cvc-home-section--top .cvc-news-card {
        border-radius: 10px;
    }

    .cvc-home-section--top .cvc-news-card__media {
        aspect-ratio: 1.08/1;
    }

    .cvc-home-section--top .cvc-news-card__body {
        padding: 9px 8px 11px;
    }

    .cvc-home-section--top .cvc-news-card__category {
        font-size: 8px;
        line-height: 1.05;
        margin-bottom: 5px;
    }

    .cvc-home-section--top .cvc-news-card__title {
        font-size: 12px;
        line-height: 1.13;
        -webkit-line-clamp: 5;
    }

    .cvc-home-section--top .cvc-news-card__time {
        display: none;
    }
}

@media (max-width: 380px) {
    .cvc-home-section--top .cvc-news-card__title {
        font-size: 11px;
    }

    .cvc-home-section--top .cvc-news-card__body {
        padding: 8px 6px 10px;
    }
}

/* CVC FIX FULL WIDTH V1 */

body.home #page,
body.home.bloglo-layout__boxed #page,
body.home.bloglo-layout-boxed #page,
body.home .hfeed.site {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.home #main,
body.home .site-main,
body.home .cvc-home {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.home #masthead {
    margin-bottom: 0 !important;
}

body.home .cvc-hero {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/* CVC POPULARES DESPUÉS DE HISTORIAS */

.cvc-popular-home {
    background: linear-gradient(135deg,#fff8f0,#fff);
    border: 1px solid #f4ddd0;
    border-radius: 20px;
    padding: 24px;
}

.cvc-popular-home__live {
    align-items: center;
    color: var(--cvc-red);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    gap: 6px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cvc-popular-home__live::before {
    background: var(--cvc-red);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(242,56,67,.12);
    content: "";
    height: 7px;
    width: 7px;
}

.cvc-popular-home__content > #lo-mas-visto-ahora,
.cvc-popular-home__content .main-section,
.cvc-popular-home__content .main-section__container {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.cvc-popular-home__content .main-section__header {
    display: none !important;
}

.cvc-popular-home__content .main-section-list {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

.cvc-popular-home__content .main-section-list__item {
    background: #fff;
    border: 1px solid #eee2dc !important;
    border-radius: 13px;
    box-shadow: 0 5px 16px rgba(35,25,20,.05);
    min-width: 0;
    overflow: hidden;
    padding: 14px !important;
    width: auto !important;
}

.cvc-popular-home__content figure,
.cvc-popular-home__content .main-card {
    margin: 0 !important;
}

.cvc-popular-home__content .main-card__title {
    font-size: 15px !important;
    line-height: 1.18 !important;
    margin: 0 !important;
}

.cvc-popular-home__content .main-card__title a {
    color: var(--cvc-ink) !important;
    font-size: inherit !important;
}

.cvc-popular-home__content .cvc-visitas-badge {
    background: var(--cvc-yellow) !important;
    border-radius: 999px;
    color: #272216 !important;
    display: inline-flex !important;
    font-size: 10px !important;
    font-weight: 900;
    margin-bottom: 9px;
    padding: 5px 8px !important;
    position: static !important;
}

.cvc-popular-home__empty {
    color: var(--cvc-muted);
    margin: 0;
    padding: 20px;
    text-align: center;
}

.cvc-home-lower {
    grid-template-columns: minmax(0,1fr) !important;
}

@media (max-width: 900px) {
    .cvc-popular-home__content .main-section-list {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}

@media (max-width: 680px) {
    .cvc-popular-home {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -14px;
        margin-right: -14px;
        padding: 21px 14px 24px;
    }

    .cvc-popular-home__content .main-section-list {
        display: flex !important;
        gap: 10px !important;
        overflow-x: auto;
        padding-bottom: 4px !important;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .cvc-popular-home__content .main-section-list::-webkit-scrollbar {
        display: none;
    }

    .cvc-popular-home__content .main-section-list__item {
        flex: 0 0 176px;
        padding: 12px !important;
        scroll-snap-align: start;
    }

    .cvc-popular-home__content .main-card__title {
        font-size: 13px !important;
    }
}

/* CVC PLAY TRANSPARENTE V1 */

.cvc-story-home__play,
.cvc-story-home__button:hover .cvc-story-home__play,
.cvc-story-home__button:focus-visible .cvc-story-home__play {
    background-color: rgba(0, 0, 0, .45) !important;
}

/* CVC POPULARES CUADRADOS V2 */

/* Se impone una sola fila horizontal en todos los tamaños. */

.cvc-popular-home__content,
.cvc-popular-home__content #lo-mas-visto-ahora,
.cvc-popular-home__content .main-section,
.cvc-popular-home__content .main-section__container {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
}

.cvc-popular-home__content .main-section__header {
    display: none !important;
}

.cvc-popular-home__content .main-section-list {
    align-items: stretch !important;
    cursor: grab;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    grid-template-columns: none !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 5px 3px 12px !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
    width: 100% !important;
}

.cvc-popular-home__content .main-section-list::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
}

.cvc-popular-home__content .main-section-list__item {
    align-self: stretch !important;
    background: #fff;
    border: 1px solid #eee2dc !important;
    border-radius: 13px;
    box-shadow: 0 6px 16px rgba(35,25,20,.08);
    display: block !important;
    flex: 0 0 218px !important;
    height: 292px !important;
    max-width: 218px !important;
    min-width: 218px !important;
    overflow: hidden;
    padding: 8px !important;
    scroll-snap-align: start;
    width: 218px !important;
}

.cvc-popular-home__content .main-card {
    display: block !important;
    height: 100% !important;
    margin: 0 !important;
    position: relative;
}

.cvc-popular-home__content .main-card__image {
    aspect-ratio: 1/1 !important;
    border-radius: 9px;
    display: block !important;
    height: 202px !important;
    margin: 0 !important;
    object-fit: cover !important;
    width: 202px !important;
}

.cvc-popular-home__content .main-card__caption {
    display: block !important;
    padding: 9px 4px 4px !important;
}

.cvc-popular-home__content .main-card__title {
    display: -webkit-box !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    margin: 0 !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cvc-popular-home__content .cvc-visitas-badge {
    align-items: center;
    background: rgba(12,12,15,.88) !important;
    border: 0 !important;
    border-left: 4px solid var(--cvc-red) !important;
    border-radius: 5px !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column;
    left: 15px !important;
    line-height: 1;
    margin: 0 !important;
    min-width: 64px;
    padding: 5px 8px !important;
    position: absolute !important;
    right: auto !important;
    top: 15px !important;
    z-index: 4;
}

.cvc-popular-home__content .cvc-count {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 950;
    line-height: 1;
}

.cvc-popular-home__content .cvc-text {
    color: #fff !important;
    font-size: 7px !important;
    font-weight: 850;
    letter-spacing: .04em;
    line-height: 1;
    margin-top: 2px;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .cvc-popular-home__content .main-section-list {
        gap: 10px !important;
    }

    .cvc-popular-home__content .main-section-list__item {
        flex-basis: 178px !important;
        height: 242px !important;
        max-width: 178px !important;
        min-width: 178px !important;
        padding: 7px !important;
        width: 178px !important;
    }

    .cvc-popular-home__content .main-card__image {
        height: 162px !important;
        width: 162px !important;
    }

    .cvc-popular-home__content .main-card__caption {
        padding: 8px 3px 3px !important;
    }

    .cvc-popular-home__content .main-card__title {
        font-size: 12px !important;
        line-height: 1.12 !important;
        -webkit-line-clamp: 3;
    }

    .cvc-popular-home__content .cvc-visitas-badge {
        left: 12px !important;
        min-width: 58px;
        top: 12px !important;
    }
}

/* CVC POPULARES FRANJA V3 */

/*
 * Los dos ID aumentan la prioridad sobre los estilos
 * impresos posteriormente por el sistema original.
 */

#cvc-popular-home #lo-mas-visto-ahora .main-section-list {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 0 10px !important;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x;
    width: 100% !important;
}

#cvc-popular-home #lo-mas-visto-ahora .main-section-list::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

/* Cada noticia ocupa un quinto del ancho en escritorio. */

#cvc-popular-home #lo-mas-visto-ahora .main-section-list__item {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    flex: 0 0 calc((100% - 56px) / 5) !important;
    height: auto !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-align: start;
    width: calc((100% - 56px) / 5) !important;
}

#cvc-popular-home #lo-mas-visto-ahora .main-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
}

/* Imagen editorial horizontal, no tarjeta vertical. */

#cvc-popular-home #lo-mas-visto-ahora .main-card__image {
    aspect-ratio: 16/10 !important;
    border: 0 !important;
    border-radius: 5px !important;
    display: block !important;
    height: auto !important;
    margin: 0 0 8px !important;
    max-height: none !important;
    object-fit: cover !important;
    width: 100% !important;
}

#cvc-popular-home #lo-mas-visto-ahora .main-card__caption {
    background: transparent !important;
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 2px !important;
}

#cvc-popular-home #lo-mas-visto-ahora .main-card__title {
    display: -webkit-box !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    height: auto !important;
    line-height: 1.13 !important;
    margin: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#cvc-popular-home #lo-mas-visto-ahora .main-card__title a {
    color: var(--cvc-ink) !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Contador CVC superpuesto. */

#cvc-popular-home #lo-mas-visto-ahora .cvc-visitas-badge {
    align-items: center !important;
    background: rgba(12,12,15,.90) !important;
    border: 0 !important;
    border-left: 4px solid var(--cvc-red) !important;
    border-radius: 3px !important;
    box-shadow: 0 3px 9px rgba(0,0,0,.22) !important;
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    left: 8px !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-width: 60px !important;
    padding: 5px 7px !important;
    position: absolute !important;
    right: auto !important;
    top: 8px !important;
    z-index: 5 !important;
}

#cvc-popular-home #lo-mas-visto-ahora .cvc-count {
    color: #fff !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

#cvc-popular-home #lo-mas-visto-ahora .cvc-text {
    color: #fff !important;
    display: block !important;
    font-size: 7px !important;
    font-weight: 850 !important;
    letter-spacing: .04em !important;
    line-height: 1 !important;
    margin-top: 2px !important;
    text-transform: uppercase !important;
}

/* Móvil: fila deslizable y varias noticias visibles. */

@media (max-width: 680px) {
    #cvc-popular-home #lo-mas-visto-ahora .main-section-list {
        gap: 10px !important;
        padding: 3px 0 8px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .main-section-list__item {
        flex: 0 0 158px !important;
        max-width: 158px !important;
        min-width: 158px !important;
        width: 158px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .main-card__image {
        aspect-ratio: 16/10 !important;
        height: 99px !important;
        width: 158px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .main-card__title {
        font-size: 12px !important;
        line-height: 1.12 !important;
        -webkit-line-clamp: 3;
    }

    #cvc-popular-home #lo-mas-visto-ahora .cvc-visitas-badge {
        left: 6px !important;
        min-width: 53px !important;
        padding: 4px 6px !important;
        top: 6px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .cvc-count {
        font-size: 14px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .cvc-text {
        font-size: 6px !important;
    }
}

/* CVC POPULARES TAMAÑO V4 */

@media (max-width: 680px) {
    #cvc-popular-home #lo-mas-visto-ahora .main-section-list__item {
        flex: 0 0 174px !important;
        max-width: 174px !important;
        min-width: 174px !important;
        width: 174px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .main-card__image {
        height: 109px !important;
        width: 174px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .main-card__title {
        font-size: 13px !important;
        line-height: 1.13 !important;
        -webkit-line-clamp: 3;
    }

    #cvc-popular-home #lo-mas-visto-ahora .cvc-visitas-badge {
        min-width: 56px !important;
        padding: 5px 7px !important;
    }

    #cvc-popular-home #lo-mas-visto-ahora .cvc-count {
        font-size: 15px !important;
    }
}

/* CVC GALERIA CENTRADA V5 */

/* Escritorio: misma anchura que el contenido inferior. */

@media (min-width: 681px) {
    body.home .cvc-hero {
        border-radius: 16px;
        margin: 28px auto 42px !important;
        max-width: 1240px !important;
        overflow: hidden;
        width: calc(100% - 40px) !important;
    }

    body.home .cvc-hero__viewport {
        height: clamp(440px,42vw,540px);
        max-width: 1240px;
        width: 100%;
    }

    body.home .cvc-hero__content {
        bottom: 62px;
        left: 54px;
        max-width: 680px;
        right: auto;
    }

    body.home .cvc-hero__content h2 {
        font-size: clamp(34px,3.2vw,50px);
        line-height: 1.03;
    }

    body.home .cvc-hero__content p {
        max-width: 590px;
    }

    body.home .cvc-hero__arrow--prev {
        left: 18px;
    }

    body.home .cvc-hero__arrow--next {
        right: 18px;
    }
}

/* Móvil: sigue ocupando todo el ancho disponible. */

@media (max-width: 680px) {
    body.home .cvc-hero {
        border-radius: 0;
        margin: 0 0 28px !important;
        max-width: none !important;
        width: 100% !important;
    }

    body.home .cvc-hero__viewport {
        height: 440px;
        max-width: none;
        width: 100%;
    }

    body.home .cvc-hero__content {
        bottom: 52px;
        left: 17px;
        max-width: none;
        right: 17px;
    }
}


/* =============================================================
   CVC SHORTS GRADIENTE FINAL
   ============================================================= */

.cvc-stories-home {
    background:
        radial-gradient(
            circle at 92% 8%,
            rgb(245 145 255 / 55%),
            transparent 22%
        ),
        linear-gradient(12deg, #fff5f7, #fff);
    border: 0;
    border-radius: 22px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 27px 18px 30px;
}

/* Evita desbordamiento lateral en teléfonos estrechos. */
@media (max-width: 767px) {
    .cvc-stories-home {
        border-radius: 18px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 22px 10px 25px;
    }
}

/* =============================================================
   CVC FIX SCROLL VERTICAL SHORTS
   Permite deslizar las tarjetas horizontalmente sin bloquear
   el desplazamiento vertical de la página.
   ============================================================= */
.cvc-stories-home__scroller {
    touch-action: pan-x pan-y pinch-zoom !important;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
}

/* =============================================================
   CVC INFINITE HYBRID STYLES
   ============================================================= */

.cvc-infinite {
    position: relative;
}

.cvc-infinite__sentinel {
    height: 2px;
    pointer-events: none;
    width: 100%;
}

.cvc-infinite__status {
    color: var(--cvc-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin: 14px 0 0;
    min-height: 18px;
    text-align: center;
}

.cvc-infinite__button {
    appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    font-family: inherit;
    margin-left: auto;
    margin-right: auto;
    min-width: 210px;
}

.cvc-infinite__button:disabled {
    cursor: wait;
    opacity: .72;
}

.cvc-infinite__button[hidden],
.cvc-infinite__fallback[hidden],
.cvc-infinite.is-enhanced .cvc-infinite__fallback {
    display: none !important;
}

.cvc-infinite.is-loading .cvc-infinite__button::after {
    animation: cvc-infinite-spin .75s linear infinite;
    border: 2px solid rgba(255,255,255,.45);
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 9px;
    vertical-align: -2px;
    width: 13px;
}

.cvc-infinite.is-complete .cvc-infinite__sentinel {
    display: none;
}

@keyframes cvc-infinite-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 680px) {
    .cvc-infinite__status {
        font-size: 12px;
        margin-top: 11px;
    }

    .cvc-infinite__button {
        min-height: 44px;
        width: min(100%, 260px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cvc-infinite.is-loading .cvc-infinite__button::after {
        animation-duration: 1.5s;
    }
}

/* =============================================================
   CVC INFINITE LOADER VISUAL
   ============================================================= */

.cvc-infinite__loader {
    align-items: center;
    color: var(--cvc-ink);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 850;
    gap: 10px;
    justify-content: center;
    margin: 22px auto 18px;
    min-height: 82px;
    text-align: center;
}

.cvc-infinite__loader[hidden] {
    display: none !important;
}

.cvc-infinite__loader-circle {
    align-items: center;
    background: #fff;
    border: 2px solid rgba(247,62,74,.18);
    border-radius: 50%;
    box-shadow: 0 7px 22px rgba(22,17,20,.12);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px;
}

.cvc-infinite__loader-spinner {
    animation: cvc-loader-ring .8s linear infinite;
    border: 4px solid rgba(247,62,74,.16);
    border-radius: 50%;
    border-top-color: var(--cvc-red);
    height: 30px;
    width: 30px;
}

.cvc-infinite__loader-check {
    color: var(--cvc-red);
    display: none;
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
}

.cvc-infinite__loader.is-loaded
.cvc-infinite__loader-spinner {
    display: none;
}

.cvc-infinite__loader.is-loaded
.cvc-infinite__loader-check {
    display: block;
}

.cvc-infinite__loader.is-loaded
.cvc-infinite__loader-circle {
    animation: cvc-loader-pop .38s ease both;
    background: #fff3f5;
    border-color: rgba(247,62,74,.4);
}

.cvc-infinite.is-enhanced
.cvc-infinite__fallback:not([hidden]) {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: max-content;
}

@keyframes cvc-loader-ring {
    to {
        transform: rotate(360deg);
    }
}

@keyframes cvc-loader-pop {
    0% {
        transform: scale(.82);
    }

    65% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 680px) {
    .cvc-infinite__loader {
        font-size: 13px;
        margin-bottom: 14px;
        margin-top: 18px;
        min-height: 76px;
    }

    .cvc-infinite__loader-circle {
        height: 44px;
        width: 44px;
    }

    .cvc-infinite__loader-spinner {
        height: 27px;
        width: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cvc-infinite__loader-spinner {
        animation-duration: 1.6s;
    }

    .cvc-infinite__loader.is-loaded
    .cvc-infinite__loader-circle {
        animation: none;
    }
}


/* =============================================================
   CVC INFINITE COMPACT CONTROLS V1
   Iguala Cargar más noticias y Ver todas las noticias.
   ============================================================= */

.cvc-infinite__button,
.cvc-infinite__fallback {
    align-items: center !important;
    appearance: none;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 800 !important;
    justify-content: center;
    line-height: 1.2;
    margin: 22px auto 0 !important;
    max-width: calc(100% - 32px);
    min-height: 44px !important;
    min-width: 0 !important;
    padding: 12px 22px !important;
    text-align: center;
    text-decoration: none;
    width: fit-content !important;
}

.cvc-infinite__button[hidden],
.cvc-infinite__fallback[hidden],
.cvc-infinite.is-enhanced
.cvc-infinite__fallback[hidden] {
    display: none !important;
}

.cvc-infinite.is-enhanced
.cvc-infinite__fallback:not([hidden]) {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
}

/* El antiguo visto queda inutilizado definitivamente. */
.cvc-infinite__loader-check {
    display: none !important;
}

.cvc-infinite__loader-spinner {
    display: block;
}

@media (max-width: 680px) {
    .cvc-infinite__button,
    .cvc-infinite__fallback {
        font-size: 14px !important;
        min-height: 44px !important;
        padding: 12px 21px !important;
        width: fit-content !important;
    }
}


/* =============================================================
   CVC INFINITE CENTER BUTTON V1
   ============================================================= */

.cvc-infinite__button:not([hidden]) {
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
}

.cvc-infinite__button[hidden] {
    display: none !important;
}


   CVC HERO MOBILE TITLE LIMIT V1
   Mantiene todos los titulares dentro de la galería móvil.
   ============================================================= */

@media (max-width: 680px) {
    body.home .cvc-hero__content {
        bottom: 52px;
        left: 17px;
        max-height: calc(100% - 78px);
        overflow: hidden;
        right: 17px;
    }

    body.home .cvc-hero__content h2 {
        display: -webkit-box;
        font-size: clamp(27px, 7vw, 34px);
        line-height: 1.04;
        margin-bottom: 0;
        max-height: 4.16em;
        overflow: hidden;
        text-wrap: initial;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    body.home .cvc-hero__content h2 a {
        display: block;
    }

    body.home .cvc-hero__category {
        flex-shrink: 0;
        margin-bottom: 13px;
    }
}

@media (max-width: 380px) {
    body.home .cvc-hero__content h2 {
        font-size: 27px;
    }
}
