/******************************
*	Tipografias
******************************/
@import url('typo.css');
@import url('all.css');
@import url('style-instituto.css');

:root {
	--negro: 0, 0, 0;
	--blanco: 255, 255, 255;

	--gris_xd: 86, 86, 86;

	--clr_01: 14, 187, 168;
	--clr_02: 8, 158, 142;
	--clr_03: 0, 151, 129;
	--clr_04: 177, 233, 226;
	--clr_05: 36, 151, 128;
	--clr_06: 11, 220, 203;

	--plyr-color-main: rgb(var(--clr_01));
}

/******************************
*	Reset
******************************/
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Museo Sans';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: rgb(var(--gris_xd));
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:link, a:hover, a:visited {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul, ol {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h5, strong {
	margin: 0;
	font-weight: bold;
	font-style: normal;
}
input:focus,
select:focus,
button:focus,
textarea:focus { outline: none; }
sup {
	top: -0.4em;
	font-size: 70%;
}
p { margin: 0; }
* + p,
* + ol,
* + ul { margin-top: 20px; }
p + div,
div + p,
p + figure,
figure + p { margin-top: 30px; }

/******************************
*	General
******************************/
.wapper { overflow-x: hidden; }

.wapper main {
	min-height: 100vh;
	padding: 0px 0 50px;
}
.pad__space { padding: 60px 0 0; }
.fila {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: block;
    opacity: 1;
}
.plyr--paused .plyr__controls { opacity: 0; }

/******************************
*	Redes
******************************/
.redes a {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
}
.redes a:hover {
	opacity: .7;
}

/******************************
*	Home
******************************/
#home.wapper main { padding-bottom: 20px; }

/******************************
*	Buscador
******************************/
.buscador {
	background: rgb(var(--clr_05));
	color: rgb(var(--blanco));
	padding: 30px 15px;
}
.contSearch {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.contCamp > div { position: relative; }
.contCamp label {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contCamp input {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	border-radius: 50px;
	background: rgba(var(--blanco), 1);
	padding: 10px 10px 10px 50px;
	color: #333;
	-webkit-appearance: none;
	border: 0;
}
.contCamp label {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	text-align: center;
	color: #2EBBA8;
	border-right: 1px solid #333;
}
.contCamp input[value=""] {
    color: rgb(var(--blanco));
    background: rgba(var(--blanco), .4);
}
.contCamp input[value=""] + label {
	color: rgb(var(--blanco));
	border-right: 1px solid rgb(var(--blanco));
}
.contCamp input:focus {
	background: rgba(var(--blanco), 1);
    color: #333;
}
.contCamp input:focus + label {
	color: #2EBBA8;
	border-right: 1px solid #333;
}
.contCamp input:focus::placeholder { color: #333 !important; }
.contCamp input::placeholder { color: rgb(var(--blanco)) !important; }
.labelSearch {
	color: #464C58 !important;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
    font-weight: bold;
    text-align: center;
}
.ui-widget.ui-widget-content {
	border: 0 !important;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.10);
}
.ui-menu .ui-menu-item { padding: 0; }
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, 
.ui-button.ui-state-active:hover {
    border: 0 !important;
	background: #b1e9e2 !important;
    font-weight: normal;
    color: initial !important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
	padding: 8px !important;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active { margin: 0 !important; }
.ui-menu-item:first-child {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.ui-menu-item:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.ui-widget {
	font-family: 'Museo Sans' !important;
	font-weight: 300;
	color: #333;
}
.ui-front { z-index: 100000000 !important; }
.contRala > div,
.cItmsRes {
	overflow: auto;
	white-space: nowrap;
}
.cItmsRes .imgSol figure { background-size: contain; }
.contRala > div {
	text-align: center;
	padding-bottom: 6px
}
.contRala > div::-webkit-scrollbar-track,
.cItmsRes::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: rgba(var(--blanco), .2);
}
.contRala > div::-webkit-scrollbar,
.cItmsRes::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: rgba(var(--blanco), .2);
}
.contRala > div::-webkit-scrollbar-thumb,
.cItmsRes::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #19846f;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.scrollHori { padding: 15px 0 0; }
.contRala > div {
	scrollbar-base-color: #efefef;
	scrollbar-face-color: #00bfab;
	scrollbar-3dlight-color: #00bfab;
	scrollbar-highlight-color: #00bfab;
	scrollbar-track-color: #efefef;
	scrollbar-arrow-color: #00bfab;
	scrollbar-shadow-color: #00bfab;
	scrollbar-dark-shadow-color: #00bfab;
}
.contRala > div::after {
	content: "";
	height: 20px;
	display: block;
}
}
.optRel { display: inline-block; }
.optRel + .optRel { margin-left: 15px; }
.optRel a {
	display: block;
	border: 1px solid #0abbb1;
	padding: 10px 15px;
	border-radius: 50px;
}
.optRel a:hover {
	background: #0abbb1;
}
.cItmsRes .cSol {
	display: inline-block;
    padding: 0 0 20px;
    width: 30%;
	min-width: 280px;
}
.cItmsRes .cCol > div {
    white-space: initial;
	padding: 0;
}
.cItmsRes .cCol > div + div { padding-left: 15px; }
.cItmsRes .cSol + .cSol { margin-left: 30px; }
.headResul h3,
.headResul { margin-bottom: 20px; }
.cItmsRes .cCol { margin: 0; }
/*Buscador Home*/
.serchHome {
	margin-top: -10px;
	overflow: hidden;
	width: 100%;
}
#serchHome .buscador {
	background: rgb(var(--blanco));
	color: #333;
}
#serchHome .contCamp input {
	font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 10px 70px;
    border: 1px solid #0abbb1;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 64, 57,.3);
	box-shadow: 0px 3px 10px 0px rgba(0, 64, 57,.3);
}
#serchHome .contCamp input[value=""],
#serchHome .contCamp input[value=""] + label,
#serchHome .contCamp input::placeholder {
	color: #464C58 !important;
}
#serchHome .contCamp label { border-right: 1px solid #333; }
#serchHome .contCamp input:focus + label { color: #2EBBA8 !important; }
#serchHome .contCamp label {
	border: 0;
	width: 80px;
	font-size: 25px;
}
#serchHome .contCamp { margin: 0 auto; }
#serchHome .contRala {
    position: relative;
    margin: 0 auto;
	width: 100%;
	padding-top: 35px;
}
#serchHome .contRala > div { display: none; }
#serchHome .optRel a:hover { color: rgb(var(--blanco)); }
#serchHome .contResultSer {
	padding: 30px 0;
	position: relative;
	color: rgb(var(--blanco));
	z-index: 1;
}
#serchHome .contResultSer::before {
	position: absolute;
	content: '';
	width: 110vw;
	height: 100%;
	background: rgb(var(--clr_01));
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
#serchHome .cItmsRes::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(var(--blanco));
}
/******************************
*	
******************************/
.headSection + * { margin-top: 60px; }
.headSection { text-align: center; }
.headSection > * + * { margin-top: 15px; }
.tSection {
	font-size: 30px;
	text-transform: uppercase;
}
.subSection {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
}
.subSection span {
	color: #01C4B4;
}
* + .cBtn { padding-top: 60px; }
.btn {
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 15px;
	font-weight: normal;
}
.bt01 {
	color: #464C58 !important;
	background: rgb(var(--blanco));
}
.bt02 {
	color: rgb(var(--blanco)) !important;
	background: #b71143;
	text-transform: uppercase;
	padding: 5px 25px;
}
.bt03 {
	color: #00c7b1 !important;
	text-transform: uppercase;
	padding: 5px 40px;
	background: rgb(var(--blanco));
}
.btn__round {
	border-radius: 50px;
	border: 1px solid currentColor;
}
/*  ----------------------------------- Scroll -----------------------------------  */
.scrollHori {
	width: 100%;
    padding: 15px 0 10px;
    overflow: auto;
    text-align: center;
}
.cBalls {
	display: none;
}
.centerMood {
	display: inline-block;
}
.contItems {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.item {
    text-align: center;
	min-width: 160px;
	width: 160px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.item > div {
	width: 80%;
	margin: 0 auto;
    cursor: pointer;
}
.scDarck::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #efefef;
}
.scDarck::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #efefef;
}
.scDarck::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgb(var(--clr_01));
}
.scLigth::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: #00bfab;
}
.scLigth::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #00bfab;
}
.scLigth::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(var(--blanco), 0.48);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.scrollHori {
    padding: 15px 0 0;
}
.scDarck {
	scrollbar-base-color: #efefef;
	scrollbar-face-color: #00bfab;
	scrollbar-3dlight-color: #00bfab;
	scrollbar-highlight-color: #00bfab;
	scrollbar-track-color: #efefef;
	scrollbar-arrow-color: #00bfab;
	scrollbar-shadow-color: #00bfab;
	scrollbar-dark-shadow-color: #00bfab;
}
.scLigth {
	scrollbar-base-color: #00bfab;
	scrollbar-face-color: #87ded3;
	scrollbar-3dlight-color: #87ded3;
	scrollbar-highlight-color: #87ded3;
	scrollbar-track-color: #00bfab;
	scrollbar-arrow-color: #87ded3;
	scrollbar-shadow-color: #87ded3;
	scrollbar-dark-shadow-color: #87ded3;
} 
.scDarck::after,
.scLigth::after {
	content: "";
	height: 30px;
	display: block;
}
}
/******************************
*	Home	
******************************/
#home main section { padding: 50px 0; }
#home main section.sliderPrincipal { padding: 0; }
/*  ----------------------------------- Viedo -----------------------------------  */
.sliderPrincipal {
	position: relative;
	overflow: hidden;
}
.curva {
	position: absolute;
	width: 110%;
	left: 50%;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
	pointer-events: none;
}
.curva figure,
.curva figure img {
	width: 100%;
	display: block
}

/******************************
*	Ball Options
******************************/
/*.soluciones .container + .cResult {
	margin-top: 60px;
}*/
.imgBall {
	margin: 0 auto 15px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.imgBall::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgb(var(--clr_01));
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
	z-index: -1;
}
.ball > div:hover .imgBall::before {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
.active .imgBall::before,
.ball.active > div:hover .imgBall::before {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-moz-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	-o-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}
.ball.active .imgBall {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.txtBall {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2;
}
.cResult {
	width: 100%;
	padding: 60px 0;
	background: rgb(var(--clr_01));
	color: rgb(var(--blanco));
}
.contSolu,
.cCol {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contSolu {
	flex-direction: column;
	gap: 60px 30px;
}
.cSol {
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.cCol { gap: 30px; }
.cCol > div {
	width: calc(50% - 15px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.imgSol a {
	display: block;
	width: 100%;
}
.imgSol figure {
	width: 100%;
	padding-top: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.imgSol figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.txtSol > div { width: 100%; }
.txtSol > div * + .cBtn { padding-top: 20px; }
.ItemOculto {
	display: none;
}
/******************************
*	Soluciones Interna
******************************/
#soluciones main,
#solInter main,
#donde-empiezo main {
	padding-top: 60px;
}
.nameSol.headSection {
	max-width: 700px;
	margin: 0 auto 40px;
}
.nameSol .tSection {
	margin-bottom: 0;
}
.cSolucion,
.cMas {
	color: rgb(var(--blanco));
}
.cSolucion {
	position: relative;
	z-index: 1;
	padding:  0 0 60px;
	margin-bottom: 50px;
	background: #00c7b1;
}
.cSolucion::before,
.cSolucion::after {
	content: '';
	position: absolute;
	z-index: -1;
}
.cSolucion::after {
	width: 100%;
	top: -2px;
	left: 0;
	background: rgb(var(--blanco));
}
.cSolucion::before {
	width: 50%;
    height: 100%;
    top: 0;
    right: 50%;
    background: #009781;
}
.cMas {
	padding: 60px 0;
	background: #0dbaa8;
}
.cont__media {
	max-width: 650px;
	margin: 0 auto 60px;
	border-radius: 15px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
}
.cont__media > * { grid-area: 1 / 1 / 2 / 2; }
.imgSolucion {
	padding-top: 56%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.imgSolucion img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cVid {
	border-radius: 15px;
	overflow: hidden;
	background: rgb(var(--negro));
}
.cInfoSol,
.cInfoSol > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 30px 80px;
}
.cInfoSol {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}
.cInfoSol > div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cInfoSol > div > div { width: 100%; }
.imgProd figure {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.imgProd figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.txtInfo h2, 
.txtInfo h3 {
	font-size: 35px;
}
.txtInfo h3 { font-weight: 300; }
.txtInfo h2 {
	margin-bottom: 30px;
}
.txtInfo .tip {
	display: block;
	font-style: italic;
	font-size: 25px;
	margin-bottom: 15px;
}
.txtInfo p + p { margin-top: 15px; }
.txtInfo .cBtn { padding-top: 30px; }
.cBtn .at-style-responsive .at-share-btn {
    padding: 5px;
    background-color: #009781!important;
}
/******************************
*	Por donde Empiezo
******************************/
#por-donde {
	padding-bottom: 0 !important;
}
.contOpt {
	padding: 60px 0;
	color: rgb(var(--blanco));
}
.cOpt01 {
	background: #00c7b1;
}
.cOpt02 {
	background: #009681;
}
.cateOpt {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cCateOpt:hover .cateOpt,
.cCateOpt.active .cateOpt {
	opacity: .7
}
.cCateOpt .cateOpt:hover {
	opacity: 1;
}
.imgOpt {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	border-radius: 10px;
}
.contEmpie {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.cItemEm {
	padding: 30px 15px;
}
.infoEmpi {
	margin: 0 auto;
	width: 80%;
	cursor: pointer;
}
.imgEmpi {
	margin-bottom: 10px;
}
.imgEmpi figure {
    width: 100%;
    padding-top: 120%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cOpt02 .scrollHori {
	margin-bottom: 60px;
}
.cOpt02 .item,
.cCateOpt.active .item  {
    opacity: .3;
}
.cOpt02 .item:hover,
.cOpt02 .item.active,
.cCateOpt.active .item.active {
	opacity: 1;
}
.contTip > div > div {
	width: 100%;
	position: relative;
}
.imgTip > div { text-align: right; }
.prodTip {
	width: 45%;
	display: inline-block;
	position: relative;
	z-index: 100;
}
.cont__prod .prodTip img { max-height: 60vh; }
.resFinal, 
.cOpt02 { display: none; }

.graf__info { width: 85%; }
.tip__graf,
.graf__info {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
}
.tip__graf > *,
.graf__info > * { grid-area: 1 / 1 / 2 / 2; }

.cont__prod,
.graf__info > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	background: transparent;
}
.graf__info > * > * {
	border-radius: 15px;
	overflow: hidden;
}

/******************************
*	Nuevo:; Por donde empiezo
******************************/
.menDonde {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: rgb(var(--blanco));
}
.colOptDonde {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	transition-delay: .5s;
}
#colMenu {
	width: 100%;
}
.colFuera {
	width: 0;
	background: #2ebba8;
	padding: 60px 0;
}
.colDentro {
	width: 0;
	background: #20c6b1;
	padding: 60px 0;
}
.colFuera, 
.colDentro {
	/* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; */
	position: relative;
}
.contCate {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contCate .container {
	display: none;
}
.colFuera::before,
.colDentro::before  {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: -1;
}
.colFuera::before {
	right: 0;
	background: #20c6b1;
}
.colDentro::before {
	left: 0;
	background: #2ebba8;
}
.optMen {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.optDes {
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	padding-top: 60vh;
}
.optDes > div {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5vh;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.active .optDes> div {
	opacity: 1;
}
.optDes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .9;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.optDes.active::before {
	opacity: .7;
}
.desFuera::before {
	background: #108172;
}
.desDentro::before {
	background: #00a691;
}
.optDes  > div {
	width: 100%;
	text-align: center;
	padding: 0 15px;
}
.optDes .cBtn button {
	padding: 10px;
	display: inline-block;
	width: 100px;
	background: transparent;
	border: 1px solid #20c6b1;
	border-radius: 30px;
	line-height: 1.2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.optDes h3 {
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.2;
}
.optDes .cBtn {
	padding-top: 40px;
}
.optDes .cBtn button:hover {
	background: #20c6b1;
}
.headOpt {
	margin-bottom: 20px;
}
.headOpt h3 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.2;
}
.chngOpt {
	padding: 30px 30px;
}
.chngOpt .btnOpt {
	display: block;
	background: transparent;
	color: #108172;
	font-weight: normal;
}
.btnChng {
	display: none;
}

/******************************
*	Mitos y realidades
******************************/
#mitos-realidades main { padding: 0; }
#mitos-realidades main section { padding: 60px 0; }
.contSlide .headSection + * { margin-top: 10px; }
.contSlide .headSection { text-align: left; }
.contSlide .headSection .tSection { text-transform: none; }
.slide {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.botell {
	width: 15%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	pointer-events: none;
}
.arSlide .slick-prev,
.arSlide .slick-next { z-index: 1000; }
.arSlide .slick-prev { left: 25px; }
.arSlide .slick-next { right: 25px; }
.arSlide .slick-prev::before, 
.arSlide .slick-next::before { content: ''; }
.arSlide .slick-prev, 
.arSlide .slick-next {
	/* font-size: 50px; */
	line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: auto;
    color: rgb(var(--blanco));
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.arSlide .slick-prev img, 
.arSlide .slick-next img { width: 100%; }
.arSlide .slick-prev:hover,
.arSlide .slick-prev:focus,
.arSlide .slick-next:hover,
.arSlide .slick-next:focus { opacity: .6; }
.cMito > div { position: relative;x }
.cMito > div::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-moz-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-ms-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-o-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	transition-delay: .4s;
}
.cMito > .cQuestion::before { background: #009781; }
.cMito > .cAnswer::before { background: rgb(var(--clr_01)); }
.cMito > div > div {
	text-align: center;
	position: relative;
}
.cMito h3 {
	margin-bottom: 10%;
}
.cMito h3,
.cQuestion {
	font-weight: bold;
	font-style: normal;
	line-height: 100%;
}
.cQuestion {
	color: #51F0DD;
}
.cAnswer {
	color: rgb(var(--blanco));
	font-size: 18px;
	line-height: 130%;
}
.tslide {
	position: absolute;
	font-weight: bold;
	font-style: normal;
	font-size: 10vw;
	line-height: 100%;
	pointer-events: none;
	color: rgb(var(--blanco));
	opacity: 0;
}
.tMi {
	top: 10%;
	left: -20%;
}
.tRe {
	bottom: 10%;
	right: -20%;
}
.slideMitos .slick-dots li button::before {
    font-size: 10px;
    color: #009781;
}
.slideMitos .slick-dots li.slick-active button::before {
	color: #009781;
}
/******************************
*	Productos
******************************/
.filFam {
	padding-top: 120px;
}
.filFam + .filFam {
	margin-top: 40px;
}
.filFam > div {
	padding: 0 15px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.familia > div {
	width: 100%;
	color: #0dbba8;
	font-size: 20px;
}
.familia > div h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.productos {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px 20px;
}
.productos > div { flex: 0 1 calc((100% - (20px * 1)) / 2); }
.optProduct a {
	display: block;
	text-align: center;
}
.imgProduc,
.line,
.pName {
	-webkit-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-moz-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-ms-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	-o-transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
	transition: all 0.3s cubic-bezier(.74, 0, .08, .80);
}
.imgProduc img {
	display: inline-block;
    max-height: 20vh;
}
.optProduct a:hover .imgProduc {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}
.line {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
	transform-origin: 50% 50%;
}
.optProduct a:hover .line {
    border-top: 1px solid #0dbba8;
    -webkit-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	-ms-transform: scaleX(0.8);
	-o-transform: scaleX(0.8);
	transform: scaleX(0.8);
}
.pName { color: #ababab; }
.optProduct a:hover .pName { color: #0dbba8; }
.pName span { display: block; }

.productos > div .pName > span > * { font-size: 16px; }

/******************************
*	Producto detalle
******************************/
.filInfo + .filInfo { margin-top: 80px; }
.txtProd {
	top: 0;
	color: #008a7c;
    background: #d9f4f1;
    font-size: 14px;
}
.tProducto {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
}
.tProducto span { display: block; }
.SubTitulo {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 110%;
    font-weight: normal;
}
.txtProd p + p { margin-top: 15px; }
.imgPlus {
	background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
.contTips {
    margin-left: -15px;
    margin-right: -15px;
}
.tipProd { padding: 0 15px; }
.tipProd figure { margin-bottom: 25px; }
.tTips {
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}
.txtTip h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 15px;
}

/******************************
*	Nosotros
******************************/
.txtNos .headSection .tSection { color: rgb(var(--clr_06)); }
.txtNos .headSection + * { margin-top: 20px; }
.hNos + * { margin-top: 60px; }
.hNos {
    text-align: center;
    position: relative;
    background: rgb(var(--clr_01));
}
.hNos .container { padding: 0; }
.filNos + .filNos{ margin-top: 80px; }
.txtNos {
	text-align: center;
	font-size: 25px;
	font-weight: 200;
	margin-left: auto;
	margin-right: auto;
	max-width: 840px;
}
.txtNos p + p { margin-top: 20px; }
.txt2do { font-size: 23px; }
.txtNos span { display: block; }
.txtNos strong { font-weight: normal; }
.cProdcuts { padding: 50px 50px; }
.textPro {
    color: rgb(var(--blanco));
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 8%;
    position: relative;
}
.textPro h3 {
    margin: 0;
    font-weight: normal;
    margin-bottom: 10px;
}
.textPro strong {
    display: block;
    font-weight: bold;
}
.textPro::after {
    content: '';
    width: 65px;
    border-bottom: 3px solid rgb(var(--blanco));
    position: absolute;
    bottom: -25px;
    left: 0;
}
.contBton {
    margin-top: 15px;
    color: rgb(var(--blanco));
}
.bton {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: rgb(var(--blanco)) !important;
}
.contUnidos { padding: 40px 30px; }
.lgUnidos {
    margin: auto;
    max-width: 45%;
    width: 100%;
}
.sNos .slick-slide:nth-child(4n+1) .contYear { background: #0bdccb; }
.sNos .slick-slide:nth-child(4n+2) .contYear { background: #12e8d7; }
.sNos .slick-slide:nth-child(4n+3) .contYear { background: #5defe3; }
.sNos .slick-slide:nth-child(4n+4) .contYear { background: #90f5ed; }
.arSlide.sNos .slick-prev, 
.arSlide.sNos .slick-next {
    width: 20px;
}
.arSlide.sNos .slick-next { right: 10px; }
.arSlide.sNos .slick-prev { left: 10px; }
.sNos .slick-arrow.slick-disabled {
	opacity: 0;
	pointer-events: none;
}
.contYear {
    padding: 20% 20% 35%;
    text-align: center;
    color: rgb(var(--blanco));
}
.contYear figure {
    margin: auto;
    max-width: 80px;
    margin-bottom: 30px;
}
.contYear .t-His {
    height: 40px;
    margin-bottom: 75px;
    position: relative;
}
.contYear .t-His::before,
.contYear .t-His::after {
    content: '';
    position: absolute;
}
.contYear .t-His::before {
    width: 100%;
    border-bottom: 2px solid rgb(var(--blanco));
    bottom: -10px;
    left: 0;
}
.contYear .t-His::after {
    height: 15px;
    border-left: 2px solid rgb(var(--blanco));
    bottom: -25px;
    left: 50%;
    margin-left: -1.3px;
}
.contYear .year {
    font-size: 40px;
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/******************************
*	Resultados
******************************/
.hResul {
	padding-bottom: 50px;
	margin-bottom: 100px;
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
}
.hResul h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.contResult a { display: block; }
.contResult a + a { margin-top: 60px; }
.imgResult {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.infoResult { background: #e6fbf8; }
.infoResult > di { width: 100%; }
.infoResult h3 {
	color: rgb(var(--clr_01));
	font-size: 23px;
	margin-bottom: 20px;
}
/******************************
*	Sustentabilidad
******************************/
#sustentabilidad main {
	color: rgb(var(--blanco));
	padding: 0;
}
.secSus {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.contInfo {
    width: 100%;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.clora,
.clora .contInfo {
	min-height: calc(100vh - 86px);
}
.contInfo > .infoSus {
    position: relative;
}
.oval::before {	
	content: '';
	position: absolute;
	width: 150%;
	padding-top: 40%;
	z-index: -1;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	-moz-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	-o-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
}
.clora.oval::before  {
	background:  #00b19e;
}
.clora {
	background: #00c7b1;
}
.formula.oval::before  {
	background:  #9ccb44;
}
.formula {
	background: #71ba41;
}
.reciclado.oval::before  {
	background:  #71ba41;
}
.reciclado {
	background: #7ecb4c;
}
.envase {
	background: url('../img/bg-forest.jpg') center top no-repeat;
	background-size: cover;
	z-index: 1;
}
.envase::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004226;
	opacity: .7;
	z-index: -1;
}
.w100 {
	width: 100%;
	position: relative;
}
.botella {
	width: 33%;
	margin: 0 auto;
	position: relative;
}
.botella img {
	display: inline-block;
	max-height: 55vh;
}
.elemen {
	position: absolute;
	top: 0;
	height: 100%;
}
.elemen figure {
	position: absolute;
}
.b001 .elemen {
	width: 43%;
	left: 50%;
}
.b001 .botella {
	text-align: right;
}
.b001 .elemen figure:nth-child(1) {
	width: 100%;
	top: -13%;
}
.b001 .elemen figure:nth-child(1) img { max-height: 40vh; }
.b001 .elemen figure:nth-child(2) {
    width: 45%;
    top: 37%;
    left: 30%;
}
.b001 .elemen figure:nth-child(2) img { max-height: 13vh; }
.b001 .elemen figure:nth-child(3) {
    width: 45%;
    top: 54%;
    left: 22%;
}
.b001 .elemen figure:nth-child(3) img { max-height: 9vh; }
.b001 .elemen figure:nth-child(4) {
    width: 77%;
    bottom: 6%;
    left: 10%;
}
.b001 .elemen figure:nth-child(4) img { max-height: 18vh; }
.txtDes {
	position: absolute;
	top: 30%;
	right: 70%;
	width: 100%;
}
.txtDes div {
	text-align: right;
	padding-right: 10%;
	position: relative;
}
.txtDes div::before {
	content: '';
	position: absolute;
	width: 7%;
	border-top: 1px solid;
	top: 50%;
	right: 0;
}
.txtDes div + div {
	margin-top: 20%;
}
.txtDes strong {
	display: inline-block;
	padding: 2% 3%;
	border-radius: 30px; 
	border: 1px solid #3dffe7;
	margin-left: -20%;
}
.b002 .botella {
	text-align: center;
}
.b002 .elemen {
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.b002 .elemen figure:nth-child(1) {
	width: 40%;
    left: 15%;
}
.b002 .elemen figure:nth-child(1) img { max-height: 40vh; }
.b002 .elemen figure:nth-child(2) {
	width: 45%;
    top: 57%;
    right: 10%;
}
.b002 .elemen figure:nth-child(2) img { max-height: 13vh; }
.b002 .elemen figure:nth-child(3) {
    width: 40%;
    top: 65%;
    left: 0%;
    -webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.b002 .elemen figure:nth-child(3) img { max-height: 9vh; }
.b003 .botella {
	text-align: center;
}
.b003 .elemen {
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.b003 .elemen figure {
	opacity: .8;
}
.b003 .elemen figure:nth-child(1) {
	width: 40%;
	top: 15%;
    right: 10%;
}
.b003 .elemen figure:nth-child(2) {
    width: 13%;
    top: 61%;
    left: 24%;
}
.b003 .elemen figure:nth-child(3) {
    width: 15%;
    top: 20%;
    left: 0%;
}
.txt01 {
	font-size: 50px;
	line-height: 120%;
}
.txt01 h2 {
	font-size: 25px;
	margin-bottom: 25px;
}
.txt01 span {
	color: #3dffe7;
}
.txt02 {
	font-weight: normal;
	font-style: normal;
	line-height: 100%
}
.txt02 strong {
	color: #3c6c07;
	display: block;
	font-size: 25px;
	margin-bottom: 15px;
}
.colForm {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.colForm + .colForm {
	margin-top: 30px;
}
.colForm > div:first-child {
	width: 90px;
	min-width: 90px;
}
.colForm > div:last-child {
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 13%;
    position: relative;
}
.colForm > div:last-child::before {
	position: absolute;
	content: '';
	border-top: 1px solid;
	width: 7%;
	top: calc(50% - 1px);
	left: 4%;
}
.colForm > div:last-child > div {
	width: 100%;
}
.txt03 .headSus {
	margin-bottom: 60px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.headSus figure {
	min-width: 80px;
	max-width: 80px;
	margin-right: 10px;
}
.headSus h2 {
	display: inline-block;
	font-size: 40px;
}
.colEnva {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.colEnva > div {
	width: 45%;
}
.colEnva + .colEnva {
	margin-top: 50px;
}
.colEnva strong {
	display: block;
	margin-bottom: 10px;
	color: #6DDE90;
	font-size: 18px;
}
.tSus {
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.tSus span {
	color: #f5ff7c;
	display: block;
}
.paso > div {
	text-align: center;
}
.paso figure {
	margin-bottom: 10px;
}
.paso strong {
	line-height: 100%;
}
.pas01 figure {
	width: 100%;
	position: relative;
}
.pas01 img {
	display: inline-block;
	width: 70%;
}
.pas01 img:first-child {
	margin-left: -55px;
}
.pas01 img:last-child {
	position: absolute;
	margin-left: -10px;
}
.pas11 figure {
	width: 100%;
    position: relative;
    z-index: 1;
}
.flores {
	position: absolute;
	width: 150%;
	left: 50%;
	z-index: -1;
	max-width: inherit;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bClor {
    width: 40%;
    display: inline-block;
}
.hoja {
	position: absolute;
}
.ho1,
.ho2 {
	opacity: .9;
}
.ho1 {
	width: 80px;
	right: 30%;
	top: 20%;
	-webkit-transform: rotate(-70deg);
	-moz-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	-o-transform: rotate(-70deg);
	transform: rotate(-70deg);
}
.ho2 {
	width: 60px;
	right: 40%;
	bottom: 15%;
	-webkit-transform: rotate(70deg);
	-moz-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	-o-transform: rotate(70deg);
	transform: rotate(70deg);
}
.ho3 {
    top: 3%;
    width: 40%;
    right: -20%;
}
.ho4 {
    bottom: 3%;
    width: 40%;
    left: -20%;
    -webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: .7;
}
.newSec01 .contInfo {
    padding: 0;
}
.newSec01 .contInfo > .infoSus > div {
	align-items: center;
	padding: 100px 30px;
}

.filReci {
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.filReci + .filReci {
	margin-top: 30px;
}
.filReci > div + div {
	margin-left: 80px;
}
.filReci > div:nth-child(1) {
	min-width: 100px;
}
.circulo {
	width: 100px;
	border-radius: 50%;
	border: 1px solid #62FFEE;
	padding: 4%;
}
.circulo > figure {
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background: #EEFA7A;
	position: relative;
}
.circulo > figure img {
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.filReci > div:nth-child(2) {
	font-size: 20px;
	line-height: 120%;
	position: relative;
}
.filReci > div:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 1px solid rgb(var(--blanco));
	width: 40px;
	right: calc(100% + 20px);
}
.filReci > div:nth-child(2) strong {
	margin-top: 10px;
	display: block;
}
.filReci > div:nth-child(2) strong span {
	color: #EEFA7A;
}

.newSec01 .contInfo > .infoSus > div {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.newSec01 .contInfo > .infoSus > div > div {
	max-width: 800px;
	margin: 0 auto;
}
.colRe { background: #00C7B1; }
.colFun { background: #00B19E; }

.newSct .colSusten {
	position: relative;
	z-index: 1;
}

.el0 {
    position: absolute;
    z-index: -1;
}
.el01 {
    width: 20%;
    left: -10%;
    top: -10%;
    opacity: .5;
}
.el02 {
    width: 25%;
    left: 10%;
    top: 5%;
    opacity: .2;
}
.el03 {
    width: 30%;
    right: -5%;
    top: 0%;
    opacity: .7;
}
.el04 {
	width: 10%;
    right: 30%;
    bottom: -15%;
    opacity: .1;
    -webkit-transform: rotate(-155deg);
	-moz-transform: rotate(-155deg);
	-ms-transform: rotate(-155deg);
	-o-transform: rotate(-155deg);
	transform: rotate(-155deg);
}

.newSec02 { background: #019C8B; }
.newSec03 { background: #FBD9E9; }

.newSec02 .tSus,
.newSec03 .tSus {
    text-align: left;
}
.newSec02 .tSus span,
.newSec03 .tSus span {
    display: inline;
}
.newSec02 .colSus {
    flex-direction: inherit;
}
.newSec02 .textSus p + p,
.newSec03 .textSus p + p {
	margin-top: 20px;
}
.vCla {
    color: #f5ff7c;
}
.mapSus {
	width: 100%;
	padding: 2%;
	border: 1px solid;
}
.newSec02 .mapSus {
	border-color: #f5ff7c;
}
.newSec03 .mapSus {
	border-color: #9C0185;
}
.mapSus > div {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}
.mapSus > div iframe {
	position: absolute;
	top: -55px;
	left: 0;
	width: 100%;
	height: calc(100% + 56px);
}
.newSec03 .tSus { color: #B827A2; }
.newSec03 .tSus span { color: #9C0185;  }
.newSec03 { color: #C764B2; }

/******************************
*	LB
******************************/
.lb__content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	background: rgba(var(--negro), .7);
	z-index: 1000;
}
.lb__center {
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 60px 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lb__box {
	background: rgb(var(--clr_01));
	position: relative;
	color: rgb(var(--blanco));
	max-width: 700px;
    margin: 0 auto;
    padding: 50px 15px 15px;
}
.closer {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #009980;
	color: rgb(var(--blanco));
	cursor: pointer;
	z-index: 1000;
}
.closer i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
}
.lb__box .headSection + * { margin-top: 30px; }
.lb__box .tSection {
	text-transform: uppercase;
	font-size: 24px;
	padding: 0 25px;
}
.lb__box .subSection {
	font-size: 16px;
	line-height: 1;
}

/******************************
*	Btn elimina
******************************/
.cont__btn {
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 300;
    bottom: 90px;
    text-align: right;
}
.btn__delete {
	display: inline-block;
	color: rgba(var(--blanco));
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px 15px 15px 30px;
	z-index: 1;
	line-height: 1;
	transition: all 300ms cubic-bezier(0.68,-0.1,0.265,1.55);
	z-index: 100;
	font-weight: bold;
	font-style: normal;
	position: relative;
	text-align: left;
	font-size: 12px;
}
.btn__delete.active { opacity: .2; }
.btn__delete::before,
.btn__delete::after {
	content: '';
	position: absolute;
	height: 100%;
	right: 0;
	clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.btn__delete::before {
	width: 100%;
	background: #009781;
	z-index: -1;
	top: 0;
}
.btn__delete::after {
	top: 5px;
	width: calc(100% + 7px);
	background: rgba(var(--negro), .1);
	z-index: -2;
}
.btn__delete span {
	display: inline-block;
	vertical-align: middle;
}

/******************************
*	Comprar
******************************/
.cShop { font-weight: bold; }
.cCta {
	position: fixed;
	color: rgb(var(--blanco));
	cursor: pointer;
	text-transform: uppercase;
	z-index: 100;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 12px;
}
.carImg {
	width: 55px;
    height: 55px;
	margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: #009781;
    border: 3px solid rgb(var(--blanco));
    -webkit-box-shadow: -4px 4px 0px 0 rgba(0,0,0,.05);
    box-shadow: -4px 4px 0px 0 rgba(0,0,0,.05);
    position: relative;
}
.carImg figure {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.carImg figure img { display: block; }
.text__cta {
	line-height: 1;
	display: grid;
	grid-template-columns: 1fr;
}
.text__cta > * { grid-area: 1 / 1 / 2 / 2; }
.text__cta > span:nth-child(1) {
	color: rgb(var(--clr_01));
	-webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: rgb(var(--clr_03));
}
.lbContent {
	position: relative;
	z-index: 100000000;
}
.bgLb {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--negro), .6);
	pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.lbContent.active .bgLb {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
}
.leftNav {
	position: fixed;
	top: 0;
	right: -80%;
	width: 80%;
	max-width: 450px;
	height: 100vh;
	overflow: auto;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.lbContent.active .leftNav { right: 0; }
.infoLeft {
	min-height: 100vh;
	width: 100%;
	background: rgb(var(--blanco));
}
.logos {
	width: 100%;
	text-align: center;
}
.logos h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #009781;
}
.closeLeft {
	padding: 13px 15px;
	font-size: 23px;
	top: 15px;
	right: 15px;
	color: rgb(var(--blanco));
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.closeLeft::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #009781;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.listSocios {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.logos .listSocios {
	width: 100%;
    max-width: 180px;
    padding: 0;
}
.logos .listSocios li {
	position: relative;
	z-index: 1;
}
.logos .listSocios li img { max-height: 5vh; }
.logos .listSocios li a {
	display: block;
	transition: all 300ms cubic-bezier(0.68,-0.1,0.265,1.55) !important;
}
.logos .listSocios li a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.logos .listSocios li + li {
	margin-top: 15px;
	padding-top: 15px;
}
.logos .listSocios li + li::before {
	content: '';
	width: 50%;
	border-top: 1px solid #dcdcdc;
	position: absolute;
	z-index: -1;
	top: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.grid  { margin-bottom: 30px; }
.grid .listSocios { max-width: 800px; }
.grid .listSocios li a { display: block; }


/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.grid .listSocios li {
	text-align: center;
	position: relative;
}
.grid .listSocios li + li {
	margin-top: 20px;
    padding-top: 20px;
}
.grid .listSocios li + li::before {
	content: '';
	width: 20%;
	border-top: 1px solid #dcdcdc;
	position: absolute;
	z-index: -1;
	top: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.infoLeft { padding: 60px 15px; }
}
@media (min-width : 480px) {
.grid .listSocios {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.grid .listSocios li {
	width: 33.33%;
	margin-bottom: 60px;
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.infoLeft { padding: 80px 15px 50px; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
.grid .listSocios li { width: 50%; }
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.cCta {
	right: 15px;
	bottom: 15px;
}
.cCta span { font-size: 14px; }
.closeLeft {
    padding: 7px 12px;
    font-size: 15px;
    top: 10px;
    right: 10px;
}
.logos h2 { font-size: 20px; }
.logos .listSocios { max-width: 70%; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.cCta {
	right: 20px;
	bottom: 25px;
	flex-direction: column;
	gap: 8px;
}
.carImg {
    width: 70px;
    height: 70px;
}
.cCta span { font-size: 16px; }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}







/******************************
*	Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.cItemEm { width: 50%; }
.slideMitos .slick-dots li {
    width: 10px;
    height: 10px;
}
.txtInfo h2, .txtInfo h3 { font-size: 25px; }
.txtInfo .tip { font-size: 20px; }
.txtNos {
    text-align: center;
    font-size: 6vw;
}
.cProdcuts { padding: 30px 30px; }
.textPro {
    font-size: 20px;
    margin-bottom: 18%;
}
.chRec figure {
    width: 35%;
    margin: auto;
}
.colVid { margin-bottom: 23px !important;  }
.colVid h3 { font-size: 11px; }
.tSus { font-size: 8vw; }
.labelSearch { font-size: 18px; }
}
@media (max-width : 599px) {
.cInfoProd > div + div {
	margin-top: 8px;
}
.txtProd {
	padding: 20px;
}
.imgPlus {
    padding-top: 83%;
}
.tipProd + .tipProd {
	margin-top: 60px;
}
.tipProd figure img {
    width: 100%;
    max-width: inherit;
}
.listElimina{
	position: relative;
	margin: auto;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}
.listElimina ul{
	margin: auto;
	width: 50%;
	text-align: left;
}
.eliminaRec p {
    line-height: normal;
}
.filReci > div:nth-child(2) strong { font-size: 20px; }
}
@media (min-width : 600px) {
.cInfoProd {
	padding-right: calc(50% + 5px);
	position: relative;
}
.txtProd,
.imgPlus {
	position: absolute;
	width: calc(50% - 5px);
	height: calc(50% - 7px);
	right: 0;
}
.imgPlus {
	bottom: 4px;
}
.txtProd::before,
.txtProd::after {
	position: absolute;
	content: '';
	width: calc(100% - 30px);
	height: 25px;
	background: #d9f4f1;
	z-index: 100;
	left: 0;
}
.txtProd::before {
	top: 0;
}
.txtProd::after {
	bottom: 0;
}
.cScroll {
	position: absolute;
	padding: 25px 30px 25px 25px;
	overflow: auto;
	width: 100%;
	max-height: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cScroll::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(0, 138, 124, 0.20);
}
.cScroll::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #b0dfda;
}
.cScroll::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #008a7c;
}
.tipProd {
    float: left;
    width: 33.33%;
}
.filReci > div:nth-child(2) strong { font-size: 28px; }

.contSolu {
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	flex-direction: row;
}
.cSol { width: calc(50% - 15px); }
.lb__box { padding: 40px 30px 30px 30px; }
.lb__box .tSection { font-size: 28px; }
.lb__box .subSection { font-size: 22px; }

.productos > div { flex: 0 1 calc((100% - (20px * 2)) / 3); }

}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
.cItemEm {
	width: 33.33%;
}
.vid01 .video {
	padding-top: 178%;
}
.vid02 .video,
.vid03 .video,
.vid04 .video,
.vid05 .video {
	padding-top: 77%;
}
.tSus { font-size: 6vw; }
.labelSearch {
	font-size: 20px;
}
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.cMito h3,
.cQuestion {
	font-size: 25px;
}
.cQuestion,
.cAnswer {
    padding: 40px 20px;
}
.slideMitos.arSlide .slick-prev, .slideMitos.arSlide .slick-next {
    top: 15px;
	width: 15px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}
.slideMitos.arSlide .slick-next {
    right: 15px;
}
.slideMitos.arSlide .slick-prev {
    left: 15px;
}
.slideMitos .slick-dots {
    position: relative;
    bottom: inherit;
}
.filFam > div {
	width: 100%;
}
.filFam > div + div {
	margin-top: 30px;
}
.nameSol .tSection {
	font-size: 6vw;
}
.cSolucion::after {
	padding-top: 35%;
}
.cInfoSol > div {
    width: 100%;
}
.imgProd figure {
    max-width: 200px;
}
.cSolucion {
    padding: 30px 0 30px;
}
.cSolucion::before {
    width: 100%;
    height: 370px;
    top: inherit;
    bottom: 0;
    right: 0;
}
.tSection {
    font-size: 25px;
}
#serchHome .contCamp input {
    font-size: 20px;
}
.result > div {
	width: 100%;
}
.imgResult {
    padding-top: 55%;
}
.infoResult {
    padding: 25px;
}
.hResul {
    margin-bottom: 60px;
}
.hResul h3 {
    font-size: 25px;
}
.contInfo > .infoSus { padding:  0 15px; }
.newSec01 .contInfo > .infoSus { padding:  0; }
.colSus > div + div { margin-top: 80px; }
.colSus > div.disNo + div {
	margin-top: 0;
}
.imgSus .w100 {
	width: 70%;
	margin: 0 auto;
}
.txtDes strong {
	font-size: 2vw;
}
.oval::before {
    width: 310%;
    padding-top: 130%;
}
.ho3,
.ho4 {
    width: 90%;
}
.ho3 {
	right: -50%;
}
.ho4 {
	left: -50%;
}
.colForm > div:first-child {
    width: 50px;
    min-width: 50px;
}
.txt02 strong {
    font-size: 20px;
}
.contInfo {
    padding: 70px 0;
}
.txt01 {
    font-size: 8vw;
}
.ho1 {
    width: 40px;
    top: 8%;
}
.ho2 {
    width: 39px;
    right: 70%;
    bottom: 53%;
}
.paso {
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.paso + .paso {
	margin-top: 40px;
}
.pas01 {
	margin-bottom: 60px;
}
.paso strong {
	font-size: 3vw;
	border: 1px solid #f5ff7c;
	padding: 8px 10px;
	border-radius: 30px;
	display: block;
}
.pas11 strong {
	font-size: 5vw;
	border: none;
	padding: 0;
	border-radius: inherit;
}
.paso.pas11 {
	margin-top: 60px;
}
.pas11 strong span {
	color: #f5ff7c;
}
.paso figure {
    margin-bottom: 20px;
}
.paso > div {
	width: 40%;
	display: inline-block;
	position: relative;
}
.paso::before {
	content: '';
	width: 12%;
	border-top: 1px solid #f5ff7c;
	position: absolute;
	left: 50%;
	transform-origin: 50% 50%;
}
.paso:nth-child(odd)::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -10%;
}
.paso:nth-child(even)::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -45%;
}
.contReci .paso:nth-child(odd) {
	text-align: left;
}
.contReci .paso:nth-child(even) {
	text-align: right;
}
.contReci .paso:nth-child(2),
.contReci .paso:last-child {
	text-align: center !important;
}
.flores {
	bottom: 20%;
}
.optDes h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.contSearch > div + div {
	margin-top: 30px;
}
#serchHome .contCamp input::placeholder {
	color: transparent !important;
}
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.filFam {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.familia {
	width: 30%;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.productos { width: 70%; }
.productos > div .pName > span > * { font-size: 20px; }
.nameSol .tSection { font-size: 36px; }
.cSolucion::after { height: 230px; }
.result,
.infoResult {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.imgResult {
    width: 40%;
    padding-top: 25%;
}
.infoResult {
    width: 60%;
    padding: 50px 60px;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.contInfo > .infoSus {
	width: 1280px;
    max-width: 80%;
}
.colSus {
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.colSus > div {
	width: 49%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.colSus > div > div {
	width: 100%;
}
.b003 .elemen figure:nth-child(1) img { max-height: 40vh; }
.b003 .elemen figure:nth-child(2) img { max-height: 13vh; }
.b003 .elemen figure:nth-child(3) img { max-height: 9vh; }
.txtDes strong {
	font-size: .7vw;
}
.contReci {
	margin: 100px auto;
	position: relative;
	width: 620px;
	padding-top: 620px;
	border-radius: 50%;
	border:  1px solid;
}
.contReci .tSus {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-bottom: 0;
}
.paso {
	position: absolute;
	width: 20%;
	padding-top: 20%;
	background:  #aedb60;
	border-radius: 50%;
}
.pas01 {
	top: -10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pas02 {
    top: -1.8%;
    right: 12.5%;
}
.pas03 {
    top: 19.6%;
    right: -5.6%;
}
.pas04 {
    bottom: 32.6%;
    right: -9.6%;
}
.pas05 {
    bottom: 6.8%;
    right: 2.4%;
}
.pas06 {
    bottom: -8.2%;
    right: 26.1%;
}
.pas07 {
    bottom: -8.2%;
    left: 26.1%;
}
.pas08 {
    bottom: 6.8%;
    left: 2.4%;
}
.pas09 {
    bottom: 32.6%;
    left: -9.6%;
}
.pas10 {
    top: 19.6%;
    left: -5.6%;
}
.pas11 {
    top: -1.8%;
    left: 12.5%;
}
.contReci .tSus::before {
	content: '';
	position: absolute;
	height: 100%;
	left: 50%;
	top: -130%;
	border-left: 1px solid;
}
.paso > div {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.paso strong {
	font-size: 13px;
}
.bClor {
    margin-top: -80%;
}
.flores {
	bottom: 60%;
}
.optDes h3 {
	font-size: 30px;
}
#colMenu {
	font-size: 18px;
}
/*  ----------------------------------- Search -----------------------------------  */
.contRala {
	position: absolute;
	top: 0;
	right: 0;
}
.contResultSer {
	margin-top: 30px;
}
#serchHome .contCamp {
	width: calc(100% - 200px);
}

.cInfoSol { flex-direction: row-reverse; }
.imgProd figure {
	height: 60vh;
}
.imgProd figure img { object-position: right; }
.cInfoSol > div { width: calc(50% - 40px); }

/* BTN elimina */
.cont__btn { bottom: 150px; }
.btn__delete { font-size: 18px; }

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
.cItemEm { width: 25%; }
.cMito h3,
.cQuestion { font-size: 4vw; }
.cQuestion,
.cAnswer { padding: 50px 30px; }
.productos > div .pName > span > * { font-size: 16px; }
.imgProd { width: calc(30% - 15px); }
.txtInfo { width: calc(70% - 15px); }
.infoResult { padding: 40px 30px; }
.txt01,
.tSus { font-size: 4vw; }
/*  ----------------------------------- Search -----------------------------------  */
.contCamp,
.contRala { width: calc(50% - 15px) }

}
/* Large Devices, Wide Screens */
@media (max-width : 1199px){
/*  ----------------------------------- Home -----------------------------------  */	
}
@media (min-width : 1200px){
/*  ----------------------------------- Home -----------------------------------  */	
/*#home main {
	padding: 86px 0 50px;
}*/
}
@media (max-width : 991px) {
.cMito > div:before {
	top: 0;
}
.botell {
	display: none;
}
.contTip > div + div {
	margin-top: 30px;
}
.newSct .colSusten > div + div {
    margin-top: 60px;
}
.newSec01 .contInfo > .infoSus { width: 100%; max-width: initial }
}
/* Medium Devices to Large Devices */
@media (min-width : 992px){
.cSol {
	width: calc(33.33% - 20px);
}
.cItemEm {
	width: 20%;
}
.cMito, 
.cMito > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 70vh;
}
.cMito > div {
	width: 50%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
    padding: 50px 30px;
    overflow: hidden;
}
.cQuestion > div {
	width: 80%
}
.cAnswer > div {
	width: 70%
}
.slick-active .cMito > .cQuestion::before { top: 0; }
.slick-active .cMito > .cAnswer::before { bottom: 0%; }
.cMito > .cQuestion::before { top: 100%; }
.cMito > .cAnswer::before { bottom: 100%; }
.contTip {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-direction: row-reverse;
	justify-content: space-between;
}
.contTip > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.infoTip {
	width: calc(40% - 20px);
}
.imgTip {
	width: calc(60% - 20px);
}

/*  ----------------------------------- Search -----------------------------------  */
.contCamp {
	width: 500px;
}
.contRala {
	width: calc(100% - 530px);
}
.newSct .colSusten {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.newSec02 .colSusten > div:nth-child(1),
.newSec03 .colSusten > div:nth-child(1) {
	width: calc(45% - 30px);
}
.newSec02 .colSusten > div:nth-child(2),
.newSec03 .colSusten > div:nth-child(2) {
	width: calc(55% - 30px);
}
.colSusten > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.newSec02 .colSusten {
	flex-direction: inherit;
}
.colSusten > div > div {
	width: 100%;
}
.newSec01 .contInfo > .infoSus {
    width: 100%;
    max-width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.newSec01 .contInfo > .infoSus > div {
	width: 50%;
}
}
@media (min-width : 992px) and (max-width : 1200px) {
.cMito h3,
.cQuestion {
	font-size: 35px;
}
}
@media (max-width : 1199px) {
.redes a + a {
	margin-left: 15px;
}
.slide {
	width: 100%;
	padding: 0 30px;
}
}
/* Medium Devices to Large Devices */
@media (min-width : 1200px){
.contInfo {  min-height: 100vh; }
.newSec01 .contInfo,
.newSec01 .contInfo > .infoSus > div { min-height: 90vh; }
.redes a + a {
	margin-left: 20px;
}
}
@media (min-width : 1201px) and (max-width : 1369px) {
.slide {
	width: 90%;
}
.cMito h3,
.cQuestion {
	font-size: 35px;
}
}
@media (min-width : 1370px){
.slide {
	width: 80%;
}
.cMito h3,
.cQuestion {
	font-size: 50px;
}
}


header ul,
footer ul,
header ol,
footer ol {
    padding-inline-start: 0;
    list-style: none;
}
header li + li,
footer li + li { margin-top: 0; }
header * + ol,
header * + ul,
footer * + ol,
footer * + ul  { margin-top: 0px; }

/******************************
*	Header
******************************/
#header {
	font-weight: normal;
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 300;
    top: 0px;
}
.cMen {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color: rgb(var(--blanco));
	background: rgb(var(--clr_01));
	-webkit-box-shadow: 0 5px 0px 0 rgba(var(--negro), .1);
    box-shadow: 0 5px 0px 0 rgba(var(--negro), .1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding: 15px 20px;
}
.logoClrlx {
	width: 110px;
	min-width: 110px;
	position: relative;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.logoClrlx a { display: block; }
.logoClrlx a span {
	position: absolute;
	top: -100%;
	left: -100%;
	opacity: 0;
}
.menOpt .logoClrlx {
	max-width: 200px;
	width: 30%;
	margin: 0 auto 40px;
}
.cIcon {
	display: inline-block;
	vertical-align: middle;
}
.arrow {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform-origin: 50% 50%;
}
.arrow span {
	display: block;
	border-bottom: 2px solid;
	border-right: 2px solid;
	-webkit-transform:translateY(-50%)rotate(45deg);
	-moz-transform: translateY(-50%)rotate(45deg);
	-ms-transform:translateY(-50%)rotate(45deg);
	-o-transform:translateY(-50%)rotate(45deg);
	transform:translateY(-50%)rotate(45deg);
}
.plus {
	width: 20px;
	height: 20px;
	position: relative
}
.plus span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgb(var(--blanco));
}
.plus span:first-child {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.plus span:last-child {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-moz-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	-o-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}
.search { cursor: pointer; }
.cSearch { padding: 0px 0 30px; }
.cSearch form {
	border-bottom: 1px solid;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cSearch button { background: transparent; }
.cSearch input {
	width: 100%;
	padding: 15px 0;
	background: transparent;
}
.cSearch input::placeholder { color: rgb(var(--blanco)); }
.menREs { cursor: pointer; }
.menREs > span {
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 10px;
	background: rgb(var(--blanco));
	transform-origin: 50% 50%;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.menREs > span:nth-child(1),
.menREs > span:nth-child(2) { margin-bottom: 5px; }
.menREs.active > span:nth-child(1) {
	-webkit-transform: translate(0px, 7px) rotate(-45deg);
	-moz-transform: translate(0px, 7px) rotate(-45deg);
	-ms-transform: translate(0px, 7px) rotate(-45deg);
	-o-transform: translate(0px, 7px) rotate(-45deg);
	transform: translate(0px, 7px) rotate(-45deg);
}
.menREs.active > span:nth-child(3) {
	-webkit-transform: translate(0px, -7px) rotate(45deg);
	-moz-transform: translate(0px, -7px) rotate(45deg);
	-ms-transform: translate(0px, -7px) rotate(45deg);
	-o-transform: translate(0px, -7px) rotate(45deg);
	transform: translate(0px, -7px) rotate(45deg);
}
.menREs.active > span:nth-child(2){
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

/* Small Devices, Nav */
@media (max-width : 1109px) {
.lPrin.ocult {
	-webkit-transform: translateX(-500%);
	-moz-transform: translateX(-500%);
	-ms-transform: translateX(-500%);
	-o-transform: translateX(-500%);
	transform: translateX(-500%);
}
.menOpt {
	position: absolute;
	top: 100%;
	left: -100%;
	right: 0;
	width: 100%;
	height: calc(100vh - 75px);
	height: calc(100dvh - 75px);
	background: rgba(var(--clr_02), .9);
	overflow: auto;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menOpt.show { left: 0; }
.cInfo { padding: 50px 0; }
.info { width: 100%; }
.search { display: none; }
.menu > ul > li + li { margin-top: 40px; }
.subMenu,
.subMenu ul li ul { display: none; }
.subMenu.subSearch {
	display: block !important;
	background: none;
	padding: 0 15px;
}
.subMenu { background: rgba(var(--clr_02), 0.8); }
.subMenu ul li ul { background: rgba(var(--clr_02), 0.5); }
.options a { display: block; }
.options > li + li { border-top: 1px solid rgba(var(--blanco), .5); }
.options > li > a {
	padding: 15px;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
}
.subMenu > ul > li > a {
	padding: 15px;
	padding-left: 25px;
	font-size: 20px;
}
.menu ul li { position: relative; }
.subMenu > ul > li > ul > li > a {
	padding: 15px;
	padding-left: 35px;
}
.subMenu > ul > li + li,
.subMenu > ul > li > ul > li + li { border-top: 1px solid rgba(var(--blanco), .3); }
.cSearch {
	margin: 0 auto;
	width: 700px;
	max-width: 100%;
    padding: 0;
}
.menu > ul > li .redes { text-align: center; }
.arrow,
.arrow span {
	width: 15px;
	height: 15px;
}
.cIcon {
	position: absolute;
	top: 0;
	right: 0;
	height: 58px;
	width: 58px;
	z-index: 1000;
	border-left: 1px solid rgba(var(--blanco), .5);
	cursor: pointer;
}
.cIcon > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.arrow.active {
	-webkit-transform: translate(-50%, -50%) rotateX(180deg);
	-moz-transform: translate(-50%, -50%) rotateX(180deg);
	-ms-transform: translate(-50%, -50%) rotateX(180deg);
	-o-transform: translate(-50%, -50%) rotateX(180deg);
	transform: translate(-50%, -50%) rotateX(180deg);
}
.plus span {
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.plus.active span:last-child {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
}
/* Medium Devices to Large Devices */
@media (min-width : 1110px){
#header .cMen { padding: 0px 20px; }

.menREs,
.menOpt .logoClrlx,
.cPlus { display: none; }
.logoClrlx {
	width: 140px;
	min-width: 140px;
}
.menu > ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
ul.options {
	display: flex;
	align-items: center;
	/* gap: 30px; */
}
.menu > ul > li div {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu > ul > li a:hover,
ul.options > li:hover > a,
.menu > ul > li > .search:hover,
ul.options > li:hover > .search { opacity: .7; }
.menu > ul > li a { position: relative; }
ul.options > li {
	display: flex;
	align-items: center;
}
ul.options > li > a {
	display: block;
	padding: 30px 12px;
}
ul.options > li .arrow { margin-left: -8px; }
ul.options > li:hover .arrow {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	opacity: .7;
}
ul.options > li:hover .subMenu,
.menu > ul > li:hover > .subMenu  {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
}
.subMenu {
	position: absolute;
	pointer-events: none;
    visibility: hidden;
    top: 100%;
	opacity: 0;
	background: rgba(var(--clr_02), .95);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bigSub {
    padding: 25px 15px;
    right: 0;
    left: 0;
}
.bigSub > ul {
	margin: 0 auto;
    width: 1100px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	gap: 20px 0;
}
.bigSub > ul > li {
	width: 33.33%;
	padding: 0 15px;
}

.bigSub > ul > li > a {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-style: normal;
}
.bigSub > ul > li ul li { line-height: 100%; }
.bigSub > ul > li ul li a { font-size: 90%; }
.bigSub > ul > li a::before,
.smallSub > ul > li a::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgb(var(--blanco));
	top: calc(50% - 2px);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bigSub > ul > li a:hover::before,
.bigSub > ul > li:hover > a::before,
.smallSub > ul > li a:hover::before { opacity: 1; }
.bigSub > ul > li a::before { left: -10px; }
.smallSub > ul > li a::before { left: 15px; }
.bigSub > ul > li ul li + li { margin-top: 3px; }
.smallSub ul li a {
	display: block;
	padding: 15px 25px;
}
.cSearch {
	margin: 0 auto;
	width: 700px;
	max-width: 100%;
    padding: 0;
}
.cIcon {
	margin-left: 5px;
	margin-right: 3px;
}
.arrow {
	width: 8px;
	height: 5px;
}
.arrow span {
	width: 8px;
	height: 8px;
}

/*Menu Instituto*/
#intituto-cloralex #instC .subMenu{
	display: block!important;
	opacity: 1!important;
	visibility: visible;
	pointer-events: all;
	-webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
#intituto-cloralex #instC .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#intituto-cloralex #instC::before { opacity: 1; }
#instC .subMenu {
    left: 0;
    right: 0;
    background: transparent;
    width: 100vw;
}
#instC .subMenu ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(var(--clr_02), .95);
	padding: 0 30px;
}
#intituto-cloralex #instC .subMenu ul {
	background: rgba(37, 193, 176, 1);
	-webkit-box-shadow: 0 5px 0px 0 rgba(var(--clr_02), .8);
    box-shadow: 0 5px 0px 0 rgba(var(--clr_02), .8);
}
#instC .subMenu ul li a {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#instC .bigSub > ul > li a::before, 
#instC .smallSub > ul > li a::before {
    left: 0px;
    width: 100%;
    height: 2px;
    border-radius: 0;
    bottom: 10px;
    top: inherit;
}

}
@media (max-width : 1366px) {
}
@media (max-width : 1024px) {
}
@media (min-width : 1367px){
#header .cMen { padding: 0px 50px; }

}

/******************************
*	Footer
******************************/
#footer {
	color: rgb(var(--blanco));
	font-size: 15px;
	background: rgb(var(--clr_02));
	padding: 30px 30px 80px 30px;
}
.dFooter { width: 100%; }

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.social span {
	display: block;
	margin-bottom: 15px;
}
}
@media (min-width : 480px) {
.social span { display: inline-block; }
#footer .redes {
	display: inline-block;
	margin-left: 40px;
}
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.lAlen > figure {
	width: 50px;
	margin: 0 auto;
}
.dFooter { text-align: center; }
#footer > div + div { margin-top: 40px; }
.dFooter > div + div { margin-top: 40px; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
#footer {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    padding: 30px 120px 30px 30px;
}
.lAlen {
	width: 50px;
	min-width: 50px;
	vertical-align: bottom;
}
.dFooter { text-align: right; }
.dFooter > div + div { margin-top: 15px; }
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (min-width : 768px) and (max-width : 1366px) {
}
@media (min-width : 1367px){
}