@charset "utf-8";
@import url(all.css);

/*
Theme name: Inkaforest 
Author: eMultiplied
Version: 1.0
*/
@font-face {  
	font-family: 'Montserrat';  
	src: url(fonts/Montserrat-Light.otf);
	font-weight: 200;
	font-style: normal;
}
@font-face {  
	font-family: 'Montserrat';  
	src: url(fonts/Montserrat-Regular.otf);
	font-weight: 300;
	font-style: normal;
}
@font-face {  
	font-family: 'Montserrat';  
	src: url(fonts/Montserrat-SemiBold.otf);
	font-weight: 400;
	font-style: normal;
}
@font-face {  
	font-family: 'Montserrat';  
	src: url(fonts/Montserrat-Bold.otf);
	font-weight: 500;
	font-style: normal;
}
@font-face {  
	font-family: 'Montserrat';  
	src: url(fonts/Montserrat-ExtraBold.otf);
	font-weight: 600;
	font-style: normal;
}
* {
	font-weight: 200;
}
strong, b {
	font-weight: 400;
}
.container {
	width: 1100px;
}
body {
	background: #fcf5e8;
	color: #322315;
	font-family: 'Montserrat';
	font-weight: 200;
}
header .certif {
    left: -175px;
    top: 40px;
    position: absolute;
}
header .certif img {
    height: 130px;
}
header .logo {
	float: left;
}
header nav {
	float: left;
	margin: 20px 0 0 20px;
}
header nav ul li {
	float: left;
	padding: 10px 20px;
	position: relative;
}
header nav a {
	color: #322315;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}
header nav > ul > li.current-menu-item > a, header nav > ul > li > a:hover {
	border-bottom: 5px solid #f1a007;
	padding-bottom: 4px;
}
.menuproductos {
	width: 200px;
	position: absolute;
	left: 0;
	z-index: 999999;
	background: rgba(0,0,0,0.6);
	top: 38px;
	opacity: 0;
	visibility: hidden;
}
.menuproductos li {
	padding: 0;
	float: none;
	display: block;
	width: 100%;
}
.menuproductos a {
	font-size: 11px;
	display: block;
	padding: 6px 10px;
}
.menuproductos a:hover {
	color: #FFF;
}
header nav ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

body header {
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
	min-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FCF5E8;
}
body header > div:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	flex: 9;
}
body header > div > div:nth-of-type(1) {
	flex: 5;
}
body header > div > div:nth-of-type(2) {
	flex: 4;
}
body header > div > div:nth-of-type(3) {
	flex: 1;
}
header .language {
    float: right;
    margin-top: 35px;
    margin-left:  15px;
}
header .language a {
    display:  block;
    width: 31px;
    height: 20px;
}
header .social {
	border: 4px solid #322315;
	float: right;
	margin-top: 15px;
}
header .social a {
	color: #322315;
	padding: 3px 5px;
	display: inline-block;
}
header .social .t-social {
	text-align: center;
}
header .social .icos {
	position: relative;
}
header .social .icos::before,
header .social .icos::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 3px;
	height: 18px;
	background: #322315;
	left: 10px;
}
header .social .icos::after {
	left: initial;
	right: 10px;
	bottom: initial;
}
header .social .link-blog {
	letter-spacing: 4px;
	border-top: 2px solid #322315;
	padding: 1px 7px;
}

.home header > div:nth-child(1) > .container,
.page-template-template-nosotros header > div:nth-child(1) > .container,
.page-template-template-galeria header > div:nth-child(1) > .container,
.page-template-template-faq header > div:nth-child(1) > .container,
.page-template-template-contacto header > div:nth-child(1) > .container,
.error404 header > div:nth-child(1) > .container {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.home header > div:nth-of-type(1) {
	flex: 9;
}
.home header > div:nth-of-type(2) {
	flex: 1;
}
.home header > div:nth-child(1) > .container {
	width: 1100px;
}
#slider {
	height: 100%;
}
.home header .owl-item,
.page-template-template-nosotros header .owl-item,
.page-template-template-galeria header .owl-item,
.page-template-template-faq header .owl-item,
.page-template-template-contacto header .owl-item,
.error404 header .owl-item {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*
.home header .owl-item:nth-child(3n+1), body:not(.home) header {
	background-image: url(images/slider_home_1.png);
}*/
.home header .owl-item .item,
.page-template-template-nosotros header .owl-item .item, 
.page-template-template-galeria header .owl-item .item, 
.page-template-template-faq header .owl-item .item, 
.page-template-template-contacto header .owl-item .item , 
.error404 header .owl-item .item {
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
header .owl-item .item_1 {
	background-image: url(images/1.png);
	background-size: cover;
}
header .owl-item .item_2 {
	background-image: url(images/2.png);
	background-size: cover;
}
header .owl-item .item_3 {
	background-image: url(images/3.png);
	background-size: cover;
}
header .owl-item .item_4 {
	background-image: url(images/4.png);
	background-size: cover;
}
.home header .owl-item .item_1 {
	background-size: cover;
}
.page-template-template-faq header {
	min-height: 650px;
}
.page-template-template-faq header #slider .owl-item .item  {
	padding-bottom: 45px;
	padding-top: 400px;
	min-height: inherit;
}
.page-template-template-faq .header-title,
.page-template-template-contacto .header-title {
	width: 100%;
}
.home header > .container {
	position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
	z-index: 99999;
}
#slider .owl-stage-outer,
#slider .owl-stage,
#slider .owl-item {
	height: 100%;
}
#slider .owl-item .item {
	min-height: 600px;
	padding-top: 450px;
	padding-bottom: 150px;
}


.header-title {
	width: 330px;
	max-width: 100%;
}
.page-template-template-galeria .header-title {
	width: 600px;
}
.page-template-template-galeria .header-title .h-description {
	width: 330px;
}
.header-title h1 {
	font-size: 4em;
	font-weight: 500;
	line-height: .9em;
	margin-bottom: 10px;
}
.error404 .header-title {
	text-align: center;
	width: 500px;
}
.error404 .header-title h1 {
	font-size: 3em;
	line-height: .2em;
	font-weight: 300;
}
.error404 .header-title h2 {
	font-size: 10em;
	line-height: 1.1em;
	font-weight: 500;
}
.header-title .h-description {
	font-size: 17px;
	line-height: 24px;
}
body:not(.error404) .header-title .h-description a, .eatem a {
	display: block;
	color: #000;
	background: #fbba00;
	width: 160px;
	text-align: center;
	padding: 3px;
	margin-top: 18px;
	border: 2px solid transparent;
	font-size: 15px;
}
body:not(.error404) .header-title .h-description a:hover {
	border: 2px solid #fbba00;
	background: transparent;
}
.page-template-template-productos .consulta,
.single .consulta {
	background: #e9dcc3;
}
.page-template-template-productos .consulta .c-title,
.single .consulta .c-title {
	color: #312115;
}
.consulta {
	padding: 30px 0;
	background: #312115;
	flex: 1;
}
.consulta .c-title {
	color: #FFF;
	font-size: 2.3em;
	line-height: .9em;
	width: 215px;
	position: relative;
}
.consulta .c-title::after {
	content: '';
	background: url(images/flecha.png) right;
	width: 19px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* .consulta .c-title strong {
	font-weight
} */
.consulta .c-title .small {
	font-size: 15px;
	display: block;
}
.consulta form {margin-left: -15px;}
.consulta form input {
	width: 100%;
	display: block;
	padding: 8px 12px;
	background: #FFF;
	letter-spacing: 2px;
}
.consulta form input[type="submit"] {
	background: #fab900;
	cursor: pointer;
	font-weight: 400;
	color: #322315;
}
.consulta .alert {
	text-align: center;
    width: 400px;
    margin: auto;
}

.title {
	background-size: contain;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.title .h-title {
	letter-spacing: 3px;
	font-size: 1.7em;
	border-left: 3px solid #332316;
	border-right: 3px solid #332316;
	position: relative;
	display: inline-block;
	margin: auto;
	padding: 0px 25px;
}
.title .h-title::before, 
.title .h-title::after {
	content: '';
	position: absolute;
	left: 10px;
	height: 80%;
	width: 2px;
	background: #332316;
}
.title .h-title::after {
	left: initial;
	right: 10px;
}
.s-title {
	font-size: 3em;
	font-weight: 500;
	padding: 3px 90px;
	display: inline-block;
	/* background: url(images/bg-title.png); */
	position: relative;
	/* display: flex; */
	margin: auto;
	border: 3px solid #332316;
}
.s-title::before,
.s-title::after {
	content: '';
	background: url(images/bg-title.png) no-repeat bottom left;
	background-size: contain;
	width:65px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.s-title::after {
	left: initial;
	right: 0;
	background-position: bottom right;
}
.error404 .s-title {
	padding-left: 40px;
	color: #322315;
	font-size: 16px;
	font-weight: 300;
	padding-right: 40px;
	line-height: 15px;
	margin-top: 30px;
}
.title-w {
	color: #FFF;
}
.title-w .h-title,
.title-w .s-title {
	border-color: #FFF;
}
.title-w .h-title::before, 
.title-w .h-title::after {
	background: #FFF;
}
.title-w .s-title::before, 
.title-w .s-title::after {
	background-image: url(images/bg-title-w.png);
}

.superfoods {
	padding: 70px 0;
}
.superfoods .description {
	text-align: center;
	margin: auto;
	max-width: 100%;
	font-size: 17px;
	line-height: 23px;
}
.superfoods .description .link {
	/* background: url(images/links.png) left no-repeat; */
	/* background-size: contain; */
	background: #2f1e10;
	border: 1px solid #301f0f;
	color: #FFF;
	display: inline-block;
	padding: 7px 18px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 14px;
	letter-spacing: 2px;
	position: relative;
	left: 22px;
}
.superfoods .description .link:hover {
	background: transparent;
	color: #2f1e10;
}
.superfoods .description .link::before {
	content: '';
	width: 45px;
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAADbVxCwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5RDA3RkIyQ0E0QzExRTc5MzkzODk5QjlGMEJFRDc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5RDA3RkIzQ0E0QzExRTc5MzkzODk5QjlGMEJFRDc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTlEMDdGQjBDQTRDMTFFNzkzOTM4OTlCOUYwQkVENzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTlEMDdGQjFDQTRDMTFFNzkzOTM4OTlCOUYwQkVENzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5LhGWGAAABtElEQVR42uyZv0vDQBTHzzb2bGuDv0DBURDrovg/FPwLnDo4uOvg4t/gJM4uLo5u4qqTboKLuolaUNGhlWrrD/w+eQehRBPkxRz2Hny4kibNJ7nk3btrz+yorimlVsEb8FS6YRw2QQMcgQJogikF2X1lWcDpHKx1bFvIoC3hQ9Yi0UE0efDc8ZWXUXbGBwsHI2+rbGg42aTCC3nA57/ShFJF4XM9gr2T29almCxiA0yCC8oUApJt/p0hsAS2JGUpdkEVaAHZFpgAxyAn+hiYLkN3NXnkkMid12jek3rB+oWfVx9kuyobOFkn62SdrJP9H7IvEsPtr2ezPG/zuThpR+w+zkO4TkWWT7wOyuDqh/3ojg5zPVtLS5ZKv20wBuox9r8DZ6nIooSkO3bY7dkg912RbqNsHxgIWeSwUtYPWeCwVrYceIFjyT6lYYncTSuGy4FZcWQ2GKGrw4FzaHsT9jODRIHXKhbBDG8rxZE9ABWwIzQVj9ObRc4AD7xeoTkvR8pWeZ5PV/v6B71vzlHnGsJkhPtIWV4vOLW16mrwaGR73NCdncbLtMKpQlsqSv8vVD4FGAD451DvU+v8aQAAAABJRU5ErkJggg==') no-repeat;
	position:absolute;
	top: -1px;
	left: -46px;
	border:1px solid #2f1e10;
	height: 39px;
}
.superfoods .lista-productos {
	margin-top: 50px;
	padding: 0 50px;
}
.superfoods .lista-productos .owl-item img {
	/* height: 300px; */
	width: auto;
	display: block;
	margin: auto;
	/* padding: 40px 20px 30px; */
}
.superfoods .lista-productos .owl-item a:hover img {
	opacity: .8;
}
.superfoods .lista-productos .owl-item .item {
	text-align: center;
	background: #FFF;
	width: 270px;
	max-width: 100%;
	margin: auto;
}
.lista-productos .owl-item .item .i-title {
	background: #e9dcc3;
	padding: 13px 10px;
	font-size: 14px;
	color: #322315;
	text-transform: uppercase;
}
.lista-productos .owl-nav {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.lista-productos .owl-nav > div {
	position: absolute;
	top: 50%;
	color: #000;
	font-size: 40px;
	left: -60px;
	width: 31px;
	height: 53px;
	background: url(images/fecha-avanzar.png) center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.lista-productos .owl-nav > div:nth-of-type(2) {
	right: -60px;
	left: initial;
	transform: none;
}

.representante, .eatem {
	padding: 140px 0;
	background: url(images/bgt2.png) center no-repeat #829277;
	background-size: cover;
}
.representante .r-title,
.eatem .r-title {
	color: #FFF;
	font-size: 3em;
	line-height: 1em;
	position: relative;
	font-weight: bold;
}
.representante .r-title::after,
.eatem .r-title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 140px;
	height: 7px;
	background: #f1a007;
	display: block;
}
.representante .rs-title {
	color: #FFF;
	font-size: 20px;
}
.representante form {
	padding-right: 15px;
}
.representante form div[class*="col-"] {
	padding-left: 3px;
	padding-right: 0;
}
.representante form .input {
	width: 100%;
	background: #FFF;
	/* margin-left: 5px; */
	display: block;
	padding: 10px;
	text-align: center;
}
.representante form textarea.input {
	height: 84px;
	margin-top: 3px;
	text-align: left;
	padding: 20px 55px;
	line-height: 22px;
}
.representante form input[type="submit"] {
	background: #fab900;
	padding: 10px;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-top: 3px;
	width: 100px;
	letter-spacing: 2px;
	font-weight: 400;
}
.eatem {
	background-image: url('images/bgt3.png');
	padding: 200px 0;
	background-color: #f2e8d6;
}
.eatem .r-title {
	color: #322315;
}
.eatem .r-title::after {
	width: 90px;
	background: #322315;
}
.eatem .r-title span {
	font-weight: bold;
	font-size: 55px;
	display: block;
	margin-top: 3px;
}
.eatem .col-6:nth-child(2) {
	width: 250px;
	float: right;
}
.eatem a {
	font-weight: 400;
	width: 140px;
	padding: 5px;
}

.inkablog {
	color: #FFF;
}
.inkablog .ik-title {
	background: #1f1813;
	padding: 50px 15px;
}
.inkablog .title {
	margin-bottom: 0;
}
.inkablog .title .s-title {
	border-color: #FFF;
}
.inkablog .title .s-title::before,
.inkablog .title .s-title::after,
.somos_inkaforest .title .s-title::before,
.somos_inkaforest .title .s-title::after {
	background-image: url(images/bg-title-w.png);
}
.blog-column:nth-of-type(1) .b-image {
    background: #4e2812;
}
.blog-column .b-image .image {
	width: 100%;
	padding: 25% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.blog-column .b-image .image a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-column:nth-of-type(1) .b-image .image {
	padding: 50% 0;
	max-height: 500px;
}
.blog-column:nth-of-type(1) .b-td {
	background: #322315;
}
.blog-column:nth-of-type(1) .b-td .b-title {
	font-weight: 500;
	font-size: 3.3em;
	line-height: 1em;
	margin-bottom: 15px;
}
.blog-column:nth-of-type(1) .b-td .b-description {
	letter-spacing: 1px;
	font-size: 16px;
	margin: 5px 0 15px;
}
.blog-column .link {
	display: block;
	color: #000;
	background: #fbba00;
	width: 100px;
	text-align: center;
	padding: 5px;
	margin-top: 18px;
	border: 2px solid transparent;
	font-weight: 500;
}
.blog-column .link:hover {
	background: transparent;
	border-color: #fbba00;
	color: #FFF;
}
.blog-column .w-post {
	width: 520px;
	max-width: 100%;
	margin-left: auto;
	display: block;
	padding: 50px;
}
.blog-column:nth-of-type(2) .post:nth-of-type(1) {
	padding-top: 50px;
	padding-bottom: 15px;
}
.blog-column:nth-of-type(2) .link:hover {
	color: #fbba00;
}
.blog-column:nth-of-type(2) .w-post {
	margin-right: auto;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
.blog-column:nth-of-type(2) .w-post .b-description {
	color: #332316
}
.blog-column:nth-of-type(2) .b-td .b-title {
	font-size: 2.7em;
	line-height: .85em;
	color: #332316;
	font-weight: 500;
	margin-bottom: 6px;
}

.nuestras_certificaciones .nc_box {
	background: url(images/nuestras_certificaciones.png) center no-repeat #f8efde;
	background-size: cover;
	padding: 150px 0;
}

.nuestras_certificaciones .box {
	padding: 50px 0;
	width: 650px;
	max-width: 100%;
	margin: auto;
}
.nuestras_certificaciones .box .icos {
	display: flex;
	text-align: center;
	margin-top: 40px;
	position: relative;
	flex-wrap: wrap;
}
.nuestras_certificaciones .box .icos .ico {
	width: 25%;
	position: relative;
	z-index: 1;
}
.nuestras_certificaciones .box .icos::before {
    content: '';
    width: 80%;
    height: 3px;
    background: #60514d;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
}
.nuestras_certificaciones .box .icos .ico img {
	height: 55px;
	display: block;
	margin: auto;
	background: #fcf5e8;
	padding: 0px 10px;
}
.nuestras_certificaciones .box .icos .ico span {
	font-size: 9px;
	display: block;
	margin-top: 5px;
}



/*Template la marca*/
.somos_inkaforest {
	background: url(images/bgt2.png) center no-repeat #829277;
	background-size: cover;
	padding: 170px 0;
	/* color: #FFF */
}
.somos_inkaforest .title {
	color: #FFF;
}
.somos_inkaforest .title .h-title::before, 
.somos_inkaforest .title .h-title::after {
	background: #FFF;
}
.somos_inkaforest .title .s-title,
.somos_inkaforest .title .h-title {
	border-color: #FFF;
}

.la_marca_text {
	padding: 100px 0;
}
.la_marca_text .box {
	width: 750px;
	max-width: 100%;
	padding: 0px 15px;
	text-align: center;
	margin: auto;
}
.la_marca_text .lm-title {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
}
.la_marca_text .lm-description {
	font-size: 16px;
}
.la_marca_text .lm-description strong {
	font-weight: 300;
}


.lm_superfoods {background: url(images/la_marca_super_foods.png) center no-repeat #5f2107;background-size: cover;padding: 150px 0;}
.lm_superfoods .box {
	width: 1100px;
	max-width: 100%;
	display: flex;
	margin: auto;
}
.lm_superfoods .column1 {flex: 1;min-width: 310px;}
.lm_superfoods .sf_title {
	font-size: 5em;
	/* font-weight: 700; */
	color: #FFF;
	line-height: .85em;
}
.lm_superfoods .sf_title div:nth-child(1) {
	color: #f9b815;
	font-weight: 400;
}
.lm_superfoods .sf_title div:nth-child(2) {
	font-weight: 400;
}
.lm_superfoods .sf_title_s {
	border: 1px solid #f9b816;
	color: #f9b816;
	letter-spacing: 2px;
	padding: 4px 15px;
	margin: 5px 0px 15px;
	width: 255px;
	background: url(images/dm.png) right center no-repeat;
	background-size: contain;
}
.lm_superfoods .sf_description {color: #FFF;font-size: 13px;}
.lm_superfoods .column2 {width: 100%;position: relative;}
.lm_superfoods .al_description {color: #FFF;font-size: 11.5px;text-align: right;width: 280px;position: absolute;background: url(images/ico_list.png) right center no-repeat;}
.lm_superfoods .al_description span {display: block;font-weight: 400;}
.lm_superfoods .al_description:nth-child(1) {top: 50%;transform: translateY(-50%);width: 240px;left: 50px;padding-right: 45px;}
.lm_superfoods .al_description:nth-child(2) {top: -100px;left: -100px;right: 0;display: block;margin: auto;padding-right: 40px;}
.lm_superfoods .al_description:nth-child(3) {right: -60px;top: 50%;transform: translateY(-50%);width: 220px;text-align: left;color: #332316;padding-left: 40px;background: url(images/ico_list2.png) left center no-repeat;}
.lm_superfoods .al_description:nth-child(4) {right: 100px;bottom: -100px;text-align: left;color: #332316;padding-left: 42px;background: url(images/ico_list2.png) no-repeat;background-position: left 10px;}
/**/

/**/

.nuestros_clientes {
	padding: 90px 0;
}
/*TEMPLATE CONTÁCTANOS*/
body.page-template-template-contactanos header {
	background: url(images/contactanos_bg.png) center top no-repeat #49220e;
	flex: 10;
	background-size: cover;
}
.queremos_ayudarte {
	padding: 50px 0;
}
.queremos_ayudarte .qa_box {
	width: 600px;
	margin: auto;
	padding: 0px 15px;
	max-width: 100%;
}
.queremos_ayudarte .description {
	text-align: center;
	font-size: 16px;
}
.representante.contactanos .r-title::after {
	display: none;
}
.representante.contactanos .rs-title {
	position: relative;
}
.representante.contactanos .rs-title::after {
	content: '';
    position: absolute;
    bottom: -20px;
    width: 110px;
    height: 9px;
    background: #f1a007;
    display: block;
}
/**/

/*TEMPLATE PRODUCTOS */

body.page-template-template-productos header,
.single header {
	background-image: url(images/bgp.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: auto;
	min-height: auto;
	background-size: cover;
	padding-bottom: 50px;
}
.producto_categoria .pc_box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 150px 0;
	color: #FFF;
}
.producto_categoria .pc_c {
	width: 600px;
	max-width: 100%;
	margin: auto;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 50px 15px;
}
.producto_categoria .pc_c a {
	display: block;
	color: #000;
	background: #fbba00;
	width: 200px;
	text-align: center;
	padding: 5px;
	border: 2px solid transparent;
	margin: 40px auto 0;
}
.producto_categoria .pc_c a:hover {
	background: orange;
}
.cattit {
	background: #291b12;
}
.cattit .title-min {
	background: #fcf5e8;
}
.cattit .title-min .s-title {
	color: #3c2617;
}
.titles-min {
	clear: both;
	display: flex;
	padding-top: 30px;
	width: 1100px;
	max-width: 100%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.titles-min a {
	position: relative;
	display: block;
	margin-bottom: 30px;
	width: 320px;
}
.title-min {
	position: relative;
	margin: 0;
	background: #3c2617;
	padding: 6px;
	margin-right: 30px;
}
.title-min.t-active, .title-min:hover {
	background: #f9b812;	
}

/*
.title-min.t-active::after {
	content: '';
	background: url(images/flecha.png) center no-repeat;
	display: block;
	width: 25px;
	height: 32px;
	transform: rotate(90deg);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}*/

.title-min .h-title {
	font-size: 1em;
}
.title-min:hover .h-title,
.title-min:hover .s-title,
.title-min.t-active .h-title, 
.title-min.t-active .s-title {
	border-color: #fbba00;
}
.title-min:hover .h-title::before,
.title-min:hover .h-title::after
.title-min.t-active .h-title::before,
.title-min.t-active .h-title::after {
	background: #fbba00;
}
.title-min .s-title {
	font-size: 1em;
	padding: 8px 10px;
	background: url(images/bg-title.png) left no-repeat, url(images/bg-title.png) right no-repeat;
	border: 0;
	background-size: contain;
	width: 100%;
	display: block;
	text-align: center;
	color: #a0937c;
	font-weight: 300;
	text-transform: uppercase;
	border: 2px solid #291b12;
}
.titles-min a:nth-last-child(1) .title-min {
	margin-right: 0;
}
.title-min.t-active .s-title, .title-min:hover .s-title {
	border: 2px solid #291b12;
	background-size: contain;
	color: #2e1c11;
}

.title-min .s-title::before,
.title-min .s-title::after {
	display: none;
}
.title-min .s-title
.title-min .s-title::before,
.title-min .s-title::after {
	display: none;
}
.title-min:hover .s-title::before,
.title-min:hover .s-title::after {
	background: url(images/bg-title-w2.png) left top no-repeat;
	background-size: contain;
}
.title-min:hover .s-title::after {
	background-position: right top;
}
/**/

/* CATEGORY */
.lista_productos_cat {
	margin-top: 30px;
	min-height: 350px;
}
.lpc_box {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.lpc_box .lpc_post {
	width: 30%;
	text-align: center;
	margin-right: 5%;
}
.lpc_box .lpc_post:nth-child(3n+3) {
	margin-right: 0;
}
.lpc_box .lpc_post .image {margin-bottom: 15px;background: #FFF;}
.lpc_box .lpc_post .image img {
	display: block;
	margin: auto;
	width: 100%;
}
.lpc_box .lpc_post .lpc_title {
	text-transform: uppercase;
	font-size: 16px;
	background: #e9dcc3;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: 300;
}
.lpc_box .lpc_post .lpc_description a {
	background: url(images/recetas_nuestras.png) left center no-repeat;
	background-size: cover;
	color: #000;
	text-align: right;
	display: block;
	width: 135px;
	padding: 8px 18px;
	font-weight: 300;
	margin: 25px auto 70px;
}
.lpc_box .lpc_post .lpc_description a:hover {
	opacity: .8;
}
/**/

/* SINGLE */

.single_post {padding: 50px 0;}
.single_post .sp_box {
	display: flex;
	align-items: center;
}
.single_post .sp_box .column1 {
	min-width: 380px;
	max-width: 100%;
	padding-right: 100px;
}
.single_post .sp_box .column1 h1 {
	font-size: 3.3em;
	line-height: .9em;
	font-weight: 500;
	margin-bottom: 0;
}
.single_post .sp_box .column1 h2 {
	font-size: 2.7em;
    font-weight: 300;
    line-height: 1em;
}
.single_post .sp_box .column1 .description {font-size: 17px;line-height: 24px;margin-top: 25px;}
.single_post .sp_box .column2 {
	width: 100%;
}
.single_post .sp_box .column1 .description .link {
	background: url(images/links2.png) left top no-repeat #f9b811;
	color: #332316;
	padding: 3px 7px;
	position: relative;
	padding-left: 45px;
	font-size: 12px;
	letter-spacing: 2px;
	display: inline-block;
	margin-left: 30px;
	margin-top: 30px;
}
.single_post .sp_box .column1 .description .link::before {
	content: '';
	display: inline-block;
	background: url(images/bg-title-w2.png) left top no-repeat #fcf5e8;
	width: 33px;
	position: absolute;
	top: 0;
	left: 1px;
	background-size: contain;
	height: 92%;
	margin: 0.5%;
}
.single_post .sp_box .column1 .description .link::after {
	content: '';
	background: url(images/flecha.png) left top no-repeat;
	display:inline-block;
	width: 50px;
	height: 70px;
	position: absolute;
	left: -60px;
	filter: brightness(0);
	transform: rotate(180deg);
	bottom:0;
	right: 0;
}
.single_post .sp_box .column2 .image img {
	display: block;
}
.single_post .sp_box .column2 .postmeta {/* display: flex; */overflow: hidden;font-size: 19px;margin-top: 40px;display: flex;align-items: center;}
.single_post .sp_box .column2 .presentaciones {float: left;letter-spacing: 6px;font-weight: 300;border: 3px solid #312216;padding: 5px 10px 5px 51px;background: url(images/links.png) left no-repeat;}
.single_post .sp_box .column2 .peso {float: right;letter-spacing: 4px;width: 100%;font-size: 17px;display: flex;}
.single_post .sp_box .column2 .peso span {/* float: right; */padding-left: 18px;font-weight: 300;display: block;width: 50%;text-align: right;}
.single_post .sp_box .column2 .peso span:nth-child(2) {border-left: 4px solid #312216;margin-left: 20px;}
.single_related {
	padding-top: 70px;
	padding-bottom: 70px;
}
.single_related .lpc_box {
	margin-top: 50px;
}
/* 404 */
body.error404 header {
	background: url(images/bg404.png) top center no-repeat;
	background-size: cover;
}
.error404 header > div:nth-of-type(1) {
	flex: 9;
}
.error404 header > div:nth-of-type(2) {
	flex: 1;
}
.error404 footer {
	padding-top: 0;
}
.link-404 {
    display: block;
    width: 144px;
    height: 29px;
    position: absolute;
    top: 79%;
    left: 29px;
    right: 0;
    margin: auto;
    transform: rotate(-8deg);
}
/**/

/* FOOTER */
footer .footer {
	background: #332424;
	color: #FFF;
	overflow: hidden;
	padding: 35px 0;
}
footer .footer .a {
	float: left;
	margin-top: 3px;
}
footer .footer .a strong {
	color: #eab75a;
}
footer .footer .b {
	float: right;
}
footer .footer .b ul {
	overflow: hidden;
}
footer .footer .b ul li {
	float: left;
}
footer .footer .b ul li a {
	color: rgba(255,255,255,0.3);
	display: block;
	padding: 0 10px;
	font-size: 20px;
}
footer .footer .b ul li a.fb:hover {
	color: #3030f7;
}
footer .footer .b ul li a.li:hover {
	color: blue;
}
footer .footer .b ul li a.tw:hover {
	color: #008aff;
}
footer .footer .b ul li a.it:hover {
	color: #ff00f7;
}
footer .footer .b ul li a.pr:hover {
	color: #e82121;
}
footer .footer .b ul li a.yt:hover {
	color: red;
}
.menuResponsive {
	display: none;
	color: #FFF;
	font-size: 25px;
	position: absolute;
	right: 0;
	background: rgba(0,0,0,0.4);
	padding: 16px 16px;
	top: 14px;
}
.closemenu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 999999;
	color: #FFF;
	right: 0;
	top: 0;
	background: #712929;
	padding: 10px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#paginador {
	list-style:none;
	margin: 20px 0px;
	padding:0;
	clear:both;
	font-size:16px;
	text-align: center;
}
#paginador li {
	display:inline-block;
	margin: 0;
	padding: 0;
}
#paginador a, #paginador .current {
	/* background: #272727; */
	color:#FFF;
	padding:9px 12px 9px 12px;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	-ms-transition:background 0.2s linear;
	transition:background 0.2s linear;
	display:inline-block;
}
#paginador .current {
	font-weight: 500;
}
#paginador .current, #paginador .page-numbers{
	/* background: #272727; */
	color: #312216;
}
#paginador li.mas {
	padding: 0px 5px;
}

#upscroll {
	position:fixed;
	background:#353738;
	color:#FFF;
	padding:8px 10px;
	font-size: 15px;
	bottom: 15px;
	right:15px;
	z-index:999;
	transition:all ease 0.25s;
	-webkit-transition:all ease 0.25s;
	-moz-transition:all ease 0.25s;
	-o-transition:all ease 0.25s;
	display: none;
	border-radius: 5px;
}
#upscroll:hover {
	background:#cd2122;
}


header nav ul li a,
header nav ul,
.superfoods .description .link,
.blog-column .link,
.producto_categoria .pc_c a,
.superfoods .lista-productos .owl-item img,
.header-title .h-description a,
.lista_productos_cat .lpc_box .lpc_post .lpc_description a,
.menuproductos,
.title-min,
.title-min .s-title {
	transition: all ease 0.25s;
	-webkit-transition: all ease 0.25s;
	-moz-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	-ms-transition: all ease 0.25s;
}
#slider-clientes .item {
	text-align: center;
	display: flex;
	align-items: center;
	height: 150px;
	justify-content: center;
}
.pqnde {
    padding: 90px 0;
    background-color: #fab900;
    background-image: url(images/imgn.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.pqnde-c {
	width: calc(100% - 600px);
}
.pqnde-title {
    font-weight: bold;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pqnde-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 80px;
    left: 0;
    background: #332315;
}
.pqnde ul li {
    padding: 20px 0 20px 45px;
    position: relative;
}
.pqnde ul li::before {
	content: '';
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAilBMVEUAAAD///////////////////////////////////////////////////////8qFgnh3tzy8PBBLyP39vWMgXo3JBhvYln5+fjo5uSpoZwyHhLs6unc2dbX09HGwb3DvbpZST9WRjxEMidALiLy8fHt7OvZ1tTNyMWupqGUioR6bmZiU0pPPjNHNiuUokrwAAAADnRSTlMAJP3ZvKJ3PQ235uLhtmTK4tIAAADjSURBVCjPhZNXFoIwEEVDpJdQA4JSFHvZ//YEJWWIB95Xknsm0xGXZjoeJth3TA3NZelESLcAsw0CZdjSpxsy10bj0CWq3AnbzHILrX+fM59pcoG+v9GyG85oA/AYuZRKWd1kqg8h8UsRkZbesYQ1ZPJznERkf3wUgprIETQc8O7wPPEXB3kSHXGav3hmHsIyHTHO+pplgQigYTccchpPT/9s6ZXb+orfd8T9qjF3ZxGzkm+eSvnCWjU0g7WCdS5BnWGPqhb2CPS3r2F/l2djca4WZ3Jtntd3QexR4I97FEh79AENJybW78wJBAAAAABJRU5ErkJggg==');
	background-size: contain;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 21px;
}
.pqnde ul li img {
	position: absolute;
	width: 150px;
}
.pqnde ul li:nth-child(2) img {
	right: -170px;
	top: 0;
}
.pqnde ul li:nth-child(3) img {
	right: -170px;
	top: 25px;
}
.cbgf {
    background: #f9b812;
    background: -moz-linear-gradient(left,  #f9b812 0%, #f9b812 50%, #f1af07 50%, #f1af07 100%);
    background: -webkit-linear-gradient(left,  #f9b812 0%,#f9b812 50%,#f1af07 50%,#f1af07 100%);
    background: linear-gradient(to right,  #f9b812 0%,#f9b812 50%,#f1af07 50%,#f1af07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b812', endColorstr='#f1af07',GradientType=1 );
    padding: 100px 0;
    text-align: center;
}
.cbgf-title {
    font-size: 18px;
}
.cbgf-ico {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAMAAABhTZc9AAAAilBMVEUAAAD///////////////////////////////////////////////////////8qFgnh3tzy8PBBLyP39vWMgXo3JBhvYln5+fjo5uSpoZwyHhLs6unc2dbX09HGwb3DvbpZST9WRjxEMidALiLy8fHt7OvZ1tTNyMWupqGUioR6bmZiU0pPPjNHNiuUokrwAAAADnRSTlMAJP3ZvKJ3PQ235uLhtmTK4tIAAADjSURBVCjPhZNXFoIwEEVDpJdQA4JSFHvZ//YEJWWIB95Xknsm0xGXZjoeJth3TA3NZelESLcAsw0CZdjSpxsy10bj0CWq3AnbzHILrX+fM59pcoG+v9GyG85oA/AYuZRKWd1kqg8h8UsRkZbesYQ1ZPJznERkf3wUgprIETQc8O7wPPEXB3kSHXGav3hmHsIyHTHO+pplgQigYTccchpPT/9s6ZXb+orfd8T9qjF3ZxGzkm+eSvnCWjU0g7WCdS5BnWGPqhb2CPS3r2F/l2djca4WZ3Jtntd3QexR4I97FEh79AENJybW78wJBAAAAABJRU5ErkJggg==);
    background-size: contain;
    border-radius: 50%;
    display: block;
    margin: 40px auto;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.cbgf-image {
    position: relative;
    border-left: 1px solid #322315;
    border-right: 1px solid #322315;
    max-width: 480px;
}
.cbgf .col-6:nth-child(1) .cbgf-image {
    margin-right: 30px;
}
.cbgf .col-6:nth-child(2) .cbgf-image {
    margin-left: 30px;
}
.cbgf-image::before,
.cbgf-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url(https://www.inkaforest.com/wp-content/themes/inkaforest/images/links.png) right center repeat-x;
    background-size: 26px;
    border-left: 12px solid #f1af07;
    border-right: 12px solid #f1af07;
    transform: rotate(180deg);
}
.cbgf .col-6:nth-child(1) .cbgf-image::after,
.cbgf .col-6:nth-child(1) .cbgf-image::before {
 	border-color: #f9b812;
 }
.cbgf-image::after {
    bottom: 0;
    top: initial;
    transform: rotate(360deg);
}
.cbgf-image img {
    padding: 25px 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.lpcs-title {
	font-weight: bold;
	font-size: 17px;
}
.lpc_sidebar {
    position: absolute;
    left: -230px;
}
.lpc_sidebar ul {
	margin-left: 15px;
}
.lpc_sidebar ul li {
    margin: 15px 0;
}
.lpc_sidebar ul li a {
    text-transform: uppercase;
    display: block;
    padding: 5px;
    color: #322315;
}
.lpc_sidebar ul li a.active,
.lpc_sidebar ul li a:hover {
	padding-right: 25px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANCAMAAACjHN8KAAAAQlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACO4fbyAAAAFnRSTlMAXxdlJVBFPC1VSTdpWiARBVhANTENwYWfwwAAAE5JREFUCNcli1kSwDAIQlFjbPau979qHcMPMPBwHdgS4h2MxozAR6FYKbNSO4FUjas3LKit0gX85tlEE0j57vnzT6pi/oXTDwKXhNBo239siAHovD8mdgAAAABJRU5ErkJggg==') #e9dcc3 no-repeat;
	background-position: right 10px center;
}
.faq-content {
	padding: 0px 0px 100px;
}
.faq-content .title .s-title {
	font-size: 1.7em;
	font-weight: 400;
}
.faq-content .container {
	width: 900px;
}
.line {
    width: 100px;
    height: 2px;
    background: #f1a007;
    margin: 30px auto 30px;
}
section.galeria-content {
    padding: 50px 0;
}
section.galeria-content .container {
	padding-left: 30px;
	padding-right: 30px;
}

.gc-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.gc-columns.gc-videos {
	margin-left: -30px;
	margin-right: -30px;
}
.gc-image, 
.gc-video {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.gc-video {
	padding-bottom: 60%;
}

.gc-normal {
    width: 33.33333%;
    flex: none;
    padding: 20px;
}
.gc-videos .gc-normal {
	width: 50%;
	padding: 30px;
}

.gc-full {
    width: 100%;
    flex: none;
    padding: 20px;
}

.gc-full .gc-image {
    padding-bottom: 25%;
}

.gc-image:hover::before,
.gc-video:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.gc-image:hover::after {
    content: '+';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    color: orange;
    border: 1px solid orange;
    width: 60px;
    height: 60px;
    font-size: 37px;
    line-height: 57px;
    text-align: center;
}
.gc-fixed {
	position: fixed;
	z-index: 999999;
	background: rgb(45 29 16 / 85%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	padding-left: 15px;
	padding-right: 40px;
}
.gc-fixed.gc-active {
	opacity: 1;
}

.gca-image {
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 1200px;
}
.gca-image img {
	display: block;
}
.gca-iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 700px;
	max-width: 100%;
}
.gca-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gc-video::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f04b";
	position: absolute;
	background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #FFF;
    color: orange;
    line-height: 48px;
	width: 50px;
	height: 50px;
	font-size: 25px;
	display: block;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	text-align: center;
	transform: translateY(-50%)
}
.gc-video:hover::after {
	background-color: #6c6057;
	border-color: orange;
}
.gc-video-title, .gc-image-title {
	padding: 10px;
	background: #e9dcc3;
	text-align: center;
}
.gca-close {
    position: absolute;
    right: -23px;
    border: 1px solid orange;
    color: orange;
    width: 23px;
    height: 23px;
    line-height: 21px;
    background: #2d1d10;
    font-size: 21px;
    font-weight: 300;
}
section.qa {
    padding: 80px 0;
    text-align: center;
}

.qa .container {
    width: 600px;
}
.qa-box {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    margin-top: 50px;
}
.qa-box > div {
    padding-top: 5px;
    padding-bottom: 5px;
}
.qa-box > div:nth-child(1) {
    border-right: 2px solid #868686;
    padding-right: 35px;
}
.qa-box > div:nth-child(1) img {
    height: 120px;
}
.qa-box > div:nth-child(2) {
    padding-left: 35px;
}
@media (min-width:1500px){
	.lm_superfoods .al_description:nth-child(3) {
		left: 680px;
    	right: initial
	}
	.lm_superfoods .al_description:nth-child(4) {
		bottom: -130px;
	}
}
@media (max-width:992px){
	.home header .owl-item:nth-child(1), body:not(.home) header {
		background-size: inherit;
	}
	.menuResponsive {
		display: block;
	}
	header .certif {
		position: absolute;
		left: 190px;
		background: rgba(255,255,255,0.8);
		padding: 15px;
	}
	header nav ul {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		width: 100%;
		background: rgba(0,0,0,0.85);
		right: 0;
		z-index: 9999;
		height: 100%;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	header nav ul li {
		float: none;
		padding: 20px 15px;
		text-align: center;
	}
	header nav.active ul li a {
        color: #FFF;
	}
	header nav.active ul,
	header nav.active .closemenu {
		opacity: 1;
		visibility: visible;
	}
	header nav.active ul.sub-menu {
		width: 100%;
		position: initial;
		background: rgba(0,0,0,0.8);
		margin-top: 15px;
		max-height: 160px;
		overflow-x: auto;
	}
	header .language {
		margin-right: 60px;
		margin-left: -25px;
	}
	header .social {
		margin-right: 50px;
	}
	.titles-min a:nth-child(2) .title-min {
		margin-right: 0;
	}
	.representante {
		text-align: center;
	}
	.representante form {
		padding-left: 15px;
		width: 600px;
		max-width: 100%;
		margin: auto;
	}
	.representante .r-title,
	.representante.contactanos .rs-title {
		margin-bottom: 40px;
	}
	.representante.contactanos .r-title {
		margin-bottom: 0;
		font-size: 3em;
	}
	.representante .r-title::after,
	.representante.contactanos .rs-title::after {
		left: 0;
		right:  0;
		margin: auto;
	}
	
	.lm_superfoods {
		background-position: right bottom;
		background-size: 160%;
		padding: 50px 0 0;
		background: #5f2107;
	}
	.lm_superfoods .box {
		flex-direction: column;
	}
	.lm_superfoods .column1 {
		text-align: center;
		width: 520px;
		margin: auto;
		margin-bottom: 50px;
		padding: 0px 15px;
		max-width: 100%;
		min-width: inherit;
	}
	.lm_superfoods .sf_title_s {
		margin-left: auto;
    	margin-right: auto;
	}
	.lm_superfoods .column2 {		
		background: url(images/la_marca_super_foods.png) center no-repeat #5f2107;
		padding: 14% 50px;
		background-size: cover;
		background-position: center;
	}
	.lm_superfoods .al_description {
		background: url(images/ico_list.png) right center no-repeat !important;
		position: initial !important;
		transform: none !important;
		margin: 0 !important;
		color: #FFF !important;
		width: 280px !important;
		max-width: 100%;
	}
	.lm_superfoods .al_description:nth-child(3),
	.lm_superfoods .al_description:nth-child(4) {
		background-position: right center;
		padding-right: 40px;
		padding-left: 0;
		text-align: right;
	}
	
	.titles-min {
		display: block;	
	}
	.titles-min a {
		width: 50%;
		float: left;
	}
	.pqnde {
		background-image: none;
	}
	.pqnde-c {
		width: calc(100% - 170px);
	}
	.lpc_sidebar {
		position: relative;
        left: initial;
	}
}
@media (max-width:768px){
	#slider .owl-item:nth-child(3n+3) {
		background-size: 1454px;
		background-position: 36% 78px;
	}	
	#slider .owl-item:nth-child(3n+2) {
		background-size: 1500px;
    	background-position: 59% 78px;
	}	
	body header {
		height: inherit;
	}
	.header-title {
		padding: 30px 0;
	}
	.consulta .flex-center {
		flex-direction: column;
		text-align: center;
	}
	.consulta .c-title::after {
		display: none;
	}
	.consulta .c-title {
		margin: 0 auto 20px;
	}
	.blog-column .w-post {
		margin: auto !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nuestras_certificaciones .title .s-title {
		font-size: 2em;
		padding: 3px 60px;
	}
	
	.single_post .sp_box {
		display: block;
	}
	.single_post .sp_box .column1 {
		width: 100%;
		padding: 0;
		min-width: inherit;
	}
	.lpc_box {
		justify-content: space-between;
	}
	.lpc_box .lpc_post {
		width: 48%;
		margin-right: 0;
	}
	
	body.error404 header {
		background: #51220a;
	}
	body.error404 header > div:nth-of-type(1) {
		background: url(images/bg404.png) bottom no-repeat;
		background-size: 1000px;
		padding-bottom: 350px;
	}
	.link-404 {
		top: 71.5%;
		width: 97px;
		height: 20px;
		left: 19px;
	}
	.gca-image {
		width: 100%;
	}
	.eatem {
		padding: 50px 0;
	}
	#slider .owl-item .item {
		padding-top: 400px;
		padding-bottom: 50px;
	}
	.cbgf {
		background: #f9b812;
	}
	.cbgf .col-6 .cbgf-image {
		margin: auto !important;
	}
	.cbgf .col-6:nth-child(2) {
		margin-top: 100px;
	}
	.single_related .s-title {
		font-size: 1.8em;
		padding-left: 50px;
		padding-right: 50px;
	}
	.single_post .sp_box .column2 {
		margin-top: 70px;
	}
	.single_post .sp_box .column2 .image img {
		margin: auto;
	}
	.eatem .col-6:nth-child(2) {
		float: right;
		width: 100%;
		text-align: right;
	}
	.eatem .r-title::after {
		right: 0;
	}
	.eatem a {
		margin-left: auto;
	}
}
@media (max-width: 600px){
	header .certif {
		position: absolute;
		top: 100px;
		right: 0;
		left: initial;
	}
	.pqnde-c {
		width: 100%;
	}
	.pqnde-c img {
		display: none;
	}
	.header-title h1 {
		font-size: 3.3em;
	}
	section.qa .s-title {
		font-size: 2em;
		padding-left: 70px;
		padding-right: 70px;
	}
	.qa-box {
		display: block;
	}
	.qa-box > div:nth-child(1) {
		border: none;
		border-bottom: 2px solid #868686;
		padding-bottom: 35px;
		margin-bottom: 35px;
		text-align: center;
		padding-right: 0;
	}
	.qa-box > div:nth-child(2) {
		padding-left: 0;
		text-align: center;
	} 
}
@media (max-width:540px) {
	.home header .owl-item .item_1 {
		background-position: center -223px;
	}
	.titles-min a .title-min {
		margin-right: 0;
	}
	.consulta form > div[class*="col-"] {
		padding-bottom: 10px;
	}
	.superfoods .title .s-title {
		font-size: 2em;
		padding: 3px 60px;
	}
	.superfoods .lista-productos {
		padding: 0px 15px;
	}
	.lista-productos .owl-nav > div {
		width: 20px;
		height: 40px;
		left: -30px;
	}
	.lista-productos .owl-nav > div:nth-of-type(2) {
		left: initial;
		right: -30px;
	}
	.nuestras_certificaciones .box .icos::before {
		display: none;
	}
	.nuestras_certificaciones .box .icos .ico {
		width: 50%;
		margin: 10px 0;
	}
	
	.somos_inkaforest .title .s-title {
		font-size: 2em;	
	}
	.lm_superfoods .column2 {
		padding-left: 15px;
		padding-right: 15px;
		z-index: 1;
	}
	
	body.page-template-template-productos header {
		background-position: top center;
	}
	
	.single_post .sp_box .column1 h1 {
		font-size: 10vw;
		line-height: inherit;
		word-break: break-word;
	}
	
	.titles-min a {
		width: 100%;
	}
	
	.single_post .sp_box .column2 .postmeta {
		display: block;
		text-align: center;
	}
	.single_post .sp_box .column2 .peso,
	.single_post .sp_box .column2 .presentaciones {
		float: none;
	}
	.single_post .sp_box .column2 .presentaciones {
		margin-bottom: 20px;
	}
	.single_post .sp_box .column2 .peso span {
		text-align: center;
	}
	
	#upscroll {
		display: inherit;
	}
}
@media (max-width:480px){
	.representante .r-title {
		font-size: 2em;
	}
	.representante form .input {
		margin-top: 3px;
	}
	.inkablog .title .s-title {
		font-size: 2.1em;
		padding: 3px 60px;
	}
	.nuestras_certificaciones .nc_box {
		padding: 75px 0;
	}	
	footer .footer {
		text-align: center;
		padding: 20px 0;
	}
	footer .footer .b ul li {
		display: inline-block;
	}
	footer .footer .a,
	footer .footer .b,
	footer .footer .b ul li {
		float: none;
	}
	footer .footer .a {
		margin-bottom: 15px;
	}
	
	.producto_categoria .title .s-title {
		font-size: 2em;
		padding: 3px 70px;
	}
	
	.queremos_ayudarte .title .s-title {
		font-size: 1.9em;
		padding: 3px 58px;
	}
	
	
}
@media (max-width:420px){
	#slider .owl-item:nth-child(3n+3) {
		background-size: 1400px;
    	background-position: 41.5% 78px;
	}	
	#slider .owl-item:nth-child(3n+2) {
		background-size: 1400px;
    	background-position: 60% 78px;
	}	
	header > .container:nth-child(1) {
		padding: 0;
	}
	.menuResponsive { 
		right: 5px;
	}
	header .social {
		position: absolute;
		right: 5px;
		top: 85px;
		margin: 0;
	}
	header .certif {
		top: 160px;
		width: 160px;
	}
	header .certif img {
		height: auto;
	}
	.title .h-title {
		font-size: 1em;
	}
	.superfoods .title .s-title {
		font-size: 1.7em;
		padding: 3px 53px;
	}
	.nuestras_certificaciones .title .s-title {
		font-size: 1.4em;
		padding: 3px 45px;
	}
	
	.somos_inkaforest  {
		padding: 80px 0;
	}
	.somos_inkaforest .title .s-title {
		padding: 3px 51px;
		font-size: 1.75em;
	}
	.lm_superfoods .column2::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		z-index: -1;
	}

	.lpc_box .lpc_post {
		width: 100%;
	}
	.single_post .sp_box .column2 .presentaciones {
		letter-spacing:  0;
	}
	
	.nuestros_clientes .s-title {
		font-size: 2em;
    	padding: 3px 65px;
	}
	.nuestros_clientes .h-title {
		font-size: 1.3em;
	}
}



body.page-template-default header {
	background: url(images/contactanos_bg.png) center top no-repeat #49220e;
	flex: 10;
	background-size: cover;
}
.product_form {
	text-align: center;
}
.price {
	text-align: center;
	font-size: 36px;
    margin: 40px 0 20px;
    font-weight: 500;
}
.product_price b {
	font-weight: bold;
}
#buttonpay {
	-moz-box-shadow:inset 0px -1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px -1px 0px 0px #fff6af;
	box-shadow:inset 0px -1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:12px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
#buttonpay:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
#buttonpay:active {
	position:relative;
	top:1px;
}

#culqi-card-form {   
	display: block;
    width: 800px;
    margin: 50px auto 0;
}
#culqi-card-form h2 {
	margin: 20px 0 15px;
}
#culqi-card-form table {
	width: 100%;
}
#culqi-card-form table.table-product {
	width: 100%;
    border-collapse: collapse;
}
#culqi-card-form table.table-product th,
#culqi-card-form table.table-product td {
    padding: 10px 15px;
    text-align: right;
}
#culqi-card-form table.table-product td {
	border: 1px solid #312216;
}
#culqi-card-form table.table-product th:nth-child(1),
#culqi-card-form table.table-product td:nth-child(1) {
	text-align: left;
}
#culqi-card-form table.table-product .cshipping td {
	text-align: right;
}
#culqi-card-form table.table-product th:nth-child(3),
#culqi-card-form table.table-product td:nth-child(3) {
	width: 50px;
}
#culqi-card-form table.table-product img {
	width: 120px;
	float: left;
	margin-right: 10px;
}

#culqi-card-form td {
	padding: 0 10px 10px;
	position: relative;
}
#culqi-card-form span {
	display: block;
	margin-bottom: 5px;
}
#culqi-card-form input {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #f3dfb9;
}
#culqi-card-form .tarjetas img {
	height: 26px;
}
#culqi-card-form .cvv {
	height: 66px;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    margin-left: 20px;
}
#culqi-card-form .infopay {
	width: 100%;
}
#culqi-card-form .infopay td {
	padding-bottom: 20px;
}
#culqi-card-form .infopay td input {
	font-size: 17px;
}
#culqi-card-form .infopay .tt {
    padding: 25px 0 0;
    font-size: 18px;
	text-align: right;
}
#culqi-card-form .infopay .tt strong {
    font-size: 30px;
}
#culqi-card-form .infopay .inputpay {
	text-align: right;
	padding: 25px 0;
}
#culqi-card-form input[type="submit"] {
	background-color: #44c767;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    padding: 12px 31px;
    text-decoration: none;
    text-shadow: 0 1px 0 #36a553;
    width: 150px;
    font-weight: bold;
	margin-left: auto;
}
#culqi-card-form input[type="submit"]:hover {
	background-color:#5cbf2a;
}
#culqi-card-form input[type="submit"]:active {
	position:relative;
	top:1px;
}
#culqi-card-form .loading {    
	border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid #44c766;
    border-top-color: #fcf5e8;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    clear: both;
    margin: 10px auto 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.compra-exitosa {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.compra-exitosa h1 {
	font-size: 40px;
	margin-bottom: 25px;
}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17189408217">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-17189408217');
</script>