#centro-noticia {
	float: right;
	width: 728px;
	margin-top: 5px 0 0 10px;
}

#centro-noticia .bloque-central {
	padding-left: 18px;
}
/** Categoria y fecha */
.single_meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 35px;
	margin-bottom: 18px;
}

.single_categoria {
	background-color: #3a7d2c;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 3px;
	display: inline-block;
}

.single_fecha {
	color: #777;
	font-size: 14px;
}

/** Titulo */
.single_titulo {
	font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
	font-size: 46px;
	line-height: 1.15;
	font-weight: 900;
	color: #1a1a1a;
	margin: 36px 0 24px 0;
}

/** Imagen */
.single_imagen {
	margin: 0 0 28px 0;
	border-radius: 10px;
	overflow: hidden;
}

.single_imagen img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s ease;
}

.single_imagen img:hover {
	transform: scale(1.05);
}

/** Cuerpo */
.texto_single {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
	max-width: 720px;
}

.texto_single p {
	margin: 0 0 10px 0;
}

.texto_single strong,
.texto_single b {
	color: #1a1a1a;
	font-weight: 700;
}

/** Titulos dentro del cuerpo*/
.texto_single p span[style*="color"] strong,
.texto_single p span strong {
	color: #3a7d2c !important;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-top: 10px;
}

/* Letra capital (drop cap) en el primer párrafo */
.texto_single p:first-of-type::first-letter,
.texto_single p:first-of-type span strong::first-letter,
.texto_single p:first-of-type span::first-letter {
	float: left !important;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 64px !important;
	line-height: 0.8 !important;
	font-weight: 900 !important;
	color: #3a7d2c !important;
	margin: 6px 0 0 0 !important;
}

/* Vídeos (iframe) dentro del cuerpo */
.texto_single iframe {
	display: block;
	width: 100%;
	max-width: 720px;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: 10px;
	margin: 24px 0;
}

/** Compartir */
.single_compartir {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin: 32px 0;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}

.compartir_label {
	color: #888;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-right: 6px;
}

.compartir_btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	border-radius: 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.compartir_btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.compartir_btn svg {
	width: 20px;
	height: 20px;
}

.btn_facebook  { background-color: #2767f3; }
.btn_twitter   { background-color: #000000; }
.btn_whatsapp  { background-color: #25d366; }