/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

*,
*::after,
*::before {
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
}

html {
	height: 100%;
	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;	
	color: var(--main-font-color);
	line-height: 0;
	padding: 0;
	margin: 0;
}

.setWrapper {
	width: calc(100% - 19.2rem);
	margin: 9.6rem auto;
	position: relative;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

header,
footer,
section {
	width: 100%;
	overflow: hidden;
}

header {
	transition: background 0.25s ease-in-out;
	position: fixed;
	z-index: 9999;
	top: 0;
}

footer {
	background: #3D3D3D;
	color: #FFFFFF;
}

/* ---------------------------------------- */

.onTop {
	background: #FFFFFF;
}

.onTop .setWrapper {
	margin: 0.8rem auto;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1			{ font: 500 6.0rem/1.00em 'Ubuntu', sans-serif; margin-bottom: 3.2rem; letter-spacing: -0.000rem; }
h2			{ font: 300 4.8rem/1.00em 'Ubuntu', sans-serif; margin-bottom: 3.2rem; letter-spacing: -0.000rem; }
h3			{ font: 400 3.6rem/1.20em 'Ubuntu', sans-serif; margin-bottom: 1.6rem; letter-spacing: -0.000rem; }
h4			{ font: 400 2.8rem/1.30em 'Ubuntu', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.500rem; }
h5			{ font: 400 2.1rem/1.40em 'Ubuntu', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.000rem; }
h6			{ font: 500 2.4rem/1.40em 'Ubuntu', sans-serif; margin-bottom: 1.6rem; letter-spacing: +0.000rem; }
p, dd 		{ font: 300 1.6rem/1.40em 'Ubuntu', sans-serif; margin-bottom: 3.2rem; letter-spacing: +0.000rem; }
small 		{ font: 400 1.2rem/1.40em 'Roboto', sans-serif; margin-bottom: 2.4rem; letter-spacing: +0.025rem; }
a 			{ text-decoration: none;}


h2 > strong {
	font-weight: 500;
}

hr {
	margin: 3.2rem auto;
	background: #FFFFFF;
	height: 0.15em;
	border: none;
}

p.isAlt {
	font-size: 3.2rem;
}

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

header .setWrapper {
	width: calc(100% - 6.4rem);
	justify-content: space-between;
	transition: margin 0.25s ease-in-out;
	align-items: center;
	margin: 3.2rem auto;
	display: flex;
}

footer .setWrapper {
	max-width: 88rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
	display: flex;
}

footer .setWrapper small {
	letter-spacing: 0.05em;
}

header nav > ul {
	font: 400 1.6rem/1.75em 'Ubuntu', sans-serif;
	margin-top: -0.6rem;
	align-items: center;
	color: #3D3D3D;
	display: flex;
	gap: 4.8rem;
}


/* ---------------------------------------- */
/* ----- >>> Section: Landing ------------- */
/* ---------------------------------------- */

.isLanding > div > div {
	transform: translateY(-50%);
	position: absolute;
	color: #FFFFFF;
	margin: 00%;
	left: 20%;
	top: 50%;
}

.isLanding > div > div > h1 {
	text-transform: uppercase;
	margin-bottom: 1.6rem;
	white-space: nowrap;
	font-weight: 300;
	font-size: 4.8rem;
}

.isLanding > div > div > p {
	margin-bottom: 1.6rem;
	font-weight: 600;
}

.isLanding > div > div > h1 > em {
	transform: translateY(-20%);
	display: inline-block;
	font-size: 65%;
}

.isLanding > div > div > ul {
	margin-bottom: 3.2rem;
	display: flex;
	gap: 0.8rem;
}

.isLanding > div > div > ul > li > i.isTAB {
	width:  9.6rem;
	height: 4.8rem;
}

.isLanding > div > div > ul > li > i.isS00 {
	width:  6.0rem;
	height: 6.0rem;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}


.isLanding > div > div .isButton {
	background: #FFFFFF;
	color: #606060;
}


/* ---------------------------------------- */
/* ----- >>> Section: Productos ----------- */
/* ---------------------------------------- */

.setSwiper .isButton.isFix {
	position: absolute;
	transform: translate(-50%, -50%);
	background: #3D3D3D;
	left: 80%;
	top: 60%;
}

.setSwiper .isProducts {
	width: 100%;
	max-width: 96rem;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	gap: 6.4rem;
	left: 50%;
	top: 45%;
}

.setSwiper .isProducts > li {
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	width: 30%;
}

.setSwiper .isProducts > li > p {
	font: 300 1.8rem/1.25em 'Ubuntu', sans-serif;
	text-align: left;
}

.setSwiper .isProducts > li > p > strong {
	font-weight: 500;
}

.setSwiper .isProducts > li > .isPRD {
	position: relative;
	margin: 0 auto;
	width: 18rem;
}

.setSwiper .isProducts > li > .isPRD > img {
	position: relative;
	z-index: 100;
}

.setSwiper .isProducts > li > .isPRD:before {
	width:  24rem;
	height: 24rem;
	transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 50%;
	content: "";
	left: 50%;
	top: 60%;
}

/* ---------------------------------------- */

.isProduct > div .isTAB {
	position: absolute;
	left: 6.4rem;
	top: 0;
}

.isProduct > div .isTXT h2 {
	margin-bottom: 2.4rem;
	line-height: 1.10em;
	white-space: nowrap;
	font-size: 3.6rem;
}

.isProduct > div .isTXT h2 > strong {
	font-size: 125%;
}

.isProduct > div .isTXT > ul {
	font: 400 2.4rem/1.25em 'Ubuntu Condensed', sans-serif;
	flex-direction: column;
	padding-left: 2.4rem;
	display: flex;
	gap: 0.8rem;
}

.isProduct > div .isTXT > ul > li {
	list-style: disc;
}

.isProduct > div > .isPRD {
	position: absolute;
	margin: 0 auto;
	width: 30%;
}

.isProduct > div > .isPRD.isT01 { top: 18%; }
.isProduct > div > .isPRD.isT02 { top: 15%; }
.isProduct > div > .isPRD.isT03 { top: 22%; }

.isProduct > div > .isATR {
	justify-content: space-between;
	gap: 3.2rem 12.8rem;
	flex-wrap: wrap;
	display: flex;
}

.isProduct > div > .isATR > li {
	width: calc(50% - 6.4rem);
	flex-direction: column;
	align-items: center;
	text-align: center;
	display: flex;
}

.isProduct > div > .isATR > li:nth-child(5) {
	width: 100%;
}

.isProduct > div > .isATR > li > i {
	width:  9.6em;
	height: 9.6rem;
	margin-bottom: 0.8rem;
	border-radius: 50%;
}

.isProduct > div > .isATR > li p {
	margin-bottom: 0.6rem;
	font-weight: 500;
}

.isProduct > div > .isATR > li small {
	max-width: 18.0rem;
	font: 300 1.2rem/1.25em 'Ubuntu', sans-serif;
	display: inline-block;
}

.isProduct > div > .isATR > li > ul {
	display: flex;
	gap: 3.2rem;
}

.isProduct > div > .isATR > li > ul > li > small {
	width: 16rem;
}

/* ---------------------------------------- */
/* ----- >>> Section: Cuidado ------------- */
/* ---------------------------------------- */

.setCare {
	width: 100%;
	margin-top: 12.8rem;
	display: flex;
	gap: 3.2rem;
}

.setCare > div:nth-child(1) { width: 25%; }
.setCare > div:nth-child(2) { width: 70%; }

.setCare > div > ul {
	font: 500 2.8rem/1.20em 'Ubuntu', sans-serif;
	white-space: nowrap;
	flex-direction: column;
	margin-top: 12.8rem;
	display: flex;
	gap: 1.6rem;
}

.setCare > div > ul > li:hover:nth-child(1),
.setCare > div > ul > li.isActive:nth-child(1) { color: var(--item-var1-color); }
.setCare > div > ul > li:hover:nth-child(2),
.setCare > div > ul > li.isActive:nth-child(2) { color: var(--item-var2-color); }
.setCare > div > ul > li:hover:nth-child(3),
.setCare > div > ul > li.isActive:nth-child(3) { color: var(--item-var3-color); }

.setCare > div > p {
	max-width: 78rem;
	color: #FFF;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

img {
	width: 100%;
	height: auto !important;
	display: block;
}

.isTAL { text-align: left; }
.isTAC { text-align: center; }
.isTAR { text-align: right; }

.isTTU { text-transform: uppercase; }

.isMBL { display: none; }

/* ---------------------------------------- */

.isFull { width: calc(100% - 00.0rem); margin: 0.0rem auto; }
.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; }

/* ---------------------------------------- */

.setColumns {
	display: flex;
}

.setColumns.isAlt {
	gap: 1.6rem;
}

.setColumns > * {
	justify-content: center;
	align-items: center;
	background: #F7F7F7;
	position: relative;
	display: flex;
	width: 50%;
}

.setColumns > div > .isTXT {
	margin: 25% 15% 25% 25%;
}

/* ---------------------------------------- */

.setGrid {
	margin-bottom: 3.2rem;
}

.setGrid,
.setGrid .setItems {
	width: 100%;
}

.setGrid:not(.setSwiper) .setItems {
	flex-wrap: wrap;
	display: flex;
	column-gap: 0.4rem;
	row-gap: 4.8rem;
}

.setGrid[data-max="2"] .setItems > .setItem  { width: calc(50.000000% - 0.20rem); }
.setGrid[data-max="3"] .setItems > .setItem  { width: calc(33.323232% - 0.27rem); }
.setGrid[data-max="4"] .setItems > .setItem  { width: calc(25.000000% - 0.30rem); }
.setGrid[data-max="5"] .setItems > .setItem  { width: calc(20.000000% - 0.32rem); }
.setGrid[data-max="6"] .setItems > .setItem  { width: calc(16.666666% - 0.33rem); }
.setGrid[data-max="7"] .setItems > .setItem  { width: calc(14.285714% - 0.34rem); }
.setGrid[data-max="8"] .setItems > .setItem  { width: calc(12.500000% - 0.35rem); }
.setGrid[data-max="9"] .setItems > .setItem  { width: calc(11.111111% - 0.36rem); }
.setGrid[data-max="10"] .setItems > .setItem { width: calc(10.000000% - 0.36rem); }


/* ---------------------------------------- */

.setSwiper {
	z-index: 1000;
	position: relative;
	overflow: hidden;
}

.setSwiper .setItems .setItem {
	margin-bottom: 0;
}

.setPrev,
.setNext {
	width:  4.8rem;
	height: 4.8rem;
	background: url(../assets/SVG/SVG_ARW.svg?0006) no-repeat 0 0 / 200% 100%;
	transform: translateY(-50%);
	position: absolute;
	cursor: pointer;
	z-index: 1010;
	top: 45%;
}

.setPrev { left:  1.6rem; background-position: 000% 000%; }
.setNext { right: 1.6rem; background-position: 100% 000%; }

.setDots {
	justify-content: center;
	align-items: center;
	margin-top: 3.2rem;
	display: flex;
	gap: 1.6rem;
}

.setDots > span {
	width:	0.8rem;
	height: 0.8rem;
	border: thin solid var(--bkg-color);
	transition: all 0.25s ease-in-out;
	border-radius: 50%;
	position: relative;
}

.setDots > span.isActive {
	background: var(--bkg-color);
}

/* ---------------------------------------- */
/* ----- >>> Media Form ------------------- */
/* ---------------------------------------- */

.isButton {
	font: 500 1.4rem/1.0em 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding: 1.6rem 3.2rem;
	border-radius: 4.8rem;
	display: inline-block;
	letter-spacing: 0.1em;
	background: #636569;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

.isButton.isAlt { background: #FFFFFF; }

.isModal {
	font: 700 1.4rem/1.40em 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-top: 1.6rem;
}

/* ---------------------------------------- */
/* ----- >>> Icon Sets -------------------- */
/* ---------------------------------------- */

i {
	width:  4.8rem;
	height: 4.8rem;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	display: inline-block;
}

.isBND {
	width: 14.4rem;
	height: 6.5rem;
	background-image: url(../assets/SVG/SVG_BND.svg?0006);
	position: relative;
	z-index: 999;
}

.isBND.isLND {
	width: 16.0rem;
	height: 7.2rem;
	margin: 0 auto;
	display: block;
}

.isISO {
	width: 12.8rem;
	height: 5.2rem;
	background-image: url(../assets/SVG/SVG_ISO.svg?0006);
}

.isTAB {
	width: 18.0rem;
	height: 9.0rem;
	background-image: url(../assets/SVG/SVG_S03.svg);
	background-size: 300% 200%;
}

.is48H {
	width: 12.8rem;
	height: 6.4rem;
	background-image: url(../assets/SVG/SVG_48H.svg?0006);
	position: absolute;
	opacity: 0.750;
	right: 2.4rem;
	top: 1.6rem;
}

.isSTP {
	width:  4.8rem;
	height: 4.8rem;
	background-image: url(../assets/SVG/SVG_STP.svg?0006);
	margin-top: 0.6rem;
}

.isD01, .isD02 {
	width: 16.0rem;
	height: 9.0rem;
}

.isD01 { 
	background-image: url(../assets/SVG/SVG_D01.svg?0006);
	position: absolute;
	top: 0;
}

.isD02 {
	background-image: url(../assets/SVG/SVG_D02.svg?0006);
	float: right;
}

.isS00 { background-image: url(../assets/SVG/SVG_S00.svg?0006); }
.isS01 { background-image: url(../assets/SVG/SVG_S01.png?0006); }
.isS02 { background-image: url(../assets/SVG/SVG_S02.png?0006); }
.isS03 { background-image: url(../assets/SVG/SVG_S03.png?0006); }

.isP21 { background-position: 000% 000%; }
.isP22 { background-position: 100% 000%; }

.isP31 { background-position: 000% 000%; }
.isP32 { background-position: 050% 000%; }
.isP33 { background-position: 100% 000%; }

.isP311 { background-position: 000% 100%; }
.isP321 { background-position: 050% 100%; }
.isP331 { background-position: 100% 100%; }

.isP41 { background-position: 000% 000%; }
.isP42 { background-position: 033% 000%; }
.isP43 { background-position: 066% 000%; }
.isP45 { background-position: 100% 000%; }

.isP51 { background-position: 000% 000%; }
.isP52 { background-position: 025% 000%; }
.isP53 { background-position: 050% 000%; }
.isP54 { background-position: 075% 000%; }
.isP55 { background-position: 100% 000%; }

/* ---------------------------------------- */
/* ----- >>> Menu Animation --------------- */
/* ---------------------------------------- */

.setMenu {
	height: 1.2rem;
	z-index: 9990;
	display: none;
}

.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;
}

nav > ul > li > a {
	padding-bottom: 0.4rem;
	text-decoration: none;
	position: relative;
}

nav > ul > li > a:before {
	width:  100.0%;
	height: 0.15rem;
	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,
#isP2 nav > ul > li:nth-child(2) > a:before {
	background: currentColor;
	transform-origin: 0 50%;
	transform: scaleX(1);
	display: block;
	z-index: 1;
}

nav > ul > li > a:before{
	transform-origin: 100% 50%;
	transform: scaleX(0);
}

/* ---------------------------------------- */
/* ----- >>> Color Scheme ----------------- */
/* ---------------------------------------- */

:root {
	--main-full-color: #801D86;
	--main-lite-color: #DEDEDE;
	--main-dark-color: #3C3C3C;
	--main-font-color: #595959;

	--item-var1-color: #00A6CE;
	--item-var2-color: #C40D3C;
	--item-var3-color: #863399;
}

.isBF:before {
	width:  calc(100% + 19.2rem);
	height: 100%;
	position: absolute;
	left: -9.6rem;
	z-index: -1;
	content: "";
	top: 36rem;
}

.isBC0000 { background: var(--main-lite-color); }

.isFC0001 { color: var(--item-var1-color); }
.isFC0002 { color: var(--item-var2-color); }
.isFC0003 { color: var(--item-var3-color); }

.isBC0001 { background: var(--item-var1-color); color: #FFFFFF; }
.isBC0002 { background: var(--item-var2-color); color: #FFFFFF; }
.isBC0003 { background: var(--item-var3-color); color: #FFFFFF; }

.isBF0001:before { background: var(--item-var1-color); }
.isBF0002:before { background: var(--item-var2-color); }
.isBF0003:before { background: var(--item-var3-color); }


/* ---------------------------------------- */
/* ----- >>> 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;
}

*: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: rgba(255, 0, 0, 0.1);
}

.isDev .setBlock					{ background: rgba(255, 0, 0, 0.1); }
.isDev .setBlock > div:nth-child(1) { background: rgba(0, 255, 0, 0.1); }
.isDev .setBlock > div:nth-child(2) { background: rgba(0, 0, 255, 0.1); }
.isDev .setBlock > div:nth-child(3) { background: rgba(255, 0, 0, 0.1); }


/* ---------------------------------------- */
/* ----- >>> Ajustes Nuevos -------------------- */
/* ---------------------------------------- */
img.prod-small {
    position: absolute!important;
    bottom: 0;
    max-width: 70%;
    right: -14px;
	filter: drop-shadow(-11.3386px -2.8346px 5px rgba(35, 31, 32, 0.3));
}

img.prod-small-tag {
    position: absolute!important;
    bottom: 37px;
    right: -32px;
    max-width: 40%;
    filter: drop-shadow(-5.6693px -2.8346px 5px rgba(35, 31, 32, 0.2));
}