/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

html {
	height: 100%;
	font-size: 0.6945vw;
	overflow-y: scroll;
	cursor: default;
}
	
body {
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	font-smoothing: antialiased !important;	
	line-height: 0;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

mouse {
	font: 600 2.4rem/1.00em 'Reforma', Helvetica, Arial, sans-serif;
	padding: 1.6rem 0.0rem 0.0rem 1.6rem;
	text-transform: uppercase;
	position: absolute;
}

section,
section > block ,
section > block  > img {
	width: 100%;
	height: 100dvh;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	display: flex;
	color: #FFF;
}

section > block  {
	min-height: 50vh;
}

section > block > .H {
	max-height: 50vh;
	cursor: pointer;
}

section > block > ul {
	width: calc(100% - 3.2rem);
	font: 600 1.8rem/1.00em 'Reforma', Helvetica, Arial, sans-serif;
	transition: all 0.25s ease-in-out;
	justify-content: space-between;
	text-transform: uppercase;
	align-items: flex-end;
	position: absolute;
	padding: 1.6rem;
	z-index: 1000;
	display: flex;
	bottom: 0;
}

section > block > ul > li {
	display: flex;
	gap: 1.6rem;
}

section > block > ul > li > h1 {
	font-size: 3.2rem;
}

section > block:first-child > ul > li:not(:first-child) {
	display: none;
}


.T { align-items: flex-start; color: #000; }
.B { align-items: flex-end;   color: #FFF; }

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

img {
	width:  100%;
	height: auto !important;
	object-position: center;
	object-fit: cover;
	display: block;
}

/* ---------------------------------------- */
/* ----- >>> Animations ------------------- */
/* ---------------------------------------- */