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

/******************************
*	Reset
******************************/
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
html.chrome {
	margin-top: 0 !important;
}
body {
	font-family: 'Museo Sans 300';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #464C58;
	line-height: 120% !important;
	-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 {
	margin: 0;
}
h1, h2, h3, h4, h5, h5, strong {
	font-family: 'Museo Sans 900';
	font-weight: bold;
	font-style: normal;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}
.fila {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
/******************************
*	General
******************************/
.wapper main {
	min-height: 100vh;
	padding: 0px 0 50px;
}
.pad__space {
	padding: 60px 0 0;
}
/******************************
*	Header
******************************/
#header {
	font-size: 17px;
	font-family: 'Museo Sans 500';
	font-weight: normal;
	font-style: normal;
}
.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: #ffffff;
	background: #0ebba8;
	-webkit-box-shadow: 0 5px 0px 0 rgba(0,0,0,.10);
    box-shadow: 0 5px 0px 0 rgba(0,0,0,.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;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.logoClrlx {
	position: relative;
	z-index: 10000;
	-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 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.logoClrlx a span {
	position: absolute;
	text-indent: -999px;
	opacity: 0;
}
.menOpt .logoClrlx {
	width: 200px;
	max-width: 20%;
	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: 1.5px solid;
	border-right: 1.5px 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: #ffffff;
}
.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: #ffffff;
}
.menREs {
	cursor: pointer;
}
.menREs > span {
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 10px;
	background: #ffffff;
	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);
}
/******************************
*	Footer
******************************/
#footer {
	color: #ffffff;
	font-size: 15px;
	background: #009781;

	-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;
}
.dFooter {
	width: 100%;
}
/******************************
*	Redes
******************************/
.redes a {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
}
.redes a:hover {
	opacity: .7;
}
/******************************
*	Buscador
******************************/
.buscador {
	background: #249780;
	color: #ffffff;
	padding: 30px 15px 30px;
}
.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(255, 255, 255, 1);
	padding: 10px 10px 10px 50px;
	color: #333;
	-webkit-appearance: none;
	line-height: 120%;
	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: #ffffff;
    background: rgba(255, 255, 255, .4);
}
.contCamp input[value=""] + label {
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
.contCamp input:focus {
	background: rgba(255, 255, 255, 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: #ffffff !important;
}
.labelSearch {
	color: #464C58 !important;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
	font-family: 'Museo Sans 900';
    font-weight: bold;
    line-height: 120%;
    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 300' !important;
	color: #333;
}
.ui-front {
    z-index: 100000000 !important;
}
.contRala > div,
.cItmsRes {
	overflow: auto;
	white-space: nowrap;
    /*scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;*/
}
.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(255, 255, 255, .2);
}
.contRala > div::-webkit-scrollbar,
.cItmsRes::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, .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: #ffffff;
	color: #333;
}
#serchHome .contCamp input {
	font-size: 28px;
	font-family: 'Museo Sans 900';
    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: #ffffff;
}
#serchHome .contResultSer {
	padding: 30px 0;
	position: relative;
	color: #ffffff;
	z-index: 1;
}
#serchHome .contResultSer::before {
	position: absolute;
	content: '';
	width: 110vw;
	height: 100%;
	background: #0ebba8;
	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: #ffffff;
}
/******************************
*	
******************************/
.headSection {
	margin: 0 auto 60px;
	max-width: 800px;
	text-align: center;
}
.tSection {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.subSection {
	font-weight: inherit;
	font-size: 17px;
	font-family: 'Museo Sans 300';
	font-weight: 300;
	font-style: normal;
}
.subSection span {
	color: #01C4B4;
}
.cBtn {
	padding-top: 20px;
}
.btn {
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 15px;
	font-family: 'Museo Sans 500';
	font-weight: normal;
	font-style: normal;
}
.bt01 {
	color: #464C58 !important;
	background: #ffffff;
}
.bt02 {
	color: #ffffff !important;
	background: #b71143;
	text-transform: uppercase;
	padding: 5px 25px;
}
.bt03 {
	color: #00c7b1 !important;
	text-transform: uppercase;
	padding: 5px 40px;
	background: #ffffff;
}
/*  ----------------------------------- 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: #0ebba8;
}

.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(255, 255, 255, 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: 1000;
	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 #0ebba8;
	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: 100%;
}
.cResult {
	width: 100%;
	padding: 30px 0 60px;
	background: #0ebba8;
	color: #ffffff;
}
.contSolu,
.cCol {
	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;
}
.cSol {
	padding: 30px 15px;
}
.cCol > div {
	width: 50%;
	padding: 0 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;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.imgVId {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.txtSol > div {
	width: 100%;
}
.ItemOculto {
	display: none;
}
/******************************
*	Soluciones Interna
******************************/
#soluciones main,
#solInter main,
#donde-empiezo main {
	padding-top: 80px;
}
.nameSol.headSection {
	max-width: 700px;
	margin: 0 auto 40px;
}
.nameSol .tSection {
	margin-bottom: 0;
}
.cSolucion,
.cMas {
	color: #ffffff;
}
.cSolucion {
	position: relative;
	z-index: 1;
	padding:  30px 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: #ffffff;
}
.cSolucion::before {
	width: 50%;
    height: 100%;
    top: 0;
    right: 52.33%;
    background: #009781;
}
.cMas {
	padding: 80px 0;
	background: #0dbaa8;
}
.imgSolucion {
	margin: 0 auto 60px;
	max-width: 650px;
	border-radius: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}
.cVid {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
}
.cVid iframe,
.cVid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
.cInfoSol {
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.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: 350px;
	margin: 0 auto;
}
.txtInfo h2, 
.txtInfo h3 {
	font-size: 35px;
}
.txtInfo h3 {
	font-family: 'Museo Sans 300';
	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: #ffffff;
}
.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;
	margin-right: -40px;
}
.imgResTip {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 85%;
	padding-top: 50%;
	border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.resFinal, 
.cOpt02 {
	display: none;
}
/******************************
*	Nuevo:; Por donde empiezo
******************************/
.menDonde {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #ffffff;
}
.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: 100%;
	-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-family: 'Museo Sans 500';
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 100%;
}
.optDes .cBtn {
	padding-top: 40px;
}
.optDes .cBtn button:hover {
	background: #20c6b1;
}
.headOpt {
	margin-bottom: 20px;
}
.headOpt h3 {
	font-size: 23px;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 100%;
}
.chngOpt {
	padding: 30px 30px;
}
.chngOpt .btnOpt {
	display: block;
	background: transparent;
	color: #108172;
	font-family: 'Museo Sans 500';
	font-weight: 500;
}
.btnChng {
	display: none;
}

/******************************
*	Mitos y realidades
******************************/
body.page-template-page-mitos_y_realidades main {
	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;
}
.contSlide {
	width: 100%;
}
.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: 1000;
	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: #ffffff;
    -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;
}
.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: #0ebba8;
}
.cMito > div > div {
	text-align: center;
	position: relative;
}
.cMito h3 {
	margin-bottom: 10%;
}
.cMito h3,
.cQuestion {
	font-family: 'Museo Sans 900';
	font-weight: bold;
	font-style: normal;
	line-height: 100%;
}
.cQuestion {
	color: #51F0DD;
}
.cAnswer {
	color: #ffffff;
	font-size: 18px;
	line-height: 130%;
}
.tslide {
	position: absolute;
	font-family: 'Museo Sans 900';
	font-weight: bold;
	font-style: normal;
	font-size: 10vw;
	line-height: 100%;
	pointer-events: none;
	color: #ffffff;
	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;
}
.productos > div {
	width: 25%;
	padding: 0 15px;
}
.optProduct {
	margin-bottom: 20px;
}
.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;
}
/******************************
*	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-family: 'Museo Sans 500';
    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
******************************/
.hNos {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.hNos img {
	margin: 0 auto;
	max-width: 85%;
	display: block;
	max-height: 50vh;
}
.filNos + .filNos{
	margin-top: 80px;
}
.txtNos {
	text-align: center;
	font-size: 25px;
	line-height: 120%;
	font-family: 'Museo Sans 100';
}
.txtNos p + p {
	margin-top: 20px;
}
.txt2do {
	font-size: 23px;
}
.txtNos span {
	display: block;
}
.txtNos strong {
	font-family: 'Museo Sans 500';
    font-weight: normal;
}
.cProdcuts {
    padding: 50px 50px;
}
.textPro {
    color: #fff;
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 8%;
    position: relative;
}
.textPro h3 {
    margin: 0;
    font-family: 'Museo Sans 500';
    margin-bottom: 10px;
}
.textPro strong {
    display: block;
    font-family: 'Museo Sans 900';
}
.textPro:after {
    content: '';
    width: 65px;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.contBton {
    margin-top: 15px;
    color: #fff;
}
.bton {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #fff !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: #fff;
}
.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 #fff;
    bottom: -10px;
    left: 0;
}
.contYear .t-His::after {
    height: 15px;
    border-left: 2px solid #fff;
    bottom: -25px;
    left: 50%;
    margin-left: -1.3px;
}
.contYear .year {
    font-size: 40px;
    font-family: 'Museo Sans 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: #0ebba8;
	font-size: 23px;
	margin-bottom: 20px;
}
/******************************
*	Sustentabilidad
******************************/
#sustentabilidad main {
	color: #ffffff;
	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-family: 'Museo Sans 500';
	ont-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 #ffffff;
	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;
}
/******************************
*	Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.cSol {
	width: 100%;
}
.cItemEm {
	width: 50%;
}
.slideMitos .slick-dots li {
    width: 10px;
    height: 10px;
}
.txtInfo h2, .txtInfo h3 {
    font-size: 25px;
}
.txtInfo .tip {
    font-size: 20px;
}
.productos > div {
    width: 50%;
}
.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; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
.cSol {
	width: 50%;
}
.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;
}
.imgSolucion {
	padding-top: 55%;
}
.nameSol .tSection {
	font-size: 6vw;
}
.cSolucion::after {
	padding-top: 35%;
}
.cInfoSol > div {
    width: 100%;
}
.cInfoSol {
	flex-direction: column-reverse;
}
.txtInfo {
	margin-bottom: 60px;
}
.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%;
}
.imgSolucion {
	padding-top: 400px;
}
.nameSol .tSection {
	font-size: 40px;
}
.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);
}
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
.cSol {
	width: 50%;
}
.cItemEm {
	width: 25%;
}
.cMito h3,
.cQuestion {
	font-size: 4vw;
}
.cQuestion,
.cAnswer {
    padding: 50px 30px;
}
.productos > div {
    width: 33.33%;
}
.imgProd {
	width: calc(30% - 15px);
}
.txtInfo {
	width: calc(70% - 15px);
}
.cSolucion::before {
    right: calc(58% + 100px);
}
.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: 33.33%;
}
.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);
}
.cInfoSol > div {
	width: calc(50% - 15px);
}
.txtNos {
	padding: 0 150px;
}
/*  ----------------------------------- 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;
}
}
/******************************
*	Footer
******************************/
/* 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) {
#footer {
	padding: 30px 30px 160px 30px;
}
.lAlen > figure {
	width: 180px;
	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;
}
.lAlen {
	min-width: 180px;
	vertical-align: bottom;
	margin-right: 50px;
}
.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) {
#footer {
	padding: 30px 130px 30px 30px;
}
}
@media (min-width : 1367px){
#footer {
	padding: 30px 130px 30px 40px;
}
}
/******************************
*	Menu
******************************/
/* Small Devices, Nav */
@media (max-width : 1023px) {
.logoClrlx {
	width: 111px;
	min-width: 111px;
}
.lPrin.ocult {
	-webkit-transform: translateX(-500%);
	-moz-transform: translateX(-500%);
	-ms-transform: translateX(-500%);
	-o-transform: translateX(-500%);
	transform: translateX(-500%);
}
.menOpt {
	position: fixed;
	top: 75px;
	left: -100%;
	right: 0;
	width: 100%;
	height: calc(100% - 75px);
	background: rgba(8, 158, 142, 0.8);
	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 {
	width: 100%;
    min-height: calc(100% - 75px);
    padding: 50px 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;
}
.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(12, 162, 146, 0.9);
}
.subMenu ul li ul {
	background: rgba(9, 152, 137, 0.9);
}
.options a {
	display: block;
}
.options > li > a {
	padding: 15px;
	font-size: 25px;
	font-family: 'Museo Sans 700';
	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 > ul > li + li {
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.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: 50px;
	width: 49px;
	z-index: 1000;
	border-left: 1px solid rgba(255, 255, 255, .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%) rotate(180deg);
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	-o-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(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 : 1024px){
.menREs,
.menOpt .logoClrlx,
.cPlus {
	display: none;
}
.logoClrlx {
	width: 110px;
	min-width: 110px;
}
.menu > ul > li,
ul.options > li {
	display: inline-block;
	vertical-align: middle;
}
.menu > ul > li + li{
	margin-left: 30px;
}
ul.options > li + li {
	margin-left: 10px;
}
.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:hover .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(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;
	opacity: 0;
	background: rgba(14, 187, 168, 0.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: 60px 15px 25px;
    right: 0;
    left: 0;
}
.bigSub > ul {
	margin: 0 auto;
    width: 1000px;
    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;
}
.bigSub > ul > li {
	width: 33.33%;
	padding: 0 15px;
}
.bigSub > ul > li:nth-last-child(-n+3) {
	margin-top: 40px;
}
.bigSub > ul > li > a {
	display: block;
	margin-bottom: 10px;
	font-family: 'Museo Sans 700';
	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: #ffffff;
	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 {
    padding: 45px 0 0;
}
.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);
}
/*#instC {
	position: relative;
	z-index: 1;
}
#instC::before {
	position: absolute;
	content: '';
	width: 110%;
	height: 88px;
	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%);
    background: #0faa99;
    opacity: 0;
}*/
#intituto-cloralex #instC::before {
    opacity: 1;
}
#instC .subMenu {
    left: 0;
    right: 0;
    background: transparent;
    padding: 28px 0 0;
    width: 100vw;
    position: fixed;
}
#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(37, 193, 176, .9);
	padding: 0 30px;
}
#intituto-cloralex #instC .subMenu ul {
	background: rgba(37, 193, 176, 1);
	-webkit-box-shadow: 0 5px 0px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 5px 0px 0 rgb(0 0 0 / 10%);
}
#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) {
#header {
	padding-top: 77px;
}
#header .cMen {
	padding: 15px 30px;
}
}
@media (max-width : 1024px) {
#header .cMen {
	padding: 15px 20px;
}
}
@media (min-width : 1367px){
#header {
	padding-top: 89px;
}
#header .cMen {
	padding: 15px 80px;
}
ul.options > li + li {
	margin-left: 20px;
}
.logoClrlx {
	width: 140px;
	min-width: 140px;
}
/*Menu Instituto*/
#instC .subMenu {
    padding: 34px 0 0;
}
}