/******************************
*	Tipografias
******************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@300;400;700;800;900&display=swap');
@import url('categorias.css');

/* 
	font-family: 'Saira Extra Condensed', sans-serif;
 */

/******************************
*	Reset
******************************/
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #404040;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
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, h6 {
	margin: 0;
}
p {
	margin: 0;
}
p + p,
p + blockquote,
blockquote + p {
	margin-top: 20px;
}
input:focus,
button:focus {
	outline: none;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #c9c9c9;
}
.cVerde { color: #079102 !important; }
/******************************
*	
******************************/
.menOpt li a {
	display: block;
	text-transform: uppercase;
}
.contGen {
	width: 100%;
	overflow: hidden;
	/* min-height: 100vh; */
}
.contGen section {
	width: 100%;
	min-height: 100vh;
}
.cCenter {
	width: 100%;
	min-height: 100vh;
	padding: 60px 0;
	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;
}
.cInfo {
	width: 100%;
}
/* ----------------- Botones ----------------- */
.cBtn { margin-top: 40px; }
.cta {
	text-align: center;
	min-width: 150px;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 80%;
	-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;
}
.cBtn .cta01,
a.cta01 {
	background: #c4a32d;
	color: #ffffff;
}
.cBtn .cta01:hover {
	background: #b48d00;
}
.cBtn .cta02 {
	background: #ffffff;
	color: #404040;
}
.cBtn .cta02:hover {
	background: #c4a32d;
	color: #ffffff;
}
.cBtn .cta03 {
	background: #079102;
	color: #ffffff;
}
.plyr__poster,
.plyr__video-wrapper,
.plyr--video { background: transparent !important; }

.f01 {
	background: #079102;
	color: #ffffff;
	padding: 30px 15px 20px;
	text-align: center;
	font-size: 13px;
}
.f01 .menOpt li {
	display: inline-block;
	margin-bottom: 10px;
}
.legal {
	text-align: center;
	text-transform: uppercase;
	line-height: 160%;
}
.legal span {
	display: block;
}
.legal a {
	text-decoration: underline;
}
.limpieza {
	font-weight: bold;
	color: #079102;
	margin-bottom: 10px;
}

.lAroma {
	margin-right: 95px;
}
/******************************
*	Home
******************************/
.slideArr .slick-next.slick-disabled,
.slideArr .slick-prev.slick-disabled {
	pointer-events: none;
	opacity: .4;
}
.slideArr .slick-next,
.slideArr .slick-prev {
	z-index: 1000;
	height: auto;
}
.slideArr .slick-prev::before,
.slideArr .slick-next::before {
	content: unset;
}
.slideArr .slick-next {
    right: 20px;
}
.slideArr .slick-prev {
    left: 20px;
}
/******************************   Video Covid   ******************************/
.contGen section.video {
	min-height: initial;
	background:  #000000;
}
.cVideo .plyr video {
	max-height: 100vh;
}
.cVideo video {
	width: 100%;
}
.plyr--video:hover .plyr__controls {
	opacity: 1 !important;
}
.plyr--video .plyr__controls,
.plyr--pip-supported .plyr__controls {
	opacity: 0 !important;
}
.plyr--video {
    position: relative;
}
.plyr--video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 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;
}
.plyr--playing.plyr--video::before {
    background: rgba(0, 0, 0, 0);
}
.plyr__control--overlaid {
	background: transparent !important;
    border: 2px solid #ffffff !important;
}
.plyr__control svg {
    fill: #ffffff !important;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: transparent !important;
}
.plyr--full-ui input[type=range] {
    color: #ffffff !important;
}
.cVideo .cBtn,
.vidExpert .cBtn {
	position: absolute;
	z-index: 100;
	bottom: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vidExpert .cBtn02 {
	position: absolute;
	z-index: 100;
	top: 100px;
	bottom: inherit;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.vidExpert .cBtn02 .cBtn .cta01, 
.vidExpert .cBtn02 a.cta01 {
	background: transparent;
	font-size: 24px;

}
.cVideo .cBtn,
.vidExpert .cBtn,
.vidExpert .cBtn02 {
	margin-top: 0px;
	-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;
}
.cVideo .plyr--playing .cBtn,
.vidExpert .plyr--playing .cBtn,
.vidExpert .plyr--playing .cBtn02{
	opacity: 0;
	pointer-events: none;
}
.vidExpert .plyr__control--overlaid {
	-webkit-transform: translate(-50%, -50%) scale(1.8);
	-moz-transform: translate(-50%, -50%) scale(1.8);
	-ms-transform: translate(-50%, -50%) scale(1.8);
	-o-transform: translate(-50%, -50%) scale(1.8);
	transform: translate(-50%, -50%) scale(1.8);
	transform-origin: 50% 50%;
}
/* .contGen section.video .cBtn .cta01, a.cta01 {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
} */
/******************************   Slider Principal   ******************************/
.contGen section.sliderPrin {
	position: relative;
	overflow: hidden;
	min-height: inherit;
}
/******************************   Tu todo lo puedes   ******************************/
.contGen section.tu-todo-lo-puedes {
	position: relative;
	margin-bottom: -5px;
	overflow: hidden;
	min-height: initial;
	text-align: center
}
.tTuTodo {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 900;
    z-index: 10;
    color: #ffffff;
}
.tTuTodo span {
	display: block;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
	letter-spacing: 1px
}
.infoSlide {
	position: relative;
	width: 100%;
}
.slideTu {
	width: 100%;
	height: 90vh;
	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;

	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.slideTu::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
	top: 0;
	left: 0;
	z-index: 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;
}
.slideTu.active::before {
	opacity: .3;
}
.txtSlideTu {
	position: relative;
	z-index: 100;
	width: 100%;
	color: #ffffff;
}
.txtSlideTu .play {
	margin-bottom: 50px;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.txtSlideTu .play:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
/******************************   Sustentabilidad  ******************************/
.filSus {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.fil {
	width: 100%;
	position: relative;
}
.vidSus {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
}
.vidSus::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .7;
	top: 0;
	left: 0;
	z-index: 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;
}
.vidSus:hover::before {
	opacity: .3;
}
.vidBack {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.vidBack video {
	min-width: 100vw;
	height: 150vh;
}
.vidBack video, 
.vidSus .play {
	position: absolute !important;
	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%);
}
.play {
	position: relative;
	font-size: 30px;
	z-index: 10;
	color: #ffffff;
	border: 2px solid #ffffff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 auto;
}
.play i {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cLb {
	display: none;
	position: fixed;
	z-index: 1000000;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
}
.cVidLb {
	width: 800px;
	max-width: 90%;
	position: fixed;
	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%);
}
.cVidLb.large {
	width: 46vh;
    max-width: 100%;
}
.closeLb {
	position: fixed;
	width: 35px;
    height: 35px;
    top: 14px;
    right: 16px;
    cursor: pointer;
    z-index: 100;
}
.closeLb span {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
}
.closeLb span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.closeLb span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.colSus {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.colSus::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .2;
	top: 0;
	left: 0;
	z-index: -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;
}
.tSus {
	color: #ffffff;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
}
/******************************   Proposito Pinol  ******************************/
.proposito {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.proposito::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
	top: 0;
	left: 0;
	z-index: -1;
}
.colPro h2 {
	color: #046806;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.colPro figure {
	margin: 0 auto;
	width: 300px;
	max-width: 80%;
}
.colPro figure img {
	margin: 0 auto;
	width: 70%;
}
.cSocial {
	margin-top: 60px;
	text-align: center;
}
.cSocial h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 23px;
}
.redes a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #046806;
	position: relative;
	color: #ffffff;
	font-size: 25px;
}
.redes a + a  {
	margin-left: 30px;
}
.redes a 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%);
}
/******************************
*	Que quieres limpiar
******************************/
#que-quieres-limpiar .contGen,
.contGen section.que-quieres-limpiar {
	min-height: initial;
}
.filLim {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.filLim > div {
	position: relative;
}
/******************************   Limpiar: Desktop  ******************************/
.cols {
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.filTop .cols > div {
	width: 33.33%;
	padding: 10px;
}
.filMid > .colLim02 > .cols > div:nth-child(1),
.filMid > .colLim02 > .cols > div:nth-child(3) {
	width: 16.7%;
}
.filMid > .colLim02 > .cols > div:nth-child(2) {
	width: 66.6%;
}
.filMid > .colLim02 > .cols > div:nth-child(1) > div,
.filMid > .colLim02 > .cols > div:nth-child(3) > div,
.folBot > .colLim02 > .cols > div:nth-child(1),
.folBot > .colLim02 > .cols > div:nth-child(3) {
	padding: 10px;
}
.folBot > .colLim02 > .cols > div:nth-child(1),
.folBot > .colLim02 > .cols > div:nth-child(3) {
	width: 16.7%;
}
.folBot > .colLim02 > .cols > div:nth-child(2) {
	width: 66.6%;
}
.folBot > .colLim02 > .cols > div:nth-child(2) .cols > div {
	width: 50%;
	padding: 10px;
}
.imgCate {
	display: block;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	object-fit: cover;
    visibility: hidden;
}
.imgCate::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #079102;
	opacity: 0;
	top: 0;
	left: 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;
}
.infoCate {
	width: 100%;
	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%);
	text-align: center;
	-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;
}
.imgCate .infoCate {
	color: transparent;
}
.cateMob .infoCate {
	color: #ffffff;
}
.infoCate span {
	display: block;
}
.iconCate {
	margin-bottom: 10px;
}
a:hover .imgCate::before {
	opacity: .8;
}
a:hover .imgCate .infoCate {
	color: #ffffff;
}
.filMid > .colLim02 > .cols > div:nth-child(1) .imgCate,
.filMid > .colLim02 > .cols > div:nth-child(3) .imgCate {
	padding-top: 105.271%;
}
.filTop .imgCate,
.folBot > .colLim02 > .cols > div:nth-child(2) .cols > div .imgCate {
	padding-top: 50%;
}
.folBot > .colLim02 > .cols > div:nth-child(1) .imgCate,
.folBot > .colLim02 > .cols > div:nth-child(3) .imgCate {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	height: 100%;	
}
.cSearch {
	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;
}
.infoSearch {
	margin: 0 auto;
	text-align: center;
}
.logLim figure {
	width: 290px;
    max-width: 35%;
	margin: 0 auto;
}
.tQuieres h2 {
	font-size: 25px;
}
.infoSearch form,
.infoSearch form input {
	width: 100%;
	display: block;
}
.infoSearch form input {
	padding: 7px 15px 7px 50px;
	border-radius: 50px;
	border:  1px solid #c4a32e;
}
.capmForm {
	position: relative;
}
.capmForm button {
	position: absolute;
	background: transparent;
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	color: #079102;
	font-size: 20px;
}
.cAlea {
	position: absolute;
	height: 100%;
}
.filTop .cAlea
.folBot .cAlea {
	top: 0;
}
.cAlea .imgCate {
	height: 100%;
	display: flex;
	opacity: .2;
}
.cAlea .cols {
	height: 100%;
}
.cAlea .cols > div {
	width: 25%;
}
.colLim01 .cAlea  {
	right: 0;
}
.colLim03 .cAlea  {
	left: 0;
}
.filLim .cAlea .cols > div {
	padding: 10px;
}
.filMid .cAlea {
	height: 50%;
}
.filMid .cAlea:nth-child(1) {
	top: 0;
}
.filMid .cAlea:nth-child(2) {
	bottom: 0;
}
/******************************   Limpiar: Mobile  ******************************/
.limpMobi .cols > div {
	width: 33.33%;
	padding: 5px;
}
.cateMob {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #079102;
	padding-top: 100%;
	position: relative;
}
.cSerchMob {
	padding: 30px 5px;
}
.logCate {
	width: 80% !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
/******************************
*	Usos - Que quieres limpiar Detalle
******************************/
#detalle-que-quierres-limpiar .spContent {
    padding: 0 0 60px;
}
.VisualUso {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.VisualUso::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:  #000000;
	opacity: .3;
}
.refVisual {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, .4);
	color: #ffffff;
	line-height: 110%;
}
.imgSello {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20%;
}
.imgSello figure {
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.imgSello img {
	max-height: 15vh;
	margin: 0 0 0 auto;
}
.btnPlay {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border:  2px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.btnPlay:hover  {
	-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);
}
.btnPlay i {
	color: #ffffff;
	font-size: 20px;
}
.btnPlay, 
.btnPlay 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%);
}
.prodUso {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	color: #ffffff;

	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;
}
.prodUso::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
	z-index: -1;
}
.infoProdUso {
	margin: 0 auto;
	width: 550px;
	max-width: 100%;
	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;
}
.infoProdUso h3 {
	margin-bottom: 10px;
}
.txtProdUso {
	width: 70%
}
.imgUso {
	width: 30%;
}
.imgUso img {
	margin: 0 0 0 auto;
	max-height: 30vh;
}
.colComunidad {
	background: #fcfcfc;
}
.colComunidad .txtUso {
	width: 750px;
}
.coltxtUso {
	background: #fff8e4;
}
.colComunidad,
.coltxtUso {
	padding: 30px 0;
}
.txtUso {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	padding: 0 15px;
}
.txtUso h3 {
	margin-bottom: 15px;
}
.coltxtUso .txtUso h3 {
	color: #d3a929;
}
.colComunidad .txtUso h3 {
	color: #079102;
}
.share {
	margin-top: 20px;
}
.share h4 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 16px;
	margin-bottom: 10px;
}
.addthis_inline_share_toolbox {
	display: inline-block;
}
.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
    padding: 0px;
	margin: 0;
	background: transparent !important;
	height: 32px;
}
.addthis_inline_share_toolbox .at-style-responsive .at-share-btn + .at-share-btn {
	margin-left: 10px;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label {
    cursor: pointer;
	fill: #079102 !important;
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
    transform: translateY(0) !important;
}
.btnWhats {
	display: inline-block;
	color: #079102 !important;
	font-size: 23px;
	width: 32px;
	height: 32px;
	position: relative;
	margin-left: 10px;
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover,
.btnWhats:hover {
	opacity: .7
}
.btnWhats 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%);
}

.lbComu {
	position: relative;
	z-index: 1000000000;
}
.bgCom {
	position: fixed;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.infoContent {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}
.lbCenter {
	width: 100%;
	min-height: 100%;
	padding: 60px 0;
	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;
}
.lbCont {
	width: 100%;
}
.blockContent {
	margin: 0 auto;
	width: 800px;
	max-width: 90%;
	background: #ffffff;
	border-radius: 10px;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,.2);
}
.blockContent h3 {
 	color: #079102;
 	text-align: center;
}
.blockContent hr {
	margin-top: 25px;
    margin-bottom: 30px;
    border-top: 1px solid #c9c9c9;
}
.txtConect,
.sinCuenta {
	text-align: center;
}
.sinCuenta a {
	display: inline-block;
	color: #079102;
	padding: 15px;
	text-decoration: underline;
}
.formCen {
	max-width: 500px;
	margin: 50px auto;
}
.separte {
	position: relative;
	margin: 30px;
	z-index: 1;
	text-align: center;
}
.separte::before {
	content: '';
	position: absolute;
	width: 100%;
	border-top: 1px solid #079102;
	top: 50%;
	z-index: -1;
	left: 0;
}
.lttrO {
	display: inline-block;
	padding: 0 20px;
	background: #ffffff;
}
.sesCuen input[type="text"] {
    border-radius: 30px !important;
}
.sesCuen input[type="text"],
.comentar textarea {
    width: 100%;
    display: block;
    padding: 8px 10px;
    color: initial;
    border: 1px solid #079102;
}
.campo + .campo {
	margin-top: 30px;
}

.avatarUSer {
	width: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.avatarUSer input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.avatarUSer:hover .imgAvatar {
	background: #dfdfdf;
}
.imgAvatar {
	width: 100%;
	padding-top: 100%;
	background: #f2f2f2;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-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;
}
.imgAvatar 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: 30px;
	opacity: .3;
}
.lbCom .closeLb span {
	background: #079102;
}
.datosUser .avaImg {
	width: 80px;
	margin-right: 20px;
}
.datosUser {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.other h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.other span {
	font-size: 90%;
	opacity: .4;
}
.comenCompleto > div + div {
	margin-top: 30px;
}
.comentar textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	border-radius: 10px;
}
.comentar textarea:focus {
	outline: none;
}
.makeComent {
	margin-top: 30px;
}
.makeComent .cBtn {
	margin-top: 0;
}
.iniciarS span {
	color: #079102;
	cursor: pointer;
	text-decoration: underline;
}
.slider-for {
	margin-top: 40px;
}
.pagi {
	margin: 30px auto 0;
	max-width: 350px;
	text-align: center;
	padding: 0 30px;
	position: relative;
}
.pagi span {
	cursor: pointer;
	padding: 5px;
}
.pagi span:hover,
.pagi .slick-current span {
	cursor: pointer;
	color: #079102;
}
.pagi div {
	outline: none;
}
.arrs > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d3a929;
}
.arPrev { left: 0; }
.arNext { right: 0; }

.imgUser {
	width: 80px;
	min-width: 80px;
}
.imgUser figure  {
	overflow: hidden;
	border-radius: 8px;
}
.txtComent {
	width: 100%;
	padding-left: 15px;
}
.txtComent h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
/******************************
*	Familia Pinol
******************************/
#familia .contGen,
.contGen section#familia ,
#familia .contGen section {
    min-height: initial;
}
.cSlider {
	position: relative;
	color: #ffffff;
	background: rgba(7, 145, 2, 1);
	text-align: center;
}
.prodSlide {
	width: 100%;
    z-index: 1;
    position: relative;
}
.prodSlide .infoSlide {
	position: relative;
	width: 100%;
	min-height: 90vh;
	padding: 60px 0 12%;
	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;
}
.bgProd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.bgProd::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}
.slideProductos.owl-carousel .owl-item img {
	display: block;
    width: initial;
}
.owl-nav button {
	position: absolute;
	width: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-nav button.disabled {
	pointer-events: none;
	opacity: .4;
}
.imgProd {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
    width: 80%;
    max-width: 350px;
}
.imgProd img {
	max-height: 30vh;
	margin: 0 auto;
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	transform: scale(.3);
	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;
}
.owl-item.active .imgProd img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.nameProd {
	font-weight: 700;
	margin-bottom: 20px;
}
.nameCategoria {
	font-weight: 500;
	text-transform: uppercase;
}
.optMin {
	width: 100%;
	padding: 14px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
}
.scrollHori {
    width: 100%;
    padding: 5px 0;
    overflow: auto;
    text-align: center;
}
.scrollHori::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.10);
}
.scrollHori::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.4);
}
.scrollHori::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.10);
}
.centerMood {
    display: inline-block;
}
.contItems {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.itemProd {
	/* border: 1px solid; */
    text-align: center;
    min-width: 150px;
    max-width: 200px;
    -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;
}
.btnMin {
	display: block;
	width: 100%;
	line-height: 100%;
	font-size: 13px;
	opacity: .4;
}
.btnMin.active,
.btnMin:hover,
.btnMin:hover,
.btnMin:focus,
.btnMin:hover,
.btnMin:focus {
    opacity: 1;
}
.imgMin {
	width: 70px;
	margin: 0 auto 15px;
}
.imgMin img {
	margin: 0 auto;
}
/******************************
*	Detalle Producto
******************************/
.filPrducto {
	padding: 70px 0;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.filPrducto::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: -1;
}
.imgDetal {
	margin: 0 auto;
    width: 310px;
    max-width: 70%;
    display: block;
}
.imgDetal img {
	max-height: 45vh;
	margin: 0 auto;
}
.filVers .prodVersi {
	display: block;
}
.prodVersi {
	display: none;
}
.version a {
	display: block;
	width: 100%;
}
.version a img {
	opacity: .5;
	-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;
}
.version a:hover img {
	opacity: 1;
}
.version a img {
	max-height: 10vh;
	margin: 0 auto;
}
.nProd {
	font-weight: 700;
}
.txtProd {
	margin-bottom: 30px;
}
.linksCate {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.linkC {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.linkC.video {
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, .4);
}
.linkC.video span {
	font-weight: 700;
}
.linkC a:hover { color: #c4a32e; }
.cIcon { font-size: 50px; }
.col,
.linksCate,
.colTxt {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.colImg {
	padding-top: 35%;
	position: relative;
}
.colImg figure {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.colTxt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.txtCol { line-height: 100%; }
.item__vid a {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	padding: 40px 15px;
	position: relative;
	z-index: 1;
}
.item__vid a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: -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;
}
.item__vid a:hover::before { background: rgba(0, 0, 0, .6); }
.item__vid a > div {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	-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__vid a:hover div { color: #c4a32d; }
.item__vid a > div i {
	font-size: 50px;
	margin-bottom: 20px;
}
.item__vid a > div p {
	font-size: 5vw;
	line-height: 110%;
}
/******************************
*	Desinfección
******************************/
.spContent {
	padding: 60px 0;
}
.spContent_b {
	padding: 0 0 60px;
}
.modDes + .modDes {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #c9c9c9;
}
.hedMod {
	text-align: center;
}
.hedMod + div,
.hedMod + p,
.hedMod + figure,
.hedMod + ul/* ,
.modDes p + figure,
.modDes figure + p  */ {
	margin-top: 40px;
}
.tHead {
	font-weight: 700;
	color: #079102;
}
.tHead + p {
	margin-top: 15px;
}
.hCol {
	text-align: initial;
}
.hCol .tHead {
	font-size: 23px;
}
.txtIta {
	font-style: italic;
	font-size: 30px !important;
}
.txtCond {
	/* font-family: 'Saira Extra Condensed', sans-serif; */
	text-transform: uppercase;
}
.compImg {
	overflow: hidden;
	border-radius: 10px;
}
.colMod > div {
	width: 100%;
}
.listEli {
	list-style: none;
}
.listEli li {
	padding-left: 30px;
	position: relative;
}
.listEli li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 23px;
	height: 23px;
}
.list01 li::before {
	background: url('../img/check02.svg') center no-repeat;
	background-size: contain;
}
.list02 li::before {
	background: url('../img/check01.svg') center no-repeat;
	background-size: contain;
}
.listEli li + li {
    margin-top: 15px;
}
.cBarLat {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	z-index: 1;
	text-align: center;
}
.cBarLat::before {
	position: absolute;
	content: '';
	width: 120%;
	height: 150%;
	top: 50%;
	-webkit-transform: translateY(-50%) skewX(-20deg);
	-moz-transform: translateY(-50%) skewX(-20deg);
	-ms-transform: translateY(-50%) skewX(-20deg);
	-o-transform: translateY(-50%) skewX(-20deg);
	transform: translateY(-50%) skewX(-20deg);
	left: 30%;
	z-index: -1;
}
.elOri::before {
	background: #26b31e;
}
.elAro::before {
	background: #ff52b9;
}
.cBarLat > div:nth-child(1) {
	width: 40%;
}
.cBarLat > div:nth-child(2) {
	width: 60%;
	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;
}
.cBarLat > div:nth-child(2) > div {
	width: 100%;
}
.cBarLat .botella {
    display: inline-block;
    /* width: 140px;
    max-width: 80%; */
}
.barfull {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.barfull > div {
	position: relative;
}
.barfull > div:nth-child(1) figure {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.barfull > div:nth-child(2)::before {
	position: absolute;
    content: '';
    background: #26b31e;
}
.barfull > div:nth-child(2) > div {
	position: relative;
	width: 100%;
	z-index: 100;
}
.barfull > div:nth-child(2) > div .txtCond {
	color: #ffffff;
	font-weight: 800;
	font-size: 45px;
	font-style: italic;
	line-height: 100%;
}
/* Cards */
.noCard {
	padding-top: 48%;
	background: #99d46c;
	border-radius: 10px;
	position: relative;
}
.mas100 {
	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%);
	width: 100%;
}
.colSol .barfull > div:nth-child(1) {
    padding-top: 48%;
}
.colSol .barfull > div:nth-child(2) > div h3 {
	text-transform: uppercase;
	font-style: italic;
	font-weight: 800;
    font-size: 30px;
    color: #345b1c;
}
.colSol .barfull > div:nth-child(2)::before {
    background: #99d46c;
}
.cCard.sello {
	background: #99d46c;
}
.retiSoluc {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}
.colSol {
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.cCard {
	background: #079102;
	color: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.cCard.active {
	background: #11720d;
}
.cardSol {
	position: relative;
	width: 100%;
}
.flipCard.active .cardSol {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flipCard.active .cFront {
	opacity: 0;
}
.cardSol > div {
	text-align: center;
	line-height: 110%;
}
.cardInfo span {
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
}
.cardInfo .cBtn a {
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffffff;
    color: #404040;
    font-size: 11px;
    line-height: 100%;
}
.iCard {
	font-size: 80px;
	margin-bottom: 15px;
}
/* Cards */
.modVid {
	overflow: hidden;
	border-radius: 10px;
}
.cFilTip {
	margin: 0 auto;
	max-width: 800px;
}
.cFilTip .filTip {
	position: relative;
}
.cFilTip .filTip strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
}
.filTip + .filTip {
	margin-top: 40px;
}
.cFilTip .filTip:nth-child(odd) {
	text-align: left;
}
.cFilTip .filTip:nth-child(even) {
	text-align: right;
}
.cFilTip .filTip:nth-child(odd) .number  {
	left: 0;
}.cFilTip .filTip:nth-child(even) .number {
	right: 0;
}
.number {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #079102;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
}
.number span {
	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%);
}
.imgTip {
	width: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.aromas .tHead {
	font-weight: 700;
	color: #e6007c;
	font-size: 25px;
}
.themCenter {
	max-width: 900px;
	margin: 0 auto;
}
.cMaster {
	overflow: hidden;
	border-radius: 10px;
	-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;
}
.themFloral .cMaster {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f258b3+11,ed1a97+100 */
  background: #f258b3; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f258b3 11%, #ed1a97 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #f258b3 11%,#ed1a97 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #f258b3 11%,#ed1a97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f258b3', endColorstr='#ed1a97',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.themLavanda .cMaster {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a54cdb+11,9731d7+100 */
  background: #a54cdb; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #a54cdb 11%, #9731d7 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #a54cdb 11%,#9731d7 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #a54cdb 11%,#9731d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54cdb', endColorstr='#9731d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.themMarino .cMaster {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0487c8+11,0160bb+100 */
  background: #0487c8; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #0487c8 11%, #0160bb 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #0487c8 11%,#0160bb 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #0487c8 11%,#0160bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0487c8', endColorstr='#0160bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.themFrutal .cMaster {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5cc45b+11,03a81c+100 */
  background: #5cc45b; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #5cc45b 11%, #03a81c 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #5cc45b 11%,#03a81c 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #5cc45b 11%,#03a81c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc45b', endColorstr='#03a81c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pinolEli {
	padding: 30px 15px;
	border-radius: 10px;
	color: #ffffff;
	-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;
}
.pinolEli .tHead {
    color: #ffffff;
}
.themFloral .pinolEli {
  background: #ea158d;
}
.themLavanda .pinolEli {
  background: #b137c7;
}
.themMarino .pinolEli {
  background: #2d77b1;
}
.themFrutal .pinolEli {
  background: #3eab20;
}
.txtAma {
	margin-top: 30px;
	border-radius: 10px;
	padding: 30px;
	background: #fff216;
	font-size: 18px;
}
.hor24 {
	padding: 30px 15px;
	border-radius: 10px;
	color: #ffffff;
	background: #ea158d;
}
.hor24 .tHead {
    color: #fff216;
    text-transform: uppercase;
}
.aroPres {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.presen > div {
	border-radius: 10px;
	cursor: pointer;
}
.aroPres > .presen:nth-child(1) div {
  background: #f451b5;
}
.aroPres > .presen:nth-child(2) div {
  background: #de50f9;
}
.aroPres > .presen:nth-child(3) div {
  background: #0c90f7;
}
.aroPres > .presen:nth-child(4) div {
  background: #5ed43d;
}
.bene {
	max-width: 800px;
	margin: 0 auto;
}
.bene h3 {
	margin-bottom: 20px;
}
p + .fuentes {
	margin-top: 30px;
}
.fuentes {
	font-size: 80%;
}
.fuentes h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
.fuentes a {
	color: #1e9517;
}
/******************************
*	Covid
******************************/
.ctaProd {
    border-radius: 10px;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.ctaProd:nth-child(1) {
	background: #26b31e;
}
.ctaProd:nth-child(2) {
	background: #ff52b9;
}
.ctaProd:nth-child(3) {
	background: #ff9200;
}
.ctaProd:hover:nth-child(1) {
	background: #1e9517;
}
.ctaProd:hover:nth-child(2) {
	background: #e0196d;
}
.ctaProd:hover:nth-child(3) {
	background: #d88a07;
}
.ctaProd a {
	display: block;
	padding: 15px;
	position: relative;
}
.logoSello {
	width: 35%;
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/******************************
*	Compra en línea
******************************/
#compra-en-linea .contGen {
	padding-bottom: 40px;
}
.cHead {
	width: 100%;
	padding: 60px 0 0;
	background: url('../img/bgCompra.jpg') center no-repeat;
	background-size: cover
}
.colCompra > div,
.colCompra > figure {
	width: 100%;
}
.colCompra {
	font-size: 18px;
}
.colCompra h2 {
	margin-bottom: 20px;
	color: #079102;
}
.colCompra h2 strong {
	font-weight: 800;
}
.colCompra > figure img {
	max-height: 50vh;
	margin: 0 auto;
}
.linksShop {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.shpLink {
	width: 20%;
	padding: 20px;
}
a.compra {
	position: fixed;
    right: 0;
    bottom: 60px;
    padding: 10px 15px;
    background: #079102;
    color: #ffffff;
    text-align: right;
    line-height: 105%;
    font-weight: 900;
    font-style: italic;
    z-index: 100000000;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 18px;
}
/******************************
*	Nuestra Marca
******************************/
.logAro {
	width: 350px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
.timeLine {
	position: relative;
	margin: 40px 0 0;
	padding-bottom: 40px;
	z-index: 1;
}
.timeLine::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 93.333%;
	border-right: 2px solid #079102;
	z-index: -1;
}
.cLogo  {
	margin-bottom: 30px;
}
.cLogo figure {
	width: 110px;
	margin: 0 auto;
}
.cYears {
	margin: 0 auto;
	max-width: 400px;
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.cYears > div {
	width: 50%;
	position: relative;
}
.cYears > div span {
	display: inline-block;
	padding: 15px 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-bottom: 2px solid #079102;
	width: 40%;
	text-align: center;
}
.cYears > div:nth-child(1) {
	padding-right: 20%;
}
.cYears > div:nth-child(1) span {
	right: 0
}
.cYears > div:nth-child(2) {
	margin-top: 30px;
	padding-left: 20%;
}
.cYears > div:nth-child(2) span {
	left: 0;
}

/******************************
*	Notas relacionadas
******************************/
.modRela {
	padding: 80px 0;
}
.hRela {
	text-align: center;
}
.tRela {
	font-size: 28px;
	margin-bottom: 20px;
	color: #079102;
}
.modRela hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #c9c9c9;
}
.infoNota a {
	display: block;
}
.imgNota {
	padding-top: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	position: relative;
}
.imgNota::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .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;
}
.infoNota a:hover .imgNota::before {
	opacity: .4;
}
.tNota {
	color: #079102;
	margin-bottom: 15px;
}
/******************************
*	Notas
******************************/
.n50 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.imgDes {
	padding-top: 25%;
	position: relative;
}
.imgDes figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.infoDes > div {
	margin: 0 auto;
	width: 650px;
	max-width: 80%;
}
.infoDes h2,
.ifoArt h3 {
	font-weight: normal;
	color: #079102;
	margin-bottom: 20px;
}
.ifoArt h3 {
	font-size: 20px;
}
.middleNota {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.middleNota::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .6;
	-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;
    z-index: -1;
}
.middleNota.active::before {
	opacity: .3;
}
.iMiddle {
	color: #ffffff;
	padding: 10% 0;
	width: 70%;
	margin: 0 auto;
}
.iMiddle h3 {
	font-size: 23px;
	margin-bottom: 15px;
}
.iMiddle .cBtn {
	margin-top: 20px;
}
.iMiddle .cBtn a {
	text-decoration: underline;
	font-weight: 600;
}
.artMiddle .n50 {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.imgArt {
	width: 40%;
	position: relative;
	padding-top: 40%;
}
.imgArt figure {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ifoArt {
	width: 60%;
	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;
	background: #fbfbfb;
}
.ifoArt > div {
	width: 500px;
	max-width: 80%;
	margin: 0 auto;
	padding: 30px 0;
}
/******************************
*	Detalle - Nota / Articulo
******************************/
.hSection figure {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.txtDetail {
	padding: 60px 0;
}
.hNota {
	margin-bottom: 60px;
	text-align: center;
}
.date {
	display: block;
	font-weight: 700;
	font-style: italic;
	font-size: 90%;
	margin-bottom: 30px;
	opacity: .5;
}
.hNota h2 {
	font-weight: normal;
	color: #079102;
	font-style: italic;
	line-height: 100%;
}
.autor {
	margin-top: 40px;
	font-size: 23px;
}
.autor span {
	display: block;
	font-style: italic;
	font-size: 16px;
}
.textD blockquote {
	color: #079102;
	font-style: italic;
	padding-left: 30px
}
.textD ol,
.textD ul {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-inline-start: 20px;
	list-style: none;
}
.textD ol li + li,
.textD ul li + li {
	margin-top: 10px;
}
.textD ol {
	list-style: upper-roman;
}
.textD ul li {
	position: relative;
}
.textD ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -15px;
    position: absolute;
    color: #079102;
}
.textD a {
	font-weight: 600;
	color: #c4a32e;
	text-decoration: underline;
}
.cShare {
	text-align: center;
	margin: 50px 0;
}
.cShare span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/******************************
*	Resultados Categoria
******************************/
.hREsul {
	text-align: center;
	margin-bottom: 30px;
}
.hREsul h2 {
	font-size: 30px;
	font-weight: normal;
	color: #079102;
}
.hREsul h2 strong {
	font-weight: 600;
}
.tREsul {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 70px;
}
.iconResul {
	font-size: 50px;
	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%);
	color: #079102;
}
.resulPal h2 {
	margin-bottom: 20px;
}
.parent {
    position: relative;
}
.parent::before,
.parent::after {
	content: '';
	top: 0;
	width: 20px;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.parent::before {
	left: 0
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.parent::after {
	right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.scrllHo {
    width: 100%;
    padding: 5px 0 15px;
    overflow: auto;
    text-align: center;
}
.centerMood {
    display: inline-block;
    padding: 5px 20px;
    /* background: #f2f2f2; */
}
.contItems {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.cLetter,
.cCta {
	padding: 0 10px;
	text-transform: uppercase;
}
.cLetter a:hover {
	color: #079102; 
}
.cLetter.disabled a {
	opacity: .4;
	pointer-events: none;
}
.tOther {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #079102;
	margin-bottom: 20px;
}
.cCta .cta {
	min-width: initial;
	width: auto;
}
.filResul {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #c9c9c9;
}
.ltrResul {
	font-size: 30px;
	font-weight: 700;
	color: #079102;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tPalabra {
	font-size: 23px;
	color: #079102;
	margin-bottom: 20px;
	text-align: center;
}
/******************************
*	Legal
******************************/
.tLegal {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #079102;
}
.txtLegal {
	margin-top: 30px;
	padding: 40px 0;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #c9c9c9;
}
.txtLegal h2,
.txtLegal h3 {
	text-align: center;
	color: #079102;
	margin-bottom: 20px;
}
.txtLegal p + h2,
.txtLegal ol + h2,
.txtLegal ul + h2,
.txtLegal p + h3,
.txtLegal ol + h3,
.txtLegal ul + h3 {
	margin-top: 40px
}
.txtLegal a {
	font-weight: 600;
	color: #c4a32e;
	text-decoration: underline;
}
.txtLegal ol,
.txtLegal ul {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-inline-start: 20px
}
.txtLegal ul {
	list-style: none;
}
.txtLegal ol li + li,
.txtLegal ul li + li {
	margin-top: 10px;
}
/* .txtLegal ol {
	list-style: upper-roman;
} */
.txtLegal ul li {
	position: relative;
}
.txtLegal ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -15px;
    position: absolute;
    color: #079102;
}
/******************************
*	Error
******************************/
#error .contGen section {
	height: 90vh;
	min-height: inherit;
	position: relative;
	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;
	color: #079102;
}
.msnErro {
	text-align: center;
	width: 100%;
	padding: 0 15px;
}
.msnErro h2 {
	font-weight: 800;
}
/******************************
*	Sustentabilidad
******************************/
#sustentabilidad .spContent {
    padding-top: 0;
}
#sustentabilidad .slideVid {
	margin-bottom: 120px;
}
#sustentabilidad .contGen > .container + .container {
	margin-top: 100px;
}
.cUmbal {
	padding: 120px 0;
}
.txtUmbal {
	padding: 60px 40px;
	color: #ffffff;
	background: #045e04;
	position: relative;
	z-index: 1;
}
.txtUmbal > div {
	max-width: 700px;
	margin: 0 auto;
}
.txtUmbal h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
.imgUm {
	position: absolute;
	top: 0;
	right: -5%;
	width: 30%;
	z-index: -1;
	opacity: .8;
}
.slideUmbal figure {
	width: 100%;
	padding-top: 64%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -5px;
}
.sUmbal {
	position: relative;
}
.sUmbal::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .05);
	z-index: 1;
}
.modDes + .modDes.noLine {
    border-top:0;
}
.colCara {
	border-radius: 10px;
	overflow: hidden;
	background: #26b31e;
	cursor: pointer;
}
.colCara > div {
	width: 100%;
}
.colCara > div:nth-child(2) {
	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;
	color: #ffffff;
	background: #045e04;
	text-align: center;
	-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;
}
.colCara > div:nth-child(2) > div {
	width: 100%;
	padding: 20px;
}
.colCara:hover > div:nth-child(2) {
	opacity: 1;
}
.banDes img {
	width: 100%;
	max-width: inherit;
}
.cMap {
	position: relative;
}
.cMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.separa .tNota {
	text-align: center;
	font-weight: bold;
	color: inherit;
}
.separa .imgNota::before {
    content: unset;
}
/******************************
*	Experta Pinol
******************************/
#experta .contGen{
	padding-bottom: 80px;
}
#experta .banner {
	position: relative;
	z-index: 1;
}
#experta .banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
	z-index: 1;
}
.txtBan {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 80px;
	text-align: center;
	z-index: 10;
}
.txtBan h2 {
	color: #ffffff;
	font-weight: 700;
}
.textCols {
	background: #006d00;
	color: #ffffff;
}
.textCols > div {
	width: 800px;
	max-width: 90%;
	padding: 50px 0;
	margin: 0 auto;
}
.textCols h3 {
	font-weight: 700;
	margin-bottom: 25px;
}
.imgGraf {
	padding-top: 60%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
}
.imgGraf.vid { padding-top: 0%; }
.imgGraf .plyr--video { width: 100%; }
.imgGraf .plyr__video-wrapper {
	position: relative;
	padding-top: 60%;
	width: 100%;
	display: flex;
	height: 100%;
}
.imgGraf .plyr__video-wrapper video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.textCols ul {
	padding: 0;
	padding-inline-start: 20px;
}
.textCols ul li + li {
	margin-top: 10px;
}
.dejarComent {
	padding: 60px 0;
}
.contImg {
	width: 80px;
	min-width: 80px;
}
.contImg figure {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
.contFomr h3 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #404040
}
.contFomr textarea {
	width: 100%;
	display: block;
	min-width: 100%;
	max-width: 100%;
	border-radius: 10px;
	border: 2px solid #079102;
	padding: 15px;
	min-height: 80px;
}
.contFomr textarea:focus { outline: none; }
.contFomr textarea::placeholder { color: #404040; }
.contComent {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
}
.contFomr {
	width: calc(100% - 110px);
	margin-left: 30px;
}
.slideComent { padding: 80px 0; }
.slideComent hr { margin: 60px 0; }
.slideComent h3 {
	text-align: center;
	color: #079102;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
.slideComent .slideTips {
	padding: 0 40px;
}
.slideComent .slideArr .slick-arrow {
	opacity: .5;
	-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;
}
.slideComent .slideArr .slick-arrow:hover { opacity: 1; }
.slideComent .slideArr .slick-next { right: 0; }
.slideComent .slideArr .slick-prev { left: 0; }
.comentUser {
	max-width: 900px;
	margin: 0 auto;
}
.nameExpert {
	display: block;
	font-weight: 600;
}
.infoUser {
	margin-top: 30px;
	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;
}
.infoUser figure {
	width: 50px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 15px;
}
.notaTips {
	text-align: center;
	font-style: italic;
	opacity: .6;
	margin-top: 30px;
}
/******************************
*	Pinol Desinfección
******************************/
#p-desinfeccion .slideVid {
	margin: 80px 0
}
.banner__bott {
	margin-bottom: 60px;
}
.opt__des {
	border-radius: 10px;
	background: #539344;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.opt__des a {
	display: block;
}
.rect__col3 .opt__des {
	background: #78d465;
	margin-bottom: 20px;
	-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;
}
.destello {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-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;
}
.opProd .producto img {
	margin: 0 auto;
	width: 76.33%;
}
.opt__des:hover .destello {
	opacity: .9;
}
.rect__col3 .opt__des:hover {
	background: #41b223;
}
.rect__col3 h2 {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.box__des {
	max-width: 750px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px;
	background: #78d465;
	position: relative;
}
.sello__lim {
	position: absolute;
}
.box__des .reticula {
	-webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.box__des .reticula > div {
	padding: 4%;
	position: relative;
}
.info__espe {
	padding: 5px;
	border-radius: 10px;
	background: #00943b;
	position: relative;
	height: 100%;
}
.fil__sani .img__col figure,
.fil__utilizar .img__col figure {
	margin: 0 auto;
}
.fil__sani .info__col ul {
	list-style: none;
}
.txt__ani {
	max-width: 100%;
}
.donde__utilizar {
	margin: 60px 0;
	padding: 60px 0;
	background: #00943b;
	color: #ffffff;
}
.fil__utilizar .info__col h3 {
	font-weight: 700;
	margin-bottom: 30px;
}


.icon__super {
	width: 40px;
	min-width: 40px;
	margin-right: 10px;
}
.list__super {
	list-style: none;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.list__super li {
	width: 50%;
	margin-bottom: 20px;
	list-style: none;
	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;
	padding-right: 15px;
}
.acota {
	position: absolute;
	bottom: 3px;
	right: 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	opacity: .7;
}
.reticula div .acota {
	bottom: 10%;
    right: 10%;
}
.disclaimer {
	font-size: 90%;
}


/******************************
*	Mobile
******************************/

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
/******************************   Tu todo lo puedes   ******************************/
.txtSlideTu {
	padding: 0 50px;
}
/******************************   Familia Pinol   ******************************/
.linkC {
    width: 25%;
    margin-right: inherit;
    font-size: 12px;
}
/******************************   Sustentabilidad   ******************************/
.tSus {
	font-size: 8vw;
}
/******************************   Compra en linea   ******************************/
.colCompra h2 {
	font-size: 8vw;
}
/******************************   Desinfeccion   ******************************/
.txtIta {
    font-size: 8vw !important;
}
.tHead {
	font-size: 23px;
}
.ctaProd {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.ctaProd + .ctaProd {
	margin-top: 30px;
}
.noCard {
    padding-top: 46%;
}
.barfull > div:nth-child(2) > div .txtCond {
    font-size: 8vw;
} 
/******************************   Pinol Desinfeccion   ******************************/
.grid__espe > div {
	width: 280px;
	max-width: 80%;
	margin: 0 auto;
}
.col__espe + .col__espe { margin-top: 10px; }
}
@media (min-width : 480px) {
/******************************   Desinfeccion   ******************************/
.txtIta {
    font-size: 30px !important;
}
.tHead {
	font-size: 25px;
}
.prodDesin {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.ctaProd {
    width: calc(33.33% - 15px);
}
.logoSello img {
	transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.ctaProd a:hover .logoSello img {
	-webkit-transform: scale(1.2) rotate(-10deg);
	-moz-transform: scale(1.2) rotate(-10deg);
	-ms-transform: scale(1.2) rotate(-10deg);
	-o-transform: scale(1.2) rotate(-10deg);
	transform: scale(1.2) rotate(-10deg);
}
/******************************   Pinol Desinfeccion   ******************************/
.grid__espe {
	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 -10px -20px;
}
.grid__espe > div {
	padding: 0 5px;
	margin-bottom: 10px
}
.item__vid a > div p { font-size: 22px; }
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
/******************************   Sustentabilidad   ******************************/
.tSus {
	font-size: 35px;
}
/******************************   Compra en linea   ******************************/
.colCompra h2 {
	font-size: 6vw;
}
.barfull > div:nth-child(2) > div .txtCond {
    font-size: 6vw;
}
/******************************   Pinol Desinfeccion   ******************************/
.grid__espe > div { width: 50%;}
.grid__espe {
	max-width: 480px;
	margin: 0 auto;
}
}
/* Small Devices, Nav */
@media (max-width : 767px) {
/******************************   Video Covid   ******************************/
.cVideo .cBtn {
    bottom: 10%;
}
.vidDes {
	display: none;
}
/******************************   Que quieres limpiar   ******************************/
.contGen section.que-quieres-limpiar {
	padding: 5px;
}
.limpDesk,
.logLim {
	display: none;
}
.tQuieres {
	margin-bottom: 40px;
}
.iconCate {
	font-size: 10vw;
}
.nameCate {
    font-size: 4vw;
}
/******************************   Familia   ******************************/
.prodSlide .infoSlide {
    padding: 60px 0 190px;
}
.nameProd {
    font-size: 7vw;
}
.nameCategoria {
    font-size: 4.5vw
}
.owl-nav button {
    top: 25%;
}
.owl-nav button.owl-prev {
	left: 10px
}
.owl-nav button.owl-next {
	right: 10px
}
.imgMin {
    width: 40px;
}
/******************************   Tu todo lo puedes   ******************************/
.tTuTodo {
    font-size: 12vw;
}
/******************************   Sustentabilidad   ******************************/
.vidSus {
	padding-top: 60%;
}
.vidBack {
	display: none;
}
.infoCol {
	width: 100%;
	padding: 80px 15px;
}
.tSus br {
	display: none;
}
/******************************   Proposito   ******************************/
.colPro + .colPro {
	margin-top: 40px;
}
.colPro h2 {
    font-size: 11vw;
}
/******************************   Error   ******************************/
.msnErro p {
	font-size: 5vw;
}
.msnErro h2 {
	font-size: 30vw;
}
/******************************   Compra en linea   ******************************/
.colCompra h2 br {
	display: none;
}
.colCompra + .colCompra {
	margin-top: 30px;
}
.shpLink {
    width: 50%;
}
/******************************   Detalle Prod   ******************************/
.vid__02 > div a,
.vid__03 > div a { min-height: 25vh; }
/******************************   Desinfeccion   ******************************/
.col50.noTap {
	width: 66.66%;
}
.col25.noTap {
	width: 33.33%;
}
.col25.noTap .cardSol {
    padding-top: 100%;
}
.col50.noTapFull {
	width: 100%;
}
.colSol {
    width: 100%;
}
.cardSol > div + div {
	margin-top: 30px;
}
.cCard {
	padding: 20px;
}
.barfull > div {
	width: 100%;
}
.barfull > div:nth-child(1) {
	padding-top: 60%;
}
.barfull > div:nth-child(2)::before {
    width: 100%;
    height: 100vh;
    top: -3%;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    transform-origin: 0%;
    left: 0;
}
.barfull > div:nth-child(2) > div {
	padding: 30px;
	text-align: center;
}
.colMod + .colMod {
	margin-top: 30px
}
.cFilTip .filTip:nth-child(odd) {
	padding-left: 60px;
}
.cFilTip .filTip:nth-child(even) {
	padding-right: 60px;
}
.imgTip {
    padding-top: 60%;
}
.presen {
	width: calc(25% - 10px);
}
.presen > div {
	padding: 5px;
}
/******************************   Que quieres limpiar Detalle  ******************************/
.VisualUso {
	height: 50vh;
}
.prodUso {
	padding: 50px 0;
}
.imgUser {
	margin-bottom: 20px;
}
/******************************   Relacionados  ******************************/
.colRela {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
/******************************   Home Notas ******************************/
.imgDes {
    padding-top: 65%;
}
.infoDes {
	padding: 50px 0;
}
/******************************   Detalles notas  ******************************/
.hSection figure {
    height: 35vh;
}
.hNota h2 {
	font-size: 7vw;
}
.colCara {
	max-width: 400px;
	margin: 0 auto;
}
.colCara + .colCara {
	margin-top: 30px;
}
.cMap {
    padding-top: 60%;
}
.banDes { display: none; }
/******************************   Experta ******************************/
.txtBan h2 { font-size: 23px; }
.txtBan { bottom: 50px; }
/******************************   Pinol Desinfeccion   ******************************/
.rect__col3 .col3,
.box__des .reticula > div  {
    max-width: 320px;
    margin: 0 auto;
}
.rect__col3 .col3 + .col3 { margin-top: 50px; }
.box__des { padding: 30px  10px 10px; }
.sello__lim {
    width: 160px;
    left: 50%;
    margin-left: -80px;
    margin-top: -130px;
}
.fil__sani > div + div,
.fil__utilizar > div + div {
	margin-top: 30px;
}
.fil__sani .img__col figure,
.fil__utilizar .img__col figure { 
	width: 300px; 
	max-width: 80%;
}
.fil__sani .info__col ul li + li { margin-top: 60px; }
.icon__Sani {
	width: 80px;
	margin: 0 auto 20px;
}
.imgLarge figure:nth-child(1) {
	display: none;
}
.linksCate { justify-content: center; }
}
/* Medium Devices to Large Devices */
@media (min-width : 768px){
.vidMob {
	display: none;
}
/******************************   Que quieres limpiar   ******************************/
.contGen section.que-quieres-limpiar {
	padding: 10px;
}
.limpMobi {
	display: none;
}
.infoSearch {
	width: 800px;
	max-width: 90%;
}
.infoSearch > div + div {
	margin-top: 40px;
}
.iconCate {
	font-size: 60px;
}
.nameCate {
    font-size: 18px;
}
/******************************   Familia   ******************************/
.prodSlide .infoSlide {
    padding: 60px 0 12%;
}
.imgMin img {
	max-height: 10vh;
}
.owl-nav button {
    top: 50%;
}
.owl-nav button.owl-prev {
	left: 20px
}
.owl-nav button.owl-next {
	right: 20px
}
/******************************   Tu todo lo puedes   ******************************/
.tTuTodo {
    font-size: 60px;
}
/******************************   Sustentabilidad   ******************************/
.fil {
    height: 50vh;
}
.vidSus {
	position: absolute;
	height: 100%;
}
.filCol {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.colSus {
	position: relative;
	width: 50%;
	height: 100%;
	z-index: 1;
	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;
}
.infoCol {
	width: 100%;
	padding: 60px;
}
.tSus {
	font-size: 35px;
}
/******************************   Proposito   ******************************/
.filPro {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin:  0 -15px;
}
.filPro > div {
	width: 50%;
	padding: 0 15px;
}
.colPro h2 {
    font-size: 50px;
}
/******************************   Error   ******************************/
.msnErro p {
	font-size: 30px;
}
.msnErro h2 {
	font-size: 200px;
}
/******************************   Compra en linea   ******************************/
.hCompra > div,
.hCompra {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.hCompra {
    flex-direction: row-reverse;
    margin: 0 -15px;
}
.hCompra > div {
	width: 50%;
	padding: 0 15px;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.shpLink {
    width: 20%;
}
/******************************   Detalle Prod   ******************************/
.fil__vid {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.vid__02 > div { width: 50%; }
.vid__03 > div { width: 33.33%; }
.vid__02 > div a { min-height: 40vh; }
.vid__03 > div a { min-height: 35vh; }
/******************************   Desinfeccion   ******************************/
.modDes {
	padding-left: 30px;
	padding-right: 30px;
}
.col50 {
	width:50%;
}
.col25 {
	width:25%;
}
.cardSol > div {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: 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;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.cardSol {
	padding-top: 100%;
	-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	transform-style: preserve-3d;
}
.cBack {
	transform: rotateY(180deg);
	font-size: 13px;
}
.cardInfo {
    width: 90%;
}
.cFront {
	cursor: pointer;
}
.barfull {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.barfull > div:nth-child(1) {
	width: 45%;
	padding-top: 40%;
}
.barfull > div:nth-child(2) {
	width: 55%;
	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;
    padding:  50px 20px;
}
.barfull > div:nth-child(2)::before {
    width: 100vw;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) skew(-15deg);
    -moz-transform: translateY(-50%) skew(-15deg);
    -ms-transform: translateY(-50%) skew(-15deg);
    -o-transform: translateY(-50%) skew(-15deg);
    transform: translateY(-50%) skew(-15deg);
    transform-origin: 0%;
    left: -15%;
}
.colSol .barfull > div:nth-child(2)::before {
    left: -12%;
}
.colSol .barfull > div:nth-child(2) {
    padding: 10px 20px;
    text-align: center;
}
.cardInfo .cBtn {
	margin-top: 20px;
	text-align: center;
}
.filCols,
.colMod {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* .filCols {
    margin: 0 -15px;
} */
.colMod {
	width: 50%;
	padding:  0 15px;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cFilTip .filTip:nth-child(odd) {
	padding-left: 80px;
}
.cFilTip .filTip:nth-child(even) {
	padding-right: 80px;
}
.imgTip {
    padding-top: 45%;
}
.presen {
	width: calc(25% - 15px);
}
.presen > div {
	padding: 20px;
}
/******************************   Que quieres limpiar Detalle  ******************************/
.filUso,
.filUso > div {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fil01 {
	flex-direction: row-reverse;
}
.filUso {
    min-height: 43vh;
}
.filUso > div {
	width: 50%;
}
.fil02 > div {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 30px 0; */
}
.VisualUso {
	height: 100%;
}
.prodUso {
	padding: 30px 0;
}
/******************************   Relacionados  ******************************/
.filRela {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.colRela {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 25px;
}
/******************************   Home Notas ******************************/
.filNotas {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.n50 {
	width: 50%;
}
.n33 {
    width: 33.33%;
}
.imgDes {
    padding-top: 25%;
}
.infoDes {
	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;
	padding: 50px 30px;
}
#articulos .imgDes {
	padding-top: 23%;
}
/******************************   Detalles notas  ******************************/
.hSection figure {
    height: 50vh;
}
.hNota h2 {
	font-size: 30px;
}
/******************************   Sustentabilidad Interna ******************************/
.filUmbal,
.txtUmbal,
.filCara,
.colCara {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.filUmbal {
	flex-direction: row-reverse;
}
.filUmbal > div {
	width: 50%;
}
.txtUmbal {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.filCara {
    justify-content: space-between;
    margin: 0 -30px;
}
.colCara {
	width: calc(33.33% - 15px);
}
.colCara > div:nth-child(2) {
	margin-left: -100%;
	opacity: 0;
}
.banMob { display: none; }
/******************************   Pinol Desinfeccion   ******************************/
.reticula {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
}
.col3 {
	width: 33.33%;
	padding: 0 15px;
}
.box__des .reticula > div { width: 50%; }
.box__des { padding: 10px; }
.sello__lim {
	width: 25%;
	left: 0;
	top: -12%;
}
.info__espe figure {
	max-width: 144px;
	margin: 0 auto;
}
.imgLarge figure:nth-child(2) {
	display: none;
}
.imgLarge .info__espe figure {
	max-width: 288px;
}
.col__25 { width: 25%; }
.col__50 { width: 50%; }
.col__33 { width: 33.33% }
.col__66 { width: 66.66%; }
.fil__sani,
.fil__utilizar {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fil__sani > div,
.fil__utilizar > div {
	padding: 0 15px;
	width: 50%;
}
.fil__sani .img__col figure,
.fil__utilizar .img__col figure { max-width: 400px; }
.fil__sani .info__col ul li {
    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;
}
.fil__sani .info__col ul li + li { margin-top: 20px; }
.icon__Sani {
	width: 50px;
	min-width: 50px;
	margin-right: 20px;
}
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
/******************************   Que quieres limpiar   ******************************/
.iconCate {
    font-size: 45px;
}
.nameCate {
	font-size: 15px;
}
/******************************   Sustentabilidad   ******************************/
.tSus br {
	display: none;
}
/******************************   Compra en linea   ******************************/
.shpLink {
    width: 25%;
}
/******************************   Modulo Tips  ******************************/
.col50 {
    width: 66.66%;
}
.col25 {
    width: 33.33%;
}
.barfull > div:nth-child(2) > div .txtCond {
    font-size: 30px;
}
/******************************   Sustentabilidad Interna ******************************/
.slideUmbal figure { padding-top: 120%; }
/******************************   Experta ******************************/
.txtBan h2 { font-size: 3vw; }
}
/* Medium Devices, Desktops */
@media (max-width : 991px) {
/******************************   Familia Pinol   ******************************/
.infoColsProd {
	padding: 0 15px;
}
.colInfo + .colInfo {
	margin-top: 50px;
}
.infoDetail .cBtn div + div {
	margin-top: 15px;
}
.nProd {
	text-align: center;
	margin-bottom: 50px;
}
.prodVersi {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .3)
}
.cVersi {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.version {
	width: 80px;
	padding: 0 5px;
}
.infoDetail .cBtn {
	text-align: center;
}
.filaCols .col:nth-child(odd) {
	flex-direction: row-reverse;
}
.col { width: 100%; }
.colImg { width: 55%; }
.colTxt {
	width: 45%;
	padding: 50px 0;
}
.txtCol { padding: 0 15px; }
/******************************   Pinol Desinfeccion   ******************************/
.fil__prod > div + div { margin-top: 50px; }
.fil__prod .img__col figure {
	width: 280px;
	max-width: 90%;
	margin: 0 auto;
}
}
@media (min-width : 992px) {
/******************************   Familia Pinol   ******************************/
.infoColsProd {
	width: 1250px;
	max-width: 80%;
	margin: 0 auto;
}
.filVers .infoColsProd {
	padding-right: 80px;
}
.colsInfo,
.colInfo,
.filaCols {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.colsInfo {
    margin: 0 -15px;
}
.colInfo {
	width: 50%;
	padding: 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.infoDetail 	{
	width: 100%;
}
.infoDetail .cBtn div {
	display: inline-block;
}
.infoDetail .cBtn div + div {
	margin-left: 15px;
}
.nProd {
	margin-bottom: 20px;
}
.prodVersi {
	position: absolute;
    top: 50%;
    right: 20px;
    width: 80px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.version {
	padding: 7px 15px;
}
.col {
	width: 50%;
}
.fila02 .col {
	flex-direction: row-reverse;
}
.colImg {
	width: 60%;
}
.colTxt {
	width: 40%;
}
.txtCol {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    padding: 50px 0;
}
/******************************   Experta   ******************************/
.contCols,
.textCols {
	display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contCols.rever {
	flex-direction: row-reverse;
}
.contCols > div {
	width: 50%;
}
.textCols {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/******************************   Pinol Desinfeccion   ******************************/
.fil__prod {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.fil__prod > div { padding: 0 15px; }
.fil__prod .img__col { width: 40%; }
.fil__prod .info__col { width: 60%; }
}
/* Large Devices, Wide Screens */
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}
@media (min-width : 1200px) and (max-width : 1400px) {
.container {
    width: 970px;
}
#p-desinfeccion .container {
    width: 1170px;
}
}
@media (min-width : 992px) and (max-width : 1200px) {
.slideUmbal figure { padding-top: 80%; }
.txtBan h2 { font-size: 32px; }
/******************************   Pinol Desinfeccion   ******************************/
.info__espe figure {
    max-width: 104px;
}
.imgLarge .info__espe figure {
	width: 62%;
}
}
@media (max-width : 1349px) {
.colLim01,
.colLim03 {
	width: 5%;
}
.colLim02 {
	width: 90%;
}
.cAlea {
	width: 1200%;
}
}
@media (min-width : 1350px) {
.colLim01,
.colLim03 {
	width: 18%;
}
.colLim02 {
	width: 64%;
}
.cAlea {
	width: 250%;
}
}










#home .cNav {
	background: rgba(7, 145, 2, .7);
	-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;
}

.cNav {
    min-height: 102px;
	padding: 20px 20px 20px 20px;
}
.logo {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100000;
}
.filsH {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.filsH > div + nav {
	margin-bottom: 10px;
}
.menOpt {
	text-align: center;
}
.options .menOpt > li {
	display: inline-block;
	position: relative;
}
.options .menOpt > li + li {
	margin-left: 15px;
}
.options .menOpt li a {
	font-size: 15px;
}
.options .menOpt li ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	pointer-events: none;
	-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;
	text-align: initial;
}
.options .menOpt > li:hover > ul,
.options .menOpt > li > ul > li:hover > ul {
	opacity: 1;
	pointer-events: initial;
}
.options .menOpt li ul {
	min-width: 250px;
	left: 50%;
}
.options .menOpt > li > ul {
	margin-left: -125px;
}
.options .menOpt li ul li a {
	background: #38a52a;
}
.options .menOpt li ul li ul li a {
	background: #58b846;
}
.options .menOpt li ul li a:hover,
.options .menOpt li ul li ul li a:hover {
	background: #3b9330;
}
.options .menOpt li ul li {
	position: relative;
}
.options .menOpt li ul li ul li {
	position: relative
}
.options .menOpt li ul li ul {
	left: 100%;
	top: 0;
}
.options .menOpt li ul li ul li ul {
	left: 100%;
	top: 0;
}
.options .menOpt li ul li a {
	padding: 15px;
}
.filsH.ocultar .cSarch {
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.filsH.ocultar .options {
	margin-bottom: 0;
}
.options,
.cSarch {
	-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;
}
.cSarch {
	height: 30px;
}
.cRedes {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cRedes ul li {
	display: inline-block;
}
.cRedes ul li + li {
	margin-left: 10px;
}
.cRedes ul li a {
	width: 35px;
	height: 35px;
	font-size: 23px;
}
.cRedes ul li a::before {
	-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);
}
.cRedes ul li a:hover {
	color: #079102;
}
.cRedes ul li a:hover::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.logMen,
.menREs,
.btnClose,
.arrow {
	display: none;
}
}
@media (min-width : 1250px) and (max-width : 1350px) {
.options .menOpt > li + li {
    margin-left: 10px;
}
.cRedes ul li + li {
    margin-left: 5px;
}
}















