@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,900,700italic,900italic);

@import url(https://fonts.googleapis.com/css?family=Catamaran:400,100,200,300,500,600,700,800,900);

body {
	background-color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

hr{
	border: none;
	display: inline-block;
	height: 4px;
	width: 120px;
}

p{
	margin: 16px 0px;
}

.no-select{
	cursor: not-allowed;
	opacity: .5;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

input, select, textarea, option {
	border: none;
	border-radius: 0px;
	margin: 0px;
	outline: none;
	padding: 0px;
	resize: none;
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
}

::-moz-selection {
	background: #d6de23;
	color: #ffffff;
}
::selection {
	background: #d6de23;
	color: #ffffff;
}

/* PESTAÑA DESLIZANTE */
#scroll{
	background-color: #fff;
	background-image: url(../../source/images/scroll.png);
	background-position: center top 20px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-radius: 50%;
	bottom: -50px;
	display: block;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	position: fixed;
	width: 80px;
	z-index: 7;
	animation: bounce 3s infinite;
}

/*IDIOMA*/
#idioma {
	position: relative;
    width: 70%;
    padding-top: 17px;
    /* float: right; */
    margin-left: 100%;
    margin-top: -5.5%;
}
#idioma ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#idioma ul li {
	float: left;
	margin-left: 17px;
	font-size: 0.9em;
}
#idioma ul li a {
	border-bottom: thin solid transparent;
	color: #D0D0D0;
	display: block;
}
#idioma ul li a.activo{
	border-color: #6B6B6B !important;
	color: #6B6B6B !important;
	cursor: default;
}
#idioma ul li a:hover {
	color:#333333;
	border-color: #333333;
}

/*COLORS*/
.cover{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.b-white{
	background-color: #ffffff;
}

.b-gray{
	background-color: #f4f4f4;
}

.b-gray-full{
	background-color: #2d2d2c;
}

.b-main{
	background-color: #d6de23;
}

.t-white{
	color: #ffffff;
}

.t-gray{
	color: #808080;
}

.t-gray-full{
	color: #2d2d2c;
}

.t-main{
	color: #d6de23;
}

.shadow{
	-webkit-box-shadow: 0px 12px 20px 0px rgba(10,10,10,.25);
	-moz-box-shadow: 0px 12px 20px 0px rgba(10,10,10,.25);
	box-shadow: 0px 12px 20px 0px rgba(10,10,10,.25);
}

.texto-nosotros{
	font-size: 22px;
}


/*TEXT*/
.t-thin{
	font-weight: 100;
}

.t-light{
	font-weight: 300;
}

.t-regular{
	font-weight: 400;
}

.t-bold{
	font-weight: 700;
}

.t-black{
	font-weight: 900;
}

.t-0-5-em{
	font-size: .5em;
}

.t-0-8-em{
	font-size: .8em;
}

.t-1-em{
	font-size: 1em;
}

.t-1-2-em{
	font-size: 1.2em;
}

.t-1-5-em{
	font-size: 1.5em;
}

.t-2-em{
	font-size: 2em;
}

.t-2-5-em{
	font-size: 2.5em;
}

.t-3-em{
	font-size: 3em;
}

.t-3-5-em{
	font-size: 3.5em;
}

.t-center{
	text-align: center;
}

.t-left{
	text-align: left;
}

.t-right{
	text-align: right;
}

.t-upper{
	text-transform: uppercase;
}

.t-space{
	letter-spacing: .2em;
}

/*BUTTONS*/
.btn{
	border-radius: 44px;
	display: inline-block;
	line-height: 44px;
	padding: 0px 20px;
}

.btn.shadow{
	-webkit-box-shadow: 0px 15px 30px 0px rgba(5,5,5,1);
	-moz-box-shadow: 0px 15px 30px 0px rgba(5,5,5,1);
	box-shadow: 0px 15px 30px 0px rgba(5,5,5,1);
}

.btn:hover{
	background-color: #2d2d2c;
	color: #ffffff;
}

/*MAIN*/
#main {
	margin-top: 80px;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.min-h{
	min-height: 100vh;
}

.section{
	display: block;
	/*overflow: auto;*/
	position: relative;
	width: 100%;
	z-index: 4;
}

.grid{
	display: block;
	margin: 0px auto;
	max-width: 1150px;
	position: relative;
	width: 90%;
	z-index: 5;
}

.relative{
	position: relative;
}

.paddin-0-15-0-25{
	padding: 0px 15% 0px 25px;
}

.padding-50{
	padding: 50px;
}

.padding-70-0{
	padding: 70px 0px;
}

.table{
	display: table;
	width: 100%;
}

.column{
	display: inline-block;
}

.column-center{
	display: block;
	margin: 0px auto;
}

.column-1-2{
	width: 50%;
}

.column-3-5{
	width: 60%;
}

#screen-main{
	background-color: #111111;
	display: block;
	height: 100%;
	opacity: .5;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#slide-main-image{
	display: block;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1;
	-webkit-transition: margin ease-out .5s;
	-o-transition: margin ease-out .5s;
	transition: margin ease-out .5s;
}

#main-slide{
	height: 100vh;
}

#main-text{
	display: block;
	left: 0%;
	margin-top: -80px;
	position: absolute;
	top: 40%;
	width: 100%;
}

/*MENU*/
#main-head{
	height: 80px;
	position: fixed;
	z-index: 5;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(5,5,5,.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(5,5,5,.15);
	box-shadow: 0px 0px 20px 0px rgba(5,5,5,.15);
}

#logo-main{
	display: inline-block;
	line-height: 80px;
	left: -7%;
	position: absolute;
	top: 0px;
}

#logo-main img{
	display: inline-block;
	margin-bottom: 8px;
	vertical-align: middle;
}

#main-menu{
	display: table;
	margin: 0px auto;
}

#main-menu ul{
	list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: -webkit-inline-box;
}

#main-menu ul li{
	display: block;
	text-align: left;
}

#main-menu > li {

	float:left;
	margin: 0px -12% 0 9%;
}


#main-menu li a{
	background-color: white;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}

#main-menu li ul {
	display:none;
	position:absolute;
	min-width:140px;
}

#main-menu li:hover > ul {
	display:block;
}


#main-menu li ul li {
	position: relative;
	margin-top: -25px;

}

#main-menu li ul li a:hover{
	background-color:#f2f2f2;
}

#main-menu li ul li ul {
	right:-100px;
	top:0px;
}

#main-menu ul li a{
	color: #2d2d2c;
    display: block;
    line-height: 40px;
    margin: 20px 10px;
    padding: 0px 10px;
    position: relative;
}

#main-menu ul li a:hover{
	color: #d6de23;
}

#main-menu ul li a:before{
	background-color: #d6de23;
	bottom: 4px;
	content: "";
	display: block;
	height: 2px;
	left: 0px;
	position: absolute;
	width: 0%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#main-menu ul li a.active{
	color: #d6de23;
}

#main-menu ul li a.active:before{
	width: 100%;
}

#go-main{
	position: absolute;
	right: 0px;
	top: 18px
}

.lemon{
	display: block;
	height: 36px;
	margin: 0px auto;
	width: auto;
}

#img-about{
	background-image: url(../images/nuestros-inicios.png);
	height: 368px;
	margin-top: 80px;
	margin-left: 0px;
	z-index: 2;
	background-position-y: 10px;
	background-size: contain;
}

.circle{
	position: relative;
}

.circle:before{
	border: solid 4px #d6de23;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: -25px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.lines-content section{
	overflow: hidden;
}

.b-bottom{
	bottom: 0px;
	display: block;
	height: 50%;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.b-bottom-products-page{
	bottom: 0px;
	display: block;
	height: 45%;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.b-bottom-products-page-application{
	bottom: 0px;
    display: block;
    height: 39%;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.lines{
	position: absolute;
	right: -50%;
	top: 20%;
	width: 100%;
	z-index: 2;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lines span{
	display: block;
	height: 80px;
	margin: 40px 0px;
	width: 100%;
}

.lines span:last-child{
	margin-left: 60px;
}

#img-services{
	background-image: url(../images/nuestros-servicios.png);
	height: 80%;
	position: absolute;
	z-index: 2;
}

#products{
	background-image: url(../images/products.jpg);
}

.list-products-category{
	display: inline-block;
	list-style: none;
	margin: 60px 0px;
	padding: 0px;
	vertical-align: top;
	width: 25%;
}

.list-products-category li{
	display: inline-block;
	width: 100%;
}

.list-products-category li a{
	color: #808080;
	display: inline-block;
	font-size: .9em;
	font-weight: 400;
	padding: 10px 5%;
	padding-right: 15%;
	text-transform: uppercase;
	width: 80%;
}

.list-products-category li a:hover{
	background-color: #2d2d2c !important;
	color: #f4f4f4;
	padding-bottom: 15px;
	padding-top: 15px;
}

.list-products-category li a.active{
	background-color: #d6de23 !important;
	color: #ffffff;
}

.list-products-category li:nth-child(2n+1) a{
	background-color: #E2E2E2;
}

#products{
	min-height: 1080px;
}

#products-cont{
	display: inline-block;
	margin: 60px 0px;
	margin-left: -2.5%;
	margin-top: 80px;
	padding-top: 20px;
	width: 75%;
	vertical-align: top;
}

#spices, #mexican, #oleoresins{
	display: none;
	width: 100%;
}

.result-products{
	display: block;
	max-height: 660px;
	margin: 20px auto 30px;
	overflow: auto;
	position: relative;
	width: 90%;
}

.table-products{
	border-collapse: collapse;
	width: 100%;
}

.table-rot{
	background-color: transparent !important;
	border-bottom: solid 2px #d6de23;
}

.table-products th, .table-products td{
	color: #808080;
	font-weight: 400;
	padding: 10px 8px;
	text-align: left;
}

.table-rot td{
	color: #808080;
	font-weight: 400;
	padding: 10px 0px;
	text-align: left;
}

.table-products tr:nth-child(2n+1){
	background-color: #f4f4f4;
}

#info-contact{
	padding: 0px 5%;
	vertical-align: top;
	width: 40%;
}

#map{
	height: 600px;
	vertical-align: top;
	z-index: 2;
}

.pop-map img{
	display: block;
	margin: 20px auto 0px;
	width: 80%;
}

#form-contact{
	display: table;
	margin-top: 0px;
	width: 100%;
}

#form-contact input, #form-contact textarea{
	border-radius: 4px;
	background-color: #f4f4f4;
	color: #505050;
	display: inline-block;
	font-size: .8em;
	line-height: 40px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px 2.5%;
	vertical-align: top;
	width: 44%;
}

#form-contact input[type="text"], #form-contact textarea{
	width: 95%;
}

#form-contact textarea{
	height: 60px;
	line-height: 1.2em;
	padding: 10px 2.5%;
}

#form-contact input[type="email"]{
	margin-left: 2%;
}

#error-form{
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
	width: 70%;
}

#form-contact input[type="submit"]{
	background-color: #d6de23;
	color: #ffffff;
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	width: 30%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#form-contact input[type="submit"]:hover{
	background-color: #2d2d2c;
}

#footer{
	overflow: visible;
}

#footer p{
	margin: 0px;
	padding: 20px 0px;
	position: relative;
}

#logo-footer{
	display: block;
	height: 20px;
	left: 5%;
	margin-top: -10px;	
	position: absolute;
	top: 50%;
	width: auto;
}

#logo-footer img{
	display: block;
	height: 100%;
	width: auto;
}

#go-top{
	background-color: #ffffff;
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40% auto;
	border-radius: 4px;
	display: block;
	height: 40px;
	position: absolute;
	right: 5%;
	top: -15px;
	width: 40px;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(5,5,5,.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(5,5,5,.15);
	box-shadow: 0px 0px 20px 0px rgba(5,5,5,.15);
}

#go-top:hover{
	top: -20px;
}

/* Productos */

#contenedor-productos{
	display: table;
	height: auto;
	overflow: auto;
	padding: 0px;
	padding-bottom: 50px;
	width: 100%;
}

.producto{
	display: block;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    min-height: 170px;
    margin-top: 50px;
    padding: 0px 1%;
    vertical-align: top;
    width: 31.3%;
    text-align: center;
    float: left;
}

.producto2c {
	width: 47% !important;
	padding: 0px 1.5% !important;
}

.producto.colmna_1_2_l{
	margin-left: 16.2%;
}

.producto.colmna_1_2_r{
	margin-right: 16.2%;
}

.producto a{
	color:  #413a3a;
	font-size: 1.2em;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.producto:hover a{
	color:  #d23228;
}

.producto img{
	display: block;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 80%;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.producto:hover img{
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}


/*ESTILOS CONTENEDOR INFO*/
#fade{
	background-color: rgba(0,0,0,0);
	display: none;
	height: auto;
	left: 50%;
	margin-left: -240px;
	position: fixed;
	width: 480px;
	z-index: 999;
}

#pantalla-fade{
	background-color: rgba(0,0,0,.95);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 998;
}

#cerrar-info{
	background-color: #b61328;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 48px;
	margin-left: 476px;
	margin-top: -34px;
	position: absolute;
	width: 48px;
}

.line{
	background-color: #ffffff;
	display: block;
	height: 1px;
	margin: 23px 10px;
	position: absolute;
	width: 28px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.line:first-child{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.line:last-child{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cerrar-info:hover .line{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#contenedor-info{
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 4px 10px #000000;
	box-shadow: 0px 4px 10px #000000;
	display: block;
	margin: 0px auto;
	overflow: visible;
	padding: 10px 20px 20px;
	width: 480px;
}

#imagen{
	border-bottom: thin solid #f4f4f4;
	display: block;
	width: 100%;
}

#imagen img{
	display: block;
	height: auto;
	width: 100%;
}

#informacion{
	display: block;
	max-height: 240px;
	overflow: auto;
	width: 100%;
}

#titulo{
	color: #d23228;
	font-size: 2.5em;
	font-weight: 800;
	margin: 20px 0px;
	text-transform: uppercase;
}

#descripcion{
	color: #9C9C9C;
	padding-right: 5%;
}


/* Aplicaciones */

.medida{
	float: left;
	padding: 0px 5%;
	width: 60%;
	max-width: 1000px;
}

.imagen-marco{
	/*background-position: center; */
    background-repeat: no-repeat;
    background-size: 90% auto;
    display: block;
    float: right;
    height: 150px;
    margin-right: 5%;
    width: 25%;
}

.titulo{
	font-size: 1.3em;
	font-weight: 800;
	text-transform: uppercase;
}

.t-naranja{
	color: #d23228;
}

div.gallery:hover {
    
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}


.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

.div-gallery{
	width: 100%;
    background-color: black;
    height: auto;
}

.galeria{
	float: left;
    padding: 0px 13% 24%;
    width: 85%;
    max-width: 1200px;
    
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
	.imagen-marco{
	margin-top: 80px;
	width: 60%;
}
}

