/* ====================================================================== */
/* =========================== Default Screen =========================== */
/* ====================================================================== */

html {
	height: 100%;
	overflow-y: scroll;
	cursor: default;
	font-size: 10px;
}
	
body {
	height: 100%;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: none !important;
	font-smoothing: antialiased !important;	
	color: black;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.setWrapper {
	max-width: 1080px;
	width:-webkit-calc(100% - 128px);
	   width:-moz-calc(100% - 128px);
		 width:-o-calc(100% - 128px);
			width:calc(100% - 128px);
	background: rgba(255,0,0,0);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.setWide {
	max-width: 1280px;
}

.setGRID {
	width: 100%;
	height: 100vh;
	background: url(../assets/@0x/IMG_GRD.png) repeat-y top center / 1800px 100px;
	display: none;
}

/* ---------------------------------------- */
/* ----- >>> Structure -------------------- */
/* ---------------------------------------- */

header {
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	color: #2D7C4D;
	z-index: 9990;
	top: 000%;
}

section {
	width: 100%;
	position: relative;
	padding: 5% 0; 
}

footer {
	width: 100%;
	background: #4D4D4D;
	position: relative;
	padding: 48px 0;
	color: #FFFFFF;
}

/* ---------------------------------------- */
/* ----- >>> Styles ----------------------- */
/* ---------------------------------------- */

h1		{ font: 800 42px/1.00em 'Raleway', sans-serif; margin: 08px auto 16px auto; letter-spacing: 0.00em; text-transform: uppercase; }
h2		{ font: 500 24px/1.00em 'Raleway', sans-serif; margin: 08px auto 16px auto; letter-spacing: 0.25em; text-transform: uppercase; }
h3		{ font: 300 24px/1.25em 'Raleway', sans-serif; margin: 48px auto 16px auto; letter-spacing: 0.00em; }
h4		{ font: 700 24px/1.00em 'Raleway', sans-serif; margin: 08px auto 16px auto; letter-spacing: 0.00em; }
p		{ font: 400 18px/1.50em 'Raleway', sans-serif; margin: 08px auto 16px auto; letter-spacing: 0.00em; }
small	{ font: 400 14px/1.75em 'Raleway', sans-serif; margin: 08px auto 16px auto; letter-spacing: 0.05em; }
a { text-decoration: none;}

.setTDU, .setTDU-2 { 
	padding-bottom: 24px;
	position: relative; 
}

.setTDU:before, .setTDU-2:before{ 
	width: 48px;
	height: 16px;
	content: "";
	background: url(../assets/SVG/IMG_MSC.svg) no-repeat 0 0 / 400% 100%;
	position: absolute;
	bottom: 00%;
	left: 0%;
}

.setTDU-2:before{ 
	width: 48px;
	height: 16px;
	content: "";
	background: url(../assets/SVG/IMG_MSC-2.svg) no-repeat 0 0 / 400% 100%;
	position: absolute;
	bottom: 00%;
	left: 0%;
}


.setTAC .setTDU:before{ 
	margin-left: -24px;
	bottom: 00%;
	left: 50%;
}

/* ---------------------------------------- */
/* ----- >>> Navegation ------------------- */
/* ---------------------------------------- */

nav {
	overflow: hidden;
	margin: 0;
}

nav ul {
	text-align: center;
}

nav li {
	display: inline-block;
	margin: 0 -2px;
	color: 
}

nav li:hover a,
nav li.isCurrent a,
#isS02 nav li:nth-child(4) a,
#isS03 nav li:nth-child(3) a,
#isS04 nav li:nth-child(2) a,
#isS05 nav li:nth-child(5) a,
#isS06 nav li:nth-child(6) a,
#isS07 nav li:nth-child(6) a {
	background-color: #E7F2E9;
	color: #004519;
}

nav li a {
	font: 500 18px/16px 'Raleway', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 40px 16px;
	color: #2D7C4D;
}

header .setBND a,
footer .setBND a {
	width: 100%;
	height: 100%;
	display: block;
}

footer .setBND {
	width: 128px;
	height: 64px;
}


footer nav {
	width: 100%;
	margin: 48px 0;
}

footer nav li {
	border-right: 1px solid #FFFFFF;
	margin: 0;
}

footer nav li a {
	background: transparent !important;
	color: #FFFFFF !important;
	padding: 0 16px;
}

footer nav li:last-child {
	border: none;
}

footer small {
	max-width: 880px;
	line-height: 1.50em;
	margin: 16px auto;
	font-size: 12px;
	display: block;
}

footer p > a,
footer small > a {
	text-decoration: underline;
}

header .setBND a,
footer .setBND a {
	width: 100%;
	height: 100%;
	display: block;
}

/* ---------------------------------------- */

.setLinks {
	position: fixed;
	z-index: 9999;
	right: 00%;
	top: 20vh;
}

.setLinks > li {
	-webkit-border-radius: 8px 0 0 8px;
	   -moz-border-radius: 8px 0 0 8px;
		  	border-radius: 8px 0 0 8px;
	background: #8DB69E;
	margin: 16px 0;
}

.setLinks > li:hover {
	background: #2D7C4D;
}


.setLinks > li > a > i {
	width: 32px;
	height: 32px;
	background: url(../assets/SVG/IMG_ICN.svg) no-repeat 0 0 / 200% 100%;
	margin: 8px 6px 8px 8px;
	display: inline-block;
}

.setLinks > li:nth-child(1) > a > i { background-position: 000% 000%; }
.setLinks > li:nth-child(2) > a > i { background-position: 100% 000%; }

/* ---------------------------------------- */
/* ----- >>> Section: Home ---------------- */
/* ---------------------------------------- */

.setCover {
	width: 100%;
	margin-top: 96px;
	overflow: hidden;
}

.setCover .setItem {
	width: 100%;
	padding-bottom: 40%;
}
.setCover .setItem.setSLD00 { background-image: url(../assets/@0x/banner-00.jpg); }
.setCover .setItem.setSLD01 { background-image: url(../assets/@0x/IMG_CVR01.jpg); }
.setCover .setItem.setSLD02 { background-image: url(../assets/@0x/IMG_CVR02.jpg); }
.setCover .setItem.setSLD03 { background-image: url(../assets/@0x/IMG_CVR05.jpg); }
.setCover .setItem.setSLD04 { background-image: url(../assets/@0x/IMG_CVR04.jpg); }

/* ---------------------------------------- */
/* ----- >>> Section: Home SLIDER ---------------- */
/* ---------------------------------------- */
.setCover .setItem.setSLD00 { background-image: url(../assets/@0x/IMG_SLIDER00.jpg); }
.new-slider .setCover .setItem.setSLD01 { background-image: url(../assets/@0x/IMG_SLIDER01.jpg); }
.new-slider .setCover .setItem.setSLD02 { background-image: url(../assets/@0x/IMG_SLIDER02.jpg); }
.new-slider .setCover .setItem.setSLD03 { background-image: url(../assets/@0x/IMG_SLIDER03.jpg); }


.setCover .setItem > div {
	width: 100%;
	max-width: 440px;
	position: absolute;
	color: #FFFFFF;
	z-index: 9999;
	bottom: 05%;
	left: 10%;
}

.setCover .setItem > div > h1 {
	max-width: 640px;
	text-transform: none;
	white-space: nowrap;
	font-size: 54px;
}

.setCover.setSmall > div {
	justify-content: center;
	overflow: hidden;
	display: flex;
	height: 540px;
}

.setCover.setSmall .setContent {
	max-width: 1080px;
	width:-webkit-calc(100% - 128px);
	   width:-moz-calc(100% - 128px);
		 width:-o-calc(100% - 128px);
			width:calc(100% - 128px);
	margin-top: 80px;
	z-index: 999;
	color: #FFFFFF;
}
  
.setCover.setSmall .setContent h1 {
	width: 540px;
	position: relative;
	text-transform: none;
	line-height: 1.00em;
	font-weight: 700;
	font-size: 72px;
	float: left;
}

.setCover.setSmall.Faq-font .setContent h1, .setCover.setSmall.adv-font .setContent h1 {
    width: 860px;
}

.setCover.setSmall .setContent h1 sup {
	display: inline-block;
	position: relative;
	font-size: 24px;
	top: -32px;
}


.setCover.setSmall .setContent h1 em {
	width: 100%;
	display: inline-block;
	position: absolute;
	line-height: 0.9em;
	font-weight: 300;
	font-size: 36px;
	top: 80px;
	left: 0;
}

.setCover.setSmall .setContent h1 em > span {
	width: 100%;
	display: inline-block;
	position: relative;
	line-height: 1em;
	font-size: 21px;
	top: -15%;
}

.setCover .getComercial {
	font: 700 21px/1.0em 'Raleway', sans-serif;
	text-transform: uppercase;
	-webkit-transform: translate( 00%, -50%);
	   -moz-transform: translate( 00%, -50%);
		-ms-transform: translate( 00%, -50%);
		 -o-transform: translate( 00%, -50%);
			transform: translate( 00%, -50%);
	-webkit-border-radius: 32px;
	   -moz-border-radius: 32px;
		  	border-radius: 32px;
	background: #FFFFFF;
	position: absolute;
	padding: 20px 48px;
	color: #004519;
	z-index: 9999;
	right: 10%;
	top: 75%;
}

.setCover .setItem.setSLD03 .getComercial {
	top: 50%;
}

.setCover .setItem.setSLD03 > div {
	position: absolute;
	bottom: -0%;
	left: unset;
	right: -1%;
}

/* ---------------------------------------- */
/* ----- >>> Section: Páginas ------------- */
/* ---------------------------------------- */

article {
	position: relative;
	z-index: 200;
}

article.setMWM {
	max-width: 900px;
}
article.setMWS { 
	max-width: 800px;

}

article h1 { font: 500 42px/1.00em 'Raleway', sans-serif; margin: 00px auto 16px auto; letter-spacing: 0.00em; text-transform: none; }
article h2 { font: 400 24px/1.50em 'Raleway', sans-serif; margin: 00px auto 16px auto; letter-spacing: 0.00em; text-transform: none; }
article h3 { font: 400 18px/1.50em 'Raleway', sans-serif; margin: 00px auto 16px auto; letter-spacing: 0.00em; text-transform: none; }
article p  { font: 400 19px/1.75em 'Raleway', sans-serif; margin: 00px auto 16px auto; letter-spacing: 0.00em; text-transform: none; }
article em { font-weight: 700; }
article strong { font-weight: 700; }

article .setM32 { margin-bottom: 32px; }
article .setM64 { margin-bottom: 64px; }


.setTable {
	width: 100%;
	max-width: 720px;
	float: left;
}

.setTable > li {
	width: 100%;
	font: 18px/1.75em 'Raleway', sans-serif;
	border-bottom: 1px solid #2D7C4D;
	padding: 8px 0;
	display: flex;
}

.setTable > li:first-child strong {
	text-transform: uppercase;
	font-weight: 700 !important;
}

.setTable > li:first-child,
.setTable > li:last-child {
	border: none;
}
 
.setTable > li > div {
	width: 50%;
}

/* ---------------------------------------- */
/* ----- >>> Section: Productos ----------- */
/* ---------------------------------------- */

.setTMB {
	width: 480px;
	height: 480px;
	position: absolute;
	margin-left: -580px;
	z-index: 100;
	bottom: 0;
	left: 50%;
}


.setPRD {
	width: 100%;
	overflow: hidden;
	display: flex;
}

.setPRD > li {
	width:-webkit-calc(33.33% - 12px);
	   width:-moz-calc(33.33% - 12px);
		 width:-o-calc(33.33% - 12px);
			width:calc(33.33% - 12px);
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		  	border-radius: 8px;
	background-color: #E7F2E9;
	margin-right: 16px;
	overflow: hidden;
	float: left;
}

.setPRD > li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.setPRD > li > a > div {
	width: 100%;
	padding-bottom: 60%;
	position: relative;
	z-index: 99;
}

.setPRD > li > a > div:before {
	width: 44px;
	height: 44px;
	content: "";
	background: url(../assets/SVG/IMG_PLS.svg) no-repeat center center / cover #2D7C4D;
	-webkit-border-radius: 100% 0 0 0;
	   -moz-border-radius: 100% 0 0 0;
		  	border-radius: 100% 0 0 0;
	display: inline-block;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
}

.setPRD > li > a > div > p {
	max-width: 240px;
	-webkit-transform: translate( 00%, -50%);
	   -moz-transform: translate( 00%, -50%);
		-ms-transform: translate( 00%, -50%);
		 -o-transform: translate( 00%, -50%);
			transform: translate( 00%, -50%);
	position: absolute;
	line-height: 1.25em;
	margin-left: 24px;
	font-size: 16px;
	top: 45%;
}

.setPRD > li > a > div > p > strong {
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
}

.setPRD > li.isCurrent {
	background-color: #BAD2C4;
}

.setPRD > li.isCurrent > a > div:before {
	display: none;
}

.setBox {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: inline-block;
	margin-bottom: 16px;
	margin-top: 8px;
	padding: 32px;
}

.setBox > ul {
	width:-webkit-calc(100% - 32px);
	   width:-moz-calc(100% - 32px);
		 width:-o-calc(100% - 32px);
			width:calc(100% - 32px);
	margin-bottom: 24px;
	margin-left: 32px;
}

.setBox > ul > li {
	font: 700 18px/1.75em 'Raleway', sans-serif;
	list-style-position: inside;
	list-style: disc;
}

.setBG01 .setBox {
	background-image: url(../assets/SVG/IMG_BG2.svg);
	color: #EC8300;
}

.setBG03 .setBox {
	background-image: url(../assets/SVG/IMG_BG3.svg);
	color: #2D7C4D;
}

.setBox.adv {
    background-image: url(../assets/SVG/IMG_SABG1.svg);
    color: white;
    background-size: contain;
}

.setM01:after,
.setM02:after  {
	width: 30%;
	padding-bottom: 30%;
	content: "";
	background: #F00;
	position: absolute;
	z-index: 100;
	bottom: -6%;
	right: 0;
}

.setM01:after { background: url(../assets/@0x/IMG_MSC01.png) no-repeat center center / cover; width: 25%;}
.setM02:after { background: url(../assets/@0x/IMG_MSC02.png) no-repeat center center / cover; }

/* ---------------------------------------- */

.setModal {
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background: rgba(255,255,255,0.75);
	justify-content: center;
	align-items: center;
	text-align: center;
	position: fixed;
	display: flex;
	top: 0;
}

.setModal .setContent {
	width:-webkit-calc(100% - 192px);
	   width:-moz-calc(100% - 192px);
		 width:-o-calc(100% - 192px);
			width:calc(100% - 192px);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
		  	border-radius: 16px;
	background: #E7F2E9;
	padding: 48px 64px;
	max-width: 640px;
}

.setModal .setContent h1 {
	margin-bottom: 32px;
	font-size: 32px;
	color: #EC8300;
}

.setModal .setContent p {
	text-align: justify;
	font-size: 16px;
}

.setModal .setContent small {
	width: 100%;
	font: 700 16px/1.75em 'Raleway', sans-serif;
	display: inline-block;
}

.setModal .setContent small > span {
	display: inline-block;
	margin-right: 12px;
}

.setModal .setContent .setButton {
	font: 700 16px/1.0em 'Raleway', sans-serif;
	background: #EC8300;
	padding: 16px 32px;
	margin-top: 16px;
}

/* ---------------------------------------- */
/* ----- >>> Section: Sintomas ------------ */
/* ---------------------------------------- */

.setSNT {
	width: 100%;
	margin-bottom: 32px;
	flex-wrap: wrap;
	display: flex;
}

.setSNT > li {
	width: 20%;
	margin-bottom: 32px;
}

.setSNT > li > p {
	text-transform: uppercase;
	line-height: 1em;
	color: #eC8300;
}

.setSNT > li > i {
	width: 128px;
	height: 128px;
	background-position: 000% 000%;
	background-repeat: no-repeat;
	background-size: 700% 100%;
	display: inline-block;
	margin-bottom: 16px;
}

.setSNT.setICO > li > p { color: #E24011; }
.setSNT.setICG > li > p { color: #2D7C4D; }

.setSNT > li.setI01 > i { background-position: 00.00% 000.0% }
.setSNT > li.setI02 > i { background-position: 16.60% 000.0% }
.setSNT > li.setI03 > i { background-position: 33.20% 000.0% }
.setSNT > li.setI04 > i { background-position: 49.80% 000.0% }
.setSNT > li.setI05 > i { background-position: 66.40% 000.0% }
.setSNT > li.setI06 > i { background-position: 83.00% 000.0% }
.setSNT > li.setI07 > i { background-position: 100.0% 000.0% }

.setSNT.setICL > li > i { background-image: url(../assets/SVG/IMG_IC1.svg); }
.setSNT.setICO > li > i { background-image: url(../assets/SVG/IMG_IC2.svg); }
.setSNT.setICG > li > i { background-image: url(../assets/SVG/IMG_IC3.svg); }
.setSNT.setICP > li > i { background-image: url(../assets/SVG/IMG_IC4.png); }

/* ---------------------------------------- */
/* ----- >>> Section: Consejos ------------ */
/* ---------------------------------------- */

.setCNS {
	width: 100%;
	margin-bottom: 32px;
	overflow: hidden;
}

.setCNS > li {
	width: 100%;
	display: flex;
}

.setCNS > li > div > h1 {
	font-weight: 500;
	margin-top: 36px;
	font-size: 48px;
}

.setCNS > li > div > p {
	margin-bottom: 16px;
	line-height: 1.50em;
	font-size: 18px;
}

.setCNS > li > div > i {
	width: 128px;
	height: 128px;
	background: url(../assets/SVG/IMG_CNS.svg) no-repeat 0 0 / 500% 100%;
	display: inline-block;
	margin-bottom: 16px;
	margin-right: 24px;
}

.setCNS > li.setI01 > div > i { background-position: 00.00% 000.0% }
.setCNS > li.setI02 > div > i { background-position: 25.00% 000.0% }
.setCNS > li.setI03 > div > i { background-position: 50.00% 000.0% }
.setCNS > li.setI04 > div > i { background-position: 75.00% 000.0% }
.setCNS > li.setI05 > div > i { background-position: 100.0% 000.0% }


/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

.setBND {
	width: 160px;
	height: 80px;
	background: url(../assets/SVG/IMG_BND.svg) no-repeat center center / cover;
	display: inline-block;
}

.setMNF {
	width: 90px!important;
	height: 36px!important;
	background: url(../assets/IMG/logo-elea-white-transp-v2@3x.png) no-repeat center center / cover;
	display: inline-block;
	margin: 32px 0;
}

/*.setMNF {
	width: 90px;
	height: 32px;
	background: url(../assets/SVG/IMG_MNF.svg) no-repeat center center / cover;
	display: inline-block;
	margin: 32px 0;
}*/

img {
	width: 100%;
	height: auto !important;
	display: block;
}

.setCenter {
	width: 100%;
	position: absolute;
	-webkit-transform: translate( -50%, -50%);
	   -moz-transform: translate( -50%, -50%);
		-ms-transform: translate( -50%, -50%);
		 -o-transform: translate( -50%, -50%);
			transform: translate( -50%, -50%);
	left: 50%;
	top: 50%
}

.setRound {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		  	border-radius: 50%;
}

.setBKG {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: none;
	background-size: cover;
}

.setFlex {
	display: flex;
}

.setPDG { padding: 48px 0; }
.setNDP { padding: 0 !important; }

.setFlex {
	display: flex;
}

.setFLL { float: left; }
.setFLR { float: right; }

.setTAL { text-align: left; }
.setTAC { text-align: center; }
.setTAR { text-align: right; }

.setLine {
	width: 128px;
	height: 1px;
	background: #FFFFFF;
	margin: 0 auto;
	display: block;
}

.setMobile {
	display: none;
}

.setMobile p {
	margin-bottom: 0;
}

.swiper-notification {
	display: none !important;
	height: 0px !important;
}


/* ---------------------------------------- */

.setSlider {
	width: 100%;
	margin-top: 48px;
	overflow: hidden;
}

.setSlider .setItem {
	position: relative;
}

.setList .setItem a > div,
.setSlider .setItem a > div {
	width: 100%;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		  	border-radius: 8px;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	z-index: 99;
}

.setSlider.setBRD .setItem a > div {
	width:-webkit-calc(100% - 3px);
	   width:-moz-calc(100% - 3px);
		 width:-o-calc(100% - 3px);
			width:calc(100% - 3px);
	border-style: solid;
	border-width: 1.5px;
	position: relative;
}

.setSlider.setBRD .setItem a > div > div {
	width: 100%;
	position: absolute;
	-webkit-transform: translate( -50%, -50%);
	   -moz-transform: translate( -50%, -50%);
		-ms-transform: translate( -50%, -50%);
		 -o-transform: translate( -50%, -50%);
			transform: translate( -50%, -50%);
	left: 50%;
	top: 50%;
}

.setSlider.setBRD .setItem a > div > div > p {
	height: 36px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 18px;
	margin: 0;
}

.setSlider.setBRD .setItem a > div > div > i {
	width: 50%;
	margin: 6px 0;
	display: inline-block;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-width: 2;
	fill: none;
}

.setList .setItem a > div:before,
.setSlider .setItem a > div:before {
	width: 44px;
	height: 44px;
	content: "";
	background: url(../assets/SVG/IMG_PLS.svg) no-repeat center center / cover #EC8300;
	-webkit-border-radius: 100% 0 0 0;
	   -moz-border-radius: 100% 0 0 0;
		  	border-radius: 100% 0 0 0;
	display: inline-block;
	position: absolute;
	z-index: 100;
	bottom: -1px;
	right: -1px;
}

.setList .setItem a > p,
.setSlider .setItem a > p {
	line-height: 1.25em;
	margin-top: 16px;
	text-align: left;
	font-size: 21px;
}

.setList .setItem a > p > strong,
.setSlider .setItem a > p > strong {
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
}

.setZigZag .setItem:nth-child(2n){
	margin-top: 5%;
}

.setPrev,
.setNext {
	width: 32px;
	height: 64px;
	background: url(../assets/SVG/IMG_ARW.svg) no-repeat 0 0 / 200% 100%;
	position: absolute;
	margin-top: -32px;
	cursor: pointer;
	z-index: 99;
	top: 50%;
}

.setPrev { left:  32px; background-position: 000% 000% }
.setNext { right: 32px; background-position: 100% 000% }

/* ---------------------------------------- */

.setColumns {
	width:100%;
	overflow: hidden;
	display: flex;
}

.setColumns > div {
	width:-webkit-calc(50% - 48px);
	   width:-moz-calc(50% - 48px);
		 width:-o-calc(50% - 48px);
			width:calc(50% - 48px);
}

.setColumns > div:nth-child(1) {
	margin-right: 96px;
}

.setColumns.setC31 > div {
	padding: 64px 0 192px 0;
	overflow: hidden;
}

.setColumns.setC31 > div:nth-child(1) {
	width:-webkit-calc(100% - 520px);
	   width:-moz-calc(100% - 520px);
		 width:-o-calc(100% - 520px);
			width:calc(100% - 520px);
}

.setColumns.setC31 > div:nth-child(2) {
	width: 33%;
	background: #FFFFFF;
	max-width: 520px;
}

.setColumns.setC31 > div > article {
	width:-webkit-calc(100% - 64px);
	   width:-moz-calc(100% - 64px);
		 width:-o-calc(100% - 64px);
			width:calc(100% - 64px);
	max-width: 740px;
	float: right;
}

/* ---------------------------------------- */

.setList {
	width: 100%;
	max-width: 200px;
	margin-left: 64px;
	float: left;
}

.setList .setItem {
	margin-bottom: 32px;
}

.setList .setItem > a > p {
	margin-top: 16px;
	font-size: 18px;
}

/* ---------------------------------------- */

.setButton {
	font: 700 16px/1.0em 'Raleway', sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 32px;
	   -moz-border-radius: 32px;
		  	border-radius: 32px;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 20px 48px;
	color: #FFFFFF;
}

.setButton.setBGO { background: #E24011; }
.setButton.setBGG { background: #2D7C4D; }
.setButton.setBGD { background: #004519; }
.setButton.setBGADV { background: #4E883B; }
.setButton.setBGSPRAY { background: #EC8401; }


/* ---------------------------------------- */
/* ----- >>> Color Scheme ----------------- */
/* ---------------------------------------- */

.setH11 h1 { color: #E24011; }
.setH21 h2 { color: #E24011; }
.setH31 h3 { color: #E24011; }

.setH12 h1 { color: #EC8300; }
.setH22 h2 { color: #EC8300; }
.setH32 h3 { color: #EC8300; }

.setH13 h1 { color: #004519; }
.setH23 h2 { color: #004519; }
.setH33 h3 { color: #004519; }

.setH14 h1 { color: #2D7C4D; }
.setH24 h2 { color: #2D7C4D; }
.setH34 h3 { color: #2D7C4D; }

.setHspray h1 { color: #EC8401; }
.setHspray h2 { color: #EC8401; }
.setHspray h3 { color: #EC8401; }

.setHadv h1 { color: #4E893A; }
.setHadv h2 { color: #4E893A; }
.setHadv h3 { color: #4E893A; }


.setHCO em,
.setHCO strong { color: #E24011; }

.setHCL strong { color: #EC8300; }

.setHCG em,
.setHCG strong { color: #2D7C4D; }

.setHCD em,
.setHCD strong { color: #004519; }


.setBG01 { background-color: #FDF9F3; }
.setBG02 { background-color: #F9EAD7; }
.setBG03 { background-color: #F2F8F3; }
.setBG04 { background-color: #E7F2E9; }
.setBG05 { background-color: #629d7a;padding-top: 0; }
.setBG06 { background-color: #A4C5B2;}
.setBG07 { background-color: #fce4c8;}
.setBG08 { background-color: #F7C890;}
.setBG09 { background-color: #BDD4B7;}
.setBG10 { background-color: #D1E2D8;}


.setBG00 h1:before { background-position: 000.0% 0%; }
.setBG01 h1:before { background-position: 033.3% 0%; }
.setBG02 h1:before { background-position: 033.3% 0%; }
.setBG03 h1:before { background-position: 066.4% 0%; }
.setBG04 h1:before { background-position: 100.0% 0%; }

.setBG03 .setItem a > div{ background-color: #E7F2E9; }
.setBG03 .setItem:hover a > div{ background-color: #8DB69E; }

div:not(.isS03) .setBFO .setItem a > div:before { background-color: #EC8300; }
.setBFG .setItem a > div:before { background-color: #2D7C4D; }

.setBFO .setItem a:hover > div:before { background-color: #E24011; }
.setBFG .setItem a:hover > div:before { background-color: #2D7C4D; }

.setBRO .setItem a > div { border-color: #EC8300; color: #EC8300; stroke: #EC8300; }
.setBRG .setItem a > div { border-color: #2D7C4D; color: #2D7C4D; stroke: #2D7C4D; }

.setBRO .setItem a:hover > div { background-color: #EC8300; color: #FFFFFF; stroke: #FFFFFF; }
.setBRG .setItem a:hover > div { background-color: #2D7C4D; color: #FFFFFF; stroke: #FFFFFF; }

.setN01 {fill:url(#SVGID_1_); stroke: none; }
.setN02 {fill:url(#SVGID_2_); stroke: none; }
.setFill{fill:#EC8300; stroke: none;}

.setMask {
	mask: url(../assets/SVG/IMG_MSK.svg) no-repeat bottom center / cover;
}

/* ---------------------------------------- */
/* ----- >>> General ---------------------- */
/* ---------------------------------------- */

.setSNP {
	padding: 0 !important;
}

.setSHP {
	padding-bottom: 12.5%;
	padding-top: 2.5%;

}

.setSHP:before {
	width: 100%;
	content: "";
	position: absolute;
	padding-bottom: 10%;
	background-color: rgba(255,0,0,0);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1px;
	z-index: 0;
	left: 0;
}

.setSI0:before { background-image: url(../assets/SVG/IMG_SI0.svg); } 
.setSI1:before { background-image: url(../assets/SVG/IMG_SI1.svg); } 
.setSI2:before { background-image: url(../assets/SVG/IMG_SI2.svg); } 
.setSI3:before { background-image: url(../assets/SVG/IMG_SI3.svg); } 
.setSI4:before { background-image: url(../assets/SVG/IMG_SI4.svg); } 
.setSI5:before { background-image: url(../assets/SVG/IMG_SI5.svg); }
.setSI6:before { background-image: url(../assets/SVG/IMG_SI6.svg); }
.setSI7:before { background-image: url(../assets/SVG/IMG_SI7.svg); }

.setSH1:before { background-image: url(../assets/SVG/IMG_SH1.svg); } 
.setSH2:before { background-image: url(../assets/SVG/IMG_SH2.svg); } 
.setSH3:before { background-image: url(../assets/SVG/IMG_SH3.svg); } 
.setSH4:before { background-image: url(../assets/SVG/IMG_SH4.svg); } 
.setSH5:before { background-image: url(../assets/SVG/IMG_SH5.svg); }
.setSH6:before { background-image: url(../assets/SVG/IMG_SH6.svg); }  
.setSH7:before { background-image: url(../assets/SVG/IMG_SH7.svg); }  

.setSA1:before { background-image: url(../assets/SVG/IMG_SA1.svg); } 
.setSA2:before { background-image: url(../assets/SVG/IMG_SA2.svg); } 

.setSP1:before { background-image: url(../assets/SVG/IMG_SP1.svg); } 
.setSP2:before { background-image: url(../assets/SVG/IMG_SP2.svg); } 
.setSP3:before { background-image: url(../assets/SVG/IMG_SP3.svg); } 
.setSP4:before { background-image: url(../assets/SVG/IMG_SP4.svg); } 
.setSP5:before { background-image: url(../assets/SVG/IMG_SP5.svg); } 

/* ---------------------------------------- */
/* ----- >>> Menu Animation --------------- */
/* ---------------------------------------- */

.setMenu {
	width: 32px;
	height: 32px;
	position: absolute;
	overflow: hidden;
	z-index: 9999;
	right: 12px;
	top: 14px;
}

.setMenu .setIcon {
	width: 20px;
	height: 24px;
	position: relative;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin: 4px auto;
	cursor: pointer;
}

 .setMenu .setIcon span {
	width: 100%;
	height: 1.5px;
	display: block;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #2D7C4D;
	position: absolute;
	margin-top: 2px;
	opacity: 1;
	left: 0;
}

.setMenu .setIcon span:nth-child(1) { top: 20%; }
.setMenu .setIcon span:nth-child(2),
.setMenu .setIcon span:nth-child(3) { top: 40%; }
.setMenu .setIcon span:nth-child(4) { top: 60%; }

.isOpen .setMenu .setIcon span:nth-child(1) {
	width: 0%;
	left: 50%;
	top: 8px;
}

.isOpen .setMenu .setIcon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.isOpen .setMenu .setIcon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.isOpen .setMenu .setIcon span:nth-child(4) {
	width: 0%;
	left: 50%;
	top: 8px;
}
/* ---------------------------------------- */
/* ----- >>> New Home ------------------- */
/* ---------------------------------------- */


.setBFG .setItem.spray-adv a > div:before {
    background-color: #ED6228;
}

.setBG03 .setItem.spray-adv a > div {
    background-color: #F9EAD7;
}

.setBG03 .setItem.spray-adv:hover a > div {
    background-color: #f3a781;
}

.setBG01 .setItem:hover a > div:before {
    background-color: #E24011!important;
}

.setSLD00:after {
    content: "";
    background: url(../assets/SVG/Alivia24-home.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 25%;
    height: 200px;
    position: absolute;
    bottom: 10%;
    right: 5%;
}
/* ---------------------------------------- */
/* ----- >>> SPRAY ADVANCE ------------------- */
/* ---------------------------------------- */
 
.setPRD > li.setBKG.isCurrent.adv {
    background-color: #EFB699;
}

.setPRD > li.setBKG.adv {
    background-color: #F9EAD7;
}

.setPRD > li.setBKG.adv > a > div:before {
    background-color: #ED6227;
}

section.adv24:after {
    content: "";
    background-image: url(https://alernix.com.ar/assets/SVG/Alivia24.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 200px;
    height: 250px;
    position: absolute;
    top: -11%;
    right: 5%;
}

.setSNT.sprayadv.setICO > li > i {
    background-image: url(../assets/SVG/IMG_Sadv.svg);
}

.setSNT.sprayadv.setICO > li > p {
    color: #4C893B;
}

.setHadv.setHCL .setColumns, .setHadv.setHCL .setColumns > div:nth-child(1) {
    margin: 0;
}
.setHadv.setHCL .setColumns img {
    width: 42px;
    margin: auto;
}

.setHadv.setHCL .setColumns p {
    font-size: 16px;
}

.setHadv.setHCL .setColumns > div {
	max-width: 150px;
}

/* ---------------------------------------- */
/* ----- >>> Rapida accion ------------------- */
/* ---------------------------------------- */
section.rapidaac:after {
    content: "";
    background-image: url(https://alernix.com.ar/assets/SVG/Rapidaaccion.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 200px;
    height: 250px;
    position: absolute;
    top: -15%;
    right: 5%;
}

.setBox.rapidaac {
    background-image: url(../assets/SVG/IMG_BG2401.svg);
    color: white;
	background-size: contain;
}

.setBG03.setBG10 h1:before {
    background-position: 100% 0%;
}
/* ---------------------------------------- */
/* ----- >>> Spray ------------------- */
/* ---------------------------------------- */
.setBox.spray {
    color: white;
    background-image: url(../assets/SVG/IMG_BGS01.svg);
    background-size: contain;
}

section.actua2:after {
    content: "";
    background-image: url(https://alernix.com.ar/assets/SVG/Actua2.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 200px;
    height: 250px;
    position: absolute;
    top: -15%;
    right: 5%;
}

.setSNT.setICO.setSPRAY > li > i { background-image: url(../assets/SVG/IMG_Sspray.svg); }

.setSNT.setICO.setSPRAY > li.setI04 > i {
    background-position: 102% 000.0%;
}

.setSNT.setICO.setSPRAY > li.setI03 > i {
    background-position: 65% 000.0%;
}
.setSNT.setICO.setSPRAY > li.setI02 > i {
    background-position: 30.5% 000.0%;
}

.setSNT.setICO.setSPRAY > li.setI01 > i {
    background-position: -2% 000.0%;
}

.setSNT.setICO.setSPRAY > li > p {
    color: #ea8302;
}
/* ---------------------------------------- */
/* ----- >>> Preguntas frecuentes ------------------- */
/* ---------------------------------------- */

.faq-wrapper {
	margin: 0 auto;
	color: white;
  }
  .faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .faq-question {
	background: none;
	border: none;
	color: white;
	font-size: 24px;
	text-align: left;
	width: 100%;
	line-height: 1.3;
	padding: 2rem 0;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .faq-icon {
  font-size: 16px;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
  .faq-item.active .faq-icon {
	transform: rotate(180deg);
  }
  .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 0;
	font-size: 16px;
	line-height: 1.5;
  }
  .faq-item.active .faq-answer {
	max-height: 1000px;
	padding: 0 0 1rem 0;
  }

  .faq-item.active .faq-question {
	  padding-bottom:1rem;
}



/* ---------------------------------------- */
/* ----- >>> Animations ------------------- */
/* ---------------------------------------- */

a,
.setLinks > li,
.setItem a > div,
.setItem a > div:before {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (max-width: 1024px){
	.t-banner {
    white-space: normal;
}
}