/*
Theme Name: MassRadio News
Theme URI: https://massradioh.com/
Author: MassRadio
Description: Tema personalizado para el portal de noticias MassRadio.
Version: 1.0
Text Domain: massradio-news
*/

/* =========================================
   MASSRADIO NEWS
   Tema desarrollado para MassRadio
   ========================================= */
   /* =========================================
   VARIABLES MASSRADIO
   ========================================= */

:root {
    --mr-blue: #083b73;
    --mr-yellow: #ecb714;
    --mr-red: #e30613;
    --mr-black: #171717;
    --mr-gray: #f4f4f4;
    --mr-border: #dddddd;
    --mr-white: #ffffff;
}


/* =========================================
   BASE
   ========================================= */

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--mr-black);
    background: var(--mr-white);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   CONTENEDOR GENERAL
   ========================================= */

.header-container,
.content-container,
.footer-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   CABECERA PRINCIPAL
   ========================================= */

.massradio-header {
    background: #fff;
}

.header-main {
    border-bottom: 5px solid var(--mr-blue);
}

.header-main .header-container {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 35px;
}


/* LOGO */

.massradio-logo {
    flex-shrink: 0;
}

.massradio-logo img {
    display: block;
    max-height: 72px;
    width: auto;
}

.massradio-logo > a:not(.custom-logo-link) {
    font-size: 28px;
    font-weight: 800;
    color: var(--mr-blue);
}


/* =========================================
   MENÚ SUPERIOR
   ========================================= */

.main-navigation {
    flex: 1;
}

.main-navigation ul,
.category-navigation ul,
.footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-navigation a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-navigation a:hover {
    color: var(--mr-red);
}


/* =========================================
   EN VIVO
   ========================================= */

.live-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 800;
    border-left: 1px solid var(--mr-border);
}

.live-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--mr-red);
    font-size: 11px;
}


/* =========================================
   SEGUNDO MENÚ
   ========================================= */

.category-navigation {
    border-bottom: 1px solid var(--mr-border);
}

.category-navigation ul {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.category-navigation a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-navigation a:hover {
    color: var(--mr-red);
}


/* =========================================
   CONTENIDO
   ========================================= */

.site-main {
    padding: 50px 0;
    min-height: 500px;
}


/* =========================================
   FOOTER
   ========================================= */

.massradio-footer {
    margin-top: 0;
    padding: 45px 0 25px;
    background: var(--mr-blue);
    color: #fff;
}

.footer-brand strong {
    font-size: 28px;
}

.footer-brand p {
    margin-top: 5px;
    color: var(--mr-yellow);
    font-size: 13px;
    font-weight: 700;
}

.footer-navigation {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.footer-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.footer-copy {
    font-size: 12px;
    opacity: .8;
}


/* =========================================
   CELULARES
   ========================================= */

@media (max-width: 800px) {

    .header-main .header-container {
        min-height: 70px;
        flex-wrap: wrap;
        gap: 15px;
        padding: 12px 0;
    }
    .massradio-logo {
        flex-shrink: 0;
        margin-left: 12px;
    }

    .massradio-logo img {
        max-height: 50px;
        width: auto;
        max-width: 100%;
    }

/* MENU DESPLEGABLE MOVIL */
.main-navigation {
    display: none;
    order: 3;
    width: 100%;
    flex-basis: 100%;
}

.main-navigation.mobile-menu-open {
    display: block;
}

.main-navigation ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 8px 0;
}

.main-navigation li {
    width: 100%;
    text-align: left;
}

.main-navigation a {
    display: block;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 700;
}
.category-navigation ul {
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
}

    .header-live {
        margin-left: auto;
    }

    .header-container,
    .content-container,
    .footer-container {
        width: min(100% - 24px, 1180px);
    }
}
/* =========================================
   PORTADA - MASSRADIO NEWS
   ========================================= */

.massradio-home {
    padding: 32px 0 60px;
}

.home-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.home-heading {
    margin-bottom: 18px;
}

.home-heading h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
}


/* ESTRUCTURA PRINCIPAL */

.hero-news {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
    gap: 28px;
    align-items: start;
}


/* =========================================
   NOTICIA PRINCIPAL
   ========================================= */

.featured-story {
    margin: 0;
}

.featured-image {
    display: block;
    overflow: hidden;
    background: #eeeeee;
}

.featured-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.no-featured-image {
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    color: #777;
    font-size: 30px;
    font-weight: 800;
}

.featured-content {
    padding-top: 18px;
}

.featured-category {
    display: inline-block;
    margin-bottom: 9px;
    padding: 5px 9px;
    background: var(--mr-red);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.featured-content h2 {
    max-width: 850px;
    margin: 0;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 800;
}

.featured-content h2 a:hover {
    color: var(--mr-red);
}

.featured-excerpt {
    margin: 13px 0 0;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}


/* =========================================
   ÚLTIMAS NOTICIAS
   ========================================= */

.latest-news {
    background: #f4f4f4;
    padding: 24px;
}

.latest-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.latest-header h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
}

.latest-header span {
    font-size: 34px;
    font-weight: 300;
}

.latest-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    padding: 17px 0;
    border-top: 1px solid #d7d7d7;
}

.latest-time {
    align-self: start;
    padding: 5px 4px;
    background: var(--mr-blue);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.latest-item h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.latest-item h3 a:hover {
    color: var(--mr-red);
}


/* =========================================
   PORTADA EN TABLET Y CELULAR
   ========================================= */

@media (max-width: 900px) {

    .hero-news {
        grid-template-columns: 1fr;
    }

    .featured-image img,
    .no-featured-image {
        height: 380px;
    }

    .featured-content h2 {
        font-size: 30px;
    }
}


@media (max-width: 600px) {

    .massradio-home {
        padding-top: 22px;
    }

    .home-container {
        width: calc(100% - 24px);
    }

    .featured-image img,
    .no-featured-image {
        height: 240px;
    }

    .featured-content h2 {
        font-size: 26px;
    }

    .featured-excerpt {
        font-size: 15px;
    }

    .latest-news {
        padding: 18px;
    }
}
/* =========================================
   MÁS NOTICIAS - TARJETAS
========================================= */

.news-grid-section {
    width: min(1180px, calc(100% - 40px));
    margin: 55px auto 60px;
}

.news-grid-section > h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 22px;
    padding-bottom: 10px;
    border-bottom: 4px solid var(--mr-blue);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

.news-card {
    min-width: 0;
}

.news-card-image {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: #eee;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-card-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    font-weight: 800;
}

.news-card-content {
    padding-top: 12px;
}

.news-card-category {
    display: inline-block;
    color: var(--mr-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.news-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.news-card h3 a {
    color: #111;
    text-decoration: none;
}

.news-card h3 a:hover {
    color: var(--mr-blue);
}


/* TABLET */
@media (max-width: 900px) {

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* CELULAR */
@media (max-width: 600px) {

    .news-grid-section {
        width: calc(100% - 24px);
        margin-top: 35px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .news-card-image {
        height: 230px;
    }

    .news-grid-section > h2 {
        font-size: 25px;
    }

}
/* =========================================
   SECCION NACIONALES
   ========================================= */

.category-section {
    max-width: 1200px;
    margin: 55px auto;
    padding: 0;
}

.category-section-header {
    border-bottom: 3px solid var(--mr-blue);
    margin-bottom: 22px;
    padding-bottom: 10px;
}

.category-section-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.category-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.category-news-card {
    min-width: 0;
}

.category-news-image {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #eee;
}

.category-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    font-weight: 800;
}

.category-news-content {
    padding-top: 10px;
}

.category-news-content h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.18;
    font-weight: 800;
}

.category-news-content h3 a {
    color: #111;
    text-decoration: none;
}

.category-news-content h3 a:hover {
    color: var(--mr-blue);
}

/* TABLET */
@media (max-width: 900px) {

    .category-section {
        width: calc(100% - 40px);
    }

    .category-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CELULAR */
@media (max-width: 600px) {

    .category-section {
        width: calc(100% - 30px);
        margin: 38px auto;
    }

    .category-section-header h2 {
        font-size: 25px;
    }

    .category-news-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .category-news-image {
        height: 220px;
    }

    .category-news-content h3 {
        font-size: 21px;
    }
}
/* FRANJA DE ÚLTIMA HORA */

.breaking-news {
    width: 100%;
    background: #d90016;
    color: #ffffff;
}

.breaking-news-inner {
    max-width: 1200px;
    min-height: 50px;
    margin: 0 auto;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-sizing: border-box;
}

.breaking-label {
    background: #ffffff;
    color: #d90016;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.breaking-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    flex: 1;
}

.breaking-title:hover {
    color: #ffffff;
    text-decoration: underline;
}

.breaking-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 27px;
    cursor: pointer;
    padding: 0 5px;
}

/* ADAPTACIÓN PARA CELULARES */

@media (max-width: 600px) {

    .breaking-news-inner {
        gap: 10px;
        padding: 10px 12px;
    }

    .breaking-label {
        font-size: 10px;
        padding: 6px;
    }

    .breaking-title {
        font-size: 12px;
        line-height: 1.4;
    }

    .breaking-close {
        font-size: 24px;
    }
}
/* =================================
   DISEÑO DE NOTICIAS INDIVIDUALES
================================= */

.massradio-article {
    padding: 45px 20px 70px;
    background: #ffffff;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
}

.article-categories {
    color: #123e70;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.article-categories a {
    color: #123e70;
}

.article-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 20px;
    color: #111111;
}

.article-meta {
    display: flex;
    gap: 20px;
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
}

.article-image {
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article-body {
    font-size: 19px;
    line-height: 1.8;
    color: #252525;
}

.article-body p {
    margin-bottom: 22px;
}

/* ADAPTACIÓN PARA CELULARES */

@media (max-width: 600px) {

    .massradio-article {
        padding: 25px 15px 45px;
    }

    .article-title {
        font-size: 29px;
        line-height: 1.2;
    }

    .article-meta {
        font-size: 12px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .article-body {
        font-size: 17px;
        line-height: 1.7;
    }
}/* =================================
   DISEÑO DE NOTICIAS INDIVIDUALES
================================= */

.massradio-article {
    padding: 45px 20px 70px;
    background: #ffffff;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
}

.article-categories {
    color: #123e70;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.article-categories a {
    color: #123e70;
}

.article-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 20px;
    color: #111111;
}

.article-meta {
    display: flex;
    gap: 20px;
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
}

.article-image {
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article-body {
    font-size: 19px;
    line-height: 1.8;
    color: #252525;
}

.article-body p {
    margin-bottom: 22px;
}

/* ADAPTACIÓN PARA CELULARES */

@media (max-width: 600px) {

    .massradio-article {
        padding: 20px 12px 40px;
    }

    .article-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .article-meta {
        font-size: 12px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .article-body {
        font-size: 17px;
        line-height: 1.7;
    }
}
/* =================================
   NUEVO FOOTER MASSRADIO
================================= */

.site-footer {
    background: #17191d;
    color: #ffffff;
    margin-top: 0;
    padding: 55px 0 25px;
    border-top: 4px solid #e30613;
}

.site-footer .footer-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px;
}

.footer-column h3,
.footer-social h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 22px;
}

.footer-column a {
    display: block;
    color: #dddddd;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 1.5;
}

.footer-column a:hover {
    color: #ffcc00;
}

.footer-column p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
}

.footer-social {
    margin-top: 45px;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.footer-social p {
    font-size: 14px;
    color: #cccccc;
}

.site-footer .footer-copyright {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    color: #aaaaaa;
}

/* TABLETAS */

@media (max-width: 900px) {
    .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

/* CELULARES */

@media (max-width: 600px) {
    .site-footer {
        padding: 35px 0 20px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column h3 {
        margin-bottom: 15px;
    }

    .footer-social {
        margin-top: 30px;
    }
}
/* ==================================
   REDES SOCIALES - FOOTER
   ================================== */

.footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #555555;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-social-links a:hover {
    background: #ffffff;
    color: #17191d;
    border-color: #ffffff;
}

/* CELULAR */
@media (max-width: 600px) {
    .footer-social-links {
        gap: 8px;
    }

    .footer-social-links a {
        padding: 9px 11px;
        font-size: 12px;
    }
}

/* =========================================
   COMPARTIR NOTICIA
   ========================================= */

.article-share {
    margin-top: 45px;
    padding: 25px 0;
    border-top: 1px solid #dddddd;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.article-share-title {
    font-size: 14px;
    font-weight: 800;
    margin-right: 5px;
}

.article-share a,
.article-copy-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #ffffff;
    color: #17191d;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease;
}

.article-share a:hover,
.article-copy-link:hover {
    background: #17191d;
    color: #ffffff;
    border-color: #17191d;
}

/* CELULAR */
@media (max-width: 600px) {

    .article-share {
        margin-top: 35px;
        padding: 22px 0;
        gap: 8px;
    }

    .article-share-title {
        width: 100%;
        margin-bottom: 5px;
    }

    .article-share a,
    .article-copy-link {
        padding: 9px 12px;
        font-size: 12px;
    }
}

/* =========================================
   NOTICIAS RELACIONADAS
   ========================================= */

.related-news {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #dddddd;
}

.related-news h2 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-news-card {
    margin: 0;
}

.related-news-image {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
}

.related-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-news-card h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.related-news-card h3 a {
    color: #111111;
    text-decoration: none;
}

.related-news-card h3 a:hover {
    color: #17191d;
    text-decoration: underline;
}

/* TABLETA */
@media (max-width: 900px) {
    .related-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CELULAR */
@media (max-width: 600px) {
    .related-news {
        margin-top: 28px;
        padding-top: 20px;
    }

    .related-news h2 {
        font-size: 19px;
    }

    .related-news-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .related-news-image {
        height: 180px;
    }

    .related-news-card h3 {
        font-size: 15px;
    }
}

/* =========================================
   ETIQUETA DE CATEGORIA SOBRE LA IMAGEN
   ========================================= */

.category-news-image {
    position: relative;
}

.category-image-label {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #17191d;
    color: #ffffff;
    padding: 5px 9px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2;
}

/* =========================================
   ENCABEZADO ESTILO PORTAL - SOLO LOCALES
   ========================================= */

.category-nacionales .category-section-header,
.category-locales .category-section-header,
.category-internacionales .category-section-header {
    display: flex;
    align-items: flex-end;
    border-bottom: 3px solid #174f8a;
    margin-bottom: 22px;
}

.category-nacionales .category-section-header h2,
.category-locales .category-section-header h2,
.category-internacionales .category-section-header h2 {
    margin: 0;
    margin-bottom: -3px;
    padding: 8px 16px;
    background: #174f8a;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

/* =========================================
   IDENTIDAD MASSRADIO EN CABECERA - PC
   ========================================= */

.massradio-brand-text {
    display: flex;
    align-items: center;
    margin-left: 14px;
}

.massradio-brand-text a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #111111;
}

.massradio-brand-name {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.massradio-brand-slogan {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #174f8a;
}


/* =========================================
   BOTON MENU MOVIL
   ========================================= */

/* Oculto en computadora */
.mobile-menu-toggle {
    display: none;
}

@media (max-width: 768px) {
.header-main .header-container {
    min-height: 64px;
    flex-wrap: wrap;
    padding: 10px 12px;
    gap: 0;
}

    /* Ocultamos el logo grafico en celular */
    .massradio-logo {
        display: none;
    }

    /* Mostramos MassRadio como nombre del sitio */
.massradio-brand-text {
    display: flex !important;
    align-items: center;
    margin-left: 0;
    flex: 1;
    order: 1;
}

.massradio-brand-text a {
    display: block;
    color: #111111;
}

.massradio-brand-name {
    display: block !important;
    color: #111111;
}

    .massradio-brand-slogan {
        display: none;
    }

    .massradio-brand-name {
        font-size: 26px;
        line-height: 1;
        font-weight: 800;
    }

    /* Boton hamburguesa */
    .mobile-menu-toggle {
        display: flex;
        order: 2;
        width: 42px;
        height: 42px;
        padding: 9px;
        border: 0;
        background: transparent;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        cursor: pointer;
        margin-left: auto;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 24px;
        height: 3px;
        background: #174f8a;
        border-radius: 2px;
    }

    /* EN VIVO saldra luego en nuestro reproductor */
    .header-live {
        display: none;
    }
}