@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   NEXA GLOBAL
   ========================================================= */

/* Títulos */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: 'Nexa', sans-serif !important;
}


/* Menú principal y submenús */

#header-menu-1,
#header-menu-1 a,
.ct-header-menu,
.ct-header-menu a,
.mobile-menu,
.mobile-menu a,
.sub-menu,
.sub-menu a {
    font-family: 'Nexa', sans-serif !important;
}


/* Botones */

button,
.button,
.wp-element-button,
.wp-block-button__link,
input[type="submit"],
input[type="button"] {
    font-family: 'Nexa', sans-serif !important;
}


/* Formularios */

input,
textarea,
select,
option,
label {
    font-family: 'Nexa', sans-serif !important;
}

/* =========================================================
   NEXA - DETALLE DE ENTRADAS
   ========================================================= */

.single-post .entry-title,
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li,
.single-post .entry-content a,
.single-post .entry-content strong,
.single-post .entry-content em,
.single-post .entry-meta,
.single-post .ct-related-posts,
.single-post .ct-related-posts * {
    font-family: 'Nexa', sans-serif !important;
}

.single .entry-title,
.single .entry-content,
.page .entry-title,
.page .entry-content {
    font-family: 'Nexa', sans-serif !important;
}

/* =========================================================
   NEXA - COMPARTIR Y NAVEGACIÓN DE ENTRADAS
   ========================================================= */

/* Compartir */

.single-post .ct-share-box,
.single-post .ct-share-box *,
.single-post .ct-share-box[data-type] {
    font-family: 'Nexa', sans-serif !important;
}


/* Entrada anterior / siguiente */

.single-post .post-navigation,
.single-post .post-navigation *,
.single-post .ct-posts-navigation,
.single-post .ct-posts-navigation * {
    font-family: 'Nexa', sans-serif !important;
}


/* Cobertura adicional Blocksy */

.single-post [class*="post-navigation"],
.single-post [class*="post-navigation"] *,
.single-post [class*="share-box"],
.single-post [class*="share-box"] * {
    font-family: 'Nexa', sans-serif !important;
}

/* BOTONES DE CABECERA */

.ct-header .ct-button,
.ct-header .ct-button *,
.ct-header .wp-block-button__link,
.ct-header button,
.ct-header a[class*="button"] {
    font-family: 'Nexa', sans-serif !important;
}



/* =========================================================
   VOX - RADIO EN VIVO
   ========================================================= */

.vox-radio-player {
    display: inline-flex;
    font-family: Nexa, sans-serif;
}

.vox-radio-player__button {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    min-height: 54px;
    padding: 7px 17px 7px 9px;

    color: #ffffff;
    background: #f97316;

    border: 0;
    border-radius: 12px;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.vox-radio-player__button:hover {
    background: #0d1a63;
    transform: translateY(-1px);
}

/* Círculo Play */

.vox-radio-player__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;
    flex: 0 0 39px;

    border: 2px solid #ffffff;
    border-radius: 50%;
}

/* Triángulo */

.vox-radio-player__play {
    width: 0;
    height: 0;

    margin-left: 3px;

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #ffffff;
}

/* Texto */

.vox-radio-player__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    line-height: 1.05;
}

.vox-radio-player__text strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.vox-radio-player__text > span {
    margin-top: 4px;

    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

/* =========================================================
   ESTADO REPRODUCIENDO
   ========================================================= */

.vox-radio-player.is-playing
.vox-radio-player__button {
    background: #0d1a63;
}

.vox-radio-player.is-playing
.vox-radio-player__icon {
    position: relative;
}

/* Oculta Play */

.vox-radio-player.is-playing
.vox-radio-player__play {
    width: 11px;
    height: 15px;
    margin: 0;

    border: 0;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}

/* Indicador */

.vox-radio-player.is-playing
.vox-radio-player__text > span::before {
    content: "";
    display: inline-block;

    width: 7px;
    height: 7px;
    margin-right: 6px;

    background: #f97316;
    border-radius: 50%;

    animation: vox-radio-pulse 1.3s infinite;
}

@keyframes vox-radio-pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}

/* MÓVIL */

@media (max-width: 767px) {
    .vox-radio-player__button {
        min-height: 46px;
        padding: 5px 11px 5px 7px;
        gap: 8px;
    }

    .vox-radio-player__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .vox-radio-player__text strong {
        font-size: 11px;
    }

    .vox-radio-player__text > span {
        font-size: 10px;
    }
}


/* =========================================================
   VOX - ÚLTIMOS VIDEOS
   ========================================================= */

.vox-latest-videos {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;

    width: 100%;
}

.vox-latest-videos a {
    color: inherit;
    text-decoration: none;
}

/* PRINCIPAL */

.vox-latest-videos__main {
    min-width: 0;
}

/* COLUMNA DERECHA */

.vox-latest-videos__secondary {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
 gap: 10px;
    min-width: 0;
}

.vox-latest-videos__item
.vox-latest-videos__title {
    margin-top: 6px;
}

/* IMAGEN */

.vox-latest-videos__media {
    position: relative;
    overflow: hidden;

    width: 100%;
    aspect-ratio: 16 / 9;

    background: #0d1a63;
    border-radius: 16px;
}

.vox-latest-videos__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;
}

.vox-latest-videos a:hover
.vox-latest-videos__media img {
    transform: scale(1.04);
}

/* PLAY */

.vox-latest-videos__play {
    position: absolute;
    top: 50%;
    left: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color: #ffffff;
    background: #f97316;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.vox-latest-videos__play svg {
    width: 25px;
    height: 25px;

    margin-left: 3px;

    fill: currentColor;
}

.vox-latest-videos a:hover
.vox-latest-videos__play {
    background: #0d1a63;

    transform:
        translate(-50%, -50%)
        scale(1.08);
}

/* TÍTULOS */

.vox-latest-videos__title {
    display: -webkit-box;
    overflow: hidden;

    margin: 10px 2px 0;

    color: #111827;

    font-family: Nexa, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vox-latest-videos__main
.vox-latest-videos__title {
    font-size: 22px;
}

/* SECUNDARIOS */

.vox-latest-videos__item
.vox-latest-videos__play {
    width: 44px;
    height: 44px;
}

.vox-latest-videos__item
.vox-latest-videos__play svg {
    width: 20px;
    height: 20px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .vox-latest-videos {
        grid-template-columns: 1.5fr 1fr;
        gap: 18px;
    }

    .vox-latest-videos__main
    .vox-latest-videos__title {
        font-size: 20px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .vox-latest-videos {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .vox-latest-videos__secondary {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 18px;
    }

    .vox-latest-videos__title,
    .vox-latest-videos__main
    .vox-latest-videos__title {
        font-size: 17px;
    }

    .vox-latest-videos__play {
        width: 48px;
        height: 48px;
    }
}

/* =========================================================
   EN VOX ALTA - PODCAST
   ========================================================= */

.vox-podcast {
    width: 100%;
}

/* DESTACADO */

.vox-podcast__featured {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
    gap: 32px;
    align-items: center;

    margin-bottom: 32px;
}

.vox-podcast__featured-media {
    position: relative;
    display: block;
    overflow: hidden;

    width: 100%;
    aspect-ratio: 16 / 9;

    border-radius: 16px;
    background: #0d1a63;
}

.vox-podcast__featured-media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;
}

.vox-podcast__featured-media:hover img {
    transform: scale(1.04);
}


/* PLAY */

.vox-podcast__play {
    position: absolute;
    top: 50%;
    left: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    color: #ffffff;
    background: #f97316;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.vox-podcast__play svg {
    display: block;

    width: 25px;
    height: 25px;

    margin-left: 3px;

    fill: currentColor;
}

.vox-podcast__featured-media:hover
.vox-podcast__play,
.vox-podcast-card:hover
.vox-podcast__play {
    background: #0d1a63;

    transform:
        translate(-50%, -50%)
        scale(1.08);
}


/* INFORMACIÓN DESTACADO */

.vox-podcast__featured-content {
    min-width: 0;
}

.vox-podcast__eyebrow {
    display: block;

    margin-bottom: 8px;

    color: #f97316;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.vox-podcast__featured-content h2 {
    margin: 0 0 20px;

    color: #0d1a63;

    font-family: Nexa, sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.15;
}


/* BOTÓN */

.vox-podcast__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 11px 20px;

    color: #ffffff !important;
    background: #f97316;

    border-radius: 30px;

    font-weight: 700;
    text-decoration: none !important;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.vox-podcast__button:hover {
    background: #0d1a63;

    transform: translateY(-2px);
}


/* =========================================================
   EPISODIOS
   ========================================================= */

.vox-podcast__episodes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.vox-podcast-card {
    display: block;

    min-width: 0;

    color: inherit;
    text-decoration: none !important;
}

.vox-podcast-card__media {
    position: relative;
    overflow: hidden;

    width: 100%;
    aspect-ratio: 16 / 9;

    border-radius: 16px;
    background: #0d1a63;
}

.vox-podcast-card__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;
}

.vox-podcast-card:hover
.vox-podcast-card__media img {
    transform: scale(1.04);
}

.vox-podcast-card .vox-podcast__play {
    width: 44px;
    height: 44px;
}

.vox-podcast-card .vox-podcast__play svg {
    width: 20px;
    height: 20px;
}


/* TÍTULO EPISODIO */

.vox-podcast-card h3 {
    display: -webkit-box;
    overflow: hidden;

    margin: 10px 2px 0;

    color: #111827;

    font-family: Nexa, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .vox-podcast__featured {
        grid-template-columns: 1.4fr 1fr;
        gap: 24px;
    }

    .vox-podcast__episodes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .vox-podcast__featured {
        grid-template-columns: 1fr;
        gap: 18px;

        margin-bottom: 28px;
    }

    .vox-podcast__featured-content h2 {
        font-size: 24px;
    }

    .vox-podcast__episodes {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vox-podcast__play {
        width: 48px;
        height: 48px;
    }
}

/* =========================================================
   EN VOX ALTA - MÁS PODCASTS
   ========================================================= */

.vox-podcast-collections {
    margin-top: 44px;
}

.vox-podcast-collections__header {
    margin-bottom: 20px;
}

.vox-podcast-collections__header h2 {
    margin: 0;

    color: #0d1a63;

    font-family: Nexa, sans-serif;
    font-size: 26px;
    font-weight: 800;
}

.vox-podcast-collections__grid {
    display: grid;
    grid-template-columns: repeat(
        3,
        minmax(0, 1fr)
    );
    gap: 22px;
}

.vox-podcast-collection {
    min-width: 0;

    color: inherit;
    text-decoration: none !important;
}

.vox-podcast-collection__media {
    position: relative;
    overflow: hidden;

    width: 100%;
    aspect-ratio: 16 / 9;

    background: #0d1a63;
    border-radius: 16px;
}

.vox-podcast-collection__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;
}

.vox-podcast-collection:hover
.vox-podcast-collection__media img {
    transform: scale(1.04);
}

.vox-podcast-collection__badge {
    position: absolute;
    left: 14px;
    bottom: 14px;

    padding: 6px 10px;

    color: #ffffff;
    background: #f97316;

    border-radius: 999px;

    font-family: Nexa, sans-serif;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.vox-podcast-collection h3 {
    margin: 10px 2px 0;

    color: #383782;

    font-family: Nexa, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.vox-podcast-collection:hover h3 {
    color: #f97316;
}


/* TABLET */

@media (max-width: 1024px) {

    .vox-podcast-collections__grid {
        grid-template-columns: repeat(
            2,
            minmax(0, 1fr)
        );
    }
}


/* MÓVIL */

@media (max-width: 767px) {

    .vox-podcast-collections {
        margin-top: 32px;
    }

    .vox-podcast-collections__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* =========================================================
   VOX - DATOS DE CONTACTO
   ========================================================= */

.vox-contact-data {
    display: flex;
    flex-direction: column;
    gap: 28px;

    width: 100%;
}

.vox-contact-data__item {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.vox-contact-data__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-bottom: 12px;

    color: #f97316 !important;
}

.vox-contact-data__icon svg {
    width: 26px;
    height: 26px;

    fill: currentColor;
}

.vox-contact-data__item strong {
    margin-bottom: 6px;

    color: #111827;

    font-family: Nexa, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.vox-contact-data__item span,
.vox-contact-data__item a {
    color: #6b7280;

    font-family: Nexa, sans-serif;
    font-size: 14px;
    line-height: 1.5;

    text-decoration: none;
}

.vox-contact-data__item a:hover {
    color: #383782;
}

/* TABLET */



/* MÓVIL */

@media (max-width: 600px) {

    .vox-contact-data {
       
        gap: 24px;
    }
}

/* =========================================================
   RADIO VOX - ESTADOS DEL PLAYER
   ========================================================= */

/* LOADING */

.vox-radio-player.is-loading
.vox-radio-player__play {
    display: none;
}

.vox-radio-player.is-loading
.vox-radio-player__icon::before {
    content: "";

    width: 18px;
    height: 18px;

    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;

    animation: vox-radio-spin 0.8s linear infinite;
}

@keyframes vox-radio-spin {
    to {
        transform: rotate(360deg);
    }
}


/* ERROR / RECONECTAR */

.vox-radio-player.is-error
.vox-radio-player__play {
    display: none;
}

.vox-radio-player.is-error
.vox-radio-player__icon::before {
    content: "↻";

    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}


/* Mientras conecta no mostramos pausa */

.vox-radio-player.is-loading
.vox-radio-player__icon {
    border-color: #ffffff;
}


/* Estado de error */

.vox-radio-player.is-error
.vox-radio-player__button {
    background: #0d1a63;
}


/* Móvil sigue compacto */

@media (max-width: 767px) {

    .vox-radio-player.is-loading
    .vox-radio-player__icon::before {
        width: 16px;
        height: 16px;

        border-width: 2px;
    }

    .vox-radio-player.is-error
    .vox-radio-player__icon::before {
        font-size: 21px;
    }
}

.menu-vox-dia > a::before,
.menu-show-vox > a::before,
.menu-vox-alta > a::before,
.menu-vox-deporte > a::before {
    content: "";
    display: inline-block;

    width: 18px;
    height: 18px;
    margin-right: 7px;

    background: #f97316;

    vertical-align: -3px;

    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;

    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.menu-vox-dia > a::before {
    -webkit-mask-image: url("../icons/menu/vox-al-dia.svg");
    mask-image: url("../icons/menu/vox-al-dia.svg");
}

.menu-show-vox > a::before {
    -webkit-mask-image: url("../icons/menu/show-vox.svg");
    mask-image: url("../icons/menu/show-vox.svg");
}

.menu-vox-alta > a::before {
    -webkit-mask-image: url("../icons/menu/en-vox-alta.svg");
    mask-image: url("../icons/menu/en-vox-alta.svg");
}

.menu-vox-deporte > a::before {
    -webkit-mask-image: url("../icons/menu/vox-deporte.svg");
    mask-image: url("../icons/menu/vox-deporte.svg");
}

.menu-vox-dia > a:hover::before,
.menu-show-vox > a:hover::before,
.menu-vox-alta > a:hover::before,
.menu-vox-deporte > a:hover::before {
    background: #ffffff;
}

/* =========================================================
   MISIÓN / VISIÓN - EFECTO AUTOMÁTICO EN MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .vox-value-card.is-visible::before {
        transform: translateY(0);
    }

    .vox-value-card.is-visible {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
    }

    .vox-value-card.is-visible svg,
    .vox-value-card.is-visible .stk-block-icon {
        transform: translateY(-3px) scale(1.05);
    }
}

@media (max-width: 767px) {

    .ct-toggle-dropdown-mobile {
        width: 44px;
        height: 44px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin-left: auto;
    }

    .ct-toggle-dropdown-mobile svg {
        width: 20px;
        height: 20px;
    }
}

/* =========================================================
   FOOTER - REDES SOCIALES
   ========================================================= */

.vox-footer-social {
    width: 100%;
    text-align: center;
}

.vox-footer-social__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-bottom: 16px;
}

.vox-footer-social__title::before,
.vox-footer-social__title::after {
    content: "";

    width: 70px;
    height: 1px;

    background: rgba(255, 255, 255, 0.45);
}

.vox-footer-social__title span {
    color: #ffffff;

    font-family: 'Nexa', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Centra el shortcode */

.vox-footer-social__links {
    display: flex;
    justify-content: center;
}

/* Iconos */

.vox-footer-social
.vox-social--icons {
    justify-content: center;
    gap: 16px;
}

.vox-footer-social
.vox-social-icon {
    width: 38px;
    height: 38px;

    color: #ffffff;
}

.vox-footer-social
.vox-social-icon svg {
    width: 22px;
    height: 22px;

    fill: currentColor;
}

.vox-footer-social
.vox-social-icon:hover {
    color: #f97316;

    transform: translateY(-2px);
}

/* MÓVIL */

@media (max-width: 600px) {

    .vox-footer-social__title::before,
    .vox-footer-social__title::after {
        width: 45px;
    }

    .vox-footer-social__title {
        gap: 10px;
    }

    .vox-footer-social
    .vox-social--icons {
        gap: 12px;
    }
}