:root {
	--rdw-accent: #b72237;
	--rdw-text: #111a29;
	--rdw-muted: #667080;
	--rdw-line: #d8d4cc;
	--rdw-surface: #ffffff;
	--rdw-soft: #f5f2ed;
	--rdw-dark-surface: #111a29;
}

/* =========================================================
   RD · Página · Reportes ciudadanos
   ========================================================= */
.rdw-reports-page{
	--rdw-rp-accent:#d60932;
	--rdw-rp-accent-dark:#b80027;
	--rdw-rp-ink:#111c2c;
	--rdw-rp-muted:#687181;
	--rdw-rp-paper:#f6f4ef;
	--rdw-rp-card:#fff;
	--rdw-rp-line:#d8d7d2;
	--rdw-rp-green:#1b7653;
	--rdw-rp-amber:#996107;
	color:var(--rdw-rp-ink);
	background:var(--rdw-rp-paper);
	font-family:"Onest",sans-serif;
}
.rdw-reports-page *,
.rdw-reports-page *::before,
.rdw-reports-page *::after{box-sizing:border-box}
.rdw-reports-page a{color:inherit}
.rdw-reports-page__inner{
	width:min(calc(100% - 48px),1240px);
	margin-inline:auto;
}
.rdw-reports-page__eyebrow{
	margin:0 0 14px;
	color:var(--rdw-rp-accent);
	font-size:12px;
	font-weight:900;
	line-height:1.2;
	letter-spacing:.14em;
	text-transform:uppercase;
}
.rdw-reports-page__intro{
	padding:68px 0 56px;
	border-top:8px solid var(--rdw-rp-ink);
	border-bottom:1px solid var(--rdw-rp-line);
	background:var(--rdw-rp-card);
}
.rdw-reports-page__intro-grid{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	align-items:end;
	gap:44px;
}
.rdw-reports-page__title{
	max-width:900px;
	margin:0;
	font-family:"Onest",sans-serif;
	font-size:clamp(48px,7vw,88px);
	font-weight:900;
	line-height:.94;
	letter-spacing:-.055em;
}
.rdw-reports-page__lead{
	max-width:720px;
	margin:23px 0 0;
	color:var(--rdw-rp-muted);
	font-size:18px;
	line-height:1.55;
}
.rdw-reports-page__button,
.rdw-reports-page__cta>a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:52px;
	padding:0 24px;
	border:1px solid var(--rdw-rp-accent);
	background:var(--rdw-rp-accent);
	color:#fff;
	font-size:12px;
	font-weight:900;
	letter-spacing:.06em;
	text-decoration:none;
	text-transform:uppercase;
	transition:background-color .2s ease,border-color .2s ease;
}
.rdw-reports-page__button:hover,
.rdw-reports-page__button:focus-visible,
.rdw-reports-page__cta>a:hover,
.rdw-reports-page__cta>a:focus-visible{
	border-color:var(--rdw-rp-accent-dark);
	background:var(--rdw-rp-accent-dark);
	color:#fff;
}
.rdw-reports-page__form-section{padding:48px 0 0}
.rdw-reports-page__form-panel{
	display:grid;
	grid-template-columns:minmax(280px,.75fr) minmax(0,1.35fr);
	border:1px solid var(--rdw-rp-line);
	background:var(--rdw-rp-card);
}
.rdw-reports-page__form-intro{
	padding:42px;
	color:#fff;
	background:var(--rdw-rp-ink);
}
.rdw-reports-page__form-intro h2{
	max-width:390px;
	margin:4px 0 18px;
	color:#fff;
	font-family:"Onest",sans-serif;
	font-size:clamp(34px,4vw,52px);
	font-weight:900;
	line-height:1.02;
	letter-spacing:-.04em;
}
.rdw-reports-page__form-intro>p:not(.rdw-reports-page__eyebrow){
	max-width:380px;
	margin:0;
	color:rgba(255,255,255,.82);
	font-size:15px;
	line-height:1.6;
}
.rdw-reports-page__form-intro ol{
	display:grid;
	gap:12px;
	margin:30px 0 0;
	padding:24px 0 0;
	border-top:1px solid rgba(255,255,255,.2);
	list-style:none;
	counter-reset:rdw-report-form-step;
}
.rdw-reports-page__form-intro li{
	counter-increment:rdw-report-form-step;
	display:grid;
	grid-template-columns:28px minmax(0,1fr);
	gap:9px;
	font-size:12px;
	line-height:1.45;
}
.rdw-reports-page__form-intro li::before{
	content:counter(rdw-report-form-step,decimal-leading-zero);
	color:var(--rdw-rp-accent);
	font-weight:900;
}
.rdw-reports-page__elementor-form{
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-width:0;
	padding:38px 42px;
}
.rdw-reports-page__elementor-form>.elementor{width:100%}
.rdw-reports-page__elementor-form .elementor-widget-form,
.rdw-reports-page__elementor-form .elementor-form{font-family:"Onest",sans-serif}
.rdw-reports-page__form-placeholder{
	padding:32px;
	border:2px dashed var(--rdw-rp-line);
	color:var(--rdw-rp-muted);
	background:var(--rdw-rp-paper);
	font-size:14px;
	font-weight:700;
	line-height:1.5;
	text-align:center;
}
.rdw-reports-page__main{padding:60px 0 88px}
.rdw-reports-page__layout{
	display:grid;
	grid-template-columns:minmax(0,1fr) 360px;
	align-items:start;
	gap:52px;
}
.rdw-reports-page__section-head{
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:20px;
	margin-bottom:24px;
	padding-bottom:18px;
	border-bottom:4px solid var(--rdw-rp-ink);
}
.rdw-reports-page__section-head h2,
.rdw-reports-page__poll h2,
.rdw-reports-page__process h2,
.rdw-reports-page__cta h2{
	margin:0;
	font-family:"Onest",sans-serif;
	font-size:32px;
	font-weight:900;
	line-height:1.05;
	letter-spacing:-.035em;
}
.rdw-reports-page__section-head>span{
	color:var(--rdw-rp-muted);
	font-size:12px;
	font-weight:700;
}
.rdw-reports-page__filters{
	display:grid;
	grid-template-columns:1fr 1fr 1.35fr;
	gap:10px;
	margin-bottom:28px;
}
.rdw-reports-page__filters label{position:relative;margin:0}
.rdw-reports-page__filters label>span{
	position:absolute;
	z-index:1;
	top:8px;
	left:14px;
	color:var(--rdw-rp-muted);
	font-size:9px;
	font-weight:900;
	letter-spacing:.08em;
	text-transform:uppercase;
	pointer-events:none;
}
.rdw-reports-page__filters select,
.rdw-reports-page__filters input{
	width:100%;
	height:58px;
	margin:0;
	padding:23px 14px 7px;
	border:1px solid var(--rdw-rp-line);
	border-radius:0;
	outline:0;
	background:var(--rdw-rp-card);
	color:var(--rdw-rp-ink);
	font-family:"Onest",sans-serif;
	font-size:13px;
}
.rdw-reports-page__filters select:focus,
.rdw-reports-page__filters input:focus{border-color:var(--rdw-rp-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--rdw-rp-accent) 18%,transparent)}
.rdw-reports-page__report-list{
	display:grid;
	gap:1px;
	border:1px solid var(--rdw-rp-line);
	background:var(--rdw-rp-line);
}
.rdw-reports-page__report{
	display:grid;
	grid-template-columns:150px minmax(0,1fr) 118px;
	align-items:start;
	gap:25px;
	padding:27px;
	background:var(--rdw-rp-card);
}
.rdw-reports-page__report[hidden]{display:none!important}
.rdw-reports-page__report-meta p{
	margin:0 0 6px;
	color:var(--rdw-rp-accent);
	font-size:11px;
	font-weight:900;
	letter-spacing:.08em;
	line-height:1.35;
	text-transform:uppercase;
}
.rdw-reports-page__report-meta span{
	display:block;
	color:var(--rdw-rp-muted);
	font-size:11px;
	line-height:1.4;
}
.rdw-reports-page__report-copy h3{
	margin:0 0 9px;
	color:var(--rdw-rp-ink);
	font-family:"Onest",sans-serif;
	font-size:20px;
	font-weight:800;
	line-height:1.25;
	letter-spacing:-.02em;
}
.rdw-reports-page__report-copy p{
	margin:0;
	color:var(--rdw-rp-muted);
	font-size:14px;
	line-height:1.55;
}
.rdw-reports-page__status{
	justify-self:end;
	display:inline-flex;
	align-items:center;
	gap:7px;
	padding:7px 9px;
	background:color-mix(in srgb,var(--rdw-rp-muted) 11%,transparent);
	color:var(--rdw-rp-ink);
	font-size:9px;
	font-weight:900;
	letter-spacing:.06em;
	text-transform:uppercase;
	white-space:nowrap;
}
.rdw-reports-page__status::before{
	content:"";
	width:7px;
	height:7px;
	border-radius:50%;
	background:var(--rdw-rp-amber);
}
.rdw-reports-page__status--published::before{background:var(--rdw-rp-green)}
.rdw-reports-page__empty{
	padding:40px 24px;
	border:1px solid var(--rdw-rp-line);
	background:var(--rdw-rp-card);
	color:var(--rdw-rp-muted);
	font-size:14px;
	text-align:center;
}
.rdw-reports-page__empty[hidden]{display:none!important}
.rdw-reports-page__sidebar{
	position:sticky;
	top:24px;
	display:grid;
	gap:24px;
}
.rdw-reports-page__poll{
	padding:28px;
	background:var(--rdw-rp-ink);
	color:#fff;
}
.rdw-reports-page__poll h2{color:#fff}
.rdw-reports-page__poll-question{
	margin:18px 0 21px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:1.4;
}
.rdw-reports-page__poll-options{display:grid;gap:8px}
.rdw-reports-page__poll-options>button{
	position:relative;
	overflow:hidden;
	width:100%;
	min-height:47px;
	margin:0;
	padding:10px 12px;
	border:1px solid rgba(255,255,255,.28);
	border-radius:0;
	background:transparent;
	color:#fff;
	cursor:pointer;
	text-align:left;
}
.rdw-reports-page__poll-options>button:hover,
.rdw-reports-page__poll-options>button:focus-visible{border-color:#fff;background:rgba(255,255,255,.06)}
.rdw-reports-page__poll-options .rdw-cs-poll-fill{
	position:absolute;
	inset:0 auto 0 0;
	width:0;
	background:color-mix(in srgb,var(--rdw-rp-accent) 60%,transparent);
	transition:width .35s ease;
}
.rdw-reports-page__poll-options>button>span:last-child{
	position:relative;
	z-index:1;
	dis:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
}
.rdw-reports-page__poll-options b{font-size:12px;font-style:normal;font-weight:800}
.rdw-reports-page__poll-options em{font-size:11px;font-style:normal;font-weight:900}
.rdw-reports-page__poll-meta{
	dis:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	min-height:22px;
	margin-top:13px;
	color:rgba(255,255,255,.72);
	font-size:10px;
}
.rdw-reports-page__poll-meta button{
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	color:#fff;
	font-size:10px;
	text-decoration:underline;
	cursor:pointer;
}
.rdw-reports-page__process{
	padding:26px;
	border:1px solid var(--rdw-rp-line);
	background:var(--rdw-rp-card);
}
.rdw-reports-page__process ol{
	margin:20px 0 0;
	padding:0;
	list-style:none;
	counter-reset:rdw-report-process;
}
.rdw-reports-page__process li{
	counter-increment:rdw-report-process;
	dis:grid;
	grid-template-columns:30px minmax(0,1fr);
	gap:10px;
	padding:13px 0;
	border-top:1px solid var(--rdw-rp-line);
	color:var(--rdw-rp-ink);
	font-size:13px;
	line-height:1.45;
}
.rdw-reports-page__process li::before{
	content:counter(rdw-report-process,decimal-leading-zero);
	color:var(--rdw-rp-accent);
	font-size:11px;
	font-weight:900;
}
.rdw-reports-page__process-note{
	margin:14px 0 0;
	color:var(--rdw-rp-muted);
	font-size:11px;
	line-height:1.5;
}
.rdw-reports-page__cta{
	dis:flex;
	align-items:center;
	justify-content:space-between;
	gap:28px;
	margin-top:48px;
	padding:34px;
	background:var(--rdw-rp-accent);
	color:#fff;
}
.rdw-reports-page__cta h2{color:#fff}
.rdw-reports-page__cta p{margin:7px 0 0;color:#fff;font-size:13px;line-height:1.45}
.rdw-reports-page__cta>a{
	flex:0 0 auto;
	border-color:#fff;
	background:transparent;
}
.rdw-reports-page__cta>a:hover,
.rdw-reports-page__cta>a:focus-visible{border-color:#fff;background:#fff;color:var(--rdw-rp-accent)}

@media(max-width:1024px){
	.rdw-reports-page__layout{grid-template-columns:minmax(0,1fr);gap:36px}
	.rdw-reports-page__sidebar{position:static;grid-template-columns:1fr 1fr}
	.rdw-reports-page__report{grid-template-columns:130px minmax(0,1fr) 112px;gap:20px}
	.rdw-reports-page__form-panel{grid-template-columns:1fr}
	.rdw-reports-page__form-intro{padding:34px}
	.rdw-reports-page__form-intro h2{max-width:700px}
	.rdw-reports-page__form-intro>p:not(.rdw-reports-page__eyebrow){max-width:700px}
}
@media(max-width:767px){
	.rdw-reports-page__inner{width:min(calc(100% - 28px),1240px)}
	.rdw-reports-page__intro{padding:44px 0 38px;border-top-width:6px}
	.rdw-reports-page__intro-grid{grid-template-columns:1fr;align-items:start;gap:25px}
	.rdw-reports-page__title{font-size:clamp(43px,14vw,62px);line-height:.98}
	.rdw-reports-page__lead{margin-top:18px;font-size:16px}
	.rdw-reports-page__button{width:100%}
	.rdw-reports-page__form-section{padding-top:28px}
	.rdw-reports-page__form-intro,
	.rdw-reports-page__elementor-form{padding:25px 21px}
	.rdw-reports-page__main{padding:38px 0 62px}
	.rdw-reports-page__filters{grid-template-columns:1fr}
	.rdw-reports-page__section-head{align-items:flex-start;flex-direction:column;gap:7px}
	.rdw-reports-page__report{grid-template-columns:minmax(0,1fr);gap:13px;padding:21px}
	.rdw-reports-page__report-meta{grid-row:1}
	.rdw-reports-page__status{grid-row:1;justify-self:end;margin-left:auto}
	.rdw-reports-page__report-copy{grid-column:1}
	.rdw-reports-page__sidebar{grid-template-columns:1fr}
	.rdw-reports-page__cta{align-items:flex-start;flex-direction:column;padding:27px}
	.rdw-reports-page__cta>a{width:100%}
}

html.rdw-dark,
body.rdw-dark {
	--rdw-text: #f3f1ec;
	--rdw-muted: #b5bbc4;
	--rdw-line: #3b4350;
	--rdw-surface: #111925;
	--rdw-soft: #1a2432;
	--rdw-dark-surface: #080e17;
}

.rdw-widget,
.rdw-widget * {
	box-sizing: border-box;
}

.rdw-widget {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--rdw-text);
}

.rdw-widget a {
	color: inherit;
	text-decoration: none;
}

.rdw-widget img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.rdw-empty {
	border: 1px dashed var(--rdw-line);
	color: var(--rdw-muted);
	padding: 16px;
	font-size: 13px;
}

.rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--rdw-soft), transparent);
}

/* Último momento · 3 diseños */
.rdw-breaking-modern {
	--rdw-breaking-accent: #c8102e;
	--rdw-breaking-line: #dedad3;
	--rdw-breaking-label-text: #fff;
	position: relative;
	width: 100%;
	min-height: 68px;
	border-top: 1px solid var(--rdw-breaking-line);
	border-bottom: 1px solid var(--rdw-breaking-line);
	overflow: hidden;
}

.rdw-breaking-inner {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: inherit;
	gap: 20px;
	padding: 0 18px;
}

.rdw-breaking-label-modern {
	--rdw-label-bg: var(--rdw-breaking-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 auto;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 9px;
	background: var(--rdw-label-bg);
	color: var(--rdw-breaking-label-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .035em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rdw-breaking-pulse {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 25%, transparent);
	flex: 0 0 auto;
}

.rdw-breaking-items {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	height: 38px;
	overflow: hidden;
}

.rdw-breaking-item {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(7px);
	transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
	pointer-events: none;
}

.rdw-breaking-item.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.rdw-breaking-time {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #687181;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.rdw-breaking-title {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.25;
	color: #071225;
	text-decoration: none;
}

.rdw-breaking-title:hover {
	color: var(--rdw-breaking-accent);
}

/* Opción 1 · AHORA (referencia): réplica moderna de la captura. */
.rdw-breaking-design-reference .rdw-breaking-inner {
	max-width: 1040px;
	margin: 0 auto;
}

.rdw-breaking-design-reference .rdw-breaking-label-modern {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .08);
}

/* Opción 2 · Editorial línea: más periodístico, sin pastilla sólida. */
.rdw-breaking-design-editorial .rdw-breaking-inner {
	gap: 18px;
}

.rdw-breaking-design-editorial .rdw-breaking-label-modern {
	min-height: 32px;
	padding: 0 2px 0 0;
	border-radius: 0;
	background: transparent;
	color: var(--rdw-breaking-accent);
	letter-spacing: .08em;
}

.rdw-breaking-design-editorial .rdw-breaking-label-modern::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	margin-left: 8px;
	background: var(--rdw-breaking-accent);
}

.rdw-breaking-design-editorial .rdw-breaking-pulse {
	width: 8px;
	height: 8px;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--rdw-breaking-accent) 16%, transparent);
}

.rdw-breaking-design-editorial .rdw-breaking-time {
	padding: 7px 10px;
	border: 1px solid var(--rdw-breaking-line);
	border-radius: 999px;
	font-size: 12px;
}

/* Opción 3 · Pulso minimal: etiqueta pequeña + divisor vertical. */
.rdw-breaking-design-minimal {
	border-top: 0;
}

.rdw-breaking-design-minimal::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--rdw-breaking-accent);
}

.rdw-breaking-design-minimal .rdw-breaking-inner {
	padding-left: 20px;
}

.rdw-breaking-design-minimal .rdw-breaking-label-modern {
	min-height: 28px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: var(--rdw-breaking-accent);
	font-size: 12px;
	letter-spacing: .1em;
}

.rdw-breaking-design-minimal .rdw-breaking-pulse {
	width: 7px;
	height: 7px;
	box-shadow: none;
}

.rdw-breaking-design-minimal .rdw-breaking-items {
	padding-left: 18px;
	border-left: 1px solid var(--rdw-breaking-line);
}

.rdw-breaking-design-minimal .rdw-breaking-time {
	color: var(--rdw-breaking-accent);
}

/* Opción 4 · Cinta deslizante: réplica exacta del HTML de referencia (.breaking/.break-label/.ticker-track). */
.rdw-widget.rdw-breaking-design-ticker {
	border-top: 0;
	border-bottom: 0;
	background: transparent;
	min-height: 0;
	overflow: hidden;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-breaking-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 20px;
	padding: 0;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-breaking-label-modern {
	display: flex;
	align-items: center;
	gap: 0;
	min-height: 0;
	height: 100%;
	padding: 0 20px 0 0;
	border-right: 1px solid var(--rdw-breaking-line);
	border-radius: 0;
	background: transparent;
	color: var(--rdw-breaking-accent);
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-breaking-label-modern .rdw-breaking-pulse {
	display: none;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-breaking-items {
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	display: block;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-ticker-track {
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 42px;
	min-width: max-content;
	will-change: transform;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	animation: rdw-ticker-scroll var(--rdw-ticker-duration, 34s) linear infinite;
}

.rdw-widget.rdw-breaking-design-ticker.rdw-ticker-paused .rdw-ticker-track {
	animation-play-state: paused;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-ticker-item {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	white-space: nowrap;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-ticker-item::before {
	content: "●";
	font-size: 7px;
	margin-right: 10px;
	opacity: .75;
	flex: 0 0 auto;
}

.rdw-widget.rdw-breaking-design-ticker .rdw-breaking-title,
.rdw-widget.rdw-breaking-design-ticker a.rdw-breaking-title {
	display: inline;
	overflow: visible;
	text-overflow: clip;
	white-space: nowrap;
	max-width: none;
	width: auto;
	font-size: inherit;
	font-weight: inherit;
}

@keyframes rdw-ticker-scroll {
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.rdw-widget.rdw-breaking-design-ticker .rdw-ticker-track {
		animation: none;
	}
}

/* Barra superior y clima */
.rdw-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rdw-topbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	min-height: 42px;
	font-size: 12px;
	line-height: 1.2;
}

.rdw-topbar-left,
.rdw-topbar-right,
.rdw-topbar-identity,
.rdw-weather,
.rdw-weather-reading {
	display: flex;
	align-items: center;
}

.rdw-topbar-left,
.rdw-topbar-right {
	gap: 28px;
	min-width: 0;
}

.rdw-topbar-right {
	justify-content: flex-end;
}

.rdw-topbar-identity {
	gap: 14px;
	min-width: 0;
	white-space: nowrap;
}

.rdw-status-dot {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--rdw-status-color, #49d79b);
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--rdw-status-color, #49d79b) 15%, transparent);
}

.rdw-topbar-brand {
	overflow: hidden;
	text-overflow: ellipsis;
}

.rdw-topbar-brand strong,
.rdw-weather-city,
.rdw-weather-temp,
.rdw-topbar-newsletter {
	font-weight: 750;
}

.rdw-topbar-tagline,
.rdw-topbar-date,
.rdw-weather-label {
	opacity: .92;
}

.rdw-weather-label {
	flex: 0 0 auto;
	white-space: nowrap;
}

.rdw-topbar-date {
	flex: 0 0 auto;
	white-space: nowrap;
}

.rdw-topbar-date-short {
	display: none;
}

.rdw-weather {
	gap: 11px;
	min-width: 0;
	transition: opacity .2s ease;
}

.rdw-weather.is-loading {
	opacity: .58;
}

.rdw-weather-city {
	max-width: 235px;
	min-width: 0;
	margin: 0;
	padding: 0 2px;
	border: 0;
	border-radius: 0;
	outline-offset: 3px;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.rdw-weather-city option {
	background: #111a29;
	color: #fff;
}

.rdw-weather-reading {
	gap: 7px;
	min-width: 0;
	white-space: nowrap;
}

.rdw-weather-condition {
	overflow: hidden;
	max-width: 170px;
	text-overflow: ellipsis;
}

.rdw-weather-credit {
	font-size: 8px;
	font-weight: 650;
	letter-spacing: .04em;
	opacity: .62;
}

.rdw-weather-credit:hover,
.rdw-topbar-newsletter:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdw-topbar-newsletter {
	flex: 0 0 auto;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.rdw-topbar {
		gap: 20px;
	}

	.rdw-topbar-left,
	.rdw-topbar-right {
		gap: 18px;
	}

	.rdw-topbar-tagline,
	.rdw-weather-credit {
		display: none;
	}
}

@media (max-width: 900px) {
	.rdw-topbar {
		gap: 14px;
		min-height: 0;
		padding: 8px 0;
	}

	.rdw-topbar-left,
	.rdw-topbar-right {
		gap: 14px;
	}

	.rdw-topbar-date,
	.rdw-weather-label,
	.rdw-weather-condition {
		display: none;
	}
}

@media (max-width: 640px) {
	.rdw-topbar {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 8px;
		width: 100%;
		min-height: 0;
		padding: 8px 0;
	}

	.rdw-topbar-left,
	.rdw-topbar-right {
		min-width: 0;
	}

	.rdw-topbar-left {
		display: block;
		width: auto;
		justify-content: flex-start;
	}

	.rdw-topbar-right {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
		gap: 8px;
		justify-content: stretch;
	}

	.rdw-topbar-identity {
		display: none;
	}

	.rdw-topbar-date {
		display: block;
		font-size: 9px;
		font-weight: 800;
		letter-spacing: .035em;
		line-height: 1;
		text-transform: uppercase;
	}

	.rdw-topbar-date-full {
		display: none;
	}

	.rdw-topbar-date-short {
		display: inline;
	}

	.rdw-topbar-tagline,
	.rdw-weather-label,
	.rdw-weather-condition,
	.rdw-weather-credit {
		display: none;
	}

	.rdw-weather {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 7px;
		min-width: 0;
		padding: 5px 8px;
		border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		border-radius: 999px;
	}

	.rdw-weather-city {
		width: 100%;
		max-width: none;
		min-width: 0;
		font-size: 10px;
		text-overflow: ellipsis;
	}

	.rdw-weather-reading {
		gap: 0;
		font-size: 11px;
	}

	.rdw-topbar-newsletter {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 28px;
		padding: 0 9px;
		border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
		border-radius: 999px;
		font-size: 9px;
		letter-spacing: .04em;
	}
}

/* Botones independientes */
.rdw-icon-button {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d3cc;
	border-radius: 50%;
	background: #fff;
	color: #111a29;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.rdw-icon-button:hover {
	color: var(--rdw-accent);
	border-color: currentColor;
	transform: translateY(-1px);
}

.rdw-icon-button:focus-visible,
.rdw-overlay-close:focus-visible,
.rdw-menu-search:focus-visible {
	outline: 2px solid var(--rdw-accent);
	outline-offset: 3px;
}

.rdw-icon-button svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.rdw-icon-button .rdw-action-svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rdw-theme-toggle svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rdw-theme-sun,
.rdw-dark .rdw-theme-moon {
	display: none;
}

.rdw-dark .rdw-theme-sun {
	display: block;
}

body.rdw-overlay-open {
	overflow: hidden;
}

/* Buscador */
.rdw-search-overlay,
.rdw-menu-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	margin: 0;
	padding: 0;
	background: rgba(7, 10, 15, 0);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: background .3s ease, opacity .3s ease, visibility .3s ease;
}

.rdw-search-overlay.is-open,
.rdw-menu-overlay.is-open {
	background: rgba(7, 10, 15, .72);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	backdrop-filter: blur(6px);
}

.rdw-search-overlay {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 15vh;
}

.rdw-search-panel {
	width: min(760px, calc(100vw - 32px));
	padding: 30px;
	background: var(--rdw-surface);
	color: var(--rdw-text);
	box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
	transform: translateY(-15px);
	transition: transform .3s ease;
}

.rdw-search-overlay.is-open .rdw-search-panel {
	transform: translateY(0);
}

.rdw-search-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--rdw-line);
}

.rdw-search-head strong {
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
}

.rdw-overlay-close {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--rdw-line);
	border-radius: 50%;
	background: transparent;
	color: currentColor;
	font-size: 29px;
	line-height: 1;
	cursor: pointer;
	transition: .2s ease;
}

.rdw-overlay-close:hover {
	border-color: var(--rdw-accent);
	background: var(--rdw-accent);
	color: #fff;
}

.rdw-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	margin-top: 24px;
}

.rdw-search-form input {
	min-width: 0;
	height: 55px;
	padding: 0 17px;
	border: 1px solid var(--rdw-line);
	background: transparent;
	color: var(--rdw-text);
	font: inherit;
}

.rdw-search-form button {
	height: 55px;
	padding: 0 22px;
	border: 0;
	background: var(--rdw-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

/* Panel de menú */
.rdw-menu-host {
	position: static;
	height: 0;
	overflow: visible;
}

/* Elementor editor: compact placeholder. The real off-canvas panel remains
   hidden there and is rendered normally only on the public frontend. */
.rdw-menu-host.rdw-menu-editor-preview {
	position: relative;
	height: auto;
	min-height: 0;
	overflow: visible;
}

.rdw-menu-editor-placeholder {
	display: grid;
	grid-template-columns: 30px auto;
	align-items: center;
	column-gap: 10px;
	min-height: 48px;
	padding: 8px 12px;
	border: 1px dashed #b8c0cc;
	border-radius: 6px;
	background: #f7f8fa;
	color: #273244;
	font-family: "Onest", Arial, sans-serif;
	box-sizing: border-box;
}

.rdw-menu-editor-placeholder > span {
	display: grid;
	grid-row: 1 / span 2;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #111a29;
	color: #fff;
	font-size: 15px;
}

.rdw-menu-editor-placeholder strong {
	font-size: 11px;
	line-height: 1.2;
}

.rdw-menu-editor-placeholder small {
	font-size: 9px;
	line-height: 1.25;
	color: #687488;
}

.rdw-menu-drawer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(520px, 100vw);
	padding: 27px 30px 25px;
	overflow: auto;
	overscroll-behavior: contain;
	background: var(--rdw-surface);
	color: var(--rdw-text);
	box-shadow: 28px 0 80px rgba(0, 0, 0, .24);
	transform: translateX(-102%);
	transition: transform .45s cubic-bezier(.22, .78, .2, 1);
}

.rdw-menu-right .rdw-menu-drawer {
	right: 0;
	left: auto;
	box-shadow: -28px 0 80px rgba(0, 0, 0, .24);
	transform: translateX(102%);
}

.rdw-menu-overlay.is-open .rdw-menu-drawer {
	transform: translateX(0);
}

.rdw-menu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--rdw-line);
}

.rdw-menu-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rdw-menu-brand img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.rdw-menu-brand strong {
	display: block;
	font-size: 30px;
	font-weight: 900;
	line-height: .88;
	text-transform: uppercase;
}

.rdw-menu-brand small {
	display: block;
	margin-top: 7px;
	color: var(--rdw-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.rdw-menu-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 54px;
	margin: 22px 0;
	padding: 0 16px;
	border: 1px solid var(--rdw-line);
	background: transparent;
	color: var(--rdw-muted);
	font: inherit;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
}

.rdw-menu-search b {
	color: var(--rdw-accent);
	font-size: 23px;
	font-weight: 500;
}

.rdw-menu-label {
	margin: 3px 0 7px;
	color: var(--rdw-accent);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.rdw-menu-list,
.rdw-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rdw-menu-item > a {
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr) 22px;
	align-items: center;
	gap: 10px;
	padding: 13px 4px;
	border-bottom: 1px solid var(--rdw-line);
	transition: padding .2s ease, background .2s ease;
}

.rdw-menu-item > a:hover {
	padding-right: 11px;
	padding-left: 11px;
	background: color-mix(in srgb, var(--rdw-accent) 8%, transparent);
}

.rdw-menu-index {
	color: var(--rdw-accent);
	font-size: 11px;
	font-weight: 800;
}

.rdw-menu-copy strong {
	display: block;
	font-size: 23px;
	font-weight: 800;
	line-height: .98;
	text-transform: uppercase;
}

.rdw-menu-copy small {
	display: block;
	margin-top: 5px;
	color: var(--rdw-muted);
	font-size: 10px;
	line-height: 1.25;
}

.rdw-menu-arrow {
	color: var(--rdw-accent);
	font-size: 17px;
	text-align: right;
}

.rdw-menu-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 22px;
}

.rdw-menu-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 148px;
	padding: 18px;
	background: var(--rdw-dark-surface);
	color: #fff;
}

.rdw-menu-card span {
	color: #ff7489;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.rdw-menu-card strong {
	margin: 13px 0;
	font-size: 22px;
	font-weight: 750;
	line-height: .98;
	text-transform: uppercase;
}

.rdw-menu-card b {
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.rdw-menu-card-accent {
	background: var(--rdw-accent);
}

.rdw-menu-card-accent span {
	color: #ffdbe2;
}

.rdw-menu-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 21px;
	padding-top: 21px;
	border-top: 1px solid var(--rdw-line);
	color: var(--rdw-muted);
	font-size: 11px;
}

.rdw-menu-socials {
	display: flex;
	gap: 6px;
}

.rdw-menu-socials a {
	display: grid;
	place-items: center;
	width: 29px;
	height: 29px;
	border: 1px solid var(--rdw-line);
	border-radius: 50%;
	color: var(--rdw-text);
	font-size: 11px;
}

.rdw-menu-socials a:hover {
	border-color: var(--rdw-accent);
	background: var(--rdw-accent);
	color: #fff;
}

/* Panel de categorías · índice lateral */
.rdw-cats-host {
	position: static;
	height: 0;
	overflow: visible;
}

.rdw-cats-overlay {
	--rdw-cats-accent: #b4122d;
}

.rdw-cats-drawer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: min(400px, 100vw);
	overflow: hidden;
	background: #fff;
	color: #12151b;
	box-shadow: 24px 0 70px rgba(0, 0, 0, .4);
	transform: translateX(-102%);
	transition: transform .4s cubic-bezier(.22, .78, .2, 1);
	font-family: "Onest", Arial, sans-serif;
	--rdw-cats-muted: #6b7078;
	--rdw-cats-line: #d7d3cc;
}

.rdw-cats-overlay.is-open .rdw-cats-drawer {
	transform: translateX(0);
}

.rdw-cats-head {
	position: relative;
	flex: 0 0 auto;
	padding: 30px 26px 22px;
	text-align: right;
}

.rdw-cats-head .rdw-overlay-close {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 36px;
	height: 36px;
	font-size: 17px;
}

.rdw-cats-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	width: 100%;
	margin-bottom: 8px;
	color: var(--rdw-cats-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.rdw-cats-eyebrow::before,
.rdw-cats-eyebrow::after {
	content: "";
	width: 14px;
	height: 1px;
	background: var(--rdw-cats-accent);
}

.rdw-cats-head h2 {
	margin: 0;
	color: #12151b;
	font-size: clamp(24px, 6.4vw, 28px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.005em;
	text-transform: uppercase;
}

.rdw-cats-list {
	flex: 1 1 auto;
	margin: 0;
	padding: 0 24px;
	list-style: none;
	overflow-y: auto;
	overscroll-behavior: contain;
	border-top: 2px solid #12151b;
}

.rdw-cats-item {
	border-bottom: 1px solid var(--rdw-cats-line);
}

.rdw-cats-item a {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding: 15px 2px;
	color: inherit;
	text-decoration: none;
}

.rdw-cats-idx {
	flex: 0 0 20px;
	color: var(--rdw-cats-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.rdw-cats-txt {
	flex: 1 1 auto;
	min-width: 0;
}

.rdw-cats-item h3 {
	margin: 0;
	color: #12151b;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: .005em;
	transition: color .2s ease;
}

.rdw-cats-item p {
	margin: 2px 0 0;
	color: var(--rdw-cats-muted);
	font-size: 10.5px;
	line-height: 1.4;
}

.rdw-cats-arrow {
	flex: 0 0 auto;
	align-self: center;
	color: var(--rdw-cats-accent);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity .2s ease, transform .2s ease;
}

.rdw-cats-item a:hover {
	background: #f6f3ed;
}

.rdw-cats-item a:hover h3 {
	color: var(--rdw-cats-accent);
}

.rdw-cats-item a:hover .rdw-cats-arrow {
	opacity: 1;
	transform: translateX(0);
}

.rdw-cats-foot {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
	padding: 22px 24px 26px;
	border-top: 1px solid var(--rdw-cats-line);
}

.rdw-cats-social {
	display: block;
	width: 18px;
	height: 18px;
	color: var(--rdw-cats-muted);
	transition: color .2s ease, transform .2s ease;
}

.rdw-cats-social:hover {
	color: var(--rdw-cats-accent);
	transform: translateY(-2px);
}

.rdw-cats-social svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

@media (max-width: 480px) {
	.rdw-cats-drawer {
		width: 100vw;
	}
}

/* Publicidad: raíz siempre transparente y sin padding */
.rdw-ad {
	position: relative;
	display: grid;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
	color: var(--rdw-text);
}

.rdw-ad-image {
	min-width: 0;
	overflow: hidden;
}

.rdw-ad-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.rdw-ad:hover .rdw-ad-image img {
	transform: scale(1.025);
}

.rdw-ad-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.rdw-ad-label {
	color: var(--rdw-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.rdw-ad-title {
	display: block;
	margin-top: 8px;
	font-size: clamp(22px, 2.4vw, 38px);
	font-weight: 850;
	line-height: .98;
	text-transform: uppercase;
}

.rdw-ad-description {
	display: block;
	margin-top: 9px;
	color: var(--rdw-muted);
	font-size: 12px;
	line-height: 1.45;
}

.rdw-ad-action {
	align-self: center;
	color: var(--rdw-accent);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Diseño 1 · Horizontal editorial */
.rdw-ad--horizontal {
	grid-template-columns: minmax(130px, 190px) minmax(0, 1fr) minmax(130px, 190px);
	align-items: center;
	gap: 26px;
	min-height: 128px;
	padding: 26px 34px;
	border: 1px solid var(--rdw-line);
	background: #fff;
}

.rdw-ad--horizontal .rdw-ad-label--side {
	justify-self: start;
	align-self: center;
	margin: 0;
	color: var(--rdw-muted);
	font-size: 9px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: .17em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rdw-ad--horizontal .rdw-ad-content--center {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.rdw-ad--horizontal .rdw-ad-title {
	margin: 0;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: clamp(27px, 2.15vw, 35px);
	font-weight: 900;
	line-height: .95;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.rdw-ad--horizontal .rdw-ad-description {
	margin-top: 8px;
	color: var(--rdw-muted);
	font-size: 12px;
	line-height: 1.35;
}

.rdw-ad--horizontal .rdw-ad-action--side {
	justify-self: end;
	align-self: center;
	color: var(--rdw-accent);
	font-size: 10px;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: .015em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rdw-ad--leaderboard {
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	min-height: 90px;
}

.rdw-ad--leaderboard .rdw-ad-image {
	width: 128px;
	height: 72px;
}

.rdw-ad--leaderboard .rdw-ad-title {
	font-size: clamp(18px, 2vw, 28px);
}

.rdw-ad--leaderboard .rdw-ad-description {
	display: none;
}

.rdw-ad--square,
.rdw-ad--vertical {
	min-height: 360px;
	isolation: isolate;
}

.rdw-ad--square {
	aspect-ratio: 1 / 1;
}

.rdw-ad--vertical {
	aspect-ratio: 1 / 1.7;
}

.rdw-ad--square .rdw-ad-image,
.rdw-ad--vertical .rdw-ad-image {
	position: absolute;
	inset: 0;
	z-index: -2;
	height: 100%;
}

.rdw-ad--square:has(.rdw-ad-image)::after,
.rdw-ad--vertical:has(.rdw-ad-image)::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(0deg, rgba(5, 8, 13, .85), rgba(5, 8, 13, .08) 70%);
}

.rdw-ad--square .rdw-ad-content,
.rdw-ad--vertical .rdw-ad-content {
	align-self: end;
	padding: 26px;
}

.rdw-ad--square:has(.rdw-ad-image),
.rdw-ad--vertical:has(.rdw-ad-image),
.rdw-ad--square:has(.rdw-ad-image) .rdw-ad-description,
.rdw-ad--vertical:has(.rdw-ad-image) .rdw-ad-description,
.rdw-ad--square:has(.rdw-ad-image) .rdw-ad-label,
.rdw-ad--vertical:has(.rdw-ad-image) .rdw-ad-label {
	color: #fff;
}

.rdw-ad--square .rdw-ad-action,
.rdw-ad--vertical .rdw-ad-action {
	position: absolute;
	right: 26px;
	bottom: 26px;
	color: #fff;
}

.rdw-ad--square .rdw-ad-content,
.rdw-ad--vertical .rdw-ad-content {
	padding-right: 115px;
}

.rdw-ad--native {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 32%);
	grid-template-areas: "content image" "action image";
	align-items: end;
	gap: 12px 28px;
}

.rdw-ad--native .rdw-ad-content { grid-area: content; }
.rdw-ad--native .rdw-ad-image { grid-area: image; height: 150px; }
.rdw-ad--native .rdw-ad-action { grid-area: action; justify-self: start; }

/* Hero editorial */
.rdw-hero {
	--rdw-accent: #b72237;
	--rdw-line: #d8d4cc;
	color: var(--rdw-text);
}

.rdw-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(250px, .67fr) minmax(250px, .58fr);
	border-top: 4px solid currentColor;
	border-bottom: 1px solid var(--rdw-line);
}

.rdw-hero-grid.rdw-hero-no-secondary {
	grid-template-columns: minmax(0, 1.65fr) minmax(250px, .58fr);
}

.rdw-hero-grid.rdw-hero-no-now {
	grid-template-columns: minmax(0, 1.65fr) minmax(250px, .67fr);
}

.rdw-hero-grid.rdw-hero-no-secondary.rdw-hero-no-now {
	grid-template-columns: 1fr;
}

.rdw-hero-main {
	min-width: 0;
	padding: 24px 26px 26px 0;
	border-right: 1px solid var(--rdw-line);
}

.rdw-hero-main-media,
.rdw-hero-secondary-media {
	display: block;
	overflow: hidden;
}

.rdw-hero-main-media {
	height: 430px;
}

.rdw-hero-main-media img,
.rdw-hero-secondary-media img {
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}

.rdw-hero-main:hover .rdw-hero-main-media img,
.rdw-hero-secondary:hover .rdw-hero-secondary-media img {
	transform: scale(1.025);
}

.rdw-kicker {
	margin-top: 15px;
	color: var(--rdw-accent);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.rdw-hero-main-title {
	margin: 15px 0 12px;
	font-size: clamp(42px, 4.2vw, 70px);
	font-weight: 850;
	line-height: .92;
	letter-spacing: -.018em;
}

.rdw-hero-summary {
	margin: 0;
	color: var(--rdw-muted);
	font-size: 14px;
	line-height: 1.55;
}

.rdw-hero-main-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid var(--rdw-line);
}

.rdw-hero-main-footer b {
	color: var(--rdw-accent);
	font-size: 11px;
	text-transform: uppercase;
}

.rdw-hero-time {
	color: var(--rdw-muted);
	font-size: 11px;
	text-align: right;
}

.rdw-hero-secondary-stack {
	display: grid;
	align-content: start;
	gap: 22px;
	min-width: 0;
	padding: 24px;
	border-right: 1px solid var(--rdw-line);
}

.rdw-hero-secondary {
	min-width: 0;
	padding-bottom: 21px;
	border-bottom: 1px solid var(--rdw-line);
}

.rdw-hero-secondary:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.rdw-hero-secondary-media {
	height: 158px;
}

.rdw-hero-secondary-title {
	margin: 9px 0 7px;
	font-size: 27px;
	font-weight: 780;
	line-height: 1.02;
}

.rdw-hero-now {
	min-width: 0;
	padding: 24px 0 24px 24px;
}

.rdw-now-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
	padding-bottom: 14px;
	border-bottom: 3px solid var(--rdw-accent);
}

.rdw-now-head strong {
	font-size: 24px;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.rdw-now-head span {
	color: var(--rdw-accent);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rdw-now-list {
	display: grid;
}

.rdw-now-item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	padding: 16px 0;
	border-bottom: 1px solid var(--rdw-line);
}

.rdw-now-item:last-child {
	border-bottom: 0;
}

.rdw-now-item.rdw-now-item--no-index {
	grid-template-columns: minmax(0, 1fr);
}

.rdw-now-index {
	color: var(--rdw-accent);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.rdw-now-item-title {
	margin: 0;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.23;
	letter-spacing: -.015em;
}

@media (max-width: 1024px) {
	.rdw-hero-grid {
		grid-template-columns: minmax(0, 1.45fr) minmax(250px, .7fr);
	}

	.rdw-hero-now {
		grid-column: 1 / -1;
		padding: 22px 0;
		border-top: 1px solid var(--rdw-line);
	}

	.rdw-now-list {
		grid-template-columns: 1fr 1fr;
		column-gap: 24px;
	}
}

@media (max-width: 767px) {
	.rdw-breaking-modern {
		min-height: 56px;
	}

	.rdw-breaking-inner {
		gap: 11px;
		padding: 0 12px;
	}

	.rdw-breaking-label-modern {
		min-height: 30px;
		padding: 0 10px;
		gap: 6px;
		border-radius: 7px;
		font-size: 11px;
	}

	.rdw-breaking-pulse {
		width: 7px;
		height: 7px;
		box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 23%, transparent);
	}

	.rdw-breaking-items {
		height: 34px;
	}

	.rdw-breaking-item {
		gap: 10px;
	}

	.rdw-breaking-time {
		font-size: 11px;
	}

	.rdw-breaking-title {
		font-size: 13px;
	}

	.rdw-breaking-design-editorial .rdw-breaking-label-modern::after {
		display: none;
	}

	.rdw-breaking-design-editorial .rdw-breaking-time {
		padding: 5px 7px;
	}

	.rdw-breaking-design-minimal .rdw-breaking-inner {
		padding-left: 13px;
	}

	.rdw-breaking-design-minimal .rdw-breaking-items {
		padding-left: 10px;
	}

	.rdw-breaking-design-ticker .rdw-breaking-label-modern {
		padding-right: 12px;
		font-size: 10px;
	}

	.rdw-breaking-design-ticker .rdw-ticker-track {
		gap: 26px;
	}

	.rdw-search-overlay {
		padding-top: 10vh;
	}

	.rdw-search-panel {
		padding: 22px 18px;
	}

	.rdw-search-form {
		grid-template-columns: 1fr;
	}

	.rdw-menu-drawer {
		width: 100vw;
		padding: 22px 19px;
	}

	.rdw-menu-cards {
		grid-template-columns: 1fr;
	}

	.rdw-ad--horizontal,
	.rdw-ad--leaderboard,
	.rdw-ad--native {
		grid-template-columns: 1fr;
		grid-template-areas: none;
	}

	.rdw-ad--horizontal {
		gap: 13px;
		min-height: 0;
		padding: 24px 20px;
		text-align: center;
	}

	.rdw-ad--horizontal .rdw-ad-label--side,
	.rdw-ad--horizontal .rdw-ad-action--side {
		justify-self: center;
	}

	.rdw-ad--horizontal .rdw-ad-content--center {
		align-items: center;
		text-align: center;
	}

	.rdw-ad--horizontal .rdw-ad-title {
		font-size: clamp(26px, 8vw, 32px);
	}

	.rdw-ad--horizontal .rdw-ad-image,
	.rdw-ad--native .rdw-ad-image {
		height: 210px;
	}

	.rdw-ad--native .rdw-ad-content,
	.rdw-ad--native .rdw-ad-image,
	.rdw-ad--native .rdw-ad-action {
		grid-area: auto;
	}

	.rdw-ad--leaderboard .rdw-ad-image {
		width: 100%;
		height: 130px;
	}

	.rdw-ad-action {
		justify-self: start;
	}

	.rdw-hero-grid,
	.rdw-hero-grid.rdw-hero-no-secondary,
	.rdw-hero-grid.rdw-hero-no-now {
		grid-template-columns: 1fr;
	}

	.rdw-hero-main {
		padding: 20px 0;
		border-right: 0;
	}

	.rdw-hero-main-media {
		height: 285px;
	}

	.rdw-hero-main-title {
		font-size: 43px;
	}

	.rdw-hero-main-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.rdw-hero-time {
		text-align: left;
	}

	.rdw-hero-secondary-stack {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 0;
		border-top: 1px solid var(--rdw-line);
		border-right: 0;
	}

	.rdw-hero-secondary {
		display: grid;
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 0 14px;
		padding: 14px 0;
	}

	.rdw-hero-secondary-media {
		grid-row: 1 / span 4;
		height: 95px;
	}

	.rdw-hero-secondary .rdw-kicker {
		margin-top: 0;
	}

	.rdw-hero-secondary-title {
		font-size: 22px;
	}

	.rdw-hero-secondary .rdw-hero-summary {
		display: none;
	}

	.rdw-hero-now {
		padding: 20px 0;
	}

	.rdw-now-list {
		grid-template-columns: 1fr;
	}
}

/* Marca principal */
.rdw-brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
}

.rdw-brand-inner {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	max-width: 100%;
	min-width: 0;
	color: inherit;
}

.rdw-brand-logo {
	display: block;
	flex: 0 0 66px;
	width: 66px;
	line-height: 0;
}

.rdw-brand-logo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.rdw-brand-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	min-width: 0;
}

.rdw-brand-title,
.rdw-brand-tagline {
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.rdw-brand-title {
	color: #15171c;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 52px;
	font-weight: 800;
	font-stretch: condensed;
	line-height: .92;
	letter-spacing: -.02em;
}

.rdw-brand-tagline {
	color: #69707b;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 3.1px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.rdw-brand-inner {
		gap: 14px;
	}

	.rdw-brand-logo {
		flex-basis: 50px;
		width: 50px;
	}

	.rdw-brand-copy {
		gap: 4px;
	}

	.rdw-brand-title {
		font-size: 31px;
	}

	.rdw-brand-tagline {
		font-size: 8px;
		letter-spacing: 1.8px;
	}
}

@media (max-width: 430px) {
	.rdw-brand-title {
		font-size: clamp(24px, 7.2vw, 31px);
	}

	.rdw-brand-tagline {
		font-size: clamp(6.5px, 1.8vw, 8px);
		letter-spacing: clamp(1px, .38vw, 1.8px);
	}
}

/* Menú horizontal editorial */
.rdw-horizontal-nav {
	--rdw-nav-accent: #c61d39;
	width: 100%;
	min-width: 0;
	border-bottom: 1px solid #d7d3cc;
}

.rdw-horizontal-nav-scroll {
	width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.rdw-horizontal-nav-scroll::-webkit-scrollbar {
	display: none;
}

.rdw-horizontal-nav-list,
.rdw-horizontal-nav .menu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 34px;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rdw-horizontal-nav-list > li,
.rdw-horizontal-nav .menu > li {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rdw-horizontal-nav-list > li > a,
.rdw-horizontal-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 0;
	color: #14171d;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .01em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	outline: none;
	transition: color .18s ease;
}

.rdw-horizontal-nav-list > li > a::after,
.rdw-horizontal-nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: var(--rdw-nav-accent);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .34s cubic-bezier(.22,.75,.24,1);
	pointer-events: none;
}

.rdw-horizontal-nav-list > li > a:hover,
.rdw-horizontal-nav-list > li > a:focus-visible,
.rdw-horizontal-nav-link:hover,
.rdw-horizontal-nav-link:focus-visible {
	color: var(--rdw-nav-accent);
}

.rdw-horizontal-nav-list > li > a:hover::after,
.rdw-horizontal-nav-list > li > a:focus-visible::after,
.rdw-horizontal-nav-link:hover::after,
.rdw-horizontal-nav-link:focus-visible::after {
	transform: scaleX(1);
}

.rdw-horizontal-nav-list > li.current-menu-item > a,
.rdw-horizontal-nav-list > li.current_page_item > a,
.rdw-horizontal-nav-list > li.current-menu-ancestor > a,
.rdw-horizontal-nav-list > li.is-active > a {
	color: #14171d;
}

@media (max-width: 767px) {
	.rdw-horizontal-nav--scroll .rdw-horizontal-nav-list,
	.rdw-horizontal-nav--scroll .menu {
		justify-content: flex-start;
		min-width: max-content;
	}

	.rdw-horizontal-nav--wrap .rdw-horizontal-nav-scroll {
		overflow: visible;
	}

	.rdw-horizontal-nav--wrap .rdw-horizontal-nav-list,
	.rdw-horizontal-nav--wrap .menu {
		flex-wrap: wrap;
		width: 100%;
		min-width: 0;
	}
}

/* =========================================================
   Hero principal · composición editorial v0.2.8
   Réplica de la portada maestra de Raíces Digital.
   ========================================================= */
.rdw-hero {
	--rdw-main-image-ratio: 1.82;
	--rdw-secondary-image-ratio: 1.82;
	font-family: "Onest", Arial, sans-serif;
}

.rdw-hero .rdw-hero-grid {
	grid-template-columns: minmax(0, 1.65fr) minmax(250px, .67fr) minmax(250px, .58fr);
	border-top-width: 4px;
}

.rdw-hero .rdw-hero-main {
	padding: 28px 32px 20px 0;
}

.rdw-hero .rdw-hero-main-media {
	height: auto;
	aspect-ratio: var(--rdw-main-image-ratio) / 1;
}

.rdw-hero .rdw-hero-secondary-media {
	height: auto;
	aspect-ratio: var(--rdw-secondary-image-ratio) / 1;
}

.rdw-hero .rdw-hero-main-media img,
.rdw-hero .rdw-hero-secondary-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rdw-hero .rdw-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	color: var(--rdw-accent);
	font-family: "Onest", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.rdw-hero .rdw-kicker::before {
	content: "";
	flex: 0 0 23px;
	width: 23px;
	height: 3px;
	background: var(--rdw-accent);
}

.rdw-hero .rdw-hero-main-title {
	margin: 22px 0 10px;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(48px, 4.5vw, 76px);
	font-weight: 900;
	line-height: .92;
	letter-spacing: -.025em;
}

.rdw-hero .rdw-hero-summary {
	font-family: "Onest", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

.rdw-hero .rdw-hero-main-footer {
	margin-top: 18px;
	padding-top: 15px;
}

.rdw-hero .rdw-hero-main-footer b,
.rdw-hero .rdw-hero-time {
	font-family: "Onest", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.rdw-hero .rdw-hero-main-footer b {
	color: var(--rdw-accent);
}

.rdw-hero .rdw-hero-secondary-stack {
	display: block;
	padding: 28px 30px 22px;
}

.rdw-hero .rdw-hero-secondary {
	padding: 0 0 26px;
	margin: 0 0 26px;
}

.rdw-hero .rdw-hero-secondary:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.rdw-hero .rdw-hero-secondary .rdw-kicker {
	margin-top: 24px;
}

.rdw-hero .rdw-hero-secondary-title {
	margin: 13px 0 9px;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(25px, 1.65vw, 31px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.015em;
}

.rdw-hero .rdw-hero-now {
	padding: 28px 0 24px 30px;
}

.rdw-hero .rdw-now-head {
	margin-bottom: 8px;
	padding-bottom: 15px;
	border-bottom-width: 3px;
}

.rdw-hero .rdw-now-head strong {
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 29px;
	font-weight: 900;
	letter-spacing: -.01em;
}

.rdw-hero .rdw-now-head span {
	font-family: "Onest", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
}

.rdw-hero .rdw-now-item {
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	padding: 22px 0;
}

.rdw-hero .rdw-now-index {
	padding-top: 2px;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
}

.rdw-hero .rdw-now-item-title {
	font-family: "Onest", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: -.025em;
}

@media (max-width: 1300px) and (min-width: 1025px) {
	.rdw-hero .rdw-hero-main {
		padding-top: 16px;
		padding-right: 20px;
	}

	.rdw-hero .rdw-hero-secondary-stack {
		padding: 16px 20px 20px;
	}

	.rdw-hero .rdw-hero-secondary {
		padding-bottom: 18px;
		margin-bottom: 18px;
	}

	.rdw-hero .rdw-hero-secondary .rdw-kicker {
		margin-top: 20px;
		font-size: 9px;
	}

	.rdw-hero .rdw-hero-secondary-title {
		margin-top: 11px;
		font-size: 25px;
	}

	.rdw-hero .rdw-hero-secondary .rdw-hero-summary {
		display: none;
	}

	.rdw-hero .rdw-hero-now {
		padding: 16px 0 20px 20px;
	}

	.rdw-hero .rdw-now-head strong {
		font-size: 24px;
	}

	.rdw-hero .rdw-now-head span {
		font-size: 8px;
	}

	.rdw-hero .rdw-now-item {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 12px;
		padding: 14px 0;
	}

	.rdw-hero .rdw-now-index {
		font-size: 11px;
	}

	.rdw-hero .rdw-now-item-title {
		font-size: 13px;
		line-height: 1.28;
	}
}

@media (max-width: 1024px) {
	.rdw-hero .rdw-hero-grid,
	.rdw-hero .rdw-hero-grid.rdw-hero-no-secondary,
	.rdw-hero .rdw-hero-grid.rdw-hero-no-now {
		grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr);
	}

	.rdw-hero .rdw-hero-main {
		padding-right: 22px;
	}

	.rdw-hero .rdw-hero-secondary-stack {
		padding: 22px;
		border-right: 0;
	}

	.rdw-hero .rdw-hero-now {
		grid-column: 1 / -1;
		width: 100%;
		padding: 22px 0;
		border-top: 1px solid var(--rdw-line);
	}

	.rdw-hero .rdw-now-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 28px;
	}
}

@media (max-width: 767px) {
	.rdw-hero .rdw-hero-grid,
	.rdw-hero .rdw-hero-grid.rdw-hero-no-secondary,
	.rdw-hero .rdw-hero-grid.rdw-hero-no-now {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		overflow: hidden;
	}

	.rdw-hero .rdw-hero-main {
		width: 100%;
		min-width: 0;
		padding: 16px 0 18px;
		border-right: 0;
	}

	.rdw-hero .rdw-hero-main-media {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.rdw-hero .rdw-kicker {
		font-size: 9px;
	}

	.rdw-hero .rdw-hero-main-title {
		margin-top: 17px;
		font-size: clamp(32px, 9.5vw, 40px);
		line-height: .98;
		overflow-wrap: anywhere;
	}

	.rdw-hero .rdw-hero-summary {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 12px;
	}

	.rdw-hero .rdw-hero-main-footer {
		display: none;
	}

	.rdw-hero .rdw-hero-secondary-stack {
		width: 100%;
		min-width: 0;
		padding: 0;
		border-top: 1px solid var(--rdw-line);
		border-right: 0;
	}

	.rdw-hero .rdw-hero-secondary {
		display: grid;
		grid-template-columns: 104px minmax(0, 1fr);
		grid-template-rows: auto auto 1fr;
		column-gap: 14px;
		margin-bottom: 0;
		padding: 14px 0;
	}

	.rdw-hero .rdw-hero-secondary .rdw-kicker {
		margin-top: 0;
	}

	.rdw-hero .rdw-hero-secondary-media {
		grid-row: 1 / span 3;
		width: 104px;
		height: 95px;
		aspect-ratio: auto;
	}

	.rdw-hero .rdw-hero-secondary-title {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin: 9px 0 0;
		font-size: 20px;
		line-height: 1.02;
		overflow-wrap: anywhere;
	}

	.rdw-hero .rdw-hero-secondary .rdw-hero-summary {
		display: none;
	}

	.rdw-hero .rdw-hero-now {
		grid-column: auto;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		padding: 20px 0;
	}

	.rdw-hero .rdw-now-list {
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
	}

	.rdw-hero .rdw-now-item-title {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

/* Noticias numeradas / snapshot editorial */
.rdw-numbered-highlights {
	width: 100%;
	margin: 0;
	padding: 0;
}

.rdw-numbered-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: 100%;
	margin: 0;
	padding: 0;
	background: #121c2b;
	overflow: hidden;
}

.rdw-numbered-item {
	--rdw-numbered-divider: rgba(255, 255, 255, .18);
	--rdw-numbered-divider-width: 1px;
	--rdw-numbered-overlay: rgba(8, 15, 26, .68);
	--rdw-numbered-overlay-hover: rgba(8, 15, 26, .52);
	position: relative;
	display: block;
	min-width: 0;
	min-height: 360px;
	overflow: hidden;
	isolation: isolate;
	border-right: var(--rdw-numbered-divider-width) solid var(--rdw-numbered-divider);
	background-color: #121c2b;
	color: #fff;
}

.rdw-numbered-item:last-child {
	border-right: 0;
}

.rdw-numbered-item-inner {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 34px;
	min-height: 360px;
	padding: 30px 28px 26px;
}

.rdw-numbered-media,
.rdw-numbered-overlay {
	position: absolute;
	inset: 0;
}

.rdw-numbered-media {
	z-index: 0;
	overflow: hidden;
}

.rdw-numbered-media img,
.rdw-numbered-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.001);
	transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.rdw-numbered-media .rdw-image-placeholder {
	background: linear-gradient(135deg, #263244, #111a29);
}

.rdw-numbered-overlay {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(8, 15, 26, .32) 0%, rgba(8, 15, 26, .48) 42%, rgba(8, 15, 26, .90) 100%),
		var(--rdw-numbered-overlay);
	transition: background .35s ease;
}

.rdw-numbered-highlights--image .rdw-numbered-item:hover .rdw-numbered-media img {
	transform: scale(1.06);
}

.rdw-numbered-highlights--image .rdw-numbered-item:hover .rdw-numbered-overlay {
	background:
		linear-gradient(180deg, rgba(8, 15, 26, .22) 0%, rgba(8, 15, 26, .40) 44%, rgba(8, 15, 26, .86) 100%),
		var(--rdw-numbered-overlay-hover);
}

.rdw-numbered-number {
	display: block;
	color: #ff4d6d;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 40px;
	font-weight: 900;
	line-height: .9;
	letter-spacing: -.02em;
}

.rdw-numbered-copy {
	display: block;
	transition: transform .3s ease;
}

.rdw-numbered-highlights--image .rdw-numbered-item:hover .rdw-numbered-copy {
	transform: translateY(-5px);
}

.rdw-numbered-category {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 13px;
	color: #ff6a83;
	font-family: "Onest", Arial, sans-serif;
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.rdw-numbered-category::before {
	content: "";
	flex: 0 0 20px;
	width: 20px;
	height: 3px;
	background: currentColor;
}

.rdw-numbered-title {
	display: block;
	max-width: 290px;
	margin: 0;
	color: #fff;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: clamp(25px, 1.9vw, 35px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.015em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, .16);
}

.rdw-numbered-highlights--solid .rdw-numbered-item {
	transition: background-color .2s ease;
}

.rdw-numbered-highlights--solid .rdw-numbered-item-inner {
	min-height: 216px;
}

.rdw-numbered-highlights--solid .rdw-numbered-title {
	font-size: 25px;
	line-height: 1.03;
	text-shadow: none;
}

.rdw-numbered-highlights--solid .rdw-numbered-item:hover {
	background-color: #1b2738;
}

@media (max-width: 1024px) {
	.rdw-numbered-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rdw-numbered-item:nth-child(3n) {
		border-right: 0;
	}

	.rdw-numbered-item:nth-child(n+4) {
		border-top: var(--rdw-numbered-divider-width) solid var(--rdw-numbered-divider);
	}
}

@media (max-width: 767px) {
	.rdw-numbered-highlights--image .rdw-numbered-grid {
		display: flex;
		grid-template-columns: none;
		gap: 10px;
		padding-right: 16px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.rdw-numbered-highlights--image .rdw-numbered-grid::-webkit-scrollbar {
		display: none;
	}

	.rdw-numbered-highlights--image .rdw-numbered-item,
	.rdw-numbered-highlights--image .rdw-numbered-item:nth-child(3n) {
		flex: 0 0 clamp(160px, 46vw, 210px);
		min-height: 280px;
		border-top: 0;
		border-right: var(--rdw-numbered-divider-width) solid var(--rdw-numbered-divider);
		scroll-snap-align: start;
	}

	.rdw-numbered-highlights--image .rdw-numbered-item:last-child {
		border-right: 0;
	}

	.rdw-numbered-highlights--image .rdw-numbered-item-inner {
		min-height: 280px;
		padding: 18px 15px;
	}

	.rdw-numbered-highlights--solid .rdw-numbered-grid {
		grid-template-columns: 1fr;
	}

	.rdw-numbered-highlights--solid .rdw-numbered-item,
	.rdw-numbered-highlights--solid .rdw-numbered-item:nth-child(3n) {
		min-height: 135px;
		border-right: 0;
		border-top: var(--rdw-numbered-divider-width) solid var(--rdw-numbered-divider);
	}

	.rdw-numbered-highlights--solid .rdw-numbered-item:first-child {
		border-top: 0;
	}

	.rdw-numbered-number {
		font-size: 32px;
	}

	.rdw-numbered-highlights--image .rdw-numbered-title {
		max-width: none;
		font-size: clamp(21px, 6vw, 26px);
		line-height: 1.02;
	}
}


/* Sección editorial: principal + grilla 2x2 */
.rdw-editorial-section {
	--rdw-editorial-accent: #b72237;
	--rdw-editorial-ink: #12151b;
	--rdw-editorial-text: #10141c;
	--rdw-editorial-muted: #667080;
	--rdw-editorial-line: #d8d4cc;
	color: var(--rdw-editorial-text);
}

.rdw-editorial-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
	padding: 0 0 12px;
	border-bottom: 4px solid var(--rdw-editorial-ink);
}

.rdw-editorial-heading-wrap {
	display: flex;
	align-items: flex-end;
	gap: 14px;
	min-width: 0;
}

.rdw-editorial-heading {
	margin: 0;
	color: var(--rdw-editorial-text);
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(50px, 5vw, 72px);
	font-weight: 900;
	line-height: .78;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

.rdw-editorial-subtitle,
.rdw-editorial-all {
	padding-bottom: 5px;
	color: var(--rdw-editorial-accent);
	font-family: "Onest", Arial, sans-serif;
	font-size: 9px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rdw-editorial-all {
	transition: opacity .18s ease;
}

.rdw-editorial-all:hover {
	opacity: .68;
}

.rdw-editorial-body {
	--rdw-editorial-lead: 57%;
	display: grid;
	grid-template-columns: minmax(0, var(--rdw-editorial-lead)) minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
}

.rdw-editorial-lead {
	--rdw-editorial-image: 58%;
	display: grid;
	grid-template-columns: minmax(0, var(--rdw-editorial-image)) minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr);
	align-items: stretch;
	min-width: 0;
	min-height: 538px;
	background: #fff;
	border: 1px solid var(--rdw-editorial-line);
}

.rdw-editorial-lead-media,
.rdw-editorial-secondary-media {
	display: block;
	overflow: hidden;
	min-width: 0;
}

/*
 * La imagen principal debe ocupar siempre toda la altura real de la tarjeta.
 * En el frontend algunos estilos de Elementor/tema pueden devolver el enlace a
 * su alto intrínseco; position + stretch evita que quede como una imagen cuadrada.
 */
.rdw-editorial-lead-media {
	position: relative;
	align-self: stretch;
	height: 100%;
	min-height: 0;
}

.rdw-editorial-lead-media img,
.rdw-editorial-lead-media .rdw-image-placeholder {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.rdw-editorial-secondary-media img,
.rdw-editorial-secondary-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.rdw-editorial-lead:hover .rdw-editorial-lead-media img,
.rdw-editorial-secondary:hover .rdw-editorial-secondary-media img {
	transform: scale(1.025);
}

.rdw-editorial-lead-copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	padding: 34px 28px 27px;
}

.rdw-editorial-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--rdw-editorial-accent);
	font-family: "Onest", Arial, sans-serif;
	font-size: 10px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.rdw-editorial-kicker::before {
	content: "";
	flex: 0 0 20px;
	width: 20px;
	height: 3px;
	background: currentColor;
}

.rdw-editorial-lead-title {
	margin: 0;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(42px, 3.15vw, 57px);
	font-weight: 850;
	line-height: .93;
	letter-spacing: -.025em;
}

.rdw-editorial-excerpt {
	margin: 15px 0 0;
	color: var(--rdw-editorial-muted);
	font-family: "Onest", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.62;
}

.rdw-editorial-meta {
	margin-top: 24px;
	color: var(--rdw-editorial-muted);
	font-family: "Onest", Arial, sans-serif;
	font-size: 9px;
	line-height: 1.3;
}

.rdw-editorial-secondary-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	min-width: 0;
	background: #fff;
	border: 1px solid var(--rdw-editorial-line);
}

.rdw-editorial-secondary {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 22px;
	border-right: 1px solid var(--rdw-editorial-line);
	border-bottom: 1px solid var(--rdw-editorial-line);
}

.rdw-editorial-secondary:nth-child(2n) {
	border-right: 0;
}

.rdw-editorial-secondary:nth-last-child(-n+2) {
	border-bottom: 0;
}

.rdw-editorial-secondary-media {
	height: 112px;
	margin-bottom: 15px;
}

.rdw-editorial-secondary-copy {
	min-width: 0;
}

.rdw-editorial-secondary .rdw-editorial-kicker {
	margin-bottom: 11px;
	font-size: 9px;
}

.rdw-editorial-secondary-title {
	margin: 0;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(21px, 1.45vw, 27px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -.018em;
}

/* Variante: Editorial limpia */
.rdw-editorial-section--clean .rdw-editorial-header {
	margin-bottom: 22px;
	padding-bottom: 14px;
}

.rdw-editorial-section--clean .rdw-editorial-heading-wrap {
	align-items: baseline;
	gap: 15px;
}

.rdw-editorial-section--clean .rdw-editorial-heading {
	font-size: 38px;
	line-height: 1;
	letter-spacing: -.045em;
}

.rdw-editorial-section--clean .rdw-editorial-subtitle,
.rdw-editorial-section--clean .rdw-editorial-all {
	padding-bottom: 1px;
	font-size: 10px;
}

.rdw-editorial-section--clean .rdw-editorial-body {
	--rdw-editorial-clean-lead: 61%;
	grid-template-columns: minmax(0, var(--rdw-editorial-clean-lead)) minmax(0, 1fr);
	gap: 26px;
	align-items: stretch;
}

.rdw-editorial-section--clean .rdw-editorial-lead {
	--rdw-editorial-clean-image: 54%;
	grid-template-columns: minmax(0, var(--rdw-editorial-clean-image)) minmax(0, 1fr);
	gap: 20px;
	min-height: 390px;
	background: transparent;
	border: 0;
}

.rdw-editorial-section--clean .rdw-editorial-lead-copy {
	justify-content: center;
	padding: 8px 4px;
}

.rdw-editorial-section--clean .rdw-editorial-kicker {
	margin-bottom: 14px;
}

.rdw-editorial-section--clean .rdw-editorial-lead-title {
	font-size: clamp(34px, 2.6vw, 42px);
	line-height: 1.02;
	letter-spacing: -.04em;
}

.rdw-editorial-section--clean .rdw-editorial-excerpt {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.55;
}

.rdw-editorial-section--clean .rdw-editorial-meta {
	margin-top: 18px;
}

.rdw-editorial-section--clean .rdw-editorial-secondary-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 16px;
	background: transparent;
	border: 0;
}

.rdw-editorial-section--clean .rdw-editorial-secondary,
.rdw-editorial-section--clean .rdw-editorial-secondary:nth-child(2n),
.rdw-editorial-section--clean .rdw-editorial-secondary:nth-last-child(-n+2) {
	padding: 13px 0 0;
	border: 0;
	border-top: 1px solid var(--rdw-editorial-line);
}

.rdw-editorial-section--clean .rdw-editorial-secondary-media {
	height: 132px;
	margin-bottom: 12px;
}

.rdw-editorial-section--clean .rdw-editorial-secondary .rdw-editorial-kicker {
	margin-bottom: 9px;
}

.rdw-editorial-section--clean .rdw-editorial-secondary-title {
	font-size: clamp(18px, 1.2vw, 22px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

@media (max-width: 1100px) {
	.rdw-editorial-body {
		grid-template-columns: 1fr;
	}

	.rdw-editorial-lead {
		min-height: 470px;
	}

	.rdw-editorial-secondary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdw-editorial-secondary-media {
		height: 180px;
	}

	.rdw-editorial-section--clean .rdw-editorial-body {
		grid-template-columns: 1fr;
	}

	.rdw-editorial-section--clean .rdw-editorial-lead {
		grid-template-columns: 1fr 1fr;
		min-height: 390px;
	}

	.rdw-editorial-section--clean .rdw-editorial-secondary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdw-editorial-section--clean .rdw-editorial-secondary-media {
		height: 150px;
	}
}

@media (max-width: 767px) {
	.rdw-editorial-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 16px;
	}

	.rdw-editorial-heading-wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.rdw-editorial-heading {
		font-size: 52px;
	}

	.rdw-editorial-subtitle,
	.rdw-editorial-all {
		padding-bottom: 0;
		white-space: normal;
	}

	.rdw-editorial-lead {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rdw-editorial-lead-media {
		height: 310px;
		min-height: 310px;
	}

	.rdw-editorial-lead-copy {
		padding: 24px 20px;
	}

	.rdw-editorial-lead-title {
		font-size: 42px;
	}

	.rdw-editorial-secondary-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.rdw-editorial-secondary,
	.rdw-editorial-secondary:nth-child(2n),
	.rdw-editorial-secondary:nth-last-child(-n+2) {
		display: grid;
		grid-template-columns: 125px minmax(0, 1fr);
		gap: 14px;
		padding: 14px;
		border-right: 0;
		border-bottom: 1px solid var(--rdw-editorial-line);
	}

	.rdw-editorial-secondary:last-child {
		border-bottom: 0;
	}

	.rdw-editorial-secondary-media {
		height: 100px;
		margin: 0;
	}

	.rdw-editorial-secondary .rdw-editorial-kicker {
		margin: 2px 0 8px;
	}

	.rdw-editorial-secondary-title {
		font-size: 23px;
	}

	.rdw-editorial-section--clean .rdw-editorial-heading {
		font-size: 30px;
	}

	.rdw-editorial-section--clean .rdw-editorial-lead {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: 0;
	}

	.rdw-editorial-section--clean .rdw-editorial-lead-media {
		height: 260px;
		min-height: 260px;
	}

	.rdw-editorial-section--clean .rdw-editorial-lead-copy {
		padding: 20px 0 4px;
	}

	.rdw-editorial-section--clean .rdw-editorial-lead-title {
		font-size: 29px;
	}

	.rdw-editorial-section--clean .rdw-editorial-secondary-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.rdw-editorial-section--clean .rdw-editorial-secondary,
	.rdw-editorial-section--clean .rdw-editorial-secondary:nth-child(2n),
	.rdw-editorial-section--clean .rdw-editorial-secondary:nth-last-child(-n+2) {
		display: grid;
		grid-template-columns: 115px minmax(0, 1fr);
		gap: 13px;
		padding: 13px 0;
		border-top: 1px solid var(--rdw-editorial-line);
		border-bottom: 0;
	}

	.rdw-editorial-section--clean .rdw-editorial-secondary-media {
		height: 84px;
		margin: 0;
	}

	.rdw-editorial-section--clean .rdw-editorial-secondary-title {
		font-size: 18px;
	}
}

/* Diseño 6 · Clara + bloque comercial */
.rdw-ad--commercial {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 290px);
	min-height: 128px;
	border: 1px solid #d7d2ca;
	background: #fff;
	overflow: hidden;
}

.rdw-ad--commercial .rdw-ad-commercial-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 13px;
	background: #e51d42;
	color: #fff;
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.rdw-ad--commercial .rdw-ad-commercial-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 31px 28px 22px;
	background: #fff;
}

.rdw-ad--commercial .rdw-ad-label {
	margin: 0;
	color: #e51d42;
	font-size: 9px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.rdw-ad--commercial .rdw-ad-title {
	margin: 7px 0 0;
	color: #12151b;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: clamp(28px, 2.5vw, 42px);
	font-weight: 900;
	line-height: .9;
	letter-spacing: -.01em;
	text-transform: uppercase;
}

.rdw-ad--commercial .rdw-ad-description {
	margin: 6px 0 0;
	color: #707780;
	font-size: 11px;
	line-height: 1.45;
}

.rdw-ad--commercial .rdw-ad-commercial-side {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 22px;
	background-color: #111927;
	overflow: hidden;
}

.rdw-ad--commercial .rdw-ad-commercial-side::after {
	content: "EME";
	position: absolute;
	right: -18px;
	bottom: -42px;
	color: rgba(255,255,255,.035);
	font: 900 155px/.8 "Barlow Condensed", Arial, sans-serif;
	pointer-events: none;
}

.rdw-ad--commercial .rdw-ad-action {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-height: 42px;
	padding: 0 20px;
	background: #e51d42;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: .04em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform .2s ease, filter .2s ease;
}

.rdw-ad--commercial:hover .rdw-ad-action {
	transform: translateY(-2px);
	filter: brightness(1.08);
}

@media (max-width: 767px) {
	.rdw-ad--commercial {
		grid-template-columns: 1fr;
	}

	.rdw-ad--commercial .rdw-ad-commercial-copy {
		padding: 34px 20px 20px;
	}

	.rdw-ad--commercial .rdw-ad-commercial-side {
		min-height: 78px;
		justify-content: flex-start;
		padding: 16px 20px;
	}

	.rdw-ad--commercial .rdw-ad-action {
		justify-self: start;
	}
}

/* =========================================================
   RAÍCES EN VIDEO
   ========================================================= */
.rdw-video-showcase {
	--rdw-video-bg: #111a29;
	--rdw-video-text: #fff;
	--rdw-video-accent: #ff4666;
	--rdw-video-line: #fff;
	--rdw-video-play-bg: #fff;
	--rdw-video-play-color: #101721;
	--rdw-video-overlay: 88%;
	--rdw-video-lead: 51%;
	position: relative;
	isolation: isolate;
	background: var(--rdw-video-bg);
	color: var(--rdw-video-text);
	padding: 24px 46px 20px;
	overflow: hidden;
}

.rdw-video-top-marker {
	position: absolute;
	top: 0;
	left: 19.2%;
	width: 34px;
	height: 3px;
	background: var(--rdw-video-accent);
	z-index: 4;
}

.rdw-video-showcase::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: color-mix(in srgb, var(--rdw-video-line) 88%, transparent);
}

.rdw-video-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	min-width: 0;
	margin-bottom: 27px;
	padding-bottom: 13px;
	border-bottom: 3px solid var(--rdw-video-line);
}

.rdw-video-heading-wrap {
	display: flex;
	align-items: flex-end;
	gap: 17px;
	min-width: 0;
}

.rdw-video-heading {
	margin: 0;
	color: var(--rdw-video-text);
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(52px, 5.1vw, 78px);
	font-weight: 900;
	line-height: .75;
	letter-spacing: -.018em;
	text-transform: uppercase;
	white-space: nowrap;
}

.rdw-video-subtitle,
.rdw-video-all {
	color: var(--rdw-video-accent);
	font-family: "Onest", Arial, sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .13em;
	line-height: 1.15;
	text-transform: uppercase;
}

.rdw-video-subtitle {
	padding-bottom: 3px;
	white-space: nowrap;
}

.rdw-video-all {
	flex: 0 0 auto;
	padding-bottom: 4px;
	transition: opacity .2s ease, transform .2s ease;
}

.rdw-video-all:hover {
	opacity: .8;
	transform: translateX(3px);
}

.rdw-video-grid {
	display: grid;
	grid-template-columns: minmax(0, var(--rdw-video-lead)) minmax(0, calc(100% - var(--rdw-video-lead)));
	gap: 20px;
	min-width: 0;
}

.rdw-video-mosaic {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 20px;
	min-width: 0;
}

.rdw-video-card {
	position: relative;
	display: block;
	min-width: 0;
	color: var(--rdw-video-text);
	overflow: hidden;
	isolation: isolate;
	background: #1b2534;
	text-decoration: none;
}

.rdw-video-lead {
	min-height: 564px;
}

.rdw-video-small {
	min-height: 272px;
}

.rdw-video-media,
.rdw-video-media::after {
	position: absolute;
	inset: 0;
}

.rdw-video-media {
	z-index: -2;
	display: block;
	overflow: hidden;
}

.rdw-video-media::after {
	content: "";
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(5, 9, 16, .06) 18%,
		rgba(5, 9, 16, .13) 43%,
		color-mix(in srgb, #050910 var(--rdw-video-overlay), transparent) 100%
	);
}

.rdw-video-media img,
.rdw-video-media .rdw-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .62s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.rdw-video-card:hover .rdw-video-media img {
	transform: scale(1.035);
	filter: saturate(1.06);
}

.rdw-video-play {
	position: absolute;
	top: 23px;
	left: 23px;
	z-index: 3;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--rdw-video-play-bg);
	color: var(--rdw-video-play-color);
	box-shadow: 0 7px 24px rgba(0,0,0,.14);
	transition: transform .22s ease, background .22s ease, color .22s ease;
}

.rdw-video-play::after {
	content: "";
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-43%, -50%);
	border-left: 13px solid currentColor;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.rdw-video-card:hover .rdw-video-play {
	transform: scale(1.06);
}

.rdw-video-card-copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	padding: 24px 26px 27px;
	transition: transform .28s ease;
}

.rdw-video-card:hover .rdw-video-card-copy {
	transform: translateY(-4px);
}

.rdw-video-kicker {
	display: block;
	margin-bottom: 12px;
	color: var(--rdw-video-accent);
	font-family: "Onest", Arial, sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .11em;
	line-height: 1;
	text-transform: uppercase;
}

.rdw-video-card-title {
	display: block;
	color: var(--rdw-video-text);
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-weight: 800;
	line-height: .95;
	letter-spacing: -.012em;
	text-shadow: 0 2px 14px rgba(0,0,0,.22);
}

.rdw-video-lead .rdw-video-card-title {
	max-width: 92%;
	font-size: clamp(38px, 3.25vw, 52px);
}

.rdw-video-small .rdw-video-card-title {
	max-width: 94%;
	font-size: clamp(23px, 1.8vw, 30px);
}

@media (max-width: 1180px) {
	.rdw-video-showcase {
		padding-left: 28px;
		padding-right: 28px;
	}

	.rdw-video-heading {
		font-size: 59px;
	}

	.rdw-video-grid {
		--rdw-video-lead: 52%;
	}

	.rdw-video-lead {
		min-height: 490px;
	}

	.rdw-video-small {
		min-height: 235px;
	}

	.rdw-video-small .rdw-video-card-title {
		font-size: 24px;
	}
}

@media (max-width: 900px) {
	.rdw-video-header {
		align-items: center;
		margin-bottom: 20px;
	}

	.rdw-video-heading-wrap {
		align-items: center;
	}

	.rdw-video-heading {
		font-size: 50px;
		line-height: .82;
	}

	.rdw-video-subtitle {
		display: none;
	}

	.rdw-video-grid {
		grid-template-columns: 1fr;
	}

	.rdw-video-lead {
		min-height: 450px;
	}

	.rdw-video-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rdw-video-small {
		min-height: 250px;
	}
}

@media (max-width: 600px) {
	.rdw-video-showcase {
		padding: 20px 16px 16px;
	}

	.rdw-video-top-marker {
		left: 22%;
		width: 28px;
	}

	.rdw-video-header {
		gap: 12px;
		padding-bottom: 10px;
		border-bottom-width: 2px;
	}

	.rdw-video-heading {
		font-size: 42px;
		white-space: normal;
	}

	.rdw-video-all {
		font-size: 8px;
	}

	.rdw-video-lead {
		min-height: 390px;
	}

	.rdw-video-mosaic {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 14px;
	}

	.rdw-video-small {
		min-height: 225px;
	}

	.rdw-video-play {
		top: 17px;
		left: 17px;
		width: 48px;
		height: 48px;
	}

	.rdw-video-play::after {
		border-left-width: 11px;
		border-top-width: 7px;
		border-bottom-width: 7px;
	}

	.rdw-video-card-copy {
		padding: 20px 20px 22px;
	}

	.rdw-video-lead .rdw-video-card-title {
		max-width: 100%;
		font-size: 36px;
	}

	.rdw-video-small .rdw-video-card-title {
		font-size: 25px;
	}
}

/* =========================================================
   Nuevos bloques editoriales · v0.3.4
   ========================================================= */

/* Agenda pública */
.rdw-public-agenda{
	--rdw-pa-accent:#b72237;--rdw-pa-text:#111820;--rdw-pa-muted:#6b7078;--rdw-pa-surface:#fff;--rdw-pa-line:#d7d3cc;
	color:var(--rdw-pa-text);
}
.rdw-pa-header,.rdw-op-header,.rdw-fyd-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:10px;border-bottom:3px solid var(--rdw-pa-text)}
.rdw-pa-title-wrap,.rdw-op-title-wrap,.rdw-fyd-title-wrap{display:flex;align-items:flex-end;gap:13px;min-width:0}
.rdw-pa-heading,.rdw-op-heading{margin:0;font:900 clamp(44px,4.5vw,66px)/.76 "Barlow Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase;letter-spacing:-.01em}
.rdw-fyd-heading{margin:0;font:900 clamp(44px,4.5vw,66px)/.76 "Onest",Arial,sans-serif;text-transform:uppercase;letter-spacing:-.01em}
.rdw-pa-subtitle,.rdw-op-title-wrap>span,.rdw-fyd-title-wrap>span{padding-bottom:3px;color:var(--rdw-pa-accent);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.rdw-pa-all,.rdw-op-all,.rdw-fyd-all{padding-bottom:4px;color:var(--rdw-pa-accent);font-size:9px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.rdw-pa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:18px}
.rdw-pa-column{min-width:0;background:var(--rdw-pa-surface);border:1px solid var(--rdw-pa-line);border-top:4px solid var(--rdw-pa-text)}
.rdw-pa-column.is-accent{border-top-color:var(--rdw-pa-accent)}
.rdw-pa-column-head{height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px}
.rdw-pa-column-title{margin:0;font:900 30px/.9 "Barlow Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase}
.rdw-pa-column-head>span{color:var(--rdw-pa-accent);font-size:8px;font-weight:900;text-transform:uppercase}
.rdw-pa-image{display:block;height:184px;overflow:hidden}
.rdw-pa-image img{height:100%;object-fit:cover;transition:transform .5s ease}
.rdw-pa-column:hover .rdw-pa-image img{transform:scale(1.025)}
.rdw-pa-copy{padding:20px 18px 18px}
.rdw-pa-kicker{display:flex;align-items:center;gap:9px;color:var(--rdw-pa-accent);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.rdw-pa-kicker:before{content:"";width:20px;height:3px;background:currentColor}
.rdw-pa-main-title{margin:10px 0 7px;font:800 27px/.95 "Barlow Condensed","Arial Narrow",Arial,sans-serif}
.rdw-pa-copy p{margin:0;color:var(--rdw-pa-muted);font-size:11px;line-height:1.5}
.rdw-pa-list{display:grid;margin-top:16px}
.rdw-pa-list a{padding:13px 0;border-top:1px solid var(--rdw-pa-line);font-size:12px;font-weight:700;line-height:1.28}

/* Historias del Sur */
.rdw-southern-stories{--rdw-ss-accent:#ff4666;--rdw-ss-text:#fff;--rdw-ss-overlay:78;--rdw-ss-image:none;position:relative;display:flex;align-items:center;min-height:470px;overflow:hidden;color:var(--rdw-ss-text);background:#172333 var(--rdw-ss-image) center/cover no-repeat;isolation:isolate}
.rdw-southern-stories:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,17,29,calc(var(--rdw-ss-overlay) / 100)) 0%,rgba(9,17,29,.78) 38%,rgba(9,17,29,.18) 76%)}
.rdw-ss-content{width:min(620px,60%);padding:48px 50px}
.rdw-ss-label{color:var(--rdw-ss-accent);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.rdw-ss-title{margin:16px 0 12px;color:var(--rdw-ss-text);font:900 clamp(48px,5.3vw,78px)/.8 "Barlow Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase;letter-spacing:-.02em}
.rdw-ss-description{margin:0;color:var(--rdw-ss-text);font-size:12px;line-height:1.6}
.rdw-ss-link{display:inline-flex;margin-top:24px;padding-bottom:4px;border-bottom:1px solid currentColor;color:var(--rdw-ss-text);font-size:9px;font-weight:900;text-transform:uppercase}

/* Opinión */
.rdw-opinion{--rdw-op-accent:#b72237;--rdw-op-surface:#fff;--rdw-op-text:#111820;--rdw-op-muted:#6b7078;color:var(--rdw-op-text)}
.rdw-op-header{border-bottom-color:var(--rdw-op-text)}
.rdw-op-title-wrap>span,.rdw-op-all{color:var(--rdw-op-accent)}
.rdw-op-grid{display:grid;grid-template-columns:1.04fr .9fr .9fr;gap:16px;margin-top:14px}
.rdw-op-card{min-height:194px;display:flex;flex-direction:column;padding:24px 20px;background:var(--rdw-op-surface);border:1px solid #d7d3cc}
.rdw-op-card.is-editorial{background:var(--rdw-op-accent);border-color:var(--rdw-op-accent);color:#fff}
.rdw-op-kicker{display:flex;align-items:center;gap:8px;color:var(--rdw-op-accent);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.rdw-op-kicker:before{content:"";width:18px;height:2px;background:currentColor}
.rdw-op-card.is-editorial .rdw-op-kicker{color:#fff}.rdw-op-card.is-editorial .rdw-op-kicker:before{display:none}
.rdw-op-card-title{margin:13px 0 16px;font:800 29px/.93 "Barlow Condensed","Arial Narrow",Arial,sans-serif}
.rdw-op-card footer{margin-top:auto;padding-top:14px;border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.rdw-op-card footer strong,.rdw-op-card footer span{display:block}.rdw-op-card footer strong{font-size:9px}.rdw-op-card footer span{margin-top:3px;color:var(--rdw-op-muted);font-size:8px}.rdw-op-card.is-editorial footer span{color:rgba(255,255,255,.8)}

/* Para tu día */
.rdw-for-your-day{--rdw-fyd-accent:#ff4666;--rdw-fyd-dark:#111a29;--rdw-fyd-surface:#fff;--rdw-fyd-text:#111820;color:var(--rdw-fyd-text);font-family:"Onest",Arial,sans-serif}
.rdw-fyd-header{border-bottom-color:var(--rdw-fyd-text)}
.rdw-for-your-day input,.rdw-for-your-day select,.rdw-for-your-day button{font-family:"Onest",Arial,sans-serif}
.rdw-fyd-title-wrap>span,.rdw-fyd-all{color:var(--rdw-fyd-accent)}
.rdw-fyd-grid{display:grid;grid-template-columns:1.05fr .95fr .95fr;gap:14px;margin-top:15px}
.rdw-fyd-card{min-height:220px;padding:22px 20px;background:var(--rdw-fyd-surface);border:1px solid #d7d3cc}
.rdw-day-weather{background:var(--rdw-fyd-dark);border-color:var(--rdw-fyd-dark);color:#fff}
.rdw-fyd-kicker{display:flex;align-items:center;gap:8px;color:var(--rdw-fyd-accent);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.rdw-fyd-kicker:before{content:"";width:18px;height:2px;background:currentColor}
.rdw-fyd-card-title{margin:10px 0 11px;font:900 27px/.9 "Onest",Arial,sans-serif;text-transform:uppercase}
.rdw-day-weather .rdw-weather-city{width:100%;height:38px;padding:0 11px;border:1px solid rgba(255,255,255,.25);background:#202b3c;color:#fff;color-scheme:dark;font-size:10px;font-weight:700}
.rdw-day-weather .rdw-weather-city option{background:#202b3c;color:#fff}
.rdw-day-weather-read{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:20px}
.rdw-day-weather .rdw-weather-temp{color:#ff5c78;font:900 58px/.72 "Onest",Arial,sans-serif}
.rdw-day-weather .rdw-weather-condition{max-width:120px;color:#e8edf3;font-size:9px;line-height:1.4;text-align:right}
.rdw-day-agenda,.rdw-day-popular{display:grid}
.rdw-day-agenda a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;padding:9px 0;border-bottom:1px solid #d7d3cc}
.rdw-day-agenda a:last-child,.rdw-day-popular a:last-child{border-bottom:0}
.rdw-day-agenda time{min-height:33px;display:grid;place-items:center;background:#f6e8eb;color:var(--rdw-fyd-accent);line-height:.9}
.rdw-day-agenda time b{font:900 12px/.8 "Onest",Arial,sans-serif}.rdw-day-agenda time span{font-size:6px;font-weight:900}
.rdw-day-agenda strong,.rdw-day-agenda small{display:block}.rdw-day-agenda strong{font-size:9px;line-height:1.25}.rdw-day-agenda small{margin-top:3px;color:#7a818a;font-size:7px}
.rdw-day-popular{counter-reset:item}
.rdw-day-popular a{display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid #d7d3cc}
.rdw-day-popular b{color:var(--rdw-fyd-accent);font:900 23px/.8 "Onest",Arial,sans-serif}.rdw-day-popular span{font-size:9px;font-weight:700;line-height:1.2}

/* Newsletter editorial */
.rdw-newsletter-editorial{--rdw-nl-bg:#111a29;--rdw-nl-text:#fff;--rdw-nl-accent:#b72237;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:60px;min-height:300px;padding:54px 48px;background:var(--rdw-nl-bg);color:var(--rdw-nl-text)}
.rdw-nl-title{margin:0;font:900 clamp(50px,5.2vw,82px)/.82 "Barlow Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase;letter-spacing:-.02em}
.rdw-nl-description{max-width:760px;margin:17px 0 0;color:#eef2f7;font-size:14px;line-height:1.55}
.rdw-nl-form{display:grid;grid-template-columns:minmax(0,1fr) auto;background:#fff;padding:7px}
.rdw-nl-form input{min-width:0;height:60px;border:0;outline:0;padding:0 16px;color:#4d5661;font:500 16px/1 "Onest",Arial,sans-serif}
.rdw-nl-form button{min-width:190px;height:60px;border:0;background:var(--rdw-nl-accent);color:#fff;padding:0 22px;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}

@media(max-width:1024px){
	.rdw-pa-grid{gap:14px}.rdw-pa-main-title{font-size:24px}.rdw-op-grid{grid-template-columns:1fr 1fr}.rdw-op-card:first-child{grid-column:1/-1}.rdw-fyd-grid{grid-template-columns:1fr 1fr}.rdw-fyd-card:last-child{grid-column:1/-1}.rdw-newsletter-editorial{grid-template-columns:1fr;gap:30px}
}
@media(max-width:767px){
	.rdw-pa-header,.rdw-op-header,.rdw-fyd-header{align-items:flex-start}.rdw-pa-title-wrap,.rdw-op-title-wrap,.rdw-fyd-title-wrap{display:block}.rdw-pa-subtitle,.rdw-op-title-wrap>span,.rdw-fyd-title-wrap>span{display:block;margin-top:8px}.rdw-pa-heading,.rdw-op-heading,.rdw-fyd-heading{font-size:46px}.rdw-pa-grid,.rdw-op-grid,.rdw-fyd-grid{grid-template-columns:1fr}.rdw-pa-column,.rdw-op-card:first-child,.rdw-fyd-card:last-child{grid-column:auto}.rdw-pa-image{height:220px}
	.rdw-ss-content{width:100%;padding:34px 24px}.rdw-ss-title{font-size:52px}.rdw-southern-stories:after{background:linear-gradient(90deg,rgba(9,17,29,.9),rgba(9,17,29,.58))}
	.rdw-newsletter-editorial{min-height:0;padding:38px 22px}.rdw-nl-title{font-size:54px}.rdw-nl-form{grid-template-columns:1fr;gap:7px;background:transparent;padding:0}.rdw-nl-form input{background:#fff}.rdw-nl-form button{width:100%}
}

/* Encabezado reutilizable de sección */
.rdw-section-header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:28px;
	width:100%;
	max-width:none;
	padding:0;
	background:transparent;
	font-family:"Onest",Arial,sans-serif;
}
.rdw-section-header__lead{
	display:flex;
	align-items:baseline;
	flex-wrap:wrap;
	min-width:0;
	column-gap:18px;
	row-gap:8px;
}
.rdw-section-header__title{
	margin:0;
	color:#101820;
	font:900 clamp(36px,4vw,52px)/.98 "Onest",Arial,sans-serif;
	letter-spacing:-.055em;
}
.rdw-section-header__subtitle{
	padding-bottom:.16em;
	color:#ff365b;
	font:800 11px/1.2 "Onest",Arial,sans-serif;
	letter-spacing:.13em;
	text-transform:uppercase;
}
.rdw-section-header__action{
	flex:0 0 auto;
	padding-bottom:.28em;
	color:#101820;
	font:900 10px/1.2 "Onest",Arial,sans-serif;
	letter-spacing:.02em;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
a.rdw-section-header__action:hover{color:#d41435}
@media(max-width:767px){
	.rdw-section-header{
		align-items:flex-start;
		flex-direction:column;
		gap:14px;
	}
	.rdw-section-header__lead{
		display:block;
	}
	.rdw-section-header__subtitle{
		display:block;
		margin-top:9px;
		padding-bottom:0;
	}
	.rdw-section-header__action{padding-bottom:0}
}

/* =========================================================
   RD · Hero + Ahora
   ========================================================= */
.rdw-heronow {
	--rdw-hn-accent: #E11B2E;
	--rdw-hn-surface: #F5F3EE;
	--rdw-hn-line: #E7E3D8;
}
.rdw-heronow-grid {
	display: grid;
	grid-template-columns: 1fr 1fr .85fr;
	gap: 40px;
	align-items: stretch;
}
.rdw-heronow-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.rdw-heronow .rdw-kicker {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--rdw-hn-accent);
}
.rdw-heronow .rdw-kicker::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--rdw-hn-accent);
	flex-shrink: 0;
}
.rdw-heronow-title {
	font-size: clamp(28px, 3.4vw, 44px);
	font-weight: 800;
	letter-spacing: -.028em;
	line-height: 1.06;
	margin-top: 16px;
}
.rdw-heronow-title a {
	color: inherit;
	text-decoration: none;
}
.rdw-heronow-summary {
	font-size: 14.5px;
	color: var(--rdw-text-secondary, #4A4842);
	margin-top: 16px;
	max-width: 44ch;
	line-height: 1.6;
}
.rdw-heronow-footer {
	font-size: 11.5px;
	color: var(--rdw-text-muted, #8A867C);
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--rdw-hn-line);
	display: flex;
	gap: 10px;
}
.rdw-heronow-media {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	min-height: 320px;
}
.rdw-heronow-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rdw-heronow-now {
	background: var(--rdw-hn-surface);
	border-radius: 6px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.rdw-heronow-now .rdw-kicker {
	margin-bottom: 16px;
}
.rdw-hn-list {
	display: flex;
	flex-direction: column;
}
.rdw-hn-item {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--rdw-hn-line);
	align-items: center;
	text-decoration: none;
	color: inherit;
}
.rdw-hn-item:first-child {
	padding-top: 0;
}
.rdw-hn-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.rdw-hn-item-media {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.rdw-hn-item-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rdw-hn-item-body {
	display: flex;
	flex-direction: column;
}
.rdw-hn-item-body time {
	font-size: 10.5px;
	font-weight: 700;
	color: var(--rdw-text-muted, #8A867C);
	margin-bottom: 4px;
}
.rdw-hn-item-title {
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: -.008em;
}
@media (max-width: 980px) {
	.rdw-heronow-grid {
		grid-template-columns: 1fr;
	}
	.rdw-heronow-media {
		min-height: 260px;
	}
}

/* =========================================================
   RD · Encuesta + Ciudadana + Clima
   ========================================================= */
.rdw-daystrip {
	--rdw-ds-accent: #E11B2E;
	--rdw-ds-surface: #F5F3EE;
}
.rdw-ds-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.rdw-ds-card {
	background: var(--rdw-ds-surface);
	border-radius: 6px;
	padding: 22px;
}
.rdw-ds-card .rdw-kicker {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--rdw-ds-accent);
	margin-bottom: 16px;
}
.rdw-ds-card .rdw-kicker::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--rdw-ds-accent);
	flex-shrink: 0;
}
.rdw-ds-question {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: -.01em;
	margin-bottom: 16px;
}
.rdw-ds-option {
	margin-bottom: 12px;
}
.rdw-ds-option-row {
	display: flex;
	justify-content: space-between;
	font-size: 12.5px;
	font-weight: 600;
	margin-bottom: 5px;
}
.rdw-ds-bar {
	height: 7px;
	background: #E7E3D8;
	border-radius: 4px;
	overflow: hidden;
}
.rdw-ds-bar i {
	display: block;
	height: 100%;
	background: var(--rdw-ds-accent);
	border-radius: 4px;
}
.rdw-ds-poll-foot {
	display: block;
	font-size: 11px;
	color: var(--rdw-text-muted, #8A867C);
	margin-top: 12px;
	text-decoration: none;
}
.rdw-ds-citizen p {
	font-size: 13px;
	color: var(--rdw-text-secondary, #4A4842);
	line-height: 1.55;
	margin-bottom: 18px;
}
.rdw-ds-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--rdw-ds-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 18px;
	border-radius: 20px;
	text-decoration: none;
	cursor: pointer;
}
.rdw-ds-temp {
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -.03em;
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.rdw-ds-temp span {
	font-size: 12px;
	font-weight: 500;
	color: var(--rdw-text-muted, #8A867C);
	line-height: 1.4;
}
.rdw-ds-weather-select {
	margin-top: 16px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #E7E3D8;
	border-radius: 5px;
	font-size: 13px;
	background: #fff;
}
@media (max-width: 980px) {
	.rdw-ds-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   RD · Encuesta + Ciudadana + Mural
   Tres tarjetas cuadradas de igual altura. La encuesta vota
   de verdad (JS + localStorage), Ciudadana lista temas de
   reporte, y el Mural muestra reportes curados con link a
   una landing de reportes completa.
   ========================================================= */
.rdw-cstrip {
	--rdw-cs-accent: #C41E3A;
	--rdw-cs-accent-dark: #9C1F2E;
	--rdw-cs-surface: #F7F4EE;
	--rdw-cs-line: #E6E1D5;
	--rdw-cs-muted: #7C7568;
	--rdw-cs-ink: #181818;
}
.rdw-cs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: 18px;
}
.rdw-cs-card {
	background: var(--rdw-cs-surface);
	border-radius: 6px;
	padding: 20px 22px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	color: var(--rdw-cs-ink);
}
.rdw-cs-card .rdw-kicker {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--rdw-cs-accent);
	margin-bottom: 10px;
	flex-shrink: 0;
}
.rdw-cs-card .rdw-kicker::before {
	content: '';
	width: 9px;
	height: 9px;
	background: var(--rdw-cs-accent);
	flex-shrink: 0;
}

/* --- Encuesta --- */
.rdw-cs-question {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px;
	flex-shrink: 0;
}
.rdw-cs-poll-options {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.rdw-cs-poll-option {
	display: block;
	width: 100%;
	text-align: left;
	background: #fff;
	border: 1px solid var(--rdw-cs-line);
	border-radius: 5px;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 12.5px;
	font-family: inherit;
	color: var(--rdw-cs-ink);
	position: relative;
	overflow: hidden;
	transition: border-color .15s;
	flex-shrink: 0;
}
.rdw-cs-poll-option:hover {
	border-color: var(--rdw-cs-accent);
}
.rdw-cs-poll-fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background: #F4DDE1;
	transition: width .6s cubic-bezier(.22,.9,.32,1);
	z-index: 0;
}
.rdw-cs-poll-row {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.rdw-cs-poll-row b {
	font-weight: 700;
	font-size: 13px;
}
.rdw-cs-poll-pct {
	font-weight: 800;
	font-size: 13px;
	color: var(--rdw-cs-accent-dark);
	display: none;
}
.rdw-cs-poll-option.is-voted .rdw-cs-poll-fill {
	width: var(--rdw-cs-w, 0%);
}
.rdw-cs-poll-option.is-voted .rdw-cs-poll-pct {
	display: inline;
}
.rdw-cs-poll-option.is-voted {
	cursor: default;
}
.rdw-cs-poll-option.is-voted:not(.is-chosen) {
	opacity: .75;
}
.rdw-cs-poll-option.is-chosen {
	border-color: var(--rdw-cs-accent);
}
.rdw-cs-poll-option.is-chosen .rdw-cs-poll-row b::after {
	content: ' ✓';
	color: var(--rdw-cs-accent-dark);
}
.rdw-cs-poll-meta {
	margin-top: auto;
	padding-top: 10px;
	font-size: 11px;
	color: var(--rdw-cs-muted);
	flex-shrink: 0;
}
.rdw-cs-poll-reset {
	color: var(--rdw-cs-accent-dark);
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 12px;
	font-family: inherit;
	padding: 0;
	margin-left: 4px;
}
.rdw-cs-poll-reset:hover {
	text-decoration: underline;
}

/* --- Raíces Ciudadana --- */
.rdw-cs-citizen > p {
	font-size: 12.5px;
	line-height: 1.42;
	color: var(--rdw-text-secondary, #3A352B);
	margin: 0 0 12px;
}
.rdw-cs-topics {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 0 12px;
}
.rdw-cs-topic {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: var(--rdw-cs-ink);
}
.rdw-cs-topic-ic {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--rdw-cs-line);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--rdw-cs-accent-dark);
}
.rdw-cs-topic-ic svg {
	width: 11px;
	height: 11px;
}
.rdw-cs-button {
	display: inline-block;
	background: var(--rdw-cs-accent);
	color: #fff;
	border: none;
	padding: 11px 20px;
	border-radius: 100px;
	font-size: 12.5px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	flex-shrink: 0;
	align-self: flex-start;
	margin-top: auto;
}
.rdw-cs-button:hover {
	background: var(--rdw-cs-accent-dark);
}

/* --- Mural Ciudadano --- */
.rdw-cs-mural-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}
.rdw-cs-mural-item {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--rdw-cs-line);
}
.rdw-cs-mural-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.rdw-cs-mural-city {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .02em;
	color: var(--rdw-cs-accent-dark);
	text-transform: uppercase;
	margin-bottom: 3px;
}
.rdw-cs-mural-city svg {
	width: 10px;
	height: 10px;
	flex-shrink: 0;
}
.rdw-cs-mural-text {
	font-size: 12px;
	line-height: 1.35;
	color: var(--rdw-cs-ink);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rdw-cs-mural-foot {
	margin-top: auto;
	padding-top: 10px;
	flex-shrink: 0;
}
.rdw-cs-mural-all {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #fff;
	border: 1px solid var(--rdw-cs-line);
	color: var(--rdw-cs-accent-dark);
	font-weight: 800;
	font-size: 11.5px;
	text-decoration: none;
	padding: 9px 14px;
	border-radius: 100px;
	transition: border-color .15s, background .15s;
}
.rdw-cs-mural-all:hover {
	border-color: var(--rdw-cs-accent);
	background: #FDF1F1;
}

@media (max-width: 900px) {
	.rdw-cs-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
	}
	.rdw-cs-card {
		min-height: 220px;
	}
}

/* =========================================================
   RD · Grid editorial de noticias
   Sin fondo ni cabecera: solo los posts.
   ========================================================= */
.rdw-news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 18px;
	row-gap: 26px;
	width: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
}
.rdw-news-grid-item {
	min-width: 0;
	padding: 0 0 14px;
	margin: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #E7E3D8;
}
.rdw-news-grid-media {
	position: relative;
	display: block;
	width: 100%;
	height: 185px;
	margin: 0 0 12px;
	border-radius: 8px;
	overflow: hidden;
	background: #F5F3EE;
	text-decoration: none;
}
.rdw-news-grid-media img,
.rdw-news-grid-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}
.rdw-news-grid-item:hover .rdw-news-grid-media img {
	transform: scale(1.025);
}
.rdw-news-grid-badge {
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #111110;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.rdw-news-grid-badge::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: #E11B2E;
	flex: 0 0 auto;
}
.rdw-news-grid-title {
	margin: 0 0 9px;
	padding: 0;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.015em;
	color: #111110;
}
.rdw-news-grid-title a {
	color: inherit;
	text-decoration: none;
}
.rdw-news-grid-excerpt {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: #5C5A55;
}
.rdw-news-grid-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 12px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .015em;
	color: #77736B;
}
.rdw-news-grid-meta span:first-child {
	text-transform: uppercase;
}
@media (max-width: 1024px) {
	.rdw-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.rdw-news-grid-media {
		height: 200px;
	}
}
@media (max-width: 767px) {
	.rdw-news-grid {
		grid-template-columns: 1fr;
		row-gap: 22px;
	}
	.rdw-news-grid-media {
		height: 220px;
	}
}

/* =========================================================
   RD · Principal + 3 noticias
   1 nota principal + 3 secundarias, sin cabecera propia.
   ========================================================= */
.rdw-lead-three {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 28px;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}
.rdw-lead-three-main {
	--rdw-lead3-image-width: 54%;
	display: grid;
	grid-template-columns: var(--rdw-lead3-image-width) minmax(0, 1fr);
	min-width: 0;
	min-height: 405px;
	margin: 0;
	padding: 0;
	background: #F5F3EE;
	border-radius: 10px;
	overflow: hidden;
}
.rdw-lead-three-main-media {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #ECE8DF;
}
.rdw-lead-three-main-media img,
.rdw-lead-three-main-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}
.rdw-lead-three-main:hover .rdw-lead-three-main-media img {
	transform: scale(1.02);
}
.rdw-lead-three-main-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 24px 26px;
}
.rdw-lead-three-main-kicker,
.rdw-lead-three-secondary-kicker {
	margin: 0 0 10px;
	padding: 0;
	color: #E11B2E;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.rdw-lead-three-main-title {
	margin: 0 0 14px;
	padding: 0;
	color: #111110;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.03em;
}
.rdw-lead-three-main-title a,
.rdw-lead-three-secondary-title a {
	color: inherit;
	text-decoration: none;
	transition: color .18s ease;
}
.rdw-lead-three-main-title a:hover,
.rdw-lead-three-secondary-title a:hover {
	color: #E11B2E;
}
.rdw-lead-three-main-excerpt {
	margin: 0 0 16px;
	padding: 0;
	color: #4D4A44;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.rdw-lead-three-main-meta,
.rdw-lead-three-secondary-meta {
	margin: 0;
	padding: 0;
	color: #77736B;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}
.rdw-lead-three-side {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}
.rdw-lead-three-secondary {
	--rdw-lead3-secondary-image: 94px;
	display: grid;
	grid-template-columns: var(--rdw-lead3-secondary-image) minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	flex: 1 1 0;
	min-width: 0;
	min-height: 116px;
	margin: 0;
	padding: 12px;
	background: #F5F3EE;
	border-radius: 10px;
	overflow: hidden;
}
.rdw-lead-three-secondary-media {
	display: block;
	width: 100%;
	height: 92px;
	margin: 0;
	padding: 0;
	border-radius: 7px;
	overflow: hidden;
	background: #ECE8DF;
}
.rdw-lead-three-secondary-media img,
.rdw-lead-three-secondary-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}
.rdw-lead-three-secondary:hover .rdw-lead-three-secondary-media img {
	transform: scale(1.025);
}
.rdw-lead-three-secondary-copy {
	min-width: 0;
}
.rdw-lead-three-secondary-kicker {
	margin-bottom: 6px;
}
.rdw-lead-three-secondary-title {
	margin: 0 0 7px;
	padding: 0;
	color: #111110;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.01em;
}
@media (max-width: 1024px) {
	.rdw-lead-three {
		grid-template-columns: 1fr;
	}
	.rdw-lead-three-main {
		min-height: 360px;
	}
	.rdw-lead-three-side {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.rdw-lead-three-secondary {
		grid-template-columns: 1fr;
		align-content: start;
	}
	.rdw-lead-three-secondary-media {
		width: 100%;
		height: 150px;
	}
}
@media (max-width: 767px) {
	.rdw-lead-three {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.rdw-lead-three-main {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	.rdw-lead-three-main-media {
		height: 235px;
	}
	.rdw-lead-three-main-copy {
		padding: 20px;
	}
	.rdw-lead-three-main-title {
		font-size: 25px;
	}
	.rdw-lead-three-side {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.rdw-lead-three-secondary {
		grid-template-columns: 90px minmax(0, 1fr);
		min-height: 108px;
	}
	.rdw-lead-three-secondary-media {
		width: 100%;
		height: 84px;
	}
}


/* =========================================================
   RD · Editorial A · Principal + 3
   Variante A: principal horizontal + tres posts inferiores.
   Responsive y sin fondo exterior por defecto.
   ========================================================= */
.rdw-editorial-a-three {
	--rdw-edita3-image-width: 59%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
}

.rdw-editorial-a-three-main {
	display: grid;
	min-width: 0;
	min-height: 395px;
	margin: 0;
	padding: 0;
	background: #F5F3EE;
	border-radius: 9px;
	overflow: hidden;
}

.rdw-editorial-a-three--image-right .rdw-editorial-a-three-main {
	grid-template-columns: minmax(0, calc(100% - var(--rdw-edita3-image-width))) var(--rdw-edita3-image-width);
}

.rdw-editorial-a-three--image-left .rdw-editorial-a-three-main {
	grid-template-columns: var(--rdw-edita3-image-width) minmax(0, calc(100% - var(--rdw-edita3-image-width)));
}

.rdw-editorial-a-three--image-right .rdw-editorial-a-three-main-copy {
	order: 1;
}
.rdw-editorial-a-three--image-right .rdw-editorial-a-three-main-media {
	order: 2;
}
.rdw-editorial-a-three--image-left .rdw-editorial-a-three-main-copy {
	order: 2;
}
.rdw-editorial-a-three--image-left .rdw-editorial-a-three-main-media {
	order: 1;
}

.rdw-editorial-a-three-main-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 38px 34px;
}

.rdw-editorial-a-three-main-media {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #ECE8DF;
}

.rdw-editorial-a-three-main-media img,
.rdw-editorial-a-three-main-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}

.rdw-editorial-a-three-main-kicker,
.rdw-editorial-a-three-secondary-kicker {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 10px;
	padding: 0;
	color: #E11B2E;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.rdw-editorial-a-three-main-kicker::before,
.rdw-editorial-a-three-secondary-kicker::before {
	content: "";
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	background: currentColor;
	border-radius: 2px;
}

.rdw-editorial-a-three-main-title {
	margin: 0 0 15px;
	padding: 0;
	color: #111110;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: clamp(32px, 3.3vw, 45px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -.035em;
}

.rdw-editorial-a-three-main-title a,
.rdw-editorial-a-three-secondary-title a {
	color: inherit;
	text-decoration: none;
	transition: color .18s ease;
}
.rdw-editorial-a-three-main-title a:hover,
.rdw-editorial-a-three-secondary-title a:hover {
	color: #E11B2E;
}

.rdw-editorial-a-three-main-excerpt {
	max-width: 560px;
	margin: 0 0 17px;
	padding: 0;
	color: #393630;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.52;
}

.rdw-editorial-a-three-main-meta,
.rdw-editorial-a-three-secondary-meta {
	margin: 0;
	padding: 0;
	color: #716D65;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

.rdw-editorial-a-three-side {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	min-width: 0;
}

.rdw-editorial-a-three-secondary {
	--rdw-edita3-secondary-image: 105px;
	display: grid;
	grid-template-columns: var(--rdw-edita3-secondary-image) minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-width: 0;
	min-height: 84px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	overflow: hidden;
}

.rdw-editorial-a-three-secondary-media {
	display: block;
	width: 100%;
	height: 84px;
	margin: 0;
	padding: 0;
	border-radius: 7px;
	overflow: hidden;
	background: #ECE8DF;
}

.rdw-editorial-a-three-secondary-media img,
.rdw-editorial-a-three-secondary-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}

.rdw-editorial-a-three-secondary-copy {
	min-width: 0;
}

.rdw-editorial-a-three-secondary-kicker {
	margin-bottom: 6px;
}

.rdw-editorial-a-three-secondary-title {
	margin: 0 0 6px;
	padding: 0;
	color: #111110;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.012em;
}

.rdw-editorial-a-three-secondary-excerpt {
	margin: 0 0 6px;
	padding: 0;
	color: #4D4A44;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

/* Tablet: la principal se apila y los inferiores pasan a dos columnas. */
@media (max-width: 1024px) {
	.rdw-editorial-a-three-main,
	.rdw-editorial-a-three--image-right .rdw-editorial-a-three-main,
	.rdw-editorial-a-three--image-left .rdw-editorial-a-three-main {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.rdw-editorial-a-three-main-media {
		order: 1;
		height: 300px;
		min-height: 0;
	}

	.rdw-editorial-a-three-main-copy {
		order: 2;
	}

	.rdw-editorial-a-three-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile: una columna y secundarios horizontales compactos. */
@media (max-width: 767px) {
	.rdw-editorial-a-three {
		gap: 20px;
	}

	.rdw-editorial-a-three-main-media {
		height: 225px;
	}

	.rdw-editorial-a-three-main-copy {
		padding: 21px 18px 23px;
	}

	.rdw-editorial-a-three-main-title {
		font-size: 29px;
		line-height: 1.04;
	}

	.rdw-editorial-a-three-main-excerpt {
		font-size: 14px;
		line-height: 1.48;
	}

	.rdw-editorial-a-three-side {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.rdw-editorial-a-three-secondary {
		--rdw-edita3-secondary-image: 96px;
		grid-template-columns: var(--rdw-edita3-secondary-image) minmax(0, 1fr);
		min-height: 78px;
	}

	.rdw-editorial-a-three-secondary-media {
		height: 78px;
	}

	.rdw-editorial-a-three-secondary-title {
		font-size: 14px;
		line-height: 1.18;
	}
}

/* =========================================================
   RD · Doble sección + Publicidad
   Opción 3: popular moderna, dos encabezados y sidebar flotante
========================================================= */
.elementor-widget-rdw-focus-dual-sidebar,
.elementor-widget-rdw-focus-dual-sidebar > .elementor-widget-container {
	overflow: visible;
}

.rdw-focus-dual {
	position: relative;
	width: 100%;
	min-width: 0;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	color: #111110;
}

.rdw-focus-dual-shell {
	--rdw-focus-sidebar-width: 300px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--rdw-focus-sidebar-width);
	gap: 34px;
	align-items: stretch;
	min-width: 0;
	overflow: visible;
}

.rdw-focus-dual--no-sidebar .rdw-focus-dual-shell {
	grid-template-columns: minmax(0, 1fr);
}

.rdw-focus-dual-content {
	min-width: 0;
}

/* ---- Primer encabezado ---- */
.rdw-focus-dual-first-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 18px;
}

.rdw-focus-dual-first-title-wrap {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
}

.rdw-focus-dual-first-mark {
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	background: #E11B2E;
	border-radius: 3px;
}

.rdw-focus-dual-first-title {
	margin: 0;
	padding: 0;
	color: #111110;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -.04em;
}

.rdw-focus-dual-first-more,
.rdw-focus-dual-second-more {
	flex: 0 0 auto;
	color: #5E594F;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: color .18s ease;
}

/* ---- Primer grid ---- */
.rdw-focus-dual-first-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	min-width: 0;
}

.rdw-focus-dual-first-card {
	min-width: 0;
	margin: 0;
	background: #F5F3EE;
	border-radius: 9px;
	overflow: hidden;
}

.rdw-focus-dual-first-media {
	display: block;
	width: 100%;
	height: 185px;
	overflow: hidden;
	background: #ECE8DF;
}

.rdw-focus-dual-first-media img,
.rdw-focus-dual-first-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}

.rdw-focus-dual-first-copy {
	padding: 14px 15px 16px;
}

.rdw-focus-dual-first-category,
.rdw-focus-dual-second-category {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 7px;
	padding: 0;
	color: #E11B2E;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.rdw-focus-dual-first-category::before,
.rdw-focus-dual-second-category::before {
	content: "";
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	background: currentColor;
	border-radius: 2px;
}

.rdw-focus-dual-first-post-title {
	margin: 0 0 8px;
	padding: 0;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.018em;
}

.rdw-focus-dual-first-post-title a,
.rdw-focus-dual-second-post-title a,
.rdw-focus-dual-second-mini-title a {
	color: inherit;
	text-decoration: none;
	transition: color .18s ease;
}

.rdw-focus-dual-first-excerpt,
.rdw-focus-dual-second-excerpt {
	margin: 0 0 9px;
	padding: 0;
	color: #4D4A44;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.rdw-focus-dual-first-meta,
.rdw-focus-dual-second-meta {
	margin: 0;
	padding: 0;
	color: #756F66;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

/* ---- Segundo encabezado, deliberadamente distinto ---- */
.rdw-focus-dual-second {
	margin-top: 48px;
}

.rdw-focus-dual-second-head-wrap {
	margin: 0 0 20px;
}

.rdw-focus-dual-second-head {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.rdw-focus-dual-second-seal {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	background: #E11B2E;
	color: #FFFFFF;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.rdw-focus-dual-second-title {
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
	color: #111110;
	font-family: 'Archivo', 'Onest', system-ui, sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -.035em;
}

.rdw-focus-dual-second-rule {
	flex: 1 1 80px;
	height: 1px;
	background: #E7E3D8;
}

.rdw-focus-dual-second-subtitle {
	margin: 8px 0 0;
	padding: 0;
	color: #756F66;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

/* ---- Segundo contenido: principal + N secundarios ---- */
.rdw-focus-dual-second-layout {
	--rdw-focus-lead-width: 55%;
	display: grid;
	grid-template-columns: minmax(0, var(--rdw-focus-lead-width)) minmax(0, calc(100% - var(--rdw-focus-lead-width)));
	gap: 20px;
	align-items: stretch;
	min-width: 0;
}

.rdw-focus-dual-second-layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.rdw-focus-dual-second-lead {
	--rdw-focus-lead-image: 52%;
	display: grid;
	grid-template-columns: var(--rdw-focus-lead-image) minmax(0, calc(100% - var(--rdw-focus-lead-image)));
	min-width: 0;
	min-height: 300px;
	background: #F5F3EE;
	border-radius: 9px;
	overflow: hidden;
}

.rdw-focus-dual-second-lead--image-right {
	grid-template-columns: minmax(0, calc(100% - var(--rdw-focus-lead-image))) var(--rdw-focus-lead-image);
}
.rdw-focus-dual-second-lead--image-right .rdw-focus-dual-second-lead-media { order: 2; }
.rdw-focus-dual-second-lead--image-right .rdw-focus-dual-second-lead-copy { order: 1; }

.rdw-focus-dual-second-lead-media {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	background: #ECE8DF;
}

.rdw-focus-dual-second-lead-media img,
.rdw-focus-dual-second-lead-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}

.rdw-focus-dual-second-lead-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 22px;
}

.rdw-focus-dual-second-post-title {
	margin: 0 0 9px;
	padding: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -.025em;
}

.rdw-focus-dual-second-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
	align-content: start;
}

.rdw-focus-dual-second-mini {
	min-width: 0;
	background: #F5F3EE;
	border-radius: 8px;
	overflow: hidden;
}

.rdw-focus-dual-second-mini-media {
	display: block;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background: #ECE8DF;
}

.rdw-focus-dual-second-mini-media img,
.rdw-focus-dual-second-mini-media .rdw-image-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform .25s ease;
}

.rdw-focus-dual-second-mini-copy {
	padding: 11px;
}

.rdw-focus-dual-second-mini-title {
	margin: 0 0 6px;
	padding: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.012em;
}

/* ---- Sidebar publicitario: el JS lo desplaza dentro de la altura total ---- */
.rdw-focus-dual-ad {
	position: relative;
	align-self: stretch;
	min-width: 0;
	overflow: visible;
}

.rdw-focus-dual-ad-inner {
	width: 100%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.rdw-focus-dual-ad-label {
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
	color: #9A958C;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.rdw-focus-dual-ad-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.rdw-focus-dual-ad-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 600px;
	padding: 28px;
	background: #F5F3EE;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.rdw-focus-dual-ad-box--image {
	padding: 0;
}

.rdw-focus-dual-ad-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.rdw-focus-dual-ad-placeholder {
	width: 100%;
}

.rdw-focus-dual-ad-title {
	display: block;
	margin: 0 0 7px;
	color: #111110;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

.rdw-focus-dual-ad-text {
	margin: 0;
	color: #756F66;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.rdw-focus-dual-shell,
	.rdw-focus-dual--with-sidebar .rdw-focus-dual-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	.rdw-focus-dual-ad {
		margin-top: 28px;
	}

	.rdw-focus-dual-ad-inner {
		transform: none;
	}

	.rdw-focus-dual-ad-box {
		height: 220px;
	}

	.rdw-focus-dual-second-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.rdw-focus-dual-second-lead,
	.rdw-focus-dual-second-lead--image-right {
		grid-template-columns: minmax(0, var(--rdw-focus-lead-image)) minmax(0, calc(100% - var(--rdw-focus-lead-image)));
	}

	.rdw-focus-dual-second-lead--image-right .rdw-focus-dual-second-lead-media { order: 1; }
	.rdw-focus-dual-second-lead--image-right .rdw-focus-dual-second-lead-copy { order: 2; }
}

@media (max-width: 767px) {
	.rdw-focus-dual-first-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.rdw-focus-dual-first-title {
		font-size: 30px;
	}

	.rdw-focus-dual-first-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rdw-focus-dual-first-card {
		display: grid;
		grid-template-columns: 108px minmax(0, 1fr);
		align-items: stretch;
	}

	.rdw-focus-dual-first-media {
		height: 100%;
		min-height: 108px;
	}

	.rdw-focus-dual-first-copy {
		padding: 12px;
	}

	.rdw-focus-dual-first-post-title {
		font-size: 15px;
	}

	.rdw-focus-dual-second {
		margin-top: 38px;
	}

	.rdw-focus-dual-second-head {
		flex-wrap: wrap;
	}

	.rdw-focus-dual-second-title {
		font-size: 28px;
	}

	.rdw-focus-dual-second-rule {
		order: 4;
		flex-basis: 100%;
	}

	.rdw-focus-dual-second-more {
		margin-left: auto;
	}

	.rdw-focus-dual-second-lead,
	.rdw-focus-dual-second-lead--image-right {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.rdw-focus-dual-second-lead-media,
	.rdw-focus-dual-second-lead--image-right .rdw-focus-dual-second-lead-media {
		order: 1;
		height: 220px;
	}

	.rdw-focus-dual-second-lead-copy,
	.rdw-focus-dual-second-lead--image-right .rdw-focus-dual-second-lead-copy {
		order: 2;
		padding: 18px;
	}

	.rdw-focus-dual-second-post-title {
		font-size: 22px;
	}

	.rdw-focus-dual-second-mini-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.rdw-focus-dual-second-mini {
		display: grid;
		grid-template-columns: 96px minmax(0, 1fr);
		align-items: stretch;
	}

	.rdw-focus-dual-second-mini-media {
		height: 100%;
		min-height: 86px;
	}

	.rdw-focus-dual-second-mini-copy {
		padding: 11px;
	}

	.rdw-focus-dual-ad-box {
		height: 180px;
	}
}

/* ==========================================================================\n   RD · Carrusel de noticias\n   ========================================================================== */
.rdw-news-carousel{--rdw-carousel-visible:4;--rdw-carousel-gap:20px;width:100%;min-width:0;font-family:"Archivo",sans-serif}
.rdw-news-carousel-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}
.rdw-news-carousel-heading{min-width:0}
.rdw-news-carousel-eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:7px;font-size:13px;line-height:1.15;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.rdw-news-carousel-mark{width:9px;height:9px;flex:0 0 9px;border-radius:2px}
.rdw-news-carousel-title{margin:0;font-size:34px;line-height:1;font-weight:900;letter-spacing:-.035em}
.rdw-news-carousel-tools{display:flex;align-items:center;gap:16px;flex:0 0 auto}
.rdw-news-carousel-link{font-size:13px;line-height:1.2;font-weight:800;transition:color .18s ease}
.rdw-news-carousel-arrows{display:flex;gap:7px}
.rdw-news-carousel-arrow{display:inline-grid;place-items:center;padding:0;border:0;cursor:pointer;font:700 19px/1 "Archivo",sans-serif;transition:background .18s ease,opacity .18s ease,transform .18s ease}
.rdw-news-carousel-arrow:hover{transform:translateY(-1px)}
.rdw-news-carousel-arrow:disabled{opacity:.3;cursor:default;transform:none}
.rdw-news-carousel-viewport{width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#d8d3c8 transparent;padding-bottom:10px;outline:none}
.rdw-news-carousel-viewport::-webkit-scrollbar{height:6px}.rdw-news-carousel-viewport::-webkit-scrollbar-track{background:transparent}.rdw-news-carousel-viewport::-webkit-scrollbar-thumb{background:#ddd8ce;border-radius:999px}
.rdw-news-carousel-track{display:flex;align-items:stretch;min-width:0}
.rdw-news-carousel-card{flex:0 0 calc((100% - (var(--rdw-carousel-visible) - 1) * var(--rdw-carousel-gap))/var(--rdw-carousel-visible));min-width:0;overflow:hidden;border:0 solid transparent;scroll-snap-align:start}
.rdw-news-carousel-media{display:block;width:100%;overflow:hidden;background:#ece9e2}
.rdw-news-carousel-media img,.rdw-news-carousel-media .rdw-image-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}
.rdw-news-carousel-card:hover .rdw-news-carousel-media img{transform:scale(1.025)}
.rdw-news-carousel-category{margin-bottom:7px;font-size:11px;line-height:1.15;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.rdw-news-carousel-card-title{margin:0;font-size:18px;line-height:1.2;font-weight:800;letter-spacing:-.018em;transition:color .18s ease}
.rdw-news-carousel-card-title a{color:inherit;text-decoration:none}
.rdw-news-carousel-meta{margin-top:14px;font-size:12px;line-height:1.25;font-weight:600}
.rdw-news-carousel-hint{display:none;margin-top:5px;font-size:11px;font-weight:700;color:#777168;text-align:right}

/* ==========================================================================\n   RD · En Debate + Publicidad\n   ========================================================================== */
.rdw-debate-ad{--rdw-debate-sidebar:300px;width:100%;font-family:"Archivo",sans-serif}
.rdw-debate-head{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start}
.rdw-debate-number{padding-top:20px;font-size:13px;line-height:1;font-weight:900}
.rdw-debate-head-main{min-width:0}
.rdw-debate-title{margin:0;font-size:68px;line-height:.9;font-weight:900;letter-spacing:-.06em;text-transform:uppercase}
.rdw-debate-link{display:inline-block;margin-top:24px;font-size:12px;line-height:1.2;font-weight:900;text-decoration:none}
.rdw-debate-ad-shell{display:grid;grid-template-columns:minmax(0,1fr) var(--rdw-debate-sidebar);align-items:start}
.rdw-debate-content{--rdw-debate-main:50%;display:grid;grid-template-columns:var(--rdw-debate-main) minmax(0,1fr);min-width:0}
.rdw-debate-main{display:flex;flex-direction:column;justify-content:space-between;min-width:0}
.rdw-debate-badge{align-self:flex-start;padding:8px 11px;font-size:12px;line-height:1;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.rdw-debate-main-title{margin:14px 0 22px;font-size:48px;line-height:1.02;font-weight:900;letter-spacing:-.04em}
.rdw-debate-main-title a,.rdw-debate-list-title a{color:inherit;text-decoration:none}
.rdw-debate-main-excerpt{margin-top:auto;font-size:20px;line-height:1.35;font-weight:700}
.rdw-debate-list{min-width:0;border-top-style:solid;border-top-color:#111}
.rdw-debate-list-item{border-bottom:1px solid #d8d3c9}
.rdw-debate-list-category{margin-bottom:5px;font-size:11px;line-height:1;font-weight:800;text-transform:uppercase}
.rdw-debate-list-title{margin:0;font-size:22px;line-height:1.12;font-weight:800;letter-spacing:-.02em}
.rdw-debate-sidebar{display:flex;flex-direction:column;min-width:0;align-self:start}
.rdw-debate-sidebar--sticky{position:sticky;z-index:1}
.rdw-debate-ad-box{display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;border:1px dashed transparent;text-decoration:none}
.rdw-debate-ad-image{display:block;width:100%;height:100%;object-fit:cover}
.rdw-debate-ad-copy{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;text-transform:uppercase;letter-spacing:.1em}
.rdw-debate-ad-copy span{font-size:11px}.rdw-debate-ad-copy strong{font-size:18px}.rdw-debate-ad-copy small{font-size:11px}
.rdw-debate-question{display:block;text-decoration:none}
.rdw-debate-question-label{margin-bottom:12px;font-size:11px;line-height:1;font-weight:900;text-transform:uppercase}
.rdw-debate-question-text{font-size:24px;line-height:1.06;font-weight:900;letter-spacing:-.025em}

@media(max-width:1024px){
 .rdw-news-carousel{--rdw-carousel-visible:2.4}
 .rdw-debate-ad-shell{grid-template-columns:minmax(0,1fr) min(260px,var(--rdw-debate-sidebar))}
 .rdw-debate-title{font-size:54px}
 .rdw-debate-main-title{font-size:38px}
 .rdw-debate-main-excerpt{font-size:17px}
 .rdw-debate-list-title{font-size:19px}
}
@media(max-width:820px){
 .rdw-debate-head{grid-template-columns:58px minmax(0,1fr)}
 .rdw-debate-ad-shell{grid-template-columns:1fr}
 .rdw-debate-sidebar,.rdw-debate-sidebar--sticky{position:static;margin-top:24px}
 .rdw-debate-sidebar{display:grid;grid-template-columns:1fr 1fr}
 .rdw-debate-ad-box{min-height:220px}
}
@media(max-width:767px){
 .rdw-news-carousel{--rdw-carousel-visible:1.25}
 .rdw-news-carousel-head{align-items:flex-start}
 .rdw-news-carousel-title{font-size:29px}
 .rdw-news-carousel-link{display:none}
 .rdw-news-carousel-tools{gap:8px}
 .rdw-news-carousel-hint{display:block}
 .rdw-debate-head{grid-template-columns:1fr}
 .rdw-debate-number{padding:0 0 8px}
 .rdw-debate-title{font-size:43px}
 .rdw-debate-link{margin-top:13px}
 .rdw-debate-content{grid-template-columns:1fr}
 .rdw-debate-main{min-height:0}
 .rdw-debate-main-title{font-size:34px}
 .rdw-debate-list{margin-top:14px}
 .rdw-debate-sidebar{grid-template-columns:1fr}
 .rdw-debate-question-text{font-size:21px}
}

/* =========================================================
   RD · Nuestras Secciones
   Vidriera editorial de portada: encabezado de marca +
   grilla de tarjetas con las secciones temáticas del medio.
   ========================================================= */
.rdw-esmap {
	--rdw-esm-accent: #C41E3A;
	--rdw-esm-ink: #181818;
	--rdw-esm-muted: #7C7568;
	--rdw-esm-line: #E6E1D5;
}
.rdw-esm-header {
	margin-bottom: 32px;
}
.rdw-esm-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--rdw-esm-accent);
	margin-bottom: 10px;
}
.rdw-esm-kicker::before {
	content: '';
	width: 16px;
	height: 3px;
	background: var(--rdw-esm-accent);
	display: inline-block;
}
.rdw-esm-brand {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
}
.rdw-esm-brand-name {
	font-family: 'Barlow Condensed', Georgia, serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .01em;
	color: var(--rdw-esm-ink);
}
.rdw-esm-brand-tagline {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: var(--rdw-esm-muted);
}
.rdw-esm-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.rdw-esm-card {
	display: block;
	background: #F7F4EE;
	border-radius: 6px;
	padding: 22px;
	text-decoration: none;
	color: inherit;
	border-top: 3px solid transparent;
	transition: border-color .15s, transform .15s;
}
a.rdw-esm-card:hover {
	border-top-color: var(--rdw-esm-accent);
	transform: translateY(-2px);
}
.rdw-esm-name {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--rdw-esm-accent);
	margin-bottom: 10px;
}
.rdw-esm-desc {
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--rdw-esm-ink);
	margin: 0 0 10px;
}
.rdw-esm-examples {
	font-size: 12px;
	line-height: 1.5;
	color: var(--rdw-esm-muted);
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid var(--rdw-esm-line);
}
@media (max-width: 1100px) {
	.rdw-esm-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 780px) {
	.rdw-esm-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 480px) {
	.rdw-esm-grid {
		grid-template-columns: 1fr;
	}
}

/* RD · Fe · Títulos destacados (rdw-feq) */
.rdw-feq-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
.rdw-feq-card {
	position: relative;
	display: block;
	aspect-ratio: 100 / 133;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	--rdw-feq-scrim-dark: rgba(20,15,10,.9);
	--rdw-feq-scrim-mid: rgba(20,15,10,.28);
	--rdw-feq-scrim-light: rgba(20,15,10,.15);
	--rdw-feq-placeholder: #8A7A63;
}
.rdw-feq-media {
	position: absolute;
	inset: 0;
	display: block;
	background: var(--rdw-feq-placeholder);
}
.rdw-feq-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rdw-feq-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--rdw-feq-scrim-dark), var(--rdw-feq-scrim-mid) 55%, var(--rdw-feq-scrim-light));
}
.rdw-feq-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 24px 20px 20px;
	box-sizing: border-box;
}
.rdw-feq-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.05;
	color: #FFFFFF;
	overflow-wrap: anywhere;
}
.rdw-feq-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,.28);
}
.rdw-feq-category {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #EFC98A;
}
.rdw-feq-date {
	font-size: 11px;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: rgba(255,255,255,.72);
}
@media (max-width: 1100px) {
	.rdw-feq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.rdw-feq-grid {
		gap: 9px;
	}
	.rdw-feq-inner {
		padding: 15px 12px 13px;
	}
	.rdw-feq-title {
		font-size: clamp(19px, 5.5vw, 23px);
		line-height: 1.02;
	}
	.rdw-feq-footer {
		gap: 5px;
		margin-top: 10px;
		padding-top: 8px;
	}
	.rdw-feq-category,
	.rdw-feq-date {
		overflow: hidden;
		font-size: 8px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

/* RD · Deporte · Foto destacada (rdw-spf) */
.rdw-spf-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	border-bottom: 3px solid #111110;
	padding-bottom: 12px;
	margin-bottom: 26px;
}
.rdw-spf-header-left {
	display: flex;
	align-items: baseline;
	gap: 14px;
	flex-wrap: wrap;
}
.rdw-spf-chip {
	display: inline-block;
	background: #C41E3A;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 3px;
}
.rdw-spf-header-title {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 1;
	color: #111110;
	margin: 0;
}
.rdw-spf-header-sub {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #77736B;
}
.rdw-spf-header-link {
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #111110;
	text-decoration: none;
	white-space: nowrap;
}
.rdw-spf-header-link:hover {
	text-decoration: underline;
}

.rdw-spf-grid {
	display: flex;
	align-items: flex-start;
	gap: 26px;
}

.rdw-spf-hero {
	flex: 1 1 58%;
	flex-basis: 58%;
	min-width: 0;
	display: block;
	text-decoration: none;
	color: inherit;
	--rdw-spf-scrim: rgba(0,0,0,.78);
}
.rdw-spf-hero-media {
	position: relative;
	display: block;
	height: 420px;
	border-radius: 4px;
	overflow: hidden;
	background: #EDEAE1;
	margin-bottom: 16px;
}
.rdw-spf-hero-media img,
.rdw-spf-hero-media .rdw-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rdw-spf-hero-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--rdw-spf-scrim), rgba(0,0,0,0) 50%);
}
.rdw-spf-hero-media-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 22px 24px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.rdw-spf-hero-cat {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #C41E3A;
	padding: 4px 9px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.rdw-spf-hero-title {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.06;
	color: #FFFFFF;
}
.rdw-spf-hero-title--divider {
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(255,255,255,.5);
}
.rdw-spf-hero-dek {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	color: #5C5A55;
	margin: 0 0 8px;
}
.rdw-spf-hero-meta {
	display: block;
	font-size: 12px;
	color: #77736B;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.rdw-spf-hero-meta b {
	color: #111110;
	font-weight: 700;
}

.rdw-spf-side {
	flex: 1 1 0%;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.rdw-spf-side-item {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #E7E3D8;
}
.rdw-spf-side-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.rdw-spf-side-media {
	position: relative;
	width: 96px;
	height: 96px;
	border-radius: 4px;
	overflow: hidden;
	background: #EDEAE1;
	flex: none;
}
.rdw-spf-side-media img,
.rdw-spf-side-media .rdw-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rdw-spf-side-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.rdw-spf-side-cat {
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #C41E3A;
	margin-bottom: 5px;
}
.rdw-spf-side-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.28;
	color: #111110;
	margin: 0 0 6px;
}
.rdw-spf-side-item:hover .rdw-spf-side-title {
	text-decoration: underline;
}
.rdw-spf-side-meta {
	font-size: 11px;
	color: #77736B;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin-top: auto;
}

@media (max-width: 900px) {
	.rdw-spf-grid {
		flex-direction: column;
	}
	.rdw-spf-hero,
	.rdw-spf-side {
		flex-basis: auto;
		width: 100%;
	}
	.rdw-spf-hero-media {
		height: 300px;
	}
}
@media (max-width: 480px) {
	.rdw-spf-side-item {
		grid-template-columns: 76px 1fr;
	}
	.rdw-spf-side-media {
		width: 76px;
		height: 76px;
	}
}

/* RD · Hoy · Efeméride sidebar (rdw-hoy) */
.rdw-hoy-card {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #E7E3D8;
	border-radius: 8px;
	overflow: hidden;
	background: #FFFFFF;
	max-width: 100%;
}
.rdw-hoy-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: #C41E3A;
	color: #FFFFFF;
	padding: 12px 16px;
}
.rdw-hoy-bar-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.rdw-hoy-bar-date {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: .02em;
	color: #FFFFFF;
	flex: none;
}
.rdw-hoy-media {
	display: block;
	height: 170px;
	background: #EDEAE1;
	overflow: hidden;
}
.rdw-hoy-media img,
.rdw-hoy-media .rdw-image-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rdw-hoy-body {
	display: block;
	padding: 18px 18px 16px;
}
.rdw-hoy-kicker {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #C41E3A;
	margin-bottom: 10px;
}
.rdw-hoy-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #C41E3A;
	flex: none;
}
.rdw-hoy-kicker--no-dot::before {
	display: none;
}
.rdw-hoy-title {
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 800;
	font-size: 21px;
	line-height: 1.15;
	color: #111110;
	margin-bottom: 8px;
}
.rdw-hoy-text {
	display: block;
	font-size: 13.5px;
	line-height: 1.5;
	color: #77736B;
	margin-bottom: 16px;
}
.rdw-hoy-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 14px;
	border-top: 1px solid #E7E3D8;
	flex-wrap: wrap;
}
.rdw-hoy-tags {
	font-size: 11px;
	color: #77736B;
	letter-spacing: .01em;
}
.rdw-hoy-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: #C41E3A;
	color: #FFFFFF;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 20px;
	white-space: nowrap;
	transition: background .15s;
}
.rdw-hoy-card:hover .rdw-hoy-cta {
	background: #A51730;
}

@media (max-width: 780px) {
	.rdw-hoy-media {
		height: 200px;
	}
}
@media (max-width: 480px) {
	.rdw-hoy-bar {
		flex-wrap: wrap;
	}
	.rdw-hoy-title {
		font-size: 19px;
	}
}

/* ========================================================================== 
   RD · Miradas
   ========================================================================== */
.rdw-miradas{
	--rdw-miradas-accent:#c8102e;
	--rdw-miradas-navy:#0f1b2a;
	--rdw-miradas-text:#111318;
	--rdw-miradas-muted:#6b7280;
	color:var(--rdw-miradas-text);
}
.rdw-miradas-header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:22px;
	padding-top:14px;
	margin-bottom:16px;
	border-top:5px solid var(--rdw-miradas-accent);
}
.rdw-miradas-title-wrap{min-width:0}
.rdw-miradas-heading{
	margin:0;
	font:900 clamp(42px,4.5vw,62px)/.9 Georgia,"Times New Roman",serif;
	letter-spacing:-.025em;
	text-transform:uppercase;
}
.rdw-miradas-subtitle{
	display:block;
	margin-top:6px;
	color:var(--rdw-miradas-accent);
	font-size:10px;
	font-weight:900;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.rdw-miradas-all{
	padding-bottom:4px;
	color:var(--rdw-miradas-accent);
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
	white-space:nowrap;
}
.rdw-miradas-grid{
	display:grid;
	grid-template-columns:minmax(0,1.55fr) minmax(0,.72fr) minmax(0,.72fr);
	gap:14px;
	align-items:start;
}
.rdw-miradas-main{
	display:grid;
	grid-template-columns:minmax(0,39%) minmax(0,61%);
	min-width:0;
	min-height:310px;
	border:1px solid #e4e7eb;
	background:#fff;
}
.rdw-miradas-main-photo,
.rdw-miradas-side-photo{
	position:relative;
	display:block;
	overflow:hidden;
	background:#e8ecf0;
}
.rdw-miradas-main-photo{
	align-self:stretch;
	height:100%;
	min-height:310px;
}
.rdw-miradas-photo{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center top;
}
.rdw-miradas-main-photo > .rdw-miradas-photo,
.rdw-miradas-main-photo > .rdw-miradas-photo-placeholder{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
}
.rdw-miradas-photo-placeholder{
	display:grid;
	place-items:center;
	width:100%;
	height:100%;
	min-height:inherit;
	background:linear-gradient(145deg,#cfd6dd,#eef2f5);
	color:#89949e;
	font:900 52px/1 Georgia,"Times New Roman",serif;
}
.rdw-miradas-badge{
	position:absolute;
	z-index:2;
	left:14px;
	top:14px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:7px 10px;
	border-radius:999px;
	background:var(--rdw-miradas-navy);
	color:#fff;
	font-size:9px;
	font-weight:900;
	letter-spacing:.07em;
	line-height:1;
	text-transform:uppercase;
	box-shadow:0 4px 12px rgba(0,0,0,.14);
}
.rdw-miradas-badge.type-interview{background:var(--rdw-miradas-accent)}
.rdw-miradas-main-copy{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	min-width:0;
	padding:24px;
}
.rdw-miradas-type-text{
	color:var(--rdw-miradas-accent);
	font-size:9px;
	font-weight:900;
	letter-spacing:.07em;
	text-transform:uppercase;
}
.rdw-miradas-person{
	display:block;
	margin-top:8px;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
}
.rdw-miradas-role{
	display:block;
	margin-top:2px;
	color:var(--rdw-miradas-muted);
	font-size:10px;
	line-height:1.3;
}
.rdw-miradas-main-title{
	margin:14px 0 12px;
	font:900 clamp(32px,3.1vw,47px)/.96 Georgia,"Times New Roman",serif;
	letter-spacing:-.025em;
}
.rdw-miradas-main-title a,
.rdw-miradas-side-title a{color:inherit}
.rdw-miradas-excerpt{
	margin:0 0 15px;
	color:var(--rdw-miradas-muted);
	font-size:12px;
	line-height:1.45;
}
.rdw-miradas-read{
	margin-top:auto;
	padding-top:12px;
	color:var(--rdw-miradas-accent);
	font-size:9px;
	font-weight:900;
	text-transform:uppercase;
}
.rdw-miradas-side-card{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	overflow:hidden;
	min-width:0;
	border:1px solid #e4e7eb;
	background:#fff;
}
.rdw-miradas-side-photo{
	height:185px;
	flex:0 0 auto;
}
.rdw-miradas-side-photo .rdw-miradas-photo-placeholder{min-height:185px}
.rdw-miradas-side-body{
	display:flex;
	flex:1;
	flex-direction:column;
	align-items:flex-start;
	min-width:0;
	padding:16px;
}
.rdw-miradas-side-body .rdw-miradas-person{margin-top:0}
.rdw-miradas-side-title{
	margin:12px 0 8px;
	font:800 clamp(23px,2vw,31px)/.98 Georgia,"Times New Roman",serif;
	letter-spacing:-.015em;
}
.rdw-miradas-side-body .rdw-miradas-read{
	margin-top:auto;
	padding-top:14px;
}
@media (max-width:1024px){
	.rdw-miradas-grid{grid-template-columns:1fr 1fr}
	.rdw-miradas-main{grid-column:1/-1}
}
@media (max-width:767px){
	.rdw-miradas-header{align-items:flex-start;flex-direction:column;gap:10px}
	.rdw-miradas-heading{font-size:46px}
	.rdw-miradas-grid{grid-template-columns:1fr}
	.rdw-miradas-main{grid-column:auto;grid-template-columns:1fr;min-height:0}
	.rdw-miradas-main-photo{height:300px;min-height:0}
	.rdw-miradas-side-photo{height:230px}
	.rdw-miradas-main-title{font-size:34px}
	.rdw-miradas-side-title{font-size:28px}
}

/* ========================================================================== 
   RD · Editorial — posición institucional (Diseño 4)
   ========================================================================== */
.rdw-editorial-position{
	--rdw-editorial-position-accent:#c8102e;
	--rdw-editorial-position-surface:#fff;
	--rdw-editorial-position-text:#111318;
	--rdw-editorial-position-muted:#697180;
	--rdw-editorial-position-line:#e4e7eb;
	--rdw-editorial-position-image:50%;
	--rdw-editorial-position-min-height:340px;
	display:grid;
	grid-template-columns:minmax(0,var(--rdw-editorial-position-image)) minmax(0,1fr);
	min-height:var(--rdw-editorial-position-min-height);
	overflow:hidden;
	border:1px solid var(--rdw-editorial-position-line);
	background:var(--rdw-editorial-position-surface);
	color:var(--rdw-editorial-position-text);
	font-family:"Onest",Arial,sans-serif;
}
.rdw-editorial-position-media{
	display:block;
	min-width:0;
	min-height:var(--rdw-editorial-position-min-height);
	overflow:hidden;
	background:#e8ecf0;
}
.rdw-editorial-position-image,
.rdw-editorial-position-media .rdw-image-placeholder{
	display:block;
	width:100%;
	height:100%;
	min-height:var(--rdw-editorial-position-min-height);
	object-fit:cover;
}
.rdw-editorial-position-media .rdw-image-placeholder{
	background:linear-gradient(135deg,#93a8ba,#d9e1e8);
}
.rdw-editorial-position-copy{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	min-width:0;
	background:var(--rdw-editorial-position-surface);
}
.rdw-editorial-position-heading{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
}
.rdw-editorial-position-label{
	color:var(--rdw-editorial-position-accent);
	font-size:10px;
	font-weight:900;
	letter-spacing:.08em;
	line-height:1.1;
	text-transform:uppercase;
}
.rdw-editorial-position-rule{
	display:block;
	width:50px;
	height:4px;
	margin:18px 0 12px;
	background:var(--rdw-editorial-position-accent);
}
.rdw-editorial-position-institutional{
	color:var(--rdw-editorial-position-muted);
	font-size:9px;
	font-weight:800;
	letter-spacing:.055em;
	line-height:1.25;
	text-transform:uppercase;
}
.rdw-editorial-position-title{
	margin:15px 0 12px;
	font-family:"Onest",Arial,sans-serif;
	font-size:clamp(31px,3.3vw,48px);
	font-weight:800;
	letter-spacing:-.035em;
	line-height:.98;
}
.rdw-editorial-position-title a{color:inherit}
.rdw-editorial-position-excerpt{
	margin:0 0 18px;
	max-width:720px;
	color:var(--rdw-editorial-position-muted);
	font-size:13px;
	font-weight:400;
	line-height:1.5;
}
.rdw-editorial-position-footer{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	width:100%;
	margin-top:auto;
	padding-top:10px;
}
.rdw-editorial-position-meta{
	color:var(--rdw-editorial-position-muted);
	font-size:10px;
	font-weight:600;
	line-height:1.3;
	text-transform:uppercase;
}
.rdw-editorial-position-cta{
	color:var(--rdw-editorial-position-accent);
	font-size:10px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
	white-space:nowrap;
}
.rdw-editorial-position-cta:hover{color:var(--rdw-editorial-position-text)}

@media (max-width:767px){
	.rdw-editorial-position{
		grid-template-columns:1fr;
		min-height:0;
	}
	.rdw-editorial-position-media{
		height:260px;
		min-height:0;
	}
	.rdw-editorial-position-image,
	.rdw-editorial-position-media .rdw-image-placeholder{
		min-height:260px;
	}
	.rdw-editorial-position-title{font-size:32px}
	.rdw-editorial-position-footer{
		align-items:flex-start;
		flex-direction:column;
		gap:12px;
	}
}

/* ========================================================================== 
   RD · En Acción — destacado + participación + prevención
   ========================================================================== */
.rdw-en-accion{
	--rdw-en-accion-accent:#ff365d;
	--rdw-en-accion-navy:#101b2b;
	--rdw-en-accion-text:#111827;
	--rdw-en-accion-muted:#6b7280;
	--rdw-en-accion-line:#ded9d2;
	color:var(--rdw-en-accion-text);
	font-family:"Onest",Arial,sans-serif;
}
.rdw-en-accion-header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	margin-bottom:18px;
}
.rdw-en-accion-heading{
	margin:0;
	font-family:"Onest",Arial,sans-serif;
	font-size:38px;
	font-weight:900;
	letter-spacing:-.045em;
	line-height:.95;
	text-transform:uppercase;
}
.rdw-en-accion-subtitle{
	margin:6px 0 0;
	color:var(--rdw-en-accion-accent);
	font-size:10px;
	font-weight:900;
	letter-spacing:.09em;
	line-height:1.3;
	text-transform:uppercase;
}
.rdw-en-accion-all{
	color:var(--rdw-en-accion-accent);
	font-size:10px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
	white-space:nowrap;
}
.rdw-en-accion-grid{
	display:grid;
	grid-template-columns:1.08fr .98fr .98fr;
	gap:18px;
}
.rdw-en-accion-card{
	min-width:0;
	min-height:340px;
	padding:25px;
	border:1px solid var(--rdw-en-accion-line);
	background:#fff;
}
.rdw-en-accion-featured{
	display:flex;
	flex-direction:column;
	background:var(--rdw-en-accion-navy);
	border-color:var(--rdw-en-accion-navy);
	color:#fff;
}
.rdw-en-accion-eyebrow{
	display:flex;
	align-items:center;
	gap:11px;
	color:var(--rdw-en-accion-accent);
	font-size:10px;
	font-weight:900;
	letter-spacing:.1em;
	line-height:1.2;
	text-transform:uppercase;
}
.rdw-en-accion-eyebrow:before{
	content:"";
	width:22px;
	height:2px;
	flex:0 0 auto;
	background:currentColor;
}
.rdw-en-accion-featured-title{
	margin:17px 0 14px;
	font-family:"Onest",Arial,sans-serif;
	font-size:36px;
	font-weight:900;
	letter-spacing:-.045em;
	line-height:.98;
	text-transform:uppercase;
}
.rdw-en-accion-featured-title a{color:inherit}
.rdw-en-accion-featured-excerpt{
	margin:0;
	max-width:440px;
	color:#cbd4df;
	font-size:12px;
	font-weight:400;
	line-height:1.5;
}
.rdw-en-accion-featured-cta{
	display:inline-flex;
	align-items:center;
	align-self:flex-start;
	margin-top:22px;
	padding:10px 14px;
	background:var(--rdw-en-accion-accent);
	color:#fff;
	font-size:10px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
}
.rdw-en-accion-featured-stat{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	margin-top:auto;
	padding-top:28px;
	border-top:1px solid rgba(255,255,255,.12);
}
.rdw-en-accion-featured-stat strong{
	color:var(--rdw-en-accion-accent);
	font-size:54px;
	font-weight:900;
	letter-spacing:-.06em;
	line-height:.8;
}
.rdw-en-accion-featured-stat span{
	max-width:145px;
	color:#d5dbe4;
	font-size:10px;
	font-weight:700;
	line-height:1.35;
	text-align:right;
}
.rdw-en-accion-column-title{
	margin:17px 0 12px;
	font-family:"Onest",Arial,sans-serif;
	font-size:30px;
	font-weight:900;
	letter-spacing:-.045em;
	line-height:.98;
	text-transform:uppercase;
}
.rdw-en-accion-list{margin-top:2px}
.rdw-en-accion-participation-item,
.rdw-en-accion-prevention-item{
	display:grid;
	gap:12px;
	align-items:start;
	padding:12px 0;
	border-bottom:1px solid var(--rdw-en-accion-line);
	color:inherit;
}
.rdw-en-accion-participation-item:last-child,
.rdw-en-accion-prevention-item:last-child{border-bottom:0}
.rdw-en-accion-participation-item{grid-template-columns:42px minmax(0,1fr)}
.rdw-en-accion-prevention-item{grid-template-columns:31px minmax(0,1fr)}
.rdw-en-accion-icon{
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	background:#fff0f3;
	color:var(--rdw-en-accion-accent);
	font-size:18px;
	line-height:1;
}
.rdw-en-accion-number{
	color:var(--rdw-en-accion-accent);
	font-size:28px;
	font-weight:900;
	line-height:1;
	text-decoration:underline;
	text-underline-offset:4px;
}
.rdw-en-accion-item-copy{
	display:block;
	min-width:0;
}
.rdw-en-accion-item-title{
	display:block;
	margin:0 0 4px;
	font-family:"Onest",Arial,sans-serif;
	font-size:12px;
	font-weight:800;
	line-height:1.25;
	text-decoration:underline;
}
.rdw-en-accion-item-meta{
	display:block;
	color:var(--rdw-en-accion-muted);
	font-size:9px;
	font-weight:400;
	line-height:1.3;
}
.rdw-en-accion-empty-col{
	margin:16px 0 0;
	color:var(--rdw-en-accion-muted);
	font-size:12px;
	line-height:1.45;
}
.rdw-en-accion-featured .rdw-en-accion-empty-col{color:#cbd4df}

@media (max-width:1024px){
	.rdw-en-accion-grid{grid-template-columns:1fr 1fr}
	.rdw-en-accion-featured{grid-column:1/-1;min-height:300px}
}
@media (max-width:767px){
	.rdw-en-accion-header{align-items:flex-start;flex-direction:column;gap:10px}
	.rdw-en-accion-heading{font-size:32px}
	.rdw-en-accion-grid{grid-template-columns:1fr}
	.rdw-en-accion-featured{grid-column:auto;min-height:0}
	.rdw-en-accion-card{min-height:0;padding:20px}
	.rdw-en-accion-featured-title{font-size:32px}
	.rdw-en-accion-column-title{font-size:27px}
}

/* ========================================================================== 
   RD · Hoy — efeméride destacada + esta semana en la historia
   ========================================================================== */
.rdw-hoy-history-wrap{
	--rdw-hoy-accent:#c8102e;
	--rdw-hoy-main:#0f1b2a;
	--rdw-hoy-side:#fff;
	--rdw-hoy-main-text:#fff;
	--rdw-hoy-muted:#6b7280;
	--rdw-hoy-line:#e1e5e9;
	font-family:"Onest",Arial,sans-serif;
	color:#111827;
}
.rdw-hoy-history-header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	margin-bottom:16px;
}
.rdw-hoy-history-section-title{
	margin:0;
	font-family:"Onest",Arial,sans-serif;
	font-size:40px;
	font-weight:900;
	letter-spacing:-.05em;
	line-height:.95;
	text-transform:uppercase;
}
.rdw-hoy-history-section-subtitle{
	margin:6px 0 0;
	max-width:820px;
	color:var(--rdw-hoy-accent);
	font-size:10px;
	font-weight:900;
	letter-spacing:.1em;
	line-height:1.35;
	text-transform:uppercase;
}
.rdw-hoy-history-all{
	color:var(--rdw-hoy-accent);
	font-size:10px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
	white-space:nowrap;
}
.rdw-hoy-history{
	--rdw-hoy-sidebar:330px;
	--rdw-hoy-image:280px;
	display:grid;
	grid-template-columns:minmax(0,1fr) var(--rdw-hoy-sidebar);
	min-height:390px;
	border:1px solid var(--rdw-hoy-main);
	background:var(--rdw-hoy-main);
	overflow:hidden;
}
.rdw-hoy-history-main{
	display:grid;
	grid-template-columns:var(--rdw-hoy-image) minmax(0,1fr);
	min-width:0;
	background:var(--rdw-hoy-main);
	color:var(--rdw-hoy-main-text);
}
.rdw-hoy-history-photo{
	position:relative;
	display:block;
	min-width:0;
	min-height:100%;
	overflow:hidden;
	background:#52687e;
}
.rdw-hoy-history-image,
.rdw-hoy-history-photo .rdw-image-placeholder{
	display:block;
	width:100%;
	height:100%;
	min-height:100%;
	object-fit:cover;
}
.rdw-hoy-history-photo .rdw-image-placeholder{
	background:linear-gradient(145deg,#8ba0b3,#52687e);
}
.rdw-hoy-history-overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(15,27,42,.04),rgba(15,27,42,.62));
	pointer-events:none;
}
.rdw-hoy-history-archive{
	position:absolute;
	top:18px;
	left:18px;
	z-index:2;
	padding:7px 9px;
	border:1px solid rgba(255,255,255,.82);
	color:#fff;
	font-size:8px;
	font-weight:900;
	letter-spacing:.1em;
	line-height:1.1;
	text-transform:uppercase;
}
.rdw-hoy-history-date{
	position:absolute;
	left:18px;
	bottom:18px;
	z-index:2;
	color:#fff;
}
.rdw-hoy-history-date strong{
	display:block;
	font-size:58px;
	font-weight:900;
	letter-spacing:-.07em;
	line-height:.78;
}
.rdw-hoy-history-date span{
	display:block;
	margin-top:9px;
	font-size:10px;
	font-weight:900;
	letter-spacing:.08em;
	line-height:1.15;
	text-transform:uppercase;
}
.rdw-hoy-history-copy{
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-width:0;
	padding:30px;
}
.rdw-hoy-history-eyebrow{
	display:flex;
	align-items:center;
	gap:9px;
	color:#ffb8c5;
	font-size:10px;
	font-weight:900;
	letter-spacing:.11em;
	line-height:1.2;
	text-transform:uppercase;
}
.rdw-hoy-history-eyebrow:before{
	content:"";
	width:24px;
	height:2px;
	flex:0 0 auto;
	background:currentColor;
}
.rdw-hoy-history-title{
	margin:13px 0 14px;
	max-width:720px;
	font-family:"Onest",Arial,sans-serif;
	font-size:43px;
	font-weight:900;
	letter-spacing:-.05em;
	line-height:.94;
}
.rdw-hoy-history-title a{color:inherit}
.rdw-hoy-history-excerpt{
	margin:0;
	max-width:690px;
	color:#cbd4de;
	font-size:13px;
	font-weight:400;
	line-height:1.52;
}
.rdw-hoy-history-topics{
	display:flex;
	flex-wrap:wrap;
	gap:7px;
	margin-top:16px;
}
.rdw-hoy-history-topics span{
	padding:6px 8px;
	border:1px solid rgba(255,255,255,.18);
	color:#dce3ea;
	font-size:8px;
	font-weight:800;
	letter-spacing:.06em;
	line-height:1.1;
	text-transform:uppercase;
}
.rdw-hoy-history-cta{
	display:inline-flex;
	align-self:flex-start;
	margin-top:21px;
	padding:10px 14px;
	background:var(--rdw-hoy-accent);
	color:#fff;
	font-size:10px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
}
.rdw-hoy-history-week{
	display:flex;
	flex-direction:column;
	min-width:0;
	padding:21px;
	border-left:1px solid var(--rdw-hoy-line);
	background:var(--rdw-hoy-side);
	color:#111827;
}
.rdw-hoy-history-week-head{padding-bottom:12px}
.rdw-hoy-history-week-head>span{
	color:var(--rdw-hoy-accent);
	font-size:9px;
	font-weight:900;
	letter-spacing:.1em;
	line-height:1.1;
	text-transform:uppercase;
}
.rdw-hoy-history-week-title{
	margin:6px 0 0;
	font-family:"Onest",Arial,sans-serif;
	font-size:23px;
	font-weight:900;
	letter-spacing:-.035em;
	line-height:.98;
}
.rdw-hoy-history-week-list{min-width:0}
.rdw-hoy-history-week-item{
	display:grid;
	grid-template-columns:58px minmax(0,1fr);
	gap:12px;
	align-items:start;
	padding:13px 0;
	border-top:1px solid var(--rdw-hoy-line);
	color:inherit;
}
.rdw-hoy-history-week-date{
	display:block;
	color:var(--rdw-hoy-accent);
	font-size:10px;
	font-weight:900;
	line-height:1;
	text-transform:uppercase;
}
.rdw-hoy-history-week-date strong{
	display:block;
	margin-bottom:4px;
	font-size:23px;
	font-weight:900;
	letter-spacing:-.05em;
	line-height:1;
}
.rdw-hoy-history-week-date em{
	display:block;
	margin-top:3px;
	color:var(--rdw-hoy-muted);
	font-size:8px;
	font-style:normal;
	font-weight:800;
	letter-spacing:.05em;
	line-height:1;
}
.rdw-hoy-history-week-copy{
	display:block;
	min-width:0;
}
.rdw-hoy-history-week-copy small{
	display:block;
	color:var(--rdw-hoy-muted);
	font-size:8px;
	font-weight:900;
	letter-spacing:.08em;
	line-height:1.1;
	text-transform:uppercase;
}
.rdw-hoy-history-week-item h4{
	margin:5px 0 0;
	font-family:"Onest",Arial,sans-serif;
	font-size:12px;
	font-weight:800;
	line-height:1.22;
}
.rdw-hoy-history-week-empty{
	margin:0;
	padding:16px 0;
	border-top:1px solid var(--rdw-hoy-line);
	color:var(--rdw-hoy-muted);
	font-size:11px;
	line-height:1.45;
}
.rdw-hoy-history-week-footer{
	margin-top:auto;
	padding-top:13px;
	border-top:1px solid var(--rdw-hoy-line);
}
.rdw-hoy-history-week-footer a{
	color:var(--rdw-hoy-accent);
	font-size:9px;
	font-weight:900;
	line-height:1.2;
	text-transform:uppercase;
}
@media (max-width:1024px){
	.rdw-hoy-history{grid-template-columns:1fr}
	.rdw-hoy-history-week{border-left:0;border-top:1px solid var(--rdw-hoy-line)}
}
@media (max-width:767px){
	.rdw-hoy-history-header{align-items:flex-start;flex-direction:column;gap:10px}
	.rdw-hoy-history-section-title{font-size:34px}
	.rdw-hoy-history-main{grid-template-columns:1fr}
	.rdw-hoy-history-photo{min-height:300px}
	.rdw-hoy-history-copy{padding:22px}
	.rdw-hoy-history-title{font-size:32px}
	.rdw-hoy-history-week{padding:18px}
}

/* =========================================================
   RD · Publicidad Pro (0.17.0)
   10 diseños de la primera maqueta aprobada
   ========================================================= */
.rdw-adpro {
	--rdw-adpro-bg: #c8102e;
	--rdw-adpro-bg-2: #eef2f5;
	--rdw-adpro-dark: #0f1b2a;
	--rdw-adpro-accent: #c8102e;
	--rdw-adpro-text: #fff;
	--rdw-adpro-muted: #ffdce3;
	--rdw-adpro-ink: #263441;
	--rdw-adpro-light-muted: #6b7280;
	--rdw-adpro-overlay: rgba(15,27,42,.62);
	--rdw-adpro-pad-top: 20px;
	--rdw-adpro-pad-right: 20px;
	--rdw-adpro-pad-bottom: 20px;
	--rdw-adpro-pad-left: 20px;
	--rdw-adpro-gap: 10px;
	--rdw-adpro-align: center;
	--rdw-adpro-items: center;
	--rdw-adpro-notice-top: 6px;
	--rdw-adpro-notice-left: 8px;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: "Onest", Arial, sans-serif;
	text-align: var(--rdw-adpro-align);
}
.rdw-adpro *, .rdw-adpro *::before, .rdw-adpro *::after { box-sizing: border-box; }
.rdw-adpro__whole-link { display:block; color:inherit; text-decoration:none; }
.rdw-adpro__whole-link:hover { color:inherit; text-decoration:none; }
.rdw-adpro__notice {
	position: absolute;
	top: var(--rdw-adpro-notice-top);
	left: var(--rdw-adpro-notice-left);
	z-index: 8;
	display: inline-flex;
	padding: 4px 6px;
	font-size: 7px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.rdw-adpro__copy {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: var(--rdw-adpro-items);
	justify-content: center;
	gap: var(--rdw-adpro-gap);
	min-width: 0;
	padding: var(--rdw-adpro-pad-top) var(--rdw-adpro-pad-right) var(--rdw-adpro-pad-bottom) var(--rdw-adpro-pad-left);
	text-align: var(--rdw-adpro-align);
}
.rdw-adpro__label {
	display:block;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.rdw-adpro__title {
	display:block;
	font-size: clamp(20px, 3vw, 38px);
	font-weight: 900;
	line-height: .98;
	letter-spacing: -.04em;
	color: inherit;
}
.rdw-adpro__description {
	display:block;
	max-width: 720px;
	font-size: 11px;
	line-height: 1.45;
	color: inherit;
	opacity: .9;
}
.rdw-adpro__button {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	align-self: var(--rdw-adpro-items);
	padding: 10px 14px;
	font-size: 10px;
	font-weight:900;
	line-height:1;
	text-transform:uppercase;
	text-decoration:none;
	transition: background-color .18s ease, color .18s ease, opacity .18s ease;
}
.rdw-adpro__media { position:relative; overflow:hidden; min-width:0; }
.rdw-adpro__media img { display:block; width:100%; height:100%; object-fit:cover; }
.rdw-adpro__media--fill { position:absolute; inset:0; z-index:1; width:100%; height:100%; }
.rdw-adpro__media--fill img { width:100%; height:100%; }
.rdw-adpro__overlay { position:absolute; inset:0; z-index:2; background:var(--rdw-adpro-overlay); pointer-events:none; }
.rdw-adpro__action-wrap { display:flex; align-items:center; justify-content:flex-end; padding:var(--rdw-adpro-pad-top) var(--rdw-adpro-pad-right) var(--rdw-adpro-pad-bottom) var(--rdw-adpro-pad-left); }

/* 1 · Billboard premium bajo cabecera · 970×250 */
.rdw-adpro--billboard {
	--rdw-adpro-design-h:250px;
	min-height:var(--rdw-adpro-design-h);
	background:linear-gradient(135deg,#7b0d20,var(--rdw-adpro-bg));
	color:var(--rdw-adpro-text);
	display:flex;
	align-items:stretch;
	justify-content:center;
}
.rdw-adpro--billboard .rdw-adpro__copy { width:100%; min-height:var(--rdw-adpro-design-h); }
.rdw-adpro--billboard .rdw-adpro__label { color:var(--rdw-adpro-muted); }
.rdw-adpro--billboard .rdw-adpro__description { color:var(--rdw-adpro-muted); }
.rdw-adpro--billboard .rdw-adpro__title { font-size:clamp(24px,3.2vw,42px); }

/* 2 · Leaderboard entre secciones · 970×90 / 728×90 */
.rdw-adpro--leaderboard {
	--rdw-adpro-design-h:90px;
	min-height:var(--rdw-adpro-design-h);
	background:linear-gradient(135deg,var(--rdw-adpro-bg-2),#dde5eb);
	color:var(--rdw-adpro-ink);
	display:flex;
	align-items:stretch;
	justify-content:center;
}
.rdw-adpro--leaderboard .rdw-adpro__copy { width:100%; min-height:var(--rdw-adpro-design-h); padding-top:14px; padding-bottom:14px; }
.rdw-adpro--leaderboard .rdw-adpro__label { color:var(--rdw-adpro-accent); }
.rdw-adpro--leaderboard .rdw-adpro__description { color:var(--rdw-adpro-light-muted); }
.rdw-adpro--leaderboard .rdw-adpro__title { font-size:clamp(16px,2.1vw,25px); }
.rdw-adpro--leaderboard.has-media { color:var(--rdw-adpro-text); }
.rdw-adpro--leaderboard.has-media .rdw-adpro__label,
.rdw-adpro--leaderboard.has-media .rdw-adpro__description { color:var(--rdw-adpro-muted); }

/* 3 · Rectángulo dentro de grilla · 336×280 / 300×250 */
.rdw-adpro--grid-rectangle {
	--rdw-adpro-design-w:336px;
	--rdw-adpro-design-h:280px;
	width:100%;
	max-width:var(--rdw-adpro-design-w);
	min-height:var(--rdw-adpro-design-h);
	background:linear-gradient(135deg,var(--rdw-adpro-bg-2),#dde5eb);
	color:var(--rdw-adpro-ink);
	display:flex;
	align-items:stretch;
	justify-content:center;
}
.rdw-adpro--grid-rectangle .rdw-adpro__copy { width:100%; min-height:var(--rdw-adpro-design-h); }
.rdw-adpro--grid-rectangle .rdw-adpro__label { color:var(--rdw-adpro-accent); }
.rdw-adpro--grid-rectangle .rdw-adpro__description { color:var(--rdw-adpro-light-muted); }
.rdw-adpro--grid-rectangle .rdw-adpro__title { font-size:clamp(18px,2.2vw,28px); }
.rdw-adpro--grid-rectangle.has-media { color:var(--rdw-adpro-text); }
.rdw-adpro--grid-rectangle.has-media .rdw-adpro__label,
.rdw-adpro--grid-rectangle.has-media .rdw-adpro__description { color:var(--rdw-adpro-muted); }

/* 4 · Half Page lateral · 300×600 */
.rdw-adpro--half-page {
	--rdw-adpro-design-w:300px;
	--rdw-adpro-design-h:600px;
	width:100%;
	max-width:var(--rdw-adpro-design-w);
	min-height:var(--rdw-adpro-design-h);
	background:linear-gradient(135deg,#7b0d20,var(--rdw-adpro-bg));
	color:var(--rdw-adpro-text);
	display:flex;
	align-items:stretch;
	justify-content:center;
}
.rdw-adpro--half-page .rdw-adpro__copy { width:100%; min-height:var(--rdw-adpro-design-h); }
.rdw-adpro--half-page .rdw-adpro__label { color:var(--rdw-adpro-muted); }
.rdw-adpro--half-page .rdw-adpro__description { color:var(--rdw-adpro-muted); }
.rdw-adpro--half-page .rdw-adpro__title { font-size:clamp(23px,3vw,36px); }

/* 5 · Dos rectángulos de sidebar · 2×300×250 */
.rdw-adpro--double-sidebar {
	--rdw-adpro-design-w:300px;
	--rdw-adpro-card-h:250px;
	width:100%;
	max-width:var(--rdw-adpro-design-w);
	display:grid;
	gap:var(--rdw-adpro-gap);
	background:transparent;
	color:var(--rdw-adpro-ink);
	overflow:visible;
}
.rdw-adpro__double-card {
	position:relative;
	min-height:var(--rdw-adpro-card-h);
	overflow:hidden;
	background:linear-gradient(135deg,var(--rdw-adpro-bg-2),#dde5eb);
	border:1px solid #cfd7de;
}
.rdw-adpro__double-card .rdw-adpro__copy { min-height:var(--rdw-adpro-card-h); }
.rdw-adpro__double-card .rdw-adpro__label { color:var(--rdw-adpro-accent); }
.rdw-adpro__double-card .rdw-adpro__description { color:var(--rdw-adpro-light-muted); }
.rdw-adpro__double-card .rdw-adpro__title { font-size:clamp(17px,2vw,25px); }
.rdw-adpro__double-card.has-media { color:var(--rdw-adpro-text); }
.rdw-adpro__double-card.has-media .rdw-adpro__description { color:var(--rdw-adpro-muted); }
.rdw-adpro__double-card.has-media .rdw-adpro__label { color:var(--rdw-adpro-muted); }

/* 6 · Publicidad nativa / contenido patrocinado */
.rdw-adpro--native {
	--rdw-adpro-native-media-w:180px;
	--rdw-adpro-design-h:150px;
	display:grid;
	grid-template-columns:var(--rdw-adpro-native-media-w) minmax(0,1fr);
	min-height:var(--rdw-adpro-design-h);
	background:#fff;
	color:var(--rdw-adpro-ink);
	border:1px solid var(--rdw-adpro-bg-2);
}
.rdw-adpro--native .rdw-adpro__media { min-height:var(--rdw-adpro-design-h); background:linear-gradient(135deg,#adb9c4,#dfe5ea); }
.rdw-adpro--native .rdw-adpro__copy { align-items:flex-start; text-align:left; min-height:var(--rdw-adpro-design-h); padding:16px; }
.rdw-adpro__native-label { color:var(--rdw-adpro-accent); font-size:8px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.rdw-adpro--native .rdw-adpro__title { font-size:clamp(17px,2.2vw,25px); line-height:1.05; }
.rdw-adpro--native .rdw-adpro__description { color:var(--rdw-adpro-light-muted); font-size:10px; }

/* 7 · Sponsor de sección */
.rdw-adpro--section-sponsor {
	--rdw-adpro-sponsor-w:160px;
	--rdw-adpro-design-h:100px;
	display:grid;
	grid-template-columns:var(--rdw-adpro-sponsor-w) minmax(0,1fr) auto;
	align-items:stretch;
	min-height:var(--rdw-adpro-design-h);
	background:#fff;
	color:var(--rdw-adpro-ink);
	border:1px solid var(--rdw-adpro-bg-2);
}
.rdw-adpro__sponsor-mark {
	display:grid;
	place-items:center;
	min-height:var(--rdw-adpro-design-h);
	padding:18px;
	background:var(--rdw-adpro-dark);
	color:var(--rdw-adpro-text);
	font-size:18px;
	font-weight:900;
	text-align:center;
}
.rdw-adpro__sponsor-logo { display:block; width:100%; height:100%; min-height:44px; }
.rdw-adpro__sponsor-logo img { display:block; width:100%; height:100%; object-fit:contain; }
.rdw-adpro--section-sponsor .rdw-adpro__copy { align-items:flex-start; text-align:left; min-height:var(--rdw-adpro-design-h); padding:14px 15px; }
.rdw-adpro--section-sponsor .rdw-adpro__title { font-size:clamp(15px,2vw,22px); }
.rdw-adpro--section-sponsor .rdw-adpro__description { color:var(--rdw-adpro-light-muted); font-size:10px; }
.rdw-adpro--section-sponsor .rdw-adpro__action-wrap { align-items:center; justify-content:center; padding:14px; }

/* 8 · Apertura comercial de sección */
.rdw-adpro--section-opening {
	--rdw-adpro-design-h:250px;
	--rdw-adpro-shell-pad:12px;
	background:var(--rdw-adpro-dark);
	color:var(--rdw-adpro-text);
	padding:var(--rdw-adpro-shell-pad);
}
.rdw-adpro__shell--opening { min-height:var(--rdw-adpro-design-h); }
.rdw-adpro--section-opening .rdw-adpro__inner-ad {
	position:relative;
	min-height:calc(var(--rdw-adpro-design-h) - (var(--rdw-adpro-shell-pad) * 2));
	background:linear-gradient(135deg,#7b0d20,var(--rdw-adpro-bg));
	overflow:hidden;
}
.rdw-adpro--section-opening .rdw-adpro__copy { min-height:calc(var(--rdw-adpro-design-h) - (var(--rdw-adpro-shell-pad) * 2)); }
.rdw-adpro--section-opening .rdw-adpro__label,
.rdw-adpro--section-opening .rdw-adpro__description { color:var(--rdw-adpro-muted); }

/* 9 · Sticky móvil · 320×50 / 320×100 */
.rdw-adpro--mobile-sticky {
	--rdw-adpro-sticky-width:360px;
	--rdw-adpro-sticky-h:84px;
	--rdw-adpro-sticky-offset:10px;
	display:none;
	z-index:99990;
	width:min(calc(100% - 20px),var(--rdw-adpro-sticky-width));
	min-height:var(--rdw-adpro-sticky-h);
	background:linear-gradient(135deg,#7b0d20,var(--rdw-adpro-bg));
	color:var(--rdw-adpro-text);
	box-shadow:0 10px 36px rgba(0,0,0,.26);
}
.rdw-adpro--mobile-sticky.is-visible {
	position:fixed;
	left:50%;
	display:block;
	transform:translateX(-50%);
}
.rdw-adpro--mobile-sticky[data-rdw-ad-position="bottom"].is-visible { bottom:var(--rdw-adpro-sticky-offset); }
.rdw-adpro--mobile-sticky[data-rdw-ad-position="top"].is-visible { top:var(--rdw-adpro-sticky-offset); }
.rdw-adpro--mobile-sticky.rdw-adpro--editor-preview {
	position:relative;
	left:auto;
	top:auto;
	bottom:auto;
	display:block;
	transform:none;
	margin:0 auto;
}
.rdw-adpro__sticky-topline {
	position:relative;
	z-index:7;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:8px;
	min-height:29px;
	padding:5px 8px 0 8px;
}
.rdw-adpro--mobile-sticky .rdw-adpro__notice { position:absolute; top:7px; left:8px; }
.rdw-adpro__countdown { font-size:9px; font-weight:800; color:var(--rdw-adpro-muted); margin-left:auto; }
.rdw-adpro__close {
	appearance:none;
	border:1px solid rgba(255,255,255,.55);
	border-radius:999px;
	font:700 23px/1 "Onest",Arial,sans-serif;
	cursor:pointer;
	display:grid;
	place-items:center;
	padding:0;
	flex:0 0 auto;
}
.rdw-adpro__sticky-inner {
	position:relative;
	z-index:4;
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	align-items:center;
	gap:10px;
	min-height:calc(var(--rdw-adpro-sticky-h) - 29px);
	padding:4px 12px 12px;
}
.rdw-adpro--mobile-sticky .rdw-adpro__copy { align-items:flex-start; text-align:left; padding:0; gap:3px; }
.rdw-adpro--mobile-sticky .rdw-adpro__label { color:var(--rdw-adpro-muted); font-size:8px; }
.rdw-adpro--mobile-sticky .rdw-adpro__title { font-size:14px; line-height:1.08; }
.rdw-adpro--mobile-sticky .rdw-adpro__button { align-self:center; white-space:nowrap; }
.rdw-adpro__sticky-progress { position:absolute; left:0; right:0; bottom:0; z-index:8; height:3px; background:rgba(255,255,255,.20); overflow:hidden; }
.rdw-adpro[data-rdw-ad-position="top"] .rdw-adpro__sticky-progress { top:0; bottom:auto; }
.rdw-adpro__sticky-progress span { display:block; width:100%; height:100%; background:#fff; transform-origin:left center; }

/* 10 · Gran publicidad pre-footer */
.rdw-adpro--footer-billboard {
	--rdw-adpro-design-h:170px;
	--rdw-adpro-shell-pad:20px;
	background:var(--rdw-adpro-dark);
	color:var(--rdw-adpro-ink);
	padding:var(--rdw-adpro-shell-pad);
}
.rdw-adpro__shell--footer { min-height:var(--rdw-adpro-design-h); }
.rdw-adpro--footer-billboard .rdw-adpro__inner-ad {
	position:relative;
	min-height:var(--rdw-adpro-design-h);
	background:linear-gradient(135deg,var(--rdw-adpro-bg-2),#dde5eb);
	overflow:hidden;
}
.rdw-adpro--footer-billboard .rdw-adpro__copy { min-height:var(--rdw-adpro-design-h); }
.rdw-adpro--footer-billboard .rdw-adpro__label { color:var(--rdw-adpro-accent); }
.rdw-adpro--footer-billboard .rdw-adpro__description { color:var(--rdw-adpro-light-muted); }
.rdw-adpro--footer-billboard .rdw-adpro__inner-ad.has-media { color:var(--rdw-adpro-text); }
.rdw-adpro--footer-billboard .rdw-adpro__inner-ad.has-media .rdw-adpro__label,
.rdw-adpro--footer-billboard .rdw-adpro__inner-ad.has-media .rdw-adpro__description { color:var(--rdw-adpro-muted); }

@media (max-width:767px) {
	.rdw-adpro--billboard { --rdw-adpro-design-h:100px; }
	.rdw-adpro--leaderboard { --rdw-adpro-design-h:100px; }
	.rdw-adpro--grid-rectangle,
	.rdw-adpro--half-page,
	.rdw-adpro--double-sidebar { max-width:100%; }
	.rdw-adpro--half-page { --rdw-adpro-design-h:250px; }
	.rdw-adpro--native { grid-template-columns:1fr; }
	.rdw-adpro--native .rdw-adpro__media { min-height:150px; }
	.rdw-adpro--section-sponsor { grid-template-columns:1fr; }
	.rdw-adpro__sponsor-mark { min-height:82px; }
	.rdw-adpro--section-sponsor .rdw-adpro__action-wrap { justify-content:flex-start; padding-top:0; }
	.rdw-adpro--section-opening { --rdw-adpro-design-h:210px; }
	.rdw-adpro--footer-billboard { --rdw-adpro-design-h:150px; }
}

/* RD · Newsletter — compact strip with envelope icon */
.rdw-newsletter{
	--rdw-newsletter-form-width:575px;
	--rdw-newsletter-button-width:135px;
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(280px,var(--rdw-newsletter-form-width));
	align-items:center;
	gap:18px 30px;
	min-height:126px;
	padding:22px;
	background:#0f1b2a;
	color:#fff;
	font-family:"Onest",Arial,sans-serif;
}
.rdw-newsletter__lead{
	display:grid;
	grid-template-columns:auto minmax(0,1fr);
	align-items:center;
	gap:18px;
	min-width:0;
}
.rdw-newsletter__lead--no-icon{grid-template-columns:minmax(0,1fr)}
.rdw-newsletter__icon{
	display:grid;
	place-items:center;
	width:64px;
	height:52px;
	flex:0 0 auto;
	border:2px solid #ff365d;
	color:#ff365d;
}
.rdw-newsletter__icon svg{display:block;width:100%;height:100%;overflow:visible}
.rdw-newsletter__icon svg path{fill:none;stroke:currentColor;stroke-width:2;vector-effect:non-scaling-stroke}
.rdw-newsletter__copy{min-width:0}
.rdw-newsletter__title{
	margin:0;
	color:#fff;
	font:800 34px/1 "Onest",Arial,sans-serif;
	letter-spacing:-.035em;
}
.rdw-newsletter__description{
	margin:8px 0 0;
	color:#d0d8e1;
	font:400 12px/1.35 "Onest",Arial,sans-serif;
}
.rdw-newsletter__form-wrap{min-width:0}
.rdw-newsletter__form{margin:0}
.rdw-newsletter__form-row{
	display:grid;
	grid-template-columns:minmax(0,1fr) var(--rdw-newsletter-button-width);
	gap:10px;
	align-items:stretch;
}
.rdw-newsletter__input{
	width:100%;
	min-width:0;
	min-height:54px;
	margin:0;
	border:0;
	border-radius:0;
	outline:0;
	background:#f7f7f7;
	color:#2a2f36;
	padding:0 18px;
	font:500 15px/1 "Onest",Arial,sans-serif;
}
.rdw-newsletter__input::placeholder{color:#6b7280;opacity:1}
.rdw-newsletter__button{
	min-width:0;
	min-height:54px;
	margin:0;
	border:0;
	border-radius:0;
	background:#c8102e;
	color:#fff;
	padding:0 14px;
	font:900 11px/1 "Onest",Arial,sans-serif;
	text-transform:uppercase;
	cursor:pointer;
	transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}
.rdw-newsletter__button:hover,.rdw-newsletter__button:focus{background:#a70d27;color:#fff}
.rdw-newsletter__helper{margin-top:6px;color:#aeb8c4;font:400 9px/1.4 "Onest",Arial,sans-serif}
@media(max-width:1024px){
	.rdw-newsletter{grid-template-columns:1fr;row-gap:18px}
}
@media(max-width:767px){
	.rdw-newsletter{min-height:0;padding:18px}
	.rdw-newsletter__lead{grid-template-columns:1fr;align-items:start}
	.rdw-newsletter__icon{margin-bottom:2px}
	.rdw-newsletter__title{font-size:28px}
	.rdw-newsletter__form-row{grid-template-columns:1fr}
	.rdw-newsletter__button{width:100%}
}

/* RD · Footer — diseño editorial clásico con logo real */
.rdw-footer{
	width:100%;
	background:#0f1b2a;
	color:#fff;
	font-family:"Onest",Arial,sans-serif;
}
.rdw-footer__inner{
	width:100%;
	max-width:1450px;
	margin:0 auto;
}
.rdw-footer__main{
	--rdw-footer-brand-width:340px;
	display:grid;
	grid-template-columns:minmax(0,var(--rdw-footer-brand-width)) minmax(0,1fr);
	align-items:start;
	column-gap:42px;
	padding:34px 28px;
}
.rdw-footer__brand,
.rdw-footer__nav,
.rdw-footer__column{min-width:0}
.rdw-footer__logo-wrap{
	display:flex;
	justify-content:flex-start;
}
.rdw-footer__logo-link{
	display:inline-flex;
	line-height:0;
}
.rdw-footer__logo{
	display:block;
	width:155px;
	max-width:100%;
	max-height:160px;
	height:auto;
	object-fit:contain;
}
.rdw-footer__tagline{
	max-width:310px;
	margin:10px 0 0;
	color:#aeb8c4;
	font:400 10px/1.45 "Onest",Arial,sans-serif;
}
.rdw-footer__socials{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-start;
	gap:8px;
	margin:18px 0 0;
}
.rdw-footer__social{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border:1px solid rgba(255,255,255,.15);
	color:#fff;
	background:transparent;
	text-decoration:none;
	transition:color .2s ease,background-color .2s ease,border-color .2s ease;
}
.rdw-footer__social:hover,
.rdw-footer__social:focus{
	color:#fff;
	background:#c8102e;
	border-color:#c8102e;
}
.rdw-footer__social i,
.rdw-footer__social svg{
	display:block;
	width:13px;
	height:13px;
	font-size:13px;
	fill:currentColor;
}
.rdw-footer__nav{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	column-gap:28px;
	row-gap:24px;
}
.rdw-footer__column-title{
	margin:0 0 10px;
	color:#fff;
	font:900 10px/1.25 "Onest",Arial,sans-serif;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.rdw-footer__links{
	display:grid;
	row-gap:7px;
}
.rdw-footer__link{
	display:inline-block;
	color:#b8c2ce;
	font:400 11px/1.35 "Onest",Arial,sans-serif;
	text-decoration:none;
	transition:color .2s ease;
}
.rdw-footer__link:hover,
.rdw-footer__link:focus{color:#fff}
.rdw-footer__link--text{cursor:default}
.rdw-footer__bottom{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:15px 28px;
	border-top:1px solid rgba(255,255,255,.09);
}
.rdw-footer__copyright{
	color:#7f8b98;
	font:400 9px/1.4 "Onest",Arial,sans-serif;
}
.rdw-footer__legal{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	column-gap:7px;
	row-gap:4px;
	color:#9faab6;
	font:400 9px/1.4 "Onest",Arial,sans-serif;
}
.rdw-footer__legal-link,
.rdw-footer__legal-separator{
	color:#9faab6;
	text-decoration:none;
}
.rdw-footer__legal-link:hover,
.rdw-footer__legal-link:focus{color:#fff}
.rdw-footer__legal-link--text{cursor:default}

/* =========================================================
   RD · Noticias por categoría
   Archivo minimalista: todas las noticias tienen igual peso.
   ========================================================= */
.rdw-category-news{
	--rdw-category-mobile-image:118px;
	width:100%;
	margin:0;
	padding:0;
	background:transparent;
	color:#111820;
	font-family:"Onest",Arial,sans-serif;
}
.rdw-category-news__header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:24px;
	padding:32px 0;
	border:0;
	border-bottom:1px solid #d8dee4;
}
.rdw-category-news__header-copy{min-width:0}
.rdw-category-news__eyebrow{
	margin:0 0 7px;
	padding:0;
	color:#68727d;
	font:900 12px/1.2 "Onest",Arial,sans-serif;
	letter-spacing:.15em;
	text-transform:uppercase;
}
.rdw-category-news__title{
	margin:0;
	padding:0;
	color:#111820;
	font:900 clamp(40px,5vw,64px)/.95 "Onest",Arial,sans-serif;
	letter-spacing:-.055em;
	text-transform:uppercase;
}
.rdw-category-news__description{
	max-width:620px;
	margin:10px 0 0;
	padding:0;
	color:#68727d;
	font:400 15px/1.45 "Onest",Arial,sans-serif;
}
.rdw-category-news__description p{margin:0;padding:0}
.rdw-category-news__count{
	flex:0 0 auto;
	color:#68727d;
	font:800 11px/1.25 "Onest",Arial,sans-serif;
	letter-spacing:.1em;
	text-transform:uppercase;
}
.rdw-category-news__grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	column-gap:18px;
	row-gap:34px;
	width:100%;
	padding:30px 0 0;
}
.rdw-category-news__card{
	min-width:0;
	margin:0;
	padding:0;
	border:0;
	border-bottom:1px solid transparent;
	background:transparent;
}
.rdw-category-news__media{
	position:relative;
	display:block;
	width:100%;
	aspect-ratio:16 / 10;
	margin:0;
	padding:0;
	overflow:hidden;
	border-radius:0;
	background:#edf0f2;
	text-decoration:none;
}
.rdw-category-news__media img,
.rdw-category-news__media .rdw-image-placeholder{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transition:transform .24s ease;
}
.rdw-category-news__media .rdw-image-placeholder{
	background:linear-gradient(145deg,#cbd2d8,#58646e 58%,#182028);
}
.rdw-category-news__card:hover .rdw-category-news__media img{transform:scale(1.025)}
.rdw-category-news__content{min-width:0;padding-top:11px}
.rdw-category-news__meta{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;
	margin:0;
	padding:0;
	color:#68727d;
	font:900 9px/1.2 "Onest",Arial,sans-serif;
	letter-spacing:.09em;
	text-transform:uppercase;
}
.rdw-category-news__category{color:#d41435}
.rdw-category-news__date{color:#68727d}
.rdw-category-news__card-title{
	margin:7px 0 0;
	padding:0;
	color:#111820;
	font:800 19px/1.15 "Onest",Arial,sans-serif;
	letter-spacing:-.025em;
}
.rdw-category-news__card-title a{
	color:inherit;
	text-decoration:none;
	transition:color .18s ease;
}
.rdw-category-news__card-title a:hover,
.rdw-category-news__card-title a:focus{color:#d41435}
.rdw-category-news__pagination{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
	gap:7px;
	margin:46px 0 0;
	padding:24px 0 0;
	border-top:1px solid #d8dee4;
}
.rdw-category-news__pagination .page-numbers{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:38px;
	height:38px;
	padding:0 12px;
	border:1px solid #d8dee4;
	background:transparent;
	color:#111820;
	font:900 11px/1 "Onest",Arial,sans-serif;
	text-decoration:none;
}
.rdw-category-news__pagination .page-numbers.current{
	color:#fff;
	background:#111820;
	border-color:#111820;
}
@media(max-width:1024px){
	.rdw-category-news__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
	.rdw-category-news__header{
		align-items:flex-start;
		flex-direction:column;
		gap:10px;
		padding:26px 0 20px;
	}
	.rdw-category-news__title{font-size:40px}
	.rdw-category-news__grid{
		grid-template-columns:1fr;
		gap:0;
		padding-top:16px;
	}
	.rdw-category-news--mobile-compact .rdw-category-news__card{
		display:grid;
		grid-template-columns:var(--rdw-category-mobile-image) minmax(0,1fr);
		gap:14px;
		padding:14px 0;
		border-bottom-color:#d8dee4;
	}
	.rdw-category-news--mobile-compact .rdw-category-news__media{
		aspect-ratio:4 / 3;
	}
	.rdw-category-news--mobile-compact .rdw-category-news__content{
		align-self:center;
		padding-top:0;
	}
	.rdw-category-news--mobile-compact .rdw-category-news__card-title{
		font-size:17px;
	}
	.rdw-category-news--mobile-stacked .rdw-category-news__card{
		padding:0 0 24px;
	}
	.rdw-category-news--mobile-stacked .rdw-category-news__media{
		aspect-ratio:16 / 10;
	}
	.rdw-category-news__pagination{
		justify-content:flex-start;
		margin-top:32px;
	}
}

/* =========================================================
   RD · Páginas institucionales
   Quiénes somos · Publicidad · Política de privacidad
   ========================================================= */
.rdw-about-page,
.rdw-advertising-page,
.rdw-privacy-page{
	width:100%;
	margin:0;
	padding:0;
	font-family:"Onest",Arial,sans-serif;
}
.rdw-about-page__inner,
.rdw-advertising-page__inner,
.rdw-privacy-page__inner{
	width:min(100% - 48px,1180px);
	margin:0 auto;
}

/* Quiénes somos */
.rdw-about-page{
	--rdw-about-accent:#d41435;
	--rdw-about-text:#111820;
	--rdw-about-muted:#5f6974;
	--rdw-about-soft:#f3f6f8;
	--rdw-about-dark:#111820;
	color:var(--rdw-about-text);
}
.rdw-about-page__hero{padding:72px 0 54px;background:#fff}
.rdw-about-page__eyebrow{
	margin:0 0 13px;
	color:var(--rdw-about-accent);
	font:900 11px/1.2 "Onest",Arial,sans-serif;
	letter-spacing:.15em;
	text-transform:uppercase;
}
.rdw-about-page__title{
	max-width:900px;
	margin:0;
	color:var(--rdw-about-text);
	font:900 clamp(46px,7vw,82px)/.95 "Onest",Arial,sans-serif;
	letter-spacing:-.06em;
}
.rdw-about-page__lead{
	max-width:820px;
	margin:24px 0 0;
	color:#39434d;
	font:500 clamp(18px,2vw,23px)/1.45 "Onest",Arial,sans-serif;
}
.rdw-about-page__identity{padding:68px 0;background:var(--rdw-about-soft)}
.rdw-about-page__identity-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}
.rdw-about-page__visual{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	min-height:470px;
	padding:36px;
	overflow:hidden;
	background:linear-gradient(145deg,var(--rdw-about-accent),#631326 55%,var(--rdw-about-dark));
	color:#fff;
}
.rdw-about-page__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.rdw-about-page__visual-mark{position:relative;font:900 clamp(46px,7vw,84px)/.9 "Onest",Arial,sans-serif;letter-spacing:-.065em}
.rdw-about-page__visual-claim{position:relative;margin-top:12px;font:800 10px/1.3 "Onest",Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.rdw-about-page__identity-copy blockquote{
	margin:0;
	padding-left:24px;
	border-left:5px solid var(--rdw-about-accent);
	color:var(--rdw-about-text);
	font:800 clamp(28px,3vw,42px)/1.15 "Onest",Arial,sans-serif;
	letter-spacing:-.04em;
}
.rdw-about-page__body{margin-top:24px;color:var(--rdw-about-muted);font:400 16px/1.65 "Onest",Arial,sans-serif}
.rdw-about-page__body p{margin:0 0 14px}
.rdw-about-page__values{padding:70px 0;background:#fff}
.rdw-about-page__section-title,
.rdw-advertising-page__section-title{
	margin:0 0 30px;
	font:900 clamp(32px,4vw,46px)/1 "Onest",Arial,sans-serif;
	letter-spacing:-.045em;
}
.rdw-about-page__value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.rdw-about-page__value{min-height:250px;padding:30px;border:1px solid #d8dee4;background:#fff}
.rdw-about-page__value>span{color:var(--rdw-about-accent);font:900 10px/1.2 "Onest",Arial,sans-serif;letter-spacing:.11em}
.rdw-about-page__value-title{margin:48px 0 10px;color:var(--rdw-about-text);font:800 26px/1.08 "Onest",Arial,sans-serif;letter-spacing:-.035em}
.rdw-about-page__value p{margin:0;color:var(--rdw-about-muted);font:400 14px/1.55 "Onest",Arial,sans-serif}
.rdw-about-page__social{padding:48px 0;background:var(--rdw-about-dark);color:#fff}
.rdw-about-page__social h2{margin:0 0 18px;color:#fff;font:800 28px/1.1 "Onest",Arial,sans-serif}
.rdw-about-page__social-links{display:flex;flex-wrap:wrap;gap:10px}
.rdw-about-page__social-links a{padding:10px 14px;border:1px solid rgba(255,255,255,.25);color:#fff;text-decoration:none;font:800 11px/1 "Onest",Arial,sans-serif;text-transform:uppercase}
.rdw-about-page__social-links a:hover{background:var(--rdw-about-accent);border-color:var(--rdw-about-accent);color:#fff}
.rdw-about-page__cta{padding:46px 0;background:var(--rdw-about-accent);color:#fff}
.rdw-about-page__cta .rdw-about-page__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.rdw-about-page__cta h2{margin:0;color:#fff;font:900 clamp(28px,4vw,44px)/1 "Onest",Arial,sans-serif;letter-spacing:-.045em}
.rdw-about-page__cta a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;background:var(--rdw-about-dark);color:#fff;text-decoration:none;font:900 11px/1 "Onest",Arial,sans-serif;text-transform:uppercase;letter-spacing:.07em}

/* Publicidad */
.rdw-advertising-page{
	--rdw-adpage-accent:#d41435;
	--rdw-adpage-text:#111820;
	--rdw-adpage-muted:#5f6974;
	--rdw-adpage-soft:#f3f6f8;
	--rdw-adpage-dark:#111820;
	color:var(--rdw-adpage-text);
}
.rdw-advertising-page__hero{padding:72px 0;background:#fff}
.rdw-advertising-page__eyebrow{margin:0 0 13px;color:var(--rdw-adpage-accent);font:900 11px/1.2 "Onest",Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.rdw-advertising-page__title{max-width:920px;margin:0;color:var(--rdw-adpage-text);font:900 clamp(46px,7vw,82px)/.95 "Onest",Arial,sans-serif;letter-spacing:-.06em}
.rdw-advertising-page__lead{max-width:820px;margin:24px 0 0;color:#39434d;font:500 clamp(18px,2vw,23px)/1.45 "Onest",Arial,sans-serif}
.rdw-advertising-page__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:28px;padding:0 22px;background:var(--rdw-adpage-accent);color:#fff;text-decoration:none;font:900 11px/1 "Onest",Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.rdw-advertising-page__button:hover{background:#a80f2a;color:#fff}
.rdw-advertising-page__formats{padding:70px 0;background:var(--rdw-adpage-soft)}
.rdw-advertising-page__format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.rdw-advertising-page__format{min-height:245px;padding:30px;border:1px solid #d8dee4;background:#fff}
.rdw-advertising-page__format>span{display:grid;place-items:center;width:50px;height:50px;background:var(--rdw-adpage-accent);color:#fff;font:900 18px/1 "Onest",Arial,sans-serif}
.rdw-advertising-page__format h3{margin:30px 0 10px;color:var(--rdw-adpage-text);font:800 25px/1.08 "Onest",Arial,sans-serif;letter-spacing:-.035em}
.rdw-advertising-page__format p{margin:0;color:var(--rdw-adpage-muted);font:400 14px/1.55 "Onest",Arial,sans-serif}
.rdw-advertising-page__process{padding:70px 0;background:var(--rdw-adpage-dark);color:#fff}
.rdw-advertising-page__process .rdw-advertising-page__section-title{color:#fff}
.rdw-advertising-page__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.rdw-advertising-page__steps article{padding-top:20px;border-top:1px solid rgba(255,255,255,.25)}
.rdw-advertising-page__steps span{color:var(--rdw-adpage-accent);font:900 11px/1.2 "Onest",Arial,sans-serif;letter-spacing:.1em}
.rdw-advertising-page__steps h3{margin:28px 0 8px;color:#fff;font:800 23px/1.1 "Onest",Arial,sans-serif}
.rdw-advertising-page__steps p{margin:0;color:#bdc5cc;font:400 14px/1.55 "Onest",Arial,sans-serif}
.rdw-advertising-page__cta{padding:70px 0;background:#fff}
.rdw-advertising-page__cta-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:50px}
.rdw-advertising-page__cta h2{max-width:760px;margin:0;color:var(--rdw-adpage-text);font:900 clamp(34px,5vw,58px)/1 "Onest",Arial,sans-serif;letter-spacing:-.05em}
.rdw-advertising-page__cta p:not(.rdw-advertising-page__eyebrow){max-width:680px;margin:18px 0 0;color:var(--rdw-adpage-muted);font:400 17px/1.5 "Onest",Arial,sans-serif}

/* Política de privacidad */
.rdw-privacy-page{
	--rdw-privacy-accent:#d41435;
	--rdw-privacy-text:#111820;
	--rdw-privacy-muted:#4f5a65;
	--rdw-privacy-soft:#f3f6f8;
	color:var(--rdw-privacy-text);
}
.rdw-privacy-page__hero{padding:68px 0 52px;background:var(--rdw-privacy-soft)}
.rdw-privacy-page__eyebrow{margin:0 0 13px;color:var(--rdw-privacy-accent);font:900 11px/1.2 "Onest",Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.rdw-privacy-page__title{max-width:940px;margin:0;color:var(--rdw-privacy-text);font:900 clamp(44px,6vw,72px)/.96 "Onest",Arial,sans-serif;letter-spacing:-.055em}
.rdw-privacy-page__lead{max-width:800px;margin:22px 0 0;color:var(--rdw-privacy-muted);font:500 clamp(17px,2vw,22px)/1.48 "Onest",Arial,sans-serif}
.rdw-privacy-page__updated{margin:24px 0 0;color:var(--rdw-privacy-muted);font:500 12px/1.5 "Onest",Arial,sans-serif}
.rdw-privacy-page__content{padding:68px 0;background:#fff}
.rdw-privacy-page__layout{display:grid;grid-template-columns:250px minmax(0,760px);gap:68px;align-items:start}
.rdw-privacy-page__nav{position:sticky;top:24px;padding:20px;background:var(--rdw-privacy-soft)}
.rdw-privacy-page__nav strong{display:block;margin:0 0 10px;color:var(--rdw-privacy-text);font:900 10px/1.2 "Onest",Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.rdw-privacy-page__nav a{display:block;padding:7px 0;color:var(--rdw-privacy-muted);font:500 13px/1.35 "Onest",Arial,sans-serif;text-decoration:none}
.rdw-privacy-page__nav a:hover{color:var(--rdw-privacy-accent)}
.rdw-privacy-page__article section{scroll-margin-top:32px}
.rdw-privacy-page__article h2{margin:44px 0 13px;color:var(--rdw-privacy-text);font:800 29px/1.12 "Onest",Arial,sans-serif;letter-spacing:-.035em}
.rdw-privacy-page__article section:first-child h2{margin-top:0}
.rdw-privacy-page__article p,.rdw-privacy-page__article li{color:var(--rdw-privacy-muted);font:400 16px/1.68 "Onest",Arial,sans-serif}
.rdw-privacy-page__article p{margin:0 0 14px}
.rdw-privacy-page__article a{color:var(--rdw-privacy-accent)}
.rdw-privacy-page__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:42px;padding-top:24px;border-top:1px solid #d8dee4}
.rdw-privacy-page__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--rdw-privacy-text);color:var(--rdw-privacy-text);font:800 11px/1 "Onest",Arial,sans-serif;text-decoration:none;text-transform:uppercase;letter-spacing:.05em}
.rdw-privacy-page__actions a:first-child{background:var(--rdw-privacy-accent);border-color:var(--rdw-privacy-accent);color:#fff}

@media(max-width:900px){
	.rdw-about-page__identity-grid,
	.rdw-privacy-page__layout{grid-template-columns:1fr}
	.rdw-about-page__value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.rdw-advertising-page__steps{grid-template-columns:repeat(2,minmax(0,1fr))}
	.rdw-advertising-page__cta-grid{grid-template-columns:1fr}
	.rdw-privacy-page__nav{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
	.rdw-privacy-page__nav strong{grid-column:1/-1}
}
@media(max-width:620px){
	.rdw-about-page__inner,
	.rdw-advertising-page__inner,
	.rdw-privacy-page__inner{width:min(100% - 28px,1180px)}
	.rdw-about-page__hero,
	.rdw-advertising-page__hero{padding:50px 0 42px}
	.rdw-about-page__identity,
	.rdw-about-page__values,
	.rdw-advertising-page__formats,
	.rdw-advertising-page__process,
	.rdw-advertising-page__cta,
	.rdw-privacy-page__content{padding:50px 0}
	.rdw-about-page__visual{min-height:330px;padding:24px}
	.rdw-about-page__value-grid,
	.rdw-advertising-page__format-grid,
	.rdw-advertising-page__steps{grid-template-columns:1fr}
	.rdw-about-page__cta .rdw-about-page__inner{align-items:flex-start;flex-direction:column}
	.rdw-privacy-page__hero{padding:48px 0 40px}
	.rdw-privacy-page__nav{grid-template-columns:1fr}
	.rdw-privacy-page__nav strong{grid-column:auto}
}

/* Videos · Fila cinema. El fondo pertenece siempre a la sección de Elementor. */
.rdw-cinema-video-strip{
	--rdw-cinema-play-bg:#fff;
	--rdw-cinema-play-color:#d41435;
	--rdw-cinema-accent:#d41435;
	--rdw-cinema-overlay:34%;
	--rdw-cinema-saturation:78%;
	width:100%;
	max-width:none;
	padding:0;
	background:transparent;
	overflow:hidden;
}
.rdw-cinema-video-strip__track{
	display:flex;
	align-items:stretch;
	gap:7px;
	width:100%;
	padding:0;
}
.rdw-cinema-video-strip__item{
	position:relative;
	display:block;
	flex:1 1 0;
	min-width:0;
	aspect-ratio:16 / 9;
	overflow:hidden;
	background:#111820;
	filter:saturate(var(--rdw-cinema-saturation));
	transition:flex-grow .35s ease,filter .25s ease;
	isolation:isolate;
}
.rdw-cinema-video-strip__media,
.rdw-cinema-video-strip__overlay,
.rdw-cinema-video-strip__placeholder{
	position:absolute;
	inset:0;
	display:block;
}
.rdw-cinema-video-strip__image{
	width:100%;
	height:100%;
	object-fit:cover;
	transform:scale(1.01);
	transition:transform .45s ease;
}
.rdw-cinema-video-strip__placeholder{
	background:
		linear-gradient(145deg,rgba(212,20,53,.42),rgba(17,24,32,.9)),
		radial-gradient(circle at 38% 28%,#b4c0c8 0 8%,#52636f 9% 30%,#202b34 64%);
}
.rdw-cinema-video-strip__item:nth-child(2n) .rdw-cinema-video-strip__placeholder{
	background:
		linear-gradient(145deg,rgba(17,24,32,.08),rgba(17,24,32,.9)),
		radial-gradient(circle at 63% 25%,#e6c8b8 0 8%,#8b6155 9% 31%,#27343e 66%);
}
.rdw-cinema-video-strip__overlay{
	z-index:1;
	background:linear-gradient(145deg,rgba(17,24,32,0),rgba(17,24,32,var(--rdw-cinema-overlay)));
	pointer-events:none;
}
.rdw-cinema-video-strip__item::after{
	content:"";
	position:absolute;
	z-index:3;
	left:0;
	right:0;
	bottom:0;
	height:5px;
	background:var(--rdw-cinema-accent);
	transform:scaleX(0);
	transform-origin:left;
	transition:transform .3s ease;
}
.rdw-cinema-video-strip__play{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	display:grid;
	place-items:center;
	width:48px;
	height:48px;
	transform:translate(-50%,-50%);
	border-radius:50%;
	background:var(--rdw-cinema-play-bg);
	color:var(--rdw-cinema-play-color);
	box-shadow:0 4px 18px rgba(0,0,0,.3);
	pointer-events:none;
}
.rdw-cinema-video-strip__play::after{
	content:"";
	margin-left:4px;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	border-left:11px solid currentColor;
}
.rdw-cinema-video-strip--expand .rdw-cinema-video-strip__item:hover,
.rdw-cinema-video-strip--expand .rdw-cinema-video-strip__item:focus-visible{
	flex-grow:1.35;
	filter:saturate(112%);
	outline:0;
}
.rdw-cinema-video-strip__item:hover::after,
.rdw-cinema-video-strip__item:focus-visible::after{
	transform:scaleX(1);
}
.rdw-cinema-video-strip__item:hover .rdw-cinema-video-strip__image,
.rdw-cinema-video-strip__item:focus-visible .rdw-cinema-video-strip__image{
	transform:scale(1.055);
}
@media(max-width:767px){
	.rdw-cinema-video-strip{overflow:visible}
	.rdw-cinema-video-strip__track{
		overflow-x:auto;
		overscroll-behavior-inline:contain;
		scroll-snap-type:x proximity;
		scrollbar-width:thin;
	}
	.rdw-cinema-video-strip__item{
		flex:0 0 min(82vw,380px);
		scroll-snap-align:center;
	}
	.rdw-cinema-video-strip--expand .rdw-cinema-video-strip__item:hover,
	.rdw-cinema-video-strip--expand .rdw-cinema-video-strip__item:focus-visible{flex-grow:0}
}

/* =========================================================
   Plantilla de nota · lectura móvil
   Compacta la cabecera y la bajada; al final conserva sólo compartir.
   ========================================================= */
@media (max-width: 767px) {
	body.single-post .elementor-location-single .elementor-widget.rd-title .elementor-heading-title {
		font-size: clamp(30px, 8.6vw, 34px);
		line-height: 1.04;
		letter-spacing: -.025em;
		overflow-wrap: anywhere;
	}

	body.single-post .elementor-location-single .elementor-widget.rd-meta {
		font-size: 12px;
		line-height: 1.35;
	}

	body.single-post .elementor-location-single .elementor-widget.rd-content h3:first-child {
		margin: 4px 0 18px;
		font-size: 20px;
		font-weight: 650;
		line-height: 1.4;
		letter-spacing: -.01em;
	}

	body.single-post .elementor-location-single .elementor-widget.rd-content p,
	body.single-post .elementor-location-single .elementor-widget.rd-content li {
		font-size: 16px;
		line-height: 1.65;
	}

	body.single-post .elementor-location-single .elementor-widget.rd-content p {
		margin-bottom: 18px;
	}

	body.single-post .elementor-location-single .elementor-widget.rd-related-title .elementor-heading-title {
		font-size: 27px;
		line-height: 1;
	}

	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-summary-label,
	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-summary-title,
	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-summary-body,
	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-summary-separator {
		display: none;
	}

	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-summary-card {
		padding: 20px;
		border-top-width: 4px;
	}

	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-share-label {
		font-size: 11px;
	}

	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-social-list {
		gap: 10px;
		margin-top: 14px;
	}

	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-social-button {
		width: 44px;
		height: 44px;
	}

	body.single-post .elementor-location-single .elementor-widget-rdn-resumen-de-la-nota .rdn-copy-feedback {
		min-height: 0;
		margin-top: 5px;
	}

	body.single-post .elementor-location-single .elementor-widget-rdw-news-grid .rdw-news-grid {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 0;
	}

	body.single-post .elementor-location-single .elementor-widget-rdw-news-grid .rdw-news-grid-item {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 14px;
		align-items: start;
		min-height: 0;
		padding: 14px 0;
	}

	body.single-post .elementor-location-single .elementor-widget-rdw-news-grid .rdw-news-grid-media {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 112px;
		height: 90px;
		margin: 0;
		border-radius: 4px;
	}

	body.single-post .elementor-location-single .elementor-widget-rdw-news-grid .rdw-news-grid-title {
		display: -webkit-box;
		grid-column: 2;
		grid-row: 1;
		overflow: hidden;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 18px;
		line-height: 1.08;
	}

	body.single-post .elementor-location-single .elementor-widget-rdw-news-grid .rdw-news-grid-excerpt {
		display: none;
	}

	body.single-post .elementor-location-single .elementor-widget-rdw-news-grid .rdw-news-grid-meta {
		grid-column: 2;
		grid-row: 2;
		align-self: end;
		margin-top: 8px;
		font-size: 9px;
		line-height: 1.2;
	}
}
