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

header.hero-header div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	color: rgb(var(--b) / 1);
	transform: translate(-50%, -50%);
	
}

header.hero-header div img {
	width: 60%;
	margin: 0 auto;
}

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

header.min {
	position: fixed;
	top: 0;
	left: 1%;
	display: flex;
	align-items: center;
	width: 18%;
	height: 9dvh;
	padding: 0 0 1rem 0;
	color: rgb(var(--b-light) / 1);
	background: rgb(var(--n-dark) / .8);
	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: 100%;
	height: 60%;
	display: block;
	background: linear-gradient(130deg, #e88 0%, #911 80%);

	-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 mobile */
.site-footer {
	position: fixed;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100dvh;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	color: rgb(var(--b) / 1);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	isolation: isolate;
	border-radius: 0;
	background: linear-gradient(
		30deg,
		rgb(var(--n) / 0.1) 0%,
		rgb(var(--n-light) / 0.15) 100%
	);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 300;
	transition:
		opacity .35s ease,
		visibility .35s ease;
}

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

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

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

.site-footer .stamp {
	position: relative;
	top: auto;
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38dvh;
	padding: 4rem 2rem 2.5rem;
	gap: .75rem;
	text-align: center;
	transform: none;
	z-index: 10;
}

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

.site-footer .stamp span.lead {
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.15;
}

.site-footer .stamp span.caption {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}

.site-footer .stamp h4,
.site-footer .stamp p {
	margin: 0;
	color: rgb(var(--b) / 1);
}

.site-footer .footer-container {
	position: relative;
	left: auto;
	bottom: auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: calc(100% - 2rem);
	height: auto;
	min-height: auto;
	margin: 0 1rem 2rem;
	padding: 2rem !important;
	color: rgb(var(--b) / 1);
	background: rgb(var(--n-dark) / 1);
	border-radius: 1rem;
	transform: none;
	z-index: 50;
	pointer-events: auto;
}

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

.site-footer .footer-container ul + ul {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgb(var(--b) / .25);
}

.site-footer .footer-container ul li {
	width: 100%;
	cursor: pointer;
}

.site-footer .footer-container .easy-menu {
	justify-content: flex-start;
	width: 100%;
	gap: .25rem;
}

.site-footer .footer-container .easy-menu a {
	display: block;
	width: 100%;
	margin: 0;
	padding: .35rem 0;
	color: rgb(var(--b) / 1);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.site-footer .footer-container .soporte {
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	text-align: left;
}

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

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

.site-footer .footer-container .soporte .brand .header-logo {
	display: block;
	width: 70%;
	max-width: 14rem;
	height: 6rem;
	margin: 0;
	background: linear-gradient(
		90deg,
		rgb(var(--c2-light) / 1) 0%,
		rgb(var(--c2-dark) / 1) 100%
	);
	-webkit-mask-image: url("/assets/img/logo.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: left center;
	-webkit-mask-size: contain;
	mask-image: url("/assets/img/logo.webp");
	mask-repeat: no-repeat;
	mask-position: left center;
	mask-size: contain;
}

.site-footer .footer-container a::before {
	content: "-";
	margin-right: .75rem;
	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;
	width: auto;
	gap: 1rem;
}

.site-footer .footer-container .social span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	cursor: pointer;
	font-size: 1.25rem;
}

.site-footer > i {
	position: relative;
	left: auto;
	bottom: auto;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 2rem 2rem;
	color: rgb(var(--c1) / 1);
	text-align: center;
	z-index: 10;
}
