:root {
	--bg: 245 242 236;

	--c1-dark: 160 68 24;
	--c1: 216 95 34;
	--c1-light: 234 136 83;

	--c2-dark: 89 79 106;
	--c2: 119 109 141;
	--c2-light: 150 140 171;

	--c3-dark: 99 124 133;
	--c3: 134 162 171;
	--c3-light: 173 194 201;

	--c4-dark: 91 121 78;
	--c4: 123 158 107;
	--c4-light: 158 186 144;

	--c5-dark: 225 168 34;
	--c5: 253 191 67;
	--c5-light: 255 212 111;

	--b-dark: 219 227 216;
	--b: 244 247 243;
	--b-light: 251 252 250;

	--n-dark: 13 17 11;
	--n: 28 37 24;
	--n-light: 56 73 49;

	--viewport-color: 255 255 255;

	--fs-cap: clamp(0.7rem, 0.75vw, 0.8rem);
	--fs-small: clamp(0.8rem, 0.9vw, 0.95rem);
	--fs-p: clamp(.9rem, 1vw, 1.15rem);
	--fs-lead: clamp(1.25rem, 1.5vw, 1.8rem);
	--fs-h4: clamp(1.4rem, 1.75vw, 2rem);
	--fs-h3: clamp(1.6rem, 2.4vw, 2.8rem);
	--fs-h2: clamp(2.4rem, 4.5vw, 5rem);
	--fs-h1: clamp(3.5rem, 8vw, 9rem);

	font-size: 15px;
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
	color: rgb(var(--n-light) / 1);
	background-image: url("../../assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-blend-mode: multiply;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
}

h1 {
	font-size: var(--fs-h1);
	line-height: 0.85;
	letter-spacing: -0.01em;
	font-weight: 900;
	text-transform: uppercase;
	/* text-shadow: -1px -1px 0 #fff, 3px 3px 6px rgba(0, 0, 0, 0.4); */
}

h2 {
	font-size: var(--fs-h2);
	line-height: 0.95;
	letter-spacing: -0.05em;
	font-weight: 800;
}

h3 {
	font-size: var(--fs-h3);
	line-height: 1.05;
	letter-spacing: -0.035em;
	font-weight: 500;
}

h4 {
	font-size: var(--fs-h4);
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 700;
}

p {
	font-size: var(--fs-p);
	line-height: 1.45;
}

.lead {
	font-size: var(--fs-lead);
	line-height: 1.2;
	font-weight: 500;
}

.caption {
	font-size: var(--fs-cap);
	line-height: 1.3;
	letter-spacing: 0.04em;
}

a {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	color: rgb(var(--c1) / 1);
	text-decoration: none;
	text-underline-offset: 3px;
}

a:hover {
	opacity: 0.9;
}

hr {
	margin: 1rem 0;
	border: none;
	border-top: 1px solid rgb(var(--n) / 1);
	border-bottom: 1px solid rgb(var(--b) / 1);
	opacity: 0.5;
}

button {
	display: inline-block;
	width: fit-content;
	margin-top: 1rem;
	padding: 0.25rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(var(--b) / 1);
	cursor: pointer;
	border: none;
	border-radius: .45rem;
	background: linear-gradient(-45deg, rgb(var(--c1-light) / 1) 0%, rgb(var(--c1-dark) / 1) 100%);
	z-index: 10;
	align-self: flex-start;
}

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

button.w {
	color: rgb(var(--c1-dark) / 1);
	background: linear-gradient(-45deg, rgb(var(--b-light) / 1) 0%, rgb(var(--b-dark) / 1) 100%);
}

/* artxt */
.artxt {
	width: 100%;
	margin: 0;
	padding: 0;
	
}

.artxt dd {
	margin: 0;
}

.artxt p {
	max-height: 9lh;
	margin: 0;
	overflow: hidden;
	transition: max-height 0.9s ease;
}

.artxt p.active {
	max-height: 18lh;
	overflow: auto;
}

.artxt-toggle {
	display: none;
	background: rgb(var(--b) / 1);
	color: rgb(var(--n) / 1);
}

.artxt-toggle.visible {
	display: block;
}

[data-anim="on"] dt h1,
[data-anim="on"] dt h2,
[data-anim="on"] dt h3,
[data-anim="on"] dt h4,
[data-anim="on"] dt p,
[data-anim="on"] .artxt-toggle {
	opacity: 0;
	transform: translateX(25px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.artxt.appeared dt h1,
.artxt.appeared dt h2,
.artxt.appeared dt h3,
.artxt.appeared dt h4,
.artxt.appeared dt p,
.artxt.appeared .artxt-toggle {
	opacity: 1;
	transform: translateY(0);
}

.artxt.mask dt {
	display: block;
	width: fit-content;
	color: transparent;
	background-image: url("../../assets/photo/desk/file/10.webp");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
}

.artxt.mask dt h1,
.artxt.mask dt h2,
.artxt.mask dt h3,
.artxt.mask dt h4,
.artxt.mask dt p,
.artxt.mask dt .lead,
.artxt.mask dt span {
	display: block;
	width: fit-content;
	margin: 0;
	color: inherit;
	line-height: inherit;
	-webkit-text-fill-color: transparent;
}

.artxt.mask dt * {
	background: inherit;
	background-image: inherit;
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	-webkit-background-clip: text;
	background-clip: text;
}

.artxt.mask dd {
	padding-right: 0;
}

/* artxt dd layout */
.artxt.dd-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.artxt.dd-row > dt,
.artxt.dd-row > hr {
	grid-column: 1 / -1;
}

.artxt.dd-row > dd {
	min-width: 0;
}

/* media */
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;
	aspect-ratio: 3 / 2;

}

figure[data-layout="row"] img.responsive-img {

	aspect-ratio: 3 / 16;

}

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

figure i {
	display: block;
	margin-top: 1rem;
	font-size: 0.6rem;
	font-style: normal;
	color: rgb(var(--n) / 1);
	opacity: 0.75;
}

figure i::before {
	content: "*";
	margin-right: 0.25rem;
}

video.responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 16 / 9;
}

/* layout */
main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* layout */

section {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 82%;
	height: ;
	margin: 0 auto;
	padding: 0;
	z-index: 20;

}

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

.pinned {
	position: sticky; 
	top: 0;
	z-index: 10;
	padding: 0 !important;
}

/* helpers */
.spacer {
	height: 50dvh;
}

.spacer.ii {
	height: 100dvh;
}

.spacer.iii {
	height: 150dvh;
}

.hide,
.show {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
}

.hide.hide-visible,
.show.show-visible {
	opacity: 1;
	pointer-events: auto;
}

.pin {
	opacity: 1;
}

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

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

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

/* header - footer */
.hero-header,
header.min,
.site-footer {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-visible {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translate(0, 0) !important;
}

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

header.hero-header div {
	position: absolute;
	bottom: 18%;
	right: 18%;
	width: 18%;
	text-align: right;
	color: rgb(var(--b) / 1);
}

header.hero-header div img {
	width: 63%;
	filter: invert(1);
	margin: 0 0 1rem auto;
}

header.hero-header.is-visible {
	transform: scale(1);
}

header.min {
	position: fixed;
	top: 0;
	left: 10%;
	display: flex;
	align-items: center;
	width: 10%;
	height: 9dvh;
	padding: 0;
	color: rgb(var(--b-light) / 1);
	background: #f55;
	border: 4px solid inherit;
	border-radius: 0 0 1rem 1rem;
	transform: translateX(0) translateY(-100%);
	z-index: 210;
}

header.min .header-iso {
	position: absolute;
	width: 50%;
	height: 100%;
	display: block;
	background: linear-gradient(90deg, rgb(var(--c4) / 1) 0%, rgb(var(--c2) / 1) 85%);

	-webkit-mask-image: url("../../assets/img/iso.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("../../assets/img/iso.webp");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

/* footer */
/* .site-footer {
	position: fixed;
	width: 100%;
	height: 100dvh;
	top: 0;
	left: 0;
	display: flex;
	color: rgb(var(--b) / 1);
	border-radius: 0;
	background: linear-gradient(30deg, rgb(var(--n) / 0.1) 0%, rgb(var(--n-light) / 0.4) 100%);
	border: 1px solid;
	border-image-source: linear-gradient(45deg, rgb(var(--b) / 0.25), rgb(var(--n) / 0.1));
	border-image-slice: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 200;
	pointer-events: none;
}

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



.site-footer .footer-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 72%;
	min-height: 25dvh;
	padding: 3rem 10% !important;
	color: rgb(var(--b) / 1);
	border-radius: 1rem 1rem 0 0;
	z-index: 50;
	background: rgb(var(--n) / 1);
	pointer-events: auto;
} */
/* footer */
.site-footer {
	position: fixed;
	width: 100%;
	height: 100dvh;
	top: 0;
	left: 0;
	display: flex;
	color: rgb(var(--b) / 1);
	border-radius: 0;
	background: linear-gradient(30deg, rgb(var(--n) / 0.1) 0%, rgb(var(--n-light) / 0.4) 100%);
	border: 1px solid;
	border-image-source: linear-gradient(45deg, rgb(var(--b) / 0.25), rgb(var(--n) / 0.1));
	border-image-slice: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 200;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.site-footer.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

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

.site-footer .footer-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 72%;
	min-height: 25dvh;
	padding: 3rem 10% !important;
	color: rgb(var(--b) / 1);
	border-radius: 1rem 1rem 0 0;
	z-index: 50;
	background: rgb(var(--n) / 1);

	pointer-events: none;
}

.site-footer.is-visible .footer-container {
	pointer-events: auto;
}

.site-footer .footer-container ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-container ul li {
	cursor: pointer;
}
.site-footer .stamp {
	position: absolute;
	top: 40%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 18%;
	gap: 0.75rem;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 10;
	
}

.site-footer .stamp .iso {
	display: block;
	width: 50%;
	height: auto;
	filter: invert(0);
}

.site-footer .stamp h4,
.site-footer .stamp p {
	margin: 0;
	color: rgb(var(--b) / 1);
}
.site-footer .footer-container .easy-menu {
	justify-content: flex-start;
	width: 25%;
	gap: 0.25rem;
}

.site-footer .footer-container .easy-menu a {
	color: rgb(var(--b) / 1);
	font-size: 1.05rem;
	font-weight: 600;
}

.site-footer .footer-container .soporte {
	justify-content: center;
	align-items: flex-end;
	width: 25%;
	text-align: right;
}

.site-footer .footer-container .soporte li p {
	margin: 0.5rem 0 0;
}

.site-footer .footer-container .soporte .brand {
	position: relative;
	width: 100%;
}

.site-footer .footer-container .soporte .brand .header-logo {
	display: block;
	width: 50%;
	height: 12rem;
	margin: 0;
	background: linear-gradient(90deg, rgb(var(--b-light) / 1) 0%, rgb(var(--b-dark) / 1) 100%);

	-webkit-mask-image: url("../../assets/img/logo.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("../../assets/img/logo.webp");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.site-footer .footer-container a::before {
	content: "-";
	margin-right: 1rem;
	color: rgb(var(--c1) / 1);
}

.site-footer .footer-container hr {
	width: 100%;
	height: 1px;
	margin: 1rem 0;
	border: 0;
	background: rgb(var(--b) / 1);
	opacity: 1;
}

.site-footer .footer-container .social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
}

.site-footer .footer-container .social span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.site-footer > i {
	position: absolute;
	left: 10%;
	bottom: 1rem;
	margin: 0;
	color: rgb(var(--c1) / 1);
}

/* menu */
.menu{
	position:fixed;
	top:5%;
	right:5%;
	transform:translateY(-50%);
	font-weight:500;
	user-select:none;
	z-index:180;
	background-color: rgb(var(--b) / .25);
	color: rgb(var(--b) / 1);
	transition:background-color .45s ease;
}

.menu.menu-bg-clear{
	background-color: rgb(var(--n) / 1);
	color: rgb(var(--c1) / 1);
	box-shadow:5px 5px 10px rgba(0,0,0,.232);
}

.menu .menu-root{
	display:flex;
	align-items:center;
	gap:1rem;
	margin:0;
	padding:0;
	list-style:none;
}

.menu li{
	position:relative;
	display:flex;
	align-items:center;
	padding:0 2rem 0 1rem;
	font-size:1rem;
	font-weight:600;
	color:rgb(var(--b) / 1);
	list-style:none;
	border-right:1px solid rgb(var(--n-light) / 1);
	background:none;
	transition:background .1s;
}

.menu li:last-child{
	border-right:none;
}

.menu .menu-root > li:hover{
	cursor:pointer;
}

.menu li i{
	display:block;
	margin-top:2px;
	font-size:.7rem;
	font-style:normal;
	color:rgb(var(--b-dark) / 1);
}

.menu i{
	color:rgb(var(--n) / .5)!important;
	font-size:.8rem;
}

.menu i::before{
	content:""!important;
}

.menu li:has(> ul)::after{
	content:"\e900";
	position:absolute;
	top:50%;
	right:1rem;
	font-family:"icomoon"!important;
	font-size:1rem;
	color:rgb(var(--c1) / 1);
	transform:translateY(-50%);
	transition:transform .2s ease, top .2s ease;
}

.menu li.is-open:has(> ul)::after{
	top:0;
	right:1rem;
	transform:translateY(0) rotate(180deg);
}

.menu .menu-root li.is-open > ul{
	display:block!important;
}

.menu .menu-root > li > ul{
	position:absolute;
	top:calc(100% + 4px);
	left:0;
	display:none;
	width:175%!important;
	min-width:240px;
	padding:2rem .5rem;
	background-image:
		linear-gradient(270deg, rgb(var(--b-light) / 1) 0%, rgb(var(--b-dark) / 1) 100%),
		url("../../assets/img/bg.webp");
	background-repeat:repeat;
	background-size:auto;
	background-attachment:fixed;
	background-position:center;
	background-blend-mode:multiply;
	z-index:100;
	border-radius:0 0 .25rem .25rem;
	list-style:none;
}

.menu .menu-root ul li{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	padding:.5rem 1rem;
	color:rgb(var(--n) / 1);
	border-radius:5px;
	border-right:none;
}

.menu .menu-root ul li:hover{
	background:rgb(var(--b-light) / .5);
	color:rgb(var(--n) / 1);
}

.menu .menu-root ul li::before{
	content:"\e906";
	position:absolute;
	left:0;
	top:15px;
	margin-right:1.5rem;
	font-family:"icomoon"!important;
	font-size:.75rem;
	color:rgb(var(--c1) / .9);
}

.menu .menu-root ul ul{
	position:static;
	display:none;
	width:100%;
	margin-top:4px;
	padding:0;
	background-image:
		linear-gradient(90deg, rgb(var(--b-light) / 1) 0%, rgb(var(--b-dark) / 1) 100%),
		url("../../assets/img/bg.webp");
	background-repeat:repeat;
	background-size:auto;
	background-attachment:fixed;
	background-position:center;
	background-blend-mode:multiply;
	border-top:1px solid rgb(var(--n) / .2);
	border-bottom:1px solid rgb(var(--n) / .2);
	list-style:none!important;
}

.menu .menu-root ul ul li{
	padding:.5rem 1rem;
	list-style:none;
}

.menu li.language{
	display:flex;
	align-items:center;
	padding:0 1rem;
	border-right:1px solid rgb(var(--n-light) / 1);
}

.menu .language .lang-option{
	display:none;
	margin-top:0;
	font-weight:900;
	color:rgb(var(--b-dark) / 1);
	text-decoration:none;
	cursor:pointer;
}

html[data-lang="es"] .menu .language .lang-option[data-lang="en"],
html[data-lang="en"] .menu .language .lang-option[data-lang="es"]{
	display:inline-block;
}

.header-toggle{
	display:none;
}
/* site search */

/* site search desk */
.menu .site-search{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:auto;
	height:auto;
	padding:0 0 0 1rem;
	border-right:none;
	overflow:visible;
}

.menu .site-search:has(> ul)::after{
	content:none;
}

.menu .site-search::before{
	content:none;
}

.menu .site-search-toggle{
	display:flex;
	align-items:center;
	justify-content:center;
	width:2rem;
	height:2rem;
	margin:0;
	padding:0;
	cursor:pointer;
	text-decoration:none;
	background:none;
	border:0;
}

.menu .site-search-toggle::before{
	content:"\e910";
	font-family:"icomoon"!important;
	font-size:1rem;
	color:rgb(var(--b) / 1);
	line-height:1;
}

.menu .site-search input{
	position:absolute;
	top:calc(100% + .5rem);
	right:0;
	left:auto;
	display:none;
	width:27vw;
	height:2.35rem;
	padding:.25rem 2.25rem .25rem 1rem;
	font-family:inherit;
	font-size:1rem;
	color:rgb(var(--b) / 1);
	border-radius:.25rem;
	background:rgb(var(--b) / .3);
	border:1px solid rgb(var(--b) / 1);
	outline:none;
	z-index:151;
}

.menu .site-search.search-open input{
	display:block;
}

.menu .site-search input::placeholder{
	color:rgb(var(--b) / .75);
	opacity:1;
}

.menu #site-search-results{
	position:absolute;
	top:calc(100% + 3.1rem);
	right:0;
	left:auto;
	display:none;
	width:27vw!important;
	max-height:60vh;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	overscroll-behavior:contain;
	margin:0;
	padding:1rem;
	list-style:none;
	border-radius:1rem;
	z-index:150;
	background:rgb(var(--c4) / 1);
}

.menu #site-search-results.active{
	display:block;
}

.menu #site-search-results li{
	display:block;
	padding:.75rem;
	cursor:pointer;
	color:rgb(var(--n) / 1);
	border:0;
	border-radius:.5rem;
}

.menu #site-search-results li:hover{
	background:rgb(var(--b) / 1);
}

.menu #site-search-results strong,
.menu #site-search-results span,
.menu #site-search-results p{
	color:rgb(var(--n) / 1);
}

body.site-search-open{
	overflow:hidden;
}
/* standalone search */

.standalone-search{

	position:fixed;
	bottom:5%;
	left:5%;
	z-index:300;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:27vw;
	min-width:280px;
	height:2.35rem;
	overflow:visible;

}

.standalone-search input{

	width:100%;
	height:100%;
	padding:.25rem 2.75rem .25rem 1rem;
	font-family:inherit;
	font-size:1rem;
	color:rgb(var(--b) / 1);
	border-radius:.25rem;
	background:rgb(var(--b) / .3);
	border:1px solid rgb(var(--b) / 1);
	outline:none;

}

.standalone-search input::placeholder{

	color:rgb(var(--b) / .75);
	opacity:1;

}

.standalone-search-toggle{

	position:absolute;
	top:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:2.75rem;
	height:100%;
	padding:0;
	margin:0;
	border:0;
	background:transparent;
	cursor:pointer;
	appearance:none;
	-webkit-appearance:none;

}

.standalone-search-toggle::before{

	content:"\e910";
	font-family:"icomoon"!important;
	font-size:1rem;
	color:rgb(var(--b) / 1);
	line-height:1;

}

#standalone-search-results{

	position:absolute;
	top:calc(100% + .5rem);
	right:0;
	left:auto;
	display:none;
	width:100%;
	max-height:60vh;
	overflow-y:auto;
	margin:0;
	padding:1rem;
	list-style:none;
	border-radius:1rem;
	z-index:300;
	background:rgb(var(--c4) / 1);

}

#standalone-search-results.active{

	display:block;

}

#standalone-search-results li{

	display:block;
	padding:.75rem;
	cursor:pointer;
	color:rgb(var(--n) / 1);
	border:0;
	border-radius:.5rem;
	list-style:none;

}

#standalone-search-results li:hover{

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

}

#standalone-search-results strong{

	display:block;
	font-size:.95rem;
	font-weight:800;
	color:rgb(var(--n) / 1);

}

#standalone-search-results span{

	display:block;
	margin-top:.15rem;
	font-size:.75rem;
	color:rgb(var(--n) / .65);

}

#standalone-search-results .standalone-search-empty{

	cursor:default;
	opacity:.65;

}

#standalone-search-results .standalone-search-empty:hover{

	background:transparent;

}

.standalone-search.results-below #standalone-search-results {
	top: calc(100% + .5rem);
	bottom: auto;
}

.standalone-search.results-above #standalone-search-results {
	top: auto;
	bottom: calc(100% + .5rem);
}

/* popup-system */
#popup-root {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 160;
	overflow: hidden;
}

#popup-root.active {
	display: block;
}

.popup-container {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100dvh;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-image:
		linear-gradient(180deg, rgb(var(--b) / 1) 0%, rgb(var(--b-light) / 1) 100%),
		url("../../assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
	transform: translateX(120%);
	opacity: 1;
	will-change: transform;
	transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.popup-container.is-open {
	transform: translateX(0);
}

.popup-container.is-closing {
	transform: translateX(120%);
}

.popup-container section {
	width: 100%;
}

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

body.popup-open {
	overflow: hidden;
}

/* cta */
.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(--c4) / 1);
	border-radius: 0.5rem;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 0.2s ease;
	z-index: 120;
}

.cta-popover a{
	color: rgb(var(--b) / 1);
}

.cta-popover a 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;
}

/* contact-form */
.contact-form {
	width: 100%;
	max-width: 720px;
	margin: 0;
	padding: 2rem;
	color: rgb(var(--c4));
	background: rgb(var(--b) / 1);
	border-radius: 8px;
}

.contact-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.contact-form legend {
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(var(--c4) / 0.2);
}

.contact-form .field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}

.contact-form label {
	margin-bottom: 0.4rem;
	font-size: 0.85rem;
	opacity: 0.8;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 0.8rem;
	color: inherit;
	font-family: inherit;
	font-size: 1rem;
	background: rgb(var(--c4) / 0.05);
	border: 1px solid rgb(var(--c4) / 0.2);
	border-radius: 4px;
	box-sizing: border-box;
}

.contact-form select {
	appearance: auto;
	-webkit-appearance: menulist;
}

.contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-form .privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 1.5rem 0;
	font-size: 0.8rem;
	text-align: left;
	cursor: pointer;
}

.contact-form .privacy input[type="checkbox"] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	width: 20px;
	height: 20px;
	margin: 0;
	flex-shrink: 0;
}

.contact-form .btn-submit {
	padding: 1rem 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgb(var(--c1));
	cursor: pointer;
	background: rgb(var(--c4));
	border: none;
	border-radius: 4px;
	transition: opacity 0.3s;
}

.contact-form .btn-submit:hover {
	opacity: 0.8;
}

.contact-form .btn-submit:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

.contact-form .form-message {
	margin-top: 1rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.contact-form .form-message.is-success {
	color: rgb(var(--c4-dark));
}

.contact-form .form-message.is-error {
	color: rgb(var(--c1-dark));
}

/* cookies */
.cookies-gate {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 2rem;
	background: rgb(var(--n) / 0.55);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.cookies-gate.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.cookies-box {
	width: min(42rem, 100%);
	padding: 1.5rem 1.5rem 1.25rem;
	background: rgb(var(--b) / 1);
	border: 1px solid rgb(var(--n) / 0.08);
	border-radius: 1rem;
	box-shadow: 0 1.5rem 4rem rgb(var(--n) / 0.2);
}

.cookies-box h4 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgb(var(--n) / 1);
}

.cookies-box p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: rgb(var(--n-light) / 1);
}

.cookies-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.cookies-actions button {
	margin: 0;
}

.cookies-accept {
	color: rgb(var(--b) / 1);
	background: rgb(var(--n) / 1);
}

.cookies-more {
	color: rgb(var(--n) / 1);
	background: rgb(var(--b-dark) / 1);
}

body.cookies-locked {
	overflow: hidden;
}

/* magazzine */
section.magazzine {
	background: rgb(var(--b-dark) / 1);
}
section.magazzine .header{padding: 4rem 12rem}
section.magazzine .pic{padding: 0 3rem}
section.magazzine .pic img{aspect-ratio: 2.5/1}
section.magazzine .body{
	padding: 1rem 3rem 3rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

section.magazzine#esencia .artxt.header{
	display: flex;
	flex-direction: row;
}
section.magazzine#esencia .artxt.header > * {

	flex: 1 1 0;
	min-width: 0;

}

section.magazzine#clasicos figure{
position: relative;
display: flex;
width: 100%;
height: auto;
margin: 0;
padding: 0 12rem;
overflow: hidden;
gap: .25rem;
}

section.magazzine#clasicos figure img.responsive-img {
	aspect-ratio: 9 / 16;
}

section.magazzine#clasicos .body{
padding: 2rem 12rem 4rem;
}

section.magazzine#complementos .artxt.body{
padding: 4rem 18rem;
}
section.magazzine#mapa figure.pic.menu-bg{
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 75dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

section.magazzine#mapa figure.pic.menu-bg img{
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: initial !important;
	object-position: top left !important;
	transform: none !important;
	inset: auto !important;
	aspect-ratio: 3/2;
}

section.magazzine#mapa figure.pic.menu-bg figcaption{
	display: none;
}

/* launchpad */
.launchpad {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: stretch;
	margin: 0 auto;
	padding: 0;
	gap: 1rem;
	overflow: hidden;
	background: rgb(var(--n-light) / 1);
}

.launchpad > article:nth-child(1) {
	width: 100%;
	min-width: 0;
	padding: 4rem;
}

.launchpad > article:nth-child(2) {

	width: 100%;
	min-width: 0;
	padding: 3rem;
	color: rgb(var(--b) / 1);
}

.launchpad ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 0 18rem;
	list-style: none;
}
.launchpad#transporte ul {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0 8rem;
}

.launchpad li {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	cursor: pointer;
	background: rgb(var(--b) / 1);
	border: 1px solid rgb(var(--b) / .12);
	border-radius: 1rem;
	box-shadow: 0 1.2rem 3rem rgb(var(--n) / .28);
	transform: translateY(0) scale(1);
	transition:
		transform .55s cubic-bezier(.22, 1, .36, 1),
		box-shadow .55s cubic-bezier(.22, 1, .36, 1),
		background .55s ease,
		border-color .55s ease;
}

.launchpad li::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgb(var(--n) / 0) 0%, rgb(var(--n) / .72) 100%);
	opacity: 0;
	transition: opacity .55s ease;
}

.launchpad li::after {
	content: "";
	position: absolute;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	height: 2px;
	z-index: 4;
	background: rgb(var(--c1) / 1);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.launchpad li figure {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: rgb(var(--n) / 1);
}

.launchpad li figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(.82) contrast(1.04) brightness(.82);
	transform: scale(1);
	transition:
		transform .8s cubic-bezier(.22, 1, .36, 1),
		filter .8s ease;
}


.launchpad li figure figcaption {
	position: absolute;
	left: auto;
	right: .75rem;
	bottom: .75rem;
	z-index: 5;
	font-size: .65rem;
	color: rgb(var(--b) / .72);
}

.launchpad li dl {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0;
	padding: 1.4rem;
	color: rgb(var(--n) / 1);
	background: rgb(var(--b) / 1);
	transition:
		background .55s ease,
		color .55s ease,
		transform .55s cubic-bezier(.22, 1, .36, 1);
}

.launchpad li dt {
	margin: 0;
}

.launchpad li h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 2.2rem);
	line-height: .95;
	font-weight: 800;
	letter-spacing: -.04em;
}

.launchpad li h4 {
	margin: .45rem 0 0;
	font-size: clamp(.95rem, 1vw, 1.15rem);
	line-height: 1.15;
	font-weight: 600;
	letter-spacing: -.02em;
	opacity: .78;
}

.launchpad li hr {
	width: 2rem;
	height: 1px;
	margin: 1rem 0;
	border: 0;
	background: rgb(var(--c1) / 1);
	opacity: 1;
	transition: width .45s ease;
}

.launchpad li dd {
	margin: 0;
}

.launchpad li p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.35;
	opacity: .78;
}

.launchpad li .artxt-toggle {
	margin-top: 1rem;
}

.launchpad li:hover {
	transform: translateY(-.65rem) scale(1.015);
	background: rgb(var(--n) / 1);
	border-color: rgb(var(--c1) / .45);
	box-shadow: 0 2rem 4.5rem rgb(var(--n) / .44);
}

.launchpad li:hover::before {
	opacity: 1;
}

.launchpad li:hover::after {
	transform: scaleX(1);
}

.launchpad li:hover figure img {
	filter: saturate(1.08) contrast(1.1) brightness(.98);
	transform: scale(1.08);
}

.launchpad li:hover dl {
	color: rgb(var(--b) / 1);
	background: rgb(var(--n) / .92);
	transform: translateY(-.5rem);
}

.launchpad li:hover hr {
	width: 4rem;
}

.launchpad li:hover h4,
.launchpad li:hover p {
	opacity: 1;
}

.launchpad > article:nth-child(2) .artxt {
	margin: 0;
}

.launchpad > article:nth-child(2) h2 {
	margin: 0;
	color: rgb(var(--b) / 1);
}

.launchpad > article:nth-child(2) h3,
.launchpad > article:nth-child(2) h4,
.launchpad > article:nth-child(2) p,
.launchpad > article:nth-child(2) .lead {
	color: rgb(var(--b) / 1);
}

.launchpad > article:nth-child(2) hr {
	border-top-color: rgb(var(--b) / .35);
	border-bottom-color: rgb(var(--n) / .25);
}

/* xscroll */
.xscroll {
	position: relative;
	display: flex;
	height: 90dvh !important;
	padding:0;
	overflow: hidden;
}

.xscroll > article:nth-child(1) {
	width: 27%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.xscroll > article:nth-child(2) {
	position: relative;
	width: 73%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.xscroll ul {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	cursor: ew-resize;
}

.xscroll .xscroll-track {
	display: flex;
	align-items: stretch;
	height: 100%;
	gap: 0.4rem;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.xscroll.is-animated .xscroll-track {
	transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

.xscroll li {
	position: relative;
	flex: 0 0 auto;
	height: 80%;
	min-width: 0;
	margin:0;
	padding: 0;
	overflow: hidden;
	background: rgb(var(--n) / .3);
	aspect-ratio: 9/16;
	border-radius: .5rem;
}

.xscroll figure {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.xscroll img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xscroll li dl {
	position: absolute;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
color: rgb(var(--b) / 1);
padding: 6rem 3rem;
}
.xscroll li dl dt h2{
	font-size: 3.5rem;
	text-transform: uppercase;
}
.xscroll li dl dt h4{
	font-size: 1.5rem;
}
.xscroll li dl dd {
	position: absolute;
	width: 81%;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%);
color: rgb(var(--b) / 1);
display: flex;
flex-direction: column;
/* background: rgb(var(--n-dark) / .5); */
padding: 1.5rem;
border-radius: 1rem;
}

.xscroll li dl dd span{
font-weight: 800;
}



.xscroll .xscroll-ui {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	padding: 1rem;
	pointer-events: none;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.xscroll .xscroll-prev,
.xscroll .xscroll-next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	font-family: icomoon;
	font-size: 1.6rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
	transition: opacity 0.25s ease;
}

.xscroll .xscroll-prev {
	left: 0.5rem;
}

.xscroll .xscroll-next {
	right: 0.5rem;
	transform: rotate(270deg);
}

.xscroll .xscroll-prev::before,
.xscroll .xscroll-next::before {
	content: "\e900";
}

.xscroll .xscroll-prev::before {
	transform: rotate(90deg);
}

.xscroll .xscroll-prev.is-hidden,
.xscroll .xscroll-next.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.xscroll .xscroll-indicator {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	color: rgb(var(--b) / 1);
	opacity: 1;
	z-index: 10;
}

.xscroll .xscroll-hint {
	position: absolute;
	left: 1rem;
	top: 92%;
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	text-align: center;
	white-space: nowrap;
	opacity: 1;
	pointer-events: none;
	z-index: 10;
}

xscroll nav 
.xscroll > article:nth-of-type(1) nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: .65rem;
	width: 100%;
	height: 100%;
	text-align: right;
}

.xscroll > article:nth-of-type(1) nav a {
	display: block;
	width: fit-content;
	max-width: 100%;
	cursor: pointer;
	text-align: right;
}

.xscroll > article:nth-of-type(1) nav a.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: .25em;
} 

[data-item]{
	transition:
		opacity .35s ease,
		filter .35s ease,
		transform .35s ease,
		background .35s ease,
		border-color .35s ease;
}

dl:has([data-item].item-target) [data-item]:not(.item-target),
ul:has([data-item].item-target) [data-item]:not(.item-target),
ol:has([data-item].item-target) [data-item]:not(.item-target){
	opacity: .25;
	filter: grayscale(.25);
}

[data-item].item-target{
	opacity: 1;
	filter: none;
	transform: scale(1.015);
	border-bottom: 5px solid rgb(var(--c1) / 1);
}

@keyframes item-highlight {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(var(--c1), 0);
	}

	20% {
		transform: scale(1.04);
		box-shadow: 0 0 0 2px rgba(var(--c1), 1), 0 1rem 2rem rgba(0, 0, 0, 0.25);
	}

	100% {
		transform: scale(1.03);
		box-shadow: 0 0 0 2px rgba(var(--c1), 1), 0 1rem 2rem rgba(0, 0, 0, 0.25);
	}
}

.xscroll li.item-target {
	animation: item-highlight .9s ease forwards;
	z-index: 5;
} 

/* poster */
.poster {
	position: relative;
	width: 100%;
	min-height: 200dvh;
	opacity: 1;
	transition: opacity 0.5s ease-out;
	will-change: opacity;
}

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

.poster figure {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100dvh;
	margin: 0;
	aspect-ratio: auto;
	z-index: 1;
	overflow: hidden;
}

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

.poster .artxt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9%;
	z-index: 2;
	width: 27%;
	padding: 0;
	border-radius: 1rem;
	color: rgb(var(--b) / 1);
	gap: 0;
}

.poster .artxt dt {
	width: 100%;
	padding: 0;
}

.poster .artxt dd {
	width: 100%;
	padding: 8rem 4rem;
}

.headline {
	padding: 8rem 16rem;
	align-items: stretch;
}

.headline .artxt {
	display: flex;
}

.headline .artxt dt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

.poster ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 9%;
	z-index: 2;
	width: 27%;
	padding: 4rem;
	border-radius: 1rem;
	color: rgb(var(--b) / 1);
	gap: 0;
}
.poster ul li span{
	font-weight: 600;
}

/* break */
.break {
	position: sticky;
	top: 0;
	display: block;
	height: 100vh;
	overflow: hidden;
	opacity: 1;
	z-index: 5;
}

.break > article {
	position: relative;
	width: 100%;
	height: 100%;
}

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

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

.break .layer_one {
	z-index: 1;
	pointer-events: none;
}

.break .layer_two {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
	--x0: 0%;
	--x1: 0%;
	--y0: 0%;
	--y1: 0%;
	--scale0: 1;
	--scale1: 1;
	--op0: 0;
	--op1: 1;
	--blur0: 0px;
	--blur1: 0px;
	--sat0: 1;
	--sat1: 1;
	will-change: transform, filter, opacity;
}

.break .layer_three {
	position: absolute;
	width: 27%;
	top: 18%;
	left: 9%;
	margin: 0;
	padding: 4rem;
	color: rgb(var(--b) / 1);
	border-radius: 1rem;
	pointer-events: auto;
	z-index: 3;
	--x0: 0%;
	--x1: 0%;
	--y0: 10%;
	--y1: 0%;
	--scale0: 1.1;
	--scale1: 1;
	--op0: 0;
	--op1: 1;
	--blur0: 4px;
	--blur1: 0px;
	--sat0: 1;
	--sat1: 1;
	--w0: 27%;
	--w1: 27%;
	--tc0: 255, 255, 255;
	--tc1: 123, 211, 43;
	will-change: transform, filter, opacity, width, color;
}

.break .layer_three dd{
	width: 100%;
	padding: 2rem 4rem;
}

.break-spacer {
	width: 100%;
	height: 150dvh;
	pointer-events: none;
	background: transparent;
}

/* sweep */
.sweep {
	height: 100vh;
	overflow: hidden;
}

.sweep > article {
	position: relative;
	width: 100%;
	height: 100%;
}

.sweep figure.layer_one {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
}

.sweep figure.layer_one img {
	position: absolute;
	top: 50%;
	left: 0;
	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 .layer_two {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9%;
	width:36%;
	padding: 8rem 4rem;
	color: rgb(var(--b) / 1);
	pointer-events: auto;
	z-index: 2;
}

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

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

/* block */
/* .block > article:nth-child(1) {
width: 36%;
z-index: 2;
}
.block > article:nth-child(2) {
width: 64%;
}
.block.reverse > article:nth-child(1) {
width: 64%;
}
.block.reverse > article:nth-child(2) {
width: 36%;
z-index: 2;
}
.block .artxt{
 padding-left: 36%;
}
.block.reverse .artxt{
 padding-right: 36%;
 padding-left: 0;
}
.block .artxt dt{
 width: 200%
}
.block.reverse .artxt dt{
 width: 200%;
 transform: translateX(-50%);
 text-align: right
} */











/* block */
.block {
	--block-dt-base-color: rgb(var(--c4-dark) / 1);
	--block-dt-photo-color: rgb(var(--b) / 1);
}

.block > article:nth-child(1) {
	width: 36%;
	z-index: 2;
}

.block > article:nth-child(2) {
	width: 64%;
}

.block.reverse > article:nth-child(1) {
	width: 64%;
}

.block.reverse > article:nth-child(2) {
	width: 36%;
	z-index: 2;
}

.block .artxt {
	padding-left: 36%;
}

.block.reverse .artxt {
	padding-right: 36%;
	padding-left: 0;
}

.block .artxt dt {
	position: relative;
	width: 200%;
	color: transparent;
}

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

/* efecto de color por cruce con imagen */
.block-dt-base,
.block-dt-photo {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

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

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

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

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

/* slider */
.slider {
	display: flex;
	flex-direction: column-reverse;
	width: 82%;
	min-height: 100dvh;
	overflow: hidden;

	--media-duration: 1s;
	--media-ease: ease;
	--media-opacity-off: 0;
	--media-opacity-on: 1;
	--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-opacity-off: 0;
	--text-opacity-on: 1;
	--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-gap: .35rem;
	--thumb-preview: 4;
}
.slider > article:nth-child(1) {
	width: 100%;
	z-index: 2;
}

.slider > article:nth-child(2) {
	width: 100%;
}
.slider > article:nth-child(2) .artxt{
	display: flex;
	flex-direction: row;
	padding: 4rem 8rem;
}

.slider > article:nth-child(2) .artxt > *{
	flex: 1 1 0;
}

.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 > 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: 25dvh;
	left: 5%;
	width: 35%;
	z-index: 2;
}

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

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

.slider .copy .artxt {
	width: 100%;
	color: rgb(var(--b) / 1);
}

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

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

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

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

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

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

.slider .pause {
	display: none;
}

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

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

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

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

.slider .thumbs {
	position: absolute;
	left: 50%;
	bottom: 10%;
	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;
	cursor: pointer;
	opacity: 1;
	aspect-ratio: 2 / 3;
	border: 5px solid rgb(var(--b) / 1);
	transition: opacity .25s ease, transform .25s ease;
}

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

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

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


/* gallery base + zoom */
.pic-gallery > article:nth-child(1) {
	width: 73%;
	min-width: 0;
}

.pic-gallery > article:nth-child(2) {
	width: 27%;
	min-width: 0;
}

.pic-gallery .gallery-cols {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .5rem;
}

.pic-gallery .gallery-cols > li {
	width: 100%;
	min-width: 0;
	margin: 0;
}

.pic-gallery .gallery-cols figure {
	margin: 0;
	cursor: pointer;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.pic-gallery .gallery-cols img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

/* pic-gallery | pin-style */
.pic-gallery.pin-style {
	display: flex;
	align-items: flex-start;
	background-image:
		linear-gradient(90deg, rgb(var(--b-light)/1) 0%, rgb(var(--b-dark)/1) 100%),
		url("../../assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
}

.pic-gallery.pin-style > article:nth-child(1) {
	width: 100%;
	min-width: 0;
}

.pic-gallery.pin-style > article:nth-child(2) {
	width: 100%;
	min-width: 0;
	padding: 2rem;
}

.pic-gallery.pin-style .gallery-cols {
	margin: 0;
	padding: 1rem;
	list-style: none;
	column-count: 3;
	column-gap: 1rem;
}

.pic-gallery.pin-style .gallery-cols > li {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.pic-gallery.pin-style .gallery-cols figure {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: #111;
	aspect-ratio: 1 / 1;
}

.pic-gallery.pin-style .gallery-cols img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic-gallery.pin-style .gallery-cols > li.ratio-square figure {
	aspect-ratio: 1 / 1;
}

.pic-gallery.pin-style .gallery-cols > li.ratio-portrait figure {
	aspect-ratio: 2 / 2.5;
}

.pic-gallery.pin-style .gallery-cols > li.ratio-landscape figure {
	aspect-ratio: 2.5 / 2;
}

.pic-gallery.pin-style .gallery-cols figcaption {
	position: absolute;
	left: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
	margin: 0;
	padding: 0.3rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
}

.pic-gallery.pin-style .gallery-cols .artxt {
	padding: 1rem;
}

.pic-gallery.pin-style .gallery-cols .artxt dt,
.pic-gallery.pin-style .gallery-cols .artxt dd,
.pic-gallery.pin-style .gallery-cols .artxt h3,
.pic-gallery.pin-style .gallery-cols .artxt h4,
.pic-gallery.pin-style .gallery-cols .artxt p {
	margin: 0;
	padding: 0;
}

.pic-gallery.pin-style .gallery-cols .artxt hr {
	margin: 0.5rem 0;
}
.pic-gallery.pin-style dl{
	display: block !important;
}


/* pic-gallery | modula-grid */
.pic-gallery.modula-grid {
	display: flex;
	align-items: flex-start;
}

.pic-gallery.modula-grid > article:nth-child(1) {
	width: 64%;
	min-width: 0;
}

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

.pic-gallery.modula-grid .gallery-cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: var(--cell);
	grid-auto-flow: dense;
	gap: 10px;
	margin: 0;
	padding: 1rem;
	list-style: none;
}

.pic-gallery.modula-grid .gallery-cols > li {
	position: relative;
	display: block;
	width: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	break-inside: auto;
	-webkit-column-break-inside: auto;
	grid-column: span 1;
	grid-row: span 1;
}

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

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

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

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

.pic-gallery.modula-grid .gallery-cols figure {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
}

.pic-gallery.modula-grid .gallery-cols img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pic-gallery.modula-grid .gallery-cols .artxt {
	display: none;
}
.zoom {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.92);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 350;
	pointer-events: none
}

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

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

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

.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: 0.9rem;
	letter-spacing: 0.08em;
	color: #f00;
	transform: translateX(-50%);
}

/* pic-bg */
.pic-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	pointer-events: none;
	aspect-ratio:16/5;
}

/* viewpoint */
.viewpoint {
	position: fixed;
	top: 50%;
	right: 4rem;
	z-index: 120;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	transform: translateY(-50%);
}

.viewpoint a {
	display: block;
	font-family: "icomoon";
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	text-decoration: none;
	transition: transform 0.25s ease, color 0.25s ease;
}

.viewpoint a::before {
	content: "\e906";
}

.viewpoint a:hover {
	color: rgb(var(--c4) / 1);
	transform: scale(1.15);
}

.viewpoint a.is-active {
	color: rgb(var(--c1) / 1);
	transform: scale(1.35);
}

/* agenda */
.agenda {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 82%;
	gap: 4rem;
	padding: 4rem;
	background-image:
		linear-gradient(90deg, rgb(var(--b-light)/1) 0%, rgb(var(--b-dark)/1) 100%),
		url("../../assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
}

.agenda > article:nth-child(1) {
	width: 100%;
}

.agenda > article:nth-child(1) .artxt {
	width: 72%;
}

.agenda > article:nth-child(2) {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 4rem;
	width: 100%;
	min-height: 70dvh;
}

/* imágenes */
.agenda-pics {
	position: relative;
	width: 50%;
	height: 70dvh;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.agenda-pics li {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transition:
		opacity .45s ease,
		transform .45s ease,
		filter .45s ease;
	transform: scale(1.03);
	filter: blur(8px);
}

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

.agenda-pics figure {
	width: 100%;
	height: 100%;
	margin: 0;
	aspect-ratio: auto;
}

.agenda-pics img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: auto;
}

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

/* detalles */
.agenda-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 70dvh;
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.agenda-details > li {
	position: relative;
	cursor: pointer;
	opacity: .55;
	transition:
		opacity .35s ease,
		transform .35s ease;
}

.agenda-details > li.is-active,
.agenda-details > li:hover {
	opacity: 1;
	transform: translateX(.5rem);
}

.agenda-details .artxt {
	display: grid;
	grid-template-columns: minmax(7rem, 10rem) 1px 1fr;
	gap: 1.5rem;
	align-items: stretch;
	margin: 0;
}

.agenda-details dt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: .15rem;
}

.agenda-details dt p.lead,
.agenda-details dt h2,
.agenda-details dt h3 {
	margin: 0;
}

.agenda-details dt p.lead {
	font-size: .9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .08em;
	opacity: .65;
}

.agenda-details dt h2 {
	font-size: clamp(3rem, 6vw, 6rem);
	line-height: .78;
	font-weight: 800;
	letter-spacing: -.08em;
}

.agenda-details dt h3 {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .75;
}

.agenda-details hr {
	width: 1px;
	height: auto;
	margin: 0;
	border: 0;
	background: rgb(var(--n) / .25);
}

.agenda-details dd {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1rem;
}

.agenda-details dd p {
	margin: 0;
	max-width: 34rem;
}

.agenda-details .artxt > button:not(.artxt-toggle) {
	grid-column: 3;
	justify-self: start;
}

.end {
	width: 100%;
	margin-top: -100dvh;
	opacity: 0;
	transition: opacity 1s ease;
}

.end.end-visible {
	opacity: 1;
}

/* screen debug */
#screen-debug{
	position:fixed;
	right:0;
	bottom:0;
	width:26px;
	height:26px;
	z-index:999999;
	pointer-events:auto;
	background:rgba(0,0,0,.01);
}

#screen-debug-text{
	position:absolute;
	right:8px;
	bottom:8px;
	display:none;
	padding:.45rem .6rem;
	font:500 12px/1.2 monospace;
	white-space:nowrap;
	color:#fff;
	background:rgba(0,0,0,.78);
	border-radius:.35rem;
	box-shadow:0 6px 20px rgba(0,0,0,.25);
}

#screen-debug:hover #screen-debug-text{
	display:block;
}



@media (min-width: 768px) and (max-width: 1023px) {
	:root {
		font-size: 13px;
	}
}

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

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

@media (min-width: 1440px) and (max-width: 1919px) {
	:root {
		font-size: 15px;
	}
}

@media (min-width: 1920px) and (max-width: 2047px) {
	:root {
		font-size: 16px;
	}
}

@media (min-width: 2048px) {
	:root {
		font-size: 17px;
	}
}