/* ==================================================
   CABLEMÓVIL - NOTICIAS v1.1.0
================================================== */

/* ==================================================
   VARIABLES / CONTENEDORES
================================================== */

.cmn-noticias,
.cmn-single {
  --cm-azul: #1e233e;
  --cm-rojo: #fb0f0c;
  --cm-texto: #555555;
  --cm-borde: rgba(30, 35, 62, .09);

  width: 100%;
  box-sizing: border-box;
}

.cmn-noticias {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px 60px;
}

.cmn-single {
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 20px 60px;
}

/* ==================================================
   RESET LOCAL DE TÍTULOS
================================================== */

.cmn-noticias h1,
.cmn-noticias h2,
.cmn-noticias h3,
.cmn-single h1,
.cmn-single h2,
.cmn-single h3,
.cmn-single h4 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.cmn-noticias h1::before,
.cmn-noticias h1::after,
.cmn-noticias h2::before,
.cmn-noticias h2::after,
.cmn-noticias h3::before,
.cmn-noticias h3::after,
.cmn-single h1::before,
.cmn-single h1::after,
.cmn-single h2::before,
.cmn-single h2::after,
.cmn-single h3::before,
.cmn-single h3::after,
.cmn-single h4::before,
.cmn-single h4::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* ==================================================
   ARCHIVO: ENCABEZADO
================================================== */

.cmn-header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.cmn-etiqueta {
  display: block;
  margin: 0 0 9px;
  color: var(--cm-rojo);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cmn-titulo {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.cmn-linea {
  display: block;
  width: 72px;
  height: 4px;
  margin: 17px auto 0;
  background: var(--cm-rojo);
  border-radius: 20px;
}

.cmn-introduccion {
  max-width: 700px;
  margin: 20px auto 0;
  color: var(--cm-texto);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

/* ==================================================
   ARCHIVO: ENCABEZADOS DE SECCIÓN
================================================== */

.cmn-seccion-header {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 27px;
  text-align: center;
}

.cmn-seccion-etiqueta {
  display: block;
  margin-bottom: 7px;
  color: var(--cm-rojo);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cmn-seccion-titulo {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

.cmn-seccion-linea {
  width: 55px;
  height: 3px;
  margin: 13px auto 0;
  background: var(--cm-rojo);
  border-radius: 20px;
}

/* ==================================================
   ARCHIVO: DESTACADA
================================================== */

.cmn-destacada-seccion {
  width: 100%;
  margin-bottom: 58px;
}

.cmn-destacada {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--cm-borde);
  border-radius: 17px;
  box-shadow: 0 7px 26px rgba(0, 0, 0, .075);
}

.cmn-destacada-imagen {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: #eee;
  text-decoration: none !important;
}

.cmn-destacada-imagen img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}

.cmn-destacada:hover .cmn-destacada-imagen img {
  transform: scale(1.02);
}

.cmn-destacada-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  box-sizing: border-box;
}

.cmn-fecha {
  display: block;
  margin: 0 0 11px;
  color: var(--cm-rojo);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.cmn-destacada-titulo {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.cmn-destacada-titulo a,
.cmn-card-titulo a {
  color: var(--cm-azul) !important;
  text-decoration: none !important;
  transition: color .2s ease;
}

.cmn-destacada-titulo a:hover,
.cmn-card-titulo a:hover {
  color: var(--cm-rojo) !important;
}

.cmn-destacada-extracto {
  margin: 17px 0 23px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.7;
}

.cmn-boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;
  min-height: 42px;
  padding: 9px 19px;
  background: var(--cm-rojo);
  color: #fff !important;
  border: none;
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.cmn-boton:hover {
  color: #fff !important;
  opacity: .92;
  transform: translateY(-2px);
  box-shadow: 0 5px 13px rgba(251, 15, 12, .20);
}

.cmn-boton svg,
.cmn-card-enlace svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ==================================================
   ARCHIVO: GRID
================================================== */

.cmn-listado {
  width: 100%;
}

.cmn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.cmn-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid var(--cm-borde) !important;
  border-radius: 13px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cmn-card::before,
.cmn-card::after {
  content: none !important;
  display: none !important;
}

.cmn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 25px rgba(0, 0, 0, .10);
}

.cmn-card-imagen {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee;
  text-decoration: none !important;
}

.cmn-card-imagen img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}

.cmn-card:hover .cmn-card-imagen img {
  transform: scale(1.025);
}

.cmn-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background: #f2f3f6;
  color: #9a9da9;
}

.cmn-placeholder svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cmn-placeholder span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cmn-card-contenido {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 21px 21px 22px;
  box-sizing: border-box;
}

.cmn-card-titulo {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.cmn-card-extracto {
  flex: 1;
  margin: 12px 0 18px;
  color: #646464;
  font-size: 12.5px;
  line-height: 1.65;
}

.cmn-card-enlace {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: auto;
  color: var(--cm-rojo) !important;
  text-decoration: none !important;
  font-size: 11.5px;
  font-weight: 700;
  transition: gap .2s ease, color .2s ease;
}

.cmn-card-enlace:hover {
  gap: 9px;
  color: var(--cm-azul) !important;
}

/* ==================================================
   ARCHIVO: PAGINACIÓN
================================================== */

.cmn-paginacion {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 42px;
}

.cmn-paginacion .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmn-paginacion > .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}

.cmn-paginacion li {
  margin: 0;
  padding: 0;
}

.cmn-paginacion a.page-numbers,
.cmn-paginacion span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 39px;
  padding: 0 11px;
  box-sizing: border-box;
  background: #fff;
  color: var(--cm-azul) !important;
  border: 1px solid rgba(30, 35, 62, .13);
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.cmn-paginacion a.page-numbers:hover {
  background: var(--cm-azul);
  color: #fff !important;
  border-color: var(--cm-azul);
  transform: translateY(-2px);
}

.cmn-paginacion span.page-numbers.current {
  background: var(--cm-rojo);
  color: #fff !important;
  border-color: var(--cm-rojo);
}

/* ==================================================
   ARCHIVO: VACÍO / VOLVER
================================================== */

.cmn-vacio {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 45px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--cm-borde);
  border-radius: 14px;
  text-align: center;
}

.cmn-vacio-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0 auto 17px;
  background: rgba(251, 15, 12, .08);
  color: var(--cm-rojo);
  border-radius: 50%;
}

.cmn-vacio-icono svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.cmn-vacio h2 {
  margin: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 21px !important;
}

.cmn-vacio p {
  margin: 12px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

.cmn-volver {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.cmn-volver a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 22px;
  background: var(--cm-rojo);
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.cmn-volver a:hover {
  color: #fff !important;
  opacity: .92;
  transform: translateY(-2px);
  box-shadow: 0 5px 13px rgba(251, 15, 12, .18);
}

/* ==================================================
   ENTRADA INDIVIDUAL
================================================== */

.cmn-single-article {
  width: 100%;
}

.cmn-single-header {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 34px;
  text-align: center;
}

.cmn-single-categoria {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 5px 11px;
  margin-bottom: 14px;
  background: rgba(251, 15, 12, .08);
  color: var(--cm-rojo) !important;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.cmn-single-titulo {
  display: block !important;
  max-width: 940px;
  margin: 0 auto !important;
  padding: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.cmn-single-linea {
  width: 70px;
  height: 4px;
  margin: 18px auto 0;
  background: var(--cm-rojo);
  border-radius: 20px;
}

.cmn-single-fecha {
  display: block;
  margin-top: 16px;
  color: #747474;
  font-size: 12px;
  font-weight: 600;
}

.cmn-single-imagen {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 38px;
  overflow: hidden;
  background: #eee;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
}

.cmn-single-imagen img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.cmn-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  gap: 38px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.cmn-single-contenido {
  min-width: 0;
  color: #404040;
  font-size: 15px;
  line-height: 1.82;
}

.cmn-single-contenido > *:first-child {
  margin-top: 0;
}

.cmn-single-contenido p {
  margin: 0 0 1.25em;
  color: #444;
  font-size: 15px;
  line-height: 1.82;
}

.cmn-single-contenido h2 {
  margin: 1.7em 0 .65em !important;
  padding: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 25px !important;
  line-height: 1.35 !important;
}

.cmn-single-contenido h3 {
  margin: 1.55em 0 .6em !important;
  padding: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.cmn-single-contenido a {
  color: var(--cm-rojo);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cmn-single-contenido img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.cmn-single-contenido figure {
  max-width: 100%;
  margin: 28px 0;
}

.cmn-single-contenido blockquote {
  margin: 28px 0;
  padding: 17px 20px;
  background: #f7f8fb;
  border-left: 4px solid var(--cm-rojo);
  border-radius: 0 9px 9px 0;
  color: #4e4e4e;
}

.cmn-single-contenido ul,
.cmn-single-contenido ol {
  margin: 0 0 1.4em;
  padding-left: 1.4em;
}

.cmn-single-contenido li {
  margin-bottom: .45em;
}

.cmn-single-contenido .wp-caption {
  max-width: 100%;
}

.cmn-single-contenido .wp-caption-text,
.cmn-single-contenido figcaption {
  margin-top: 7px;
  color: #777;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

/* Sidebar */
.cmn-single-aside {
  position: sticky;
  top: 30px;
}

body.admin-bar .cmn-single-aside {
  top: 62px;
}

.cmn-single-aside-card {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--cm-borde);
  border-radius: 13px;
  box-shadow: 0 4px 17px rgba(0, 0, 0, .055);
}

.cmn-single-aside-label {
  display: block;
  margin-bottom: 13px;
  color: var(--cm-azul);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.cmn-single-share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.cmn-single-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  padding: 0;
  box-sizing: border-box;
  background: var(--cm-azul) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50%;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.cmn-single-share-btn:hover {
  background: var(--cm-rojo) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.cmn-single-share-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
}

.cmn-single-copy svg {
  fill: none;
  stroke-width: 1.8;
}

.cmn-single-aside-separador {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background: rgba(30, 35, 62, .10);
}

.cmn-single-volver-noticias {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 12px;
  background: #f4f5f8;
  color: var(--cm-azul) !important;
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 10.5px;
  font-weight: 700;
  text-align: center;
  transition: background .2s ease, color .2s ease;
}

.cmn-single-volver-noticias:hover {
  background: var(--cm-azul);
  color: #fff !important;
}

/* Navegación anterior / siguiente */
.cmn-single-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  width: 100%;
  max-width: 1120px;
  margin: 55px auto 0;
  padding-top: 30px;
  border-top: 1px solid rgba(30, 35, 62, .10);
}

.cmn-single-nav-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--cm-borde);
  border-radius: 11px;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cmn-single-nav-item:hover {
  transform: translateY(-3px);
  border-color: rgba(251, 15, 12, .16);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .07);
}

.cmn-single-nav-next {
  text-align: right;
}

.cmn-single-nav-label {
  color: var(--cm-rojo);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.cmn-single-nav-item strong {
  color: var(--cm-azul);
  font-size: 13px;
  line-height: 1.45;
}

/* Botones finales */
.cmn-single-final {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.cmn-single-boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  box-sizing: border-box;
  background: var(--cm-rojo);
  color: #fff !important;
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.cmn-single-boton:hover {
  color: #fff !important;
  opacity: .92;
  transform: translateY(-2px);
  box-shadow: 0 5px 13px rgba(251, 15, 12, .18);
}

.cmn-single-boton-secundario {
  background: var(--cm-azul);
}

/* Toast */
.cmn-single-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 999999;
  padding: 10px 16px;
  background: var(--cm-azul);
  color: #fff;
  border-radius: 7px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, .22);
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.cmn-single-toast.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1000px) {
  .cmn-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmn-destacada-info {
    padding: 34px;
  }

  .cmn-single-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
  }
}

@media (max-width: 800px) {
  .cmn-destacada {
    display: flex;
    flex-direction: column;
  }

  .cmn-destacada-imagen {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .cmn-destacada-imagen img {
    min-height: 0;
  }

  .cmn-destacada-info {
    padding: 30px 27px;
  }

  .cmn-single-layout {
    display: flex;
    flex-direction: column;
  }

  .cmn-single-aside {
    position: static;
    width: 100%;
  }

  .cmn-single-aside-card {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
  }

  .cmn-single-aside-label {
    margin: 0;
    text-align: left;
  }

  .cmn-single-aside-separador {
    width: 1px;
    height: 38px;
    margin: 0;
  }

  .cmn-single-volver-noticias {
    justify-self: end;
  }
}

@media (max-width: 650px) {
  .cmn-noticias,
  .cmn-single {
    padding: 35px 12px 42px;
  }

  .cmn-header {
    margin-bottom: 40px;
  }

  .cmn-etiqueta {
    font-size: 11px;
  }

  .cmn-titulo {
    font-size: 30px !important;
  }

  .cmn-introduccion {
    font-size: 14px;
  }

  .cmn-seccion-titulo {
    font-size: 23px !important;
  }

  .cmn-destacada-seccion {
    margin-bottom: 45px;
  }

  .cmn-destacada {
    border-radius: 13px;
  }

  .cmn-destacada-info {
    padding: 25px 21px;
  }

  .cmn-destacada-titulo {
    font-size: 22px !important;
  }

  .cmn-destacada-extracto {
    font-size: 13px;
  }

  .cmn-boton {
    width: 100%;
    box-sizing: border-box;
  }

  .cmn-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .cmn-card-contenido {
    padding: 20px;
  }

  .cmn-card-titulo {
    font-size: 16px !important;
  }

  .cmn-paginacion {
    margin-top: 32px;
  }

  .cmn-single-header {
    margin-bottom: 27px;
  }

  .cmn-single-titulo {
    font-size: 29px !important;
  }

  .cmn-single-imagen {
    margin-bottom: 28px;
    border-radius: 12px;
  }

  .cmn-single-contenido,
  .cmn-single-contenido p {
    font-size: 14px;
    line-height: 1.75;
  }

  .cmn-single-aside-card {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .cmn-single-aside-label {
    text-align: center;
  }

  .cmn-single-aside-separador {
    width: 100%;
    height: 1px;
    margin: 3px 0;
  }

  .cmn-single-volver-noticias {
    width: 100%;
    box-sizing: border-box;
  }

  .cmn-single-nav {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .cmn-single-nav-next {
    text-align: left;
  }

  .cmn-single-boton {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .cmn-noticias,
  .cmn-single {
    padding-left: 9px;
    padding-right: 9px;
  }

  .cmn-titulo {
    font-size: 27px !important;
  }

  .cmn-single-titulo {
    font-size: 26px !important;
  }

  .cmn-paginacion a.page-numbers,
  .cmn-paginacion span.page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 9px;
  }
}


/* ==================================================
   PÁGINA PRINCIPAL - ARTÍCULOS DE INTERÉS
   Renderizado por [cablemovil_noticias_inicio]
================================================== */

.cmn-home-news-section {
  --cm-azul: #1e233e;
  --cm-rojo: #fb0f0c;
  --cm-texto: #555555;
  --cm-borde: rgba(30, 35, 62, .09);

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 65px 20px;
  box-sizing: border-box;
}

.cmn-home-news-section *,
.cmn-home-news-section *::before,
.cmn-home-news-section *::after {
  box-sizing: border-box;
}

.cmn-home-news-section h2,
.cmn-home-news-section h3 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.cmn-home-news-section h2::before,
.cmn-home-news-section h2::after,
.cmn-home-news-section h3::before,
.cmn-home-news-section h3::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.cmn-home-news-header {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 31px;
  text-align: center;
}

.cmn-home-news-eyebrow {
  display: block;
  margin: 0 0 8px;
  color: var(--cm-rojo);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.cmn-home-news-heading {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--cm-azul) !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.cmn-home-news-line {
  width: 62px;
  height: 4px;
  margin: 14px auto 0;
  background: var(--cm-rojo);
  border-radius: 20px;
}

.cmn-home-news-description {
  max-width: 700px;
  margin: 17px auto 0;
  color: var(--cm-texto);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.cmn-home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.cmn-home-news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #ffffff !important;
  border: 1px solid var(--cm-borde) !important;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .055);
  transition: transform .22s ease, box-shadow .22s ease;
}

.cmn-home-news-card::before,
.cmn-home-news-card::after {
  content: none !important;
  display: none !important;
}

.cmn-home-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 9px 24px rgba(0, 0, 0, .095);
}

.cmn-home-news-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eceef2;
  text-decoration: none !important;
}

.cmn-home-news-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .4s ease;
}

.cmn-home-news-card:hover .cmn-home-news-image img {
  transform: scale(1.025);
}

.cmn-home-news-image .cmn-placeholder {
  min-height: 0;
  height: 100%;
}

.cmn-home-news-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.cmn-home-news-date {
  display: block;
  margin-bottom: 8px;
  color: var(--cm-rojo);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.cmn-home-news-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.cmn-home-news-title a {
  color: var(--cm-azul) !important;
  text-decoration: none !important;
  transition: color .2s ease;
}

.cmn-home-news-title a:hover {
  color: var(--cm-rojo) !important;
}

.cmn-home-news-excerpt {
  flex: 1;
  margin: 11px 0 17px;
  color: #666666;
  font-size: 12px;
  line-height: 1.6;
}

.cmn-home-news-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 5px;
  margin-top: auto;
  color: var(--cm-rojo) !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 700;
  transition: gap .2s ease, color .2s ease;
}

.cmn-home-news-link:hover {
  gap: 8px;
  color: var(--cm-azul) !important;
}

.cmn-home-news-link svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cmn-home-news-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.cmn-home-news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 20px;
  background: var(--cm-rojo);
  color: #ffffff !important;
  border: none !important;
  border-radius: 7px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.cmn-home-news-button:hover {
  color: #ffffff !important;
  opacity: .92;
  transform: translateY(-2px);
  box-shadow: 0 5px 13px rgba(251, 15, 12, .18);
}

.cmn-home-news-message {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 25px 20px;
  background: #f7f8fb;
  color: #666666;
  border: 1px solid rgba(30, 35, 62, .08);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}

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

  .cmn-home-news-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }
}

@media (max-width: 650px) {
  .cmn-home-news-section {
    padding: 48px 12px;
  }

  .cmn-home-news-heading {
    font-size: 24px !important;
  }

  .cmn-home-news-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cmn-home-news-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .cmn-home-news-section {
    padding-left: 9px;
    padding-right: 9px;
  }
}
