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

*,
*::after,
*::before {
	background-position: 000% 000%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
}

:root {
	--main-color: 023, 056, 104;
	--alts-color: 239, 076, 058;
	--dark-color: 024, 045, 086;
	--lite-color: 241, 246, 248;
	--main-radio: 0.8rem;
}

html {
	height: 100%;
	scroll-behavior: smooth;
	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;	
	color: rgba(var(--main-color), 1.0);
	line-height: 0;
	padding: 0;
	margin: 0;
}

.setWrapper {
	width: calc(100% - 12.8rem);
	margin: 6.4rem auto;
}

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

header,
section,
footer {
	width: 100%;
	position: relative;
	overflow: hidden;
}

header {
	transition: background 0.25s ease-in-out;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}

section {
	width: 100%;
	overflow: hidden;
}

footer {
	border-bottom: 0.8rem solid rgba(var(--main-color), 1.0);
	border-top: thin solid rgba(var(--main-color), 0.1);
	margin-top: 6.4rem;
}

/* ---------------------------------------- */

header.onTop {
	background: rgba(var(--lite-color), 1.0);;
}

header.onTop .setWrapper {
	margin: 1.6rem auto;
}

/* ---------------------------------------- */

section.isAlt {
	background: rgba(var(--lite-color), 1.0);
	margin-bottom: 6.4rem;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1		{ font: 400 6.4rem/1.00em 'Inter', serif; margin-bottom: 3.2rem; }
h2		{ font: 400 4.8rem/1.00em 'Inter', serif; margin-bottom: 3.2rem; }
h3		{ font: 400 3.2rem/1.00em 'Inter', serif; margin-bottom: 1.6rem; }
h4		{ font: 400 2.4rem/1.00em 'Inter', serif; margin-bottom: 1.6rem; }
h5		{ font: 600 2.1rem/1.50em 'Inter', serif; margin-bottom: 1.6rem; }
h6		{ font: 600 1.6rem/1.50em 'Inter', serif; margin-bottom: 1.6rem; }
p		{ font: 400 1.6rem/1.50em 'Inter', serif; margin-bottom: 1.6rem; }
small { font: 400 1.2rem/1.50em 'Inter', serif; margin-bottom: 1.6rem; }
a { text-decoration: none;}

h1, h2, h3,
h4, h5, h6,
p, small {
	width: 100%;
	display: inline-block;
}

h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child) {
	margin-top: 3.2rem;
}

/* ---------------------------------------- */

time {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
}

time > i {
	width: 0.9rem;
	display: inline-block;
	margin-right: 0.3rem;
	border-radius: 50%;
}

time > i.isO { background: #61BF55; }
time > i.isS { background: #E78F35; }
time > i.isC { background: #E24636; }

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

header .setWrapper,
footer .setWrapper {
	transition: margin 0.25s ease-in-out;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

section .setWrapper {
	text-align: center;
}

header .setWrapper {
	margin: 3.2rem auto;
}

nav > ul {
	font: 1.4rem/2.8rem 'Inter', serif;
	display: flex;
	gap: 4.8rem;
}

header .isBND {
	z-index: 9999;
}

header nav > ul,
footer nav > ul > li > a:first-of-type {
	font: 700 1.0rem/1.50em 'Inter', serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

footer nav > ul > li > a:first-of-type {
	margin-bottom: 1.6rem;
	display: inline-block;
}

footer small {
	display: inline-block;
	margin-top: 5.0rem;
	max-width: 32rem;
}

footer nav > ul {
	gap: 6.4rem;
}

footer nav > ul > li:first-of-type {
	min-width: 12.8rem;
}

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

img {
	width: 100%;
	height: auto !important;
	border-radius: var(--main-radio);
	display: block;
}

.isFIT { max-width: 36rem; }

.isTAL { text-align: left   !important; }
.isTAC { text-align: center !important; }
.isTAR { text-align: right  !important; }

.isCVR {
	width: 100%;
	aspect-ratio: 1 / 1.5;
	border-radius: 0.8rem;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	display: flex;
}

.isCVR > img {
	width: auto;
	max-height: 100%;

}

/* ---------------------------------------- */

.isWide { width: calc(100% - 12.8rem); max-width: unset; }

/* ---------------------------------------- */

.isML096 { margin-left: 	9.6rem; }
.isMT016 { margin-top:		1.6rem; }
.isMT032 { margin-top:		3.2rem; }
.isMT128 { margin-top:	  12.8rem; }

/* ---------------------------------------- */
/* ----- >>> Coover ----------------------- */
/* ---------------------------------------- */

cover {
	padding: 0.0rem 6.4rem 3.2rem 6.4rem;
}

cover,
cover > item {
	width: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	display: flex;
}

cover > item > * {
	max-width: 80rem;
}

cover > item:nth-child(1) {
	align-items: center;
	min-height: 48rem;
}

cover > item:nth-child(2) {
	background: url(../assets/SVG/SVG_G01.svg?1000) no-repeat top center / 100%;
	justify-content: space-evenly;
	aspect-ratio: 2.5 / 1;
	flex-direction: row;
	align-items: center;
	gap: 9.6rem;
}

cover > item > h1 {
	max-width: 64rem;
}

cover > item > div { 
	position: relative;
}

cover > item > div:before {
	border-radius: var(--main-radio); 
}

cover > item > div:nth-child(1) { width: 64.0rem; transform: translateY(-13.0rem);}
cover > item > div:nth-child(2) { width: 36.0rem; transform: translateY(+3.0rem);}

cover > item > div:before {
	box-shadow: 0.0rem 0.0rem 1.6rem 0px rgba(0,0,0,0.1);
	aspect-ratio: 3 / 2;
	position: absolute;
	content: "";
}

cover.isS00 > item > div:nth-child(1):before { width: 16.5rem; left:  +3.2rem; bottom: -1.0rem; transform: translate(+00%, +50%); background: url(../assets/@0x/IMG_0000.png) no-repeat center center / contain rgba(255, 255, 255, 1.0); }
cover.isS01 > item:nth-child(2) { flex-direction: row-reverse; }
cover.isS01 > item > div:nth-child(1):before { width: 20.0rem; left:  +3.2rem; bottom: 0.0rem; transform: translate(-50%, -50%); background: rgba(023, 056, 104, 1.0); }
cover.isS01 > item > div:nth-child(2):before { width: 12.8rem; right: -6.4rem; bottom: 3.2rem; transform: translate(+00%, +00%); background: rgba(239, 076, 058, 1.0); }
cover.isS02 > item > div:nth-child(1):before { width: 20.0rem; right: +3.2rem; top:    3.0rem; transform: translate(+50%, +50%); background: url(../assets/@0x/IMG_0000.png) no-repeat center center / contain rgba(241, 246, 248, 1.0); }

/* ---------------------------------------- */

cover.isAlt {
	padding-top: 6.4rem;
	flex-direction: row;
}

cover.isAlt > item > * {
	max-width: 48rem;
}

cover.isAlt > item > div:nth-child(1) { width: 36.0rem; transform: translateY(+2.4rem);  }
cover.isAlt > item:last-child { background: url(../assets/SVG/SVG_G02.svg?1000) no-repeat bottom center / 100%; }

/* ---------------------------------------- */
/* ----- >>> Banner ----------------------- */
/* ---------------------------------------- */

banner {
	width: 100%;
	aspect-ratio: 2.20 / 1;
	background: url(../assets/@0x/IMG_A003.jpg?0003) no-repeat center right / contain rgba(var(--lite-color), 1.0);
	border-radius: var(--main-radio);
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
	padding: 9.6rem;
	display: flex;
}

banner > * {
	max-width: 48rem;
}

banner > h6 {
	color: rgba(var(--alts-color), 1.0);
	font-size: 1.2rem;
}

banner > h2 {
	margin-top: auto !important;
	margin-bottom: 1.6rem;
}

banner > .isButton {
	margin-top: 3.2rem;
}

/* ---------------------------------------- */
/* ----- >>> Grid ------------------------- */
/* ---------------------------------------- */

grid,
grid > items {
	width: 100%;
	display: flex;
}

grid {
	margin: 9.6rem auto 6.4rem auto;
	overflow: unset !important;
}

grid:not(.swiper) > items {
	flex-wrap: wrap;
	gap: 3.2rem;
}

grid > items > item {
	position: relative;
	width: 100%;
}

grid > items > item > profile {
	width: 100%;
	background: #F2F2F2;
	justify-content: center;
	border-radius: var(--main-radio);
	margin-bottom: 1.6rem;
	align-items: center;
	display: flex;
}


grid > items > item > card {
	width: 100%;
	background: rgba(var(--lite-color), 1.0);
	transition: background 0.25s ease-in-out;
	border-radius: var(--main-radio);
	align-items: flex-start;
	flex-direction: column;
	aspect-ratio: 1 / 1.5;
	overflow: hidden;
	text-align: left;
	padding: 3.2rem;
	display: flex;
}

grid > items > item > card > * {
	position: relative;
	z-index: 10;
}

grid > items > item > card > h3 {
	margin-top: auto !important;
}

grid > items > item > card > h6 {
	color: rgba(var(--lite-color), 1);
	font-size: 1.2rem;
}

grid > items > item > card > div {
	border-radius: var(--main-radio) var(--main-radio) 0.0rem 0.0rem;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	left: 0;
	top: 0;
}

grid > items > item > card > div:before {
	width:  100%;
	height: 100%;
	background: rgba(var(--lite-color), 0.5);
	background: linear-gradient(0deg,rgba(var(--lite-color), 1) 2.5%, rgba(var(--lite-color), 0) 75%);
	position: absolute;
	content: "";
}

grid > items > item > card > .isButton {
	margin-top: 0;
	height: 0rem;
	opacity: 0;
}

grid > items > item > card:hover {
	background: rgba(var(--lite-color), 1.0);
}

grid > items > item > card:hover > .isButton {
	margin-top: 1.6rem;
	height: 4.4rem;
	opacity: 1;
}

grid[data-max="1"]  > items > item { width: calc(100.00000% - 0.0000rem); }
grid[data-max="2"]  > items > item { width: calc(50.000000% - 1.6000rem); }
grid[data-max="3"]  > items > item { width: calc(33.323232% - 2.1333rem); }

/* ---------------------------------------- */
/* ----- >>> Columns ---------------------- */
/* ---------------------------------------- */

columns,
columns > item {
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}

columns {
	margin-top: 9.6rem;
	gap: 9.6rem 0.0rem;
}

columns > item {
	flex-direction: column;
	width: 50%;
}

columns.isAlt,
columns.isTXT {
	align-items: flex-start;
	margin-top: 4.8rem;
	flex-wrap: nowrap;
}

columns.isAlt > item > div {
	padding-top: 0;
}


columns.isTXT > item,
columns.isTXT > item > div {
	width: 100%;
	padding-top: 0;
}

columns.isTXT > item > div > ul {
	font: 400 1.6rem/1.50em 'Inter', serif;
	flex-direction: column;
	padding-left: 3.2rem;
	margin-bottom: 1.6rem;
	display: flex;
	gap: 0.8rem;
}

columns > item > div {
	padding: 9.6rem;
}

columns > item:nth-child(3) { order: 4; }
columns > item:nth-child(4) { order: 3; }
columns > item:nth-child(5) { order: 5; }
columns > item:nth-child(6) { order: 6; }
columns > item:nth-child(7) { order: 8; }
columns > item:nth-child(8) { order: 7; }

/* ---------------------------------------- */


columns.isStaff > item:nth-child(1),
columns.isStaff > item:nth-child(3) {
	background: url(../assets/SVG/SVG_G02.svg?1000) no-repeat bottom 3.2rem center / 100%;
}

columns.isStaff > item > *:not(p) {
	max-width: 36rem;
}

/* ---------------------------------------- */
/* ----- >>> Marquee ---------------------- */
/* ---------------------------------------- */

scroll {
	width:  100vw;
	height: 19.2rem;
	font: 400 16.0rem/19.2rem 'Inter', sans-serif;
	margin: 6.4rem auto !important;
	letter-spacing: -0.25rem;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	display: block;
	left: 0;
}

scroll > item {
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: slideToLeft;
	animation-duration: 45s;
	will-change: transform;
	white-space: nowrap;
   position: absolute;
}

scroll > item > span {
	align-items: center;
	display: flex;
	gap: 3.2rem;
}

/* ---------------------------------------- */
/* ----- >>> Icon Sets -------------------- */
/* ---------------------------------------- */

i {
	width: 3.2rem;
	aspect-ratio: 1 / 1;
	display: block;
}

.isBND {
	width: 24.0rem;
	aspect-ratio: 5.4 / 1;
	background-image: url(../assets/SVG/IMG_BND.png?100);
	position: relative;
}

.isWSP {
	width: 4.8rem;
	background: url(../assets/SVG/SVG_WSP.svg) no-repeat center center / cover #25D366;
	box-shadow: 0.0rem 0.0rem 1.6rem 0px rgba(0,0,0,0.1);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: fixed;
	bottom: 3.2rem;
	right: 1.6rem;
}

/* ---------------------------------------- */
/* ----- >>> Forms ------------------------ */
/* ---------------------------------------- */

.isButton {
	min-width: 12.8rem;
	font: 700 1.0rem/4.4rem 'Inter', serif;
	background: rgba(var(--main-color), 1.0);
	color: rgba(var(--lite-color), 1.0);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-radius: var(--main-radio);
	display: inline-block;
	padding: 0.0 2.4rem;
}

.isButton:hover {
	background: rgba(var(--dark-color), 1.0);
}

/* ---------------------------------------- */
/* ----- >>> Menu Animation --------------- */
/* ---------------------------------------- */

.setMenu {
	height: 1.2rem;
	position: relative;
	z-index: 9999;
	display: none;
	left: 0.0rem;
	top: 50%;
}

.setMenu .setIcon {
	width:  2.0rem;
	height: 1.0rem;
	position: relative;
	cursor: pointer;
	float: right;
}

.setMenu .setIcon span {
	width:  100%;
	height: 0.2rem;
	background: rgba(var(--main-color), 1.0);
	transform: rotate(0deg);
	position: absolute;
	transition: .25s;
	display: block;
	opacity: 1;
	left: 0;
}

.setMenu .setIcon span:nth-child(1) { top: 000%; }
.setMenu .setIcon span:nth-child(2),
.setMenu .setIcon span:nth-child(3) { top: 050%; }
.setMenu .setIcon span:nth-child(4) { top: 100%; }

.setMenu .setIcon.isActive span:nth-child(1) {
	width: 0%;
	left: 50%;
	top: 0.8rem;
}

.setMenu .setIcon.isActive span:nth-child(2) {
	transform: rotate(45deg);
}

.setMenu .setIcon.isActive span:nth-child(3) {
	transform: rotate(-45deg);
}

.setMenu .setIcon.isActive span:nth-child(4) {
	width: 0%;
	left: 50%;
	top: 0.8rem;
}

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

a,
button {
	transition: all 0.25s ease-in-out;
}

nav ul > li > a {
	padding-bottom: 0.3rem;
	text-decoration: none;
	position: relative;
}

nav ul > li > a:before {
	width:  100.0%;
	height: 1px;
	transition: transform 0.25s ease-in-out;
	background: currentColor;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

nav ul > li > a:before,
nav ul > li > a:hover:before,
nav ul > li.current-menu-item > a:before {
	background: currentColor;
	transform-origin: 0 50%;
	transform: scaleX(1);
	display: block;
	z-index: 1;
}

nav ul > li.current-menu-item > a {
	color: rgba(var(--alts-color), 1.0) !important;
}

nav ul > li > a:before{
	transform-origin: 100% 50%;
	transform: scaleX(0);
}

@keyframes slideToLeft {
	from { transform: translateX(0);	}
	to   { transform: translateX(-50%); }
}

/* ---------------------------------------- */
/* ----- >>> CSS Hacks -------------------- */
/* ---------------------------------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

* html .setClearfix{ 
	height: 1%;
}

.setClearfix{ 
	display: inline-block; 
}

.setClearfix:after {
	content: "\00A0";
	visibility: hidden;
	line-height: 0;
	display: block;
	clear: both;
	height: 0;
}

*:last-child:not(.setWrapper) {
	/* box-shadow:inset 0rem 0rem 0rem 0.05rem #f00; */
	margin-bottom: 0;
}

/* ---------------------------------------- */
/* ----- >>> Dev Tools -------------------- */
/* ---------------------------------------- */

.isDev * {
	box-shadow: inset 0rem 0rem 0rem 0.05rem #FF1DFF;
}

.isDev .setWrapper {
	background-color: rgba(255, 0, 0, 0.1);
}