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

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

html {
	height: 100%;
	font-family: 'Helvetica', sans-serif;
	scroll-behavior: smooth;
	font-size: 0.6945vw;
	overflow-y: scroll;
	font-weight: 400;
	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;
}

.setWrapper {
	width: calc(100% - 16.0rem);
	margin: 9.6em auto;
	position: relative;
	z-index: 1000;
}

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

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

header {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}

section {
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	display: flex;
}

header,
header .setWrapper,
header .setWrapper .isBND {
	transition: all 0.25s ease-in-out;
}

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

.setTop {
	background: var(--alts-color);
}  

.setTop .setWrapper {
	margin: 1.6rem auto;
}

.setTop .isBND {
	width:  7.2rem;
	height: 5.4rem;
}

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

h1			{ font: 400 25.0rem/0.80em 'Peace', sans-serif; margin-bottom: 4.8rem; text-transform: uppercase; letter-spacing: -2.000rem;}
h2			{ font: 400 06.4rem/1.00em 'Peace', sans-serif; margin-bottom: 4.8rem; text-transform: uppercase; letter-spacing: +0.000rem;}
h3			{ font: 400 04.8rem/1.00em 'Peace', sans-serif; margin-bottom: 4.8rem; text-transform: uppercase; letter-spacing: +0.000rem;}
h4			{ font: 400 03.2rem/1.00em 'Peace', sans-serif; margin-bottom: 4.8rem; text-transform: uppercase; letter-spacing: +0.000rem;}
h5			{ font: 400 02.4rem/1.00em 'Peace', sans-serif; margin-bottom: 4.8rem; text-transform: uppercase; letter-spacing: +0.000rem;}
h6			{ font: 400 01.6rem/1.00em 'Peace', sans-serif; margin-bottom: 1.6rem; text-transform: uppercase; letter-spacing: +0.000rem;}
p, dd 		{ font: 400 03.2rem/1.25em 'Grold', sans-serif; margin-bottom: 1.6rem; text-transform: normal; 	  letter-spacing: +0.000rem; }
small 		{ font: 400 01.6rem/1.26em 'Grold', sans-serif; margin-bottom: 1.6rem; text-transform: normal; 	  letter-spacing: +0.025rem; }
blockquote	{ font: 400 11.2rem/0.90em 'Peace', sans-serif; margin-bottom: 6.4rem; text-transform: uppercase; letter-spacing: +0.000rem;}

a 			{ text-decoration: none;}

blockquote {
	width: 100%;
}

blockquote > span {
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: right;
	z-index: 999;
}

p {
	max-width: 48rem;
}

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

nav > ul {
	font: 400 02.1rem/1.25em 'Grold', sans-serif;
	justify-content: space-between;
	text-transform: uppercase;
	color: var(--blue-color);
	display: flex;
	gap: 6.4rem;
}

footer nav > ul {
	text-transform: none;
	font-size: 1.4rem;
	gap: unset;
}

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

header .isBND {
	position: relative;
	z-index: 9990;
}

header .setWrapper,
footer .setWrapper {
	justify-content: space-between;
	align-items: center;
	margin: 3.2rem auto;
	display: flex;
	gap: 3.2rem;
}

footer .setColumns {
	align-items: center;
}

footer .setColumns > div {
	width: 50%;
	text-transform: uppercase;
	padding: 3.8rem 8.0rem
}

footer:before {
	width: 0.1em;
	height: 100%;
	background: var(--blue-color);
	position: absolute;
	opacity: 0.25;
	content: "";
	left: 50%;
	top: 0;
}

.setBND {
	align-items: center;
	display: flex;
	gap: 3.2rem;
}

.setBND > small {
	line-height: 1.0em;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */

section:nth-of-type(1) blockquote {
	width: 75%;
}

.isTXT {
	position: absolute;
	max-width: 40rem;
	bottom: 0;
	right: 0;
}

.setCard {
	margin: 6.4rem 3.2rem 3.2rem 3.2rem;
	width: calc(100% - 6.4rem);
	position: relative;
}

.setCard > * {
	position: relative;
}

.setCard > p {
	min-height: 9.6rem;
	font-size: 2.1rem;
}

.setCard > h2 {
	color: var(--reds-color);
	min-height: 6.4rem;
	font-size: 3.2rem;
}

.setCard > span {
	font: 400 12.8rem/0.90em 'Peace', sans-serif;
	-webkit-text-stroke: 0.1rem #FFFFFF;
	letter-spacing: -0.05em;
	position: absolute;
	color: transparent;
	right: -0.0rem;
	top: -3.2rem;
}

.setCard > div {
	width: 100%;
	background: url(../assets/SVG/SVG_BKG.svg?100) no-repeat top center / cover;
	justify-content: center;
	aspect-ratio: 16 / 12;
	align-items: center;
	display: flex;
}


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

img {
	width: 100%;
	height: auto !important;
	display: block;
}

.setIMG {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	background-size: cover;
	aspect-ratio: 1 / 1;
	position: relative;
}

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


video {
	width:  100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 80;
	left: 50%;
	top: 50%;
}

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

.isFull { width: calc(100% - 00.0rem); }
.isWide { width: calc(100% - 06.4rem); }
.isAuto { width: calc(100% - 12.8rem); }
.isThir { width: calc(075% - 00.0rem); }
.isHalf { width: calc(050% - 00.0rem); }

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

.isMRG00 { margin:   16rem auto !important;  }

.isMTA00 { margin-top:	  auto	!important; }
.isMT000 { margin-top:	  00.0rem !important; }
.isMT008 { margin-top:	  00.8rem !important; }
.isMT016 { margin-top:	  01.6rem !important; }
.isMT032 { margin-top:	  03.2rem !important; }
.isMT024 { margin-top:	  02.4rem !important; }
.isMT048 { margin-top:	  04.8rem !important; }
.isMT064 { margin-top:	  06.4rem !important; } 
.isMT072 { margin-top:	  07.2rem !important; }
.isMT080 { margin-top:	  08.0rem !important; }
.isMT096 { margin-top:	  09.6rem !important; }
.isMT112 { margin-top:	  11.2rem !important; }
.isMT128 { margin-top:	  12.8rem !important; }
.isMT144 { margin-top:	  14.4rem !important; }
.isMT160 { margin-top:	  16.0rem !important; }
.isMT256 { margin-top:	  25.6rem !important; }

.isMB000 { margin-bottom: 00.0rem !important; }
.isMB004 { margin-bottom: 00.4rem !important; }
.isMB008 { margin-bottom: 00.8rem !important; }
.isMB016 { margin-bottom: 01.6rem !important; }
.isMB032 { margin-bottom: 03.2rem !important; }
.isMB048 { margin-bottom: 04.8rem !important; }
.isMB054 { margin-bottom: 05.4rem !important; }
.isMB064 { margin-bottom: 06.4rem !important; }
.isMB072 { margin-bottom: 07.2rem !important; }
.isMB080 { margin-bottom: 08.0rem !important; }
.isMB096 { margin-bottom: 09.6rem !important; }
.isMB112 { margin-bottom: 11.2rem !important; }
.isMB128 { margin-bottom: 12.8rem !important; }
.isMB144 { margin-bottom: 14.4rem !important; }
.isMB160 { margin-bottom: 16.0rem !important; }
.isMB256 { margin-bottom: 25.6rem !important; }

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

.setHero {
	height: 100vh;
}

.setFull {
	aspect-ratio: unset;
}

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

.setColumns {
	display: flex;
}

.setColumns > * {
	width: 50%;
}

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

.setGrid {
	margin-bottom: 3.2rem;
}

.setGrid,
.setGrid .setItems {
	width: 100%;
}

.setGrid:not(.setSwiper) .setItems {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	gap: 4.8rem;
}

.setGrid .setItems > .setItem {
	width: calc(33.333333% - 4.8rem);
	position: relative;
}

.setGrid[data-max="1"]  .setItems > .setItem { width: 100.00000%; }
.setGrid[data-max="2"]  .setItems > .setItem { width: 50.000000%; }
.setGrid[data-max="3"]  .setItems > .setItem { width: calc(33.333333% - 4.8rem); }
.setGrid[data-max="4"]  .setItems > .setItem { width: 25.000000%; }
.setGrid[data-max="5"]  .setItems > .setItem { width: 20.000000%; }
.setGrid[data-max="6"]  .setItems > .setItem { width: 16.666666%; }
.setGrid[data-max="7"]  .setItems > .setItem { width: 14.285714%; }
.setGrid[data-max="8"]  .setItems > .setItem { width: 12.500000%; }
.setGrid[data-max="9"]  .setItems > .setItem { width: 11.111111%; }
.setGrid[data-max="10"] .setItems > .setItem { width: 10.000000%; }

#Servicios .setItem { background: url(../assets/SVG/SVG_CRD.svg?100) no-repeat top center / cover; }


/* ---------------------------------------- */
/* ----- >>> Media Form ------------------- */
/* ---------------------------------------- */

form {
	position: relative;
	flex-wrap: wrap;
	display: flex;
	gap: 1.6rem;
}

.setInput {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	column-gap: 1.6rem;
	position: relative;
	display: flex;
}

.setInput:last-child {
	padding-bottom: 0;
}

.setInput.isHide {
	display: none !important;
}

.setOutput {
	font: 400 01.8rem/4.8rem 'Grold', sans-serif;
	margin-top: 2.4rem;
	color: var(--reds-color);
	display: inline-block;
}

.isWRG {
	color: var(--reds-color);
}

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder		{ opacity: 1; color: inherit; }
::-moz-placeholder			{ opacity: 1; color: inherit; }
:-moz-placeholder			{ opacity: 1; color: inherit; }

input, textarea, select, button {
	box-shadow: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box
}

input, select, textarea, button {
	all: unset;
	width: 100%;
	font: 400 01.8rem/4.8rem 'Grold', sans-serif;
	border-bottom: thin solid currentColor;
	color: var(--blue-color);
	background: transparent;
	position: relative;
	resize: none;
}

button {
	all: unset;
	font: 400 04.4rem/1.00em 'Peace', sans-serif;
	text-transform: uppercase;
	margin-top: 3.2rem;
}

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

i {
	width:  3.2rem;
	height: 3.2rem;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: inline-block;
}

.isBND {
	width: 12.8rem;
	height: 9.6rem;
	background: url(../assets/SVG/SVG_BND.svg?100) no-repeat center center / cover;
}

.isBND.isS {
	width:  9.6rem;
	height: 7.2rem;
}

.isISO:before {
	width: 128.0rem;
	height: 70.0rem;
	background: url(../assets/SVG/SVG_B01.svg) no-repeat center center / cover;
	position: absolute;
	bottom: -9.6rem;
	right: -9.6rem;
	content: "";
	z-index: 0;
}

.isISO.isAlt:before {
	width:  64.0rem;
	height: 35.0rem;
	background: url(../assets/SVG/SVG_B02.svg)  no-repeat center center / cover;
	bottom: 3.2rem;
	right:  0.0rem;
}

.isSCL {
	width:  4.8rem;
	height: 4.8rem;
	background: url(../assets/SVG/SVG_SCL.svg?100) no-repeat 000% 000% / 300% 100%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 3.2rem;
	left: 50%;
}

.isICN {
	width:  25.6rem;
	height: 25.6rem;
	background: url(../assets/SVG/SVG_ICN.svg) no-repeat center center / 600% 100%;
	opacity: 0.25;
}

.isP61 { background-position: 000% 000%; }
.isP62 { background-position: 020% 000%; }
.isP63 { background-position: 040% 000%; }
.isP64 { background-position: 060% 000%; }
.isP65 { background-position: 080% 000%; }
.isP66 { background-position: 100% 000%; }


.isB01 .isSCL { background-position: 000% 000%; }
.isB02 .isSCL { background-position: 050% 000%; }
.isB03 .isSCL { background-position: 100% 000%; }

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

.setMenu {
	transform: translateY(-1.2rem);
	height: 1.2rem;
	z-index: 9990;
}

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

.setMenu .setIcon span {
	width:  100%;
	height: 0.2rem;
	display: block;
	transition: .25s;
	transform: rotate(0deg);
	border-radius: 3.2rem;
	background: #212121;
	position: absolute;
	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;
}

a {
	padding-bottom: 0.4rem;
	position: relative;
}

a:not(.isSCL, .isEXC):before {
	width:  100.0%;
	height: 1px;
	transition: transform .25s ease-in-out;
	background: var(--blue-color);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

a:hover:before {
	background: var(--blue-color);
	transform-origin: 0 50%;
	transform: scaleX(1);
	display: block;
	z-index: 1;
}

/* ---------------------------------------- */
/* ----- >>> Color Scheme ----------------- */
/* ---------------------------------------- */

:root {
	--blue-color: #1C7FAA;
	--reds-color: #F26A5E;
	--gold-color: #FABE2E;
	--alts-color: #EEEEEB;
	--font-color: #FFFFFF;
}

.isB01 { background: var(--font-color); color: var(--blue-color); }
.isB02 { background: var(--reds-color); color: var(--font-color); }
.isB03 { background: var(--alts-color); color: var(--blue-color); }

.isF01 { color: var(--blue-color); }
.isF02 { color: var(--reds-color); }
.isF03 { color: var(--gold-color); }

.isO50 { opacity: 0.5; }


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

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

input[type=number] {
	-moz-appearance: textfield;
}

* html .setClearfix{ 
	height: 1%;
}

.setClearfix{ 
	display: inline-block; 
}

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

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

.setMenu {
	height: 1.6rem;
	z-index: 9990;
	display: none;
}

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

.setMenu .setIcon span {
	width:  100%;
	height: 0.3rem;
	display: block;
	transition: .25s;
	transform: rotate(0deg);
	border-radius: 3.2rem;
	background: var(--reds-color);
	position: absolute;
	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;
}

/* ---------------------------------------- */
/* ----- >>> WhatsApp --------------------- */
/* ---------------------------------------- */

.setWSP {
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  right: 0px;
}

.setWSP i {
  width: 44px;
  height: 44px;
  background: url(../assets/SVG/SVG_WSP.svg?0001) no-repeat center center / 24px 24px #25D366;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 16px 16px;
}

.setWSP i span {
  width: 20px;
  height: 20px;
  font: 700 10px/20px 'Roboto', Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #FF5656;
  text-align: center;
  position: absolute;
  color: #FFFFFF;
  right: 0;
  top: -10px;
}

.setWSP i,
.setWSP i span {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
        border-radius: 50%;
}

.setWSP .setMSG {
  width: 240px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
        border-radius: 6px;
  padding: 10px 24px 12px 16px;
  background: #FAFAFA;
  position: absolute;
  display: none;
  bottom: 72px;
  right: 4px;
}

.setWSP .setMSG:before {
  content: "";
  width: 0;
  height: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  position: absolute;
  bottom: -8px;
  right: 30px;
}

.setWSP .setMSG .setClose {
  width: 20px;
  height: 20px;
  background: url(../assets/SVG/SVG_CLS.svg?0001) no-repeat center center / 16px 16px;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  right: 6px;
  top: 6px;
}

.setWSP .setMSG p {
  font: 400 14px/1.50em 'Roboto', Helvetica, Arial, sans-serif;
  color: #202A43;
  margin: 0;
}


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

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

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

.isDev footer:before,
.isDev footer:after {
	width: 0.0em;
	height: 100vh;
	border-left: 1px solid #FF1DFF;
	position: fixed;
	z-index: 99999;
	content: "";
	top: 00%;
}

.isDev footer:before { left:  2.5rem; }
.isDev footer:after  { right: 2.5rem; }

