/* Encabezado de edición */
.edition-header {
	padding: 80px 0 40px;
}

.edition-header-title {
	font-size: 64px;
	font-weight: 700;
	color: #1A1A1A;
	text-align: center;
	margin-bottom: 48px;
}

.edition-header-image {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}

.edition-header-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Responsive */
@media (max-width: 768px) {
	.edition-header {
		padding: 60px 0 30px;
	}

	.edition-header-title {
		font-size: 36px;
		margin-bottom: 32px;
	}
}

