@charset "utf-8";
/* CSS Document */

html, body {
  background:rgba(239, 239, 239, 0.99);
  font-family:'Roboto-Regular', Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-margin-before:0em;
-webkit-margin-after:0em;
  font-size: 14px;
  color: rgba(255,255,255,1.00);
  margin: 0;
  padding: 0;
  overflow:hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  position: fixed !important;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

::selection {background: rgba(147, 192, 31, 0.29); /* WebKit/Blink Browsers */}
::-moz-selection {background: rgba(147, 192, 31, 0.29); /* Gecko Browsers */}

.ml3 .letter, .ml4 .letter {
  display: inline-block;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}
/*.swiper-container { display:none}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
[x-apple-data-detectors].menuTelf {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}


@font-face {
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Roboto-Thin';
    src:url(../fonts/Roboto-Thin.woff) format('woff'), 
		url(../fonts/Roboto-Thin.ttf) format("truetype");
}
@font-face {
    font-family:'Roboto-Light';
	src:url(../fonts/Roboto-Light.woff) format("woff");
    src:url(../fonts/Roboto-Light.ttf) format("truetype");
	
}
@font-face {
    font-family:'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.woff) format('woff'),
		 url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family:'Roboto-Medium';
    src: url(../fonts/Roboto-Medium.woff) format('woff'),
		 url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
    font-family:'Roboto-bold';
    src: url(../fonts/Roboto-Bold.woff) format('woff'),
		 url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family:'LiberationSerif-Bold';
    src: url(../fonts/LiberationSerif-Bold.woff) format('woff'),
		 url(../fonts/LiberationSerif-Bold.ttf) format("truetype");
		 
}

@font-face {
    font-family:'LiberationSerif-italic';
    src: url(../fonts/LiberationSerif-Italic.woff) format('woff'),
	     url(../fonts/LiberationSerif-Italic.ttf) format("truetype");
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot');
  src:  url('../fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-otherproducts-icon:before {
  content: "\e900";
}
.icon-cherry-icon:before {
  content: "\e901";
}
.icon-allproducts-icon:before {
  content: "\e902";
}


h1, h2, h3, p {font-weight: normal;}
h5 {font-size: 12px;letter-spacing: 0.5px;line-height: 18px;}
p {
	/* font-family: 'Roboto-Light'; */
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.6em;
    padding: 5px 0;
    text-transform: inherit;
}
h1 {
    font-family: 'Roboto-bold' !important;
    font-size: 58px;
    padding: 10px 0;
    line-height: 1em;
    letter-spacing: 0.02em;
    position: relative;
}
h2 {
    font-family: 'Roboto-bold' !important;
    font-size: 30px;
    /* line-height: 1.5em; */
    padding: 10px 0 5px;
    letter-spacing: 0.02em;
    position: relative;
}

h3 {
    font-family: 'Roboto-bold' !important;
    font-size: 23px;
    line-height: 1.3em;
    padding: 5px 0;
    letter-spacing: 0.02em;
}
.greenTitle {color: rgba(36, 112, 48, 0.99);}
.greenLightTitle {color: rgba(66, 146, 51, 0.99);}
.greenYellowTitle{color: #8cb920;}
.grayText {
    color: rgb(99, 99, 100);
}


/*animation*/
.delay-02s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delay-03s { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.delay-04s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.delay-07s { animation-delay: 0.7s; -webkit-animation-delay: 0.7s; }
.delay-08s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.delay-09s { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; }
.delay-1s { animation-delay: 1.0s; -webkit-animation-delay: 1.0s; }
.delay-1-1s { animation-delay: 1.1s; -webkit-animation-delay: 1.1s; }
.delay-1-2s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }
.delay-1-3s { animation-delay: 1.3s; -webkit-animation-delay: 1.3s; }
.delay-1-4s { animation-delay: 1.4s; -webkit-animation-delay: 1.4s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-1-6s { animation-delay: 1.6s; -webkit-animation-delay: 1.6s; }
.delay-1-7s { animation-delay: 1.7s; -webkit-animation-delay: 1.7s; }
.delay-1-8s { animation-delay: 1.8s; -webkit-animation-delay: 1.8s; }
.delay-1-9s { animation-delay: 1.9s; -webkit-animation-delay: 1.9s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-2-1s { animation-delay: 2.1s; -webkit-animation-delay: 2.1s; }
.delay-2-2s { animation-delay: 2.2s; -webkit-animation-delay: 2.2s; }
.delay-2-4s { animation-delay: 2.4s; -webkit-animation-delay: 2.4s; }
.delay-2-7s { animation-delay: 2.7s; -webkit-animation-delay: 2.7s; }

.animated {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  animation-timing-function:ease;
}

.animatedSlow {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animatedSuperSlow {
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


@keyframes animCloseButton {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  29% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
.animCloseButton {
  -webkit-animation-name: animCloseButton;
          animation-name: animCloseButton;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  animation-timing-function:cubic-bezier(0.16, 0.72, 0.82, 1.13)
}


/*fade in up slow*/
@-webkit-keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpSlow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
          animation-name: fadeInUpSlow;
}

@-webkit-keyframes fadeInUpSlow10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpSlow10 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpSlow10 {
  -webkit-animation-name: fadeInUpSlow10;
          animation-name: fadeInUpSlow10;
}

@keyframes fadeInUpProducts {
  0% {
    opacity: 0;
	  transform: translateY(30px);
	  
  }
  100% {
    opacity: 1;
	  transform:none;
  }
}
.fadeInUpProducts {
  -webkit-animation-name: fadeInUpProducts;
          animation-name: fadeInUpProducts
}


@keyframes fadeInUpSlideProducts {
  0% {
    opacity: 0;
	bottom: -55px;
	  
  }
  100% {
    opacity: 1;
	bottom: 0px;
  }
}
.fadeInUpSlideProducts {
  -webkit-animation-name: fadeInUpSlideProducts;
          animation-name: fadeInUpSlideProducts
}

/*fade*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
   
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
}

.flash {
	display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 13;
	/*opacity: 0;*/
	background: rgb(144, 190, 31);
}

.contTerminos {
	display: none
}
.iconMenu {
	display: none;
}

.infoSlideHome {
	display: block;
	opacity: 0; 
	transition: all;
	transform: translateY(10%);
	transition: all 800ms ease;
}

.iconSlideHomeCont {
    width: 86%;
    
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 26px;
	transform: translateY(-100%);
	transition: all 800ms ease;
	opacity: 0;
}
.iconSlideHomeCont div {
	width: 33.33%;
	text-align: right;
	position: relative;
}
.iconSlideHomeCont div .bajadaDescript {
    display: block;
    font-size: 13px;
    color: white;
    letter-spacing: 0.05em;
    margin-top: 2px;
	margin-right: 39px;
}
.iconSlideHomeCont div .tit {
    font-size: 18px;
    font-family: 'Roboto-bold' !important;
    letter-spacing: 0.05em;
	margin-right: 39px;
}

.iconBoxHome:after {
    position: absolute;
    width: 29px;
    content: "";
    display: inline-block;
    background: url(../images/icon-box-home.svg) no-repeat bottom;
    height: 36px;
    top: 0;
    right: 0;
}
.iconCannedHome:after {
    position: absolute;
    width: 29px;
    content: "";
    display: inline-block;
    background: url(../images/icon-canned-home.svg) no-repeat bottom;
    height: 36px;
    top: 0;
    right: 0;
}
.iconBottleHome:after {
    position: absolute;
    width: 29px;
    content: "";
    display: inline-block;
    background: url(../images/icon-bottle-home.svg) no-repeat bottom;
    height: 37px;
    top: 0;
    right: 0;
}

.bordeMasterPage {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 54px rgba(255,255,255,1.00) solid;
	position: absolute;
	width:100%;
	height:100%;
	z-index: 14;
	pointer-events: none;
}
.mainMenu {
    position: absolute;
    height: 55px;
    z-index: 15;
    /* top: 16px; */
    left: 47px;
}
.mainMenu a {
    height: 40px;
    /* margin-right: 26px; */
    margin: 0 7px;
    padding: 14px 12px 0;
    color: #277232;
    font-size: 17px;
    font-family: 'Roboto-bold' !important;
    display: inline-block;
    position: relative;
	transition: all 300ms ease
}
.mainMenu a:hover:after {
   height: 7px;
   background: #86b321;;
}.mainMenu a:hover {
   color: #86b321;;
}

.mainMenu a:after {
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0px;
    background: rgb(38, 113, 49);
    bottom: 0;
    left: 0;
	transition: all 300ms ease;
}
.mainMenu a.active:after {
    height: 7px;
}

.containerSlide {
	position: absolute;
    width: calc(100% - 108px);
    height: calc(100% - 108px);
    transform: translate(50%, 50%) scale(0.9);
    top: calc(-50% + 108px);
    left: calc(-50% + 108px);
    overflow: hidden;
	background: rgb(239, 239, 239);
	opacity: 0;
	transition: all 600ms ease 200ms;
}

.swiper-slide.swiper-slide-active .containerSlide {
	opacity:1;
	transform: translate(50%, 50%) scale(1);
	
}

.swiper-container {
  	width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed !important;
   /* -webkit-overflow-scrolling: touch;*/
}

.swiper-container-About {
	width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    position: fixed !important;
    /*-webkit-overflow-scrolling: touch;*/
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
       height: 100% !important;
}

.logoCont {
    display: block;
    width: 233px;
    overflow: hidden;
    height: 145px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 13;
    /* top: 100px; */
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-2px);
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.11);
}
a.logo {
    display: block;
    width: 207px;
    height: 126px;
    position: absolute;
    /*overflow: hidden;*/
    z-index: 15;
    background: url(../images/logo-caldana.svg) no-repeat center;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
	transition: all 300ms cubic-bezier(0.36, 0, 0.52, 1.13);
    transform: translateX(-50%) scale(1);
}
a.logo:hover {
    transform: translateX(-50%) scale(0.96);
}
a.logo:before {
    content: "";
    position: absolute;
    height: 168px;
    width: 257px;
    border-radius: 50%;
    /* background: #ff07075c; */
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}



.colDer50, .colIz50 {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}

.colIz50 {/*background: rgba(255,0,4,0.20);*/}
.colDer50 {/*background: rgba(255,0,4,0.40)*/; left: 50%}

.contCenter {
    transform: translateY(-50%);
    top: 55%;
    position: absolute;
    display: inline-block;
	width: 80%;
    max-width: 506px;
}

.conCenterLeft {
    right: 88px;
}
.conCenterRight {
 	left: 88px;
}
.conCenterMaxRight {
    left: 98px;
}
.contCenterMax {
    position: relative;
    width: 80%;
    max-width: 740px;
    top: 160px;
}

.contCenterBigImage {
	overflow: hidden;
    transform: translateY(-50%);
    top: 50%;
    height: 82%;
    width: 80%;
    max-width: 740px;
    position: absolute;
    display: inline-block;
   background-color: rgb(239, 239, 239);
	background-size: cover;
    background-position: center center;
}
.contCenterBigImage:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: #93c01f; */
    background: rgb(239, 239, 239);
    transition: all 600ms ease;
    /* margin-left: -100%; */
}
.contCenterBigImage.anim:after {
     margin-left: -100%;
}


.contCenterBigImageBorder {
    transform: translateY(-50%);
    top: 52%;
    height: 84%;
    width: 80%;
    max-width: 740px;
    position: absolute;
    display: inline-block;
    background: rgba(228,228,228,0.97);
}

.contCenterBigImage .info {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 30px;
}

.contCenterBigImage .info.right {
	left: 35px;
}
.contCenterBigImage .info.left {
	right: 35px;
	left: inherit;
	text-align: right;
}
.contCenterBigImage .info h1 {
    line-height: 1.09em;
    letter-spacing: 0.03em;
	padding: 0 0 10px;
}
.contCenterBigImage .info h5, .fullImmage .info h5 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 20px;
}

.contCenterBigImage .info h5.lineRight:after, .fullImmage .info h5.lineRight:after {
	content: "";
    width: 69px;
    height: 3px;
    background: rgb(140, 185, 32);
    display: inline-block;
    margin-left: 5px;
}
.contCenterBigImage .info h5.lineLeft:before {
	content: "";
    width: 69px;
    height: 3px;
    background: rgb(140, 185, 32);
    display: inline-block;
    margin-right: 5px;
}

.fullImmage .info {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 69px;
    width: 380px;
}
.fullImmage .info h1 {
    font-size: 74px;
}

.fullImmage .info.totalProductNumber:before {
	content: "34";
    position: absolute;
    z-index: -1;
    font-size: 320px;
    font-family: 'Roboto-bold' !important;
    opacity: 0.2;
    color: #92bf1f;
    top: -22px;
    left: -75px;
    letter-spacing: -0.01em;
}

.gradientLayerBlack {
	opacity: 0.6;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49763655462184875) 76%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49763655462184875) 76%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.49763655462184875) 76%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.contCenterBigImageBorder.Right{left: 50px;}
.contCenterBigImageBorder.Left{right: 50px;}
.contCenterBigImage.Right {
    left: 30px;
}
.contCenterBigImage.Left {
    right: 30px;
}


.texAlingDer {
	text-align:right;
}

.line {
    width: 100%;
    height: 2px;
    background: rgb(220, 223, 210);
    margin: 24px 0 12px;
}
.titleShadow {
    font-family: 'Roboto-bold';
    font-size: 186px;
    position: absolute !important;
    z-index: -1;
    display: block;
    /* height: auto; */
    line-height: normal;
    top: -89px !important;
	    color: rgba(183, 194, 157, 0.33);
    /*color: rgba(219, 226, 202, 0.51);*/
    pointer-events: none;
	
    /* transform: translateY(-50%); */
}
.titleShadow_Company {left: 0 !important}
.titleShadow_Presence { left: -302px !important}
.titleShadow_Goals {right: -177px !important; left: inherit !important;}

.titleShadow_Products {left: -302px !important;}
.titleShadow_Contact {left: -242px !important;}

.titleShadow_Fruits {left: -242px !important;}

.fullImmage { 
	display: block; 
	overflow: hidden;
	position: absolute; 
	height: 100%;
	width: 100%;
	background-color:rgba(205,205,205,1.00);
	
    background-size: cover;
    background-position: center center;
}

.fullImmage:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(239, 239, 239);
    transition: all 600ms ease;
}
.fullImmage.anim:after {
     margin-left: -100%;
}


.z-index-1 {
	z-index: -1;
}

.titleDecoDer, .titleDecoIz {    
	position: absolute;
    display: block;
    font-size: 12px;
    width: 95px;
    top: 50%;
    line-height: initial;
    transform: translateY(-50%);
    padding-bottom: 3px;
    padding-top: 8px;
    border-bottom: #277232 2px solid;
}
.titleDecoDer {
	right: -105px;
    text-align: left;
}
.titleDecoIz {
	left: -105px;
    text-align: right;
}

.containerScroll {
    overflow-y: auto;
    /* display: block; */
    width: 100%;
    height: 100%;
}
.behaviorScroll {
	position: relative !important;
}

.boxItemProduct {
	overflow: hidden;
    width: 31.9%;
    margin: 0.7%;
    height: 288px;
    /* box-sizing: border-box; */
    /* margin: 10px 0; */
    position: relative;
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.boxItemProduct:hover .borderItemProduct {
	border: 3px solid rgb(68, 147, 53);	
}
.borderItemProduct {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid rgba(208, 208, 208, 0.44);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: all 700ms ease;
	
}

.boxItemProduct:hover .imageProduct {
	transform: translateY(-47%) scale(1.05);
}

.boxItemProduct:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 50%;
    background: #449335;
    height: 4px;
    display: block;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 3;
}
.containerItemsProducts {
	display: block;
	/*display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-flow: wrap;
	justify-content: space-between;*/
}
/*.containerItemsProducts:after {
  content: "";
  flex: auto;
}*/
ul.menuProducts {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    justify-content: space-between;
    height: 86px;
    border-bottom: 2px solid #d0d0d0;
    border-top: 2px solid #d0d0d0;
    margin: 33px 0 22px;
}

ul.menuProducts li {
    width: 32%;
    /* background: #f4433624; */
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    tansition: ease-in-out .3s;
    font-size: 17px;
    /* line-height: 1.05em; */
    padding: 22px 0 0;
    letter-spacing: 0.01em;
    color: #9d9d9d;
    font-family: 'Roboto-Regular' !important;
    position: relative;
    font-family: 'Roboto-bold' !important;
}
ul.menuProducts li .bajada {
	display: block;
    font-size: 11.5px;
    padding: 3px 0;
    letter-spacing: 0.03em;
}

ul.menuProducts li div {
    padding-left: 24px;
}

ul.menuProducts li .icon-allproducts-icon,
ul.menuProducts li .icon-cherry-icon,
ul.menuProducts li .icon-otherproducts-icon {
    display: inline-block;
    position: absolute;
}
ul.menuProducts li .icon-cherry-icon {
    font-size: 22px;
    left: 1px;
    margin-top: -3px;
}
ul.menuProducts li .icon-otherproducts-icon {
    font-size: 30px;
    left: 1px;
    margin-top: -3px;
}


ul.menuProducts li:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background: rgb(39, 114, 50);
    position: absolute;
    bottom: -1px;
	transition: all 300ms ease;
	    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
ul.menuProducts li:hover:after {

    height: 7px;
}
ul.menuProducts li:hover {
  color: rgba(36, 112, 48, 0.99);
}
ul.menuProducts li.active {
  color: rgba(36, 112, 48, 0.99);
}
ul.menuProducts li.active:after {
  height: 7px;
}
.items-wrapper .item {
  background-color: #333;
  text-align: center;
  color: #fff;
  height: 200px;
  width: 30%;
  overflow: hidden;
  display: block;
  margin: 1%;
  line-height: 200px;
}

.boxItemProduct.is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    pointer-events: none;
}
.boxItemProduct.is-empty:after {
	content: none;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.nameItemBox {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #277232;
    font-size: 12pt;
    letter-spacing: 0.04em;
    line-height: 20px;
}

.imageProduct {
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-47%);
	z-index: -1;
	transition: all 400ms ease;
}

.iconPackaging {
    position: absolute;
    top: 10px;
    left: 13px;
    color: #9e9e9e;
    font-size: 11px;
    letter-spacing: 0.02em;
}


.iconBox, .iconBottle, .iconCanned {
    width: 13px;
    display: inline-block;
    height: 15px;
    margin-right: 2px;
    margin-bottom: -2px;
}
.iconBox {background: url(../images/icon-box.svg) no-repeat bottom;}
.iconCanned {background: url(../images/icon-canned.svg) no-repeat bottom;}
.iconBottle {background: url(../images/icon-bottle.svg) no-repeat bottom;}


.displayOk { display:block !important}
.apearModalRes {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}
.modalProduct {
    display: none;
    position: absolute;
    width: calc(100% - 108px);
    height: calc(100% - 108px);
    overflow: hidden;
    background: rgba(239, 239, 239, 1.0);
    /*opacity: 0;*/
    z-index: 10;
    -webkit-transform: translate3d(150%,-50%,0);
    transform: translate3d(150%,-50%,0);
    -webkit-transition: all 600ms cubic-bezier(0, 0.76, 0.36, 1);
    top: 50%;
	left: 50%;
}

.closeProduct {
    display: block;
    width: 50px;
    height: 50px;
    background: #2e7f33;
    position: absolute;
    right: 20px;
    border-radius: 50%;
    top: 20px;
    z-index: 2;
}

.scrollM {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.contInfoProduct {
    display: block;
    position: absolute;
    width: 1644px;
    height: 100%;
    /*background: rgba(255, 0, 0, 0.15);*/
    transform: translateX(-50%) !important;
    left: 50%;
	
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    justify-content: flex-start;
}

.sceneProduct {
	position: absolute;
	height: 100%;
	width: 100%;

}

.contInfoProduct .colImageBg {
    display: block;
    width: 30%;
    height: 100%;
    /*background: rgba(255,0,4,0.22);*/
	position: relative;
}
.contInfoProduct .colImageProduct {
    display: block;
    width: 40%;
    height: 100%;
    /*background: rgba(190,0,3,0.51);*/
	position: relative;
}
.colImageProduct {
    display: block;
    width: 658px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 2;
    height: 100%;
    /* background: rgba(190,0,3,0.51); */
    /* position: relative; */
    mix-blend-mode: darken;
}
.contInfoProduct .colDetailProduct {
    display: block;
    width: 30%;
    height: 100%;
    /*background: rgba(190, 0, 3, 0.01);*/
	position: relative;
    z-index: 0;
}
.contInfoProduct .contCenterMax {
    width: 100%;
    max-width: inherit;
    top: 178px;
}

.alingIzColInfo {
	justify-content: flex-end;
	
}
.containerScrollInfo {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	overflow-x: hidden;
}

.modalProduct .contCenterBigImage, .modalProduct .contCenterBigImageBorder {
	width: 100%;
	max-width: inherit;
}
.modalProduct .contCenterBigImageBorder  {
	left: -24px;
}
.modalProduct .slick-slide {
    opacity: 0;
    transform: scale(0.8);
	margin: 0px -30px;
	will-change: transform;
	animation-fill-mode: forwards;
	transition-delay: 200ms;
	
}
.modalProduct .slick-active, .modalProduct .slick-current {
    opacity: 1;
	transform: scale(1);
	animation-fill-mode: forwards;
}

.modalProduct h3 {
    font-size: 20px;
    padding: 7px 0;
}


/*slider*/
.regular.slider {
    width: 100%;
    margin: 30px auto 0px;
}

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
		font-size: 38px !important;
    }

.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
}


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

.regularProduct.slider .slick-next {
	right: 20px;
	z-index: 999;
	
}
.regularProduct.slider .slick-prev {
	left: 20px;
	 z-index: 999;
	
}
.regularProduct {
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
}
.regularProduct .slick-dots li button:before {
    font-size: 30px;
    line-height: 30px;
    color: #2e7f33;
}
.regularProduct .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
	color: #2e7f33;
}

/*nuevo slider home*/
.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 50%;
    margin: 0;
    background-color: #93c01f;
	will-change: transform;
}

.slideshow .slick-dotted.slick-slider {
    margin-bottom:0;
    height: 100%;
}

.slideshow .slick-slider .slick-track, .slideshow .slick-slider .slick-list {
    height: 100%;
}

.slideshow .perron .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  will-change: transform;
}

.slideshow .perron .item {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2) translateZ(0);
          transform: scale(1.2) translateZ(0);
	will-change: transform;
}

.slideshow .perron .slick-slide.slick-current.slick-active .item{
	-webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.slideshow .perron .slick-slide {
    margin: inherit !important;
}

.slideshow .perron .slick-slide div {
	height: 100%;
}
.slideshow .slick-dots {
    position: absolute;
    bottom: 218px;
    width: auto;
    z-index: 99999;
    display: block;
    right: -688px;
}

.slideshow .slick-dots li.slick-active {
	color: rgba(40, 115, 51, 1.00);
}

.slideshow .slick-dots li {
    margin: 0 0 0 42px;
	color: rgba(150, 150, 150, 0.98);
	font-size: 13px;
}
.slideshow .slick-dots li:before {
	content: "";
    width: 24px;
    height: 2px;
    background: rgb(179, 179, 179);
    display: block;
    /* margin-bottom: -10px; */
    position: absolute;
    bottom: 7px;
    left: -28px;
}
.slideshow .slick-dots li.slick-active:before {
    background: rgba(40, 115, 51, 1.00);
}

.titleSlideHome {
	height: auto !important;
    left: inherit !important;
    position: absolute;
    z-index: 1;
    right: 50px;
    text-align: right;
    transform: translateY(-50%) translateZ(0);
	will-change: transform;
    top: 48% !important;
    max-width: 676px;
    width: 80%;
    /* background: #ff000000; */
    /*border: 1px solid #ffffff21;*/
}
.titleSlideHome h3 {
    font-family: 'Roboto-Regular' !important;
    font-size: 22px;
    letter-spacing: 0.06em;
    padding: 0;
    display: inline-block;
    position: relative;
	transform:translateZ(0);
	will-change: transform;
}
.titleSlideHome h3:before {
    content: "";
    display: block;
    background: #8cb920;
    width: 120px;
    height: 3px;
    left: -10px;
    position: absolute;
    transform: translateX(-100%);
    display: inline-block;
    bottom: 10px;
}

.titleSlideHome h1 {
	font-size: 86px;
    letter-spacing: 0.035em;
    line-height: 1em;
    transform: translateZ(0);
    will-change: transform;
}
.jumpLine {
	display: block;
}

.barButtonsHome {
	display: block;
	width: 1376px;
	height: 186px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
	background: rgba(231, 233, 230, 1.0);
	transition: all 600ms ease;
}
a.bAboutBar {
    display: block;
    width: 20%;
    height: 100%;
    position: relative;
    /* margin: 0 0 0 auto; */
    background: rgba(47, 107, 56, 0.99);
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform;
}
a.bAboutBar.bNoticias {
    width: 18%;
	background: #e7e9e6;
}
a.bAboutBar.bNoticias .info {
    width: 72%;
    transform: translateX(-50%);
    top: 6px;
    left: 50%;
}

a.bAboutBar.bNoticias h1 {
    font-size: 14px;
    color: #78a30f;
	
    position: absolute;
    /* transform: translateX(-50%); */
    /* left: 50%; */
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 6px;
    box-sizing: border-box;
        top: 10px;
}

a.bAboutBar.bNoticias  h1 .sublineTitle {
    position: relative;
}

a.bAboutBar.bNoticias  h1 .sublineTitle:after {
    content: "";
    position: absolute;
    /*display: block;*/
    width: 100%;
    height: 3px;
    background: #267131;
    bottom: -6px;
	display: none;
}

a.bAboutBar .fullImmage { 
	transition: all 600ms cubic-bezier(0.7, 0, 0.3, 1); 
	transform: scale(1) translateZ(0); 
	mix-blend-mode: multiply; 
	opacity: 0.6;
	will-change: transform;
}
a.bAboutBar:hover .fullImmage {transform: scale(1.2); opacity: 0.8;}

a.bAboutBar .info h1 {
    font-size: 23px;
    padding: 5px 0 8px;
    letter-spacing: 0.05em;
    color: white;
}
a.bAboutBar .info p {
    color: white;
    font-size: 13px;
    letter-spacing: 0.045em;
    line-height: 1.4em;
}

a.bAboutBar .info {
    width: 76%;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
a.bAboutBar .sublineTitle:after {
    content: "";
    position: absolute;
    display: block;
    width: 68px;
    height: 3px;
    background: #8cb920;
    bottom: 3px;
}
.itemsProductsHomeBar {
    position: absolute;
    left: 0;
    /* width: calc(100% - 825px); */
    width: 100%;
    height: 100%;
    /*background: rgba(138, 43, 226, 0.18);*/
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    justify-content: flex-start;
}
.itemVegeta, .itemFruit, .itemOther {
    display: block;
    width: 31%;
    height: 100%;
    position: relative;
}
.itemVegeta {
     /*background: rgba(255,0,4,0.22);*/
}
.itemFruit {
     /*background: rgba(222, 222, 222, 1.00);*/
}

.itemOther {
     background: rgba(222, 222, 222, 1.00);
}

.itemOther:after,.itemVegeta:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #2e7f33;
	transition: all 300ms ease;
}
.itemOther:hover:after, .itemVegeta:hover:after  {
    height: 8px;
}

.itemOther:hover h1.go:after,
.itemVegeta:hover h1.go:after {
    right: -42px;
}

.itemsProductsHomeBar h1 {
    font-size: 20px;
    line-height: 1.05em;
    padding: 5px 0;
    position: relative;
    display: inline-block;
}
.itemsProductsHomeBar .info h5 {
    font-size: 11px;
    letter-spacing: 0.06em;
}

.itemsProductsHomeBar p {
    font-size: 13px;
    letter-spacing: 0.04em;
}

h1.go:after {
        content: "";
    display: block;
    position: absolute;
    background: url(../images/arrow-title-home.svg) center no-repeat;
    width: 26px;
    height: 15px;
    right: -36px;
    /* transform: translateY(-50%); */
    top: 9px;
	transition: all 900ms ease;
}
    

.itemVegeta .info, .itemFruit .info, .itemOther .info {
    width: 162px;
    width: 52%;
    /* max-width: 40%; */
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    top: 50%;
    /* left: 50%; */
    right: 5%;
}
.cantItems {
    font-family: 'Roboto-bold' !important;
    font-size: 26px;
    position: absolute;
    top: 15px;
    color: white;
    letter-spacing: 0.05em;
    line-height: 1em;
    left: 15px;
	
}
.cantItems:before {
    content: "Items";
    font-size: 11px;
    position: absolute;
    right: calc(-100% + 5px);
    line-height: 1em;
    display: inline-block;
    transform: translateY(-50%);
    top: 45%;
    font-family: 'Roboto-Light' !important;
    transition: all 400ms ease;
    opacity: 0;
    /* font-family: 'Roboto-regular' !important; */
}
.itemOther:hover .cantItems:before,
.itemVegeta:hover .cantItems:before {
    right: calc(-100% - 5px);
	opacity: 1;
}

.contImageMinBarHome {
    position: absolute;
    /* width: 43%; */
    /* background: #f443361c; */
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    margin-left: 10px;
    z-index: 0;
    mix-blend-mode: multiply;
    /*transition: all 400ms ease;*/
}
.itemOther:hover .contImageMinBarHome,
.itemVegeta:hover .contImageMinBarHome {
    /*transform: translateY(-50%) scale(1.07);*/
}



/*close button*/

.close-button {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(0.7);
    top: 50%;
    left: 50%;
}
.close-button > div {
  position: relative;
}
.close-button-block {
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.close-button-block:before, .close-button-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(55% - 4px);
  display: block;
  width: 4px;
  height: 25px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background: white;
  transition: all ease-out 280ms;
}
.close-button-block:last-of-type {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.close-button .in .close-button-block:before {
  transition-delay: 280ms;
  -webkit-transform: translateX(20px) translateY(-20px) rotate(45deg);
          transform: translateX(20px) translateY(-20px) rotate(45deg);
}
.close-button .in .close-button-block:after {
  transition-delay: 280ms;
  -webkit-transform: translateX(-22px) translateY(-22px) rotate(-45deg);
          transform: translateX(-22px) translateY(-22px) rotate(-45deg);
}
.close-button .out {
  position: absolute;
  top: 0;
  left: 0;
}
.close-button .out .close-button-block:before {
  -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
          transform: translateX(-5px) translateY(5px) rotate(45deg);
}
.close-button .out .close-button-block:after {
  -webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
          transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.closeProduct:hover .close-button .in .close-button-block:before {
  -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
          transform: translateX(-5px) translateY(5px) rotate(45deg);
}
.closeProduct:hover .close-button .in .close-button-block:after {
  -webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
          transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.closeProduct:hover .close-button .out .close-button-block:before {
  -webkit-transform: translateX(-20px) translateY(20px) rotate(45deg);
          transform: translateX(-20px) translateY(20px) rotate(45deg);
}
.closeProduct:hover .close-button .out .close-button-block:after {
  -webkit-transform: translateX(20px) translateY(20px) rotate(-45deg);
          transform: translateX(20px) translateY(20px) rotate(-45deg);
}


.email {
    right: 58px;
}
.email:after {
    content: "";
    background: url(../images/icon-mail.svg) center center no-repeat;
    width: 22px;
    height: 16px;
    display: block;
    display: inline-block;
    margin-bottom: -3px;
    margin-left: 4px;
}
.footer {
    position: absolute;
    z-index: 15;
    bottom: 15px;
}

.copy {
	left: 58px;
}
.copyicon {
	font-size: 17px;
}

.mapHome {
    position: absolute;
    z-index: 1;
    background: url(../images/map-home.png);
    width: 808px;
    height: 390px;
    transform: translate(40px,-50%);
    top: 40%;
}
.colContentHomen {
	position: absolute;
    z-index: 2;
    width: 688px;
    height: 100%;
    /*background: rgba(255, 0, 4, 0.06);*/
}

.imageProductCollageHome {
    position: absolute;
    width: 542px;
    height: 349px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 222px;
}

h5.infoP {
    letter-spacing: 0.6px;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: -16px;
    margin-top: 50px;
}

.month {
    display: block;
    overflow: hidden;
    width: 16%;
    height: 98px;
    margin-top: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 3px #dcdfd2;
    border-radius: 5px;
    position: relative;
}
.month:after {
    display: block;
    content: "";
    background: url(../images/null.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -29%);
    width: 20px;
    height: 20px;
}
.month.active {
    border-color: #92c01f;
}
.month.active:after {
	display: none;
}
.continerMonth {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.month h1 {
    font-size: 13px;
    text-transform: uppercase;
    color: #b2b2b2;
    position: absolute;
    top: 0;
    padding: 0;
    transform: translate(-53%, 9px);
    left: 50%;
}
.month.active h1 {
	color: #77a30a;
}
.month img {
    width: 72%;
    position: absolute;
    height: auto;
    transform: translate(-51%, -50%);
    top: 60%;
    left: 50%;
    z-index: -1;
	display: none;
}
.month.active img {
	display: block;
}

.width100 {
	width: 100%;
	
}

.regularHome {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    overflow: hidden;
}
.regularHome .slick-list {
    position: relative;
    width: 100%;
    height: 80%;
    top: 15%;
    /* transform: translateY(-50%); */
}
.regularHome .slick-slide {
    margin: 0;
    position: relative;
    height: 100%;
}
.regularHome .slick-track {
    height: 100%;
}
.regularHome .slick-slide div {
    position: relative;
    height: 100%;
}
.regularHome .slick-slide img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.regularHome.slick-slider {
    mix-blend-mode: darken;
}

.regularHome.slick-slider .slick-next {
    right: 5px;
	    z-index: 999;
}
.regularHome.slick-slider .slick-prev {
    left: 5px;
	    z-index: 999;
}

.regularHome .slick-prev:before, .regularHome .slick-next:before {
    font-size: 28px !important;
}


.textQuote {
    color: rgb(163, 163, 163);
    font-size: 14px;
    /*font-style: italic;*/
    padding: 0;
    letter-spacing: 0.05em;
}

.secondTitleForm {
    color: rgb(39, 114, 50);
    font-size: 21px;
}

.contTitInfoContact {
    display: block;
    margin-top: -30%;
}

a.topButton {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 70px;
    background: rgb(147, 192, 31);
    bottom: 22px;
    right: 32px;
    border-radius: 50%;
}

div.arrowT {
    width: 2vmin;
    height: 2vmin;
    box-sizing: border-box;
    position: absolute;
    transform: rotate(-45deg) translate(-50%, -50%);
    /* transform: translate(-50%); */
    top: 40%;
    left: 50%;
}
div.arrowT::before {
  content: '';
  width: 100%;
  height: 100%;
  border-width: .8vmin .8vmin 0 0;
  border-style: solid;
  border-color: #fafafa;
  transition: .2s ease;
  display: block;
  transform-origin: 100% 0;
}
div.arrowT:after {
  content: '';
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 .8vmin 0 0;
  border-style: solid;
  border-color: #fafafa;
  transform-origin: 100% 0;
  transition: .2s ease;
}
a.topButton:hover div.arrowT::after {
  transform: rotate(45deg);
  height: 120%;
}
a.topButton:hover div.arrowT::before {
  transform: scale(0.8);
}

.contInfoContact {
    margin-top: 13%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 71px;
}

.contInfoContact .col1, .contInfoContact .col2 {
	width: 46%;
	
}
.contInfoContact h1 {
    font-size: 17px;
    padding: 0;
}
.contInfoContact p {
    padding-top: 0;
    padding-bottom: 24px;
    font-size: 12px;
}

.contInfoContact .line {
    width: 100%;
    height: 5px;
    background: rgb(39, 114, 50);
    margin: 9px 0 18px;
}


.bajadaTitleP {
    font-size: 14px;
    line-height: 23px;
    margin-top: -6px;
}
.mapMarket {
    position: absolute;
    transform: translate(-36%, -50%);
    left: 50%;
    height: auto;
    top: 50%;
    display: block;
    width: 90%;
    z-index: 0;
}

.containerSlideM{
		display: none;
	}

/*filter*/


.hojasCont {
	display: block;
    position: absolute;
    width: 1400px;
    height: 100%;
   /* background: rgba(255,0,4,0.09);*/
    z-index: 10;
    pointer-events: none;
    transform: translateX(-50%);
    left: 50%;
}

.hojasCont.full {
	width: 100%;
}

.hoja1 {
    position: absolute;
    right: -55px;
    bottom: 10%;
    display: block;
    width: 76px;
    height: 106px;
}
.hoja2 {
    position: absolute;
    left: -22px;
    bottom: 14%;
    display: block;
    width: 65px;
    height: 74px;
}
.hoja3 {
    position: absolute;
    left: 50%;
    bottom: 60%;
    display: block;
    width: 96px;
    height: 50px;
    margin-left: -45px;
}
.hoja4 {
    position: absolute;
    left: 15%;
    top: 30%;
    display: block;
    width: 76px;
    height: 38px;
    margin-left: -45px;
}
.hoja5 {
    position: absolute;
    right: 3%;
    top: 20%;
    display: block;
    width: 77px;
    height: 70px;
}
.hoja6 {
    position: absolute;
    right: 25%;
    top: 10%;
    display: block;
    width: 77px;
    height: 70px;
}


.hoja1about {
    position: absolute;
    right: 5%;
    bottom: 5%;
    display: block;
    width: 76px;
    height: 106px;
}
.hoja2about {
    position: absolute;
    left: 6%;
    bottom: 14%;
    display: block;
    width: 65px;
    height: 74px;
}
.hoja3about {
    position: absolute;
    left: 50%;
    top: 14%;
    display: block;
    width: 96px;
    height: 50px;
    margin-left: -45px;
}

.hoja4about {
    position: absolute;
    left: 12%;
    top: 20%;
    display: block;
    width: 76px;
    height: 38px;
    /* margin-left: 1%; */
}
.hoja5about {
    position: absolute;
    /*right: 5%;*/
	right: 0%;
    top: 42%;
    display: block;
    width: 77px;
    height: 70px;
}


.swiper-scrollbar-drag {
    background: rgb(41, 114, 51) !important;
}

.swiper-container-vertical > .swiper-scrollbar {
    right: 0 !important;
    top: 0.5% !important;
    width: 10px !important;
    height: 99% !important;
}



@media screen and (max-width:1919px){
	.boxItemProduct {
		height: 15vw;
	}
	.contInfoProduct {
		width: 85.5vw;
	}
	.colImageProduct {
		display: block;
		width: 33.5vw;
	}
	.mapHome {
		transform: translate(-50%,-50%);
		top: 40%;
		left: 50%;
	}
	.contCenterMax {
		width: 84%;
	}
	.conCenterMaxRight {
		left: 8%;
	}
}
@media screen and (max-width:1560px){
	.titleSlideHome h1 {
		font-size: 5.4vw;
	}
	.titleSlideHome h3 {
		font-size: 1.3vw;
	}
	.titleSlideHome {
		right: 2vw;
		width: calc(100% - 2vw);
	}
}
@media screen and (max-width:1486px){
	.colContentHomen {
		width: 100%;
	}
	.slideshow .slick-dots {
		right: calc(-100% + 10px);
	}
	.barButtonsHome {
		width: 100%;
	}
	.slideshow .slick-dots {
		bottom: 200px;
	}
	.imageProductCollageHome {
		width: 75%;
		height: auto;
		transform: translate(-50%, -50%);
		top: 50%;
		bottom: inherit;
	}
	.imageProductCollageHome img {
		width:100%;
	}
	.mapHome {
		transform: translate(-50%,-50%) scale(0.8);
	}
}
@media screen and (max-width:1376px){
	h3 {
		font-size: 19px;
		line-height: 1.3em;
		padding: 5px 0;
		letter-spacing: 0.02em;
	}
	.barButtonsHome {
		height: 150px;
	}
	.slideshow .slick-dots {
		bottom: 186px;
	}
	.bordeMasterPage {
		border: 40px rgba(255,255,255,1.00) solid;
	}
	.containerSlide {
		width: calc(100% - 80px);
		height: calc(100% - 80px);
		top: calc(-50% + 80px);
		left: calc(-50% + 80px);
	}
	.itemsProductsHomeBar h1 {
		font-size: 18px;
	}
	h1.go:after {
		width: 22px;
		height: 14px;
		top: 7px;
	}
	.cantItems {
		font-size: 22px;
		top: 9px;
		left: 10px;
	}
	.itemsProductsHomeBar .info h5 {
		line-height: 14px;
	}
	.itemsProductsHomeBar p {
		font-size: 10.9px;
	}
	.contImageMinBarHome {
		transform: translateY(-50%) scale(0.85);
		margin-left: -4px;
	}
	a.bAboutBar.bNoticias h1 {
		font-size: 12px;
		top: 4px;
	}
	.itemVegeta .info, .itemFruit .info, .itemOther .info {
		width: 56%;
	}
	a.bAboutBar .info p {
		font-size: 12px;
		line-height: 1.3em;
	}
	a.bAboutBar .info h1 {
		font-size: inherit;
	}
	.footer {
		bottom: 10px;
	}
	.copy {
		left: 40px;
	}
	.email {
		right: 40px;
	}
	.mainMenu a {
		height: 30px;
		margin: 0 4px;
		padding: 10px 10px 0;
		font-size: 15px;
	}
	.mainMenu {
		height: 40px;
		left: 36px;
	}
	.contCenter {
		width: 75%;
	}
	.conCenterLeft {
		right: 3vw;
	}
	h1 {
		font-size: 46px;
		padding: 7px 0;
	}
	.titleShadow {
		font-size: 167px;
		top: -86px !important;
	}
	p {
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1.55em;
		padding: 4px 0;
	}
	.conCenterRight {
		left: 3vw;
	}
	.logoCont {
		width: 206px;
		height: 132px;
		transform: translate(-50%,-5px);
	}
	a.logo {
		width: 189px;
		height: 113px;
		top: 6px;
		transform: translateX(-50%) scale(1);
	}
	.nameItemBox {
		bottom: 9px;
		font-size: 11pt;
		line-height: 15px;
	}
	.imageProduct {
		width: 80%;
		left: 40%;
		margin-left: -30%;
		transform: translateY(-47%);
	}
	.modalProduct {
		width: calc(100% - 80px);
		height: calc(100% - 80px);
	}
	.modalProduct h3 {
		font-size: 17px;
		padding: 5px 0;
	}
	h2 {
		font-size: 21px;
		padding: 4px 0 1px;
	}
	.contInfoProduct .contCenterMax {
		top: 117px;
	}
	h5.infoP {
		margin-top: 38px;
	}
	.contCenterMax {
		top: 115px;
	}
}


@media screen and (max-width:1112px){
	.contImageMinBarHome {
		transform: translateY(-50%) scale(0.8);
		margin-left: -16px;
	}
}


@media screen and (max-width:1024px){
	h1 {
		font-size: 36px;
	}

	.mainMenu a {
		padding: 10px 5px 0;
		font-size: 15px;
	}
	.itemsProductsHomeBar h1 {
		font-size: 14px;
	}
	.contImageMinBarHome {
		transform: translateY(-50%) scale(0.7);
		margin-left: -18px;
	}
	a.bAboutBar.bNoticias .info {
		width: 84%;
	}
	a.bAboutBar .info {
		width: 88%;
	}
	.itemVegeta .info, .itemFruit .info, .itemOther .info {
		right: 3%;
	}
	h1.go:after {
		display: none;
	}
	.contImageMinBarHome {
		transform: translateY(-50%) scale(0.6);
		margin-left: -33px;
	}
	.mainMenu a {
		padding: 10px 3px 0;
		font-size: 13px;
	}
	a.bAboutBar .info p {
		font-size: 11px;
	}
	.hoja5about {
		right: 1%;
	}
	
}

@media screen and (max-width:768px){
	a.bAboutBar.bNoticias {
		display: none;
	}
	.itemVegeta, .itemFruit, .itemOther {
		width: 37%;
	}
	a.bAboutBar {
		width: 26%;
	}
	
}

@media screen and (max-width:414px){
	h1 {
		font-size: 24px;
	}
	h3 {
		font-size: 14px;
		line-height: 1.5em;
		padding: 5px 0;
	}
	p {
		font-size: 12px;
		line-height: 1.9em;
	}
	a.logo {
		width: 119px;
    height: 72px;
    top: 3px;
	}
	.logoCont {
		width: 126px;
    height: 77px;
    transform: translate(-50%,1px);
	}
	.slideInicio .colDer50 {
		display: none;
	}
	.slideshow {
		max-width: 100%;
	}
	.hojasCont {
		display: none;
	}
	.titleSlideHome h1 {
		font-size: 10.4vw;
	}
	.titleSlideHome h3 {
		font-size: 3.3vw;
	}
	.titleSlideHome h3:before {
		bottom: 1.7vw;
	}
	.bordeMasterPage {
		border: 28px rgba(255,255,255,1.00) solid;
	}
	.containerSlide {
		width: calc(100% - 56px);
		height: calc(100% - 56px);
		top: calc(-50% + 56px);
		left: calc(-50% + 56px);
	}
	.itemOther {
		width: 37%;
		display: none;
	}
	.itemVegeta {
		width: 100%;
	}
	
	.barButtonsHome {
		height: 122px;
	}
	.contImageMinBarHome {
		transform: translateY(-50%) scale(0.6);
    margin-left: -23px;
	}
	.itemVegeta .info, .itemFruit .info, .itemOther .info {
		width: 60%;
	}
	.iconSlideHomeCont div .tit {
		font-size: 4.2vw;
		    margin-right: 7vw;
	}
	.iconBoxHome:after {
		width: 5vw;
		background: url(../images/icon-box-home.svg) no-repeat top;
		right: 0vw;
	}
	.iconCannedHome:after {
		width: 5vw;
		background: url(../images/icon-canned-home.svg) no-repeat top;
		right: 0vw;
	}
	
	.iconBottleHome:after {
		width: 5vw;
		background: url(../images/icon-bottle-home.svg) no-repeat top;
		right: 0vw;
	}
	.iconSlideHomeCont div .bajadaDescript {
		font-size: 2.8vw;
		letter-spacing: 0em;
		margin-top: 0.2vw;
		margin-right: 7.1vw;
	}
	.iconSlideHomeCont {
		width: 100%;
		margin-right: 1px;
		margin-top: 4vw;
	}
	.footer {
	}
	h5.footer {
		font-size: 10px;
		letter-spacing: 0.5px;
		line-height: 1em;
		bottom: 8px;
	}
	.copyicon {
		font-size: 14px;
	}
	.copy {
		left: 50%;
		transform: translateX(-50%);
	}
	a.bAboutBar {
		width: 38%;
		display: none;
	}
	h1.go:after {
		display: block;
		width: 26px;
		height: 15px;
		right: -36px;
		top: 4px;
	}
	a.logo:before {
		height: 91px;
		width: 147px;
	}
	.slideAbout .colDer50, .slideAbout .colIz50 {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
	}
	.swiper-container-fade .swiper-slide.slideAbout .swiper-slide {
		pointer-events: all;
	}
	.containerSlideM {
		display: block;
		position: relative;
		width: 100%;
		overflow-x: hidden;
		margin: 16px 0 12px;
	}
	.sectionPage {
		width: 88%;
		margin: 60px 6%;
		    position: relative;
	}
	.slideAbout .containerSlide{
		overflow-y: auto;
    	overflow-x: hidden;
	}
	
	.titleDecoDer, .titleDecoIz {
		display: none;
	}
	.titleShadow {
		font-size: 62px;
		line-height: 1em;
		left: -6px !important;
		top: -19px !important;
	}
	.contCenterBigImage {
		margin: 20px 0;
		left: 0;
		transform: inherit;
		top: inherit;
		height: 209px;
		width: 100%;
		position: relative;
		display: block;
	}
	.contCenterBigImage:after {
		display: none;
	}
	.contCenterBigImage.Right {
		left:0;
	}
	.mapMarket {
		position: relative;
		left: 50%;
		top: inherit;
		width: 120%;
		transform: translateX(-50%);
		margin: 20px 0;
	}
	
	.line {
		width: 100%;
		height: 2px;
		background: rgb(220, 223, 210);
		margin: 14px 0 12px;
	}
	.contCenterBigImage .info h5, .fullImmage .info h5 {
		display: none;
	}
	.contCenterBigImage .info {
		bottom: 7px;
		left: 18px !important;
	}
	a.topButton {
		width: 40px;
		height: 40px;
		bottom: 0;
		right: 10px;
	}
	.slideProducts .colIz50 {
		display: none;
	}
	.colDer50 {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.boxItemProduct {
		height: 46vw;
		width: 48%;
		margin: 1%;
	}
	.contCenterMax {
		width: 88%;
		left: inherit !important;
		margin: 0 6%;
	}
	.contCenterMax {
		top: 86px;
	}
	ul.menuProducts {
		margin: 14px 0 22px;
		    height: 68px;
	}
	ul.menuProducts li .bajada {
		display: none;
	}
	ul.menuProducts li div {
		padding-left: 20px;
	}
	ul.menuProducts li {
		font-size: 13px;
		padding: 18px 0 0;
	}
	ul.menuProducts li .icon-cherry-icon {
		font-size: 18px;
	}
	ul.menuProducts li .icon-otherproducts-icon {
		font-size: 22px;
		left: 2px;
		margin-top: -6px;
	}
	.contInfoProduct .colImageBg {
		display: none;
	}
	.modalProduct {
		width: calc(100% - 56px);
		height: calc(100% - 56px);
	}
	.colImageProduct {
		width: 100%;
		position: relative;
		height: 72vw;
		margin: 40px 0 10px;
	}
	.contInfoProduct {
		width: 100%;
	}
	.contInfoProduct .colDetailProduct {
		width: 100%;
	}
	.contInfoProduct .contCenterMax {
		width: 88%;
		max-width: inherit;
		top: inherit;
		margin: 20px 6% 0px;
	}
	.containerScrollInfo {
		height: auto;
		display: block;
		overflow-y: hidden;
		overflow-x: hidden;
		position: initial;
	}
	.closeProduct {
		right: 3px;
		top: 2px;
		z-index: 999;
		transform: scale(0.8);
	}
	.scrollM {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}
	.regularProduct {
		height: 100%;
		margin-bottom: 0 !important;
		top: 50%;
	}
	.modalProduct .slick-list {
		width: 100%;
		height: 100%;
		padding: 0 !important;
	}
	.modalProduct .slick-slide {
		min-height: 1px;
		margin: 0 20px !important;
		height: 100%;
	}
	.modalProduct .slick-track {
		height: 100%;
	}
	.modalProduct .slick-slide div {
		height: 100%;
	}
	.modalProduct .slick-slide img {
		transform: translateY(-50%);
		top: 50%;
		position: relative;
	}
	.modalProduct .slick-dots {
		bottom: 15px !important;
	}
	.bajadaTitleP {
		font-size: 11px;
		line-height: 1.3em;
		margin-top: 2px;
	}
	h5.infoP {
		margin-top: 37px;
		padding-bottom: 10px;
		font-size: 13px;
		font-weight: bolder;
	}
	.regularProduct.slider .slick-prev {
		left: 6px;
	}
	.regularProduct.slider .slick-next {
		right: 6px;
	}
	.slick-prev:before, .slick-next:before {
		font-size: 32px !important;
	}
	.month {
		width: 23%;
		height: 74px;
		margin-top: 7px;
		border: solid 2px #dcdfd2;
	}
	.slideQuality .contCenterBigImageBorder.Left {
		display: none;
	}
	.slideQuality .colIz50 {
		/* background: rgba(255,0,4,0.20); */
		display: none;
	}
	.slideQuality .contCenter {
		width: 88%;
		margin: 79px 6% 30px;
		left: 0 !important;
		top: 0;
		transform: inherit;
	}
	.slideQuality .colDer50 {
		overflow-y: auto;
		overflow-x: hidden;
	}
	.slideQuality .contCenterBigImage .info {
		display: none;
	}
	.slideQuality .gradientLayerBlack {display: none;}
	.slideQuality .contCenterBigImage {
		height: 170px;
	}
	.slideQuality .regular.slider {
		width: 100%;
		margin: 15px auto 0px;
	}
	
	.slideQuality .slick-dotted.slick-slider {
		margin-bottom: 5px;
		transform: scale(0.8);
		
	}
	.slideContacto .colIz50 {
		/* background: rgba(255,0,4,0.20); */
		display: none;
	}
	.slideContacto .containerScroll {
		overflow-x: hidden;
	}
	.secondTitleForm {
		font-size: 14px;
	}
	.textQuote {
		color: rgb(145, 145, 145);
		font-size: 12px;
		letter-spacing: 0.03em;
	}
	.contInfoContact .col1, .contInfoContact .col2 {
		width: 100%;
		margin-bottom: 25px;
	}
	.contInfoContact {
		margin-bottom: 0px;
	}
	
	.contTerminos {
		display:none;
		position:absolute;
		width:100%;
		height:100%;
		background: rgba(138, 186, 32, 0.91);
		opacity:0;
		z-index: 998;
		-webkit-transform: translate3d(0,-15%,0) scale(0.8);
		transform: translate3d(0,-15%,0) scale(0.6);
				transition: all 250ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
		-webkit-transition: all 250ms cubic-bezier(0.470, 0.000, 0.745, 0.715);
	}

	.menucontent {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		text-align: center;
	}
	.displayOk { display:block !important}
	.disapearTerminos {
		opacity:0;
		-webkit-transform: translate3d(0,-10%,0) scale(0.7);
		transform: translate3d(0,-10%,0) scale(0.7);
		z-index: 998 !important;
	}
	.disapearModalRes {
		opacity:0;
		-webkit-transform: translate3d(0,-15%,0) scale(0.7);
		transform: translate3d(0,-15%,0) scale(0.7);
		z-index: 999 !important;
	}
	.disapearHabModal {z-index:998 !important;}
	.apearTerminos {
		opacity:1 !important;
		-webkit-transform:translate3d(0,0,0) !important;
		transform:translate3d(0,0,0) !important;
		z-index: 998 !important;
		overflow: hidden;
	}
	.apearModalRes {
		opacity:1 !important;
		-webkit-transform:translate3d(0,0,0) !important;
		transform:translate3d(0,0,0) !important;
		z-index: 999 !important;
		overflow: hidden;
		top: 0;
	}
	.disapearMenu {
		opacity: 0;
		transform: scale(0.7) !important;
		z-index: 1 !important;
	}
	.contTerminos .textShadow {
		color: rgba(165, 139, 56, 0.07);
	}
	a.itemMenu {
		font-family: 'Roboto-bold' !important;
		font-size: 27px;
		letter-spacing: 0.1em;
		padding-left: 7px;
		line-height: 21px;
		text-transform: uppercase;
		font-weight: 100 !important;
		color: rgba(231, 249, 190, 0.88);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		justify-content: space-around;
		position: relative;
	}
	a.itemMenu.active {color: rgb(255, 255, 255);}
	.menuHead { display:block; position:relative; width:100%; height: 22%;}
	.menuBody {position:relative; width:100%; height:45%;flex-direction: column; display: inline-grid;}
	.menuLine{
		position: relative;
		background: url(../images/detail-deco-menu.svg) no-repeat;
		width: 201px;
		height: 8px;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		left: 50%;
	}
	
	.headCallTelf {
		font-family: 'Liberation Serif Italic' !important;
		position: absolute;
		z-index: 3;
		color: rgb(181, 142, 34);
		left: 56px;
		display: block;
		height: 28px;
		padding-top: 12px;
		font-size: 14px;
		top: 0;
	}
	.menuMail {
		
		position: absolute;
		color: rgb(181, 142, 34);
		width: 100%;
		bottom: inherit;
		top: 82%;
		height: 5%;
		font-size: 20px;
		display: grid;
		transform: inherit;
		left: inherit;
	}
	a .menuButtonFace {
		bottom: 20px;
		display: block;
		position: absolute;
		top: 92%;
		right: inherit;
		width: 11%;
		height: 4%;
		background: url(../images/menu-icon-face.svg) no-repeat center center;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		left: 35%;
	}
	a .menuButtonTw {
		bottom: 20px;
		display: block;
		position: absolute;
		top: 92%;
		right: inherit;
		width: 10%;
		height: 4%;
		background: url(../images/menu-icon-tw.svg) no-repeat center center;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		left: 50%;
	}
	a .menuButtonIns {
		bottom: 20px;
		display: block;
		position: absolute;
		top: 92%;
		right: inherit;
		width: 11%;
		height: 4%;
		background: url(../images/menu-icon-ins.svg) no-repeat center center;
			-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
		left: 65%;
	}

	.logoMenu {
		display: block;
		background: url(../images/logo-home.svg) center no-repeat;
		width: 100%;
		height: 66%;
		position: absolute;
		top: 13%;
	}
	.iconMenu {
		display: block;
	}
	.iconMenu {
		position: absolute;
		z-index: 15;
		width: 50px;
		height: 49px;
		left: 0;
		top: 0px;
		background: white;
	}
	.iconMenu:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 51px;
		height: 60px;
		display: block;
	}
	.iconMenu:before {
		content: "";
		position: absolute;
		background: url(../images/icon-menu.svg) center no-repeat;
		width: 24px;
		height: 19px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.mainMenu {
		display: none;
	}
	.closeMenu {
		position: absolute;
		z-index: 3;
		width: 45px;
		height: 40px;
		left: 0;
		top: 0px;
		/*background:rgba(255,0,4,0.60)*/
	}
	.closeMenu:before {
		content: "";
		z-index: 2;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 20px;
		height: 20px;
		background: url(../images/close-menu.svg) no-repeat center center;
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	.closeMenu:after {
		content: "";
		display: block;
		position: absolute;
		width: 70px;
		height: 55px;
	}

	
}


