/*
________________________________________
________________________________________

|| \\          ||          ||\\       ||
||   \\       // \\        || \\      ||
||    \\     //   \\       ||  \\     ||
||     ||   //     \\      ||   \\    ||
||     ||  //       \\     ||    \\   ||
||    //  //=========\\    ||     \\  ||
||   //  //           \\   ||      \\ ||
|| //   //             \\  ||       \\||   
________________________________________
________________________________________
*/

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*LOADER*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: #1FB870;
}
.se-pre-con .loader{
    position: absolute;
    left: -webkit-calc( 50% - 32px );
    left:         calc( 50% - 32px );
    top: 55%;
}
.se-pre-con .natloader{
    width: 240px;
    height: auto;
    position: absolute;
    left: -webkit-calc( 50% - 120px );
    left:         calc( 50% - 120px );
    top: 36%;
}

/*Content*/
*{margin:0;padding:0;}
html,body{
    font-family:'Open Sans', sans-serif;
    background-color:#fff;
    width: auto;
}
.seccion2, .section3, .middle, .middle2, .certified,.contact,.section4, .section5{
    overflow: hidden;
}
.navbar-fixed-top{
    background-color:transparent;
    font-family:'Open Sans', sans-serif;
    color: #fff;
}
.navbar-header > button{
    background-color: #fff;
}
.navbar-header > button > span{
    background-color: #000;
}
#link,#link1,#link2,#link3,#link4{
    font-family: 'Montserrat', sans-serif;
    color:#676767;
    text-decoration: none;
    font-weight:600;
    font-size:16px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
#link:before{
    background-color: #2ECFFF;
}
#link1:before{
    background-color: #42E95B;
}
#link2:before{
    background-color: #FFB74A;
}
#link3:before{
    background-color: #FF534A;
}
#link4:before{
    background-color: #208CFF;
}
/*SECCIÓN 2*/
.seccion2 .container-fluid{
    margin: 0;
    padding: 0;
}
.seccion2,.seccion2 .row{
    height: 100vh !important;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: auto;
}
.seccion2 .container-fluid .row > img{
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    left: 40%;
    width: 300px;
}
.start-screen{
    width: 100%;
    height:auto;
    position:relative;
    top: 35%;
}
.start-screen > h1{
    font-size: 70px;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 3px 28px rgba(0, 0, 0, 0.39);
}
.start-screen > a{
    margin-top: 40px;
    width: 180px;
    position: relative;
    left: 44%;
    font-size: 18px;
    text-align: center;
    color:#fff;
    font-weight: 700;
    border: 3px solid #fff;
    border-radius: 0;
    padding: 5px;
    text-transform: uppercase;
    text-shadow: 0px 3px 28px rgba(0, 0, 0, 0.39);
}
.start-screen > a:hover{
    background:#fff;
    color:#303030;
    border: 3px solid #fff;
    text-decoration: none;
}
/*Sección TRES*/
.section3{
    background-image: url(../img/natmex.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.section3 .container-fluid{
    height: auto;
}
.section3 .label{
    position: relative;
    top: 30%;
}
/*FIRST SUB SECTION*/
.up{
    height: 100%;
    width:auto;
    color:#222;
    overflow: hidden;
    margin-bottom: 60px;
}
.up h1{
    font-family:'Montserrat',sans-serif;
    text-align: left;
    width:150px;
    margin-top: 15%;
    font-size: 100px;
    font-weight: 800;
    border-top-width: 50px;
    padding: 10px 0px 0px 10px;
    border-top: 5px solid rgba(66,233,91,0.6);
}
.text hr { 
    margin: 0 auto;
    margin-top: 30px;
    border-top: 2px solid #FF4949; 
}
.text p{
    margin: 0 auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    text-align: justify;
}
/*Middle*/
.section3 h2{
    text-align: center;
    color:#444;
    font-size:50px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    width: 100%;
        /*
    line-height:0.1em; 
    margin:10px 0 20px; 
*/
}
/*
.section3 h2 span{
    background-color:#fff;
    padding:0 10px;
}
*/
/*SECOND SUB SECTION*/
.content{
    margin-top: 60px;
    height:auto;
    overflow: hidden;
    margin-bottom: 12%;
}
.content h1{
    color:#11CA00;
    font-size:40px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align:center;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}
.content p{
    margin-left: 20px;
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
/*Middle Section*/
.middle, .middle2,.certified{
    width: 100%;
    margin: 0;
    padding: 0;
}
.middle .container-fluid, .middle2 .container-fluid{
    padding: 0;
}
.middle2 .container-fluid, .middle2 .row, .middle .container-fluid, .middle .row{
    position: relative;
    height: 100vh !important;
    min-height: 100%;
    margin: 0;
    width: 100%;
}
.parallax, .parallax2{
    background:url('../img/l-parallax.webp') 50%;
	color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
	height:100%;
	margin: 0;
	padding: 18% 0 0 0;
	background-size: cover;
}
.parallax h1, .parallax2 h1{
    font-family:'Montserrat',sans-serif;
    text-align: center;
    color:#fff;
    width:auto;
    font-weight: 800;
    border-top-width: 50px;
    text-transform: uppercase;
}
.parallax h1{
    font-size: 60px;
}
.parallax2{
    background:url('../img/l-19.webp') 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    background-attachment: fixed;     
    height:auto;
	margin: 0;
	padding: 20% 0 0 0;
    background-size: cover;
}
.parallax2 h1{
    position: relative;
    color: #fff;
    font-size: 70px;
}
.parallax a, .parallax2 a{
    position: relative;
    top: 0;
    padding: 20px;
    margin-top: 50px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    width:100%;
    height: auto;
    color: #fff;
    left: calc(50% - 60px);
    left: -webkit-calc(50% - 60px);
}
.parallax a i, .parallax2 a i{
    position: relative;
}
/*Section4*/
.section4 .container-fluid{
    height: auto;
}
.section4 .container-fluid .row{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section4{
    background-color: #FFF;
}
.section4 .spectacular h1{
    color:#303030;
    font-family:'Montserrat',sans-serif;
    text-align: center;
    width:100%;
    margin-top: 5%;
    font-size: 80px;
    font-weight: 800;
}
.section4 p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #303030;
}
.products,.products2{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    position: relative;
}
.col-lg-3,.col-lg-4{
    margin: 0;
    padding: 0;
}
.triangle{
	width: 0;
	height: 0;
    position:absolute;
    z-index: 10;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    border-top: 70px solid #FFE40F;
	border-left: 70px solid transparent;
}
.fa-star{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    margin-top: 18px;
    margin-right: 18px;
    color:#FFBC11;
}
/*IMAGE EFFECTS*/
#pro,#pro1,#pro2,#pro3,#pro4,#pro5,#pro6,#pro7{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    border: 10px solid #fff;
    background-image: url(../img/default.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
/*
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
*/
    overflow: hidden;
}
#pro .change1,#pro1 .change2, #pro2 .change3, #pro3 .change4, #pro4 .change5, #pro5 .change6,#pro6 .change7, #pro7 .change8{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    /*height: 100%;*/
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
    -webkit-filter:grayscale(100%); /*Chrome 19+ & Safari 6+ */
}
#pro:hover .change1,#pro1:hover .change2,#pro2:hover .change3,#pro3:hover .change4,#pro4:hover .change5,#pro5:hover .change6,#pro6:hover .change7,#pro7:hover .change8{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}
.o2 img, .o4 img, .o5 img, .o6 img, .o7 img{
    margin-top:-40px;
    height:auto;
    width:100%;
}
/*Text Inside*/
.products h1, .products2 h1{
    z-index: 10;
    position: relative;
    color:#fff;
    font-size: 40px;
    text-align: center;
    top: calc(50% - 60px);
    margin: 0 auto;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
}
/*POSITION OF THE LAST IMG */
.products2 #pro6 h1, .products2 #pro4 h1{
    top: calc(50% - 100px);
    position: relative;
}
.products2 #pro6 .btn, .products2 #pro4 .btn{
    margin-top: 110px;
}
/*FINISH*/
.products .btn, .products2 .btn{
    z-index: 99;
    border-radius: 0;
    width:100px;
    color:#fff;
    border: 3px solid rgba(255,255,255,0.7);
    background:transparent;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    cursor:pointer;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
    margin-top: 150px;
    transition:background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear; /* Chrome y Safari */
    -o-transition: background-color 0.2s linear; /* Opera */
    -moz-transition: background-color 0.2s linear; /* Mozilla Firefox */
    -ms-transition: background-color 0.2s linear; /* Internet Explorer */
}
.products .btn:hover, .products2 .btn:hover{
    background:rgba(255,255,255,1);
    color:#303030;
}
.real{
    display: none;
    padding: 0;
    margin: 0;
    position: relative;
}
/*INFORMATION BOXES*/
.triangle1{
	width: 0;
	height: 0;
    position:absolute;
    z-index: 1;
    top: 0;
    left: 10%;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid #F2F2F2;
}
/*POSITION TRIANGLE*/
#info2 .triangle1{
    right: 48%;
    left: auto;
}
#info3 .triangle1{
    border-bottom: 40px solid #FFCA19;
    right: 11%;
    left: auto;
    z-index: 0;
}
#info5 .triangle1{
    left: 36%;
    z-index: 0;
}
#info6 .triangle1{
    right: 35%;
    left: auto;
    z-index: 0;
}
#info7 .triangle1{
    right: 11%;
    left: auto;
    z-index: 0;
}
/*boxes*/
#info1,#info2,#info3,#info4,#info5,#info6,#info7,#info8{
    width:-webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
 } 
.info{
    margin-top: 20px;
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-left: 30px;
}
.ex{
    padding: 10px;
    margin-top: 20px;
    padding: 20px;  
    background-color: #F2F2F2;
}
#info1 h1{
    color:#FFD117;
}
#info2 h1{
    color:#00D338;
}
#info3 h1{
    margin: 0;
}
#info3 h2{
    color:#fff;
    text-align: left;
    margin-left: 5px;
    margin-bottom: -5px;
}
#info4 h1{
    color:#FFA010;
    text-align: left;
    font-size: 60px;
    margin-left: 5px;
}
#info5 h1{
    color:#FFD40E;
    text-align: left;
    margin-left: 5px;
    margin-bottom: -5px;
}
#info6 h1{
    color:#FFA912;
}
#info7 h1{
    color:#FF3F0E;
}
#info1 .info, #info1 .ex, #info1 .bg1{
    height: 320px;
}
#info2 .info, #info2 .ex, #info2 .bg2{
    height: 390px;
}
#info3 .info, #info3 .ex, #info3 .bg3{
    background-color: #FFCA19;
    height: 470px;
}
#info4 .info, #info4 .ex, #info4 .bg4{
    height: 380px;
}
#info5 .info, #info5 .ex, #info5 .bg5{
    height: 350px;
}
#info6 .info, #info6 .ex, #info6 .bg6{
    height: 280px;
}
#info7 .info, #info7 .ex, #info7 .bg7{
    height: 300px;
}
/*
ORGANIC AND CONVENTIONAL PRODUCTS
JUSTO FOR: VANILLA, LEMON, BANANA, COFFEE AND BELL.
*/
.info h3{
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-top: 0px;
    letter-spacing: 0.5em;
}
.info p{
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.ex p{
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.production{
    position: relative;
    margin-top: 50px;
}
.real h1,.real h2{
    text-transform: uppercase;
}
.real h1{
    padding: 0;
    /* margin-top: 40px;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-align: left;
    color:#fff;
}
.real h2{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.cl1,.cl2,.cl3,.cl4,.cl5,.cl6,.cl7{
    background-color: #DADADA;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    margin-right: 10px;
    padding: 5px;
    top:30px;
    z-index: 10;
    overflow: hidden;
    color:#303030;
    font-family:'Montserrat',sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.cl1:hover{
    text-decoration: none;
    background-color: #FFD117;
    color:#fff;
}
.cl2:hover{
    text-decoration: none;
    background-color: #00D238;
    color:#fff;
}
.cl4:hover{
    text-decoration: none;
    background-color: #FFA010;
    color:#fff;
}
.cl5:hover{
    text-decoration: none;
    background-color: #94FF10;
    color:#fff;
}
.cl6:hover{
    text-decoration: none;
    background-color: #FFA912;
    color:#fff;
}
.cl7:hover{
    text-decoration: none;
    background-color: #FF3F0E;
    color:#fff;
}
.cl3{
    background-color: #ECD20B;
}
.cl3:hover{
    text-decoration: none;
    background-color: #FFFFFF;
    color:#303030;
}
.real a{
    font-size: 15px;
    font-weight: 400;
    
}
/*SECTION FOR IMGS*/
.bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7 {
    overflow: hidden;
    padding: 10px;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}
.bg1{
    background-image: url(../img/sq-vanila.webp);
}
.bg2{
    background-image: url(../img/sq-lemon2.webp);
    background-position: right;
}
.bg3{
    background-image: url(../img/sq-banana.webp);
}
.bg4{
    background-image: url(../img/sq-coffee.webp);
}
.bg5{
    background-image: url(../img/sq-maiz.webp);
}
.bg6{
    background-image: url(../img/sq-orange.webp);
}
.bg7{
    background-image: url(../img/sq-bellota.webp);
}
/*LINKS ON IMAGES*/
.bg1 a, .bg2 a, .bg3 a, .bg4 a, .bg5 a, .bg6 a, .bg7 a{
    z-index: 999;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: auto;
    top: calc(50% - 20px);
    left: calc(50% - 60px);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding: 7px;
    border: 3px solid #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
} 
.bg1 a:hover, .bg2 a:hover, .bg3 a:hover, .bg4 a:hover, .bg5 a:hover, .bg6 a:hover, .bg7 a:hover{
    text-decoration: none;
    background-color: #fff;
    color:#303030;
}
/*HACER MAS GRANDE FONTAWESOME*/
.fa-5x{
    font-size:6em;
}
/*Trades*/
.trades{
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    height: auto;
    z-index: 999;
}
.trades .container-fluid, .trades .container-fluid .row{
    position: relative;
}
.trade{
    position: relative;
}
.trade h3{
    position: relative;
    margin-top: 15%;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    font-size: 60px;
    font-weight: 800;
    word-spacing: 0.09em;
    text-transform: uppercase;
    padding-right: 30px;
}
.trade-img{
    margin-top: 50px;
    height: 300px;
    width: 33%;
    overflow: hidden;
    margin: 0 auto;
}
.trade-img > .natmex{
    left: -webkit-calc(50% - 175px);
    left: calc(50% - 175px);
    top: 25%;
    width: 350px;
    -webkit-filter: drop-shadow(0px 5px 9px rgba(0, 0, 0, 0.24));
    filter: drop-shadow(0px 5px 9px rgba(0, 0, 0, 0.24));
}
.trade-img > .limexiko{
    float: left;
    margin-left: 40px;
    top: 10%;
    width: 350px;
    -webkit-filter: drop-shadow(0px 5px 9px rgba(0, 0, 0, 0.24));
    filter: drop-shadow(0px 5px 9px rgba(0, 0, 0, 0.24));
}
.trade-img img{
    position: relative;
}
/*Section 5 - SERVICES*/
.section5 .container-fluid{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
}
.section5 .container-fluid .row{
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.section5{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    margin-bottom: 10%;
}
.section5 h1{
    color:#303030;
    font-family:'Montserrat',sans-serif;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: -20px;
    margin-top: 100px;
}
.section5 h2{
    color:#303030;
    font-family:'Montserrat',sans-serif;
    text-align: center;
    width:100%;
    font-size: 30px;
    font-weight: 600;
    margin-top: 3%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section5 h3{
    color:#303030;
    font-family:'Open Sans',sans-serif;
    text-align: center;
    width:100%;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}
.section5 p{
    width: 90%;
    text-align: justify;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.section5 .col-lg-6{
    height:550px;
    padding-top: 25px;
}
.section5 .services{
    width: 150px;
    height: 150px;
    color:#fff;
    background-color:transparent;
    padding: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #7BDF00;
    position: relative;
    overflow: hidden;
}
.section5 .services > img{
    position: relative;
}
#iconservice{
    width: 100px;
    height: 100px;
    fill:#303030;
}
.outter{
    background:url('../img/example.webp') 50%;
    background-repeat: no-repeat;
    height:auto;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.inner{
    background:url('../img/example2.webp') 50%;
    background-repeat: no-repeat;
    height:auto;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.button{
    position: relative;
    top: 40px;
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px);
    text-align: center;
    margin: 0 auto;
    padding-top: 8px;
    width: 160px;
    height: 40px;
    background-color:#7BDF00;
    color:#fff;
    font-size: 18px;
    font-family:'Montserrat',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.button:hover{
    text-decoration: none;
    color:#7BDF00;
    background-color:#fff;
    padding-top: 6px;
    border: 3px solid #7BDF00;
}
.certified{
    margin-bottom: 50px;
}
.tada {
  -vendor-animation-duration: 10s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
.certified .container-fluid, .certified .row{
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.certified h1{
    color:#303030;
    font-family:'Montserrat',sans-serif;
    text-align: center;
    width:100%;
    font-size: 70px;
    font-weight: 200;
    margin-bottom: 50px;
}
/*
CERTIFIED LOGOS
*/
.cert, .cert2{
   height: auto; 
}
.logo1,.logo2,.logo3,.logo4,.logo5,.logo6,.logo41{
    margin: 20px;
    overflow: hidden;
    position: relative;
}
.logo2, .logo3, .logo6{
    height: auto;
    width: 90px;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
}
.logo4{
    width: 150px;
    left: -webkit-calc(50% - 75px);
    left: calc(50% - 75px);
}
.logo41{
    height: auto;
    width: 90px;
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
}
.logo1{
    width: 200px;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
}
.logo5{
    width: 200px;
    left: -webkit-calc(50% - 140px);
    left: calc(50% - 140px);
}
.logo51{
    width: 130px;
    margin-top: 20px;
    left: -webkit-calc(50% - 140px);
    left: calc(50% - 140px);
}
/*
CONTACTO
*/
.contact{
    margin: 0;
    padding: 0;
    height: auto;
    min-height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}
.contact .container-fluid .row{
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
}
.contact{
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 20px;
    background-color: #fff;
    border-bottom: 2px solid #c0c0c0;
}
.contact h1{
    color:#303030;
    font-family:'Montserrat',sans-serif;
    text-align: center;
    width:100%;
    font-size: 100px;
    font-weight: 200;
    margin-top: 7%;
    margin-bottom: -20px;
}
.contact p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}
.form{
    padding: 2%;
    margin-top: 30px;
    height:100%;
    font-family:'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}
.form label{
    font-family:'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7BDF00;
}
.contact .button{
    top:20px;
    width: 100%;
    text-shadow: none;
    border: none;
    padding-top: 4px;
    left: -webkit-calc(0%);
    left: calc(0%);
    background-color: #FF5050;
}
.contact .button:hover{
    text-decoration: none;
    color:#FF5050;
    background-color:#fff;
    padding-top: 4px;
    border: 3px solid #FF5050;
}
textarea{
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    resize: none;
    border: 0px solid #fff;
    background-color:rgba(230,230,230,0.8);
    padding: 10px;
}
input{
    width: -webkit-calc(100% - 10px);
    margin-bottom: -10px;
    background-color:rgba(230,230,230,0.8);
    border: 0px solid #fff;
    padding-left: 10px;
    color:#fff;
}
input::-webkit-input-placeholder {
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
    color:#303030;
    font-weight: 300;
}
input:-moz-placeholder {
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
    color:#303030;
    font-weight: 300;
}
input:-ms-input-placeholder {
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
    color:#303030;
    font-weight: 300;
}
input[placeholder] {
    font-size: 15px;
    height: 35px;
    padding-left: 10px;
    color:#303030;
    font-weight: 300;
}
textarea[placeholder] {
    font-size: 15px;
    height: auto;
    padding-left: 10px;
    color:#303030;
    font-weight: 300;
}
.map{
    padding: 0;
    margin-top: 40px;
}
.contact h2{
    text-align: center;
    color:#444;
    font-size:35px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Montserrat',sans-serif;
    border-bottom: 1px solid #CBCBCB; 
    line-height:0.1em; 
    margin-top: 50px;
    margin-bottom: 30px;
}
.contact h2 span{
    background:#fff; 
    padding:0 10px;
}
.contact h3{
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #303030;
}
iframe{
    margin-top: 30px;
}

/* 22-06-16*/
.experts{
    width: auto;
    height: auto;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
}
#subt{
    font-size: 40px;
    text-align: center;
    font-weight: 400;
}
.experts h1{
    font-size: 70px;
    margin: 0;
    padding: 0;
}
#exp{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
}
.experts h3{
    font-size: 22px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.experts a{
    position: relative;
    font-size: 18px;
    left:         calc(50% - 100px);
    left: -webkit-calc(50% - 100px);
    padding: 10px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    height: auto;
    border-radius: 0px;
    background: #7edd2a;
    color: #fff;
    border: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
#direction{
    background: #FFB51F;
}
.experts p{
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 0;
}
.experts a:hover{
    background-color: #202020;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
} 
.contacto{
    width: 100%;
    height: 130px;
    padding: 20px;
    background: transparent;
    border-radius: 20px;
    border: 3px solid #DBDBDB;
    text-align: left;
}
.contacto .user{
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
}
.contacto .infor{
    position: relative;
    float: right;
    padding-left: 40px;
    text-align: left;
    top: calc(50% - 30px);
    width: 70%;
    height: 100%;
}
.contact .infor strong, .contact .infor i{
    color: #35E673;
}
.contacto .user img{
    position: relative;
    width: 90px;
    height: 90px;
    left: 15%;
    top:         calc(50% - 40px);
    top: -webkit-calc(50% - 40px);
}
.contacto .infor h3{
    font-size: 20px;
    text-transform: none;
    margin: 0;
    text-align: left;
}
.contacto .infor p{
    text-align: left;
}
.contacto .infor a{
    background: #1FC8FF;
}
.contacto .infor a:hover{
    background-color: #202020;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
/*Correct the issue with the icon*/
#reb{ 
    width: 100px;
}
@media only screen and ( min-width: 768px ) and ( max-width: 1024px ){
    #cnts{
        margin-top: 20px;   
    }
}
/*FOOTER*/
footer{
    background-color: #fff;
    height: 80px;
    border: 0px;
}
footer h1{
    position: relative;
    font-size: 1em;
    text-align: right;
    color:#303030;
    font-family: 'Montserrat', sans-serif;
    top: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
footer a{
    font-size: 3em;
    text-decoration: none;
    color: #303030;
    width: 100%;
    top: 5px;
    text-align: center;
}
.facebook{
    position: relative;
    right: 0;
    color: #1293F6;
}
.twitter{
    color: #12D8F6;
    position: relative;
    left: 0;
    margin-left: 20px;
}
@media only screen and (min-width:768px){
    .navbar-fixed-top{
        margin: 0;
        padding: 0;
        height:100px;
        background: rgba(255,255,255,0.1);
        transition:background-color 0.5s linear;
        -webkit-transition: background-color 0.5s linear; /* Chrome y Safari */
        -o-transition: background-color0.5s linear; /* Opera */
        -moz-transition: background-color 0.5s linear; /* Mozilla Firefox */
        -ms-transition: background-color 0.5s linear; /* Internet Explorer */
    }
    .navbar-fixed-top:hover{
        background: rgba(255,255,255,0.9);
    }
    .navbar-fixed-top .container-fluid{
        height: auto;
    }
    .navbar-brand img{
        background: rgba(255,255,255,0);
        left: 15%;
        position: relative;
        height: 70px;
        width: auto;
    }
    .navbar-right{
        position: relative;
        right: 5%;
    }
    .navbar-nav > li > a{
        color:#000;
        line-height: 70px;
    }
    #link:hover,#link1:hover,#link2:hover,#link3:hover,#link4:hover{
        color: #000;
        font-weight: 800;
        background-color: transparent;
    }
}
/*Exclusive queries for tablets*/
@media only screen and (min-width:768px) and(max-width: 1024px){
    .up img{
        margin: 0;
        width:100%;
        height:auto;
        overflow: hidden;
        top: 0;
        padding: 10px;
    }
}
@media only screen and (max-width:768px){
    /*Navbar*/
    .navbar-fixed-top{
        height:60px;
        background-color: #000;
        opacity: 0.8;
        filter: opacity(0.8);
    }
    .navbar-fixed-top .container-fluid{
        height: 60px;
    }
    .nav, .navbar-nav, .navbar-rigth{
        background-color: #000;
    }
    .navbar-header{
        position: relative;
        top: 5px;
        right: 2%;
    }
    .menu{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        left: 25px;
    }
    .navbar-nav > li > a{
        color:#000;
        left: 0;
    }
    #link5{
        text-align: right;
        color:#fff;
        font-weight: 800;
    }
    #link5:hover{
        font-weight: 800;
    }
    .start-screen{
        width: 100%;
        font-size: 55px;
        top: 25%;
    }
    .start-screen h1{
        font-size: 40px;
        text-align: center;
    }
    .start-screen a{
        top: calc(50% - 200px);
        top: -webkit-calc(50% - 200px);
        margin: 0;
        left: calc(50% - 100px);
        left: -webkit-calc(50% - 100px);
    }
    .seccion2, .seccion2 .container-fluid, .seccion2 .row{
        width: 100%;
        overflow: hidden;
    }
    .seccion2 .container-fluid .row > img{
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        left: 25%;
        width: 150px;
        height: auto;
        overflow: hidden;
    }
    .up h1{
        width:auto;
        margin-top: 15%;
        font-size: 50px;
        font-weight: 800;
        border-top-width: 50px;
        border-top: 0px solid rgba(66,233,91,0.6);
    }
    .text hr { 
        margin: 0 auto;
        margin-top: 0px;
        border-top: 2px solid #FF4949; 
    }
    .text p{
        margin: 0 auto;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
    }
    .section3 h2{
        background-image: url();
        font-size:25px;
        border-bottom: 1px solid #CBCBCB; 
        line-height:0.1em; 
        margin:50px 0 20px; 
    }
    /*SECOND SUB SECTION*/
    .content{
        margin-top: 20px;
        margin-bottom: 5%;
    }
    .content h1{
        font-size:20px;
        border-bottom: 1px solid #c0c0c0;
    }
    .content p{
        font-weight: 400;
    }
    /*Middle Section*/
    .middle2, .middle{
        height: 100vh;
        min-height: 100%;
        width: 100%;
    }
    .middle .container-fluid, .middle .container-fluid .row , .middle2 .container-fluid, .middle2 .container-fluid .row {
        height: 100%;
    }
    .parallax, .parallax2 {
        background-attachment: scroll;
        background-position: center;
    }
    .parallax h1, .parallax2 h1{
        color: #fff;
        font-size: 35px;
        position: relative;
        top: 27%;
    }
    .parallax2 h1{
        font-size: 45px;
        line-height: 1.5em;
    }
    .parallax a, .parallax2 a{
        position: relative;
        top: 0;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        left: 50%;
        height: 60px;
        color: #fff;
        left: calc(50% - 60px);
        left: -webkit-calc(50% - 60px);
    }
    .parallax a i, .parallax2 a i{
        font-size: 5em;
    }
/*    .parallax, .parallax2{
        padding: 50% 0 0 0;
    }*/
    .section4 h1{
        font-size: 40px;
    }
    .section4 p{
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }
    .products{
        margin-top: 10px;
    }
    /*TRADES ON MOBILE*/
    .trades{
        z-index: 0;
        padding-bottom: 0px;
        padding-top: 0;
        margin-top: 10px;
    }
    .trades .container-fluid, .trades .container-fluid .row{
        height: auto;
        position: relative;
    }
    .trade h3{
        padding: 0;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 40px;
    }
    .trade-img{
        height:auto;
        width: 100%;
    }
    .trade-img > .natmex{
        left: calc(50% - 125px);
        left: -webkit-calc(50% - 125px);
        top: 20%;
        width: 250px;
        margin-bottom: 20px;
    }
    .trade-img > .limexiko{
        left: calc(50% - 155px);
        left: -webkit-calc(50% - 160px);
        width: 250px;
        margin-bottom: 30px;
    }
    /*SERVICES*/
    .form{
        margin: 0;
        height: auto;
        position: relative;
    }
    .map{
        margin: 0;
        padding: 0;
        height: auto;
        position: relative;
    }
    .contact h1{
        font-size: 45px;
        text-transform: uppercase;
        font-weight: 800;
    }
    .cert{
        position: relative;
        left: 0;
    }
    .serv1, .serv2{
        position: relative;
        top: -20px;
    }
    .section5 h3{
        margin-bottom: 100px;
    }
    .section5 .col-lg-6{
        height:700px;
        margin-top: -50px;
        padding: 0;
        padding-top: 0px;
    }
    .section5 h1{
        font-size: 40px;
        margin-bottom: 0;
    }
    /*LOGOS CERTIFICATION*/
    .certified h1{
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        font-size: 35px;
        text-transform: uppercase;
    }
    .map h2{
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .logo1,.logo2,.logo3,.logo4,.logo5,.logo6{
        overflow: hidden;
        position: relative;
    }
    .logo2, .logo3, .logo6{
        height: auto;
        width: 100px;
        left: -webkit-calc(50% - 70px);
        left: calc(50% - 70px);
    }
    .logo4{
        width: 120px;
        left: -webkit-calc(50% - 80px);
        left: calc(50% - 80px);
    }
    .logo1{
        width: 190px;
        top: 30px;
        left: -webkit-calc(50% - 140px);
        left: calc(50% - 140px);
    }
    .logo5{
        width: 190px;
        top: 30px;
        left: -webkit-calc(50% - 140px);
        left: calc(50% - 140px);
    }
    /*FOOTER*/
    footer h1{
        margin-top: 0;
        font-size: 0.8em;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
   /*TRADES ON TABLET*/
    .trades{
        padding-bottom: 40px;
        padding-top: 0;
        margin-top: 40px;
    }
    .trade h3{
        text-align: center;
        font-size: 70px;
        margin-top: 20px;
    }
    .trade-img{
        margin-top: 5px;
        height: 200px;
        width: 50%;
    }
    .trade-img > .natmex{
        float: right;
        margin-right: 50px;
        top: 10%;
        width: 300px;
    }
    .trade-img > .limexiko{
        float: left;
        margin-left: 20px;
        width: 300px;
    }
    .services{
        margin-top: 30px;
    }
    .section5 .col-lg-6{
        height: 650px;
        overflow: hidden;
        padding-top: 0;
    }
}
@media only screen and (max-width:992px){
    /* PRODUCTS */
    .replacing{
        position: relative;
        height: auto;
        padding: 0;
        margin: 0;
        border-bottom: 10px solid #00D338;
    }
    .replacing .container-fluid, .replacing .row{
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .replacing h1{
        font-size: 40px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .replacing .mobile-product{
        position: relative;
        width: 100%;
        background-image: url(../img/default.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80px;
        -webkit-box-shadow: inset 0px 0px 54px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 0px 0px 54px -6px rgba(0,0,0,0.75);
        box-shadow: inset 0px 0px 54px -6px rgba(0,0,0,0.75);
    }
    .replacing .lemon{
        background-image: url(../img/sq-lemon.webp);
    }
    .replacing .vanila{
        background-image: url(../img/sq-vanila.webp);
    }
    .replacing .banana{
        background-image: url(../img/sq-banana.webp);
    }
    .replacing .cafe{
        background-image: url(../img/sq-coffee.webp);
    }
    .replacing .maiz{
        background-image: url(../img/sq-maiz.webp);
    }
    .replacing .orange{
        background-image: url(../img/sq-orange.webp);
    }
    .replacing .bell{
        background-image: url(../img/sq-bellota.webp);
    }
    .replacing .mobile-product a{
        position: relative;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        font-size: 1.5em;
        width: auto;
        left: -webkit-calc(50% - 45px);
        left: calc(50% - 45px);
        text-align: center;
        text-transform: uppercase;
        top: 25px;
        color:#fff;
        padding: 10px;
        border: 2px solid #fff;
    }
    .replacing .lemon a{
        left: -webkit-calc(50% -90px);
        left: calc(50% - 90px);
    }
    .replacing .vanila a{
        left: -webkit-calc(50% - 62px);
        left: calc(50% - 62px);
    }
    .replacing .banana a{
        left: -webkit-calc(50% - 62px);
        left: calc(50% - 62px);
    }
    .replacing .cafe a{
        left: -webkit-calc(50% - 42px);
        left: calc(50% - 42px);
    }
    .replacing .maiz a{
        left: -webkit-calc(50% - 92px);
        left: calc(50% - 92px);
    }
    .replacing .orange a{
        left: -webkit-calc(50% - 68px);
        left: calc(50% - 68px);
    }
    .replacing .bell a{
        left: -webkit-calc(50% - 110px);
        left: calc(50% - 110px);
    }
    .replacing a:hover{
        color:#303030;
        background-color: #fff;
    }
    .replacing a:active{
        color:#00D338;
    }
    .replacing .collapse{
        height: auto;
        margin-bottom: 30px;
    }
    .replacing .product{
        position: relative;
        height: auto;
        z-index: 1000;
        margin-top: 30px;
        background-color: #fff;
    }
    .replacing p{
        position: relative;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        margin-bottom: 40px;
    }
    .replacing .collapse h1{
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 800;
        text-align: center;
        color:#303030;
    }
    .replacing .collapse h3{
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 1.5em;
        text-align: center;
    }
    .replacing .collapse a{
        position: relative;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        font-size: 1.5em;
        width: auto;
        left: -webkit-calc(50% - 70px);
        left: calc(50% - 70px);
        text-align: center;
        top: -15px;
        color:#303030;
        padding: 5px;
        border: 2px solid #208CFF;
        cursor: pointer;
    }
    .close{
        opacity: 1;
        display: none;
        z-index: 1001;
        position: fixed;
        right: -webkit-calc(50% - 50px);
        right: calc(50% - 50px);
        bottom: 0;
        width: 50px;
        height: 50px;
        margin: 10px;
        border-radius: 50%;
        background-color:#eb4444;
    }
    .close a{
        position: relative;
        left: -webkit-calc(50% - 13.5px);
        left: calc(50% - 13.5px);
        top: -webkit-calc(50% - 18px);
        top: calc(50% - 18px);
        background-color: none;
        border: 0px;
        color:#fff;
        z-index: 999;
        font-size: 1.5em;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
   /*TRADES ON TABLET*/
    .trades{
        padding-bottom: 40px;
        padding-top: 0;
        margin-top: 40px;
    }
    .trade h3{
        text-align: center;
        font-size: 70px;
        margin-top: 20px;
    }
    .trade-img{
        margin-top: 5px;
        height: 200px;
        width: 50%;
    }
    .trade-img > .natmex{
        float: right;
        margin-right: 150px;
        top: 10%;
        width: 300px;
    }
    .trade-img > .limexiko{
        float: left;
        margin-left: 20px;
        width: 300px;
    }
    #info3 h1{
        font-size: 30px;
        margin-top: 0px;
    }
}
@media screen and (min-width: 900px){
    #pro3 .change4, #pro4 .change5, #pro5 .change6, #pro6 .change7{
        top: 10%;
        height: 100%;
        width: auto;
    }
}
/*LITTLE PRODUCS*/
@media screen and (min-width: 800px) and (max-width: 1100px){
    #info1 .info, #info1 .ex, #info1 .bg1{
        height: 400px;
    }
    #info2 .info, #info2 .ex, #info2 .bg2{
        height: 420px;
    }
    #info4 .info, #info4 .ex, #info4 .bg4{
        height: 450px;
    }
    #info5 .info, #info5 .ex, #info5 .bg5{
        height: 380px;
    }
    #info6 .info, #info6 .ex, #info6 .bg6{
        height: 365px;
    }
    #info7 .info, #info7 .ex, #info7 .bg7{
        height: 340px;
    }
    /*BANANA HEIGHT PROBLEMS*/
    #info3 .info, #info3 .ex{
        height: 400px;
    }
    .bg3{
        margin-top: 0;
        height: 250px;
    }
    /*OTHERS*/
    #info2 h1, #info3 h1, #info4 h1, #info5 h1, #info6 h1, #info7 h1{
        margin-top: 10px;
        font-size: 30px;
    }
    #info1 > h1{
        font-size: 30px;
        margin-top: 0;
        top: 0;
    }
    #info1 p, #info2 p, #info4 p, #info5 p, #info6 p, #info7 p{
        margin: 0;
        padding-left: 0;
        padding-right: 10px;
    }
    .production h2{
        margin: 0;
        font-size: 20px;
    }
    .production{
        margin-top: 10px;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1600px){
    #info2 .info, #info2 .ex, #info2 .bg2{
        height: 350px;
    }
    #info2 .info h1{
         font-size: 30px;
        margin-top: 0;
    }
    #info5 .info, #info5 .ex, #info5 .bg5{
        height: 410px;
    }
    #info6 .info, #info6 .ex, #info6 .bg6{
        height: 360px;
    }
    #info7 .info, #info7 .ex, #info7 .bg7{
        height: 330px;
    }
    #info2 h1, #info4 h1,#info7 h1{
        margin-top: 10px;
        font-size: 30px;
    }
    #info3 .info h3{
        margin: 10px;
    }
    #info1 h1{
        font-size: 30px;
        margin-top: 0;
        top: 0;
    }
    #info1 p, #info2 p, #info4 p, #info5 p, #info6 p, #info7 p{
        margin: 0;
        padding-left: 0;
        padding-right: 10px;
    }
    .production h2{
        margin: 0;
        font-size: 20px;
    }
    .production{
        margin-top: 10px;
    }
}
@media screen and (min-width: 1600px){
    #pro3 .change4, #pro4 .change5, #pro5 .change6, #pro6 .change7{
        top: 10%;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 1200px){
    #pro1 .change2{
        height: 120%;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .backstretch { 
        height: 100vh !important;
        width: auto;
    }
}
/*ARROW EFFECTS*/
.arrow a{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 70px;
    height: auto;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    overflow: hidden;
    cursor: pointer;
}
.arrow a img{
    margin: 0 auto;
    position: relative;
    float: right;
    margin-right: 10px;
    width: 30px;
    height: auto;
}
#backstretch-fix{
    z-index: 1;
}
/*LANG IMG*/
.lang{
    position: fixed;
    height: 150px;
    width: auto;
    right: 0;
    top: -webkit-calc(50% - 100px);
    top: calc(50% - 100px);
    z-index: 999;
}
.lang img{
    opacity: 0.6;
    height: 100px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.lang img:hover{
    opacity: 1.0;
}