#hero36 {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}
.container-desktop {
	position: relative;
	width: 100%;
	min-height: 100dvh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
}
.blank {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	padding: 6rem 18rem;
	box-sizing: border-box;
	z-index: 10;
	display: flex;
	align-items: center; 
	background: rgb(var(--b) / 1);
}

.blank.is-top {
	top: 0;
	bottom: auto;
}

.blank .artxt {
	display: grid;
	grid-template-columns: 1fr 1fr; 
	gap: 2rem; 
	align-items: center;
	width: 100%;
	padding: 0;
	text-align: right;
	color: rgb(var(--n) / 1);
}

.blank .artxt dt,
.blank .artxt dd {
	margin: 0;
	padding: 0;
	width: 100%;
}

.blank .artxt dd {
	text-align: left;
}

.blank .artxt h2 {
	width: 100%;
}

.blank .artxt h2:after {
	content: '.';
	color: rgba(255, 134, 0, 1);
	font-size: 1rem;
}
.container-desktop {
	background-image: url("../../assets/photo/index/desk/events-desk-2.webp");
}
.container-desktop.dos {
	background-image: url("../../assets/photo/index/desk/events-desk-4.webp");
}
.container-desktop.tres {
	background-image: url("../../assets/photo/index/desk/events-desk-5.webp");
}
.container-desktop.cuatro {
	background-image: url("../../assets/photo/index/desk/events-desk-2.webp");
}
.container-desktop.cinco {
	background-image: url("../../assets/photo/index/desk/events-desk-6.webp");
}
.container-desktop.seis {
	background-image: url("../../assets/photo/index/desk/events-desk.webp");
}
@media (max-width: 767px) {

	body{
		width: 100vw;
		max-width: 100vw;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
		position: relative;
	}

	.container {
		width: 100vw;
		max-width: 100vw;
	}

	.container.pics {
		height: 1100vh;
		height: 1100dvh;
		width: 100%;
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.container.pics figure {
		background-position: center;
		background-size: cover;
		position: sticky;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		top: 0;
	}
	.container.pics figure.cero {
		background: none;

	}
	.container.pics figure.uno { background-image: url("../../assets/photo/index/desk/events-desk-4.webp"); }
	.container.pics figure.dos { background-image: url("../../assets/photo/index/desk/events-desk-4.webp"); }
	.container.pics figure.tres { background-image: url("../../assets/photo/index/desk/events-desk-5.webp"); }
	.container.pics figure.cuatro { background-image: url("../../assets/photo/index/desk/events-desk-2.webp"); }
	.container.pics figure.cinco { background-image: url("../../assets/photo/index/desk/events-desk-6.webp"); }
	.container.pics figure.seis { background-image: url("../../assets/photo/index/desk/events-desk.webp"); }
	.container.txt {
		height: 1100vh;
		height: 1100dvh;
		width: 100%;
		background: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.container.txt section {
		background-position: center;
		background-size: cover;
		position: relative;
		width: 100%;
		height: 100dvh;
	}
	.container.txt section.paper {
		background: rgba(255, 255, 255, 1);
	}
	.container.txt section.paper .artxt {
		color: rgb(var(--n) / 1);
		width: 100%;
		padding: 0 6rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.container.txt section.paper article h2:after {
		content: '.';
		color: #ff8500;
		font-size: 1em;
	}
}