:root {
	--bg: #ffffff;
	--text: #1f2933;
	--muted: #7a8593;
	--heading: #26313f;
}


.reglamento-page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 8px 28px;
}

b { color:#000000; font-weight: 900;}

.reglamento-title {
	margin: 14px 0 6px;
	font-family: Sohne, sans-serif;
	font-size: clamp(1.50rem, 3vw, 1.25rem);
	line-height: 1.05;
	letter-spacing: -.03em;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--heading);
	text-align:center;
}

.reglamento-date {
	display: block;
	margin-bottom: 28px;
	font-family: Sohne, sans-serif;
	font-size: .88rem;
	color: var(--muted);
}

.reglamento-lead,
.reglamento-copy {
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.72;
}

.reglamento-lead {
	margin-bottom: 34px;
}

.reglamento-section + .reglamento-section {
	margin-top: 32px;
}

.reglamento-section-title {
	margin: 0 0 14px;
	font-size: 1.28rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--heading);
}

.reglamento-copy + .reglamento-copy {
	margin-top: 18px;
}

@media (max-width: 620px) {
	.page {
		padding: 10px;
	}

	.reglamento-page {
		padding: 6px 2px 18px;
	}

	.reglamento-title {
		margin-top: 10px;
		font-size: 1.5rem;
	}

	.reglamento-lead,
	.reglamento-copy {
		font-size: .96rem;
		line-height: 1.66;
	}
}
