

/* ================================
   VARIABLES BASE
================================ */
:root {
  --max-width: 820px;
  --color-text: #1a1a1a;
  --color-muted: #6b6b6b;
  --color-border: #e5e5e5;
  --color-accent: #e40f52;
  --color-bg: #ffffff;

  --font-base: 'Inter', system-ui, -apple-system, sans-serif;
  --font-serif: 'Georgia', 'Times New Roman', serif;
}

body{margin: 0;}
/*
.publi.nstore{ float:left; width: 100%; height: auto; border: solid 1px #ccc; padding-bottom: 0.3vw; margin-bottom: 1vw;}
.publi.nstore video{ float:left; width: 100%; height: auto; margin-top: 1vw;}
.publi.nstore a.producto{ float:left; width: 18.5%; margin-right: 0.5%; margin-left: 0.5%; height: 6vw; line-height: 6vw; overflow: hidden; border: solid #ccc 1px; margin-top: 0.4vw;}
.publi.nstore a.producto:first-child{ margin-left: 0px !important;}
.publi.nstore a.producto:last-child{ margin-right: 0px;}
.publi.nstore img{ width: auto; height: 6vw; transform: 0.5s;}
.publi.nstore a.producto:hover img{opacity: 0.5;}

.publi.nstore .publiProfile { float:left; width: 100%; margin-top: 1vw; height: 3vw; overflow: hidden;}
.publi.nstore .publiProfile img{ float:left; width: 20%; margin-left: 1vw; height: auto;}
.publi.nstore .publiTexto { float:left; width: 90%; margin-left: 1vw; margin-top: 1vw; font-family: Helvetica,Arial; font-size: 13px; line-height: 1.1;}
.publi.nstore .publiTexto p{ float:left; width: 100%; margin-top: 0px; font-family: Helvetica,Arial; font-size: 15px; line-height: 1.3; margin-bottom: 0.5vw;}

 @media(max-width:900px)
 {
.publi.nstore video{ margin-top: 3vw;}	 
	 
.publi.nstore .publiProfile { float:left; width: 100%; margin-top: 2vw; height: 14vw; overflow: hidden;}
.publi.nstore .publiProfile img{ float:left; width: 30%; margin-left: 1vw; height: auto;}
.publi.nstore .publiTexto { float:left; width: 90%; margin-left: 1vw; margin-top: 1vw; font-family: Helvetica,Arial; font-size: 14px; line-height: 1.2;}
	 
	 
.publi.nstore .publiTexto p{ font-size: 13px; line-height: 1.3; margin-bottom: 1vw; }
.publi.nstore a.producto{ height: 13vw; line-height: 13vw; }
.publi.nstore img{ width: auto; height: 12vw; transform: 0.5s; margin-top: 0px;}
*/



/* ================================
   LAYOUT GENERAL
================================ */
.layoutArticulo {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.columnaPrincipal {
  min-width: 0;
}

/* =========================
   UTILIDAD
========================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   CABECERA GENERAL
========================= */
.siteHeader {
  position: relative;
  z-index: 300;
  background: #fff;
  border-bottom: 1px solid #ece8f2;
}

.headerTop {
  border-bottom: 1px solid #f1edf5;
  background: linear-gradient(180deg, #ffffff 0%, #faf8fc 100%);
}

.headerTop-inner,
.headerMain-inner,
.mainNav-inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.headerTop-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  gap: 20px;
}

.headerSocial {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socialLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ebe5f1;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.socialLink:hover {
  transform: translateY(-1px);
  border-color: #d2c5df;
  box-shadow: 0 10px 24px rgba(30, 18, 52, 0.08);
}

.socialLink img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.headerActions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.headerMiniLink {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #554b63;
  text-decoration: none;
}

.headerMiniLink:hover {
  color: #b2175b;
}

.headerMain {
  background: #fff;
}

.headerMain-inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: 56px 1fr minmax(260px, 340px);
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  justify-content: center;
}

.logo img {
  width: 180px;
  height: auto;
  display: block;
}

.headerSearch form {
  display: flex;
  align-items: center;
  gap: 0;
  background: #faf8fc;
  border: 1px solid #e8e0f0;
  border-radius: 999px;
  overflow: hidden;
  height: 48px;
	float: right;
}

.headerSearch input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 0;
  background: transparent;
  padding: 0 18px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  color: #2a2433;
  outline: none;
}

.headerSearch input::placeholder {
  color: #8f839d;
}

.headerSearch button {
  border: 0;
  background: linear-gradient(135deg, #b2175b 0%, #df2f75 100%);
  color: #fff;
  height: 48px;
  padding: 0 18px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.mainNav {
  border-top: 1px solid #f1edf5;
  border-bottom: 1px solid #ece8f2;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
}

.mainMenu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  min-height: 58px;
}

.menuItem {
  position: relative;
  list-style: none;
}

.enlaceMenu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #31293c;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}

.menuItem:hover > .enlaceMenu,
.menuItem:focus-within > .enlaceMenu,
.menuSelected > .enlaceMenu {
  color: #b2175b;
}

.menuSelected > .enlaceMenu {
  position: relative;
}

.menuSelected > .enlaceMenu::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b2175b 0%, #df2f75 100%);
}


.headerTop-inner,
.headerMain-inner,
.mainNav-inner,
.breadCrumbContainer {
  width: min(1280px, calc(100% - 32px));
}

.headerTop-inner {
  min-height: 44px;
}

.headerSocial {
  gap: 8px;
}

.socialLink {
  width: 36px;
  height: 36px;
}

.socialLink img {
  width: 17px;
  height: 17px;
}

.headerActions {
  gap: 22px;
}

.headerMiniLink {
  font-size: 12px;
  white-space: nowrap;
}

.headerMain-inner {
  min-height: 102px;
  grid-template-columns: 220px minmax(420px, 1fr) 56px;
  gap: 24px;
}

.brand {
  justify-content: flex-start;
}

.logo img {
  width: 140px;
}

.headerSearch {
  justify-content: center;
}

.headerSearch form {
  max-width: 100%;
  width: 70%;
  height: 54px;
  border-radius: 999px;
}

.headerSearch input {
  height: 54px;
  font-size: 16px;
  padding: 0 22px;
}

.headerSearch button {
  height: 54px;
  min-width: 112px;
  padding: 0 24px;
  font-size: 14px;
}

.menuToggle,
.hamburger {
  width: 50px;
  height: 50px;
  justify-self: end;
	top: 72px !important;
}

/* Menú principal más compacto */
.mainNav {
  border-top: 1px solid #f0ebf4;
  border-bottom: 1px solid #ece6f1;
}

.mainMenu,
#listadoMenu {
  min-height: 52px;
  gap: 6px;
}

#listadoMenu li a,
.enlaceMenu,
.submenuToggle {
  min-height: 52px;
  padding: 0 14px;
  font-size: 14px;
  letter-spacing: .01em;
}

/* Estado activo más elegante */
.menuSelected > a::after,
.menuSelected > .enlaceMenu::after {
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 3px;
}

/* Evita que el menú y la cabecera respiren demasiado */
.siteHeader {
  box-shadow: 0 8px 30px rgba(32, 20, 47, 0.04);
}

/* =========================
   SUBMENÚ MÁS
========================= */
.hasSubmenu {
  position: relative;
}

.submenuToggle::after {
  content: "▾";
  font-size: 11px;
  margin-left: 8px;
  transform: translateY(-1px);
}

.submenuPanel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;
  background: rgba(255,255,255,0.98);
  border: 1px solid #e9e2f0;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(26, 17, 37, 0.14);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.submenuPanel::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 1px solid #e9e2f0;
  border-top: 1px solid #e9e2f0;
  transform: translateX(-50%) rotate(45deg);
}

.hasSubmenu:hover .submenuPanel,
.hasSubmenu:focus-within .submenuPanel,
.hasSubmenu.is-open .submenuPanel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.submenuList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenuList li + li {
  margin-top: 4px;
}

.submenuList a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2f2738;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.submenuList a:hover,
.submenuList a:focus-visible {
  background: linear-gradient(135deg, rgba(178,23,91,0.08) 0%, rgba(223,47,117,0.08) 100%);
  color: #b2175b;
  outline: none;
}

/* =========================
   HAMBURGUESA / MAPA DEL SITIO
========================= */
.menuToggle {
  width: 54px;
  height: 54px;
  border: 1px solid #e8e0f0;
  border-radius: 999px;
  background: #faf8fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
	position:absolute; 
	top:15px !important;
	right:10px !important;
}

.menuToggle:hover {
  border-color: #d9cae7;
  background: #fff;
  transform: translateY(-1px);
}

.sitePanelOverlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 12, 23, 0.44);
  backdrop-filter: blur(6px);
  z-index: 999;
}

.sitePanelOverlay[hidden] {
  display: none;
}

.sitePanel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(460px, 92vw);
  height: 100vh;
  background: #fff;
  box-shadow: 20px 0 60px rgba(18, 12, 28, 0.18);
  transform: translateX(-100%);
  transition: transform .3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.sitePanel.is-open {
  transform: translateX(0);
}

.sitePanel-inner {
  padding: 28px 24px 32px;
}

.sitePanel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.sitePanel-head h2 {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #1f1828;
}

.sitePanelClose {
  width: 42px;
  height: 42px;
  border: 1px solid #ebe3f1;
  border-radius: 999px;
  background: #faf8fc;
  font-size: 28px;
  line-height: 1;
  color: #43384f;
  cursor: pointer;
}

.sitePanel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.sitePanel-block {


}

.sitePanel-block h3 {
  margin: 0 0 12px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a13a69;
}

.sitePanel-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitePanel-block li + li {
  margin-top: 8px;
}

.sitePanel-block a {
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  color: #2b2434;
  font-weight: 600;
}

.sitePanel-block a:hover {
  color: #b2175b;
}

.sitePanel-social {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #efe8f4;
}

.sitePanel-social span {
  display: block;
  margin-bottom: 10px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a13a69;
}

.sitePanel-socialLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.sitePanel-socialLinks a {
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2f2738;
}

.sitePanel-socialLinks a:hover {
  color: #b2175b;
}

/* =========================
   BREADCRUMB
========================= */
.breadCrumbContainer {
  width: min(1280px, calc(100% - 40px));
  margin: 18px auto 0;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  color: #746885;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #b2a7bf;
}

.breadcrumb a {
  color: #746885;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #b2175b;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .headerActions {
    display: none;
  }

  .headerMain-inner {
    grid-template-columns: 56px 1fr 280px;
  }
}

@media (max-width: 900px) {
  .headerTop {
    display: none;
  }

  .headerMain-inner {
    min-height: 74px;
    grid-template-columns: 48px 1fr 48px;
  }

  .brand {
    justify-content: center;
  }

  .logo img {
    width: 112px;
  }

  .headerSearch {
    display: none;
  }

  .mainNav {
    display: none;
  }

  .breadCrumbContainer {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .sitePanel {
    width: 100vw;
  }

  .sitePanel-inner {
    padding: 24px 18px 28px;
  }
}

/* =========================================
   MÓVIL - MENÚ PRINCIPAL SIEMPRE VISIBLE
========================================= */
@media screen and (max-width: 900px) {
  .headerTop {
    display: none;
  }

  .headerContainer,
  .siteHeader {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(10px);
  }

  .headerMain-inner {
    width: calc(100% - 20px);
    min-height: 74px;
    grid-template-columns: 120px 1fr 46px;
    gap: 10px;
  }

  .brand {
    justify-content: flex-start;
  }

  .logo img {
    width: 108px;
  }

  .headerSearch {
    justify-content: stretch;
  }

  .headerSearch form {
    height: 42px;
    width: 100%;
    border-radius: 999px;
  }

  .headerSearch input {
    height: 42px;
    font-size: 14px;
    padding: 0 14px;
  }

  .headerSearch button {
    height: 42px;
    min-width: 88px;
    padding: 0 16px;
    font-size: 13px;
  }

  .menuToggle,
  .hamburger {
    width: 42px;
    height: 42px;
  }

  /* Mostrar SIEMPRE menú principal en móvil */
  .mainNav {
    display: block !important;
    overflow: hidden;
    border-top: 1px solid #f0ebf4;
    border-bottom: 1px solid #ece6f1;
    background: #fff;
  }

  .mainNav-inner {
    width: 100%;
    margin: 0;
  }

  #listadoMenu,
  .mainMenu {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    min-height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    border: 0;
  }

  #listadoMenu::-webkit-scrollbar,
  .mainMenu::-webkit-scrollbar {
    display: none;
  }

  #listadoMenu li,
  .mainMenu li {
    flex: 0 0 auto;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #listadoMenu li a,
  .enlaceMenu,
  .submenuToggle {
    min-height: 50px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
  }

  .menuSelected > a::after,
  .menuSelected > .enlaceMenu::after {
    left: 14px;
    right: 14px;
    bottom: 8px;
    height: 3px;
  }

  /* Submenú "Más" en móvil */
  .submenuPanel {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 128px;
    transform: none;
    min-width: 0;
    max-height: 60vh;
    overflow-y: auto;
    border-radius: 18px;
  }

  .submenuPanel::before {
    display: none;
  }

  .breadCrumbContainer {
    width: calc(100% - 20px);
    margin-top: 10px;
  }
}

/* ================================
   CONTENEDOR PRINCIPAL
================================ */
.ampliaNoticia.cuerpo {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0px 20px 60px;
  font-family: var(--font-base);
  color: var(--color-text);
  background: var(--color-bg);
}

/* ================================
   CATEGORÍA
================================ */
.cabeceraTema {
  max-width: var(--max-width);
  margin: 40px auto 10px;
  padding: 0 20px;
  font-family: var(--font-base);	
	padding-left: 0;
}

.cabeceraTema .tema a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
}

/* ================================
   TITULAR
================================ */
.titular {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

/* Línea decorativa */
.marcaTitulo {
  width: 60px;
  height: 4px;
  background: var(--color-accent);
  margin: 20px 0 25px;
}

/* ================================
   ENTRADILLA
================================ */
.avance {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

/* ================================
   FECHA
================================ */
.fecha {
  font-size: 13px;
  color: var(--color-muted);
  margin-bottom: 25px;
}

/* ================================
   IMAGEN DESTACADA
================================ */
.galeria {
  margin: 30px 0 35px;
}

.galeria img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.galeria figcaption {
  font-size: 13px;
  color: var(--color-muted);
  margin-top: 8px;
  text-align: left;
}

/* ================================
   CUERPO DEL TEXTO
================================ */
.texto {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.75;
  color: #222;
}

/* Párrafos */
.texto p {
  margin-bottom: 22px;
}

/* Negritas */
.texto strong {
  font-weight: 700;
  color: #000;
}

/* ================================
   SUBTÍTULOS
================================ */
.texto h3 {
  font-family: var(--font-base);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #111;
}

/* Línea sutil entre bloques */
.texto h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-border);
  margin-bottom: 12px;
}

/* ================================
   TAGS / ARCHIVO
================================ */
.archivo {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid var(--color-border);
}

.archivo span {
  display: block;
  font-size: 14px;
  color: var(--color-muted);
  margin-bottom: 12px;
}

/* Tags */
.tagItem {
  display: inline-block;
  margin: 5px 8px 5px 0;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 20px;
  background: #f3f3f3;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tagItem:hover {
  background: var(--color-accent);
  color: #fff;
}

/* ================================
   COMENTARIOS
================================ */
.commentsBox {
  max-width: var(--max-width);
  margin: 60px auto;
  padding: 0 20px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 768px) {

  .ampliaNoticia.cuerpo {
    padding: 25px 15px 40px;
  }

  .titular {
    font-size: 30px;
  }

  .avance {
    font-size: 18px;
  }

  .texto {
    font-size: 17px;
    line-height: 1.7;
  }

  .texto h3 {
    font-size: 18px;
  }

  .galeria img {
    border-radius: 8px;
  }
}



/* ================================
   SIDEBAR
================================ */

/* SIDEBAR GENERAL */
.sidebar {
  width: 320px;
  margin-left: 0px;
  font-family: var(--font-base);
}

/* CAJA */
.boxMasLeidas {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  position: sticky;
  top: 100px; /* clave UX */
}

/* TÍTULO */
.boxMasLeidas h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

/* SUBRAYADO VISUAL */
.boxMasLeidas h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #e40f52;
  margin-top: 6px;
}

/* DESCRIPCIÓN */
.boxMasLeidas p {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* LISTA */
.boxMasLeidas ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: ranking;
}

/* ITEM */
.boxMasLeidas li {
  margin-bottom: 18px;
  padding-left: 32px;
  position: relative;
}

/* NUMERACIÓN PRO */
.boxMasLeidas li::before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #e40f52;
}

/* ARTÍCULO */
.boxMasLeidas article {
  display: block;
}

/* TITULAR */
.boxMasLeidas h3 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}

/* ENLACE */
.boxMasLeidas h3 a {
  color: #111;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* HOVER (MUY IMPORTANTE PARA CTR) */
.boxMasLeidas h3 a:hover {
  color: #e40f52;
}

/* SEPARADOR SUTIL */
.boxMasLeidas li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  background: #eee;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  .boxMasLeidas {
    position: relative;
    top: 0;
  }
}

/* ================================
   CAJA RELACIONADA INLINE
================================ */
.cajaRelacionada {
  border-left: 4px solid #e40f52;
  background: #f8f8f8;
  padding: 15px;
  margin: 30px 0;
}

.cajaRelacionada span {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.cajaRelacionada a {
  text-decoration: none;
  color: #000;
}

.cajaRelacionada strong {
  display: block;
  margin: 5px 0;
}

.cajaRelacionada p {
  font-size: 14px;
  color: #555;
}

/* ================================
   RELACIONADAS FINAL
================================ */
.relacionadasFinal {
  margin-top: 60px;
}

.relacionadasFinal h3 {
  margin-bottom: 20px;
}

.gridRelacionadas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cardRelacionada {
  text-decoration: none;
  color: #000;
}

.cardRelacionada img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}

.cardRelacionada h4 {
  font-size: 15px;
  line-height: 1.3;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {

  .layoutArticulo {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {

  .gridRelacionadas {
    grid-template-columns: 1fr;
  }

}

/* CONTENEDOR GENERAL */
.relacionadasFinal {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
width: 90%;
  margin-left: 5%;
}

/* TÍTULO */
.relacionadasFinal h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  font-family: var(--font-base);

}

/* SUBRAYADO VISUAL */
.relacionadasFinal h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #e40f52;
  margin-top: 8px;
}

/* GRID */
.relacionadas {
  font-family: var(--font-base);	
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0;
  margin: 0;
}

/* ITEM */
.relacionadas .noticia {
  list-style: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* EFECTO HOVER */
.relacionadas .noticia:hover {
  transform: translateY(-5px);
}

/* IMAGEN */
.imagenCont {
  width: 100%;
  aspect-ratio: 16 / 9; /* clave */
  overflow: hidden;
  border-radius: 6px;
  background: #f2f2f2; /* fallback elegante */
}

.imagenCont img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta sin deformar */
  display: block;
}

/* ZOOM SUAVE */
.relacionadas .noticia:hover img {
  transform: scale(1.05);
}

/* CATEGORÍA */
.relacionadas .tema {
  font-size: 11px;
  text-transform: uppercase;
  color: #e40f52;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

/* TITULAR */
.relacionadas h4 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0;
}

/* ENLACE */
.relacionadas h4 a {
  text-decoration: none;
  color: #111;
  transition: color 0.25s ease;
}

/* HOVER TITULAR */
.relacionadas h4 a:hover {
  color: #e40f52;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .relacionadas {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .relacionadas {
    grid-template-columns: 1fr;
  }
}

/* =========================
   FOOTER PREMIUM LVD
========================= */
.siteFooter {
  position: relative;
  margin-top: 90px;
  background:
    radial-gradient(circle at top left, rgba(223, 47, 117, 0.16) 0%, rgba(223, 47, 117, 0) 26%),
    radial-gradient(circle at top right, rgba(91, 38, 139, 0.18) 0%, rgba(91, 38, 139, 0) 28%),
    linear-gradient(180deg, #1f1828 0%, #17111f 100%);
  color: #f6f2fa;
  overflow: hidden;
}

.siteFooter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
  pointer-events: none;
}

.siteFooter-top,
.siteFooter-main,
.siteFooter-bottom {
  position: relative;
  z-index: 1;
}

.siteFooter-top-inner,
.siteFooter-main-inner,
.siteFooter-bottom-inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================
   BLOQUE SUPERIOR
========================= */
.siteFooter-top {
  padding: 56px 0 34px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.siteFooter-top-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: stretch;
}

.footerBrand {
  position: relative;
  padding: 6px 0;
}

.footerLogo {
  display: inline-block;
  margin-bottom: 20px;
}

.footerLogo img {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footerClaim {
  margin: 0 0 12px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.footerIntro {
  max-width: 620px;
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(246, 242, 250, 0.82);
}

.footerSubscribe {
  position: relative;
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.footerEyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(223, 47, 117, 0.14);
  color: #ff8fbc;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footerSubscribe h2 {
  margin: 0 0 12px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

.footerSubscribe p {
  margin: 0 0 22px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(246, 242, 250, 0.82);
}

.footerSubscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footerBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.footerBtn:hover {
  transform: translateY(-2px);
}

.footerBtn-primary {
  background: linear-gradient(135deg, #b2175b 0%, #df2f75 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(223, 47, 117, 0.26);
}

.footerBtn-primary:hover {
  color: #fff;
  box-shadow: 0 20px 42px rgba(223, 47, 117, 0.34);
}

.footerBtn-secondary {
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
  color: #f6f2fa;
}

.footerBtn-secondary:hover {
  border-color: rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.08);
  color: #fff;
}

/* =========================
   GRID CENTRAL
========================= */
.siteFooter-main {
  padding: 38px 0 34px;
}

.siteFooter-main-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.footerCol h3 {
  margin: 0 0 16px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff8fbc;
}

.footerCol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerCol li + li {
  margin-top: 10px;
}

.footerCol a {
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(246, 242, 250, 0.86);
  transition: color .2s ease, transform .2s ease;
}

.footerCol a:hover {
  color: #ffffff;
}

.footerCol-social {
  padding-left: 10px;
}

.footerSocial-text {
  margin: 0 0 18px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(246, 242, 250, 0.76);
}

.footerSocial-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.footerSocial-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.footerSocial-links img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  opacity: 0.92;
}

.footerSocial-links span {
  display: inline-block;
}

/* =========================
   FRANJA INFERIOR
========================= */
.siteFooter-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.14);
}

.siteFooter-bottom-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footerLegal span {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  color: rgba(246, 242, 250, 0.68);
}

.footerLegal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footerLegal-links a {
  text-decoration: none;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(246, 242, 250, 0.78);
  transition: color .2s ease;
}

.footerLegal-links a:hover {
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .siteFooter-top-inner {
    grid-template-columns: 1fr;
  }

  .siteFooter-main-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footerCol-social {
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .siteFooter {
    margin-top: 70px;
  }

  .siteFooter-top {
    padding: 42px 0 28px;
  }

  .siteFooter-main {
    padding: 30px 0 28px;
  }

  .siteFooter-top-inner,
  .siteFooter-main-inner,
  .siteFooter-bottom-inner {
    width: calc(100% - 24px);
  }

  .footerLogo img {
    width: 150px;
  }

  .footerClaim {
    font-size: 22px;
  }

  .footerIntro,
  .footerSubscribe p,
  .footerSocial-text {
    font-size: 14px;
  }

  .footerSubscribe {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .footerSubscribe h2 {
    font-size: 24px;
  }

  .siteFooter-main-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .siteFooter-bottom-inner {
    min-height: auto;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .footerLegal-links {
    gap: 12px 16px;
  }
}

.related-article {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 2rem 0;
  border: 1px solid rgba(20, 30, 45, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.related-article,
.related-article * {
  box-sizing: border-box;
}

.related-article__link {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.related-article__media {
  margin: 0;
  width: 100%;
  min-width: 0;
  height: 130px;
  background: #f1f3f5;
  overflow: hidden;
}

.related-article__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-article__content {
  min-width: 0;
  padding: 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.related-article__label {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #e40f52;
}

.related-article__title {
  margin: 0 0 0.65rem;
  max-width: 100%;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 800;
  color: #121826;
  overflow-wrap: anywhere;
}

.related-article__cta {
  font-size: 0.9rem;
  font-weight: 800;
  color: #35a9ff;
}

.related-article__link:hover .related-article__title,
.related-article__link:focus .related-article__title {
  color: #e40f52;
}

.related-article__link:focus-visible {
  outline: 3px solid #35a9ff;
  outline-offset: -3px;
}

@media (max-width: 640px) {
  .related-article {
    margin: 1.5rem 0;
    border-radius: 14px;
  }

  .related-article__link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .related-article__media {
    height: 112px;
  }

  .related-article__content {
    padding: 0.75rem 0.8rem;
  }

  .related-article__label {
    margin-bottom: 0.25rem;
    font-size: 0.5rem;
    letter-spacing: 0.045em;
	  font-family: var(--font-base);
	  display:none;
  }

  .related-article__title {
    margin-bottom: 0.4rem;
    font-size: 0.88rem;
    line-height: 1.22;
  }

  .related-article__cta {
    font-size: 0.55rem;
	font-family: var(--font-base);
  }
}

@media (max-width: 380px) {
  .related-article__link {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .related-article__media {
    height: 105px;
  }

  .related-article__content {
    padding: 0.65rem 0.7rem;
  }

  .related-article__title {
    font-size: 0.82rem;
  }
}

.bloqueImagen {
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  text-align: center;
}

.bloqueImagen img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 0 auto;
}

.pieFoto {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #6b7280;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Ajuste fino para móvil */
@media (max-width: 640px) {
  .bloqueImagen {
    margin: 1.5rem 0;
  }

  .bloqueImagen img {
    border-radius: 10px;
  }

  .pieFoto {
    font-size: 0.78rem;
    padding: 0 0.5rem;
  }
}

/* ================================
   FIX GLOBAL OVERFLOW MÓVIL
================================ */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe,
figure {
  max-width: 100%;
}

/* Evita que textos largos, URLs o títulos generen scroll lateral */
.titular,
.avance,
.texto,
.texto p,
.texto h3,
.related-article__title,
.pieFoto {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* ================================
   LAYOUT ARTÍCULO - FIX
================================ */

.layoutArticulo {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  box-sizing: border-box;
}

.columnaPrincipal,
.ampliaNoticia.cuerpo,
.texto {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .layoutArticulo {
    width: calc(100% - 24px);
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}

/* ================================
   BLOQUE IMAGEN INTERCALADA - FIX
================================ */

.bloqueImagen,
.bloqueImagen.center {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 2rem 0;
  padding: 0;
  float: none !important;
  clear: both;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  transform: none !important;
}

.bloqueImagen img,
.bloqueImagen img.center {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  padding: 0;
  float: none !important;
  border-radius: 14px;
  object-fit: contain;
  box-sizing: border-box;
  transform: none !important;
}

.pieFoto,
.pieFoto.center {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0.6rem auto 0;
  padding: 0 0.25rem;
  float: none !important;
  font-family: var(--font-base);
  font-size: 0.85rem;
  line-height: 1.35;
  color: #6b7280;
  text-align: center;
  box-sizing: border-box;
}

/* ================================
   NOTICIA RELACIONADA - AISLADA
================================ */

.texto .related-article h3,
.texto .related-article__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-base);
}

.texto .related-article h3::before,
.texto .related-article__title::before {
  display: none !important;
  content: none !important;
}

.related-article {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 2rem 0;
  overflow: hidden;
}

.related-article__link {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: 150px minmax(0, 1fr);
}

.related-article__media,
.related-article__content {
  min-width: 0;
}

/* ================================
   AJUSTES MÓVIL
================================ */

@media (max-width: 640px) {
  .ampliaNoticia.cuerpo {
    padding-left: 0;
    padding-right: 0;
  }

  .bloqueImagen,
  .bloqueImagen.center {
    margin: 1.5rem 0;
    border-radius: 10px;
  }

  .bloqueImagen img,
  .bloqueImagen img.center {
    border-radius: 10px;
  }

  .pieFoto,
  .pieFoto.center {
    max-width: 100%;
    padding: 0 0.5rem;
    font-size: 0.78rem;
  }

  .related-article__link {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .related-article__media {
    height: 108px;
  }

  .related-article__content {
    padding: 0.7rem 0.75rem;
  }

  .related-article__title {
    font-size: 0.86rem !important;
    line-height: 1.22;
  }
}

@media (max-width: 380px) {
  .related-article__link {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .related-article__media {
    height: 102px;
  }
}

/* ================================
   LISTADO NOTICIAS - SECCIONES
================================ */

.listadoNoticias {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 0 60px;
  box-sizing: border-box;
}

.listadoNoticias,
.listadoNoticias * {
  box-sizing: border-box;
}

.listadoNoticias .noticia {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.listadoNoticias .noticia a {
  color: inherit;
  text-decoration: none;
}

.listadoNoticias img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.listadoNoticias .imagenCont {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f2f2;
}

.listadoNoticias .imagenCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listadoNoticias .tema,
.listadoNoticias .tema a {
  margin-top: 12px;
  font-family: var(--font-base);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
  text-decoration: none;
}

.listadoNoticias h2,
.listadoNoticias h3,
.listadoNoticias h4 {
  margin: 8px 0 0;
  max-width: 100%;
  font-family: var(--font-base);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
  overflow-wrap: anywhere;
}

.listadoNoticias p,
.listadoNoticias .entradilla,
.listadoNoticias .avance {
  margin: 10px 0 0;
  font-family: var(--font-base);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}

/* Si el listado usa grid */
.listadoNoticias .grid,
.listadoNoticias .noticiasGrid,
.listadoNoticias ul {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* ================================
   LISTADO NOTICIAS - MÓVIL
================================ */

@media (max-width: 768px) {
  .listadoNoticias {
    width: calc(100% + 28px);
    padding: 24px 0 44px;
  }

  .listadoNoticias h2,
  .listadoNoticias h3,
  .listadoNoticias h4 {
    font-size: 1.08rem;
    line-height: 1.24;
  }

  .listadoNoticias p,
  .listadoNoticias .entradilla,
  .listadoNoticias .avance {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .listadoNoticias {
    width: calc(100% + 24px);
  }

  .listadoNoticias h2,
  .listadoNoticias h3,
  .listadoNoticias h4 {
    font-size: 1rem;
  }
}

/* ================================
   MÁS LEÍDO - SECCIONES FIX FINAL
================================ */

.masleido {
  width: min(1120px, calc(100% - 24px)) !important;
  max-width: 1120px !important;
  margin: 46px auto 56px !important;
  padding: clamp(28px, 4vw, 52px) !important;
  box-sizing: border-box;
  border: 1px solid #e4e7ec;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.06);
}

.masleido,
.masleido * {
  box-sizing: border-box;
}

.masleido > h2 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-family: var(--font-base);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -0.045em;
  color: #111;
}

.masleido > p {
  margin: 0 0 30px !important;
  padding: 0 !important;
  font-family: var(--font-base);
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  line-height: 1.45;
  color: #6b7280;
}

.masleido ol {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: masleido-counter !important;
}

.masleido li {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-increment: masleido-counter !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Neutraliza números/cajas antiguos */
.masleido li::before,
.masleido li::after,
.masleido article::before,
.masleido article::after,
.masleido h3::before,
.masleido h3::after {
  display: none !important;
  content: none !important;
}

.masleido article {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 126px;
  margin: 0 !important;
  padding: 34px 34px 30px 106px !important;
  border: 1px solid #e4e7ec !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.045) !important;
}

.masleido article::marker,
.masleido li::marker {
  display: none;
  font-size: 0;
}

/* Número único */
.masleido article h3::before {
  content: counter(masleido-counter, decimal-leading-zero) !important;
  display: block !important;
  position: absolute !important;
  left: 34px !important;
  top: 26px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  font-family: var(--font-base);
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 0.9;
  font-weight: 850;
  letter-spacing: -0.08em;
  color: #d3d8e1;
}

.masleido h3 {
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-base);
}

.masleido h3 a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-base);
  font-size: clamp(1.08rem, 1.55vw, 1.55rem);
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.035em;
  color: #111;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.masleido article:hover {
  border-color: rgba(228, 15, 82, 0.22) !important;
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.075) !important;
}

.masleido h3 a:hover {
  color: var(--color-accent);
}

@media (max-width: 768px) {
  .masleido {
    width: calc(100% - 24px) !important;
    margin: 34px auto 46px !important;
    padding: 28px 22px !important;
    border-radius: 28px;
  }

  .masleido > h2 {
    font-size: 1.45rem;
    line-height: 1.16;
  }

  .masleido > p {
    margin-bottom: 24px !important;
    font-size: 1.12rem;
    line-height: 1.5;
  }

  .masleido article {
    min-height: 120px;
    padding: 30px 24px 26px 84px !important;
    border-radius: 22px !important;
  }

  .masleido article h3::before {
    left: 22px !important;
    top: 25px !important;
    font-size: 3rem;
  }

  .masleido h3 a {
    font-size: 1.08rem;
    line-height: 1.25;
  }
}

@media (max-width: 420px) {
  .masleido {
    width: calc(100% - 18px) !important;
    padding: 24px 14px !important;
    border-radius: 24px;
  }

  .masleido > h2,
  .masleido > p {
    padding: 0 4px !important;
  }

  .masleido article {
    min-height: 112px;
    padding: 28px 16px 24px 70px !important;
    border-radius: 20px !important;
  }

  .masleido article h3::before {
    left: 16px !important;
    top: 25px !important;
    font-size: 2.6rem;
  }

  .masleido h3 a {
    font-size: 1rem;
    line-height: 1.25;
  }
}
