.noticia-page {
	--accent: #31c5f4;
	min-height: 100vh;
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.04), transparent 30%),
		linear-gradient(180deg, #020202 0%, #050810 44%, #020202 100%);
}

body.gallery-lightbox-open .site-main-header,
body.gallery-lightbox-open .site-info-header {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

body.gallery-lightbox-open .noticia-like-floating {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.noticia-page--editorial {
	--accent: #31c5f4;
}

.noticia-page--editorial .noticia-content-wrapper {
	margin-top: 0;
	padding-top: 2.5rem;
}

.noticia-page--editorial .noticia-content-inner {
	max-width: 880px;
	padding: 0 1rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.noticia-page--editorial .noticia-header {
	margin: 0 auto 2rem;
	max-width: 820px;
	text-align: left;
}

.noticia-page--editorial .noticia-titulo,
.noticia-page--editorial .noticia-copete {
	margin-inline: 0;
	text-align: left;
}

.noticia-page--editorial .noticia-copete {
	max-width: 58ch;
}

.noticia-page--video {
	--accent: #f59e0b;
	background:
		radial-gradient(circle at top, rgba(245, 158, 11, 0.14), transparent 28%),
		linear-gradient(180deg, #050505 0%, #0b111c 38%, #050505 100%);
}

/* Forzar visibilidad del botón de like en show_video */
.noticia-page--video .noticia-like-floating {
	opacity: 1 !important;
	transform: translateY(0) scale(1) !important;
	pointer-events: auto !important;
	visibility: visible !important;
	display: flex !important;
}

.noticia-page--video .noticia-content-wrapper {
	margin-top: 0;
	padding-top: 2.5rem;
}

.noticia-page--video .noticia-content-inner {
	max-width: 880px;
	margin-inline: auto;
	padding: 0 1rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

@media (min-width: 768px) {
	.noticia-page--video .noticia-content-inner {
		padding: 0 1.5rem;
	}
}

.noticia-page--video .noticia-header {
	margin: 0 auto 2rem;
	max-width: 820px;
	text-align: left;
}

.noticia-page--video .noticia-titulo {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 4.8vw, 4.5rem);
	line-height: 1.1;
	letter-spacing: 0.045em;
	padding-bottom: 0.15em;
	background: linear-gradient(135deg, #60a5fa 0%, #ffffff 74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-inline: 0;
	text-align: left;
}

.noticia-page--video .noticia-copete {
	margin-inline: 0;
	text-align: left;
}

.noticia-page--imagenes {
	--accent: #60a5fa;
	background: linear-gradient(180deg, #0a1e3a 0%, #051936 100%);
}

.noticia-show-modal {
	position: relative;
}

.noticia-hero-wrapper {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #020202;
}

@media (max-width: 767px) {
	.noticia-hero-wrapper {
		min-height: 64vh;
	}
}

.noticia-hero-parallax {
	position: absolute;
	inset: 0;
	height: 100% !important;
	transform: translateZ(0);
	will-change: transform;
}

.noticia-hero-bg-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	background: #020202;
}

.noticia-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.62) 100%),
		rgba(0, 0, 0, 0.46);
	pointer-events: none;
	z-index: 1;
}

.noticia-hero-content {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.25rem;
}

@media (min-width: 768px) {
	.noticia-hero-content {
		padding: 2rem;
	}
}

.noticia-scroll-indicator {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	color: rgba(255, 255, 255, 0.72);
	transition: opacity 0.3s;
}

.noticia-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.76);
}

.noticia-breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.noticia-breadcrumb a:hover {
	opacity: 0.78;
}

.noticia-breadcrumb .truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 300px;
	color: rgba(255, 255, 255, 0.56);
}

.noticia-breadcrumb--inline {
	position: relative;
	z-index: 2;
	margin: 0 0 1rem;
	padding: 0.35rem 0;
}

.noticia-content-wrapper {
	position: relative;
	z-index: 20;
	margin-top: -4.5rem;
	padding: 0 0 4rem;
}

@media (min-width: 768px) {
	.noticia-content-wrapper {
		margin-top: -6.5rem;
	}
}

.noticia-content-inner {
	max-width: 980px;
	margin-inline: auto;
	padding: 1.15rem 1rem 0;
	border-radius: 1.75rem 1.75rem 0 0;
	background: rgba(5, 8, 15, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -16px 56px rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
	.noticia-content-inner {
		padding: 1.5rem 1.5rem 0;
		border-radius: 2rem 2rem 0 0;
	}
}

.noticia-content-inner--video {
	max-width: 980px;
	margin-inline: auto;
	padding: 1.15rem 1rem 0;
	border-radius: 1.75rem 1.75rem 0 0;
	background: rgba(5, 8, 15, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -16px 56px rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
	.noticia-content-inner--video {
		padding: 1.5rem 1.5rem 0;
		border-radius: 2rem 2rem 0 0;
	}
}

.noticia-page--video .noticia-video-featured {
	margin-bottom: 2rem;
	border-radius: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
}

.noticia-header {
	display: grid;
	gap: 1rem;
	margin-bottom: 2rem;
}

.noticia-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #9ca3af;
	margin: 0;
}

.noticia-copete {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.7;
	color: #cbd5e1;
}

.noticia-autor-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.8rem;
	color: #d1d5db;
	margin: 0;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.noticia-autor-name {
	font-weight: 600;
	color: #f3f4f6;
}

.noticia-autor-role {
	color: #9ca3af;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.noticia-video-featured {
	margin-bottom: 2rem;
	border-radius: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
}

.noticia-editorial-body {
	display: block;
	margin-bottom: 2.5rem;
	font-size: 1.1rem;
	line-height: 1.9;
	color: #d1d5db;
	text-align: left;
	clear: both;
	display: flow-root;
}

.noticia-editorial-body p {
	margin: 0 0 1.35rem;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.noticia-editorial-body p:last-child {
	margin-bottom: 0;
}

.noticia-parrafo {
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.noticia-dropcap {
	display: block;
	overflow: hidden;
}

.noticia-dropcap::first-letter {
	float: left;
	font-size: 4rem;
	line-height: 0.86;
	font-weight: 900;
	margin: 0.08em 0.42rem 0 0;
	padding: 0.2rem 0.45rem;
	border-radius: 0.35rem;
	background: rgba(255, 255, 255, 0.05);
}

.noticia-editorial-body strong {
	color: #ffffff;
	font-weight: 700;
}

.noticia-editorial-body em {
	color: #f3f4f6;
	font-style: italic;
}

.noticia-editorial-body u {
	text-decoration-thickness: 2px;
	text-underline-offset: 0.22em;
	text-decoration-color: var(--accent);
}

.noticia-editorial-body s {
	color: #9ca3af;
}

.noticia-editorial-body a {
	color: #104E8B;
	text-decoration: underline;
	text-underline-offset: 0.22em;
	cursor: pointer;
	transition: color 0.2s ease;
}

.noticia-editorial-body a:hover {
	color: #1E6BB8;
}

.noticia-editorial-body ul {
	list-style: disc;
	padding-left: 1.35rem;
	margin: 0;
}

.noticia-editorial-body ol {
	list-style: decimal;
	padding-left: 1.35rem;
	margin: 0;
}

.noticia-editorial-body li {
	margin: 0.3rem 0;
}

.noticia-editorial-body blockquote {
	margin: 0.5rem 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid rgba(255, 255, 255, 0.2);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	color: #f3f4f6;
	font-style: italic;
}

.noticia-section-title {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6b7280;
}

.noticia-gallery {
	margin-bottom: 2.5rem;
}

.noticia-gallery-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.9rem;
}

.noticia-gallery-info {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9ca3af;
	margin: 0;
}

.noticia-gallery-count {
	font-size: 1.5rem;
	font-weight: 900;
	color: #f3f4f6;
	line-height: 1;
}

.noticia-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.noticia-gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 1.2rem;
	}
}

@media (min-width: 1024px) {
	.noticia-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.4rem;
	}
}

.noticia-gallery-item {
	margin: 0;
	padding: 0;
	border-radius: 0.9rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.noticia-gallery-item:hover {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

.noticia-gallery-img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: center;
	background: #020202;
}

.noticia-gallery-grid--full {
	grid-template-columns: 1fr;
}

.noticia-gallery-item--full .noticia-gallery-img {
	height: min(44vh, 360px);
	object-fit: contain;
	padding: 0.35rem;
}

.noticia-gallery-caption {
	padding: 0.7rem 0.9rem 0.85rem;
	font-size: 0.78rem;
	line-height: 1.5;
	color: #9ca3af;
}

.noticia-gallery-featured {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.03);
}

.noticia-gallery-description {
	margin: 0 0 0.9rem;
	font-size: 0.9rem;
	color: #cbd5e1;
}

.noticia-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(5, 38, 96, 0.96);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.noticia-lightbox[hidden] {
	display: none;
}

.noticia-lightbox.is-open {
	opacity: 1;
}

.noticia-lightbox-topbar {
	position: fixed;
	top: 1.25rem;
	left: 1.25rem;
	right: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
	z-index: 12;
	max-width: calc(100vw - 2.5rem);
}

.noticia-lightbox-topbar-left,
.noticia-lightbox-topbar-center,
.noticia-lightbox-topbar-right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.noticia-lightbox-topbar-center {
	flex: 1;
	justify-content: center;
}

.noticia-lightbox-socials {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.noticia-lightbox-socials {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.noticia-lightbox-social {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.noticia-lightbox-social:hover {
	background: rgba(255, 255, 255, 0.18);
}

.noticia-lightbox-share {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.85);
}

.noticia-lightbox-download {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
}

.noticia-lightbox-download:hover {
	background: rgba(255, 255, 255, 0.2);
}

.noticia-lightbox-close {
	position: fixed;
	top: 1.25rem;
	right: 1.25rem;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s ease;
	z-index: 10;
}

.noticia-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.noticia-lightbox-arrow {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s ease;
	z-index: 10;
}

.noticia-lightbox-arrow--prev { left: 1.25rem; }
.noticia-lightbox-arrow--next { right: 1.25rem; }

.noticia-lightbox-arrow:hover {
	background: rgba(255, 255, 255, 0.2);
}

.noticia-lightbox-content {
	max-width: min(90vw, 1200px);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.noticia-lightbox-img {
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
	border-radius: 0.5rem;
}

.noticia-lightbox-caption {
	font-size: 0.82rem;
	color: #d1d5db;
	text-align: center;
	margin: 0;
}

.noticia-lightbox-bottombar {
	position: fixed;
	bottom: 1.25rem;
	left: 1.25rem;
	right: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	z-index: 12;
	max-width: calc(100vw - 2.5rem);
	padding: 0.75rem 1rem;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 999px;
	backdrop-filter: blur(8px);
}

.noticia-lightbox-counter {
	position: fixed;
	top: 1.35rem;
	right: 5.2rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(0, 0, 0, 0.34);
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	margin: 0;
}

.noticia-footer {
	display: grid;
	gap: 2rem;
	padding: 2rem 0 0;
}

.noticia-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.noticia-tag {
	display: inline-block;
	padding: 0.4rem 0.75rem;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9ca3af;
	border: none;
	border-bottom: 1px solid #6b7280;
	background: transparent;
}

.noticia-tag:hover {
	color: #d1d5db;
	border-bottom-color: #9ca3af;
}

.noticia-share {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.noticia-share--inline {
	margin-bottom: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
}

.noticia-share-label {
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #6b7280;
	margin: 0;
	white-space: nowrap;
}

.noticia-share--video-inline {
	margin: 0 0 2rem;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

.noticia-share--video-inline .noticia-share-label {
	margin-right: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

.noticia-share--video-inline .noticia-share-links {
	align-items: center;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.noticia-share--video-inline {
		gap: 0.75rem;
	}

	.noticia-share--video-inline .noticia-share-label,
	.noticia-share--video-inline .noticia-share-links {
		width: 100%;
	}
}

.noticia-share--end {
	margin-top: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
}

.noticia-share--end .noticia-share-links {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
}

.noticia-share--end .noticia-share-label {
	margin-right: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

.noticia-share-links {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
}

.noticia-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 700;
	color: #d1d5db;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: color 0.2s ease;
}

.noticia-share-btn:hover {
	color: #fff;
}

.noticia-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

@media (max-width: 640px) {
	.noticia-related-grid {
		grid-template-columns: 1fr;
	}
}

.noticia-imagen,
.noticia-video {
	clear: both;
	position: relative;
	margin: 1.2rem auto;
	max-width: 100%;
	width: 100%;
	border-radius: 1.1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	padding: 0.6rem;
	box-sizing: border-box;
}

.noticia-imagen-caption {
	padding: 0.7rem 0.85rem 0.9rem;
	font-size: 0.78rem;
	color: #9ca3af;
}

.noticia-video-caption {
	padding: 0.7rem 0.85rem 0.9rem;
	font-size: 0.78rem;
	color: #9ca3af;
}

.noticia-imagen-left,
.noticia-video-left {
	float: left;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	margin-right: 1.4rem;
	max-width: 48%;
}

.noticia-imagen-right,
.noticia-video-right {
	float: right;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	margin-left: 1.4rem;
	max-width: 48%;
}

.noticia-imagen-center,
.noticia-video-center {
	clear: both;
}

.noticia-imagen-small,
.noticia-video-small { width: 25%; }
.noticia-imagen-medium,
.noticia-video-medium { width: 50%; }
.noticia-imagen-large,
.noticia-video-large { width: 75%; }
.noticia-imagen-full,
.noticia-video-full { width: 100%; }

.noticia-imagen img {
	display: block;
	width: 100%;
	max-height: 460px;
	object-fit: contain;
	background: #020202;
	border-radius: 0.8rem;
}

.noticia-video iframe,
.noticia-video video,
.noticia-embed iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 0.8rem;
	background: #020202;
}

.noticia-like-floating {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	display: flex;
	align-items: center;
	gap: 0;
	z-index: 120;
	pointer-events: none;
}

.noticia-like-badge {
	min-width: 198px;
	height: 56px;
	padding: 0.35rem 2.3rem 0.35rem 0.85rem;
	border-radius: 1.1rem;
	background: #f5f5f5;
	color: #111827;
	display: grid;
	align-content: center;
	gap: 0.1rem;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
	text-align: center;
	justify-items: center;
}

.noticia-like-badge-label {
	font-size: 0.38rem;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #5b6170;
}

.noticia-heart-label {
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #31384a;
}

.noticia-heart-count-row {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.35rem;
	min-width: 6.2rem;
}

.noticia-heart-count {
	font-size: 1.65rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #121826;
	display: inline-block;
	min-width: 3ch;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.noticia-heart-fire {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.noticia-heart-fire[hidden] {
	display: block !important;
	visibility: hidden;
	opacity: 0;
}

.noticia-like-burst {
	position: absolute;
	top: -2.35rem;
	right: 0.2rem;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: #0050a6;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	opacity: 0;
	transform: translateY(10px) scale(0.92);
	transition: opacity 0.18s ease, transform 0.28s ease;
}

.noticia-like-burst.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.noticia-heart-circle {
	width: 58px;
	height: 58px;
margin-left: -30px;
	border-radius: 50%;
	background: #0050a6;
	border: 5px solid rgba(255, 255, 255, 0.35);
	color: #9bd6ff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 28px rgba(0, 77, 152, 0.45);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	pointer-events: auto;
}

.noticia-heart-circle:hover:not(:disabled) {
	background: #005fbe;
	transform: translateY(-1px) scale(1.03);
	box-shadow: 0 14px 30px rgba(0, 77, 152, 0.58);
}

.noticia-heart-circle:disabled {
	opacity: 1;
	cursor: default;
}

.noticia-heart-icon {
	color: #9bd6ff;
	width: 24px;
	height: 24px;
	stroke-width: 2;
	transition: fill 0.3s ease, transform 0.3s ease;
}

.noticia-heart-max-label {
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	color: #d9f3ff;
}

.noticia-like-floating.is-liked .noticia-heart-icon {
	fill: #9bd6ff;
}

.noticia-like-floating.is-animating .noticia-heart-icon {
	animation: heart-pulse 0.5s ease;
}

@keyframes heart-pulse {
	0%, 100% { transform: scale(1); }
	40% { transform: scale(1.35); }
	70% { transform: scale(0.9); }
}

@media (max-width: 640px) {
	.noticia-like-floating {
		bottom: 1rem;
		right: 1rem;
		gap: 0;
	}

	.noticia-like-badge {
		min-width: 164px;
		height: 50px;
		padding: 0.35rem 1.9rem 0.35rem 0.65rem;
	}

	.noticia-heart-circle {
		width: 54px;
		height: 54px;
		margin-left: -36px;
		border-width: 4px;
	}

	.noticia-heart-icon {
		width: 21px;
		height: 21px;
	}

	.noticia-heart-label,
	.noticia-like-badge-label {
		font-size: 0.58rem;
	}

	.noticia-like-badge-label {
		font-size: 0.34rem;
	}

	.noticia-lightbox-topbar {
		right: 1rem;
		left: 1rem;
	}

	.noticia-lightbox-counter {
		top: 5.1rem;
		right: 1rem;
	}

	.noticia-heart-count {
		font-size: 1.2rem;
	}

	.noticia-like-burst {
		top: -2rem;
		right: -0.1rem;
		font-size: 0.68rem;
	}
}

@media (max-width: 767px) {
	.noticia-imagen-left,
	.noticia-imagen-right,
	.noticia-video-left,
	.noticia-video-right,
	.noticia-imagen-small,
	.noticia-imagen-medium,
	.noticia-imagen-large,
	.noticia-video-small,
	.noticia-video-medium,
	.noticia-video-large {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.noticia-embed {
	margin: 1.6rem auto;
	max-width: 960px;
}

.noticia-embed iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 1.25rem;
}

.noticia-page-gallery {
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(180deg, #0a1e3a 0%, #051936 100%);
	position: relative;
	overflow-x: hidden;
}

.gallery-hero-section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-hero-parallax {
	position: absolute;
	inset: 0;
	height: 100% !important;
	transform: translateZ(0);
	will-change: transform;
}

.gallery-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #0a1e3a;
	display: block;
	transform: scale(1.06);
}

.gallery-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(10, 30, 58, 0.18) 0%, rgba(10, 30, 58, 0.42) 54%, rgba(10, 30, 58, 0.72) 100%);
	z-index: 2;
}

.gallery-hero-metadata {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	padding: 1.75rem;
	border-radius: 0.9rem;
	max-width: 360px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.gallery-header-group {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.gallery-title {
	margin: 0;
	font-family: 'Oswald', 'Impact', sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #0a1e3a;
	line-height: 1.1;
	flex: 1;
}

.gallery-count-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	background: #0a1e3a;
	color: #fff;
	border-radius: 0.45rem;
	white-space: nowrap;
}

.gallery-camera-icon {
	width: 16px;
	height: 16px;
}

.gallery-image-count {
	font-weight: 900;
	font-size: 0.9rem;
}

.gallery-date {
	margin: 0 0 1.25rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #4b5563;
}

.gallery-share-section {
	border-top: 1px solid #e5e7eb;
	padding-top: 1rem;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.gallery-share-label {
	display: block;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4b5563;
	margin-bottom: 0.75rem;
	text-align: left;
}

.gallery-share-icons {
	display: flex;
	gap: 0.65rem;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	overflow-x: auto;
	max-width: 100%;
}

.gallery-share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f3f4f6;
	color: #0a1e3a;
	transition: all 0.2s ease;
}

.gallery-share-icon svg {
	width: 18px;
	height: 18px;
}

.gallery-share-icon:hover {
	background: #0a1e3a;
	color: #fff;
	transform: scale(1.05);
}

.gallery-scroll-indicator {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	animation: scroll-bounce 2s infinite;
}

.gallery-scroll-arrow {
	width: 20px;
	height: 20px;
	animation: arrow-pulse 1.5s infinite;
}

@keyframes scroll-bounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(8px); }
}

@keyframes arrow-pulse {
	0% { opacity: 0.5; }
	50% { opacity: 1; }
	100% { opacity: 0.5; }
}

.gallery-main-container {
	position: relative;
	z-index: 5;
	background: rgba(5, 8, 15, 0.98);
	padding-bottom: 4rem;
}

.gallery-grid-section {
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem 2rem 0;
	margin-bottom: 4rem;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem;
}

.gallery-grid-item {
	margin: 0;
	padding: 0;
	border-radius: 0.6rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.gallery-grid-item:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	transform: scale(1.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.gallery-grid-img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
	background: #0a1e3a;
}

.gallery-lightbox .lightbox-topbar {
	display: none;
}

.gallery-lightbox .lightbox-close-btn {
	position: fixed;
	top: 1.1rem;
	right: 1.1rem;
	z-index: 15;
}

.gallery-grid-caption {
	padding: 0.6rem 0.75rem;
	font-size: 0.7rem;
	line-height: 1.4;
	color: #9ca3af;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin: 0;
}

.gallery-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(10, 30, 58, 0.98);
	z-index: 3000;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gallery-lightbox[hidden] {
	display: none;
}

.gallery-lightbox.is-open {
	opacity: 1;
}

.lightbox-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 1.5rem 2rem;
	background: linear-gradient(to bottom, rgba(10, 30, 58, 0.95), rgba(10, 30, 58, 0.7), transparent);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 10;
	gap: 2rem;
}

.lightbox-info-left,
.lightbox-info-right {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.lightbox-share-label {
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.lightbox-share-buttons {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.lightbox-share-btn,
.lightbox-link-btn,
.lightbox-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.9rem;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lightbox-share-btn:hover,
.lightbox-link-btn:hover,
.lightbox-download-btn:hover {
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.4);
}

.lightbox-close-btn {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

.lightbox-close-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}

.lightbox-content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 4rem 2rem 7.4rem;
	overflow: hidden;
}

.lightbox-image-wrapper {
	max-width: min(72vw, 960px);
	max-height: calc(100vh - 14rem);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 0.5rem;
}

.lightbox-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	transition: all 0.2s ease;
}

.lightbox-nav-btn:hover {
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-50%) scale(1.1);
}

.lightbox-nav-prev {
	left: 1.5rem;
}

.lightbox-nav-next {
	right: 1.5rem;
}

.lightbox-bottombar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(10, 30, 58, 0.9), rgba(10, 30, 58, 0.62), rgba(10, 30, 58, 0.15));
	backdrop-filter: blur(6px);
	padding: 0.7rem 1.1rem;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.lightbox-caption {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	max-width: min(58ch, 55vw);
}

.lightbox-counter {
	font-size: 0.74rem;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}

.lightbox-footer-separator {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.5);
	flex-shrink: 0;
}


.lightbox-share-buttons {
	display: inline-flex;
	gap: 0.45rem;
	align-items: center;
	flex-shrink: 0;
}

.gallery-lightbox .noticia-gallery-action-btn {
	width: 36px;
	height: 36px;
}

.gallery-lightbox .noticia-gallery-action-btn i {
	width: 16px;
	height: 16px;
}

@media (min-width: 768px) {
	.gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.2rem;
	}
}

@media (min-width: 1024px) {
	.gallery-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.4rem;
	}
}

@media (max-width: 768px) {
	.gallery-hero-metadata {
		top: 1rem;
		right: 1rem;
		left: 1rem;
		padding: 1.25rem;
		max-width: none;
	}

	.lightbox-topbar {
		padding: 1rem;
		flex-direction: column;
		gap: 1rem;
	}

	.lightbox-nav-btn {
		width: 40px;
		height: 40px;
	}

	.lightbox-nav-prev {
		left: 0.5rem;
	}

	.lightbox-nav-next {
		right: 0.5rem;
	}

	.lightbox-image-wrapper {
		max-width: 86vw;
		max-height: calc(100vh - 12rem);
	}

	.lightbox-bottombar {
		padding: 0.6rem 0.75rem;
		gap: 0.45rem;
	}

	.lightbox-footer-separator {
		display: none;
	}

	.lightbox-caption {
		max-width: 40vw;
		font-size: 0.74rem;
	}

	.gallery-lightbox .noticia-gallery-action-btn {
		width: 32px;
		height: 32px;
	}

	.gallery-lightbox .noticia-gallery-action-btn i {
		width: 14px;
		height: 14px;
	}
}

.noticia-info-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	text-align: left;
}

.noticia-info-date,
.noticia-info-author {
	display: grid;
	gap: 0.2rem;
}

.noticia-info-author {
	justify-items: end;
	text-align: right;
}

.noticia-info-label {
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
}

.noticia-info-value {
	font-size: 0.92rem;
	color: #e5e7eb;
}

.noticia-info-relative {
	font-size: 0.75rem;
	color: #9ca3af;
}

.noticia-club-divider {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0.35rem 0 0.75rem;
}

.noticia-club-divider-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(148, 163, 184, 0.45) 50%, transparent 100%);
}

.noticia-club-divider-shield {
	width: 54px;
	height: 54px;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}

.noticia-related-main {
	padding: 2.2rem max(1rem, calc((100vw - 1100px) / 2)) max(2.8rem, 8vh);
	min-height: 34vh;
	margin-inline: calc(50% - 50vw);
	margin-bottom: 0;
	clear: both;
	border-radius: 0;
	background: linear-gradient(180deg, rgba(10, 46, 97, 0.86) 0%, rgba(6, 34, 74, 0.98) 100%);
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-left: 0;
	border-right: 0;
}

.noticia-related-main .noticia-section-title {
	margin-bottom: 0.9rem;
	color: #b7c9ee;
}

@media (max-width: 767px) {
	.noticia-info-row {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.noticia-info-author {
		justify-items: start;
		text-align: left;
	}
}

/* --- FCB style overrides --- */

.noticia-page--editorial .noticia-hero-wrapper {
	min-height: 100vh;
}

.noticia-page--video .noticia-hero-wrapper {
	min-height: 100vh;
}

.noticia-hero-content--editorial {
	align-items: center;
	justify-content: flex-end;
	padding: 2rem 1rem 3rem;
}

.noticia-hero-overlay-content {
	width: min(980px, 100%);
	padding: 1.5rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.35) 0%, rgba(2, 6, 23, 0.8) 100%);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.noticia-hero-category {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #93c5fd;
}

.noticia-hero-title,
.noticia-page--editorial .noticia-titulo {
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: clamp(2.4rem, 4.8vw, 4.5rem);
	line-height: 1.1;
	letter-spacing: 0.045em;
	padding-bottom: 0.15em;
	background: linear-gradient(135deg, #60a5fa 0%, #ffffff 74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.noticia-hero-title {
	margin: 0;
}

.noticia-hero-copete,
.noticia-page--editorial .noticia-copete {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
}

.noticia-hero-copete {
	margin: 0.9rem 0 0;
	max-width: 62ch;
}

.noticia-hero-date,
.noticia-hero-scroll {
	margin: 0.95rem 0 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e2e8f0;
}

.noticia-hero-scroll {
	color: #93c5fd;
}

.social-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.25rem;
	border-radius: 9999px;
	border: 2px solid currentColor;
	font-weight: 800;
	font-size: 0.8rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
	text-decoration: none;
	background: transparent;
}

.social-btn-twitter { color: #1da1f2; }
.social-btn-facebook { color: #4267b2; }
.social-btn-whatsapp { color: #25d366; }
.social-btn-linkedin { color: #0a66c2; }

.social-btn:hover {
	color: #fff;
	transform: translateY(-1px);
}

.social-btn-twitter:hover { background: #1da1f2; }
.social-btn-facebook:hover { background: #4267b2; }
.social-btn-whatsapp:hover { background: #25d366; }
.social-btn-linkedin:hover { background: #0a66c2; }

.noticia-gallery-action-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0;
	text-decoration: none;
}

.noticia-gallery-action-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
}

.noticia-gallery-action-btn i {
	width: 20px;
	height: 20px;
}

.lightbox-caption {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 520px;
}

.noticia-aplauso-inline {
	position: relative;
	display: grid;
	gap: 0.8rem;
	padding: 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.noticia-aplauso-title {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9ca3af;
}

.noticia-aplauso-controls {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.noticia-aplauso-inline .noticia-like-badge {
	min-width: 220px;
	box-shadow: none;
}

.noticia-aplauso-inline .noticia-like-burst {
	right: auto;
	left: 0.75rem;
	top: -1rem;
}

.noticia-club-divider {
	margin: 1.35rem 0 1.25rem;
}

.noticia-club-divider-shield {
	width: 88px;
	height: 88px;
	max-width: 42vw;
	max-height: 42vw;
}

.noticia-related-title {
	margin: 0 0 1.1rem;
	font-family: 'Oswald', sans-serif;
	font-size: clamp(1.6rem, 2.6vw, 2.5rem);
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #dbeafe;
}

.noticia-card {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1rem;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.noticia-card:hover {
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}

.noticia-page--editorial .noticia-share--end {
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}

.noticia-page--editorial .noticia-share--end .noticia-share-label,
.noticia-page--editorial .noticia-share--end .noticia-share-links {
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.gallery-hero-section {
	align-items: stretch;
}

.gallery-hero-metadata {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 1.5rem;
	padding: clamp(1rem, 3vw, 2rem);
	max-width: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.gallery-title {
	margin: 0;
	max-width: 20ch;
	text-align: center;
	font-size: clamp(2.2rem, 5.8vw, 5.2rem);
	line-height: 0.95;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #facc15;
	text-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
}

.gallery-hero-meta-row {
	width: min(1120px, 92vw);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	color: #fff;
}

.gallery-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-size: clamp(1.05rem, 1.4vw, 1.6rem);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.gallery-meta-item--left {
	justify-self: start;
}

.gallery-meta-item--right {
	justify-self: end;
	text-transform: none;
}

.gallery-meta-icon {
	width: 1.15em;
	height: 1.15em;
	flex-shrink: 0;
}

.gallery-count-badge {
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	background: rgba(0, 80, 166, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.gallery-camera-icon {
	width: 24px;
	height: 24px;
}

.gallery-image-count {
	font-size: 1.6rem;
	font-weight: 900;
}

.gallery-share-section {
	padding-top: 0;
	border-top: 0;
	text-align: center;
}

.gallery-share-label {
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 0.65rem;
}

.gallery-share-icons {
	justify-content: center;
	gap: 0.65rem;
}

.gallery-share-icon {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
}

.gallery-share-icon:hover {
	background: rgba(0, 80, 166, 0.92);
	border-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 960px) {
	.gallery-hero-meta-row {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 0.8rem;
	}

	.gallery-meta-item--left,
	.gallery-meta-item--right {
		justify-self: center;
	}
}

.noticia-card-media {
	display: block;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}

.noticia-card-media img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
	display: block;
}

.noticia-card:hover .noticia-card-media img {
	transform: scale(1.05);
}

.noticia-card-media-empty {
	display: block;
	width: 100%;
	height: 200px;
	background: rgba(255, 255, 255, 0.04);
}

.noticia-card-body {
	padding: 1rem;
	display: grid;
	gap: 0.45rem;
}

.noticia-card-category {
	margin: 0;
	font-size: 0.65rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9ca3af;
}

.noticia-card-title {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.35;
	font-weight: 800;
	color: #f8fafc;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.noticia-card-date {
	margin: 0;
	font-size: 0.74rem;
	color: #9ca3af;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.noticia-card-readmore {
	justify-self: start;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #e2e8f0;
	text-decoration: none;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5);
	padding-bottom: 2px;
}

.noticia-card-readmore:hover {
	color: #fff;
	border-bottom-color: #fff;
}

@media (max-width: 767px) {
	.noticia-hero-overlay-content {
		padding: 1rem;
	}

	.noticia-aplauso-controls {
		flex-direction: column;
		align-items: flex-start;
	}

	.noticia-aplauso-inline .noticia-like-badge {
		min-width: 190px;
	}

	.social-btn {
		padding: 0.55rem 0.9rem;
		font-size: 0.72rem;
	}
}

/* --- Final like/editorial/gallery fixes --- */

.noticia-heart-count-row {
	display: inline-grid;
	grid-template-columns: 24px auto;
	align-items: center;
	column-gap: 0.45rem;
	min-width: 4.2rem;
}

.noticia-heart-fire {
	width: 24px;
	height: 24px;
	opacity: 0;
	transform: scale(0.72) rotate(-14deg);
	transform-origin: center;
	transition: opacity 0.35s ease, transform 0.45s ease;
	flex-shrink: 0;
}

.noticia-like-floating.is-fire-active .noticia-heart-fire {
	opacity: 1;
	transform: scale(1) rotate(0deg);
	animation: fire-wiggle 1.1s ease;
}

.noticia-heart-count {
	color: #121826;
	transition: color 0.35s ease;
}

.noticia-heart-count.is-flashing {
	animation: count-flash 2.2s ease;
}

.noticia-heart-circle {
	color: #9bd6ff;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.noticia-heart-circle:hover:not(:disabled) {
	background: #ffffff;
	color: #0050a6;
	border-color: rgba(0, 80, 166, 0.42);
}

.noticia-heart-icon {
	color: currentColor;
}

.noticia-like-floating.is-maxed .noticia-heart-circle {
	background: linear-gradient(135deg, #0050a6 0%, #2f78d1 58%, #ffffff 100%);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.7);
}

.noticia-like-burst {
	transition: opacity 0.22s ease, transform 0.55s ease;
}

.noticia-like-burst.is-visible {
	transform: translateY(-12px) scale(1.05);
}

@keyframes fire-wiggle {
	0% { transform: scale(0.66) rotate(-16deg); opacity: 0; }
	40% { transform: scale(1.12) rotate(5deg); opacity: 1; }
	70% { transform: scale(0.95) rotate(-3deg); }
	100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

@keyframes count-flash {
	0% { color: #121826; }
	26% { color: #0050a6; }
	70% { color: #2f78d1; }
	100% { color: #121826; }
}

.noticia-page--editorial .noticia-hero-bg-img {
	object-fit: cover;
	object-position: center;
	transform: scale(1.08);
	background: transparent;
}

.noticia-page--editorial .noticia-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 2.8rem;
	padding-top: 3.6rem;
	clear: both;
	width: 100%;
	max-width: 100%;
}

.noticia-page--editorial .noticia-tags {
	align-self: flex-start;
	margin-top: 1.8rem;
	margin-bottom: 0.75rem;
}

.noticia-page--editorial .noticia-share--end {
	margin-top: 0;
	align-self: stretch;
	padding-top: 0;
	border-top: 0;
}

.noticia-page--editorial .noticia-share--end,
.noticia-page--editorial .noticia-share--end .noticia-share-links {
	justify-content: flex-start;
	align-items: center;
	align-self: flex-start;
	text-align: left;
}

.noticia-page--editorial .noticia-share--end .noticia-share-label,
.noticia-page--editorial .noticia-share--end .noticia-share-links {
	width: auto;
}

.gallery-hero-overlay {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 32%, rgba(6, 52, 118, 0.42) 72%, rgba(4, 39, 90, 0.66) 100%),
		linear-gradient(110deg, rgba(166, 25, 46, 0.23) 0%, rgba(9, 45, 105, 0.2) 58%, rgba(17, 92, 193, 0.22) 100%);
}

.gallery-hero-img {
	object-fit: cover;
	object-position: center;
	transform: scale(1.08);
}

.gallery-lightbox .lightbox-content {
	padding: 2.2rem 0 11.8rem;
	display: grid;
	grid-template-columns: minmax(120px, 18vw) minmax(0, 1fr) minmax(120px, 18vw);
	align-items: center;
	justify-items: center;
	gap: clamp(0.8rem, 1.8vw, 1.6rem);
}

.gallery-lightbox .lightbox-image-wrapper {
	width: min(100%, 1020px);
	max-width: min(64vw, 1020px);
	height: calc(100vh - 16.8rem);
	max-height: calc(100vh - 16.8rem);
}

.gallery-lightbox .lightbox-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.34s ease, transform 0.34s ease;
	will-change: opacity, transform;
}

.gallery-lightbox .lightbox-side-preview {
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	width: min(18vw, 320px);
	height: min(68vh, 640px);
	max-height: calc(100vh - 16.8rem);
	background: transparent;
	cursor: pointer;
	overflow: hidden;
	border-radius: 0.45rem;
	opacity: 0.72;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.gallery-lightbox .lightbox-side-preview:hover {
	opacity: 0.94;
	transform: scale(1.015);
}

.gallery-lightbox .lightbox-side-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(0.1px) saturate(0.92);
	transform: scale(1.03);
}

.gallery-lightbox .lightbox-side-preview::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(4, 22, 48, 0.18), rgba(4, 22, 48, 0.34));
	pointer-events: none;
}

.gallery-lightbox .lightbox-side-preview--prev {
	justify-self: start;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.gallery-lightbox .lightbox-side-preview--next {
	justify-self: end;
	mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	-webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.gallery-lightbox .lightbox-image.is-switching {
	opacity: 0.4;
	transform: scale(0.985);
}

@keyframes slide-out-left {
	from { opacity: 1; transform: translateX(0) scale(1); }
	to   { opacity: 0; transform: translateX(-7%) scale(0.97); }
}

@keyframes slide-out-right {
	from { opacity: 1; transform: translateX(0) scale(1); }
	to   { opacity: 0; transform: translateX(7%) scale(0.97); }
}

@keyframes slide-in-right {
	from { opacity: 0; transform: translateX(6%) scale(0.97); }
	to   { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes slide-in-left {
	from { opacity: 0; transform: translateX(-6%) scale(0.97); }
	to   { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes draw-border {
	0% { stroke-dashoffset: 200; }
	100% { stroke-dashoffset: 0; }
}

@keyframes draw-square {
	0% { stroke-dashoffset: 160; }
	100% { stroke-dashoffset: 0; }
}

@keyframes draw-top {
	0% { stroke-dashoffset: 40; }
	100% { stroke-dashoffset: 0; }
}

@keyframes draw-right {
	0% { stroke-dashoffset: 40; }
	100% { stroke-dashoffset: 0; }
}

@keyframes draw-bottom {
	0% { stroke-dashoffset: 40; }
	100% { stroke-dashoffset: 0; }
}

@keyframes draw-left {
	0% { stroke-dashoffset: 40; }
	100% { stroke-dashoffset: 0; }
}

/* Estado base: todo oculto */
.group path {
	stroke-dashoffset: 40;
	transition: stroke-dashoffset 0ms;
}

/* Hover enter: animar cada lado secuencialmente con duración de 350ms por lado */
.group-hover\:animate-draw-top {
	animation: draw-top 350ms ease-out forwards;
}

.group-hover\:animate-draw-right {
	animation: draw-right 350ms ease-out forwards;
	animation-delay: 350ms;
}

.group-hover\:animate-draw-bottom {
	animation: draw-bottom 350ms ease-out forwards;
	animation-delay: 700ms;
}

.group-hover\:animate-draw-left {
	animation: draw-left 350ms ease-out forwards;
	animation-delay: 1050ms;
}

.gallery-lightbox .lightbox-image.slide-out-left  { animation: slide-out-left  200ms ease forwards; }
.gallery-lightbox .lightbox-image.slide-out-right { animation: slide-out-right 200ms ease forwards; }
.gallery-lightbox .lightbox-image.slide-in-right  { animation: slide-in-right  260ms cubic-bezier(0.22,0.61,0.36,1) forwards; }
.gallery-lightbox .lightbox-image.slide-in-left   { animation: slide-in-left   260ms cubic-bezier(0.22,0.61,0.36,1) forwards; }

.gallery-lightbox .lightbox-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 2;
	pointer-events: none;
}

.gallery-lightbox .lightbox-nav-prev {
	left: 0.55rem;
}

.gallery-lightbox .lightbox-nav-next {
	right: 0.55rem;
}

.gallery-lightbox .lightbox-bottombar {
	display: flex;
	clear: both;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 1.7rem 1.35rem;
	min-height: 10rem;
	background: linear-gradient(to top, rgba(10, 30, 58, 0.94), rgba(10, 30, 58, 0.82), rgba(10, 30, 58, 0.32));
}

.gallery-lightbox .lightbox-counter {
	width: auto;
	flex-shrink: 0;
	text-align: left;
	font-size: 1rem;
	line-height: 1.2;
	padding: 0;
	min-height: auto;
	border-right: 1px solid rgba(255, 255, 255, 0.34);
	padding-right: 1.45rem;
}

.gallery-lightbox .lightbox-counter-current {
	font-size: clamp(2.3rem, 3vw, 3rem);
	font-weight: 900;
	color: #f6c812;
	line-height: 1;
}

.gallery-lightbox .lightbox-counter-total {
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
}

.gallery-lightbox .lightbox-caption {
	width: min(47ch, 46vw);
	max-width: min(47ch, 46vw);
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.35;
	white-space: normal;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding-bottom: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.34);
	padding-right: 1.45rem;
	flex: 1;
}

.gallery-lightbox .lightbox-footer-separator {
	display: none;
}

.gallery-lightbox .lightbox-share-buttons {
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.85rem;
	align-items: center;
	justify-content: flex-end;
	flex-shrink: 0;
}

.gallery-lightbox .noticia-gallery-action-btn {
	width: 58px;
	height: 58px;
	margin: 0 auto;
}

@media (max-width: 900px) {
	.gallery-lightbox .lightbox-content {
		padding: 3.4rem 0.8rem 12.8rem;
		grid-template-columns: minmax(84px, 14vw) minmax(0, 1fr) minmax(84px, 14vw);
		gap: 0.5rem;
	}

	.gallery-lightbox .lightbox-image-wrapper {
		height: calc(100vh - 21rem);
		max-height: calc(100vh - 21rem);
		max-width: min(72vw, 920px);
	}

	.gallery-lightbox .lightbox-side-preview {
		width: min(14vw, 150px);
		height: min(54vh, 420px);
	}

	.gallery-lightbox .lightbox-bottombar {
		align-items: center;
		flex-direction: column;
		gap: 0.7rem;
		min-height: 11.6rem;
	}

	.gallery-lightbox .lightbox-footer-separator {
		display: none;
	}

	.gallery-lightbox .lightbox-counter,
	.gallery-lightbox .lightbox-caption,
	.gallery-lightbox .lightbox-share-buttons {
		width: min(90vw, 38ch);
		max-width: min(90vw, 38ch);
	}

	.gallery-lightbox .lightbox-caption {
		font-size: 1.05rem;
		text-align: center;
	}

	.gallery-lightbox .lightbox-counter {
		font-size: 1rem;
	}

	.gallery-lightbox .lightbox-counter-current {
		font-size: 2rem;
	}

	.gallery-lightbox .lightbox-counter-total {
		font-size: 1.35rem;
	}

	.gallery-lightbox .noticia-gallery-action-btn {
		width: 50px;
		height: 50px;
	}
}

.noticia-club-divider {
	width: 100%;
	gap: 1.2rem;
}

.noticia-club-divider-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(148, 163, 184, 0.65) 50%, transparent 100%);
}

/* --- Ajustes finales solicitados --- */

.noticia-like-floating {
	opacity: 0;
	transform: translateY(16px) scale(0.94);
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.34s ease;
}

.noticia-like-floating.is-hidden-by-hero {
	opacity: 0;
	transform: translateY(16px) scale(0.94);
	pointer-events: none;
}

.noticia-like-floating.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.gallery-title {
	color: #ffffff;
}

.noticia-related-grid {
	grid-template-columns: 1fr;
	gap: 1rem;
}

.noticia-card {
	display: grid;
	grid-template-columns: minmax(230px, 33%) minmax(0, 1fr);
	align-items: stretch;
}

.noticia-card-media {
	height: 100%;
}

.noticia-card-media img,
.noticia-card-media-empty {
	height: 100%;
	min-height: 180px;
}

.noticia-card-body {
	padding: 0.95rem 1rem;
	gap: 0.6rem;
}

.noticia-card-meta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.9rem;
}

.noticia-card-category {
	margin: 0;
	text-transform: uppercase;
}

.noticia-card-date {
	margin: 0;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.noticia-related-title,
.noticia-related-title strong {
	font-weight: 900;
}

@media (max-width: 768px) {
	.noticia-card {
		grid-template-columns: 1fr;
	}
}

.gallery-hero-metadata {
	height: 100%;
	justify-items: center;
}

.gallery-title {
	display: block;
	opacity: 1;
	visibility: visible;
	color: #ffffff;
	background: linear-gradient(135deg, #31c5f4 0%, #ffffff 68%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.52);
}

.gallery-lightbox .lightbox-counter-current {
	color: #31c5f4;
}

.gallery-lightbox .lightbox-counter-total {
	color: #ffffff;
}

.social-btn-logo {
	width: 21px;
	height: 21px;
	object-fit: contain;
	flex-shrink: 0;
	filter: brightness(0) saturate(100%) invert(1);
}

.social-btn-logo--whatsapp {
	width: 48px;
	height: 58px;
}

.gallery-share-logo {
	width: 20px;
	height: 20px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(1);
}

.gallery-share-logo--facebook,
.gallery-share-logo--whatsapp {
	width: 26px;
	height: 26px;
}

.noticia-gallery-action-btn i,
.gallery-lightbox .noticia-gallery-action-btn i {
	display: none;
}

.social-btn {
	width: 46px;
	height: 46px;
	padding: 0;
	justify-content: center;
	border-radius: 50%;
}

.gallery-camera-icon {
	filter: brightness(0) saturate(100%) invert(1);
}

.gallery-lightbox .lightbox-counter-current {
	color: #31c5f4 !important;
}

.gallery-lightbox .lightbox-counter-total {
	color: #ffffff !important;
}

/* --- Ajustes solicitados show galeria/editorial --- */

.noticia-hero-overlay {
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.42) 40%, rgba(0, 0, 0, 0.62) 100%),
		rgba(0, 0, 0, 0.46);
}

.noticia-dropcap::first-letter {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.noticia-like-floating {
	opacity: 1;
	transform: translateY(0) scale(1);
	transition: opacity 0.28s ease, transform 0.34s ease;
}

.noticia-like-floating.is-hidden-by-hero {
	opacity: 0;
	transform: translateY(16px) scale(0.94);
	pointer-events: none;
}

.noticia-like-floating.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.gallery-hero-metadata {
	align-content: space-between;
	padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 3vw, 2.25rem) clamp(4.8rem, 10vh, 6.3rem);
	gap: clamp(1rem, 1.8vw, 1.6rem);
}

.gallery-title {
	max-width: min(18ch, 90vw);
	font-size: clamp(2.3rem, 5.4vw, 5rem);
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-wrap: balance;
}

.gallery-hero-meta-row {
	width: min(1120px, 92vw);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1.25rem;
}

.gallery-hero-meta-stack {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.6rem;
}

.gallery-meta-item--left {
	justify-self: auto;
}

.gallery-meta-item--right {
	justify-self: auto;
	align-self: flex-start;
	margin-top: 0.18rem;
}

.gallery-count-badge {
	padding: 0.62rem 1.2rem;
}

.noticia-share--gallery-footer {
	max-width: min(1400px, 100% - 4rem);
	margin: 0 auto;
	padding: 2rem 0 0.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
}

.noticia-share-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1rem;
}

.noticia-share--gallery-footer .noticia-share-label {
	margin: 0;
	white-space: nowrap;
}

.noticia-share--gallery-footer .noticia-share-links {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.9rem;
}

.noticia-share--gallery-footer .social-btn {
	padding: 0.6rem 1rem;
	font-size: 0.74rem;
}

.gallery-lightbox .lightbox-counter-current {
	color: #020202;
}

.noticia-related-main {
	background: linear-gradient(180deg, rgba(2, 2, 2, 1) 0%, rgba(4, 29, 64, 0.95) 42%, rgba(6, 34, 74, 0.98) 100%);
	border-color: rgba(96, 165, 250, 0.18);
	border-left: 0;
	border-right: 0;
}

.noticia-related-grid {
	gap: 1.5rem;
}

.noticia-card {
	border-radius: 0.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: none;
}

.noticia-card:hover {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.noticia-card-media img,
.noticia-card-media-empty {
	height: 180px;
	background: #020202;
}

.noticia-card-body {
	padding: 0.9rem 1rem 1rem;
	gap: 0.6rem;
}

.noticia-card-category {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #9ca3af;
}

.noticia-card-title {
	font-family: 'Oswald', 'Impact', sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noticia-card-excerpt {
	margin: 0;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #cbd5e1;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 960px) {
	.gallery-hero-meta-row {
		flex-direction: column;
		align-items: center;
		gap: 0.8rem;
	}

	.gallery-hero-meta-stack {
		align-items: center;
	}

	.gallery-meta-item--right {
		align-self: center;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.noticia-share--gallery-footer {
		max-width: calc(100% - 2rem);
	}
}

/* --- Compartir: tamanos finales --- */

.noticia-share .social-btn {
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.noticia-share .social-btn-logo {
	width: 24px;
	height: 24px;
}

.noticia-share .social-btn-logo--facebook,
.noticia-share .social-btn-logo--messenger {
	width: 30px;
	height: 30px;
}

.noticia-share .social-btn-logo--whatsapp {
	width: 40px;
	height: 44px;
}

.social-btn-copy {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.08);
}

.social-btn-copy-icon {
	width: 24px;
	height: 24px;
	stroke-width: 2.2;
}

.social-btn-copy.is-copied {
	background: rgba(49, 197, 244, 0.28);
	border-color: rgba(49, 197, 244, 0.85);
}

.gallery-camera-icon {
	filter: brightness(0) saturate(100%) invert(1) !important;
}

.gallery-lightbox .gallery-share-logo {
	width: 24px;
	height: 24px;
}

.gallery-lightbox .gallery-share-logo--facebook {
	width: 32px;
	height: 32px;
}

.gallery-lightbox .gallery-share-logo--whatsapp {
	width: 44px;
	height: 44px;
}

.noticia-share-label--center {
	text-align: left;
	width: 100%;
	margin-right: 0;
}

.noticia-gallery-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.45rem;
	margin-bottom: 1.5rem;
}

.noticia-share--gallery-footer {
	align-items: flex-start;
	text-align: left;
	padding: 1.35rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 0;
	justify-content: flex-start;
	gap: 0.9rem;
}

.noticia-share--gallery-footer .noticia-share-links {
	justify-content: flex-start;
	width: 100%;
}

/* Video Detail Page Styles */
.noticia-video-detail {
	padding: 120px 0 6rem 0;
	min-height: 100vh;
	background: #000;
}

.noticia-video-container {
	max-width: 680px;
	margin: 0 auto;
	padding: 0;
}

.noticia-video-player {
	width: 100%;
	aspect-ratio: 16/9;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 24px;
}

.noticia-video-player iframe,
.noticia-video-player video {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.noticia-video-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.noticia-video-metadata {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 16px;
}

.noticia-video-metadata-left {
	display: flex;
	align-items: center;
}

.noticia-video-metadata-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.noticia-video-duration {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.noticia-video-views {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.noticia-video-date {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
}

.noticia-video-category {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	background: #e3f2fd;
	color: #1976d2;
	margin-bottom: 12px;
}

.noticia-video-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 12px 0;
}

.noticia-video-description {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 24px 0;
}

.noticia-video-share {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.noticia-video-share-label {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.noticia-video-share-buttons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.noticia-video-share-buttons .social-btn {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	text-decoration: none;
	gap: 0;
}

.noticia-video-share-buttons .social-btn-twitter { color: #1da1f2; }
.noticia-video-share-buttons .social-btn-facebook { color: #4267b2; }
.noticia-video-share-buttons .social-btn-whatsapp { color: #25d366; }
.noticia-video-share-buttons .social-btn-linkedin { color: #0a66c2; }

.noticia-video-share-buttons .social-btn:hover {
	color: #fff;
	transform: translateY(-1px);
}

.noticia-video-share-buttons .social-btn-twitter:hover { background: #1da1f2; border-color: #1da1f2; }
.noticia-video-share-buttons .social-btn-facebook:hover { background: #4267b2; border-color: #4267b2; }
.noticia-video-share-buttons .social-btn-whatsapp:hover { background: #25d366; border-color: #25d366; }
.noticia-video-share-buttons .social-btn-linkedin:hover { background: #0a66c2; border-color: #0a66c2; }

.noticia-video-share-buttons .social-btn-logo {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.noticia-video-share-buttons .social-btn-logo--facebook,
.noticia-video-share-buttons .social-btn-logo--messenger {
	width: 30px;
	height: 30px;
}

.noticia-video-share-buttons .social-btn-logo--whatsapp {
	width: 40px;
	height: 44px;
}

.noticia-video-share-buttons .social-btn-copy-icon {
	width: 24px;
	height: 24px;
	stroke-width: 2.2;
}

/* Responsive Styles */
@media (min-width: 768px) {
	.noticia-video-title {
		font-size: 28px;
	}
}

@media (min-width: 600px) and (max-width: 768px) {
	.noticia-video-title {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.noticia-video-container {
		padding: 0 16px;
		max-width: 100%;
	}

	.noticia-video-title {
		font-size: 22px;
	}

	.noticia-video-description {
		font-size: 14px;
	}

	.noticia-video-metadata {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.noticia-video-metadata-right {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.noticia-video-date {
		margin-left: 0;
	}
}

/* Mejoras mobile para artículos */
@media (max-width: 767px) {
	.noticia-share {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.noticia-share-label {
		width: 100%;
		text-align: center;
	}

	.noticia-share-links {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.noticia-page--editorial .noticia-titulo {
		font-size: clamp(1.8rem, 7vw, 2.6rem);
		line-height: 1.05;
	}

	.noticia-like-floating.force-visible,
	.noticia-like-floating.is-visible.force-visible {
		opacity: 1 !important;
		transform: translateY(0) scale(1) !important;
		pointer-events: auto !important;
	}
}

/* Modal de galería: mejorar flechas y compartir en mobile */
@media (max-width: 767px) {
	.gallery-lightbox .lightbox-content {
		grid-template-columns: 54px 1fr 54px;
		gap: 0.25rem;
		padding: 3.6rem 0.25rem 12rem;
	}

	.gallery-lightbox .lightbox-side-preview {
		width: 54px;
		height: 120px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.12);
	}

	.gallery-lightbox .lightbox-side-image {
		display: none;
	}

	.gallery-lightbox .lightbox-nav-btn {
		width: 44px;
		height: 44px;
		left: 50% !important;
		right: auto !important;
		transform: translate(-50%, -50%) !important;
		background: rgba(255, 255, 255, 0.2);
		border: 1px solid rgba(255, 255, 255, 0.3);
		pointer-events: none;
	}

	.gallery-lightbox .lightbox-nav-btn svg {
		width: 22px;
		height: 22px;
	}

	.gallery-lightbox .lightbox-bottombar {
		min-height: auto;
		padding: 0.75rem 1rem;
	}

	.gallery-lightbox .lightbox-share-buttons {
		flex-wrap: wrap !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		gap: 0.5rem;
	}

	.gallery-lightbox .noticia-gallery-action-btn {
		width: 46px;
		height: 46px;
	}
}

/* Galería: apilar label e iconos sociales en mobile */
@media (max-width: 767px) {
	.noticia-share--gallery-footer .noticia-share-container {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}

	.noticia-share--gallery-footer .noticia-share-label {
		width: 100%;
		text-align: center;
		white-space: normal;
	}

	.noticia-share--gallery-footer .noticia-share-links {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
}
