* {
  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";
}

/* --- style.css --- */
: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;
}
main {
	position: relative;
	width: 100%;
	min-height: 100dvh;
}

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

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


section > article:nth-of-type(1){
	background: rgb(var(--c1) / .1)
}

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);
}



.nav-flag {
	position: fixed;
	top: 10%;
	left: 10%;
	width: 50px;
	height: 50px;
	z-index: 100000;
	pointer-events: none;
}
	section {
		width: 100%;
	}
	
	.magazzine,
	.launchpad,
	.tarjetas,
	.xscroll,
	.events,
	.hv-system-wrap {
		position: relative;
	}
	
	.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;
		scroll-snap-stop: always;
		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;
	}
	
.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 > * {
	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;
	background: rgb(var(--c2) / 1);
}

.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;
}

/* ==================================================
   HIDE TXT
   ================================================== */
.hide_txt {
	--hide-txt-size: 3rem;
	--hide-txt-icon-size: 1.5rem;
	position: sticky;
	top: 60%;
	right: auto;
	left: auto;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--hide-txt-size);
	height: var(--hide-txt-size);
	margin: 0 2% calc(var(--hide-txt-size) * -1) auto;
	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);
}

.hide_txt.hide-txt-visible,
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);
}

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

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

section.hide-txt-clean.herozb > article > dl.artext,
section.hide-txt-clean.poster-simple-vid .poster-simple-vid-item,
section.hide-txt-clean.poster-simple-pic .poster-simple-pic-textchain > dl.artext,
section.hide-txt-clean.calendar .calendar__posters .calendar__poster-artext,
section.hide-txt-clean.sweep .layer_two,
section.hide-txt-clean.break .break-stage .artext,
section.hide-txt-clean.slider .slider-stage .slides.copy dl.artext,
section.hide-txt-clean .overlay,
section.hide-txt-clean .figure-overlay,
section.hide-txt-clean .calendar__overlay,
section.hide-txt-clean .calendar__picture-tint {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
/* --- module-artext.css: sin bloques de texto ni media --- */
h1 {
	font-size: 12rem;
	font-weight: 900;
	color: rgb(var(--c3) / 1);
}

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

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

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

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

.lead {
	font-size: 2.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;
}

/* --- module-artext.css --- */
dl.artext {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2rem auto;
  padding: 0;
  background: rgb(var(--n) / 0.05);
  --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(--b) / 1);
  --artext-accordion-trigger-lines: 10;
  --artext-accordion-limit-lines: 50;
}
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;
}

body.simple-edit-mode dl.artext[data-artext-photo-text="on"] > dt {
  color: var(--artext-dt-base-color);
}

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 0;
  order: 2;
}

dl.artext > dd > p {
  width: 100%;
  column-count: var(--artext-columns);
  column-gap: var(--artext-column-gap);
  column-fill: balance;
}

dl.artext .caption {
  width: 100%;
  margin-top: 1rem;
  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: .05;
}

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 !important;
  order: 2 !important;
}

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

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 > dd,
dl.artext.dt-right > dd {
  align-self: center;
}

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;
  transition: height 0.4s ease;
}

dl.artext > dd.artext-accordion > p {
  column-fill: auto;
}

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

dl.artext > dd.artext-accordion.active > p {
  column-fill: balance;
}

dl.artext > dd.artext-accordion.active.is-scrollable {
  overflow: auto;
}

dl.artext > .artxt-toggle {
  position: relative;
  display: none;
  grid-column: 1 / -1;
  z-index: 10;
  width: 30px;
  height: 30px;
  margin: .5rem 0 0;
  padding: 0;
  border-radius: 15px;
  background: rgb(var(--c2) / 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);
}

body.simple-edit-mode dl.artext[data-anim="on"] :is(
  dt .lead,
  dt h1,
  dt h2,
  dt h3,
  dt hr
) {
  opacity: 1;
  transform: none;
  transition: none;
}

@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;
	--artext-accordion-max-height: calc(var(--artext-accordion-limit-lines) * 1lh);
  }

  dl.artext > dd.artext-accordion.active {
	height: min(
	  var(--artext-accordion-expanded-height),
	  var(--artext-accordion-max-height)
	);
	max-height: var(--artext-accordion-max-height);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
  }

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

  dl.artext:not(.dt-left-rotate):not(.dt-right-rotate) > dt,
  dl.artext:not(.dt-left-rotate):not(.dt-right-rotate) > dd {
	width: 100%;
	max-width: none;
	grid-column: auto;
	grid-row: auto;
  }

		dl.artext:not(.dt-left-rotate):not(.dt-right-rotate) > dd > p {
	column-count: 1;
	column-gap: 0;
	}

  dl.artext.dt-top > dt,
  dl.artext.dt-bottom > dt {
	transform: none;
  }

  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 > dd > p,
  dl.artext.dt-right-rotate > dd > p {
	column-count: 1;
	column-gap: 0;
  }

  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,
	  opacity 0.5s ease;
	opacity: 1;
  }

  dl.artext.dt-left-rotate.mobile-accordion-open > dt,
  dl.artext.dt-right-rotate.mobile-accordion-open > dt {
	opacity: 0;
  }

  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;
  }
}

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;
}

.responsive-media-variant[hidden] {
	display: none !important;
}

figure > .responsive-media-variant {
	flex: 1 1 100%;
	min-width: 0;
}

figure .figure-overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

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

figure figcaption {
  position: absolute !important;
  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;
}
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;
}
	figure figcaption {
		bottom: 0;
		left: 0;
		transform-origin: top left;
	}

/* --- module-artext.css 
figure.artext-figure {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #ff0000--- */
}

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

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

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

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

.figure-overlay__image {
  height: 50%;
}

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

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

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


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

/* break */
/* configuración general */
.break {
	position: relative;
	width: 100%;
	min-height: 240dvh;
	margin: 0;
	padding: 0 !important;
	box-sizing: border-box;
	overflow: visible;
}

.break > article:nth-of-type(1) {
	position: relative;
	display: flex;
	align-items: center;
	width: var(--module-article-1-width, 50%);
	box-sizing: border-box;
	z-index: 2;background: rgb(var(--b) / 1)
}
.artext.break-static-artext{
	padding: 3rem;
	position: sticky;
	top: 0;
}

.break > article:nth-of-type(2) {
	position: relative;
	display: flex;
	align-items: center;
	width: var(--module-article-2-width, 50%);
	box-sizing: border-box;
	z-index: 1;
}
.break[data-module-article-visible="0"] > article:nth-of-type(1) {
	display: none;
}

.break[data-module-article-visible="0"] > article:nth-of-type(2) {
	width: 100%;
}

.break[data-module-article-position="left"],
.break[data-module-article-position="right"] {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.break[data-module-article-position="right"] > article:nth-of-type(1) {
	order: 2;
}

.break[data-module-article-position="right"] > article:nth-of-type(2) {
	order: 1;
}

.break[data-module-article-position="top"],
.break[data-module-article-position="bottom"] {
	display: flex;
	flex-direction: column;
}

.break[data-module-article-position="bottom"] > article:nth-of-type(1) {
	order: 2;
}

.break[data-module-article-position="bottom"] > article:nth-of-type(2) {
	order: 1;
}

.break-static-article {
	min-height: 38dvh;
	padding: 0;
	box-sizing: border-box;
}

.break > article.break-static-article {
	position: sticky;
	top: 0;
	height: 100dvh;
	min-height: 100dvh;
	align-self: flex-start;
}

.break-static-artext {
	position: relative;
	width: 100%;
	margin: 0;
}

.break-stage-article {
	min-height: 220dvh;
}

.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 {
	/* imagen */
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.break figure img,
.break figure video,
.break figure .responsive-media-variant,
.break figure .responsive-media-empty {
	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,
.break .layer_three dl {
	/* textos */
	color: rgb(var(--b) / 1);
}

.break .layer_four {
	--x0: 27%;
	--y0: -50%;
	--x1: 36%;
	--y1: -50%;
	--scale0: 1;
	--scale1: .9;
	--op0: 1;
	--op1: 0;
	--blur0: 0px;
	--blur1: 0px;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 4;
	width: max-content;
	max-width: 32%;
	height: auto;
	min-height: 0;
	margin: 0;
	color: rgb(var(--b) / 1);
	border-right: 2px solid rgb(var(--c3) / 1);
	padding: .5rem;
	box-sizing: border-box;
	text-align: right;
	opacity: var(--op-current, 1);
	transform:
		translate(var(--x-current, 0), var(--y-current, 0))
		scale(var(--scale-current, 1));
	filter: blur(var(--blur-current, 0px));
	will-change: transform, opacity, filter;
}
.break .layer_four hr, .break .layer_four .caption{
	display: none
}

.break .layer_four > dt,
.break .layer_four > dd {
	max-width: none;
}

.break .layer_four > dd {
	margin: 0;
}

.break .layer_three dd {
	
}


/* break mobile */
@media (max-width: 767px) {
	.break dl.artext {
		--artext-accordion-trigger-lines: 8;
		--artext-accordion-limit-lines: 12;
	  }
	  
	.break {
		min-height: 258svh;
		padding: 0;
	flex-direction: column;
	}

	.break > article:nth-of-type(1),
	.break > article:nth-of-type(2),
	.break[data-module-article-visible="0"] > article:nth-of-type(2) {
		width: 100%;
	}

	.break[data-module-article-position="left"] > article:nth-of-type(1),
	.break[data-module-article-position="top"] > article:nth-of-type(1) {
		order: 1;
	}

	.break[data-module-article-position="left"] > article:nth-of-type(2),
	.break[data-module-article-position="top"] > article:nth-of-type(2) {
		order: 2;
	}

	.break[data-module-article-position="right"] > article:nth-of-type(1),
	.break[data-module-article-position="bottom"] > article:nth-of-type(1) {
		order: 2;
	}

	.break[data-module-article-position="right"] > article:nth-of-type(2),
	.break[data-module-article-position="bottom"] > article:nth-of-type(2) {
		order: 1;
	}

	.break-static-article {
		min-height: 42svh;
		padding: 0;
	}

	.break-stage-article,
	.break-scroll {
		min-height: 216svh;
	}
	

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

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

	.break .layer_four {
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		width: max-content;
		max-width: 84%;
		height: auto;
		min-height: 0;
		padding: 1.5rem;
		box-sizing: border-box;
	}

	.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: 0;
		--y0: -100%;
		--x1: 0;
		--y1: -50%;
		--scale0: 1;
		--scale1: 1;
		--op0: 0;
		--op1: 1;
		--blur0: 0px;
		--blur1: 0px;
		--w0: 90%;
		--w1: 90%;
		left: 5%;
		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;
		display: none;
	}
	.break .layer_four {
		--x0: 0;
		--y0: -50%;
		--x1: 0;
		--y1: -100%;
		--scale0: 1;
		--scale1: 1;
		--op0: 1;
		--op1: 0;
		--blur0: 0px;
		--blur1: 0px;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		left: auto;
		margin: 0 !important;
		padding: 0 1rem 0 0 !important;
		display: block;
		width: max-content;
		max-width: 84%;
		height: auto;
		min-height: 0;
	}
	
	.break .layer_four hr, .break .layer_four .caption{
		display: none
	}
	
	
}


/* ==================================================
   MODULE: calendar.css
   ================================================== */

/* configuración general */
/* calendar: calendario visual con póster y detalle sincronizados */
section.calendar {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 64%) minmax(0, 36%);
	width: 100%;
	height: 81dvh;
	min-height: 0;
	overflow: hidden;
	background: rgb(var(--b) / 1);
}

/* imagen */
section.calendar > .calendar__overlay {
	position: absolute;
	inset: 0 72% 0 0;
	z-index: 0;
	background: linear-gradient(90deg, rgb(var(--n) / .1), rgb(var(--n) / .3));
}

/* estructura */
section.calendar > article {
	position: relative;
	min-width: 0;
	z-index: 1;
}

section.calendar .calendar-pics,
section.calendar .calendar-details {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

section.calendar .calendar-pics {
	position: relative;
}

section.calendar .calendar-pics > li {
	position: absolute;
	inset: 2rem;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transform: scale(1.03);
	filter: blur(8px);
	transition: opacity .45s ease, transform .45s ease, filter .45s ease;
}

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

/* figura y overlay */
section.calendar .calendar-pics figure {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

section.calendar .calendar-pics figure > :is(img, video, .responsive-media-variant, .responsive-media-empty) {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section.calendar .calendar-pics .figure-overlay,
section.calendar .calendar__picture-tint {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

section.calendar .calendar__picture-tint {
	background: linear-gradient(90deg, rgb(var(--n) / .1), rgb(var(--c1) / .4));
	mix-blend-mode: multiply;
}

section.calendar .calendar-pics figure figcaption {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: .75rem;
	z-index: 4;
}

section.calendar .calendar-pics .custom-media-buttons {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 5;
}

/* textos */
section.calendar .calendar__poster-artext {
	position: absolute;
	top: 50%;
	left: 9%;
	width: 78%;
	max-height: 88%;
	padding: 2rem;
	box-sizing: border-box;
	z-index: 3;
	transform: translateY(-50%);
	background: transparent;
	color: rgb(var(--b) / 1);
}

section.calendar .calendar__poster-artext > dt,
section.calendar .calendar__poster-artext > dd {
	max-width: none;
}

section.calendar dl.artext[data-artext-photo-text="on"] > dt {
	color: inherit;
}

section.calendar dl.artext[data-artext-photo-text="on"] > dt > :is(.artext-dt-base, .artext-dt-photo, .artext-dt-real) {
	position: static;
	visibility: visible;
}

section.calendar .calendar__poster-artext > dd,
section.calendar .calendar__detail-artext > dd {
	margin: 0;
	border: 0;
}

section.calendar .calendar__poster-artext .custom-text-buttons,
section.calendar .calendar__detail-artext .custom-text-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1rem;
}

section.calendar .calendar__details {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

/* navegación */
section.calendar .calendar__swipe-nav {
	display: none;
}

/* tarjetas */
section.calendar .calendar-details > li {
	position: relative;
	display: block;
	width: 100%;
	margin: 3rem 0 0;
	padding: 1.5rem;
	box-sizing: border-box;
	opacity: .55;
	transition: opacity .35s ease, transform .35s ease;
}

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

section.calendar .calendar__detail-artext {
	display: grid;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
	color: rgb(var(--n) / 1);
}

section.calendar .calendar__detail-artext > dt,
section.calendar .calendar__detail-artext > dd {
	max-width: none;
}

section.calendar .calendar__detail-artext :is(h2, h3, h4, p) {
	max-width: none;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

@media (max-width: 767px) {
	/* móvil */
	section.calendar {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		min-height: 0;
	}

	section.calendar > .calendar__overlay {
		inset: 0;
	}

	section.calendar > article {
		width: 100%;
	}

	section.calendar .calendar__posters {
		position: relative;
		height: 72dvh;
		min-height: 24rem;
	}

	section.calendar .calendar-pics {
		display: flex;
		flex-flow: row nowrap;
		gap: 0;
		height: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 0;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	section.calendar .calendar-pics::-webkit-scrollbar {
		display: none;
	}

	section.calendar .calendar-pics > li,
	section.calendar .calendar-pics > li.is-active {
		position: relative;
		inset: auto;
		display: block;
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		height: 100%;
		margin: 0;
		padding: 2rem 0 0;
		opacity: 1;
		transform: none;
		filter: none;
		pointer-events: auto;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	section.calendar .calendar-pics figure {
		position: relative;
		inset: auto;
		width: 100%;
		height: 100%;
	}

	section.calendar .calendar__poster-artext {
		top: 5%;
		left: 0;
		width: 90%;
		height: 90%;
		max-height: 90%;
		padding: 2rem;
		overflow-x: hidden;
		overflow-y: auto;
		transform: none;
		background: rgb(var(--c3) / .22);
	}

	section.calendar .calendar__swipe-nav {
		display: flex;
		position: absolute;
		left: 0;
		right: 0;
		bottom: .35rem;
		z-index: 20;
		margin: 0;
		padding: 0 .75rem;
		box-sizing: border-box;
	}
	
	section.calendar .calendar__poster-artext h2{
		font-size: 2rem;
	}
	
	section.calendar .calendar__poster-artext h3{
		font-size: 1.3rem;
	}

	section.calendar .calendar__details {
		height: auto;
		overflow: visible;
		background: rgb(var(--b) / 1);
	}

	section.calendar .calendar-details {
		height: auto;
	}

	section.calendar .calendar-details > li {
		display: none;
		margin: 0;
		padding: 1.5rem 1rem 2rem;
		opacity: 1;
	}

	section.calendar .calendar-details > li.is-active {
		display: block;
	}

	section.calendar .calendar__detail-artext {
		display: grid !important;
		width: 100%;
		padding: 0;
	}
}


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

/* configuración general */
/* 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;
}

/* tarjetas */
/* 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 */
/* móvil */
@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: editorial.css
   ================================================== */

/* editorial: adaptación de magazzine al sistema actual */
/* configuración general */
.editorial {
	position: relative;
	display: block;
	width: 100%;
	min-height: 90dvh;
	padding: 3rem;
	overflow: hidden;
	background: rgb(var(--n) / 1);
	color: rgb(var(--b) / 1) !important;
	
}

.editorial > article {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
}

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

.editorial__stage {
	position: relative;
	min-height: 62dvh;
}

/* imagen */
.editorial__figure {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 2.2 / 1;
	margin: 0;
	padding: var(--editorial-figure-padding-desk) !important;
	box-sizing: border-box;
	overflow: hidden;
}

.editorial__figure > :is(img, video, .responsive-media-variant, .responsive-media-empty) {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.editorial__tint {
	position: absolute;
	top: 50%;
	left: 9%;
	width: 27%;
	height: 80%;
	z-index: 1;
	transform: translateY(-50%);
	background: linear-gradient(90deg, rgb(var(--c2) / 1), rgb(var(--c1) / 1));
	mix-blend-mode: soft-light;
	pointer-events: none;
	display: none
}

.editorial__figure .figure-overlay {
	z-index: 2;
}

/* textos */
.editorial__head {
	position: absolute !important;
	top: 36%;
	left: 9%;
	width: 27%;
	margin: 0 !important;
	padding: var(--editorial-head-padding-desk) !important;
	z-index: 4;
	transform: translateY(-50%);
	color: rgb(var(--b) / 1) !important;
}


.editorial__head > dd {
	margin: 0;
	padding: 0;
}

/* posiciones y padding de head/body */
.editorial__stage--head-before {
	display: flex;
	flex-direction: column;
}

.editorial__stage--head-before .editorial__head {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	order: 1;
	width: 100%;
	transform: none !important;
	margin: 0 !important;
	padding: var(--editorial-head-padding-desk) !important;
	box-sizing: border-box;
	background: transparent;
}

.editorial__stage--head-before .editorial__figure {
	order: 2;
}

/* head sobre la figure */
.editorial__stage--head-overlay .editorial__head {
	top: 0 !important;
	right: auto !important;
	bottom: auto !important;
	left: 0 !important;
	transform: none !important;
	margin: 0 !important;
	padding: var(--editorial-head-padding-desk) !important;
	box-sizing: border-box;
}

.editorial__body--after {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	margin: 0 !important;
	padding: var(--editorial-body-padding-desk) !important;
	box-sizing: border-box;
}

.editorial__body--overlay {
	position: absolute !important;
	top: auto !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 5;
	width: 100%;
	margin: 0 !important;
	padding: var(--editorial-body-padding-desk) !important;
	box-sizing: border-box;
}

.editorial__head > .artxt-toggle,
.editorial__body > .artxt-toggle {
	background: transparent;
}

/* cuerpo editorial */
.editorial__body {
	position: relative;
	z-index: 3;
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: var(--editorial-body-padding-desk) !important;
	color: rgb(var(--b) / 1) !important;
}

.editorial__body > dt,
.editorial__body > dd {
	width: 100%;
	max-width: none;
}

.editorial__body > dd {
	margin: 0;
}

.editorial__body-flow {
	column-count: var(--artext-columns);
	column-gap: var(--artext-column-gap);
}

.editorial__body-track {
	display: none;
}

/* móvil */
@media (max-width: 767px) {
	.editorial {
		min-height: 100dvh;
		padding: 2rem 0;
	}

	.editorial__overlay {
		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%
		);
	}

	.editorial__stage {
		min-height: 0;
	}

	.editorial__figure {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 3 / 4;
		margin: 0;
		padding: var(--editorial-figure-padding-mov) !important;
		box-sizing: border-box;
	}

	.editorial__tint {
		top: 50%;
		left: 3%;
		width: 55%;
		height: 90%;
		background: linear-gradient(90deg, rgb(var(--c2) / 1), rgb(var(--c1) / 1));
		mix-blend-mode: multiply;
	}

	.editorial__head {
		width: 100%;
		max-width: 100%;
		max-height: none;
		box-sizing: border-box;
		padding: var(--editorial-head-padding-mov) !important;
		background: rgb(var(--n) / .88);
	}

	.editorial__stage--head-overlay .editorial__head {
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		left: 0 !important;
		width: 100%;
		max-width: 100%;
		max-height: none;
		transform: none !important;
		color: rgb(var(--b) / 1) !important;
	}

	.editorial__head > dt h2 {
		width: 100%;
	}

	.editorial__head > dd {
		padding: 0;
	}

	.editorial__body {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: var(--editorial-body-padding-mov) !important;
		color: rgb(var(--b) / 1) !important;
	}

	.editorial__body > dd.artext-accordion {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.editorial__body > .artxt-toggle {
		display: none !important;
	}

	.editorial__body-flow {
		position: absolute;
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
		column-count: 1;
		column-gap: 0;
	}

	/* navegación horizontal móvil */
	.editorial__body-track {
		display: flex;
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-snap-stop: always;
		scroll-padding-inline: 0;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.editorial__body > dd > .hswipe-nav {
		display: flex;
		margin: 0.75rem 0 0;
		padding: 0;
	}

	.editorial__body-track::-webkit-scrollbar {
		display: none;
	}

	.editorial__body-column {
		flex: 0 0 100vw;
		width: 100vw;
		min-width: 100vw;
		padding: 0 2rem;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	.editorial__body-column > p {
		width: 100%;
		margin: 0;
	}
}

/* móvil: posiciones y padding independientes */
@media (max-width: 767px) {
	/* Si desk usa before pero móvil usa overlay, se desactiva el orden de desk. */
	.editorial__stage--head-before.editorial__stage--head-mov-overlay {
		display: block;
	}

	.editorial__stage--head-mov-before {
		display: flex;
		flex-direction: column;
	}

	.editorial__stage--head-mov-before .editorial__head {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		order: 1;
		width: 100%;
		max-width: 100%;
		max-height: none;
		transform: none !important;
		padding: var(--editorial-head-padding-mov) !important;
		background: transparent;
	}

	.editorial__stage--head-mov-before .editorial__figure {
		order: 2;
	}

	.editorial__stage--head-mov-overlay .editorial__head {
		position: absolute !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		left: 0 !important;
		width: 100%;
		max-width: 100%;
		max-height: none;
		transform: none !important;
		padding: var(--editorial-head-padding-mov) !important;
	}

	.editorial__stage--head-mov-overlay .editorial__figure {
		order: initial;
	}

	.editorial__body--mov-after {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		margin: 0 !important;
		padding: var(--editorial-body-padding-mov) !important;
		box-sizing: border-box;
	}

	.editorial__body--mov-overlay {
		position: absolute !important;
		top: auto !important;
		right: auto !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100%;
		margin: 0 !important;
		padding: var(--editorial-body-padding-mov) !important;
		box-sizing: border-box;
	}
}


/* ==================================================
   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;
	background: rgb(var(--n) / .1);
	z-index: 0;
}

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

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

.pic-gallery > article:nth-of-type(2) .artext{
	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(var(--cols, 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{
	--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:var(--cols, 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(var(--cols, 3), minmax(0, 1fr));
		box-sizing: border-box;
	}

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

	.pic-gallery.pinterest-grid .gallery-cols {
		columns: var(--cols, 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: hero36.css
   ================================================== */

.hero36 {
display: block;
margin: 0 !important;
padding: 0 !important;
}

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

.content36 dl{
width: 100%;
background: rgb(var(--n) / 1);
color: rgb(var(--b) / 1);
padding: 5% 15%;
position: absolute;
bottom: 0 !important;
margin: 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;
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;
z-index: 11;
margin-top: 100dvh;
}

.trigger-top, .trigger-bottom {

height: 25px;

width: 100%;

pointer-events: none;

visibility: hidden;

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 */
/* configuración general */
.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;
}

/* imagen */
.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;
}

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

.herozb .artext dt h2 {
	position: relative;
	width: 100%;
	padding-left: 30px;
	border-left: 0;
	box-sizing: border-box;
}

.herozb .artext dt h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 1lh;
	background: rgb(var(--c3) / 1);
}

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

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

/* responsive */
@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 .artext {
		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 .artext dt h2 {
		width: 100%;
	}
}


/* ==================================================
   MODULE: house-dream.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: var(--hd-mask-top-desk, 15%);
	left: 0;
	width: 100%;
	z-index: 5 !important;
	display: block;
	font-size: var(--hd-mask-font-size-desk, 18rem);
	line-height: 1;
	font-weight: 900;
	text-align: var(--hd-mask-text-align-desk, left);
	padding-left: var(--hd-mask-padding-left-desk, 0%);
	box-sizing: border-box;
	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;
	padding-left: var(--hd-mask-padding-left-desk, 0%);
	box-sizing: border-box;
	
	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 .artext */
.house-dream dl.artext {
	position: absolute !important;
	bottom: 8% !important;
	left: 5% !important;
	z-index: 50 !important;
	display: grid !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	color: #ffffff;
	pointer-events: auto !important;
	width: 50%
}

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

.house-dream dl.artext h2,
.house-dream dl.artext h3,
.house-dream dl.artext h4,
.house-dream dl.artext p,
.house-dream dl.artext 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: var(--hd-mask-font-size-mov, 3.5rem);
		top: var(--hd-mask-top-mov, 55%);
		transform: none;
		left: 0;
		width: 100%;
		text-align: var(--hd-mask-text-align-mov, left);
		padding-left: var(--hd-mask-padding-left-mov, 0%);
		background-image: var(--slide-bg-mov, var(--bg-mov)) !important;
		background-attachment: scroll !important;
		word-break: break-word;
	}

	.house-dream h2.tittle-mask::after {
		padding-left: var(--hd-mask-padding-left-mov, 0%);
		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.artext {
		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.artext::-webkit-scrollbar {
			display: none !important;
			width: 0 !important;
			height: 0 !important;
		}
	
	.house-dream dl.artext h2 {
		width: 100% !important;
	}
}


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

/* launchpad: módulo experimental, aislado del resto de módulos */
/* configuración general */
section.launchpad {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: rgb(var(--b) / 1);
}

section.launchpad > .launchpad__overlay {
	position: absolute;
	inset: 50% 0 0;
	z-index: 0;
	background: rgb(var(--c3) / .1);
}

section.launchpad > article {
	position: relative;
	z-index: 1;
	min-width: 0;
}

/* introducción */
section.launchpad > .launchpad__intro {
	width: 100%;
	padding: 3rem;
	box-sizing: border-box;
}

section.launchpad .launchpad__intro-artext {
	width: 100%;
	min-height: 0;
	height: auto;
	margin: 0;
	align-content: start;
}

/* tarjetas */
section.launchpad > .launchpad__cards {
	width: 100%;
	padding: 3rem;
	box-sizing: border-box;
}

section.launchpad .launchpad__list {
	display: grid;
	grid-template-columns: repeat(var(--launchpad-cols, 3), minmax(0, 1fr));
	align-items: start;
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

section.launchpad .launchpad-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px -5px rgb(0 0 0 / .15);
}

section.launchpad .launchpad-card__figure {
	position: relative;
	width: 100%;
	aspect-ratio: var(--launchpad-ratio-desk, 1 / 1);
	margin: 0;
	overflow: hidden;
	background: rgb(var(--n) / .08);
}

section.launchpad .launchpad-card__figure > :is(img, video, .responsive-media-variant, .responsive-media-empty) {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.launchpad .launchpad-card__figure .figure-overlay {
	z-index: 1;
}

section.launchpad .launchpad-card__figure .custom-media-buttons {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 4;
}

section.launchpad .launchpad-card__figure figcaption {
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: .75rem;
	z-index: 3;
}

section.launchpad .launchpad-card__artext {
	position: static;
	display: grid;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 1.5rem;
	color: rgb(var(--n) / 1);
}

section.launchpad .launchpad-card__artext > dt,
section.launchpad .launchpad-card__artext > dd {
	max-width: none;
}

section.launchpad .launchpad-card__artext > dd {
	margin: 0;
	border: 0;
}

section.launchpad .launchpad-card__artext :is(h2, h3, h4, p) {
	max-width: none;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

section.launchpad .launchpad-card__artext .custom-text-buttons,
section.launchpad .launchpad__intro-artext .custom-text-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1rem;
}

section.launchpad .launchpad-card--top .launchpad-card__artext {
	order: -1;
	padding-bottom: 1.5rem;
}

section.launchpad .launchpad-card--overlay {
	min-height: 0;
}

section.launchpad .launchpad-card--overlay .launchpad-card__figure {
	min-height: 28rem;
}

section.launchpad .launchpad-card--overlay .launchpad-card__artext {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: transparent;
	color: rgb(var(--b) / 1);
}

section.launchpad .launchpad-card--overlay-top .launchpad-card__artext {
	top: 0;
	bottom: auto;
}

section.launchpad .launchpad-card--overlay-center .launchpad-card__artext {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

section.launchpad .launchpad-card--overlay-bottom .launchpad-card__artext {
	top: auto;
	bottom: 0;
}

section.launchpad .launchpad-card--overlay .launchpad-card__artext :is(dt, dd, .caption) {
	color: inherit;
}

/* responsive */
@media (max-width: 767px) {
	section.launchpad {
		width: 100%;
		min-height: 0;
		padding: 0 1rem!important;
		box-sizing: border-box;
	}

	section.launchpad > .launchpad__overlay {
		inset: 0;
	}

	section.launchpad > .launchpad__intro {
		padding: 0;
	}

	section.launchpad .launchpad__intro-artext {
		padding: 1rem;
	}

	section.launchpad > .launchpad__cards {
		width: 100%;
		padding: 0 !important;
		overflow: hidden;
	}

	section.launchpad .launchpad__list {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		gap: .75rem;
		width: 100%;
		padding: 0 !important;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 0;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	section.launchpad .launchpad__list::-webkit-scrollbar {
		display: none;
	}

	section.launchpad .launchpad-card,
	section.launchpad .launchpad-card--overlay {
		flex: 0 0 100%;
		width: 100%;
		min-width: 0;
		align-self: flex-start;
		transform: none;
		box-shadow: none;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	section.launchpad .launchpad-card:hover {
		transform: none;
		box-shadow: none;
	}

	section.launchpad .launchpad-card__figure,
	section.launchpad .launchpad-card--overlay .launchpad-card__figure {
		min-height: 0;
		height: auto;
		aspect-ratio: var(--launchpad-ratio-mov, 1 / 1);
	}

	section.launchpad .launchpad-card__figure > :is(img, video, .responsive-media-variant, .responsive-media-empty) {
		height: 100%;
	}

	section.launchpad .launchpad-card--mov-top .launchpad-card__artext {
		position: static;
		order: -1;
		transform: none;
		background: transparent;
		color: rgb(var(--n) / 1);
	}

	section.launchpad .launchpad-card--mov-bottom .launchpad-card__artext {
		position: static;
		order: 0;
		transform: none;
		background: transparent;
		color: rgb(var(--n) / 1);
	}

	section.launchpad .launchpad-card--mov-overlay .launchpad-card__artext {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 3;
		background: transparent;
		color: rgb(var(--b) / 1);
	}

	section.launchpad .launchpad-card--mov-overlay-top .launchpad-card__artext {
		top: 0;
		bottom: auto;
		transform: none;
	}

	section.launchpad .launchpad-card--mov-overlay-center .launchpad-card__artext {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}

	section.launchpad .launchpad-card--mov-overlay-bottom .launchpad-card__artext {
		top: auto;
		bottom: 0;
		transform: none;
	}

	section.launchpad .launchpad-card--overlay .launchpad-card__artext {
		padding: 1rem;
	}

	section.launchpad .launchpad-card__artext {
		padding: 1rem;
	}
}


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

/* configuración general */
.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);
	}
}

/* navegación */
.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;
}

/* responsive */
@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: note.css
   ================================================== */

/* configuración general */
/* estructura */
.note{
	position: relative;
	width: 100%;
	padding: 0;
	display: flex;
	background: rgb(var(--c1) / 1);
}

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

.note > article:nth-of-type(2) {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	z-index: 1;
}
.note dl.artext {
	padding: 3rem;
}
.note dl.artext dd{
	padding: 0 3rem;
}


/* responsive */
@media (max-width: 767px) {

	.note {
		position: relative;
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
.note >	article:nth-of-type(1) {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		z-index: 2;
	}
	
	.note > article:nth-of-type(2) {
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.note dl.artext {
		padding: 3rem 1.5rem;
	}
	.note dl.artext dd{
		padding: 0;
	}
}


/* ==================================================
   MODULE: partners.css
   ================================================== */

/* configuración general */
/* partners */
.partners {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.partners > article {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.partners-intro {
	padding: 3rem;
}

.partners-intro .artext {
	width: 100%;
}

/* tarjetas */
.partners-items {
	padding: 3rem 18rem 5rem;
}

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

.partners-item {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.partners-item-link {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.partners-figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 8rem;
	margin: 0;
	overflow: hidden;
	background: rgb(var(--c2) / .15);
}

.partners-figure .block-media,
.partners-figure img,
.partners-figure video {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.partners-figure .block-media {
	position: relative;
}

.partners-figure .figure-overlay,
.partners-figure figcaption {
	display: none;
}

.partners-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	line-height: 1;
}

.c-num {
	display: block;
	font-size: clamp(4rem, 9vw, 9rem);
	font-weight: 900;
	line-height: .8;
}

.partners-item-artext {
	width: 100%;
}

.partners-item-artext > dd {
	width: 100%;
	margin: 0;
}

.partners-item-artext h4 {
	margin: 0;
}

.partners-item-artext p {
	margin: .75rem 0 0;
}

.partners-item-link:hover .partners-figure {
	filter: saturate(.7);
}

/* responsive */
@media (max-width: 767px) {
	.partners-intro,
	.partners-items {
		padding: 2.5rem 1rem;
	}

	.partners-list {
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		gap: 1rem;
		width: 100%;
		padding: 0 calc((100% - min(82vw, 340px)) / 2) .5rem;
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 50%;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.partners-list::-webkit-scrollbar {
		display: none;
	}

	.partners-list > .partners-item {
		flex: 0 0 min(82vw, 340px);
		width: min(82vw, 340px);
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	.partners-figure {
		min-height: 6rem;
	}

	.partners-icon {
		font-size: 3rem;
	}
}


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

/* poster-simple-pic */
.module-wrap[data-label="poster-simple-pic"] {
	position: relative;
	width: 100%;
	min-height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	overflow: visible;
}

.poster-simple-pic {
	position: relative;
	width: 100%;
	height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	min-height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	margin: 0;
	overflow: visible;
}

.poster-simple-pic > article {
	position: relative;
	width: 100%;
	height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	min-height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	margin: 0;
}

.poster-simple-pic-stage {
	position: sticky;
	top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;
	margin: 0;
	overflow: visible;
	background: rgb(var(--c3) / 1);
}

.poster-simple-pic-slide {
	position: absolute;
	inset: 0;
	z-index: 1;
	flex: 0 0 100dvh;
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;
	margin: 0;
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transition: opacity .45s ease, visibility .45s ease;
}

.poster-simple-pic-slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.poster-simple-pic-slide img,
.poster-simple-pic-slide video,
.poster-simple-pic-slide .responsive-img,
.poster-simple-pic-slide .responsive-video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.poster-simple-pic-slide .figure-overlay,
.poster-simple-pic-slide > .overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.poster-simple-pic-slide figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 4;
}

.poster-simple-pic-slide .custom-media-buttons {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 8;
}

.poster-simple-pic-textchain {
	position: absolute;
	top: 0;
	z-index: 3;
	--poster-simple-pic-artext-gap: 24rem;
	width: 50%;
	height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	min-height: calc(var(--poster-simple-pic-count, 1) * 100dvh);
	box-sizing: border-box;
	padding: 30dvh 3rem;
	overflow: visible;

}

.poster-simple-pic-item {
	position: absolute;
	top: calc(var(--poster-simple-pic-index, 0) * var(--poster-simple-pic-artext-gap));
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	color: rgb(var(--b) / 1);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.poster-simple-pic-item .custom-text-buttons {
	position: relative;
	z-index: 5;
}

.poster-simple-pic-item.is-empty {
	background: rgb(var(--n) / .12);
}

.poster-simple-pic-item.is-editor-new {
	opacity: .72;
}

.poster-simple-pic-item .artxt-toggle {
	position: relative;
	z-index: 5;
}

.poster-simple-pic-viewpoint {
	position: fixed;
	top: 50%;
	right: 1.5rem;
	z-index: 20;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%);
	transition: opacity .25s ease;
}

.poster-simple-pic.is-in-view .poster-simple-pic-viewpoint {
	opacity: 1;
	pointer-events: auto;
}

.poster-simple-pic-viewpoint button {
	display: block;
	width: .4rem;
	height: .4rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: currentColor;
	color: rgb(var(--b) / .65);
	opacity: .45;
	cursor: pointer;
}

.poster-simple-pic-viewpoint button.is-active {
	width: .65rem;
	height: .65rem;
	opacity: 1;
}

@media (max-width: 767px) {
	
	
	.module-wrap[data-label="poster-simple-pic"],
	.poster-simple-pic,
	.poster-simple-pic > article {
		height: calc(var(--poster-simple-pic-count, 1) * 150dvh);
		min-height: calc(var(--poster-simple-pic-count, 1) * 150dvh);
	}

	.poster-simple-pic-stage {
		height: 100dvh;
		min-height: 100dvh;
		margin-bottom: 0;
		overflow: visible;
		background: rgb(var(--c3) / 1)
	}

	.poster-simple-pic-slide {
		flex-basis: 100dvh;
		height: 100dvh;
		min-height: 100dvh;
		pointer-events: auto;
	}

	.poster-simple-pic-textchain {
		width: 100%;
		height: calc(var(--poster-simple-pic-count, 1) * 150dvh);
		min-height: calc(var(--poster-simple-pic-count, 1) * 150dvh);
		padding: 0 3rem;
	}

	.poster-simple-pic-item {
		top: calc(40dvh + (var(--poster-simple-pic-index, 0) * var(--poster-simple-pic-artext-gap)));
		width: min(100vw, 34rem);
		min-height: 18rem;
		padding: 1.5rem;
	}

	.poster-simple-pic-viewpoint {
		right: .85rem;
	}
}


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

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

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

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

.poster-simple-vid .poster-simple-vid-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-vid .poster-simple-vid-media img,
.poster-simple-vid .poster-simple-vid-media video,
.poster-simple-vid .poster-simple-vid-media .responsive-img,
.poster-simple-vid .poster-simple-vid-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-vid .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-vid-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-vid-track {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.poster-simple-vid-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-vid-item.is-active {
	z-index: 5;
	opacity: 1;
	visibility: visible;
	pointer-events: auto !important;
	transform: translateY(0);
}

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

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

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

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

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

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

.poster-simple-vid-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-vid-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-vid-viewpoint button.is-active {
	opacity: 1;
}

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

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

	.poster-simple-vid {
		height: 100dvh;
	}

	.poster-simple-vid .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-vid-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-vid-track {
		height: 100%;
		min-height: 0;
		overflow: hidden;
	}

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

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

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

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

	body.simple-edit-mode .poster-simple-vid-add-trigger {
		bottom: 1rem;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.poster-simple-vid .poster-simple-vid-media img,
	.poster-simple-vid .poster-simple-vid-media video,
	.poster-simple-vid .poster-simple-vid-media .responsive-img,
	.poster-simple-vid .poster-simple-vid-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: 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 .artext {
	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 .artext {
		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 :is(img, video){
	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 .artext,
.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 .artext dt h3,
.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 .artext dd,
.sweep .artxt dd{
	width:100%;
}

@keyframes sweep-x{
	from{
		transform:translate(0, -50%);
	}

	to{
		transform:translate(-16.666%, -50%);
	}
}

.sweep.media-clean .artext,
.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 :is(img, video) {
		animation-duration: 50s;
		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 .artext,
	.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;
		overflow: auto;
	}

	.sweep .artext dt,
	.sweep .artxt dt {
		width: 100%;
	}

	.sweep .artext dt h2,
	.sweep .artxt dt h2 {
		width: 100%;
		max-width: 100%;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.sweep .artext dt h3,
	.sweep .artxt dt h3 {
		width: 100%;
		max-width: 100%;
	}

	.sweep .artext dd,
	.sweep .artxt dd {
		width: 100%;
	}
}


/* ==================================================
   MODULE: tarjetas.css
   ================================================== */

/* configuración general */
/* tarjetas */
section.tarjetas{
	padding:3rem 18rem;
}

/* Estructura actual: contenido propio y artext en articulos independientes. */
section.tarjetas {
	display: grid;
	grid-template-columns: minmax(0, 64%) minmax(0, 36%);
	align-items: stretch;
	gap: 2rem;
}

section.tarjetas.comentarios-publicos {
	grid-template-columns: minmax(0, 36%) minmax(0, 64%);
}

section.tarjetas > article {
	width: 100%;
	min-width: 0;
}

section.tarjetas > article.tarjetas__cards,
section.tarjetas > article.comentarios-publicos__cards {
	grid-column: 1;
}

section.tarjetas > article.tarjetas__text,
section.tarjetas > article.comentarios-publicos__text {
	grid-column: 2;
}

section.tarjetas.comentarios-publicos > article.comentarios-publicos__cards {
	grid-column: 1;
}

section.tarjetas.comentarios-publicos > article.comentarios-publicos__text {
	grid-column: 2;
}

section.tarjetas .tarjetas__text > .artext,
section.tarjetas .comentarios-publicos__text > .artext {
	width: 100%;
	margin: 0;
	padding: 3rem 0;
}

section.tarjetas .cards-track {
	min-width: 0;
}

@media (max-width: 767px) {
	section.tarjetas,
	section.tarjetas.comentarios-publicos {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	section.tarjetas > article.tarjetas__cards,
	section.tarjetas > article.comentarios-publicos__cards,
	section.tarjetas > article.tarjetas__text,
	section.tarjetas > article.comentarios-publicos__text {
		width: 100%;
		grid-column: auto;
	}

	section.tarjetas .tarjetas__text > .artext,
	section.tarjetas .comentarios-publicos__text > .artext {
		padding: 1.5rem 1.25rem;
	}

	section.tarjetas .cards-track {
		width: 100%;
	}
}
.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%;
}

/* textos */
.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%;
}

/* elementos */
.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
   ================================================== */

/* configuración general */
.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;
}

/* imagen */
.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
}

/* máscara */
.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;
}

/* textos */
.txt-mask .artext{
	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);
}

/* edición */
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 .artext{
	z-index:40;
}

body.simple-edit-mode .txt-mask .artext *,
body.is-edit-mode .txt-mask .artext * {
	pointer-events:auto !important;
}

section.hide-txt-clean .txt-mask .artext,
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 .artext,
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){
/* móvil */
	.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 .artext {
		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 .artext h2{
		font-size: 2rem;
	}

	.txt-mask .artext h4{
		font-size: 1.1rem;
	}
	
	.txt-mask .artext p {
		max-height: 2lh;
		margin: 0;
		overflow: hidden;
		transition: max-height .9s ease;
	}
	
	.txt-mask .artext p.active {
		max-height: 12lh;
		overflow: auto;
	}
}


/* ==================================================
   MODULE: xscroll.css
   ================================================== */

/* configuración general */
.xscroll {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.xscroll-content {
	width: 100%;
	margin: 0 auto;
	padding: 4rem 9rem;
	box-sizing: border-box;
}

/* navegación */
.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;
}

/* tarjetas */
.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;
}

/* textos */
.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;
}

/* móvil */
@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: center;
		scroll-snap-stop: always;
	}
}

/* xscroll: dos articles, medias propias y artext por tarjeta */
section.xscroll {
	display: grid;
	grid-template-columns: minmax(12rem, 24%) minmax(0, 76%);
	align-items: stretch;
	min-height: 80dvh;
	padding: 0;
	background: rgb(var(--b) / 1);
}

section.xscroll > .xscroll__overlay {
	position: absolute;
	inset: 0 76% 0 0;
	z-index: 0;
	background: linear-gradient(90deg, rgb(var(--n) / .1), rgb(var(--n) / .3));
}

section.xscroll > article {
	position: relative;
	min-width: 0;
	z-index: 1;
}

section.xscroll > .xscroll__own {
	display: block;
	padding: 3rem;
	color: rgb(var(--n) / 1);
}

section.xscroll > .xscroll__own > .xscroll__own-artext {
	width: 100%;
	min-height: 0;
	height: auto;
	margin: 0;
	color: inherit;
	align-content: start;
}

section.xscroll .xscroll__own-artext .custom-text-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1rem;
}

.xscroll__own-label {
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.xscroll__own strong {
	font-size: clamp(4rem, 8vw, 8rem);
	line-height: .8;
}

.xscroll__own-caption {
	max-width: 12rem;
	opacity: .7;
}

section.xscroll > .xscroll__artext {
	padding: 3rem 4rem;
}

section.xscroll .xscroll-nav {
	position: relative;
	z-index: 3;
	margin-bottom: 2rem;
}

section.xscroll .xscroll-list {
	position: relative;
	min-width: 0;
	padding-bottom: 1rem;
	scroll-behavior: smooth;
}

section.xscroll .xscroll-card {
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	max-height: 90dvh;
	overflow: hidden;
	flex: 0 0 calc(33.333% - 1rem);
	gap: 0;
	background: transparent;
}

section.xscroll .xscroll-card__inner {
	width: 100%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

section.xscroll .xscroll-card__figure {
	position: relative;
	width: 100%;
	aspect-ratio: var(--xscroll-ratio-desk);
	margin: 0;
	overflow: hidden;
	background: rgb(var(--n) / .08);
}

section.xscroll .xscroll-card__figure > :is(img, video, .responsive-media-variant, .responsive-media-empty) {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.xscroll .xscroll-card__figure .figure-overlay {
	z-index: 1;
}

section.xscroll .xscroll-card__figure .custom-media-buttons {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 4;
}

section.xscroll .xscroll-card__artext {
	position: static;
	width: 100%;
	margin: 0;
	padding: 1.5rem 0 0;
	box-sizing: border-box;
	background: transparent;
	color: rgb(var(--n) / 1);
}

section.xscroll .xscroll-card__artext > dt,
section.xscroll .xscroll-card__artext > dd {
	max-width: none;
}

section.xscroll .xscroll-card__artext > dd {
	margin: 0;
}

section.xscroll .xscroll-card__artext h2,
section.xscroll .xscroll-card__artext h3,
section.xscroll .xscroll-card__artext h4,
section.xscroll .xscroll-card__artext p {
	width: 100%;
	max-width: none;
	white-space: normal;
	overflow-wrap: break-word;
}

section.xscroll .xscroll-card__artext .custom-text-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: 1rem;
}

section.xscroll .xscroll-card--top .xscroll-card__artext {
	order: -1;
	padding: 0 0 1.5rem;
}

section.xscroll .xscroll-card--overlay {
	min-height: min(480px, 95dvh);
}

section.xscroll .xscroll-card--overlay .xscroll-card__figure {
	height: 100%;
	min-height: min(480px, 95dvh);
}

section.xscroll .xscroll-card--overlay .xscroll-card__artext {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 2rem;
	background: linear-gradient(to top, rgb(0 0 0 / .8), rgb(0 0 0 / .2) 65%, transparent);
	color: rgb(var(--b) / 1);
}

section.xscroll .xscroll-card--overlay-top .xscroll-card__artext {
	top: 0;
	bottom: auto;
	background: linear-gradient(to bottom, rgb(0 0 0 / .8), rgb(0 0 0 / .2) 65%, transparent);
}

section.xscroll .xscroll-card--overlay-center .xscroll-card__artext {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background: linear-gradient(to bottom, transparent, rgb(0 0 0 / .8) 50%, transparent);
}

section.xscroll .xscroll-card--overlay .xscroll-card__artext dt h3,
section.xscroll .xscroll-card--overlay .xscroll-card__artext dd,
section.xscroll .xscroll-card--overlay .xscroll-card__artext .caption {
	color: inherit;
}

@media (max-width: 767px) {
	section.xscroll {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	section.xscroll > .xscroll__overlay {
		inset: 0;
	}

	section.xscroll > .xscroll__own {
		min-height: 0;
		padding: 2rem 1.25rem;
	}

	section.xscroll > .xscroll__own > .xscroll__own-artext {
		min-height: 0;
	}

	section.xscroll > .xscroll__artext {
		padding: 2.5rem 1rem;
	}

	section.xscroll .xscroll-nav {
		display: none;
	}

	section.xscroll .xscroll-list {
		gap: 1rem !important;
		padding: 0 max(0px, calc((100% - 82vw) / 2)) 1rem !important;
		box-sizing: border-box !important;
		display: flex !important;
		flex-flow: row nowrap !important;
		width: 100% !important;
		min-width: 0 !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory !important;
		scroll-padding-inline: 0 !important;
		touch-action: pan-x pan-y !important;
		-webkit-overflow-scrolling: touch !important;
	}

	section.xscroll .xscroll-card,
	section.xscroll .xscroll-card--overlay,
	section.xscroll .xscroll-list.is-swipe-container > .is-swipe-item {
		flex: 0 0 82vw !important;
		width: 82vw !important;
		min-width: 82vw !important;
		max-width: 82vw !important;
		min-height: 0 !important;
		order: 0 !important;
		scroll-snap-align: center !important;
		scroll-snap-stop: always !important;
	}

	section.xscroll .xscroll-card__figure,
	section.xscroll .xscroll-card--overlay .xscroll-card__figure {
		min-height: 0;
		height: auto;
		aspect-ratio: var(--xscroll-ratio-mov);
	}

	section.xscroll .xscroll-card--overlay .xscroll-card__artext {
		padding: 1.5rem;
	}
}


/* configuración general */
.module-wrap > section[data-module-layout="base"] {
	display: flex;
	flex-wrap: nowrap;
	padding: var(--module-padding, 0 0 0 0);
	box-sizing: border-box;
}

.module-wrap > section[data-module-layout="base"]:has(> article:nth-of-type(2)) {
	grid-template-columns: var(--module-article-1-width, 50%) var(--module-article-2-width, 50%);
}

.module-wrap > section[data-module-layout="base"]:has(> article:nth-of-type(2)) > article:nth-of-type(1) {
	width: var(--module-article-1-width, 50%);
	box-sizing: border-box;
}

.module-wrap > section[data-module-layout="base"]:has(> article:nth-of-type(2)) > article:nth-of-type(2) {
	width: var(--module-article-2-width, 50%);
	box-sizing: border-box;
}

.module-wrap > section[data-module-layout="base"]:not(:has(> article:nth-of-type(2))) > article:nth-of-type(1) {
	width: 100%;
}

.module-wrap > section[data-module-layout="base"][data-module-article-visible="0"] > article:nth-of-type(1) {
	display: none;
}

.module-wrap > section[data-module-layout="base"][data-module-article-visible="0"] > article:nth-of-type(2) {
	width: 100%;
}

.module-wrap > section[data-module-layout="base"][data-module-article-position="left"],
.module-wrap > section[data-module-layout="base"][data-module-article-position="right"] {
	flex-direction: row;
}

.module-wrap > section[data-module-layout="base"][data-module-article-position="top"],
.module-wrap > section[data-module-layout="base"][data-module-article-position="bottom"] {
	flex-direction: column;
	grid-template-columns: 1fr;
}

.module-wrap > section[data-module-layout="base"][data-module-article-position="right"] > article:nth-of-type(1),
.module-wrap > section[data-module-layout="base"][data-module-article-position="bottom"] > article:nth-of-type(1) {
	order: 2;
}

.module-wrap > section[data-module-layout="base"][data-module-article-position="right"] > article:nth-of-type(2),
.module-wrap > section[data-module-layout="base"][data-module-article-position="bottom"] > article:nth-of-type(2) {
	order: 1;
}

.module-wrap > section[data-module-layout="base"][data-module-article-position="left"] > article:nth-of-type(1),
.module-wrap > section[data-module-layout="base"][data-module-article-position="top"] > article:nth-of-type(1) {
	order: 1;
}

.module-wrap > section[data-module-layout="base"][data-module-article-position="left"] > article:nth-of-type(2),
.module-wrap > section[data-module-layout="base"][data-module-article-position="top"] > article:nth-of-type(2) {
	order: 2;
}

@media (max-width: 767px) {
	.module-wrap > section[data-module-layout="base"] {
		padding: var(--module-padding-mov, var(--module-padding, 0 0 0 0));
	}

	.module-wrap > section[data-module-layout="base"][data-module-article-position="left"],
	.module-wrap > section[data-module-layout="base"][data-module-article-position="right"] {
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	.module-wrap > section[data-module-layout="base"]:has(> article:nth-of-type(2)) > article:nth-of-type(1),
	.module-wrap > section[data-module-layout="base"]:has(> article:nth-of-type(2)) > article:nth-of-type(2) {
		width: 100%;
	}

	.module-wrap > section[data-module-layout="base"][data-module-article-position="left"] > article:nth-of-type(1),
	.module-wrap > section[data-module-layout="base"][data-module-article-position="top"] > article:nth-of-type(1) {
		order: 1;
	}

	.module-wrap > section[data-module-layout="base"][data-module-article-position="left"] > article:nth-of-type(2),
	.module-wrap > section[data-module-layout="base"][data-module-article-position="top"] > article:nth-of-type(2) {
		order: 2;
	}

	.module-wrap > section[data-module-layout="base"][data-module-article-position="right"] > article:nth-of-type(1),
	.module-wrap > section[data-module-layout="base"][data-module-article-position="bottom"] > article:nth-of-type(1) {
		order: 2;
	}

	.module-wrap > section[data-module-layout="base"][data-module-article-position="right"] > article:nth-of-type(2),
	.module-wrap > section[data-module-layout="base"][data-module-article-position="bottom"] > article:nth-of-type(2) {
		order: 1;
	}
}

/* ==================================================
   GLOBAL DESIGN
   ================================================== */

:root {
	--n: 42 45 52;
	--b: 252 239 249;
	--c1: 14 124 123;
	--c2: 165 180 82;
	--c3: 229 79 109;
	--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, .artext { color: rgb(var(--n) / 1); }
.artxt dd, .artext dd { border-color: rgb(var(--n) / .4); }
.artxt .lead, .artext .lead { font-family: var(--font-primary); font-size: 1.5rem; font-weight: 200; line-height: 1.3; }
.artxt h2, .artext h2 { font-family: var(--font-primary); font-size: 6rem; font-weight: 900; line-height: .9; }
.artxt h3, .artext h3 { font-family: var(--font-secondary); font-size: 2.2rem; font-weight: 200; line-height: normal; }
.artxt h4, .artext h4 { font-family: var(--font-primary); font-size: 1.25rem; font-weight: 700; line-height: 1.15; }
.artxt p, .artext p { font-family: var(--font-primary); font-size: 1rem; font-weight: 400; line-height: 1.3; }
.artxt .caption, .artext .caption { font-family: var(--font-secondary); font-size: .75rem; font-weight: 300; line-height: 1.3; }
@media (max-width: 767px) {
	.artxt .lead, .artext .lead { font-size: clamp(calc(1.5rem * .55), calc(1.5rem * .55 + 1.5vw), 1.5rem); }
	.artxt h2, .artext h2 { font-size: clamp(calc(6rem * .5), calc(6rem * .5 + 2vw), 6rem); }
	.artxt h3, .artext h3 { font-size: clamp(calc(2.2rem * .6), calc(2.2rem * .6 + 1.5vw), 2.2rem); }
	.artxt h4, .artext h4 { font-size: clamp(calc(1.25rem * .6), calc(1.25rem * .6 + 1vw), 1.25rem); }
	.artxt p, .artext p { font-size: clamp(calc(1rem * .85), calc(1rem * .85 + .5vw), 1rem); }
	.artxt .caption, .artext .caption { font-size: clamp(calc(.75rem * .85), calc(.75rem * .85 + .35vw), .75rem); }
}
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; }
