* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

*:before,
*:after {
  box-sizing: inherit;
}

.styleguide {
  width: 100%;
  min-height: 100dvh;
  padding: 0 0 2rem 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.styleguide-grid {
  width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 2rem 8rem;
  align-items: start;
}

.styleguide-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  font-size: .75rem;
  line-height: 1;
}

.styleguide-title::after {
  content: "";
  flex: 1;
  height: 1px;
}

.styleguide-type-sample {
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.styleguide-type-sample div {
  display: flex;
  gap: 1rem
}

.styleguide .artxt{
    width: 100%;
    background: rgb(var(--c2) / 1);
    padding: 2rem;
}

.styleguide .artxt dt{
}

.styleguide .artxt dd{
  margin-top: 1rem;
  width: 50%;
  color: rgb(var(--n) / 1);
  padding-right: 2rem;
}

.styleguide .artxt hr{
  width: calc(50% - 3rem);
  height: 4px;
  border-color: rgb(var(--b) / 1);
  background: rgb(var(--b) / 1);
  opacity: 1;
}

.styleguide-type-sample div span{
 font-size: 1.5rem
}

.styleguide-type-sample strong {
  color: rgb(var(--c1) / 1);
  font-size: 8rem;
  font-weight: 600;
  line-height: .75;
  letter-spacing: -.1em;
}

.styleguide-colors,
.styleguide-icons {
  grid-column: 1 / -1;
}

.styleguide-palette {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
  grid-template-rows: auto 1fr auto;
  gap: .4rem;
  min-width: 0;
}

.styleguide-color span,
.styleguide-color strong,
.styleguide-color small {
  display: block;
  width: 100%;
}

.styleguide-color strong {
  aspect-ratio: 1 / 1;
}

.styleguide-color-blue strong { background: rgb(var(--b) / 1); }

.styleguide-color-orange strong { background: rgb(var(--n) / 1); }

.styleguide-color-black strong { background: rgb(var(--c1) / 1); }

.styleguide-color-gray strong { background: rgb(var(--c2) / 1); }

.styleguide-color-light strong { background: rgb(var(--c3) / 1); }

.styleguide-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
}

.styleguide-form label {
  display: block;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.styleguide-form input {
  display: block;
  width: 17rem;
  height: 2.4rem;
  padding: 0 .75rem;
  border: 1px solid rgb(var(--n) / 1);
  background: rgb(var(--b) / 1);
  font: inherit;
}

.styleguide-submit {
  margin-top: .5rem;
  border-color: rgb(var(--b) / 1);
  background: rgb(var(--c3) / 1);
  color: rgb(var(--n) / 1);
}

.styleguide-icon-groups {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: center;
  gap: 3rem;
}

.styleguide-icon-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgb(var(--c2) / 1);
  font-size: 1.5rem;
  font-weight: 700;
}

.styleguide-icon-group-primary {
  color: rgb(var(--c3) / 1);
}

.styleguide-icon-group span {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  
  .styleguide {
    min-height: auto;
    padding: 0 1.25rem 2rem 1.25rem;
    align-items: flex-start;
  }

  .styleguide-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .styleguide-type-sample {
    min-height: 8rem;
  }

  .styleguide-type-sample strong {
    font-size: 6rem;
  }

  .styleguide-colors,
  .styleguide-icons {
    grid-column: auto;
  }

  .styleguide-palette {
    gap: .5rem;
  }

  .styleguide-icon-groups {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?f2h7h0');
  src:  url('../../onts/icomoon.eot?f2h7h0#iefix') format('embedded-opentype'),
	url('../../fonts/icomoon.ttf?f2h7h0') format('truetype'),
	url('../../fonts/icomoon.woff?f2h7h0') format('woff'),
	url('../../fonts/icomoon.svg?f2h7h0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-controller-fast-backward:before {
  content: "\e931";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-thin-down:before {
  content: "\e901";
}
.icon-chevron-thin-up:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-controller-fast-forward:before {
  content: "\e904";
}
.icon-controller-paus:before {
  content: "\e932";
}
.icon-controller-play:before {
  content: "\e905";
}
.icon-dot-single:before {
  content: "\e906";
}
.icon-dots-three-horizontal:before {
  content: "\e933";
}
.icon-dots-two-horizontal:before {
  content: "\e934";
}
.icon-triangle-down:before {
  content: "\e907";
}
.icon-triangle-up:before {
  content: "\e908";
}
.icon-address:before {
  content: "\e909";
}
.icon-camera:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-credit-card:before {
  content: "\e90c";
}
.icon-cross:before {
  content: "\e90d";
}
.icon-direction:before {
  content: "\e90e";
}
.icon-flag:before {
  content: "\e90f";
}
.icon-funnel:before {
  content: "\e910";
}
.icon-help:before {
  content: "\e911";
}
.icon-home:before {
  content: "\e912";
}
.icon-image:before {
  content: "\e913";
}
.icon-images:before {
  content: "\e914";
}
.icon-language:before {
  content: "\e915";
}
.icon-link:before {
  content: "\e916";
}
.icon-location-pin:before {
  content: "\e917";
}
.icon-location:before {
  content: "\e918";
}
.icon-mail:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e91a";
}
.icon-mobile:before {
  content: "\e91b";
}
.icon-new:before {
  content: "\e91c";
}
.icon-old-mobile:before {
  content: "\e91d";
}
.icon-old-phone:before {
  content: "\e91e";
}
.icon-paper-plane:before {
  content: "\e91f";
}
.icon-phone:before {
  content: "\e920";
}
.icon-pin:before {
  content: "\e921";
}
.icon-price-tag:before {
  content: "\e922";
}
.icon-rocket:before {
  content: "\e923";
}
.icon-share:before {
  content: "\e924";
}
.icon-star:before {
  content: "\e925";
}
.icon-paypal:before {
  content: "\e926";
}
.icon-facebook:before {
  content: "\e927";
}
.icon-google:before {
  content: "\e928";
}
.icon-instagram:before {
  content: "\e929";
}
.icon-paypal1:before {
  content: "\e92a";
}
.icon-tiktok:before {
  content: "\e92b";
}
.icon-tripadvisor:before {
  content: "\e92c";
}
.icon-x:before {
  content: "\e92d";
}
.icon-visa:before {
  content: "\e92e";
}
.icon-whatsapp:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}

:root {
	--n: 29 29 29;
	--b: 241 239 237;
	--c1: 14 14 1;
	--c2: 135 192 145;
	--c3: 255 131 0;
	font-size: 16px;
	color: rgb(var(--c1) / 1);
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1.3;
	color: rgb(var(--n) / 1);
	background: rgb(var(--b) / 1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
}

figure {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  gap: 0;
}

figure img.responsive-img {
  display: block;
  flex: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center;
}

figure .figure-overlay {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  background: #11ff00
}

figure .figure-overlay img{
  width: 6rem;
}

figure .figure-overlay span {
  display: block;
}

figure figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0;
  font-size: 0.7rem;
  font-style: italic;
  color: rgb(var(--b) / 1);
  pointer-events: none;
  background: none;
  z-index: 2;
}

figure em {
  display: block;
  opacity: 0.75;
}

figure em::before {
  content: "*";
  margin-right: 0.25rem;
  color: rgb(var(--c3) / 1);
  opacity: 1;
}

video,
video.responsive-video,
.responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

main {
	position: relative;
	width: 100%;
	min-height: 100dvh;
}

section {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 20;
	background: none;
	overflow-x: hidden;
}

section > article {
	position: relative;
	display: block;
	min-width: 0;
	background: none;
}

h1 {
	font-size: 12rem;
	font-weight: 900;
	color: rgb(var(--c3) / 1);
}

h2 {
	font-size: 4rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: .8;
}

h3 {
	font-size: 1.4rem;
	line-height: normal;
	font-weight: 200;
}

h4 {
	font-size: 1.25rem;
	line-height: .8;
	font-weight: 700;
	margin-bottom: .5rem;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
}

.lead {
	font-size: 1.15rem;
	font-weight: 200;
	opacity: 1;
	z-index: 0;
}

.caption {
	font-size: .75rem;
	color: rgb(var(--c3) / 1);
	display: block;
}

.big-txt {
	font-size: 6rem;
	line-height: .75;
	letter-spacing: .04em;
}

button {
  display: inline-block;
  width: max-content;
  padding: 0.5rem 1.2rem;
  margin-top: 0.65rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

button.main {
	background: rgb(var(--c1) / 1);
	color: rgb(var(--b) / 1);
	cursor: pointer;
	text-decoration: none;
}

button.sec {
	background: rgb(var(--c2) / 1);
	color: rgb(var(--b) / 1);
	text-decoration: none;
}

button.transparent {
	border: 1px solid rgb(var(--b) / 1);
	background: transparent;
	color: rgb(var(--b) / 1);
	text-decoration: none;
}

button.white {
	padding-inline: .5rem;
	background: rgb(var(--b) / 1);
	color: rgb(var(--n) / 1);
	text-decoration: none;
}

button.black {
	padding-inline: .5rem;
	background: rgb(var(--n) / 1);
	color: rgb(var(--b) / 1);
	text-decoration: none;
}


a {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 3px;
	background: none;
}

hr {
	width: 100% !important;
	height: 2px;
	margin: .5rem 0 !important;
	border: 0;
	border-top: 1px solid rgb(var(--c3) / 1);
	background: rgb(var(--c3) / 1);
}



.simple-term {
	color: rgb(var(--c3) / 1);
	font-weight: 600;
}

.hide_txt {
	--hide-txt-size: 3rem;
	--hide-txt-icon-size: 1.5rem;
	position: fixed;
	top: 90%;
	right: 2%;
	left: auto;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--hide-txt-size);
	height: var(--hide-txt-size);
	color: rgb(var(--c3) / 1);
	background: rgb(var(--n) / .15);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-50%);
}

.hide_txt:hover {
	color: rgb(var(--c3) / 1);
	background: rgb(var(--n) / .75);
}

section.hide-txt-current .hide_txt {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(-50%) translateX(0) scale(1);
}

.hide_txt::before,
.hide_txt::after {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "icomoon";
	font-size: var(--hide-txt-icon-size);
	line-height: 1;
}

.hide_txt::before {
	content: "\e913";
	opacity: 1;
	transform: scale(1);
}

.hide_txt::after {
	content: "\e91a";
	opacity: 0;
	transform: scale(.75);
}

section.hide-txt-clean .hide_txt::before {
	opacity: 0;
	transform: scale(.75);
}

section.hide-txt-clean .hide_txt::after {
	opacity: 1;
	transform: scale(1);
}

section .artxt {
}

section.hide-txt-clean .artxt {
	opacity: 0 !important;
	pointer-events: none !important;
}

.adaptive-text,
.adaptive-text.is-dark-bg {
	color: rgb(var(--b) / 1);
	background: rgb(var(--n) / .2);
}

.adaptive-text.is-light-bg {
	color: rgb(var(--n) / 1);
	background: rgb(var(--b) / .2);
}

.nav-flag {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 50px;
	height: 50px;
	z-index: 100000;
	pointer-events: none;
}


figure.block-media,
.block-media {
	position: fixed;
}

figure.block-media .custom-media-buttons,
.block-media .custom-media-buttons {
	position: absolute !important;
	bottom: 5% !important;
	left: 5% !important;
}

@media (max-width: 767px) {
	h1 {
		font-size: 6rem;
	}
	
	h2 {
		font-size: 2.25rem;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	
	h3 {
		font-size: 1.25rem;
	}
	
	h4 {
		font-size: 1.15rem;
	}
	
	p {
		font-size: 1.05rem;
	}
	
	.lead {
		font-size: 1.25rem;
	}
	
	figure figcaption {
		bottom: 0;
		left: 0;
		transform-origin: top left;
		transform: rotate(-90deg);
	}
	
	.caption {
		font-size: .75rem;
		margin-top: -.5rem;
		display: block;
	}
	
	.big-txt {
		font-size: 6rem;
		line-height: 0.85;
		letter-spacing: -0.01em;
		font-weight: 900;
	}
	
	section {
		width: 100%;
	}
	
	.magazzine,
	.launchpad,
	.tarjetas,
	.xscroll,
	.events,
	.house-dream,
	.hv-system-wrap {
		position: relative;
	}
	
	.artxt p {
		max-height: 3rem !important;
		margin: 0;
		overflow: hidden;
	}
	
	.artxt p.active {
		max-height: 6rem !important;
		overflow: auto !important;
	}
	
	.is-swipe-container {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 1rem;
		padding-bottom: 0.5rem;
	}
	
	.is-swipe-container::-webkit-scrollbar {
		display: none;
	}
	
	.is-swipe-item {
		scroll-snap-align: center;
		flex: 0 0 100%;
		width: 100%;
		box-sizing: border-box;
	}
	
	.hswipe-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 1.25rem;
		padding: 0 0.5rem;
		width: 100%;
	}
	
	.ui-swipe-btn {
		background: transparent;
		border: none;
		color: rgb(var(--n) / 1);
		width: 2.25rem;
		height: 2.25rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		font-size: 0.9rem;
		opacity: 0.6;
	}
	
	.ui-swipe-btn:hover:not(:disabled) {
		opacity: 1;
		transform: scale(1.05);
	}
	
	.ui-swipe-btn:disabled {
		opacity: 0.15;
		cursor: default;
	}
	
	.ui-swipe-dots {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	
	.ui-swipe-dot-item {
		width: 0.35rem;
		height: 0.35rem;
		background: rgb(var(--n) / 1);
		opacity: 0.25;
	}
	
	.ui-swipe-dot-item.is-active {
		width: 1.25rem;
		opacity: 0.9;
	}
	
	.hide_txt {
		--hide-txt-size: 2.5rem;
		--hide-txt-icon-size: 1.25rem;
		top: 60%;
		right: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	:root {
		font-size: clamp(10px, 1.25vw, 12px);
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	:root {
		font-size: clamp(12px, 1.1vw, 14px);
	}
}

@media (min-width: 1280px) and (max-width: 1439px) {
	:root {
		font-size: clamp(14px, 1.05vw, 15px);
	}
}

@media (min-width: 1440px) and (max-width: 1919px) {
	:root {
		font-size: clamp(15px, .9vw, 16px);
	}
}

@media (min-width: 1920px) and (max-width: 2047px) {
	:root {
		font-size: clamp(16px, .833vw, 17px);
	}
}

@media (min-width: 2048px) {
	:root {
		font-size: clamp(17px, .8vw, 20px);
	}
}

.spacer {
	height: 50dvh;
	pointer-events: none;
}

.spacer.x {
	height: 100dvh;
	pointer-events: none;
}

.spacer.xl {
	height: 150dvh;
	pointer-events: none;
}

.glass {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(30deg, rgb(var(--n) / 0.1) 0%, rgb(var(--n-l) / 0.15) 100%);
	border-radius: 0;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	box-shadow: 5px 5px 15px rgb(var(--n) / .4), 1px 1px 1px rgb(var(--n) /.2), -1px -1px 1px rgb(var(--b) / .3);
}

.glass::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: url("/assets/img/patternblack.png") repeat;
	background-size: 2px;
	filter: invert(1);
	opacity: 0.15;
	border-radius: 1rem;
}

.glass > * {
	position: relative;
	z-index: 1;
}

#popup-root {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100dvh;
	z-index: 180;
	overflow: hidden;
	pointer-events: none;
	background: rgb(var(--b) / 1);
}

#popup-root.popup-open {
	left: 0;
	pointer-events: auto;
}

.popup-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100dvh;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.popup-shell {
	position: relative;
	width: 100%;
	min-height: 100%;
}

body.popup-open {
	overflow: hidden;
}

.popup-container .close-popup {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	left: auto;
	z-index: 1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 0;
	padding: 0;
	font-size: 3rem;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(.8);
}

#popup-root.popup-open .popup-container .close-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
}

.cta-popover {
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: min(20rem, calc(100vw - 2rem));
	padding: 0.75rem;
	background: rgb(var(--n) / 1);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 120;
}

.cta-popover button {
	color: rgb(var(--n) / 1);
	background: rgb(var(--b) / .8);
}

.cta-popover span {
	color: rgb(var(--c1) / 1);
	margin-right: 1rem;
}

.cta-popover.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.cta-popover-title {
	font-size: 0.85rem;
	font-weight: 600;
	color: rgb(var(--c1) / 1);
}

.rotate-notice {
	display: none;
}


/* ==================================================
   MODULE: block.css
   ================================================== */

/* block */
.block {
	--block-dt-base-color: rgb(var(--n) / 1);
	--block-dt-photo-color: rgb(var(--b) / 1);
	position: relative;
	display: flex;
	width: 80%;
	padding: 0;
}
.block .overlay{
	position: absolute;
	inset: 0 50% 0 0;
	background: 
		linear-gradient(90deg, rgb(var(--n)/.2) 0%, rgb(var(--n)/.1) 100%);
	z-index: 0;
}

.block > article:nth-of-type(1) {
	position: relative;
	display: flex;
	align-items: center;
	width: 36%;
	z-index: 2;
}

.block > article:nth-of-type(2) {
	position: relative;
	width: 64%;
}

.block.reverse .overlay{
	position: absolute;
	inset: 0 0 0 50%;
	background: 
		linear-gradient(90deg, rgb(var(--n)/.2) 0%, rgb(var(--n)/.1) 100%);
	z-index: 0;
}

.block.reverse > article:nth-of-type(1) {
	position: relative;
	width: 64%;
}

.block.reverse > article:nth-of-type(2) {
	position: relative;
	display: flex;
	align-items: center;
	width: 36%;
	z-index: 2;
}

.block .artxt {
	width: 100%;
	padding-left: 6rem;
	box-sizing: border-box;
}

.block.reverse .artxt {
	width: 100%;
	padding-right: 3rem;
	padding-left: 3rem;
	box-sizing: border-box;
}

/* Regla anti-desborde y rotura de palabras */
.block .artxt h1,
.block .artxt h2,
.block .artxt h3,
.block .artxt h4,
.block .artxt p,
.block .artxt span,
.block .artxt .lead {
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

.block .artxt dt,
.block.reverse .artxt dt {
	position: relative;
	width: 200%;
	color: transparent;
	transform: none;
	text-align: left;
}

.block.reverse .artxt dt {
	text-align: right;
	transform: translateX(-50%)
}

.block .artxt dd {
	padding-right: 3rem;
	box-sizing: border-box;
}

.block.reverse .artxt dd {
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.block-dt-base,
.block-dt-photo {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.block.reverse .block-dt-base,
.block.reverse .block-dt-photo {
	align-items: flex-end;
}

.block-dt-base {
	z-index: 1;
	color: var(--block-dt-base-color);
}

.block-dt-photo {
	z-index: 2;
	color: var(--block-dt-photo-color);
	clip-path: inset(0 100% 0 0);
}

.block-dt-real {
	position: relative;
	z-index: 0;
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.block .artxt dt h1,
.block .artxt dt h2,
.block .artxt dt h3,
.block .artxt dt h4,
.block .artxt dt p,
.block .artxt dt .lead,
.block .artxt dt span {
	color: inherit;
}

.block .block-media {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.block .block-media img,
.block .block-media video,
.block .block-media .responsive-img,
.block .block-media .responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.block .block-media .media-empty {
	width: 100%;
	min-height: 24rem;
}

body.simple-edit-mode .block .block-media-edit-trigger {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	z-index: 999999 !important;
	transform: translate(-50%, -50%) !important;
}

/* block mobile */
@media (max-width: 767px) {
	.block,
	.block.reverse {
		flex-direction: column-reverse;
		width: 80%;
		overflow: hidden; /* Evita cualquier desborde lateral en el viewport */
	}

	.block figure figcaption {
		bottom: 10%;
		transform: rotate(-90deg);
		transform-origin: top left;
	}

	.block > article:nth-of-type(1),
	.block > article:nth-of-type(2),
	.block.reverse > article:nth-of-type(1),
	.block.reverse > article:nth-of-type(2) {
		position: relative;
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.block > article:nth-of-type(1) {
		margin-top: -6rem;
		z-index: 20;
	}

	.block.reverse {
		flex-direction: column;
	}

	.block.reverse > article:nth-of-type(2) {
		margin-top: -6rem;
		z-index: 20;
	}

	.block .artxt,
	.block.reverse .artxt {
		position: relative;
		width: 100%;
		max-width: 100%;
		padding: 0 1.25rem 2rem;
		box-sizing: border-box;
		transform: none;
		z-index: 20;
	}

	.block .artxt dt,
	.block.reverse .artxt dt {
		position: relative;
		width: 100%;
		max-width: 100%;
		color: transparent;
		transform: none;
		box-sizing: border-box;
	}

	.block.reverse .artxt dt {
		text-align: right;
	}

	.block .artxt dd,
	.block.reverse .artxt dd {
		width: 100%;
		max-width: 100%;
		padding: 0;
		color: rgb(var(--n) / 1);
		box-sizing: border-box;
	}
}

/* ==================================================
   MODULE: break.css
   ================================================== */

/* break */
.break {
	position: relative;
	width: 100%;
	min-height: 220dvh;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.break-scroll {
	position: relative;
	width: 100%;
	min-height: 220dvh;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.break-stage {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100dvh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.break figure {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.break figure img,
.break figure video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.break figcaption {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 5;
	color: rgb(var(--b) / .75);
	font-size: .75rem;
}

.break .layer_one {
	z-index: 1;
}

.break .layer_two {
	--x0: 0;
	--y0: 0;
	--x1: 0;
	--y1: 0;
	--scale0: 1;
	--scale1: 1.2;
	--op0: 1;
	--op1: 0;
	--blur0: 0;
	--blur1: 12px;
	z-index: 2;
	opacity: var(--op-current, 0);
	transform:
		translate(var(--x-current, -50%), var(--y-current, -50%))
		scale(var(--scale-current, 1));
	filter: blur(var(--blur-current, 0px));
	will-change: transform, opacity, filter;
}

.break .layer_three {
	--x0: 36%;
	--y0: -50%;
	--x1: 27%;
	--y1: -50%;
	--scale0: .9;
	--scale1: 1;
	--op0: 0;
	--op1: 1;
	--blur0: 0px;
	--blur1: 0px;
	--w0: 27%;
	--w1: 27%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	width: var(--w-current, 36%);
	margin: 0;
	overflow: visible;
	opacity: var(--op-current, 0);
	transform:
		translate(var(--x-current, -50%), var(--y-current, -50%))
		scale(var(--scale-current, 1));
	filter: blur(var(--blur-current, 0px));
	will-change: transform, opacity, filter, width;
}
.break figure .overlay {
	position: absolute;
	top: 10dvh;
	left: 21%;
	transform: translateX(-50%);
	width: 27%;
	height: 80dvh;
	background: linear-gradient(
		-90deg,
		rgb(var(--b) / .01) 0%,
		rgb(var(--b) / 1) 100%
	);
	mix-blend-mode: screen;
	z-index: 10
}

.break .layer_three dl {
	color: rgb(var(--b) / 1);
}

.break .layer_three dd {
	
}


/* break mobile */
@media (max-width: 767px) {
	.break {
		min-height: 220svh;
		padding: 0;
	}
	

	.break-scroll {
		min-height: 220svh;
	}

	.break-stage {
		height: 100dvh;
		min-height: 100dvh;
		contain: paint;
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	.break .layer_two {
		--x0: 0;
		--y0: 0;
		--x1: 0;
		--y1: 0;
		--scale0: 1;
		--scale1: 1.1;
		--op0: 1;
		--op1: 0;
		--blur0: 0px;
		--blur1: 10px;
	}

	.break .layer_three {
		--x0: -50%;
		--y0: -100%;
		--x1: -50%;
		--y1: -50%;
		--scale0: 1;
		--scale1: 1;
		--op0: 0;
		--op1: 1;
		--blur0: 0px;
		--blur1: 0px;
		--w0: 63%;
		--w1: 63%;
		left: 30%;
		width: var(--w-current, 42%);
		padding: 0 2rem;
	}

	.break figure .overlay {
		position: absolute;
		top: 10dvh;
		left: 0;
		transform: none;
		width: 80%;
		height: 80dvh;
		z-index: 10
	}
}


/* ==================================================
   MODULE: clean.css
   ================================================== */

/* block */
.clean {
	position: relative;
	display: flex;
	width: 80%;
	padding: 0;
	background: rgb(var(--b) / 1);
}
.clean .overlay{
	position: absolute;
	inset: 0 50% 0 0;
	background: 
		linear-gradient(90deg, rgb(var(--n)/.2) 0%, rgb(var(--n)/.1) 100%);
	z-index: 0;
}

.clean > article:nth-of-type(1) {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 50%;
	z-index: 2;
}

.clean > article:nth-of-type(2) {
	position: relative;
	width: 50%;
	flex-direction: column;
	justify-content: center;
}

.clean .artxt {
	position: relative;
	width: 100%;
	margin: 0;
}


/* Regla anti-desborde y rotura de palabras */
.clean .artxt h1,
.clean .artxt h2,
.clean .artxt h3,
.clean .artxt h4,
.clean .artxt p,
.clean .artxt span,
.clean .artxt .lead {
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	hyphens: auto;
}

.clean .clean-media {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.clean .clean-media img,
.clean .clean-media video,
.clean .clean-media .responsive-img,
.clean .clean-media .responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.clean .clean-media .media-empty {
	width: 100%;
	min-height: 24rem;
}

/* body.simple-edit-mode .clean .clean-media-edit-trigger {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	z-index: 999999 !important;
	transform: translate(-50%, -50%) !important;
} */

/* block mobile */
@media (max-width: 767px) {
	.clean {
		flex-direction: column-reverse;
		width: 100%;
		overflow: hidden; /* Evita cualquier desborde lateral en el viewport */
	}

	.clean figure figcaption {
		bottom: 10%;
		transform: rotate(-90deg);
		transform-origin: top left;
	}

	.clean > article:nth-of-type(1),
	.clean > article:nth-of-type(2) {
		position: relative;
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.clean .artxt{
		position: relative;
		width: 100%;
		max-width: 100%;
		padding: 2rem;
		transform: none;
		z-index: 20;
	}
}


/* ==================================================
   MODULE: color-scope.css
   ================================================== */

.color-scope {
	--color-base: 29 29 29;
	--color-dominant: var(--color-base);
	--color-vibrant: var(--color-base);
	--color-light: 241 239 237;
	--color-dark: 29 29 29;
	--color-muted: var(--color-base);
	--color-contrast: 241 239 237;
	--color-dominant-light: var(--color-light);
	--color-dominant-dark: var(--color-dark);
	--color-dominant-complement: var(--color-dominant);
	--color-vibrant-light: var(--color-light);
	--color-vibrant-dark: var(--color-dark);
	--color-vibrant-complement: var(--color-vibrant);
}

.color-scope.vibrant,
.color-scope .vibrant,
.color-scope.color-vibrant,
.color-scope .color-vibrant {
	color: rgb(var(--color-vibrant) / 1);
}

.color-scope.light,
.color-scope .light,
.color-scope.color-light,
.color-scope .color-light {
	color: rgb(var(--color-light) / 1);
}

.color-scope.dark,
.color-scope .dark,
.color-scope.color-dark,
.color-scope .color-dark {
	color: rgb(var(--color-dark) / 1);
}

.color-scope.contrast,
.color-scope .contrast,
.color-scope.color-contrast,
.color-scope .color-contrast {
	color: rgb(var(--color-contrast) / 1);
}

.color-scope.dominant,
.color-scope .dominant,
.color-scope.color-dominant,
.color-scope .color-dominant {
	color: rgb(var(--color-dominant) / 1);
}

.color-scope.muted,
.color-scope .muted,
.color-scope.color-muted,
.color-scope .color-muted {
	color: rgb(var(--color-muted) / 1);
}

.color-scope.dominant-light,
.color-scope .dominant-light,
.color-scope.color-dominant-light,
.color-scope .color-dominant-light {
	color: rgb(var(--color-dominant-light) / 1);
}

.color-scope.dominant-dark,
.color-scope .dominant-dark,
.color-scope.color-dominant-dark,
.color-scope .color-dominant-dark {
	color: rgb(var(--color-dominant-dark) / 1);
}

.color-scope.dominant-complement,
.color-scope .dominant-complement,
.color-scope.color-dominant-complement,
.color-scope .color-dominant-complement {
	color: rgb(var(--color-dominant-complement) / 1);
}

.color-scope.vibrant-light,
.color-scope .vibrant-light,
.color-scope.color-vibrant-light,
.color-scope .color-vibrant-light {
	color: rgb(var(--color-vibrant-light) / 1);
}

.color-scope.vibrant-dark,
.color-scope .vibrant-dark,
.color-scope.color-vibrant-dark,
.color-scope .color-vibrant-dark {
	color: rgb(var(--color-vibrant-dark) / 1);
}

.color-scope.vibrant-complement,
.color-scope .vibrant-complement,
.color-scope.color-vibrant-complement,
.color-scope .color-vibrant-complement {
	color: rgb(var(--color-vibrant-complement) / 1);
}

.color-bg-vibrant { background-color: rgb(var(--color-vibrant) / 1); }
.color-bg-light { background-color: rgb(var(--color-light) / 1); }
.color-bg-dark { background-color: rgb(var(--color-dark) / 1); }
.color-bg-contrast { background-color: rgb(var(--color-contrast) / 1); }
.color-bg-dominant { background-color: rgb(var(--color-dominant) / 1); }
.color-bg-muted { background-color: rgb(var(--color-muted) / 1); }
.color-bg-dominant-light { background-color: rgb(var(--color-dominant-light) / 1); }
.color-bg-dominant-dark { background-color: rgb(var(--color-dominant-dark) / 1); }
.color-bg-dominant-complement { background-color: rgb(var(--color-dominant-complement) / 1); }
.color-bg-vibrant-light { background-color: rgb(var(--color-vibrant-light) / 1); }
.color-bg-vibrant-dark { background-color: rgb(var(--color-vibrant-dark) / 1); }
.color-bg-vibrant-complement { background-color: rgb(var(--color-vibrant-complement) / 1); }

.color-border-vibrant { border-color: rgb(var(--color-vibrant) / 1); }
.color-border-light { border-color: rgb(var(--color-light) / 1); }
.color-border-dark { border-color: rgb(var(--color-dark) / 1); }
.color-border-contrast { border-color: rgb(var(--color-contrast) / 1); }
.color-border-dominant { border-color: rgb(var(--color-dominant) / 1); }
.color-border-muted { border-color: rgb(var(--color-muted) / 1); }
.color-border-dominant-light { border-color: rgb(var(--color-dominant-light) / 1); }
.color-border-dominant-dark { border-color: rgb(var(--color-dominant-dark) / 1); }
.color-border-dominant-complement { border-color: rgb(var(--color-dominant-complement) / 1); }
.color-border-vibrant-light { border-color: rgb(var(--color-vibrant-light) / 1); }
.color-border-vibrant-dark { border-color: rgb(var(--color-vibrant-dark) / 1); }
.color-border-vibrant-complement { border-color: rgb(var(--color-vibrant-complement) / 1); }


/* ==================================================
   MODULE: comentarios.css
   ================================================== */

/* comentarios */
body#comentarios{
}

.comment-form{
	display:grid;
	place-items:center;
	min-height:100dvh;
	padding:8vw;
}

.comment-form article{
	display:grid;
	gap:2rem;
	width:min(100%,680px);
}

.comment-form header{
	display:grid;
	gap:.8rem;
}

.comment-form .lead,
.comment-form h1,
.comment-form header p{
	margin:0;
}

.comment-form form{
	display:grid;
	gap:1rem;
}

.comment-form label{
	display:grid;
	gap:.45rem;
}

.comment-form label span{
	display:block;
}

.comment-form input,
.comment-form textarea,
.comment-form button{
	width:100%;
	font:inherit;
}

.comment-form input,
.comment-form textarea{
	padding:1rem;
	border:1px solid currentColor;
	outline:none;
	background:transparent;
	color:inherit;
}

.comment-form textarea{
	min-height:11rem;
	resize:vertical;
}

.comment-form small{
	opacity:.65;
}

.comment-form .comment-msg{
	padding:1rem;
	border:1px solid currentColor;
}

.comment-form .hp{
	position:absolute;
	left:-9999px;
	opacity:0;
	pointer-events:none;
}

/* validar comentarios */
body#validar-comentarios{
}

.comentarios-admin{
	display:flex;
	flex-direction:column;
	min-height:100dvh;
	padding:4rem;
}

.comentarios-admin header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:2rem;
	margin-bottom:3rem;
}

.comentarios-admin header div{
	width:min(100%,46rem);
}

.comentarios-admin .lead{
	margin:0 0 .8rem;
}

.comentarios-admin h1{
	margin:0;
}

.comentarios-admin header p{
	margin:1rem 0 0;
	opacity:.68;
}

.comentarios-admin nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:.6rem;
}

.comentarios-admin nav a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:.65rem 1rem;
	border:1px solid currentColor;
	border-radius:999px;
	color:inherit;
	text-decoration:none;
}

.comentarios-admin nav a.active{
	outline:2px solid currentColor;
	outline-offset:2px;
}

.comentarios-grid{
	display:flex;
	flex-direction:column;
	gap:1rem;
}

.comentario-card{
	display:flex;
	flex-direction:column;
	gap:1.2rem;
	padding:1.4rem;
	border:1px solid currentColor;
}

.comentario-top{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:1rem;
}

.comentario-card h2{
	margin:0;
}

.comentario-meta{
	margin:.5rem 0 0;
	opacity:.55;
}

.comentario-texto{
	margin:0;
	overflow-wrap:anywhere;
}

.comentario-status{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:.4rem .7rem;
	border:1px solid currentColor;
	border-radius:999px;
}

.comentario-actions{
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	margin-top:auto;
}

.comentario-actions button{
	padding:.7rem .9rem;
	border:1px solid currentColor;
	background:transparent;
	color:inherit;
	font:inherit;
	cursor:pointer;
}

.comentarios-empty{
	opacity:.55;
}

/* comentarios públicos como tarjetas */
section.comentarios-publicos .cards-track dd p{
	white-space:pre-line;
}

section.comentarios-publicos .cards-track dd small{
	display:block;
	margin-top:1rem;
	opacity:.55;
}

section.comentarios-publicos .cards-track dd .icon-text{
	display:block;
	margin-bottom:1rem;
}

section.comentarios-publicos .cards-track dd .artxt-toggle{
	display:none;
}

/* comentarios mobile */
@media (max-width:767px){
	.comment-form{
		place-items:start stretch;
		padding:3rem 1.25rem;
	}

	.comment-form article{
		gap:1.5rem;
	}

	.comentarios-admin{
		padding:2rem 1rem;
	}

	.comentarios-admin header{
		flex-direction:column;
		align-items:stretch;
		gap:1.5rem;
		margin-bottom:2rem;
	}

	.comentarios-admin nav{
		justify-content:flex-start;
	}

	.comentario-card{
		min-width:0;
		padding:1rem;
	}

	.comentario-top{
		flex-direction:column;
	}

	.comentario-status{
		align-self:flex-start;
	}

	.comentario-actions button{
		flex:1 1 auto;
	}
}


/* ==================================================
   MODULE: contact-form.css
   ================================================== */

/* contacto-form */
section.contacto-form{
	width:100%;
}
.contacto-form .overlay{
	position: absolute;
	inset: 3rem 18% 3rem 0;
	background: 
		linear-gradient(90deg, rgb(var(--n)/1) 0%, rgb(var(--c1)/1) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat, repeat;
	background-size: auto, auto;
	background-position: center, center;
	background-blend-mode: multiply, normal;
	z-index: 0;
}

section.contacto-form article{
	display:grid;
	gap:2rem;
	width:min(100%,680px);
	margin:0 auto;
}

section.contacto-form header{
	display:grid;
	gap:.8rem;
}

section.contacto-form .lead,
section.contacto-form h2,
section.contacto-form h3{
	margin:0;
}

section.contacto-form form{
	display:grid;
	gap:1rem;
}

section.contacto-form label{
	display:grid;
	gap:.45rem;
}

section.contacto-form label span{
	display:block;
}

section.contacto-form input,
section.contacto-form textarea,
section.contacto-form button{
	width:100%;
	color:inherit;
	font:inherit;
}

section.contacto-form input,
section.contacto-form textarea{
	padding:1rem;
	border:1px solid currentColor;
	outline:none;
	background:transparent;
	color:inherit;
}

section.contacto-form textarea{
	min-height:9rem;
	resize:vertical;
}

section.contacto-form input:focus,
section.contacto-form textarea:focus,
section.contacto-form input.is-invalid{
	outline:2px solid currentColor;
	outline-offset:2px;
}

section.contacto-form .hp{
	position:absolute;
	left:-9999px;
	opacity:0;
	pointer-events:none;
}

section.contacto-form .contacto-check{
	display:flex;
	align-items:center;
	gap:.75rem;
	cursor:pointer;
}

section.contacto-form .contacto-check input{
	appearance:auto;
	-webkit-appearance:checkbox;
	display:block;
	width:2rem;
	height:2rem;
	min-width:2rem;
	margin:0;
	cursor:pointer;
}

section.contacto-form .contacto-respuesta{
	display:none;
	margin:0;
	padding:1rem;
	border:1px solid currentColor;
}

section.contacto-form .contacto-respuesta.is-active{
	display:block;
}

section.contacto-form button[type="submit"].is-disabled,
section.contacto-form button[type="submit"]:disabled{
	opacity:.35;
	pointer-events:none;
	cursor:not-allowed;
}

section.contacto-form .contacto-warning{
	display:none;
	margin-top:.35rem;
	opacity:.7;
}

section.contacto-form .contacto-warning.is-active{
	display:block;
}

/* contacto-form mobile */
@media (max-width:767px){
	section.contacto-form{
	}
	.contacto-form .overlay{
		position: absolute;
		inset: 3rem 0 3rem 81%;
		background: 
			linear-gradient(90deg, rgb(var(--n)/1) 0%, rgb(var(--c1)/1) 100%),
			url("/assets/img/bg.webp");
		background-repeat: repeat, repeat;
		background-size: auto, auto;
		background-position: center, center;
		background-blend-mode: multiply, normal;
		z-index: 0;
	}

	section.contacto-form article{
		padding:2rem 1.5rem;
	}

	section.contacto-form .lead,
	section.contacto-form h2,
	section.contacto-form h3{
		color:rgb(var(--c1) / 1);
	}
}


/* ==================================================
   MODULE: events.css
   ================================================== */

/* =========================================================
   EVENTS
   ========================================================= */

.events {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 81dvh;
	overflow: hidden;
}

section.events > .overlay {
	position: absolute;
	inset: 0 72% 0 0;
	z-index: 0;
	background: linear-gradient(
		90deg,
		rgb(var(--n) / 0.1) 0%,
		rgb(var(--n) / 0.3) 100%
	);
}

.events > article:nth-of-type(1) {
	position: relative;
	width: 64%;
	min-width: 0;
	z-index: 1;
}

.events > article:nth-of-type(2) {
	position: relative;
	width: 36%;
	min-width: 0;
	z-index: 1;
}

/* =========================================================
   EVENTS PICTURES
   ========================================================= */

.events-pics {
	--var-padding: 2rem;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: var(--var-padding);
	list-style: none;
}

.events-pics li {
	position: absolute;
	inset: var(--var-padding);
	width: auto;
	height: auto;
	margin: 0;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transform: scale(1.03);
	filter: blur(8px);
	transition:
		opacity 0.45s ease,
		transform 0.45s ease,
		filter 0.45s ease;
}

.events-pics li.is-active {
	opacity: 1;
	z-index: 2;
	pointer-events: auto;
	transform: scale(1);
	filter: blur(0);
}

.events-pics figure {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.events-pics figure::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

section.events figure .overlay {
	position: absolute;
	top: 50%;
	left: 9%;
	width: 27%;
	height: 80%;
	z-index: 2;
	background: linear-gradient(
		90deg,
		rgb(var(--n) / 0.1) 0%,
		rgb(var(--n) / 0.3) 100%
	);
	transform: translateY(-50%);
	mix-blend-mode: multiply;
}

.events-pics img,
.events-pics video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.events-pics .artxt.poster-copy {
	position: absolute;
	top: 50%;
	left: 9%;
	z-index: 3;
	color: rgb(var(--b) / 1);
	transform: translateY(-50%);
}

/* =========================================================
   EVENTS DETAILS
   ========================================================= */

.events-details {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 9rem 18rem 9rem 0;
	list-style: none;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.events-details > li {
	position: relative;
	display: grid;
	grid-template-columns: minmax(5rem, 7rem) minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 1.5rem;
	width: 100%;
	margin-top: 3rem;
	padding: 1.5rem;
	box-sizing: border-box;
	opacity: 0.55;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}

.events-details > li.is-active {
	opacity: 1;
}

.events-details .artxt {
	grid-column: 1 / -1;
	grid-row: 1;
	display: grid;
	grid-template-columns: minmax(5rem, 7rem) minmax(0, 1fr);
	column-gap: 1.5rem;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: rgb(var(--n) / 1);
	background: transparent;
}

.events-details .artxt > dt {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-width: 0;
	margin: 0;
	padding: 0;
	visibility: visible;
	opacity: 1;
}

.events-details .artxt > dd {
	grid-column: 2;
	grid-row: 1;
	display: block;
	min-width: 0;
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	visibility: visible;
	opacity: 1;
}

.events-details .artxt dt .lead {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1;
}

.events-details .artxt dt hr {
	display: block;
	width: 100%;
	height: 2px;
	margin: 0.75rem 0;
	border: 0;
	background: rgb(var(--c3) / 1);
}

.events-details .artxt dt h2 {
	display: block;
	margin: 0;
	color: rgb(var(--c3) / 1);
	font-size: 3.5rem;
	line-height: 0.9;
	text-shadow: none;
}

.events-details .artxt dt h3 {
	display: block;
	margin: 0.5rem 0 0;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
}

.events-details .artxt dd h4 {
	display: block;
	margin: 0 0 1rem;
	padding: 0;
}

.events-details .artxt dd p {
	display: block;
	margin: 0 0 1rem;
	padding: 0;
	column-count: 1;
}

.events-details .artxt dd .artxt-toggle {
	display: block;
}

.events-details .artxt dd hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 1rem 0;
	border: 0;
	background: rgb(var(--c3) / 0.5);
}

.events-details .artxt dd .caption {
	display: block;
	padding: 0;
}

.events-details > li > .custom-text-buttons {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin-top: 1rem;
}

/* =========================================================
   HIDE TEXT
   ========================================================= */

.events.hide-txt-clean .events-pics .poster-copy,
.events.hide-txt-clean .events-pics .layer-overlay,
.events.hide-txt-clean .events-pics .overlay {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.events.hide-txt-clean .events-details,
.events.hide-txt-clean .events-details .artxt,
.events.hide-txt-clean .events-details .artxt *,
.events.hide-txt-clean .events-details dl,
.events.hide-txt-clean .events-details dt,
.events.hide-txt-clean .events-details dd {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.events .events-details .hide-txt-target-clean,
.events .events-details .artxt.hide-txt-target-clean {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* =========================================================
   ACTIVE STATES AND EDIT MODE
   ========================================================= */

.events-pics li.is-active,
.hd-slide-item.is-active {
	z-index: 10 !important;
	pointer-events: auto !important;
}

.events-pics li:not(.is-active),
.hd-slide-item:not(.is-active) {
	z-index: 1 !important;
	pointer-events: none !important;
}

body.is-edit-mode .events-pics li.is-active *,
body.is-edit-mode .hd-slide-item.is-active * {
	pointer-events: auto;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
	section.events {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		width: 100% !important;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: none;
		contain: paint;
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	section.events > article:nth-of-type(1),
	section.events > article:nth-of-type(2) {
		width: 100%;
		min-width: 0;
	}

	section.events > .overlay {
		inset: 0 18% 0 0;
		background: linear-gradient(
			90deg,
			rgb(var(--n) / 0.1) 0%,
			rgb(var(--n) / 0.5) 100%
		);
	}

	/* Imágenes */

	section.events .events-pics {
		--var-padding: 2rem;
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
		height: 72dvh;
		margin: 0;
		padding: var(--var-padding) 0 0;
		overflow-x: auto;
		overflow-y: hidden;
		list-style: none;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		overscroll-behavior-y: auto;
		touch-action: pan-x pan-y;
		contain: paint;
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	section.events .events-pics > li,
	section.events .events-pics > li.is-active {
		position: relative;
		inset: auto;
		display: block;
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		opacity: 1;
		z-index: auto;
		filter: none;
		transform: translateZ(0);
		transition: none;
		pointer-events: auto;
		scroll-snap-align: start;
		backface-visibility: hidden;
	}

	section.events .events-pics figure {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	section.events .events-pics figure img,
	section.events .events-pics figure video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	section.events figure .overlay {
		position: absolute;
		top: 50%;
		left: 0;
		width: 90%;
		height: 90%;
		z-index: 2;
		background: linear-gradient(
			90deg,
			rgb(var(--n) / 0.1) 0%,
			rgb(var(--c1) / 0.4) 100%
		);
		transform: translateY(-50%);
		mix-blend-mode: multiply;
	}

	.events-pics .poster-copy-content {
		position: absolute;
		top: 5%;
		left: 0;
		width: 90%;
		height: 90%;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 5;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-y: contain;
	}

	.events-pics .artxt.poster-copy {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 2rem;
		z-index: 5;
		transform: none;
	}

	.events-pics .artxt.poster-copy dt h2 {
		width: 100%;
		background: none;
	}

	.events-pics .artxt.poster-copy dt h3 {
		width: 110%;
	}

	/* Detalles */

	section.events .events-details {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: visible;
		list-style: none;
		background: rgb(var(--b) / 1);
	}

	section.events .events-details > li {
		display: none;
		grid-template-columns: minmax(4.5rem, 5.5rem) minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 1rem;
		width: 100%;
		margin: 0;
		padding: 1.5rem 1rem 2rem;
		background: linear-gradient(
			90deg,
			rgb(var(--n) / 0.1) 0%,
			rgb(var(--n) / 0.2) 100%
		);
		opacity: 1;
		transform: none;
		transition: none;
	}

	section.events .events-details > li.is-active {
		display: grid;
	}

	section.events .events-details .artxt {
		grid-column: 1 / -1;
		grid-row: 1;
		display: grid !important;
		grid-template-columns: minmax(4.5rem, 5.5rem) minmax(0, 1fr);
		column-gap: 1rem;
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
	}

	section.events .events-details .artxt > dt {
		grid-column: 1;
		grid-row: 1;
		padding: 0 0.5rem 0 0;
	}

	section.events .events-details .artxt > dd {
		grid-column: 2;
		grid-row: 1;
		padding: 0;
	}

	section.events .events-details dt .lead {
		font-size: 1.2rem;
	}

	section.events .events-details dt h2 {
		font-size: 3rem;
	}

	section.events .events-details dt h3 {
		font-size: 1.25rem;
	}

	section.events .events-details > li > .custom-text-buttons {
		grid-column: 2;
		grid-row: 2;
		margin-top: 1rem;
	}

	section.events,
	section.events .events-pics,
	section.events .events-pics > li,
	.xscroll,
	.xscroll-body,
	.xscroll-list > li {
		contain: initial !important;
		transform: none !important;
		backface-visibility: visible !important;
	}
}

/* ==================================================
   MODULE: footer.css
   ================================================== */

.simple-footer {
	--simple-footer-base-background: transparent;
	--simple-footer-panel-background: rgb(var(--b) / 1);
	--simple-footer-panel-width: min(1120px, calc(100% - 2rem));
	position: fixed;
	inset: 0;
	z-index: 1000;
	transform: translateY(100%);
	transition: transform 360ms ease;
	color: #f8fafc;
}

.simple-footer.is-visible {
	transform: translateY(0);
}

/* Keeps the final module visible while the invisible footer delay is traversed. */
body:not(.simple-edit-mode) .simple-footer-last-module {
	position: sticky;
	top: 0;
	z-index: 1;
}

/* This occupies the 50dvh delay before the footer animation starts. */
body:not(.simple-edit-mode) .simple-footer-trigger-space {
	height: 50dvh;
	pointer-events: none;
}

.simple-footer__base {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: var(--simple-footer-base-background);
}

.simple-footer__panel {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: var(--simple-footer-panel-width);
	max-height: 90dvh;
	margin: 0 auto;
	min-height: 4rem;
	padding: 2rem;
	overflow: auto;
	background: rgb(var(--c2) / 1);
}

.simple-footer__columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	gap: 2rem;
}

.simple-footer-column h2 {
	margin: 0 0 1rem;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.simple-footer-column__items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

.simple-footer-link-item,
.simple-footer-image {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin: 0;
}

.simple-footer-link,
.simple-footer-social a {
	color: inherit;
	text-decoration: none;
}

.simple-footer-link {
	font-weight: 700;
}

.simple-footer-link-item em,
.simple-footer-image em {
	font-size: 0.9em;
	opacity: 0.8;
}

.simple-footer-image {
	width: var(--simple-footer-image-scale, 75%);
	max-width: 100%;
}

.simple-footer-image__mask {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	background-color: var(--simple-footer-image-color, rgb(var(--n)));
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.simple-footer-image__mask--iso {
}

.simple-footer-image__mask--logo {
	aspect-ratio: 4 / 1;
}

.simple-footer-image figcaption {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.simple-footer-divider {
	width: 100%;
	margin: 0;
	border: 0;
	border-top: 1px solid currentColor;
	opacity: 0.45;
}

.simple-footer-credits {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid currentColor;
	font-size: .8rem;
	opacity: .8;
}

.simple-footer-credits a {
	color: inherit;
	text-decoration: none;
}

.simple-footer-credits a:hover {
	text-decoration: underline;
}

.simple-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.simple-footer-social a {
	font-size: 1.25rem;
}

.simple-footer .blanco { color: rgb(var(--n) / 1); }
.simple-footer .negro { color: rgb(var(--n) / 1); }
.simple-footer .principal { color: rgb(var(--c1) / 1); }
.simple-footer .secundario { color: rgb(var(--c2) / 1); }
.simple-footer .luz { color: rgb(var(--c3) / 1); }

.simple-footer-config {
	margin-top: 1.5rem;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

body.simple-edit-mode .simple-footer {
	position: relative;
	transform: none;
	max-height: none;
	margin-top: 2rem;
}

body.simple-edit-mode .simple-footer__panel {
	max-height: none;
}

@media (max-width: 767px) {
	.simple-footer__panel {
		display: flex;
		flex-direction: column;
		width: 90%;
		height: 90dvh;
		max-height: none;
		padding: 1.5rem;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	/* This is the only mobile footer overflow container. script.js detects it
	 * and adds the arrows/dots plus the native scroll-snap classes. */
	.simple-footer__columns {
		display: flex;
		flex: 1 1 auto;
		min-height: 0;
		width: 100%;
		gap: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 0;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.simple-footer__columns::-webkit-scrollbar {
		display: none;
	}

	.simple-footer-column {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		min-height: 0;
		padding: 0 0.25rem;
		overflow-x: hidden;
		overflow-y: auto;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	/* The credits are outside the scrolling columns, so they remain fixed
	 * while the user moves between footer columns. */
	.simple-footer-credits {
		flex: 0 0 auto;
		flex-direction: column;
		margin-top: 1rem;
		padding-top: 0.75rem;
	}

	.simple-footer__panel > .hswipe-nav {
		flex: 0 0 auto;
		margin-top: 0.75rem;
	}
}


/* ==================================================
   MODULE: gallery.css
   ================================================== */

/* pic-gallery */

.pic-gallery{
	display:flex;
	align-items:flex-start;
	width:100%;
}
.pic-gallery .overlay{
	position: absolute;
	inset: 0 62% 0 0;
	background: 
		linear-gradient(90deg, rgb(var(--n)/1) 0%, rgb(var(--c1)/.9) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat, repeat;
	background-size: auto, auto;
	background-position: center, center;
	background-blend-mode: multiply, normal;
	z-index: 0;
}

.pic-gallery > article:nth-of-type(1){
	width:64%;
	min-width:0;
	padding:3rem 3rem 3rem 18rem;
}

.pic-gallery > article:nth-of-type(2){
	position:sticky;
	top:12dvh;
	width:36%;
	min-width:0;
	padding:0 18rem 0 0;
}

.pic-gallery > article:nth-of-type(2) .artxt{
	width: 100%;
}


.pic-gallery .gallery-cols{
	width:100%;
	margin:0;
	padding:1rem;
	list-style:none;
}

.pic-gallery .gallery-cols > li{
	position:relative;
	width:100%;
	min-width:0;
	margin:0;
	padding:0;
	overflow:hidden;
}

.pic-gallery .gallery-cols figure{
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	overflow:hidden;
	cursor:pointer;
	background:rgb(var(--n) / 1);
}

.pic-gallery .gallery-cols img,
.pic-gallery .gallery-cols video,
.pic-gallery .gallery-cols .gallery-thumb,
.pic-gallery .gallery-cols .responsive-img,
.pic-gallery .gallery-cols .responsive-video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.pic-gallery .gallery-cols img:hover,
.pic-gallery .gallery-cols video:hover{
	filter:saturate(.5);
}

.pic-gallery .gallery-cols dl{
	display:none;
}

.pic-gallery .gallery-cols figcaption{
display: none
}

.pic-gallery .gallery-video-mark{
	position:absolute;
	left:50%;
	top:50%;
	z-index:3;
	width:3.25rem;
	height:3.25rem;
	border-radius:50%;
	transform:translate(-50%, -50%);
	pointer-events:none;
}

.pic-gallery .gallery-video-mark::before{
	content:"";
	position:absolute;
	left:54%;
	top:50%;
	width:0;
	height:0;
	border-top:.65rem solid transparent;
	border-bottom:.65rem solid transparent;
	border-left:1rem solid rgb(var(--b) / 1);
	transform:translate(-50%, -50%);
}

/* square grid */

.pic-gallery.square-grid .gallery-cols{
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	gap:.5rem;
}

.pic-gallery.square-grid .gallery-cols figure{
	aspect-ratio:1 / 1;
}

/* mosaic grid */

.pic-gallery.mosaic-grid .gallery-cols{
	--cols:3;
	--gap:10px;
	--cell:10rem;

	display:grid;
	grid-template-columns:repeat(var(--cols), minmax(0, 1fr));
	grid-auto-rows:var(--cell);
	grid-auto-flow:dense;
	gap:var(--gap);
}

.pic-gallery.mosaic-grid .gallery-cols > li{
	width:auto;
	min-height:0;
	grid-column:span 1;
	grid-row:span 1;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-1x1{
	grid-column:span 1;
	grid-row:span 1;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-1x2{
	grid-column:span 1;
	grid-row:span 2;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-2x1{
	grid-column:span 2;
	grid-row:span 1;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-2x2{
	grid-column:span 2;
	grid-row:span 2;
}

/* pinterest grid */

.pic-gallery.pinterest-grid .gallery-cols{
	display:block;
	columns:4;
	column-gap:1rem;
	margin:0;
	padding:1rem;
	list-style:none;
}

.pic-gallery.pinterest-grid .gallery-cols > li{
	display:block;
	width:100%;
	margin:0 0 1rem;
	break-inside:avoid;
	-webkit-column-break-inside:avoid;
	overflow:hidden;
}

.pic-gallery.pinterest-grid .gallery-cols figure{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
	cursor:pointer;
	background:rgb(var(--n) / 1);
}

.pic-gallery.pinterest-grid .gallery-cols > li.ratio-1x1 figure{
	aspect-ratio:1 / 1;
}

.pic-gallery.pinterest-grid .gallery-cols > li.ratio-2x3 figure{
	aspect-ratio:2 / 3;
}

.pic-gallery.pinterest-grid .gallery-cols > li.ratio-3x2 figure{
	aspect-ratio:3 / 2;
}

.pic-gallery.pinterest-grid .gallery-cols img,
.pic-gallery.pinterest-grid .gallery-cols video,
.pic-gallery.pinterest-grid .gallery-cols .gallery-thumb,
.pic-gallery.pinterest-grid .gallery-cols .responsive-img,
.pic-gallery.pinterest-grid .gallery-cols .responsive-video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

/* zoom */

.zoom{
	position:fixed;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background-image: linear-gradient(110deg, #000 55%, rgb(var(--c1)/.95) 100%),
	url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
	opacity:0;
	pointer-events:none;
	transition:opacity .25s ease;
	z-index:350;
}

.zoom.open{
	opacity:1;
	pointer-events:auto;
}

.zoom img,
.zoom video,
.zoom .zoom-img,
.zoom .zoom-video{
	display:block;
	max-width:90vw;
	max-height:90vh;
	object-fit:contain;
	background:#000;
	box-shadow:0 0 30px rgba(0, 0, 0, .45);
}

.zoom .zoom-img,
.zoom .zoom-video{
	display:none;
}

.zoom-close,
.zoom-prev,
.zoom-next{
	position:absolute;
	padding:.5rem;
	font-size:2.5rem;
	line-height:1;
	color:#fff;
	cursor:pointer;
	border:none;
	background:none;
	z-index:2;
}

.zoom-close{
	top:1rem;
	right:1rem;
}

.zoom-prev{
	top:50%;
	left:1rem;
	transform:translateY(-50%);
}

.zoom-next{
	top:50%;
	right:1rem;
	transform:translateY(-50%);
}

.zoom-count{
	position:absolute;
	left:50%;
	bottom:1rem;
	font-size:.9rem;
	letter-spacing:.08em;
	color:#f00;
	transform:translateX(-50%);
	z-index:2;
}

@media (max-width: 767px) {
	.pic-gallery {
		flex-direction: column-reverse;
		width: 100%;
		max-width: 100vw;
		overflow: hidden;
		box-sizing: border-box;
	}
	
	.pic-gallery .overlay {
		position: absolute;
		inset: 0;
		background: 
			linear-gradient(90deg, rgb(var(--n)/1) 0%, rgb(var(--c3)/.9) 100%),
			url("/assets/img/bg.webp");
		background-repeat: repeat, repeat;
		background-size: auto, auto;
		background-position: center, center;
		background-blend-mode: multiply, normal;
		z-index: 0;
	}

	.pic-gallery > article:nth-of-type(1) {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	
	.pic-gallery > article:nth-of-type(1) figcaption {
		display: none;
	}

	.pic-gallery > article:nth-of-type(2) {
		position: relative;
		top: 0;
		width: 100%;
		padding: 0 1.25rem;
		box-sizing: border-box;
	}

	.pic-gallery.square-grid .gallery-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		box-sizing: border-box;
	}

	.pic-gallery.mosaic-grid .gallery-cols {
		--cols: 4;
		box-sizing: border-box;
	}

	.pic-gallery.pinterest-grid .gallery-cols {
		columns: 2;
		column-gap: .25rem;
		padding: 1.25rem 0;
		box-sizing: border-box;
	}

	.pic-gallery.pinterest-grid .gallery-cols > li {
		margin-bottom: .25rem;
		break-inside: avoid;
	}
}


/* ==================================================
   MODULE: header.css
   ================================================== */

.simple-header {
	position: fixed;
	inset: 0;
	z-index: 10000;
	pointer-events: none;
}

.simple-header__intro {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 2rem;
	box-sizing: border-box;
	background: rgb(var(--n) / 1);
	color: rgb(var(--b) / 1);
	transition: transform 700ms cubic-bezier(.77, 0, .18, 1), visibility 0s linear 700ms;
	pointer-events: auto;
}

.simple-header__intro-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: min(32rem, 100%);
	text-align: center;
}

.simple-header__logo {
	display: block;
	width: min(18rem, 70vw);
	aspect-ratio: 4 / 1;
	background: linear-gradient(
		135deg,
		rgb(var(--c1) / 1) 0%,
		rgb(var(--c2) / 1) 33%,
		rgb(var(--c3) / 1) 100%
	);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	margin-bottom: 1.5rem;
}

.simple-header__intro h4,
.simple-header__intro p {
	margin: 0;
}

.simple-header__intro h4 {
	font-size: clamp(1.25rem, 3vw, 2rem);
}

.simple-header__intro p {
	margin-top: .5rem;
	font-size: clamp(.9rem, 2vw, 1.1rem);
}

.simple-header__brand {
	position: absolute;
	top: 5dvh;
	left: 1rem;
	z-index: 1;
	display: grid;
	place-items: center;
	width: clamp(2.75rem, 6vw, 4rem);
	aspect-ratio: 1;
	opacity: 0;
	transform: translateY(-150%);
	transition: transform 500ms cubic-bezier(.77, 0, .18, 1) 620ms, opacity 200ms linear 620ms;
	pointer-events: none;
}

.simple-header__iso {
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--simple-header-color, rgb(var(--b) / 1));
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.simple-header__config {
	position: absolute;
	top: 5dvh;
	right: 1rem;
	z-index: 2;
	border: 0;
	background: rgb(var(--n) / .9);
	color: rgb(var(--b) / 1);
	font: inherit;
	cursor: pointer;
	pointer-events: auto;
}

.simple-header.is-dismissed {
	pointer-events: none;
}

.simple-header.is-dismissed .simple-header__intro {
	transform: translateY(-100%);
	visibility: hidden;
}

.simple-header.is-dismissed .simple-header__brand {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.simple-cookie-consent {
	position: fixed;
	inset: 0;
	z-index: 11000;
	display: grid;
	place-items: center;
	padding: 1.5rem;
	box-sizing: border-box;
	background: rgb(var(--n) / .55);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	pointer-events: auto;
}

.simple-cookie-consent[hidden] {
	display: none;
}

.simple-cookie-consent__panel {
	width: min(30rem, 100%);
	padding: 1.5rem;
	border: 1px solid rgb(var(--b) / .2);
	background: rgb(var(--n) / 1);
	color: rgb(var(--b) / 1);
	box-shadow: 0 1rem 3rem rgb(0 0 0 / .28);
}

.simple-cookie-consent__panel h2,
.simple-cookie-consent__panel p {
	margin: 0;
}

.simple-cookie-consent__panel p {
	margin-top: .75rem;
}

.simple-cookie-consent__panel button {
	margin-top: 1.25rem;
	padding: .7rem 1rem;
	border: 0;
	background: rgb(var(--c3) / 1);
	color: rgb(var(--n) / 1);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

body.simple-cookie-open {
	overflow: hidden;
}

body.simple-edit-mode .simple-header__intro {
	display: none;
}

body.simple-edit-mode .simple-header__brand {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	.simple-header__intro,
	.simple-header__brand {
		transition-duration: 1ms;
	}
}


/* ==================================================
   MODULE: headline.css
   ================================================== */

/* headline */
.headline {
	position: relative;
	display: grid;
	grid-template-columns: 45% 55%;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.headline .overlay {
	position: absolute;
	inset: 2rem 55% 2rem 2rem;
	background: rgb(var(--n) / 0.1);
	z-index: 0;
}

.headline > .artxt {
	position: relative;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 45% 55%;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	z-index: 1;
}

.headline .artxt dt,
.headline .artxt dd {
	box-sizing: border-box;
	min-width: 0;
}

.headline .artxt dt {
	grid-column: 1;
	grid-row: 1;
	text-align: right;
	padding: 3rem 0 3rem 27rem;
}

.headline .artxt dd {
	grid-column: 2;
	grid-row: 1;
	border: none;
	padding: 3rem 27rem 3rem 0;
}

.headline .artxt dt h2,
.headline .artxt dt h3,
.headline .artxt dt span {
	padding-right: 1.5rem;
}

.headline .artxt dd h4,
.headline .artxt dd p,
.headline .artxt dd span {
	padding-left: 1.5rem;
}

.headline .artxt dd p {
	column-count: 2;
	column-gap: 1rem;
}

.headline > .custom-text-buttons {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 0 27rem 2rem 1.5rem;
	z-index: 1;
}

/* Móvil */
@media (max-width: 767px) {
	.headline {
		grid-template-columns: 1fr;
	}

	.headline .overlay {
		inset: 0;
	}

	.headline > .artxt {
		grid-column: 1;
		grid-template-columns: 1fr;
	}

	.headline .artxt dt,
	.headline .artxt dd {
		grid-column: 1;
		grid-row: auto;
		width: 100%;
	}

	.headline .artxt dt {
		padding: 2.5rem 1.25rem 1rem;
		text-align: right;
	}

	.headline .artxt dd {
		padding: 1rem 1.25rem 2.5rem;
		border-top: 1px solid transparent;
		border-image: linear-gradient(
			to right,
			rgb(var(--b) / 0.4) 0%,
			rgb(var(--b) / 0.2) 30%,
			transparent 30%,
			transparent 100%
		) 1;
		text-align: left;
	}

	.headline .artxt dt h2,
	.headline .artxt dt h3,
	.headline .artxt dt span,
	.headline .artxt dd h4,
	.headline .artxt dd p,
	.headline .artxt dd span {
		padding-left: 0;
		padding-right: 0;
	}

	.headline .artxt dt hr {
		width: 65%;
		margin: 1rem 0 1rem auto;
	}

	.headline .artxt dd p {
		column-count: 1;
		column-gap: 0;
	}

	.headline > .custom-text-buttons {
		grid-column: 1;
		grid-row: auto;
		justify-content: flex-end;
		padding: 0 1.25rem 2rem;
	}
}

/* ==================================================
   MODULE: hero36.css
   ================================================== */


.content36{
height: 195dvh;
width: 100%;
background-attachment: fixed;
background-position: top center;
background-size: cover;
position: relative;
isolation: isolate;
margin: 0;
padding: 0;
}

.content36 dl{
width: 100%;
background: rgb(var(--b) / 1);
padding: 5% 55% 5% 18rem;
position: absolute;
bottom: 0;

}

.content36:nth-child(1) {

background-image: url("/assets/photo/index/desk/01.webp");

}

.content36:nth-child(2) {

background-image: url("/assets/photo/index/desk/02.webp");

}

.content36:nth-child(3) {

background-image: url("/assets/photo/index/desk/03.webp");

}

.content36:nth-child(4) {

background-image: url("/assets/photo/index/desk/04.webp");

}

.content36:nth-child(5) {

background-image: url("/assets/photo/index/desk/05.webp");

}

section.hero36 figure {
	display: none;
}

@media (max-width: 767px) {




	section.hero36 > figure {
	display: block !important;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

section.hero36 > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.hero36 > figure:nth-of-type(1) { z-index: 1; }
section.hero36 > figure:nth-of-type(2) { z-index: 2; }
section.hero36 > figure:nth-of-type(3) { z-index: 3; }
section.hero36 > figure:nth-of-type(4) { z-index: 4; }
section.hero36 > figure:nth-of-type(5) { z-index: 5; }

section.hero36 > figure.is-active {
	opacity: 1;
}



.content36 {

width: 100%;
height: 100dvh;
margin-bottom: 100dvh; /* Deja espacio para los bloques anteriores */
position: relative;
z-index: 10;
background: transparent;
background-image: none;

}
.content36:last-of-type {
	margin-bottom: 0 !important;
}


.content36 dl {

height: 100dvh;

background: rgb(var(--b) / 1);

padding: 25% 15%;

width: 100%;
position: relative; /* Asegura que mantenga su estructura */
z-index: 11;
margin-top: 100dvh;
}

.trigger-top, .trigger-bottom {

height: 25px;

width: 100%;

pointer-events: none;

visibility: hidden; /* O display: none pero ojo: getBoundingClientRect necesita que ocupen espacio, así que usa height: 50px, opacity: 0 y position relative/absolute según te convenga, o simplemente opacidad 0 */

opacity: 1;

margin: 0;

padding: 0;
background: rgba(0, 33, 255, 1)
}


.trigger-top {

position: absolute;

top: 0;

left: 0;

}


.trigger-bottom {

position: absolute;

bottom: 0;

left: 0;

}

}

/* ==================================================
   MODULE: herozb.css
   ================================================== */

/* herozb */
.module-wrap[data-label="herozb"] {
	--hero-scroll-height: 200dvh;
	
	--hero-start-opacity: 1;
	--hero-start-blur: 0px;
	--hero-start-saturate: 1;
	--hero-start-scale: 1;

	--hero-end-opacity: 0.5;
	--hero-end-blur: 40px;
	--hero-end-saturate: 0;
	--hero-end-scale: 1.5;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 1;
	pointer-events: none;
}

.module-wrap[data-label="herozb"] * {
	pointer-events: auto;
}

.module-wrap[data-label="herozb"] .herozb {
	position: relative;
	width: 100%;
	height: 100dvh;
	opacity: var(--hero-start-opacity);
	filter: blur(var(--hero-start-blur)) saturate(var(--hero-start-saturate));
	transform: scale(var(--hero-start-scale));
	will-change: opacity, filter, transform;
}

.module-wrap[data-label="herozb"] + .module-wrap {
	position: relative;
	z-index: 2;
	margin-top: var(--hero-scroll-height);
}

.herozb {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 1;
	background: rgb(var(--n) / 1);
}

.herozb article {
	position: relative;
	width: 100%;
	height: 100dvh;
	overflow: hidden;
}

.herozb figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100dvh;
	margin: 0;
	overflow: hidden;
}

.herozb figure .overlay {
	position: absolute;
	top: 50%;
	left: 9%;
	z-index: 1;
	width: 27%;
	height: 80%;
	transform: translateY(-50%);
	background: linear-gradient(
		0deg,
		rgb(var(--b) / 1) 0%,
		rgb(var(--b) / .1) 100%
	);
	mix-blend-mode: screen;
}

.herozb figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.herozb .artxt {
	position: absolute;
	top: 50%;
	left: 9%;
	z-index: 2;
	width: 27%;
	padding: 3rem;
	overflow: visible;
	transform: translateY(-50%);
	gap: 0;
}

.herozb .artxt dt h2 {
	width: 200%;
	padding: 0;
	overflow-x: visible;
}

.herozb .artxt dd {
	width: 100%;
}

.module-wrap[data-label="herozb"] + .module-wrap {
	position: relative;
	z-index: 2;
	margin-top: 100dvh;
}

/* poster mobile */
@media (max-width: 767px) {
	.herozb {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100vw;
		height: 100dvh;
		z-index: 1;
	}

	.herozb article {
		position: relative;
		width: 100%;
		height: 100dvh;
		overflow: hidden;
	}

	.herozb figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
	}

	.herozb figure .overlay {
		position: absolute;
		top: 50%;
		left: 10%;
		z-index: 1;
		width: 80%;
		height: auto;
		min-height: 70%;
		transform: translateY(-50%);
	}

	.herozb .artxt {
		position: absolute;
		top: 50%;
		left: 10%;
		z-index: 2;
		width: 80%;
		padding: 1.5rem 1.25rem;
		transform: translateY(-50%);
		gap: 0;
		box-sizing: border-box;
	}

	.herozb .artxt dt h2 {
		width: 100%;
	}
}

/* ==================================================
   MODULE: housedream.css
   ================================================== */

.house-dream {
	position: relative;
	width: 100%;
	height: 100dvh;
	overflow: hidden;
}

/* 1. FONDO Y CAPAS DE COLOR/DESENFOQUE */
.house-dream .bg-layer {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: var(--bg-desk);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	opacity: 1;
}

.house-dream .bg-blur {
	position: absolute;
	inset: 0 calc(100% - var(--split-pos, 50%)) 0 0;
	z-index: 2;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	pointer-events: none;
	filter: saturate(.75);
}

.house-dream .bg-blur::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/assets/img/patternblack.png');
	background-repeat: repeat;
	background-size: 3px 3px;
	pointer-events: none;
	opacity: .1;
	filter: invert(1);
}

.house-dream .hd-slides-container {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: auto;
}

.house-dream .hd-slide-item {
	position: absolute;
	inset: 0;
	z-index: 10;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* 2. MÁSCARA GIGANTE DE TEXTO */
.house-dream h2.tittle-mask {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	z-index: 5 !important;
	display: block;
	font-size: 18rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	margin: 0;
	cursor: pointer;
	
	background-image: var(--slide-bg-desk, var(--bg-desk)) !important;
	background-color: transparent !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	
	-webkit-background-clip: text !important;
	background-clip: text !important;
	
	text-shadow: none !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;

	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.15));
	pointer-events: auto !important;
}

.house-dream h2.tittle-mask::after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	z-index: 6;
	
	background: linear-gradient(90deg, transparent 0%, transparent var(--split-pos, 50%), #ffffff var(--split-pos, 50%));
	-webkit-background-clip: text !important;
	background-clip: text !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
	
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
	pointer-events: none !important;
}

body.is-edit-mode .house-dream h2.tittle-mask {
	background-color: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-user-select: none;
	user-select: none;
}

/* 3. BLOQUE .ARTXT */
.house-dream dl.artxt {
	position: absolute !important;
	width: var(--split-pos, 50%);
	bottom: 9dvh;
	padding: 0 6rem 0 18rem;
	z-index: 50 !important;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
}

.house-dream dl.artxt dt,
.house-dream dl.artxt dd,
.house-dream dl.artxt *,
body.is-edit-mode .house-dream dl.artxt * {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
}

.house-dream dl.artxt h2,
.house-dream dl.artxt h3,
.house-dream dl.artxt h4,
.house-dream dl.artxt p,
.house-dream dl.artxt span {
	color: #ffffff !important;
}

/* 4. BOTÓN REEMPLAZAR FOTO/VIDEO */
.house-dream .simple-media-edit-trigger,
body.is-edit-mode .house-dream .simple-media-edit-trigger {
	position: absolute !important;
	bottom: .75rem !important;
	right: .75rem !important;
	top: auto !important;
	left: auto !important;
	z-index: 100 !important;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* ADAPTACIÓN MÓVIL */
@media (max-width: 768px) {
	.house-dream .bg-layer {
		background-image: var(--bg-mov);
		background-attachment: scroll !important;
	}

	.house-dream .bg-blur {
		inset: calc(100dvh - var(--split-pos, 45%)) 0 0 0;
		width: 100%;
		height: var(--split-pos, 45%);
	}

	.house-dream h2.tittle-mask {
		font-size: 4rem;
		top: calc(100dvh - var(--split-pos, 45%));
		transform: translateY(calc(-1 * var(--split-pos, 45%)));
		left: 0;
		width: 100%;
		background-image: var(--slide-bg-mov, var(--bg-mov)) !important;
		background-attachment: scroll !important;
		word-break: break-word;
	}

	.house-dream h2.tittle-mask::after {
		background: linear-gradient(0deg, transparent 0%, transparent calc(100% - var(--split-pos, 45%)), #ffffff calc(100% - var(--split-pos, 45%))) !important;
		-webkit-background-clip: text !important;
		background-clip: text !important;
	}

	.house-dream dl.artxt {
		position: absolute !important;
		bottom: 5dvh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: 81% !important;
		height: calc( var(--split-pos, 45%) - 10dvh) !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		z-index: 50 !important;
		margin: 0 !important;
		padding: 0 !important;scrollbar-width: none !important; /* Firefox */
		}
		
		.house-dream dl.artxt::-webkit-scrollbar {
			display: none !important;
			width: 0 !important;
			height: 0 !important;
		}
	
	.house-dream dl.artxt h2 {
		width: 100% !important;
	}
}

/* ==================================================
   MODULE: launchpad.css
   ================================================== */

.launchpad {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100dvh;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.launchpad .overlay {
	position: absolute;
	inset: 50% 0 0 0;
	background: linear-gradient(0deg, rgb(var(--c3)/.1) 0%, rgb(var(--n)/.5) 100%);
	z-index: 0;
}

.launchpad > article:nth-of-type(1) {
	width: 100%;
	min-width: 0;
	padding: 3rem 18rem 0;
}

.launchpad > article:nth-of-type(1) .artxt {
	width: 100%;
	padding: 0;
}

.launchpad > article:nth-of-type(1) .artxt dt {
	width: 50%;
	padding: 0;
}

.launchpad > article:nth-of-type(1) p {
	column-count: 3;
	column-gap: 2rem;
	column-fill: balance;
}

.launchpad > article:nth-of-type(2) {
	width: 100%;
	min-width: 0;
	padding: 3rem 18rem;
}

.launchpad ul {
	display: grid;
	grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.launchpad li {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid rgb(var(--c2) / 1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.launchpad li:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
}

.launchpad li figure {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}

.launchpad li figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	filter: none;
	transition: transform 0.4s ease;
}

.launchpad li:hover figure img {
	transform: scale(1.03);
}

.launchpad li dl {
	width: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	padding: 2rem;
	background: linear-gradient(180deg, rgb(var(--c2)/1) 0%, rgb(var(--c3)/.85) 100%);
}

.launchpad li dt {
	width: 100%;
	margin: 0;
}

.launchpad li dt h2 {
	font-size: 2.1rem;
	font-weight: 900;
	color: rgb(var(--n) / 1);
}

.launchpad li dt h3 {
	font-size: 2rem;
	font-weight: 600;
	color: rgb(var(--b) / 1);
}

.launchpad li dt h4 {
	font-size: 1.25rem;
}

.launchpad li dd {
	margin: 0;
	border: none;
}

.launchpad li button {

}

@media (max-width: 767px) {
	.launchpad {
		width: 100%;
		margin: 0;
	}

	.launchpad .overlay {
		inset: 0;
	}

	.launchpad > article:nth-of-type(1) {
		padding: 0;
	}
	
	.launchpad > article:nth-of-type(1) .artxt {
		width: 100%;
		padding: 2rem;
		box-sizing: border-box;
	}

	.launchpad > article:nth-of-type(1) .artxt dt {
		width: 100%;
	}

	.launchpad > article:nth-of-type(1) .artxt dt h2 {
		width: 100%;
		max-width: 100%;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.launchpad > article:nth-of-type(1) p {
		column-count: 1;
		column-gap: normal;
	}

	.launchpad > article:nth-of-type(2) {
		position: relative;
		width: 100%;
		padding: 0;
		overflow: hidden;
	}

	.launchpad ul {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: .5rem;
		width: 80%;
		margin: 0 auto;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		touch-action: pan-x pan-y;
	}
	
	.launchpad ul::-webkit-scrollbar {
		display: none;
	}
	
	.launchpad li {
		flex: 0 0 100%;
		width: 100vw;
		min-height: 100% !important;
		transform: none !important;
		box-shadow: none !important;
	}

	.launchpad li.is-active,
	.launchpad li.item-target {
		z-index: 4;
		opacity: 1;
	}

	.launchpad li figure img {
		height: 100%;
		transform: none !important;
	}

	.launchpad li dl {
		padding: 2rem;
		box-sizing: border-box;
		background-image: linear-gradient(0deg, rgb(var(--c3) / 1) 0%, rgb(var(--c3) / .7) 100%);
		transition: transform .35s ease, background-color .35s ease, color .35s ease;
	}

	.launchpad li.is-active dl {
		background-image: linear-gradient(110deg, rgb(var(--c3) / .8) 0%, rgb(var(--c3) / .95) 100%);
		color: rgb(var(--b) / 1);
	}

	.launchpad li dt h3 {
		margin: 0;
		font-weight: 800;
		line-height: 1;
	}

	.launchpad li dt h4 {
		margin: .5rem 0 0;
		font-weight: 700;
		line-height: 1.1;
	}

	.launchpad li hr {
		width: 30%;
		height: 2px;
		border: 0;
		border-top: 1px solid rgb(var(--c3) / 1);
		border-bottom: 1px solid rgb(var(--c1) / 1);
	}

	.launchpad li.is-active hr {
		width: 4rem;
	}

	.launchpad li p {
		font-size: .9rem;
	}

	.launchpad li.is-active h4,
	.launchpad li.is-active p,
	.launchpad li.is-active dd {
		color: rgb(var(--b) / 1);
		opacity: 1;
	}
}

/* ==================================================
   MODULE: magazzine.css
   ================================================== */

/* magazzine */
.magazzine{
	position:relative;
	padding: 3rem;
	min-height: 90dvh;
}

.magazzine .overlay{
	position: absolute;
	inset: 0 72% 0 0;
	background: transparent;
	z-index: 0;
}

.magazzine > article{
	position:relative;
}

.magazzine .header{
	position: absolute;
	top: 36%;
	left: 9%;
	width: 27%;
	z-index: 2;
	transform: translateY(-50%);
	color: inherit;
}

.magazzine .header dt h2{
	width: 200%;
}


.magazzine .pic{
	position:relative;
	inset: 0;
	padding: 0;
	z-index: 1
}

.magazzine .pic .overlay {
	position: absolute;
	top: 50%;
	left: 9%;
	width: 27%;
	height: 80%;
	transform: translateY(-50%);
	mix-blend-mode: soft-light;
	z-index: 1;
}

.magazzine dl.artxt.body{
	display:flex;
	flex-flow:row nowrap;
	align-items:stretch;
	gap: 3rem;
	padding: 1.5rem 3rem 0;
	z-index: 2;
	width: 100%
}

.magazzine dl.artxt.body dd{
	flex:1;
	min-width:0;
	margin:0;
	border: none;
}

.magazzine button.artxt-toggle{
	background: none;
}

/* magazzine mobile */
@media (max-width: 767px) {
	section.magazzine {
		width: 100%;
		padding: 2rem 0;
	}

	.magazzine .overlay {
		position: absolute;
		inset: 0;
		background: 
			linear-gradient(90deg, rgb(var(--c1) / 1) 0%, rgb(var(--c1) / .75) 33%, rgb(var(--c3) / 0) 33%, rgb(var(--c3) / 0) 100%);
		z-index: 0;
	}

	section.magazzine .header-container {
		position: absolute;
		top: 30%;
		left: 0;
		width: 60%;
		height: 50%;
		max-height: 50%;
		transform: translateY(-50%);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-y pan-x;
		scrollbar-width: none;
		z-index: 5;
		background: #ea6262;
	}

	section.magazzine .header-container::-webkit-scrollbar {
		display: none;
	}

	section.magazzine .header-container .header {
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		padding: 2rem;
	}
	section.magazzine .header-container .header dt{
		width: 100%
	}
	section.magazzine .header-container .header h2{
		width: 100%;
	}
	section.magazzine .header-container .header dd{
		width: 100%;
	}

	section.magazzine .pic {
		z-index: auto;
		padding: 0;
	}

	.magazzine .pic .overlay {
		position: absolute;
		top: 50%;
		left: 3%;
		width: 55%;
		height: 90%;
		transform: translateY(-50%);
		background: linear-gradient(
			90deg,
			rgb(var(--c2) / 1) 0%,
			rgb(var(--c1) / 1) 100%
		);
		mix-blend-mode: multiply;
		z-index: 1;
	}

	section.magazzine dl.artxt.body {
		position: relative;
		bottom: auto;
		z-index: auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		gap: 1rem;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden; /* <-- CAMBIADO: Evita conflictos verticales en este contenedor */
		scroll-snap-type: x mandatory;
		scroll-padding: 8%;
		-webkit-overflow-scrolling: touch;
		
		/* Volvemos a habilitar explícitamente ambos ejes para que el navegador decida sin trabarse */
		touch-action: pan-x pan-y; 
		
		overscroll-behavior-x: contain;
		overscroll-behavior-y: auto;
	}

	section.magazzine dl.artxt.body::-webkit-scrollbar {
		display: none;
	}

	section.magazzine dl.artxt.body > dd {
		position: relative;
		isolation: auto;
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 2rem;
		overflow: visible;
		color: rgb(var(--b) / 1);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		scroll-snap-align: start;
		background: #24bda1
	}

	/* señales laterales */
	section.magazzine .body-wrap,
	.magazzine-wrap {
		position: relative;
	}

	section.magazzine .hv-btn {
		top: 80%;
		transform: translateY(-50%);
		background: rgb(var(--n) / .3);
	}
}


/* ==================================================
   MODULE: menu.css
   ================================================== */

.simple-menu {
	position: relative;
	z-index: 950;
	background: transparent;
	color: rgb(var(--b) / 1);
	padding: 1rem 1.25rem;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	.simple-menu.simple-menu-contrast-light,
	.simple-menu.simple-menu-contrast-light .simple-menu-link.destacar,
	.simple-menu.simple-menu-contrast-light .simple-menu-utilities button,
	.simple-menu.simple-menu-contrast-light .simple-menu-utilities input {
		color: rgb(var(--b) / 1);
	}

	.simple-menu.simple-menu-contrast-dark,
	.simple-menu.simple-menu-contrast-dark .simple-menu-link.destacar,
	.simple-menu.simple-menu-contrast-dark .simple-menu-utilities button,
	.simple-menu.simple-menu-contrast-dark .simple-menu-utilities input {
		color: rgb(var(--n) / 1);
	}

	.simple-menu.simple-menu-contrast-light .simple-menu-utilities input::placeholder {
		color: rgb(var(--b) / 1);
	}

	.simple-menu.simple-menu-contrast-dark .simple-menu-utilities input::placeholder {
		color: rgb(var(--n) / 1);
	}

	.simple-menu.simple-menu-contrast-light:hover,
	.simple-menu.simple-menu-contrast-light:focus-within {
		background: rgb(var(--n) / .25);
	}

	.simple-menu.simple-menu-contrast-dark:hover,
	.simple-menu.simple-menu-contrast-dark:focus-within {
		background: rgb(var(--b) / .25);
	}
}

.simple-menu-mobile-trigger {
	display: none;
}

.simple-menu a {
	display: block;
	color: inherit;
	text-decoration: none;
	font: inherit;
}

.simple-menu-link[data-menu-toggle]::after {
	content: '';
	display: inline-block;
	width: 0.45em;
	height: 0.45em;
	margin-left: 0.65em;
	border-right: 0.12em solid currentColor;
	border-bottom: 0.12em solid currentColor;
	transform: translateY(-0.15em) rotate(45deg);
}

.simple-menu-link[data-menu-toggle][aria-expanded="true"]::after {
	transform: translateY(0.15em) rotate(225deg);
}

.simple-menu-link.destacar {
	color: rgb(var(--c3) / 1);
}


.simple-menu-home,
.simple-menu .simple-menu-home-link {
	color: rgb(var(--c3) / 1);
	opacity: 1 !important;
}

.simple-menu-item > em {
	font-size: .75rem;
	font-weight: 300;
}

.simple-menu-children {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: max-content;
	max-width: none;
	overflow: visible;
	gap: 0.5rem;
	padding-left: 1rem;
	padding-top: 0.5rem;
	background: rgb(var(--n) / .075);
}

@media (min-width: 768px) {
	/* Sobre un bloque artxt el menú se oculta para no interrumpir la lectura. */
	.simple-menu.simple-menu--artxt-underlay > :not(.simple-menu-home) {
		opacity: 0 !important;
	}

	/* El puntero o el teclado recuperan un menú legible sobre fondo sólido. */
	.simple-menu.simple-menu--artxt-underlay:hover > :not(.simple-menu-home),
	.simple-menu.simple-menu--artxt-underlay:focus-within > :not(.simple-menu-home) {
		opacity: 1 !important;
	}

	.simple-menu.simple-menu--artxt-underlay:hover,
	.simple-menu.simple-menu--artxt-underlay:focus-within {
		background: rgb(var(--n) / 1);
	}
}

.simple-menu-item {
	width: max-content;
	max-width: none;
	overflow: visible;
}

.simple-menu-item--separated {
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}

.simple-menu-children[hidden] {
	display: none;
}

.simple-menu-placeholder {
	border: 0;
	cursor: pointer;
}

/* Modal del menú: los grupos separan campos, opciones y tipos sin afectar otros modales. */
#ed-menu-modal .ed-menu-config-grid,
#ed-menu-modal .ed-modal__scroll {
	display: grid;
	gap: 1rem;
}

#ed-menu-modal .ed-field__control {
	margin-bottom: 0;
}

#ed-menu-modal .ed-menu-config-section {
	display: grid;
	gap: .65rem;
	padding-top: 1rem;
	border-top: 1px solid rgb(var(--n) / .12);
}

#ed-menu-modal .ed-menu-config-section__title {
	margin: 0;
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
}

#ed-menu-modal .ed-menu-position-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .75rem;
}

#ed-menu-modal .ed-menu-options {
	display: grid;
	gap: .6rem;
	margin: 0;
	padding: .8rem 0 0;
	border: 0;
	border-top: 1px solid rgb(var(--n) / .12);
}

#ed-menu-modal .ed-menu-choice-list {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

#ed-menu-modal .ed-menu-choice {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	min-height: 2.25rem;
	padding: .4rem .65rem;
	border: 1px solid rgb(var(--n) / .18);
	background: rgb(var(--b) / .55);
	color: rgb(var(--n) / 1);
	cursor: pointer;
}

#ed-menu-modal .ed-menu-choice__control {
	width: 1rem;
	height: 1rem;
	margin: 0;
	appearance: auto;
	accent-color: rgb(var(--c3) / 1);
	cursor: pointer;
}

#ed-menu-modal .ed-menu-choice__control[type="checkbox"] {
	-webkit-appearance: checkbox;
}

#ed-menu-modal .ed-menu-choice__control[type="radio"] {
	-webkit-appearance: radio;
}

@media (max-width: 520px) {
	#ed-menu-modal .ed-menu-position-grid {
		grid-template-columns: 1fr;
	}
}

.simple-menu-utilities,
.simple-menu-language-options,
.simple-menu-search-panel [data-menu-search-results] {
	display: flex;
	gap: 0.5rem;
}

.simple-menu-utilities,
.simple-menu-language-options {
	align-items: flex-start;
}

.simple-menu-language-options,
.simple-menu-search-panel [data-menu-search-results] {
	flex-direction: column;
}

.simple-menu-search {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.simple-menu-search-panel {
	position: relative;
}

.simple-menu-search-panel input {
	width: 10rem;
}

.simple-menu-search-panel input::placeholder {
	opacity: .5;
}

.simple-menu-search-panel [data-menu-search-results] {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	min-width: 100%;
}

@media (max-width: 767px) {
	body.simple-menu-mobile-open {
		overflow: hidden;
	}

	.simple-menu-mobile-trigger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 1rem;
		right: 1rem;
		left: auto;
		z-index: 950;
		width: 3rem !important;
		height: 3rem !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		border: 0;
		background: rgb(var(--n) / 1);
		color: rgb(var(--b) / 1);
		cursor: pointer;
	}

	.simple-menu-mobile-trigger__icon,
	.simple-menu-mobile-trigger__icon::before,
	.simple-menu-mobile-trigger__icon::after {
		display: block;
		width: 1.4rem;
		height: 2px;
		background: currentColor;
	}

	.simple-menu-mobile-trigger__icon {
		position: relative;
	}

	.simple-menu-mobile-trigger__icon::before,
	.simple-menu-mobile-trigger__icon::after {
		position: absolute;
		left: 0;
		content: '';
	}

	.simple-menu-mobile-trigger__icon::before {
		top: -0.45rem;
	}

	.simple-menu-mobile-trigger__icon::after {
		top: 0.45rem;
	}

	.simple-menu-mobile-trigger[aria-expanded="true"] .simple-menu-mobile-trigger__icon {
		background: transparent;
	}

	.simple-menu-mobile-trigger[aria-expanded="true"] .simple-menu-mobile-trigger__icon::before {
		transform: translateY(0.45rem) rotate(45deg);
	}

	.simple-menu-mobile-trigger[aria-expanded="true"] .simple-menu-mobile-trigger__icon::after {
		transform: translateY(-0.45rem) rotate(-45deg);
	}

	.simple-menu {
		--simple-menu-mobile-closed-left: -100%;
		--simple-menu-mobile-open-left: 0;
		position: fixed;
		top: 0;
		left: var(--simple-menu-mobile-closed-left);
		z-index: 10000;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start !important;
		box-sizing: border-box;
		width: 90vw;
		height: 100dvh;
		padding: 5.5rem 1.25rem 1.25rem;
		overflow-y: auto;
		gap: 1rem;
	}

	.simple-menu.is-mobile-open {
		left: var(--simple-menu-mobile-open-left);
	}

	.simple-menu > .simple-menu-item {
		flex: 0 0 auto !important;
		min-height: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.simple-menu-item,
	.simple-menu-children,
	.simple-menu-utilities {
		width: 100%;
	}

	.simple-menu-children {
		box-sizing: border-box;
	}

	.simple-menu-link {
		width: auto;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

}


/* ==================================================
   MODULE: module-artext.css
   ================================================== */

dl.artext {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 3rem 6rem 18rem;
  background: rgb(var(--n) / 0.2);
  --artext-columns: 4;
  --artext-column-gap: 1rem;
  --artext-dt-columns: 2;
  --artext-dt-width: 50%;
  --artext-dt-column-shift: 0;
  --artext-dl-rotate-max-height: 63dvh;
  --artext-dt-base-color: rgb(var(--n) / 1);
  --artext-dt-photo-color: rgb(var(--c3) / 1);
  --artext-accordion-trigger-lines: 10;
  --artext-accordion-limit-lines: 50;
}
.artext > article:nth-of-type(1) {
  width: 64%;
  z-index: 2;
}

.artext > article:nth-of-type(2) {
  width: 36%;
  position: relative;
}

section.artext > article > figure.artext-figure {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

section.artext > article > figure.artext-figure > img.responsive-img,
section.artext > article > figure.artext-figure > video.responsive-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.artext .figure-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  transform: none;
  pointer-events: none;
}

section.artext .figure-overlay[hidden] {
  display: none;
}

section.artext .figure-overlay__image,
section.artext .figure-overlay__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  max-width: none;
  transform-origin: center center;
}

section.artext .figure-overlay__image {
  height: 50%;
}

section.artext .figure-overlay__icon {
  color: currentColor;
  font-size: 8rem;
  line-height: 1;
}

section.artext .figure-overlay__image[hidden],
section.artext .figure-overlay__icon[hidden] {
  display: none;
}

section.artext .artext-figure figcaption {
  position: relative;
  z-index: 3;
}

dl.artext > dt h2,
dl.artext > dt h3,
dl.artext > dt .lead {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

dl.artext > dt {
  max-width: none;
  order: 1;
}

dl.artext[data-artext-photo-text="on"] > dt {
  position: relative;
  color: transparent;
}

dl.artext[data-artext-photo-text="on"] > dt > .artext-dt-base,
dl.artext[data-artext-photo-text="on"] > dt > .artext-dt-photo {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}

dl.artext[data-artext-photo-text="on"] > dt > .artext-dt-base {
  z-index: 1;
  color: var(--artext-dt-base-color);
}

dl.artext[data-artext-photo-text="on"] > dt > .artext-dt-photo {
  z-index: 2;
  color: var(--artext-dt-photo-color);
  clip-path: inset(0 100% 0 0);
}

dl.artext[data-artext-photo-text="on"] > dt > .artext-dt-real {
  position: relative;
  z-index: 0;
  visibility: hidden;
  pointer-events: none;
}

dl.artext[data-artext-photo-text="on"] > dt > :is(
  .artext-dt-base,
  .artext-dt-photo,
  .artext-dt-real
) :is(h1, h2, h3, hr, .lead) {
  color: inherit;
}

dl.artext > dd {
  width: 100%;
  margin: 1.5rem 0;
  column-count: var(--artext-columns);
  column-gap: var(--artext-column-gap);
  column-fill: balance;
  order: 2;
}

dl.artext .caption {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.5rem;
  border-top: 1px solid rgb(var(--c3) / 1);
  font-style: italic;
}

dl.artext::before {
  content: "";
  position: absolute;
  inset: 10% 67% 10% 5%;
  z-index: 0;
  background: linear-gradient(
    135deg,
    rgb(var(--c1) / 1) 0%,
    rgb(var(--c2) / 1) 100%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: .25;
}

dl.artext > dt,
dl.artext > dd,
dl.artext > .artxt-toggle {
  z-index: 1;
}

dl.artext:not(.dt-left):not(.dt-right):not(.dt-left-rotate):not(.dt-right-rotate):not(.dt-left-vertical):not(.dt-right-vertical) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: var(--artext-column-gap);
}

dl.artext:not(.dt-left):not(.dt-right):not(.dt-left-rotate):not(.dt-right-rotate):not(.dt-left-vertical):not(.dt-right-vertical) > dt {
  grid-column: 1;
  width: calc(
    var(--artext-dt-columns) * var(--artext-column-width) +
    (var(--artext-dt-columns) - 1) * var(--artext-column-gap)
  );
  grid-row: 1;
}

dl.artext:not(.dt-left):not(.dt-right):not(.dt-left-rotate):not(.dt-right-rotate):not(.dt-left-vertical):not(.dt-right-vertical) > dd {
  grid-column: 1 / -1;
  grid-row: 2;
}

dl.artext.dt-top > dt,
dl.artext.dt-bottom > dt {
  transform: translateX(
    calc(
      var(--artext-dt-column-shift) *
      var(--artext-column-width)
    )
  );
}

dl.artext.dt-bottom > dt {
  grid-row: 2;
  order: 2;
}

dl.artext.dt-bottom > dd {
  grid-row: 1;
  order: 1;
}

dl.artext.dt-left,
dl.artext.dt-right {
  display: grid;
  grid-template-columns: var(--artext-dd-width) var(--artext-dt-width);
  column-gap: var(--artext-column-gap);
  align-items: start;
  --artext-dd-width: calc(
    100% - var(--artext-dt-width) - var(--artext-column-gap)
  );
}

dl.artext.dt-left {
  grid-template-columns: var(--artext-dt-width) var(--artext-dd-width);
}

dl.artext.dt-left > dt,
dl.artext.dt-right > dt,
dl.artext.dt-left > dd,
dl.artext.dt-right > dd {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-row: 1;
}

dl.artext.dt-left > dt {
  grid-column: 1;
}

dl.artext.dt-left > dd {
  grid-column: 2;
}

dl.artext.dt-right > dt {
  grid-column: 2;
}

dl.artext.dt-right > dd {
  grid-column: 1;
}

dl.artext.dt-left-vertical,
dl.artext.dt-right-vertical {
  display: grid;
  column-gap: var(--artext-column-gap);
  align-items: start;
  --artext-dd-width: calc(
    100% - var(--artext-dt-width) - var(--artext-column-gap)
  );
}

dl.artext.dt-left-vertical {
  grid-template-columns: var(--artext-dt-width) var(--artext-dd-width);
}

dl.artext.dt-right-vertical {
  grid-template-columns: var(--artext-dd-width) var(--artext-dt-width);
}

dl.artext.dt-left-vertical > dt,
dl.artext.dt-right-vertical > dt,
dl.artext.dt-left-vertical > dd,
dl.artext.dt-right-vertical > dd {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-row: 1;
}

dl.artext.dt-left-vertical > dt {
  grid-column: 1;
  width: var(--artext-dt-rotated-height);
  transform: rotate(-90deg);
  transform-origin: center center;
}

dl.artext.dt-left-vertical > dd {
  grid-column: 2;
}

dl.artext.dt-right-vertical > dt {
  grid-column: 2;
  transform: rotate(90deg);
  transform-origin: center center;
}

dl.artext.dt-right-vertical > dd {
  grid-column: 1;
}

dl.artext.dt-left-rotate,
dl.artext.dt-right-rotate {
  position: relative;
  width: 80%;
  height: var(--artext-dl-height);
  max-height: var(--artext-dl-rotate-max-height);
}

dl.artext.dt-left-rotate > dt {
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--artext-dt-rotated-width));
  max-width: var(--artext-dl-rotate-max-height);
  padding: 3rem;
  transform: rotate(-90deg);
  transform-origin: top left;
}

dl.artext.dt-left-rotate > dd {
  position: absolute;
  top: 0;
  left: var(--artext-dt-rotated-width);
  width: calc(100% - var(--artext-dt-rotated-width));
}

dl.artext.dt-right-rotate > dt {
  position: absolute;
  right: 0;
  bottom: calc(-1 * var(--artext-dt-rotated-width));
  max-width: var(--artext-dl-rotate-max-height);
  padding: 3rem;
  transform: rotate(90deg);
  transform-origin: top right;
}

dl.artext.dt-right-rotate > dd {
  position: absolute;
  top: 0;
  right: var(--artext-dt-rotated-width);
  width: calc(100% - var(--artext-dt-rotated-width));
}

dl.artext.dt-left-rotate > dd.dd-top,
dl.artext.dt-right-rotate > dd.dd-top {
  top: 0;
  bottom: auto;
  transform: none;
}

dl.artext.dt-left-rotate > dd.dd-center,
dl.artext.dt-right-rotate > dd.dd-center {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

dl.artext.dt-left-rotate > dd.dd-bottom,
dl.artext.dt-right-rotate > dd.dd-bottom {
  top: auto;
  bottom: 0;
  transform: none;
}

dl.artext dd.col-fix {
  column-count: var(--artext-columns);
  column-gap: var(--artext-column-gap);
  column-fill: balance;
}

dl.artext dd.col-fix .col-fix-item {
  break-inside: avoid-column;
}

dl.artext dd.col-fix .col-fix-item:not(:first-child) {
  break-before: column;
}

dl.artext > dd.artext-accordion {
  height: calc(var(--artext-accordion-trigger-lines) * 1lh);
  overflow: hidden;
  column-fill: auto;
  transition: height 0.4s ease;
}

dl.artext > dd.artext-accordion.active {
  height: var(--artext-accordion-expanded-height);
  max-height: none;
  overflow: visible;
  column-fill: balance;
}

dl.artext > .artxt-toggle {
  position: absolute;
  display: none;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin: 2rem 0 0;
  padding: 0;
  border-radius: 15px;
  background: rgb(var(--c3) / 1);
  color: rgb(var(--b) / 1);
  text-decoration: none;
  font-size: 0;
}

dl.artext > .artxt-toggle.visible {
  display: block;
}

dl.artext > .artxt-toggle::before {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1;
  speak: none;
  transition: transform 0.3s ease;
}

dl.artext > .artxt-toggle[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

dl.artext > .artxt-toggle.is-repositioning {
  visibility: hidden !important;
  pointer-events: none;
}

dl.artext[data-anim="on"] :is(
  dt .lead,
  dt h1,
  dt h2,
  dt h3,
  dt hr,
  dd h4,
  dd p,
  dd .caption
) {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

dl.artext[data-anim="on"].appeared :is(
  dt .lead,
  dt h1,
  dt h2,
  dt h3,
  dt hr,
  dd h4,
  dd p,
  dd .caption
) {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  dl.artext {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 2rem auto;
    padding: 2rem;
    --artext-columns: 1;
    --artext-column-gap: 0;
    --artext-dt-columns: 1;
    --artext-dt-width: 50%;
    --artext-dt-column-shift: 0;
    --artext-dl-rotate-max-height: 100dvh !important;
    --artext-accordion-trigger-lines: 5;
    --artext-accordion-limit-lines: 12;
  }

  dl.artext.dt-left,
  dl.artext.dt-right {
    display: flex;
    flex-direction: column;
  }

  dl.artext.dt-left > dt {
    padding-right: 18%;
  }

  dl.artext.dt-left > dd {
    padding-left: 18%;
  }

  dl.artext.dt-right > dt {
    padding-left: 18%;
  }

  dl.artext.dt-right > dd {
    padding-right: 18%;
  }

  dl.artext.dt-left-rotate,
  dl.artext.dt-right-rotate {
    width: 100%;
    height: 100dvh;
    max-height: var(--artext-dl-rotate-max-height);
  }

  dl.artext.dt-left-rotate > dt,
  dl.artext.dt-right-rotate > dt {
    width: 100dvh;
    padding: 1rem 3rem;
  }

  dl.artext.dt-left-rotate.mobile-accordion-open > dt {
    left: calc(-1 * var(--artext-dt-rotated-width)) !important;
    right: auto !important;
  }

  dl.artext.dt-right-rotate.mobile-accordion-open > dt {
    left: auto !important;
    right: calc(
      var(--artext-dt-rotated-width) +
      (100% - var(--artext-dt-rotated-width))
    ) !important;
  }

  dl.artext.dt-left-rotate.mobile-accordion-open > dd,
  dl.artext.dt-right-rotate.mobile-accordion-open > dd {
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
  }

  dl.artext.dt-left-rotate > dt,
  dl.artext.dt-right-rotate > dt {
    transition:
      left 0.5s ease,
      right 0.5s ease;
  }

  dl.artext.dt-left-rotate > dd,
  dl.artext.dt-right-rotate > dd {
    transition:
      left 0.5s ease,
      right 0.5s ease,
      width 0.5s ease;
  }
}


/* ==================================================
   MODULE: o-txt.css
   ================================================== */

/* o-txt */
.o-txt {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 4rem 0;
	overflow: visible;
}

.o-txt .overlay {
	position: absolute;
	inset: 0;
	background: 
		linear-gradient(90deg, rgb(var(--n)/.3) 0%, rgb(var(--n)/.6) 100%);
	z-index: 0;
}

.o-txt article {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 4rem;
	box-sizing: border-box;
}

.o-txt .artxt {
	display: grid;
	grid-template-columns: repeat(var(--o-txt-columns, 3), minmax(0, 1fr));
	gap: 3rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.o-txt dd {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.o-txt-block {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	min-width: 0;
}

.o-txt-block h4 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: rgb(var(--b) / 1);
}

	.o-txt-block p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	max-height: 4.5rem; /* Ajusta según cuántas líneas quieras mostrar inicialmente (aprox. 3 líneas) */
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.o-txt-block p.active {
	max-height: 20rem; /* Una altura suficiente para que quepa el texto completo al desplegar */
}

.o-txt-block .artxt-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-top: 0.5rem;
}

.o-txt-block .artxt-toggle.visible {
	display: inline-block;
}

/* o-txt mobile */
@media (max-width: 767px) {
	.o-txt {
		padding: 2rem 0;
		overflow: hidden;
	}

	.o-txt article {
		padding: 0;
	}

.o-txt .artxt {
		display: flex;
		flex-flow: row nowrap;
		gap: 0;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		
		/* Modificar estas líneas: */
		touch-action: pan-x pan-y;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}
	
	.o-txt .artxt::-webkit-scrollbar {
		display: none;
	}
	
	.o-txt dd {
		flex: 0 0 100vw;
		width: 100vw;
		padding: 0 1.25rem;
		box-sizing: border-box;
		
		/* Añadir esta línea para que cada tarjeta encaje de forma limpia: */
		scroll-snap-align: start;
	}
	
	.o-txt-block p {
		font-size: 1rem;
		line-height: 1.5;
		margin: 0;
		max-height: 4.5rem !important; /* Ajusta según cuántas líneas quieras mostrar inicialmente (aprox. 3 líneas) */
		overflow: hidden;
		transition: max-height 0.3s ease;
	}
	
	.o-txt-block p.active {
		max-height: 20rem; /* Una altura suficiente para que quepa el texto completo al desplegar */
	}

}

/* ==================================================
   MODULE: poster-simple.css
   ================================================== */

/* poster-simple */
.module-wrap[data-label="poster-simple"] {
	position: relative;
	min-height: 100dvh;
	overflow: visible;
}

.poster-simple {
	position: sticky;
	top: 0;
	width: 100vw;
	height: 100dvh;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.poster-simple > article {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.poster-simple .poster-simple-media {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.poster-simple .poster-simple-media img,
.poster-simple .poster-simple-media video,
.poster-simple .poster-simple-media .responsive-img,
.poster-simple .poster-simple-media .responsive-video {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
	filter: saturate(.5) contrast(1.05)
}

 .poster-simple .overlay {
	 position: absolute;
	position: absolute;
	top: 50%;
	left: 9%;
	z-index: 3;
	width: 27%;
	height: 80%;
	 background: linear-gradient(
		 90deg,
		 rgb(var(--n) / 1) 0%,
		 rgb(var(--c1) / 1) 100%
	 );
	 mix-blend-mode: multiply;
	 transform: translateY(-50%);
 }

.poster-simple-textbox {
	position: absolute;
	top: 50%;
	left: 9%;
	z-index: 3;
	width: 27%;
	height: 50%;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	transform: translateY(-50%);
}

.poster-simple-track {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.poster-simple-track dl {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none !important;
	transform: translateY(0);
	transition:
		opacity .42s ease,
		transform .52s cubic-bezier(.22, 1, .36, 1),
		visibility .42s ease;
	will-change: opacity, transform;

}

.poster-simple-item.is-active {
	z-index: 5;
	opacity: 1;
	visibility: visible;
	pointer-events: auto !important;
	transform: translateY(0);
}

.poster-simple-item.is-before {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2.5rem);
}

.poster-simple-item.is-after {
	opacity: 0;
	visibility: hidden;
	transform: translateY(2.5rem);
}

.poster-simple-item.is-leaving-up {
	z-index: 4;
	opacity: 0;
	visibility: visible;
	transform: translateY(-2.5rem);
}

.poster-simple-item.is-leaving-down {
	z-index: 4;
	opacity: 0;
	visibility: visible;
	transform: translateY(2.5rem);
}

.poster-simple-item:not(.is-active) [data-edit-field],
.poster-simple-item:not(.is-active) [data-edit-type],
.poster-simple-item:not(.is-active) button,
.poster-simple-item:not(.is-active) a {
	pointer-events: none !important;
}

.poster-simple .artxt {
	width: 100%;
	padding: 0 4rem;
color: rgb(var(--b) / 1);
}

.poster-simple-viewpoint {
	position: absolute;
	top: 50%;
	left: 5px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: .45rem;
	pointer-events: auto;
	transform: translateY(-50%);
}

.poster-simple-viewpoint button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .25rem;
	height: .25rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: currentColor;
	color: currentColor;
	opacity: .35;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	color: rgb(var(--c3) / 1)
}

.poster-simple-viewpoint button.is-active {
	opacity: 1;
}

body.simple-edit-mode .poster-simple-viewpoint button.is-add-item {
	width: 1.35rem;
	height: 1.35rem;
	background: rgb(var(--c1) / 1);
	color: rgb(var(--b) / 1);
	opacity: 1;
	font-family: Arial, sans-serif;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1;
}

body.simple-edit-mode .poster-simple-add-trigger {
	position: absolute;
	bottom: 8%;
	left: 2rem;
	z-index: 999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: .7rem .95rem;
	border: 1px solid rgb(var(--b) / 1);
	background: rgb(var(--n) / 1);
	color: rgb(var(--b) / 1);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .04em;
	cursor: pointer;
}

body.simple-edit-mode .poster-simple-add-trigger:hover,
body.simple-edit-mode .poster-simple-add-trigger.is-active {
	background: rgb(var(--b) / 1);
	color: rgb(var(--n) / 1);
}
.block-media{
	position: relative !important;
	width: 100%
}
.custom-media-buttons {
	position: absolute !important;
	left: 50% !important;
	z-index: 1000;
	
}

/* poster-simple mobile */
@media (max-width: 767px) {
	.module-wrap[data-label="poster-simple"] {
		min-height: 100svh;
	}

	.poster-simple {
		height: 100dvh;
	}

	.poster-simple .overlay,
	.layer-overlay {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 9.5%;
		right: 9.5%;
		z-index: 3;
		width: 81%;
		height: 72dvh;
		transform: none;
		background: radial-gradient(
			circle at top right,
			rgb(var(--c2) / 1) 0%,
			rgb(0 0 0 / .95) 65%
		);
	}

	.poster-simple-textbox {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 9.5%;
		right: 9.5%;
		z-index: 4;
		width: 81%;
		height: 72dvh;
		max-height: 72dvh;
		margin: 0;
		padding: 1.5rem;
		box-sizing: border-box;
		transform: none;
	}

	.poster-simple-track {
		height: 100%;
		min-height: 0;
		overflow: hidden;
	}

	.poster-simple-item {
		inset: 0;
		justify-content: flex-start;
		height: 100%;
		max-height: 100%;
		padding: 0;
	}

	.poster-simple-item.is-active {
		position: absolute;
	}

	.poster-simple .artxt {
		height: 100%;
		padding: 0 1rem;
		box-sizing: border-box;
	}

	.poster-simple-viewpoint {
		top: auto;
		top: 50%;
		left: 1rem;
		right: auto;
		flex-direction: column;
		transform: translateY(-50%);
	}

	body.simple-edit-mode .poster-simple-add-trigger {
		bottom: 1rem;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.poster-simple .poster-simple-media img,
	.poster-simple .poster-simple-media video,
	.poster-simple .poster-simple-media .responsive-img,
	.poster-simple .poster-simple-media .responsive-video {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover;
		object-position: center;
	}
}

/* ==================================================
   MODULE: poster.css
   ================================================== */

/* poster */
.poster {
	position: sticky;
	top: 0;
	width: 100%;
	min-height: 100dvh;
	opacity: 1;
	transition: opacity .5s ease-out;
	will-change: opacity;
}

.poster article {
	position: relative;
	width: 100%;
	min-height: 100dvh;
}

.poster figure {
	position: sticky;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100dvh;
	margin: 0;
	overflow: hidden;
	aspect-ratio: auto;
}
.poster figure .overlay {
	position: absolute;
	top: 50%;
	left: 9%;
	z-index: 1;
	width: 27%;
	height: 80%;
	transform: translateY(-50%);
	background: linear-gradient(
		0deg,
		rgb(var(--b) / 1) 0%,
		rgb(var(--b) / .1) 100%
	);
	mix-blend-mode: screen;
}

.poster figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

	.poster .artxt {
		position: absolute;
		top: 50%;
		left: 9%;
		z-index: 2;
		width: 27%;
		padding: 3rem;
		overflow: visible;
		transform: translateY(-50%);
		gap: 0;
	}

	.poster .artxt dt h2{
		width: 200%;
		padding: 0;
		overflow-x: visible;
	}

	.poster .artxt dd {
		width: 100%;
	}

/* poster mobile */
@media (max-width: 767px) {
	.poster {
		position: relative;
		width: 100%;
		max-width: 100vw;
		overflow: hidden;
	}

	.poster article {
		z-index: 1;
		width: 100%;
		overflow: hidden;
	}
	
	.poster figure .overlay {
		position: absolute;
		top: 50%;
		left: 10%;
		z-index: 1;
		width: 80%;
		height: auto;
		min-height: 70%;
		transform: translateY(-50%);
	}

	.poster .artxt {
		position: absolute;
		top: 50%;
		left: 10%;
		z-index: 2;
		width: 80%;
		padding: 1.5rem 1.25rem;
		transform: translateY(-50%);
		gap: 0;
		box-sizing: border-box;
	}

	.poster .artxt dt h2 {
		width: 100%;
	}

}

/* ==================================================
   MODULE: siweb.css
   ================================================== */

.simple-siweb {
	position: fixed;
	left: 2px;
	top: 9dvh;
	z-index: 8500;
	display: block;
	padding: .15rem .3rem;
	border-top: 2px solid transparent;
	font-size: .5rem;
	line-height: 1;
	letter-spacing: .06em;
	text-decoration: none;
	transform: rotate(-90deg);
	transform-origin: left top;
}

/* ==================================================
   MODULE: slider.css
   ================================================== */

/* slider */
.slider {
	--media-duration: .85s;
	--media-ease: cubic-bezier(.22, 1, .36, 1);
	--media-opacity-off: 0;
	--media-opacity-on: 1;
	--media-x-off: 50px;
	--media-x-on: 0;
	--media-y-off: 0;
	--media-y-on: 0;
	--media-scale-off: 1;
	--media-scale-on: 1;
	--media-blur-off: 0px;
	--media-blur-on: 0px;
	--text-duration: .85s;
	--text-ease: cubic-bezier(.22, 1, .36, 1);
	--text-opacity-off: 0;
	--text-opacity-on: 1;
	--text-x-off: -50px;
	--text-x-on: 0;
	--text-y-off: 0;
	--text-y-on: 0;
	--text-scale-off: 1;
	--text-scale-on: 1;
	--text-blur-off: 0px;
	--text-blur-on: 0px;
	--thumb-gap: .35rem;
	--thumb-preview: 4;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	overflow: hidden;

}

.slider > article:nth-of-type(1) {
	z-index: 2;
	width: 100%;
	padding: 3rem 12rem;
}

.slider > article:nth-of-type(2) {
	width: 100%;
}

.slider-stage {
	position: relative;
	width: 82%;
	min-height: 100dvh;
	overflow: hidden;
}

.slider-side {
	width: 18%;
	overflow: hidden;
}

.slider .slides,
.slider .thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider .slides > li {
	position: absolute;
	inset: 0;
	pointer-events: none;
	will-change: opacity, transform, filter;
}

.slider .media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}
.slider .media .overlay {
	position: absolute;
	inset: 10dvh 72% 10dvh 9%;
	background: linear-gradient(
		0deg,
		rgb(var(--b) / 1) 0,
		rgb(var(--b) / 1) 100%
	);
	mix-blend-mode: screen;
	z-index: 10;
	display: none
}

.slider .media > li {
	opacity: var(--media-opacity-off);
	transform:
		translate(var(--media-x-off), var(--media-y-off))
		scale(var(--media-scale-off));
	filter: blur(var(--media-blur-off));
	transition:
		opacity var(--media-duration) var(--media-ease),
		transform var(--media-duration) var(--media-ease),
		filter var(--media-duration) var(--media-ease);
}

.slider .media > li.is-active {
	opacity: var(--media-opacity-on);
	transform:
		translate(var(--media-x-on), var(--media-y-on))
		scale(var(--media-scale-on));
	filter: blur(var(--media-blur-on));
	pointer-events: auto;
}

.slider .media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slider .copy {
	position: absolute;
	top: 10dvh;
	left: 9%;
	z-index: 2;
	width: 18%;
}

.slider .copy > li {
	display: flex;
	align-items: flex-start;
	opacity: var(--text-opacity-off);
	transform:
		translate(var(--text-x-off), var(--text-y-off))
		scale(var(--text-scale-off));
	filter: blur(var(--text-blur-off));
	transition:
		opacity var(--text-duration) var(--text-ease),
		transform var(--text-duration) var(--text-ease),
		filter var(--text-duration) var(--text-ease);
	pointer-events: none;
}

.slider .copy > li.is-active {
	opacity: var(--text-opacity-on);
	transform:
		translate(var(--text-x-on), var(--text-y-on))
		scale(var(--text-scale-on));
	filter: blur(var(--text-blur-on));
	pointer-events: auto;
}

.slider .copy .artxt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.slider-ui {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: grid;
	gap: .75rem;
	width: 100%;
	padding: 0;
}

.slider .timer {
	height: 2px;
	overflow: hidden;
	background: rgb(var(--n) / 1);
}

.slider .timer > div {
	width: 0;
	height: 100%;
	background: rgb(var(--c2) / 1);
}

.slider .counter {
	position: absolute;
	bottom: 1rem;
	left: 8rem;
	color: rgb(var(--b) / 1);
}

.slider .controls {
	position: absolute;
	bottom: 3rem;
	left: 8rem;
	display: flex;
	gap: .5rem;
	background: none;
	color: rgb(var(--b) / 1);
}

.slider .controls button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	cursor: pointer;
}

.slider .pause,
.slider.is-play .play,
.slider.is-pause .pause {
	display: none;
}

.slider.is-play .pause,
.slider.is-pause .play {
	display: inline-flex;
}

.slider .thumbs {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 2;
	display: flex;
	gap: var(--thumb-gap);
	width: 55%;
	overflow: hidden;
}

.slider .thumbs > li {
	flex: 0 0 calc((100% - (var(--thumb-gap) * (var(--thumb-preview) - 1))) / var(--thumb-preview));
	overflow: hidden;
	border: 5px solid rgb(var(--b) / 1);
	aspect-ratio: 2 / 3;
	opacity: 1;
	cursor: pointer;
	transition: opacity .25s ease, transform .25s ease;
}

.slider .thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0);
}

.slider .thumbs > li:hover {
	opacity: 1;
}

.slider .thumbs > li.is-active {
	opacity: 1;
	transform: scale(1.03);
}

body.simple-edit-mode .slider .media > li:not(.is-active),
body.simple-edit-mode .slider .copy > li:not(.is-active) {
	visibility: hidden !important;
	pointer-events: none !important;
}

body.simple-edit-mode .slider .media > li:not(.is-active) *,
body.simple-edit-mode .slider .copy > li:not(.is-active) * {
	pointer-events: none !important;
}

body.simple-edit-mode .slider .media > li.is-active,
body.simple-edit-mode .slider .copy > li.is-active {
	visibility: visible !important;
	pointer-events: auto !important;
}

body.simple-edit-mode .slider .copy > li.is-active [data-edit-field],
body.simple-edit-mode .slider .copy > li.is-active .simple-edit-button,
body.simple-edit-mode .slider .media > li.is-active .simple-media-edit-trigger {
	pointer-events: auto !important;
}

/* slider mobile */
@media (max-width: 767px) {
	.slider {
		--media-duration: 1s;
		--media-ease: ease;
		--media-x-off: 0%;
		--media-x-on: 0%;
		--media-y-off: 0%;
		--media-y-on: 0%;
		--media-scale-off: 1;
		--media-scale-on: 1;
		--media-blur-off: 20px;
		--media-blur-on: 0px;
		--text-duration: .7s;
		--text-ease: ease;
		--text-x-off: 0%;
		--text-x-on: 0%;
		--text-y-off: 0%;
		--text-y-on: 0%;
		--text-scale-off: 1;
		--text-scale-on: 1;
		--text-blur-off: 0px;
		--text-blur-on: 0px;
		--thumb-preview: 3;
		width: 100%;
		
	}

	.slider > article:nth-of-type(1),
	.slider > article:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}

	.slider-stage {
		width: 100%;
		height: 100dvh;
		min-height: 100dvh;
	}

	.slider-side {
		width: 100%;
		padding: 3rem 1.25rem;
	}

	.slider .copy {
		top: 10dvh;
		left: 3%;
		width: 45%;
		background: transparent;
	}
	
	.slider .media .overlay {
		position: absolute;
		inset: 10dvh 55% 10dvh 0;
		background: linear-gradient(
			0deg,
			rgb(var(--n) / 1) 0%,
			rgb(var(--n) / 1) 100%
		);
		mix-blend-mode: multiply;
		z-index: 10
	}

	.slider .copy .artxt {
		display: block;
		padding: 1rem;
	}

	.slider-ui {
		z-index: 5;
		background: rgb(var(--n) / .35);
	}

	.slider .timer {
		background: rgb(var(--c1) / 1);
	}

	.slider .timer > div {
		background: rgb(var(--c2) / 1);
	}

	.slider .counter {
		right: 5%;
		left: auto;
	}

	.slider .controls {
		right: 5%;
		left: auto;
	}

	.slider .thumbs {
		bottom: 8%;
		left: 5%;
		z-index: 4;
		width: 60%;
	}

	.slider .thumbs > li {
		border-width: 3px;
	}
}


/* ==================================================
   MODULE: sweep.css
   ================================================== */

/* sweep */
.sweep{
	position:relative;
	width:100%;
	min-height:180dvh;
	overflow:visible;
}

.sweep > article{
	position:sticky;
	top:0;
	z-index:1;
	width:100%;
	height:100dvh;
	max-height:100dvh;
	overflow:hidden;
}

.sweep figure.layer_one{
	position:absolute;
	inset:0;
	z-index:1;
	margin:0;
	overflow:hidden;
}

.sweep figure.layer_one img{
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:auto;
	height:100%;
	min-width:auto;
	max-width:none;
	object-fit:cover;
	object-position:center;
	aspect-ratio:3 / 1;
	transform:translate(0, -50%);
	animation:sweep-x 50s ease-in-out infinite alternate;
	will-change:transform;
}

.sweep figure .overlay{
position: absolute;
inset: 10% 72% 10% 9%;
overflow: hidden;
border-radius: 1rem;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
z-index: 10;
background: linear-gradient(
	135deg,
	rgb(var(--n) / .1) 0%,
	rgb(0 0 0 / .1) 100%
);
border-top: 1px solid rgb(var(--b) / .2);
border-right: 1px solid rgb(var(--n) / .8);
border-bottom: 1px solid rgb(var(--n) / .8);
border-left: 1px solid rgb(var(--b) / .2);
}

.sweep figure .overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: url("/assets/img/patternblack.png") repeat;
	background-size: 1.5px;

	opacity: .25;
	border-radius: 1rem;
}

.sweep .artxt{
	position:absolute;
	top:50%;
	left:9%;
	z-index:3;
	width:18%;
	overflow:visible;
	pointer-events:auto;
	transform:translateY(-50%);
	color: rgb(var(--b) / 1);
}

.sweep .artxt dt h2{
	width:200%;
}

.sweep .artxt dt h3{
	display:block;
	width:50%;
	min-width:0;
	max-width:100%;
	white-space:normal !important;
	word-break:normal !important;
	overflow-wrap:break-word;
	hyphens:none !important;
}

.sweep .artxt dd{
	width:100%;
}

@keyframes sweep-x{
	from{
		transform:translate(0, -50%);
	}

	to{
		transform:translate(-16.666%, -50%);
	}
}

.sweep.media-clean .artxt{
	opacity:0 !important;
	pointer-events:none !important;
}

.sweep.media-clean .media-view-toggle{
	display:inline-flex !important;
	opacity:1 !important;
	pointer-events:auto !important;
}

/* sweep mobile */
@media (max-width: 767px) {
	.sweep {
		min-height: 180dvh;
	}
	
	.sweep > article {
		height: 100dvh;
		max-height: 100dvh;
	}

	.sweep figure.layer_one img {
		animation-duration: 40s;
		height: 100dvh;
	}

	.sweep figure .overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		width: 72%;
		height: 72%;
		transform: translate(-50%, -50%);
		box-sizing: border-box;
	}

	.sweep .artxt,
	.sweep .artxt.layer_two {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 3;
		width: 72%;
		height: 72%;
		padding: 2rem;
		transform: translate(-50%, -50%);
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.sweep .artxt dt {
		width: 100%;
	}

	.sweep .artxt dt h2 {
		width: 100%;
		max-width: 100%;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.sweep .artxt dt h3 {
		width: 100%;
		max-width: 100%;
	}

	.sweep .artxt dd {
		width: 100%;
	}
}


/* ==================================================
   MODULE: tarjetas.css
   ================================================== */

/* tarjetas */
section.tarjetas{
	padding:3rem 18rem;
}
.tarjetas .overlay{
	position: absolute;
	inset: 0 63% 0 0;
	background: 
		linear-gradient(90deg, rgb(var(--n)/.2) 0%,  rgb(var(--n)/.3) 100%);
	z-index: 0;
}

.tarjetas.comentarios-publicos .overlay{
	position: absolute;
	inset: 0 0 0 37%;
	background: 
	linear-gradient(90deg, rgb(var(--n)/.2) 0%,  rgb(var(--n)/.3) 100%);
	z-index: 0;
}

.tarjetas article{
	position:relative;
	width:100%;
}

.tarjetas article .artxt{
	width:45%;
	padding: 3rem 0;
}
.tarjetas article .artxt dt{
	width:100%;
}
.tarjetas article .artxt dt h2 {
	width:100%;
	white-space: normal;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
}
.tarjetas article .artxt dd{
	width:200%;
}

.tarjetas .cards-track{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	width:100%;
	overflow:hidden;
}

.tarjetas .cards-track dd{
	position:relative;
	display:flex;
	flex:0 0 28%;
	flex-direction:column;
	justify-content:flex-start;
	box-sizing:border-box;
	margin:0;
	padding:3rem;
	opacity:.65;
	transition:flex .4s cubic-bezier(.25, 1, .5, 1);
}

.tarjetas .cards-track dd .icon,
.tarjetas .cards-track dd .icon-text{
	color:rgb(var(--n) / 1);
	font-size:5rem;
	font-weight:900;
}

.tarjetas .cards-track dd.is-active{
	flex:0 0 44%;
	border-radius:.5rem;
background: 
	linear-gradient(90deg, rgb(var(--n)/.2) 0%,  rgb(var(--n)/.3) 100%);
	color:rgb(var(--b) / 1);
	opacity:1;
}

.tarjetas .cards-track dd.is-active .icon,
.tarjetas .cards-track dd.is-active .icon-text{
	color:rgb(var(--c1) / 1);
	font-weight:900;
}

.tarjetas .cards-btn{
	position:absolute;
	top:50%;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:center;
	width:2rem;
	height:6rem;
	margin:0;
	padding:0;
	border:0;
	border-radius:.5rem;
	background:rgb(var(--c1) / .5);
	color:rgb(var(--b) / 1);
	font-size:0;
	cursor:pointer;
	transform:translateY(-50%);
}

.tarjetas .cards-btn.prev{
	left:0;
}

.tarjetas .cards-btn.next{
	right:0;
}

.tarjetas .cards-btn.hidden{
	display:none;
}

.tarjetas .cards-btn.prev::before{
	content:"‹";
	font-size:2.2rem;
	line-height:1;
}

.tarjetas .cards-btn.next::before{
	content:"›";
	font-size:2.2rem;
	line-height:1;
}

.tarjetas .cards-counter{
	position:absolute;
	right:1rem;
	bottom:.5rem;
	z-index:10;
	margin:0;
	color:inherit;
	font-size:.8rem;
	line-height:1;
	pointer-events:none;
}

.tarjetas i{
	display:block;
	width:max-content;
	margin:0 0 1rem;
	color:rgb(var(--c1) / .9);
	font-size:5rem;
	font-style:normal;
	font-weight:800;
	line-height:.8;
	text-transform:uppercase;
}

.tarjetas#all-toppings{
	color:rgb(var(--n) / 1);
}

.tarjetas#all-toppings .cards-track dd .icon,
.tarjetas#all-toppings .cards-track dd .icon-text{
	color:rgb(var(--n) / 1);
	font-size:5rem;
	font-weight:900;
}

/* comentarios públicos */
.comentarios-publicos .comentarios-publicos-cta{
	display:flex;
	justify-content:flex-start;
	width:100%;
	margin:0 0 .75rem;
}

.comentarios-publicos .comentarios-publicos-cta a,
.comentarios-publicos .comentarios-publicos-cta button{
	margin:0;
}

/* tarjetas mobile */
/* tarjetas mobile */
@media (max-width: 767px) {
	section.tarjetas {
		width: 100%;
		padding: 2rem 0;
		overflow: hidden;
		box-sizing: border-box;
		background: rgb(var(--n-d) / 1);
		color: rgb(var(--b) / 1);
	}

	.tarjetas article .artxt {
		width: 100%;
		padding: 0 1.25rem 1.5rem;
		box-sizing: border-box;
	}

	.tarjetas article .artxt dt h2 {
		width: 100%;
		max-width: 100%;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.tarjetas article .artxt dd {
		width: 100%;
	}

	section.tarjetas .cards-track {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: .5rem;
		width: 100%;
		padding: 0 .75rem;
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		touch-action: pan-x pan-y;
	}

	section.tarjetas .cards-track::-webkit-scrollbar {
		display: none;
	}

	section.tarjetas dt {
		padding: 0;
	}

	/* Estado BASE (Inactivas - con !important para anular JS o reglas de desktop) */
	section.tarjetas .cards-track dd {
		flex: 0 0 auto !important;
		width: 88vw !important;
		min-width: 88vw !important;
		max-width: 88vw !important;
		margin: 0 !important;
		padding: 2rem 1.5rem;
		box-sizing: border-box;
		border-radius: .4rem;
		opacity: 1 !important;
		transform: scale(1) !important;
		scroll-snap-align: center;
		scroll-snap-stop: always;
		transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
		color: rgb(var(--n) / 1);
	}

	/* Estado ACTIVO (La que tiene la clase .is-active) */
	section.tarjetas .cards-track dd.is-active {
		z-index: 4;
		opacity: 1 !important;
		filter: blur(0px) grayscale(0) !important;
		transform: scale(1) !important;
		background: rgb(var(--b) / 1);
		color: rgb(var(--n) / 1);
	}

	section.tarjetas .cards-track dd.is-active .icon,
	section.tarjetas .cards-track dd.is-active .icon-text {
		color: rgb(var(--c1) / 1);
		font-size: 4rem;
	}

	section.tarjetas .cards-btn,
	section.tarjetas .cards-counter {
		display: none;
	}

	section.tarjetas i {
		font-size: 3rem;
	}
}

/* ==================================================
   MODULE: txt-mask.css
   ================================================== */

.txt-mask{
	--text-left: 60%;
	--text-top: 55%;
	--text-left-mov: 50%;
	--text-top-mov: 40%;
	--stroke-size: 2px;
	--split: 61%;
	--split-mov: 70%;
	--mask-text-width: 5%;
	--mask-text-width-mov: 20%;
	--txt-mask-panel-color: url(#txt-mask-gradient);

	position: relative;
	width: 100%;
	height: 100dvh;
	margin: 0;
	overflow: hidden;
}

.txt-mask .txt-mask-media{
	position:absolute;
	inset:0;
	z-index:1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

.txt-mask .txt-mask-img{
	position:absolute;
	inset:0;
	z-index:1;
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	filter:grayscale(1) !important;
	-webkit-filter:grayscale(1) !important;
}

.txt-mask .txt-mask-media figcaption{
	display: none
}

.txt-mask .txt-mask-panel{
	position:absolute;
	inset: 0;
	z-index:2;
	background:none;
	mix-blend-mode:normal;
	pointer-events:none;
}

.txt-mask .txt-mask-color-layer{
	position:absolute;
	inset:0;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	overflow:visible;
	pointer-events:none !important;
	mix-blend-mode: normal;
	opacity: .85
}

.txt-mask .txt-mask-color-fill{
	fill: var(--txt-mask-panel-color);
	clip-path: inset(3rem calc(100% - var(--split)) 3rem 0);
}

.txt-mask .txt-mask-svg-title{
	text-align: center;
	font-family:inherit;
	font-size:12rem;
	font-weight:700;
	dominant-baseline:middle;
	text-transform:uppercase;
	writing-mode:horizontal-tb !important;
	text-orientation:mixed !important;
	glyph-orientation-vertical:0deg;
	rotate:none !important;
	transform:none !important;
	pointer-events:none !important;
}

.txt-mask .txt-mask-svg-title tspan{
	writing-mode:horizontal-tb !important;
	text-orientation:mixed !important;
	glyph-orientation-vertical:0deg;
	rotate:none !important;
	transform:none !important;
}

.txt-mask .txt-mask-svg-text-group{
	transform:none !important;
	pointer-events:none !important;
}

.txt-mask .txt-mask-svg-outline{
	fill:transparent;
	stroke:var(--txt-mask-panel-color);
	stroke-width:var(--stroke-size);
	paint-order:stroke fill;
}

.txt-mask .txt-mask-border{
	position:absolute;
	inset:0;
	z-index:3;
	pointer-events:none !important;
}

.txt-mask .txt-mask-title{
	position: absolute;
	left: var(--text-left);
	top: var(--text-top);
	width: var(--mask-text-width);
	max-width:calc(100% - 0);
	margin:0;
	padding:0;
	font-size:12rem;
	line-height:.8;
	font-weight:900;
	text-align:left;
	text-transform:uppercase;
	word-break:normal;
	overflow-wrap:break-word;
	hyphens:none;
	-webkit-hyphens:none;
	white-space:normal;
	text-shadow:none !important;
	writing-mode:horizontal-tb !important;
	text-orientation:mixed !important;
	glyph-orientation-vertical:0deg;
	rotate:none !important;
}

.txt-mask .txt-mask-panel .txt-mask-title{
	z-index:1;
	color:transparent;
	opacity:0;
}

.txt-mask .txt-mask-border .txt-mask-title{
	z-index:1;
	color:transparent;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:var(--stroke-size) var(--txt-mask-panel-color);
	text-stroke:var(--stroke-size) var(--txt-mask-panel-color);
}

.txt-mask .txt-mask-border{
	opacity:0;
}

.txt-mask .artxt{
	position:absolute;
	left:25%;
	top:50%;
	z-index:30 !important;
	width:27%;
	margin:0;
	transform:translate(-50%, -50%);
	pointer-events:auto !important;
	color: rgb(var(--b) / 1);
}

body.simple-edit-mode .txt-mask .txt-mask-panel,
body.simple-edit-mode .txt-mask .txt-mask-border{
	pointer-events:none;
}

body.simple-edit-mode .txt-mask .txt-mask-panel .txt-mask-title,
body.simple-edit-mode .txt-mask .txt-mask-border .txt-mask-title{
	pointer-events:auto;
	cursor:pointer;
}

body.simple-edit-mode .txt-mask .txt-mask-panel .txt-mask-title{
	z-index:30;
}

body.simple-edit-mode .txt-mask .txt-mask-border .txt-mask-title{
	z-index:31;
}

body.simple-edit-mode .txt-mask .artxt{
	z-index:40;
}

body.simple-edit-mode .txt-mask .artxt *,
body.is-edit-mode .txt-mask .artxt * {
	pointer-events:auto !important;
}

section.hide-txt-clean .txt-mask .artxt,
section.hide-txt-clean .txt-mask .txt-mask-panel,
section.hide-txt-clean .txt-mask .txt-mask-color-layer,
section.hide-txt-clean .txt-mask .txt-mask-border,
section.hide-txt-clean .txt-mask .txt-mask-title,
section.hide-txt-clean.txt-mask .artxt,
section.hide-txt-clean.txt-mask .txt-mask-panel,
section.hide-txt-clean.txt-mask .txt-mask-color-layer,
section.hide-txt-clean.txt-mask .txt-mask-border,
section.hide-txt-clean.txt-mask .txt-mask-title{
	opacity:0 !important;
	visibility:hidden !important;
	pointer-events:none !important;
	transition:
		opacity .35s ease,
		visibility .35s ease;
}

section.hide-txt-clean .txt-mask .txt-mask-panel,
section.hide-txt-clean.txt-mask .txt-mask-panel{
	background:none !important;
	mix-blend-mode:normal !important;
}

section.hide-txt-clean .txt-mask .txt-mask-border,
section.hide-txt-clean.txt-mask .txt-mask-border{
	display:none !important;
}

@media (max-width:767px){
	.txt-mask{
		--text-left: var(--text-left-mov);
		--text-top: var(--text-top-mov);
		--txt-mask-panel-color: url(#txt-mask-gradient);
	}

	section.txt-mask .txt-mask-color-fill{
		clip-path: inset(50dvh calc(100% - var(--split-mov)) 0 0);
		fill: var(--txt-mask-panel-color);
	}

	.txt-mask .txt-mask-panel .txt-mask-title {
		left: var(--text-left-mov);
		top: var(--text-top-mov);
	}

	section.txt-mask .txt-mask-title {
		width: var(--mask-text-width-mov) !important;
	}

	.txt-mask .txt-mask-media{
		background-attachment: scroll;
	}

	.txt-mask .txt-mask-title{
		font-size: 6rem;
	}

	.txt-mask .txt-mask-svg-title{
		font-size: 6rem;
	}

	.txt-mask .artxt {
		max-width: 100%;
		top: auto !important;
		bottom: 5dvh !important;
		left: 0;
		width: 100%;
		max-height: 38dvh;
		transform: none;
		padding: 0 3rem;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.txt-mask .artxt h2{
		font-size: 2rem;
	}

	.txt-mask .artxt h4{
		font-size: 1.1rem;
	}
	
	.txt-mask .artxt p {
		max-height: 2lh;
		margin: 0;
		overflow: hidden;
		transition: max-height .9s ease;
	}
	
	.txt-mask .artxt p.active {
		max-height: 12lh;
		overflow: auto;
	}
}

/* ==================================================
   MODULE: viewpoint.css
   ================================================== */

/* viewpoint de página */
.viewpoint{
	position:fixed;
	top:50%;
	right:4rem;
	z-index:150;
	display:flex;
	flex-direction:column;
	gap:0;
	margin:0;
	padding:0;
	transform:translateY(-50%);
}

.viewpoint a{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	color:rgb(var(--b) / 1);
	font-family:"icomoon";
	font-size:1rem;
	line-height:1;
	text-decoration:none;
	transition:
		color .25s ease,
		transform .25s ease;
}

.viewpoint a::before{
	content:"\e906";
}
.viewpoint a:hover::before{
	content:"-";
}

.viewpoint a[data-tooltip]::after{
	content:attr(data-tooltip);
	position:absolute;
	top:50%;
	right:calc(100% + .75rem);
	z-index:1;
	width:max-content;
	max-width:min(24rem, calc(100vw - 8rem));
	padding:.55rem .75rem;
	border-radius:.25rem;
	background:rgb(var(--b) / .75);
	color:rgb(var(--n) / 1);
	font-size:.75rem;
	line-height:1.2;
	text-align:right;
white-space:pre-line;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:translate(.5rem, -50%);
	transition:
		opacity .2s ease,
		transform .2s ease,
		visibility .2s ease;
}

.viewpoint a[data-tooltip]:hover::after,
.viewpoint a[data-tooltip]:focus-visible::after{
	opacity:1;
	visibility:visible;
	transform:translate(0, -50%);
}

.viewpoint a:hover{
	color:rgb(var(--c2) / 1);
	transform:scale(1.15);
}

.viewpoint a.is-active{
	color:rgb(var(--c2) / 1);
	transform:scale(1.35);
}

@media (max-width:767px){
	.viewpoint{
		top: 100%;
		left: 0;
		background: #2ba;
		width: 1px;
		display: none;
	}

	.viewpoint a{
		font-size:.9rem;
	}
}


/* ==================================================
   MODULE: xscroll.css
   ================================================== */

.xscroll {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.xscroll-content {
	width: 100%;
	margin: 0 auto;
	padding: 4rem 9rem;
	box-sizing: border-box;
}

.xscroll-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.xscroll-nav a {
	cursor: pointer;
	font-weight: 600;
	color: rgb(var(--c2) / 0.5);
	transition: color 0.3s ease;
}

.xscroll-nav a.is-active,
.xscroll-nav a:hover {
	color: rgb(var(--c2) / 1);
}

.xscroll-body {
	padding: 3rem 18rem;
}

.xscroll-list {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.xscroll-list::-webkit-scrollbar {
	display: none;
}

.xscroll-list > li {
	flex: 0 0 calc(33.333% - 1rem);
	min-width: 320px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative; 
}

.xscroll-list figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.xscroll-list img,
.xscroll-list video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.xscroll-list .artxt {
	width: 100%;
	position: static;
	box-sizing: border-box;
}

.xscroll-list .artxt dt h2 { 
	margin: 0 0 0.5rem; 
	font-size: 1.25rem; 
	font-weight: bold; 
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.xscroll-list .artxt dt h4 { 
	margin: 0; 
	font-size: 1rem; 
	opacity: 0.8; 
	font-weight: normal; 
}

.xscroll-list .artxt dd p { 
	margin: 1rem 0 0; 
	line-height: 1.5; 
}

.xscroll-list > li.is-overlay figure {
	height: 100%;
	min-height: 480px;
}

.xscroll-list > li.is-overlay figure::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
	z-index: 1;
}

.xscroll-list > li.is-overlay .artxt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	z-index: 2;
	color: #fff;
}

.xscroll-list > li.is-overlay .artxt dt h4 {
	opacity: 0.9;
}

@media (max-width: 767px) {
	.xscroll-content {
		padding: 2.5rem 1rem;
	}

	.xscroll-nav {
		display: none;
	}

	.xscroll-list {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		padding: 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
	}

	.xscroll-list > li {
		flex: 0 0 82vw;
		min-width: 280px;
		max-width: 340px;
		scroll-snap-align: start;
	}
}

/* ==================================================
   GLOBAL DESIGN
   ================================================== */

:root {
	--n: 29 29 29;
	--b: 241 239 237;
	--c1: 14 14 1;
	--c2: 135 192 145;
	--c3: 255 131 0;
	--font-primary: "Poppins", sans-serif;
	--font-secondary: "Lora", fantasy;
	--global-design-bg-color: rgb(241 239 237 / 1);
	--global-design-bg-image: none;
}

html,
body {
	font-family: var(--font-primary);
	background-color: var(--global-design-bg-color);
	background-image: var(--global-design-bg-image);
	background-repeat: repeat;
}

.artxt { color: rgb(var(--n) / 1); }
.artxt dd { border-color: rgb(var(--n) / .4); }
.artxt .lead { font-family: var(--font-primary); font-size: 1.15rem; font-weight: 200; line-height: 1.3; }
.artxt h2 { font-family: var(--font-primary); font-size: 4rem; font-weight: 900; line-height: .9; }
.artxt h3 { font-family: var(--font-secondary); font-size: 1.4rem; font-weight: 200; line-height: normal; }
.artxt h4 { font-family: var(--font-primary); font-size: 1.25rem; font-weight: 700; line-height: 1.15; }
.artxt p { font-family: var(--font-primary); font-size: 1rem; font-weight: 400; line-height: 1.3; }
.artxt .caption { font-family: var(--font-secondary); font-size: .75rem; font-weight: 300; line-height: 1.3; }
hr { margin: .5rem 0 1rem; width: 72%; border-top-color: rgb(var(--n) / 1); }
button.main { background:rgb(var(--c1) / 1);border-style:solid;border-color:rgb(var(--c1) / 1);padding:.5rem 1.2rem;border-radius:0;border-width:0; }
button.sec { background:rgb(var(--c3) / 1);border-style:solid;border-color:rgb(var(--c2) / 1);padding:.5rem 1.2rem;border-radius:0;border-width:0; }
button.transparent { background:transparent;border-style:solid;border-color:rgb(var(--b) / 1);padding:.5rem 1.2rem;border-radius:0;border-width:1px; }
button.white { background:rgb(var(--b) / 1);border-style:solid;border-color:rgb(var(--c3) / 1);padding:.5rem;border-radius:0;border-width:0; }
button.black { background:rgb(var(--n) / 1);border-style:solid;border-color:rgb(var(--n) / 1);padding:.5rem;border-radius:0;border-width:0; }
a { background:transparent;border-style:solid;border-color:transparent;padding:0;border-radius:0;border-width:0; }
