/*@import url("fontawesome-all.min.css");*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Montserrat:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&family=Source+Serif+Pro:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	justify-content: center;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: white;
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	background: white;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
select,
textarea {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Lato', sans-serif;
	font-size: 15pt;
	font-weight: 400;
	line-height: 1.75em;
	overflow-x: hidden;
}

#nav a {
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #85929e;
	text-decoration: none;

}


/*****************HOVER DEL MENU DE NAVEGACION******************/
#nav a:hover {
	/*color: #e0e096 !important;
	border-bottom-color: transparent;*/
	background: rgba(187, 187, 125, .3);
	color: #8D552A !important;
	border-radius: 0 20px 20px 20px;
	margin: 0;
	
} 



strong,
b {
	color: #5D6D7E;
	font-weight: 300;
	font-family: avenir;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #85929E;
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	border: 0;
}

h2 {
	font-size: 2.7em;
	line-height: 1.5em;
	letter-spacing: -0.025em;
}

.box .h3 {
	color: white;
}


h3 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin: 3em 0;
}

hr.major {
	margin: 3em 0;
}

blockquote {
	border-left: solid 4px rgba(255, 255, 255, 0.3);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(255, 255, 255, 0.075);
	border-radius: 4px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

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

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

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

/* Loader */

@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-webkit-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-ms-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-ms-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}


@media (-webkit-min-device-pixel-ratio: 2) {

	body.landing:before {
		line-height: 2.025em;
	}

}

/* Container */

.container {
	margin: 0 auto;
	max-width: calc(100% - 4em);
	width: 70em;
}

.container.xsmall {
	width: 17.5em;
}

.container.small {
	width: 35em;
}

.container.medium {
	width: 52.5em;
}

.container.large {
	width: 87.5em;
}

.container.xlarge {
	width: 105em;
}

.container.max {
	width: 100%;
}

@media screen and (max-width: 1280px) {
	
	.services {
		margin-top: -58px;
	}

	.services img {
		width: 8%;
		/*height: 15vw;*/
	}

	#lineas {
		width: 16%;
		margin: 0 -6px 0 -6px;
		height: 2px;
	}

	#lineasb {
		width: 6%;
		margin: 0 -6px 0 -6px;
		height: 2px;

	}

	.desc_imagen h3 {
		font-size: 20px;
	}

	.desc_imagen p {
		font-size: 13px;
	}

	.desc_imagen li {
		width: 25%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	.des_imagen ul li {
		padding-left: 0;
	}

	.text-center .row .col .p-3 img {
		height: 15vw;
		width: 90%;
	}



	.container {
		width: 90%;
		max-width: 100%;
	}

}

@media screen and (max-width: 980px) {


	.container .row .col-sm-4 .si h2 {
		font-size: 30px;
	}

	.container {
		width: 100% !important;
	}

}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}



.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 33.3%;

}

.row>.off-1 {
	margin-left: 33.3%;
}

.row>.col-2 {
	width: 33.3%;
}

.row>.off-2 {
	margin-left: 33.3%;
}

.row>.col-3 {
	width: 33.3%;
}

.row>.off-3 {
	margin-left: 33.3%;
}

.row>.col-4 {

	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}


.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}









/********************************pagina dividida***********************contactenos***********************/

.izquierda_1 {
	padding-top: 30px;
	height: 30vh;
	width: 6%;
	padding-left: 55px;
}

.izquierda_2 {
	padding-top: 28px;
	height: 30vh;
	width: 44%;
}

.izquierda_1 .vertical {
	border-left: 5px solid #686907;
	height: 115px;
	border-radius: 5px 0px 0px 5px;
}

.derecha {
	width: 50%;
	height: 30vh;
}


#pantalla_dividida {
	display: flex;
	justify-content: center;
}


.izquierda_1 .vertical h2 {

	font-family: Source Serif Pro;
	letter-spacing: .5px;
	font-size: 2.1em;
	/*width: 70%;*/
	margin: left;
	padding-left: 20px;
	line-height: 40px;
	color: #6C6E70;
	margin-bottom: 10px;
	font-weight: 500;
}

.izquierda_1 .vertical h3 {
	font-family: avenir;
	letter-spacing: 1px;
	font-size: 1.5em;
	color: #6C6E70;
	/*width: 70%;*/
	margin: left;
	padding-left: 20px;
	line-height: 30px;
	font-weight: 500;
}

#pantalla_dividida .btn-group-lg>.btn,
.btn-lg {
	font-family: avenir;
	padding: 0.3rem 4rem;
	font-size: 1.5rem;
	border-radius: 1rem;
}

/*********************formulario CONTACTENOS*****************************************************************/









/***************************************************************************************************/

.list-group-horizontal .list-group-item {
	display: inline-block;
}

.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left: -4px;
	margin-right: 0;
	border-right-width: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-right-width: 1px;
}


/************************************************************/
/**************PRODUCTOS*************************************/
/************************************************************/

.spcsqs{
	content: '';
	background: transparent;
	width: 100%;
	height: 80px;
}


#banner4 {
	background-attachment: fixed;
	background-image: linear-gradient(0, #00000080, #00000070), url('images/FondoProductos.png');
	/*background-image: url(/assets/css/images/FondoIndexN.png);*/
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	justify-content: center;
	z-index: 20;
}

#banner4:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	justify-content: center;
	width: 1%;
}




#banner4 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	
}

#banner4 .content header {
	display: inline-block;
	vertical-align: middle;
	
	
}

#banner4 .content header h2 {
	align-items: center;
	justify-content: center;	
	text-decoration: none;
	color: white;
	font-weight: 600;
	letter-spacing: 0.2rem;	
	background-color: transparent;
	display: inline-block;
	padding: 1rem 2rem;
	font-family: Source Serif Pro;
	text-align: center;
	font-size: 2.7rem;
	
}


#banner4 .content header .proxi{
	align-items: center;
	justify-content: center;	
	text-decoration: none;
	color: white;
	font-weight: bold;
	letter-spacing: 0rem;	
	background-color: transparent;
	display: inline-block;
	padding: 0rem 2rem;
	font-family: Montserrat;
	text-align: center;
	font-size: 2.1rem;
}





/***************************MATRIZ DE PRODUCTOS**************************/

/* PRODUCTOS */

img{
    max-width: 100%;
    max-height: 100%;
}

.productos{
    padding: 4rem 0;
}
.productos__center{
    padding: 0 3rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(25rem, 1fr));
    gap: 3rem 1rem;
	transition: .3s;
}

.producto{
    display: flex;
    flex-direction: column;
    align-items: center;

	justify-content: center;
	text-align: center;
	font-family: avenir;
   /* box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .2);*/
}

/*.producto:hover{
   box-shadow: 0 .5rem 1.5rem rgba(104, 105, 7, .8);
}*/

.image__container{
	width: 50vw;
	max-width: 1200px;
	min-width: 320px;
	justify-content: center;
	align-items: center;
}
.image__container img{
    width: 390px;
	margin-bottom: 20px;
}

#imgPAguaCoco{
	width: 390px;
	margin-bottom: 20px;
}

#imgPSemillacoco{
	width: 430px;
	height: 440px;
	/*margin-right: 90px;*/
}



#imgPTortacopra{
	width: 390px;
	margin-bottom: 20px;
	/*margin-right: 40px;*/
}

#imgPaceitecoco{
	width: 420px;
	/*height: 480px;*/
	/*margin-left: 30px;*/
}
/*
#imgPfibracoco {	
	/*margin-right: 20px;
}*/

/*#imgPcarbon{	
	/*margin-right: 20px;
}*/

#kitA {
	width: 400px;	
	/*margin-right: 60px;*/
}

.producto .image__container img:hover {
    box-shadow: 0 0 10px rgba(104, 105,7, 0.8);
	border-radius: 20px;
    scale: 1.05;
	transition: .3s;
}



.productos__footer{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productos__footer h1{
    height: 35px;
    overflow: hidden;
    font-size: 2rem;
    font-weight: bold;
	color:rgba(51,51,51);
	font-family: avenir;
}


.bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}


.bottom a{
	align-items: center;
	justify-content: center;
	margin-top: 5rem;	
	text-decoration: none;
	color: #686907;
	font-weight: 300;
	letter-spacing: 0.1rem;
	margin: auto;
	background-color: transparent;
	display: inline-block;
	padding: 1rem 3.5rem;
	text-transform: uppercase;
	border: 1px solid #686907;	
	font-family: avenir;
	text-align: center;
	font-size: 1rem;
}

.bottom a:hover{
	color: white;
	border: 1px solid white;
	text-decoration: none;
	background: rgba(133, 133, 39, 0.9);
}


.price{
    font-weight: 400;
    font-size: 1.5rem;
	font-family: avenir;
	color: black;
	
}

/******************************DETALLE DE LOS PRODUCTOS***********************************/


.contentdpSemilla{
	width: 100%;
	height: 730px;
	/*background-color: rgba(226, 119, 132, 0.17);/*#E2C784;*/
	background-image: url('images/fondoDProds.png');
	/*background-image: url(/assets/css/images/FondoInicio.png);*/
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 50vh;
	display: grid;
	place-items: center;
	padding-top:0;	
	margin-top:0;
}


.contentdp{
	width: 100%;
	height: 750px;
	/*background-color: rgba(226, 119, 132, 0.17);/*#E2C784;*/
	background-image: url('images/dpfondoN.png');
	/*background-image: url(/assets/css/images/FondoInicio.png);*/
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 50vh;
	display: grid;
	place-items: center;
	padding-top:0;	
	margin-top:0;
	/*padding: 0px 60px;*/
	
	
}



.rowdp{
	width: 90%;
	margin-top: 150px;
	margin-bottom: 0px;
	margin-right: 150px;
	max-width: 1345px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-areas: "productotexto productosfotos" ;
	grid-gap: 0px 0px;
}


.contentdpSemilla .rowdp{
	width: 90%;
	margin-top: 120px;
	margin-bottom: 0px;
	margin-right: 150px;
	max-width: 1345px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-areas: "productotexto productosfotos" ;
	grid-gap: 0px 0px;
}

.rowdp .rightdp{
	grid-area: productosfotos;
	display: flex;
	position: relative;
	overflow: hidden;
	margin: auto;
	
}


img {
    max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
} 

.rowdp .rightdp img{
	width: 250px;
    margin-bottom: 5px;
}
	

#imgKAmanatura{
	width: 360px;
	vertical-align: middle;
	height: 10%;
	object-fit: cover;
}


#imgAceiteCoco{
	width: 560px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: -60px;
}

#imgLechedeCoco{
	width: 510px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: 0px;
}




#imgAguadeCoco{
	width: 510px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: 0px;
	
}


#imgSemillCoco{
	width: 490px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: 0px;
}

#imgCarbonActivado{
	width: 350px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: 0px;
}

#imgFibraCoco{
	width: 550px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: -40px;
	
}


#imgCopraFresca{
	width: 550px;
	vertical-align: middle;
	object-fit: cover;
	margin-top: -70px;
	
}

/*


#imgAguadeCoco{
	width: 159px;
	vertical-align: middle;
	padding-top: 25px;
	object-fit: cover;
	margin-bottom: 15px;
	
}


#imgSemillCoco{
	width:100%;
  height: 100%;
  object-fit: 100%;
  padding-top: 35px;
}

#imgCarbonActivado{
	width: 330px;
	vertical-align: middle;
	padding-top: 45px;
	object-fit: cover;
	margin-bottom: 45px;
}








*/


.rowdp .leftdp{
	width: 90%;
	grid-area: productotexto;
	display: flex;
	align-items: center;
	margin: 40px 0px 50px 150px;
	
}

.rowdp .leftdp .contentdptext{
	align-items: center;
	text-align: justify;
	margin: 0 50px;
	/*padding-left: 120px;  /*espacio del texto izquierdo*/	
}

.rowdp .leftdp .contentdptext h2{
	width: 86%;
	font-size: 60px;
	letter-spacing: 8px;
	color: #686907;
	font-family: Source Serif Pro;
	font-weight: 600;
	line-height: 60px;
	padding-bottom:10px;
	padding-right: 50pX;
}

.contentdp a{
	align-items: center;
	justify-content: center;
	margin-top: 5rem;	
	text-decoration: none;
	color: #686907;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin: auto;
	background-color: transparent;
	display: inline-block;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	border: 1px solid #686907;	
	font-family: avenir;
	text-align: center;
	font-size: 1rem;
}

.contentdp a:hover{
	color: white;
	border: 1px solid white;
	text-decoration: none;
	background: rgba(133, 133, 39);	

}

.contentdp p{
	width: 100%;
	font-size: 19px;
	letter-spacing: 0.3px;
	color: #333333;
	font-family: avenir;
	font-weight: 100;
	text-align:none;
	padding-right: 70px;
	line-height: 23px;

}



.contentdpSemilla a{
	align-items: center;
	justify-content: center;
	margin-top: 5rem;	
	text-decoration: none;
	color: #686907;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin: auto;
	background-color: transparent;
	display: inline-block;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	border: 1px solid #686907;	
	font-family: avenir;
	text-align: center;
	font-size: 1rem;
}

.contentdpSemilla a:hover{
	color: white;
	border: 1px solid white;
	text-decoration: none;
	background: rgba(133, 133, 39);	

}

.contentdpSemilla p{
	width: 100%;
	font-size: 19px;
	letter-spacing: 0.3px;
	color: #333333;
	font-family: avenir;
	font-weight: 100;
	text-align:none;
	padding-right: 70px;
	line-height: 23px;

}


.seccionesA .bbn{
    width: 100%;
	max-width: 400px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-gap: 20px 0px;
	grid-template-areas: "productotexto productosfoto";
	
}



/*BUSCADOR FILTRO*/

header #box-search{
	position:absolute;
	margin: 0;
   	padding: 0;
   	list-style-type: none;
	top:89%;
	right: 1rem;
	width:250px;
	background: white;
	z-index: 2100000000000000;
	overflow: hidden;
	font-size: 13px;
	border-radius: 0.5rem;
	display:none;
}







header #box-search li a{
	display: block;
	width:260px;
	color:rgba(48, 48, 48, 0.8);
	padding: 10px 15px;
	font-size: 12px;
	
	
}

header #box-search li a:hover{
	background: #e0e096;
}


header #box-search li a i{
	margin-right: 10px;
	color: #686907;
	font-size: 15px;
}




/*FIN BUSCADOR*/


/*********************** footer ************************/


.pie{
	width: 100%;
	background-color: rgba(133,133, 39, 0.62);
}

.pie .grupo-1{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:50px;
	padding: 0 0;

}

.pie .grupo-1 .box{
	border:#C7C785;
	padding-top: 80px;
	padding-left:260px;
}


.pie .grupo-1 .box1{
	border:#C7C785;
	padding-top: 80px;
	padding-left:0;
}


.pie .grupo-1 .box1 figure{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;

	

}
.pie .grupo-1 .box1 figure img{
	width: 250px;
	

}

.pie .grupo-1 .box h3{
	color: white;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 300;
}

.pie .grupo-1 .box .fa-solid{
	font-weight: 600;
}

.pie .grupo-1 .redsocial a{
	display: inline-block;
	text-decoration: none;
	width: 38px;
	height: 38px;
	line-height: 40px;
	color: white;
	font-size: 19px;
	transition:all 300ms ease;
}

.pie .grupo-1 .redsocial a:hover{
	color:#686907;
}

.pie .grupo-2{
	background: #686907;
	padding: 15px 10px;
	text-align:center;
	color: #e0e096;
}

.pie .grupo-2 .b{
	color: #e0e096;
	font-family: avenir;
}





/*************************FIN FOOTER****************************************/


/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header p {
	color: #ffffff;
	position: relative;
	margin: 0 0 1.5em 0;
}

header h2+p {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.75em;
}

header h3+p {
	font-size: 1.1em;
	margin-top: -0.8em;
	line-height: 1.75em;
}

header h4+p,
header h5+p,
header h6+p {
	font-size: 0.9em;
	margin-top: -0.6em;
	line-height: 1.5em;
}

header.major {
	margin: 0 0 4px 0;
	position: relative;
	text-align: center;
}

header.major:after {
	content: '';
	display: inline-block;
	height: 0.2em;
	max-width: 20em;
	width: 75%;
}

footer.major {
	margin: 4em 0 0 0;
}



/* Form */

/* Box */

.box {
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-bottom: 2em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900 !important;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands' !important;
}

.icon.alt {
	text-decoration: none;
}

.icon.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.alt:before {
	color: #1c1d26 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.icon.major {
	background: #272833;
	border-radius: 100%;
	cursor: default;
	display: inline-block;
	height: 6em;
	line-height: 5.65em;
	margin: 0 0 2em 0;
	text-align: center;
	width: 6em;
}

.icon.major:before {
	font-size: 2.25em;
}

.icon.major.alt {
	text-decoration: none;
}

.icon.major.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.major.alt:before {
	color: #272833 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

/* Image */

.image {
	border-radius: 4px;
	border: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

/*.image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background-image: url("images/FondoIndex.png");*/
/*	width: 100%;
	height: 100%;
	z-index: 1;
}*/

.image img {
	border-radius: 4px;
	display: block;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 0.5em;
}

ul.icons li .icon {
	font-size: 0.8em;
}

ul.icons li .icon:before {
	font-size: 2em;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 800px){

			
	.pie .grupo-1{
		width: 95%;
		grid-template-columns: repeat(1, 1fr);
		grid-gap:10px;			
		padding: 0 0;
		
	}
	
	.pie .grupo-1 .box1 figure{

		justify-content: center;
		align-items: center;
	}

	.pie .grupo-1 .box .info{
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		
	}



}


@media screen and (max-width: 1680px) {

.der .card-title {

	font-size: 30px;

}

.der .card-text {
	font-size: 20px;

}

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp-xlarge {
	order: -1;
}

.row>.col-1-xlarge {
	width: 8.33333%;
}

.row>.off-1-xlarge {
	margin-left: 8.33333%;
}

.row>.col-2-xlarge {
	width: 16.66667%;
}

.row>.off-2-xlarge {
	margin-left: 16.66667%;
}

.row>.col-3-xlarge {
	width: 25%;
}

.row>.off-3-xlarge {
	margin-left: 25%;
}

.row>.col-4-xlarge {
	width: 33.33333%;
}

.row>.off-4-xlarge {
	margin-left: 33.33333%;
}

.row>.col-5-xlarge {
	width: 41.66667%;
}

.row>.off-5-xlarge {
	margin-left: 41.66667%;
}

.row>.col-6-xlarge {
	width: 50%;
}

.row>.off-6-xlarge {
	margin-left: 50%;
}

.row>.col-7-xlarge {
	width: 58.33333%;
}

.row>.off-7-xlarge {
	margin-left: 58.33333%;
}

.row>.col-8-xlarge {
	width: 66.66667%;
}

.row>.off-8-xlarge {
	margin-left: 66.66667%;
}

.row>.col-9-xlarge {
	width: 75%;
}

.row>.off-9-xlarge {
	margin-left: 75%;
}

.row>.col-10-xlarge {
	width: 83.33333%;
}

.row>.off-10-xlarge {
	margin-left: 83.33333%;
}

.row>.col-11-xlarge {
	width: 91.66667%;
}

.row>.off-11-xlarge {
	margin-left: 91.66667%;
}

.row>.col-12-xlarge {
	width: 100%;
}

.row>.off-12-xlarge {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}

.column {
	flex: 40%;

}

.roww2 h2 {
	font-size: 40px;

}



}

@media screen and (max-width: 1280px) {

	#banner2 .content header h2 {
	color: white;
	font-size: 4rem;
	margin: 0;
}


#banner3 .content header h2 {
	color: white;
	font-size: 4rem;
	margin: 0;
}


#banner4 .content header .proxi {
	color: white;
	font-size: 4rem;
	margin: 0;
}


#banner4 .content header h2 {
	color: white;
	font-size: 4rem;
	margin: 0;
}


.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp-large {
	order: -1;
}

.row>.col-1-large {
	width: 8.33333%;
}

.row>.off-1-large {
	margin-left: 8.33333%;
}

.row>.col-2-large {
	width: 16.66667%;
}

.row>.off-2-large {
	margin-left: 16.66667%;
}

.row>.col-3-large {
	width: 25%;
}

.row>.off-3-large {
	margin-left: 25%;
}

.row>.col-4-large {
	width: 33.33333%;
}

.row>.off-4-large {
	margin-left: 33.33333%;
}

.row>.col-5-large {
	width: 41.66667%;
}

.row>.off-5-large {
	margin-left: 41.66667%;
}

.row>.col-6-large {
	width: 50%;
}

.row>.off-6-large {
	margin-left: 50%;
}

.row>.col-7-large {
	width: 58.33333%;
}

.row>.off-7-large {
	margin-left: 58.33333%;
}

.row>.col-8-large {
	width: 66.66667%;
}

.row>.off-8-large {
	margin-left: 66.66667%;
}

.row>.col-9-large {
	width: 75%;
}

.row>.off-9-large {
	margin-left: 75%;
}

.row>.col-10-large {
	width: 83.33333%;
}

.row>.off-10-large {
	margin-left: 83.33333%;
}

.row>.col-11-large {
	width: 91.66667%;
}

.row>.off-11-large {
	margin-left: 91.66667%;
}

.row>.col-12-large {
	width: 100%;
}

.row>.off-12-large {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}

.column {
	flex: 60%;

}

.roww2 h2 {
	font-size: 30px;

}


}

@media screen and (max-width: 980px) {



.spc {

	height: 30px;
}



.roww {
	padding: 5px;

}


.column {
	flex: 33.3%;
	border-bottom: 3px;
	border-bottom-color: green;
	margin: 1px;
}


.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp-medium {
	order: -1;
}

.row>.col-1-medium {
	width: 8.33333%;
}

.row>.off-1-medium {
	margin-left: 8.33333%;
}

.row>.col-2-medium {
	width: 16.66667%;
}

.row>.off-2-medium {
	margin-left: 16.66667%;
}

.row>.col-3-medium {
	width: 25%;
}

.row>.off-3-medium {
	margin-left: 25%;
}

.row>.col-4-medium {
	width: 33.33333%;
}

.row>.off-4-medium {
	margin-left: 33.33333%;
}

.row>.col-5-medium {
	width: 41.66667%;
}

.row>.off-5-medium {
	margin-left: 41.66667%;
}

.row>.col-6-medium {
	width: 50%;
}

.row>.off-6-medium {
	margin-left: 50%;
}

.row>.col-7-medium {
	width: 58.33333%;
}

.row>.off-7-medium {
	margin-left: 58.33333%;
}

.row>.col-8-medium {
	width: 66.66667%;
}

.row>.off-8-medium {
	margin-left: 66.66667%;
}

.row>.col-9-medium {
	width: 75%;
}

.row>.off-9-medium {
	margin-left: 75%;
}

.row>.col-10-medium {
	width: 83.33333%;
}

.row>.off-10-medium {
	margin-left: 83.33333%;
}

.row>.col-11-medium {
	width: 91.66667%;
}

.row>.off-11-medium {
	margin-left: 91.66667%;
}

.row>.col-12-medium {
	width: 100%;
}

.row>.off-12-medium {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}

.column {
	flex: 80%;

}

.roww2 h2 {
	font-size: 20px;

}


}

@media screen and (max-width: 736px) {



#banner2 .content header h2 a p{
	font-size: 1rem;

}



#banner3 .content header h2{
	font-size: 2.2rem;

}


#banner4 .content header h2{
	font-size: 2.2rem;

}


#banner4 .content header .proxi{
	font-size: 2.2rem;

}

.major b {
    color: black;
}


#texto_us {
	font-size: 1.3rem;
	text-align: justify;
	width: auto;
}

.btitulo{ /**************titulo de conoce nuestros beneficios*****/
	font-size: 1.5rem;
	text-align: center;
	width: auto;
	
}
.pie .grupo-1 .box h3{		
	font-size: 1.3rem;
	
}







.spc {

	height: 30px;
}


.roww .roww2 h2 {
	font-size: 25px;
	padding-right: 90px;

}

.column2 img {
	flex-direction: column;
	width: 85%;
	height: 80%;
	object-fit: cover;
	justify-content: center;


}



.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}


.row>.imp-small {
	order: -1;
}

.row>.col-1-small {
	width: 8.33333%;
}

.row>.off-1-small {
	margin-left: 8.33333%;
}

.row>.col-2-small {
	width: 16.66667%;
}

.row>.off-2-small {
	margin-left: 16.66667%;
}

.row>.col-3-small {
	width: 25%;
}

.row>.off-3-small {
	margin-left: 25%;
}

.row>.col-4-small {
	width: 33.33333%;
}

.row>.off-4-small {
	margin-left: 33.33333%;
}

.row>.col-5-small {
	width: 41.66667%;
}

.row>.off-5-small {
	margin-left: 41.66667%;
}

.row>.col-6-small {
	width: 50%;
}

.row>.off-6-small {
	margin-left: 50%;
}

.row>.col-7-small {
	width: 58.33333%;
}

.row>.off-7-small {
	margin-left: 58.33333%;
}

.row>.col-8-small {
	width: 66.66667%;
}

.row>.off-8-small {
	margin-left: 66.66667%;
}

.row>.col-9-small {
	width: 75%;
}

.row>.off-9-small {
	margin-left: 75%;
}

.row>.col-10-small {
	width: 83.33333%;
}

.row>.off-10-small {
	margin-left: 83.33333%;
}

.row>.col-11-small {
	width: 91.66667%;
}

.row>.off-11-small {
	margin-left: 91.66667%;
}

.row>.col-12-small {
	width: 100%;
}

.row>.off-12-small {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}

.column {
	flex: 100%;

}

.roww2 h2 {
	font-size: 20px;

}


}

@media screen and (max-width: 480px) {

	

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp-xsmall {
	order: -1;
}

.row>.col-1-xsmall {
	width: 8.33333%;
}

.row>.off-1-xsmall {
	margin-left: 8.33333%;
}

.row>.col-2-xsmall {
	width: 16.66667%;
}

.row>.off-2-xsmall {
	margin-left: 16.66667%;
}

.row>.col-3-xsmall {
	width: 25%;
}

.row>.off-3-xsmall {
	margin-left: 25%;
}

.row>.col-4-xsmall {
	width: 33.33333%;
}

.row>.off-4-xsmall {
	margin-left: 33.33333%;
}

.row>.col-5-xsmall {
	width: 41.66667%;
}

.row>.off-5-xsmall {
	margin-left: 41.66667%;
}

.row>.col-6-xsmall {
	width: 50%;
}

.row>.off-6-xsmall {
	margin-left: 50%;
}

.row>.col-7-xsmall {
	width: 58.33333%;
}

.row>.off-7-xsmall {
	margin-left: 58.33333%;
}

.row>.col-8-xsmall {
	width: 66.66667%;
}

.row>.off-8-xsmall {
	margin-left: 66.66667%;
}

.row>.col-9-xsmall {
	width: 75%;
}

.row>.off-9-xsmall {
	margin-left: 75%;
}

.row>.col-10-xsmall {
	width: 83.33333%;
}

.row>.off-10-xsmall {
	margin-left: 83.33333%;
}

.row>.col-11-xsmall {
	width: 91.66667%;
}

.row>.off-11-xsmall {
	margin-left: 91.66667%;
}

.row>.col-12-xsmall {
	width: 100%;
}

.row>.off-12-xsmall {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}

.column {
	flex: 100%;

}

.roww2 h2 {
	font-size: 20px;

}


}


@media screen and (max-width: 480px) {
	
	

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}

}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 300;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

table tfoot {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 30px;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 3em;
	line-height: 3em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 1px #686907;
	color: #686907 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: rgba(104, 105, 7, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
.button.primary {
	background-color:  rgba(104, 105, 7, 0.15);
	box-shadow: none;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
.button.primary:hover {
	background-color: rgba(104, 105, 7, 0.15);
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
.button.primary:active {
	background-color:  rgba(104, 105, 7, 0.15);
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
	background-color:  rgba(104, 105, 7, 0.15) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: default;
	opacity: 0.25;
}

/* Goto Next */

.goto-next {
	border: 0;
	bottom: 0;
	display: block;
	height: 5em;
	left: 50%;
	margin: 0 0 0 -5em;
	overflow: hidden;
	position: absolute;
	text-indent: 10em;
	white-space: nowrap;
	width: 10em;
	z-index: 1;
}

.goto-next:before {
	background-image: url("images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: -0.75em 0 0 -1em;
	position: absolute;
	top: 50%;
	width: 2em;
	z-index: 1;
}

/* Spotlight */

.spotlight {
	background-color: white;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.spotlight:nth-last-of-type(1) {
	z-index: 1;
}

.spotlight:nth-last-of-type(2) {
	z-index: 2;
}

.spotlight:nth-last-of-type(3) {
	z-index: 3;
}

.spotlight:nth-last-of-type(4) {
	z-index: 4;
}

.spotlight:nth-last-of-type(5) {
	z-index: 5;
}

.spotlight:nth-last-of-type(6) {
	z-index: 6;
}

.spotlight:nth-last-of-type(7) {
	z-index: 7;
}

.spotlight:nth-last-of-type(8) {
	z-index: 8;
}

.spotlight:nth-last-of-type(9) {
	z-index: 9;
}

.spotlight:nth-last-of-type(10) {
	z-index: 10;
}

.spotlight:nth-last-of-type(11) {
	z-index: 11;
}

.spotlight:nth-last-of-type(12) {
	z-index: 12;
}

.spotlight:nth-last-of-type(13) {
	z-index: 13;
}

.spotlight:nth-last-of-type(14) {
	z-index: 14;
}

.spotlight:nth-last-of-type(15) {
	z-index: 15;
}

.spotlight:nth-last-of-type(16) {
	z-index: 16;
}

.spotlight:nth-last-of-type(17) {
	z-index: 17;
}

.spotlight:nth-last-of-type(18) {
	z-index: 18;
}

.spotlight:nth-last-of-type(19) {
	z-index: 19;
}

.spotlight:nth-last-of-type(20) {
	z-index: 20;
}

/*.spotlight:before {}*/

.spotlight .image.main {
	display: none;
}

.spotlight .image.main img {
	position: relative;
}

.spotlight .content {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	background: rgba(23, 24, 32, 0.95);
	border-style: solid;
	opacity: 1;
	position: absolute;
}

.spotlight .goto-next {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
	-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
	transition: transform 0.75s ease, opacity 1s ease-in;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.spotlight.top .content,
.spotlight.bottom .content {
	left: 0;
	padding: 5.1em 0 3.1em 0;
	width: 100%;
}

.spotlight.top .content {
	border-bottom-width: 0.35em;
	top: 0;
}

.spotlight.bottom .content {
	border-top-width: 0.35em;
	bottom: 0;
}

.spotlight.left .content,
.spotlight.right .content {
	height: 101%;
	padding: 6em 3em;
	top: 0;
	width: 28em;
}

.spotlight.left .content {
	border-right-width: 0.35em;
	left: 0;
}

.spotlight.right .content {
	border-left-width: 0.35em;
	right: 0;
}

.spotlight.style1 .content {
	border-color: #686907;
}

.spotlight.style2 .content {
	border-color: #5480f1;
}

.spotlight.style3 .content {
	border-color: #39c088;
}

.spotlight.inactive .content {
	opacity: 0;
}

.spotlight.inactive .goto-next {
	-moz-transform: translate(0, 1.5em);
	-webkit-transform: translate(0, 1.5em);
	-ms-transform: translate(0, 1.5em);
	transform: translate(0, 1.5em);
	opacity: 0;
}

.spotlight.inactive.top .content {
	-moz-transform: translate(0, -5em);
	-webkit-transform: translate(0, -5em);
	-ms-transform: translate(0, -5em);
	transform: translate(0, -5em);
}

.spotlight.inactive.bottom .content {
	-moz-transform: translate(0, 5em);
	-webkit-transform: translate(0, 5em);
	-ms-transform: translate(0, 5em);
	transform: translate(0, 5em);
}

.spotlight.inactive.left .content {
	-moz-transform: translate(-5em, 0);
	-webkit-transform: translate(-5em, 0);
	-ms-transform: translate(-5em, 0);
	transform: translate(-5em, 0);
}

.spotlight.inactive.right .content {
	-moz-transform: translate(5em, 0);
	-webkit-transform: translate(5em, 0);
	-ms-transform: translate(5em, 0);
	transform: translate(5em, 0);
}

body.is-touch .spotlight {
	background-attachment: scroll;
}

/* Wrapper */

.wrapper {
	padding: 6em 0 4em 0;

}


.wrapper.style2 {
	background: #85929e;
	height: 200px;
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.075) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
	color: white !important;
}

.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 .button.primary {
	background-color: #ffffff;
	color:  rgba(104, 105, 7, 0.15) !important;
}

.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:hover,
.wrapper.style2 .button.primary:active {
	background-color: rgba(255, 255, 255, 0.075) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
	color: white !important;
}

.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:active {
	background-color: white !important;
}

.wrapper.fade-down>.container {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
}

.wrapper.fade-down.inactive>.container {
	-moz-transform: translate(0, -1em);
	-webkit-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	opacity: 0;
}

.wrapper.fade-up>.container {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
}

.wrapper.fade-up.inactive>.container {
	-moz-transform: translate(0, 1em);
	-webkit-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
	opacity: 0;
}

.wrapper.fade>.container {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 1;
}

.wrapper.fade.inactive>.container {
	opacity: 0;
}



/* Header */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.headerr{
	background: transparent;
	position:absolute;
	top: 0;
	right: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 140px;
	padding: 20px 100px;	
	font-family: avenir;
	z-index: 100000;
	/*transition: 0.5s linear;*/
}

.backcolor{ /*fondo de origen*/
	background-color: rgba(133,133, 39, 0.62);
}


.backcolor2{ /*fondo de productos*/
	background: white;
}

.headerr .colp{
	color: #686907;
}

.logo{
	height: 130px;
	object-fit: 100%;
	width: auto;
	cursor: pointer;
	margin-top: 20px;
	transition: all 0.3s;
	padding: 0 2rem;
}

#logo2{
	height: 50px;
	object-fit: 100%;
	width: 260px;
	cursor: pointer;
	margin-top: 0px;
	transition: all 0.3s;
	padding: 0 0;
}


.nav_menu{
	display: flex;
	column-gap: 2.4rem;
	list-style: none;
	align-items: center;
	padding: 0 0 0 0 0;
	padding-left: 2rem;
	
}


.nav_menu a{
	font-size: 1rem;
	font-weight: 500;
	color: white;
	transition: 0.2s ease-in-out all;
}

/*
.backcolor2 .nav_menu a{
	font-size: 1rem;
	font-weight: 500;
	color: #686907;
	
}*/


.backcolor2 .nav_menu a:hover{
	font-size: 1rem;
	font-weight: 500;
	color: #e0e096;
	
}



.nav_menu a:hover{
	font-size: 1rem;
	font-weight: 500;
	color: #e0e096;
	/*background-color: rgba(133, 133, 39, 0.3);*/
    border-radius: 30%;
    text-align: center;
}



.nav_menu .fa-solid {
	font-size: 18px;
	cursor: pointer;
	color: white;
	}


.nav_menu .fa-solid:hover{
	font-size: 18px;
	cursor: pointer;
	z-index: 100000;
	color: #e0e096;
	
}



.icons_menu1{
	cursor: pointer;
	color: white;
	margin-top: -8px;
	padding: 0 10px;
	
	
}



.icons_menu2{
	
	cursor: pointer;
	color: white;
	margin-top: -8px;
	padding: 0 10px;
}

.icons_menu3{	
	cursor: pointer;
	color: white;
	margin-top: -8px;
	margin-left: 2rem;
	padding: 0 10px;
}


#Hmenu-icon{
 display: none;
}

#logonav{
	display: none;
}

.search-box{
	position: absolute;
	top: 60%;
	right: -100%;
	
}

.search-box input{
	padding: 8px;
	border: 2px solid #686907;
	outline:none;
	border-radius: 0.5rem;
	width: 250px;
	font-family: avenir;
	font-size: 14px;
    font-weight: 400;
    color: #686907;
    background-color: white;
}

.search-box.active{
	right: 1rem;
	transition: 0.2s;
}

.tooltip-stilo .tooltip-inner{
	background-color: #686907 !important;;
}

.bs-tooltip-top .arrow::before,
      .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        border-top-color: #686907!important;
      }

      .bs-tooltip-right .arrow::before,
      .bs-tooltip-auto[x-placement^="right"] .arrow::before {
        border-right-color: #686907 !important;
      }
      .bs-tooltip-bottom .arrow::before,
      .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        border-bottom-color: #686907 !important;
      }

      .bs-tooltip-left .arrow::before,
      .bs-tooltip-auto[x-placement^="left"] .arrow::before {
        border-left-color: #686907 !important;
      }

/****CART BOX*****/

/*COVER CART*/
.coverCart{
	background: rgba(48, 48, 48, 0.8);
	display: flex;
	top:0;
	bottom: 0;
	left:0;
	right: 0;	
	position: fixed;
	z-index: 1000000000000;	
	visibility: hidden;
}



.coverCart.show{
	visibility: visible;
}
/**/

/* C A R T */
.coverCart .cart{
	display: flex;
	top:0;
	left:-100%;
	bottom: 0;
	flex-direction: column;
	align-items: center;
	row-gap: 0rem;
	background: white; 
	padding: 10px 10px;
	border-radius: 0; 
	overflow: hidden;
	overflow-y: scroll;
	
}


.coverCart .cart.active{
	left: 1rem;
	transition: 0.2s;
}



/* HEADER C A R T */

.coverCart .cart .headerCart{
	display: flex;
	width: 100%;
	padding:10px 10px;
	align-items:center;
	column-gap: 2rem;
	border-color: rgba(51,51,51,0.4);
	justify-content: space-between;
	border-bottom: 1px solid #666;
}



.coverCart .cart .headerCart h2{
	font-family: Source Serif Pro;
	color: #686907;
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: 600;
	
}

.coverCart .cart #cart-x{
	font-size: 15px;
	cursor: pointer;
	color: #686907;
	font-weight: 600;
}

/* BOX C A R T*/


.coverCart .cart .cart-items .cart-box{
	display:flex;
	align-items: center;
	position:relative;
	border-bottom: 1px solid #666;	
	margin: 10px;
	
}

/*CONTENEDOR DE LA IMAGEN CON EL PRECIO */

.coverCart .cart .cart-items .cart-box .cart-box-imgPrice{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 0.5rem;
	margin: 20px 20px;
	
}


.coverCart .cart .cart-items .cart-box .cart-box-imgPrice img{
	align-items: center;	
	height: 100px;
	object-fit: 100%;
}
.coverCart .cart .cart-items .cart-box .cart-box-imgPrice .cart-box-price{
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;	
	color: #333333;
	
}

/*CONTENEDOR DEL NOMBRE DEL PRODUCTO Y LA CANTIDAD*/

.coverCart .cart .cart-items .cart-box .cart-box-detail
{
	display:flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0.5rem;
	margin: 0 20px;
	
}


.coverCart .cart .cart-items .cart-box .cart-box-detail .nameProduct{
	display:block;
	font-family: avenir;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;	
	color: #333333;
}

/*AUMENTAR O DISMINUIR CANTIDAD*/
.coverCart .cart .cart-items .cart-box .cart-box-detail .selector-numCant
{
	display: inline-block;
	margin-right: 5px;
}


.coverCart .cart .cart-items .cart-box .cart-box-detail .selector-numCant .cart-box-cant
{
 border:none;
 font-size: 15px;
 font-weight: 600;
 letter-spacing: 1px;	
 color: #333333;
 background: transparent;
 display:inline-block;
 width:30px;
 text-align: center;
}

.coverCart .cart .cart-items .cart-box .cart-box-detail .selector-numCant i{
 font-size: 15px;
 font-weight: 600;
 letter-spacing: 1px;	
 color: #333333;
 background: transparent;
 display:inline-block;
 width:30px;
 padding: 5px;
 text-align: center;
 cursor: pointer;
}

/* ELIMINAR TRASH */

.coverCart .cart .cart-items .cart-box .btn-eliminar{

	position:absolute;
	right: 15px;
	top: 15px;
	color:#333333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #333333;
	cursor: pointer;
	display: block;
	background: transparent;
	z-index: 20;
}



.coverCart .cart .cart-items .cart-box .btn-eliminar i{
	pointer-events: none;
}


/* PARTE BAJA CALCULAR SUBTOTAL*/

.coverCart .cart .cart-total{
	
 background: transparent;
 display:inline-block;
 
 }


 .coverCart .cart .cart-total .file1{
	font-size: 16px;
 	font-weight: 600;
 	letter-spacing: 1px;	
 	color: #333333;
 	background: transparent;
	text-align: left;
	margin-top: 35px;
	margin-left: 20px;
 }

 .coverCart .cart .cart-total .file2 h2{
	font-size: 16px;
 	font-weight: 600;
 	letter-spacing: 1px;	
 	color: #333333;
 	background: transparent;
	text-align: center;
	margin: 20px;
 }


 .coverCart .cart .cart-total .file3{
	font-size: 15px;
 	font-weight: 600;
 	letter-spacing: 1px;	
 	color: #333333;
 	margin: 20px;
	text-align: left;	
 }


.coverCart .cart .cart-total .file3 input{
	
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color:#686907;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #686907;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}
	
.form-check-input:checked {
    background-color: #e0e096;
    border-color:#e0e096;
	
}
.form-check-input:focus {
    border-color: #e0e096;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(224 224 150 / 25%);
}











/*BOTONES DE COMPRA CARRITO*/

 .coverCart .cart .cart-total .btnes .btne{
	display: flex;	
	flex-direction: column;
	margin: 10px 80px 0 45px;	
	border-radius: 0px;
    font-family: avenir;
    padding: 10px 5px;
	letter-spacing: 1.5px;
	text-align: center;
    font-size: 15px;
    border: #686907;
    color: white;
    background-color: #686907;
    border-color: #686907;

 }


 .coverCart .cart .cart-total .btnes .btne:hover{
	background: white;
	
	
	color:#686907;
	border: 1px solid #686907;
}






/****************************+CENTRA EL MENU PRINCIPAL**************************/
/* Banner */
/**************************************INDEX***********************************************/


#banner2 {
	background-attachment: fixed;
	background-image: linear-gradient(0, #00000080, #00000070), url('images/FondoInicio3.png');
	/*background-image: url(/assets/css/images/FondoIndexN.png);*/
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	max-width: 100%;
	position: relative;
	text-align: center;
	justify-content: center;
	z-index: 20;
}

#banner2:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	justify-content: center;
	width: 1%;
}




#banner2 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	
}

#banner2 .content header {
	display: inline-block;
	vertical-align: middle;
	
	
}

#banner2 .content header h2 {
	color: white;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	font-family: Source Serif Pro;
	text-align: center;
	letter-spacing: 0.2rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	
}

#banner2 .content header p {
	color: white;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	margin-bottom: 1rem;
	font-weight: 500;
	font-family: Source Serif Pro;
	text-align: center;
	/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);*/
}

#banner2 .content header a {
	align-items: center;
	justify-content: center;
	margin-top: 5rem;	
	text-decoration: none;
	color: white;
	font-weight: 300;
	margin: auto;
	background-color: transparent;
	display: inline-block;
	padding: 1rem 3.2rem;
	text-transform: uppercase;
	border: 1px solid white;
	border-radius: 0;
	font-family: avenir;
	text-align: center;
	font-size: 1.3rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	
}

#banner2 .content header a:hover {
	color: white;
	border: 1px solid #B0D7F2;
	text-decoration: none;
	background: rgba(133, 133, 39, .8);
} 


#banner2 .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner2 .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}



body.is-touch #banner2{
	background-attachment: scroll;
}

body.is-touch #banner3{
	background-attachment: scroll;
}

body.is-touch #banner4 {
	background-attachment: scroll;
}

body.is-touch #banner5{
	background-attachment: scroll;
}


/**************INDEX *********************************TEXTO DESPUES DEL BANNER INDEX****+***/

.spcsori {
	content: '';
	background: transparent;
	width: 100%;
	height: 120px;
}



.spcs {
	background: white;
	width: 100%;
	height: 40px;
}


#texto_us {
	text-align: justify;
	font-size: 2rem;
	color: #333333;
	font-family: avenir;
	font-weight: 300;
}

.major b {
    color: black;
}

.btitulo{ /**************titulo de conoce nuestros beneficios*****/
	text-align: center;
	width: auto;
	font-size: 1.5rem;
	
}

/*************INDEX*****************************NUESTROS PRODUCTOS BTN CONOCEMAS**************************************/

.contentnp{
	font-family: avenir,serif;
	width: 100%;
	height: 600px;
	background-color: rgba(225, 198, 131, 0.17);
	min-height: 95vh;
	display: grid;
	place-items: center;
	
}

.rownp{
	width: 100%;
	max-width: 1400px;	
	display: grid;
	grid-template-columns: 30% 70%;
	/*grid-gap: 20px 0px;*/
	grid-template-areas: "productosindextexto productosindex";
}

.rownp .rightnp{
	display: flex;
	align-items: right;
	grid-area: productosindex;
	overflow: hidden;
	margin-left: 100px;
}

.rownp .rightnp img{
	width: 100%;
	height: 100%;
	object-fit: 100%;
}

.rownp .leftnp{
	grid-area: productosindextexto;
	display: flex;
	align-items: center;
}

.rownp .leftnp .contentnptext{
	padding-left: 180px;  /*espacio del texto izquierdo*/	
}

.rownp .leftnp .contentnptext h2{
	font-size: 54px;
	letter-spacing: 0.5rem;
	/*color: #8E8E27;*/
	color: #686907;
	font-family: Source Serif Pro;
	font-weight: bold;
	line-height: 30px;
	padding-bottom:15px;
}

.rownp .leftnp .contentnptext a{
	align-items: center;
	justify-content: center;
	margin-top: 5rem;	
	text-decoration: none;
	color: #686907;
	font-weight: 400;
	letter-spacing: 0.1rem;
	margin: auto;
	background-color: transparent;
	display: inline-block;
	padding: 0.8rem 1.1rem;
	text-transform: uppercase;
	border: 1.5px solid #686907;	
	font-family: avenir;
	text-align: center;
	font-size: 1.1rem;
}

.rownp .leftnp .contentnptext a:hover{
	color: white;
	border: 1px solid white;
	text-decoration: none;
	background: rgba(133, 133, 39);	

}

/*************INDEX*****************************************BENEFICIOS**************************************/

/****TITULO DE BENEFICIOS***********************/
.beneficios{
	
	width: 100%;
	padding: 60px 80px;
	text-align: center;
}



.beneficios h2{
  
	font-size: 45px;
	letter-spacing: 0.36rem;
	color: #686907;
	font-family: Source Serif Pro;
	font-weight: bold;
}


/*************INDEX***********************************MATRIX BENEFICIOS**************************************/


/******INDEX**********SALUD*******/


.contentsa{
	font-family: avenir,serif;
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	justify-content: center;
	
}

.rowsa{
	width: 100%;	
	max-width: 1345px;
	display: grid;
	grid-template-columns: 50% 50%;
	/*grid-gap: 20px 20px;*/
}

.rowsa .leftsa{
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;

}

.rowsa .leftsa img{
	width:100%;
	height: 100%;
	object-fit: cover;
	
}


.rowsa .leftsa h2{
	font-size: 45px;
	letter-spacing: 0.43rem;
	color: white;
	font-family: serif;
	font-weight: 600;
	position: absolute;
	top: 35%;
	left:50%;
	transform: translate(-50%, 50%);
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	
}

.rowsa .rightsa{
	display: flex;
	align-items: center;
}

.rowsa .rightsa .contentsatext{
	padding: 0px 30px;  /*espacio del texto izquierdo*/
}

.rowsa .rightsa .contentsatext p{
	font-size: 22px;
	letter-spacing: 0.3px;
	color: #333333;
	font-family: avenir;
	font-weight: 100;
	text-align:justify;
	margin-left: 10px;
}

.rowsa .rightsa .contentsatext .li{
	color: #8E8E27;
	font-size: 30px;
	padding-left:0;	
}

/******INDEX**********COCINA*******/

.contentco{
	font-family: avenir,serif;
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	/*place-items: center;*/
	justify-content: center;
}	

.rowco{
	width: 100%;	
	max-width: 1345px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-areas: "cocinaizq cocinader" ;
	grid-gap: 0px 0px;
}

.rowco .rightco{
	grid-area: cocinader;
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	
}

.rowco .rightco img{
	width:100%;
	height: 100%;
	object-fit: cover;
}


.rowco .rightco h2{
	font-size: 45px;
	letter-spacing: 0.43rem;
	color: white;
	font-family: serif;
	font-weight: 600;
	position: absolute;
	top: 35%;
	left:50%;
	transform: translate(-50%, 50%);
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
	
}

.rowco .leftco{ /************ texto listas****************/
	grid-area: cocinaizq;
	display: flex;
	align-items: center;
	
}

.rowco .leftco .contentcotext{
	padding: 0px 30px;  /*espacio del texto izquierdo*/
}

.rowco .leftco .contentcotext p{
	font-size: 22px;
	letter-spacing: 0.3px;
	color: #333333;
	font-family: avenir;
	font-weight: 100;
	text-align:justify;
}

.rowco .leftco .contentcotext .li{
	color: #8E8E27;
	font-size: 30px;
	padding-left:0;	
	letter-spacing: 0.4px;
}

/******INDEX**********BELLEZA*******/
.contentbe{
	font-family: avenir,serif;
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	justify-content: center;
	
}

.rowbe{
	width: 100%;	
	max-width: 1345px;
	display: grid;
	grid-template-columns: 50% 50%;
	/*grid-gap: 20px 20px;*/
}

.rowbe .leftbe{
	display: flex;
	position: relative;

	overflow: hidden;
	text-align: center;

}

.rowbe .leftbe img{
	width:100%;
	height: 100%;
	object-fit: cover;
}


.rowbe .leftbe h2{
	font-size: 45px;
	letter-spacing: 0.43rem;
	color: white;
	font-family: serif;
	font-weight: 600;
	position: absolute;
	top: 35%;
	left:50%;
	transform: translate(-50%, 50%);
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.rowbe .rightbe{
	display: flex;
	align-items: center;
}

.rowbe .rightbe .contentbetext{
	padding: 0px 30px;  /*espacio del texto izquierdo*/
}

.rowbe .rightbe .contentbetext p{
	font-size: 22px;
	letter-spacing: 0.3px;
	color: #333333;
	font-family: avenir;
	font-weight: 100;
	text-align:justify;
	margin-left: 10px;
}

.rowbe .rightbe .contentbetext .li{
	color: #8E8E27;
	font-size: 30px;
	padding-left:0;	
}


/*************INDEX***********************************CONTACTENOS**************************************/

.contactindex{
	min-height: 90vh;
	display: flex;
	background-color:white;
	padding: 30px 0 0 0;
	
}

.contactindeximg {
	background-image: linear-gradient(0, #00000060, #00000050),url('images/imgconctac.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.contactindeximg a{

	align-items: center;
	justify-content: center;
	margin-top: 5rem;	
	text-decoration: none;
	color: white;
	font-weight: 600;
	letter-spacing: 0.4rem;
	margin: auto;
	background-color: transparent;
	display: inline-block;
	padding: 1rem 1rem;
	text-transform: uppercase;
	border: 1px solid white;
	font-family: avenir;
	text-align: center;
	font-size: 1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);

}


.contactindeximg a:hover{
	color: white;
	border: 1px solid rgba(133, 133, 39, .8);
	text-decoration: none;
	background: rgba(133, 133, 39, .8);

}



/*******************BUSCADOR INTERNO**************************/
.nav .darkLight-searchBox{
    display: flex;
    align-items: center;
	
}

.darkLight-searchBox .searchToggle{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.searchToggle i{
    position: absolute; /*posicionamiento*/
	margin-top: -10px;
	margin-left: 30px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.searchToggle i.cancel{
    opacity: 0;
    pointer-events: none;
}

.searchToggle.active i.cancel{
    opacity: 1;
    pointer-events: auto;
}

.searchToggle.active i.search{
    opacity: 0;
    pointer-events: none;
}

.searchBox{
    position: relative;
	
}

.searchBox .search-field{
    position: absolute;
    bottom: -75px;
    right: 5px;
	margin-right: -65px;
	height: 40px;
    width: 300px;
    display: flex;
    align-items: center;
    background-color: #686907;
    padding: 3px;
    border-radius: 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.searchToggle.active ~ .search-field{
    bottom: -64px;
    opacity: 1;
    pointer-events: auto;
}

.search-field::before{
    content: '';
    position: absolute;
    right: 14px;
    top: -4px;
    height: 12px;
    width: 12px;
    background-color: #686907;
    transform: rotate(-45deg);
    z-index: -1;
}

.search-field input{
    height: 100%;
    width: 100%;
    padding: 0 45px 0 15px;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #686907;
    background-color: white;
}


.search-field i{
    position: absolute;
    color: #686907;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}


/*******************ACOMODANDO EL CARRITO DE COMPRAS**************************/
.headerr .cart-shop{
    display: flex;
    align-items: center;
	
}

.cart-shop .cartToggle{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
	margin-top: -15px;
}

.cartToggle i{
    position: absolute; /*posicionamiento*/
	margin-top: 0;
	margin-left: 10px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cartIcon{
    position: relative;
	
}

.colorcart{
	color: #686907;
}


/*********************** POP UP UNIRSE ************************/
.pop-up1{
	background: rgba(48, 48, 48, 0.8);
	display: flex;
	top:0;
	bottom: 0;
	left:0;
	right: 0;	
	position: fixed;
	justify-content: center;
	align-items: center;	
	z-index: 1000000000000;
	visibility: hidden;
	
	
}

.pop-wrap1{
 transform: scale(0.6);
 display: flex;
 align-items:center;
 width: 90%; /*tamaño para moviles*/
 max-width: 500px; /*para tamaño de pc*/
 justify-content: space-between;
 opacity: 0;
 transition: .3s ease all;
 
}


.suscriptions{
	background: #686907;
	/*flex-basis: 0; /**un tamaño definido*/
	/*flex-grow:2;*/
	height: 530px;
	position: relative;
	display: flex;	
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 30px;
	
  }


#colse{
	position:absolute;
	top: 20px;
	right: 25px;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	
}



.subcontent{
   width: 75%;
   
}

.sub-conten img{
	width: 250px;
	margin: 20px;
	padding-bottom: 25px;
}
.sub-conten p{
	 margin: 18px;
     font-family: avenir;
	 text-align: justify;
	 font-size: 13px;
	 color: white;
}

.sub-content form{
	margin: 20px;
}

.susbs-name, .susbs-mail, .susbs-tel {
	padding: 11px;
	margin: 9px;
	width: 100%;
	border: none;
	color: #333333;
	background: white;
	font-family: avenir;
}


.pop-up1  .susbs-name:focus, .susbs-mail:focus, .susbs-tel:focus{
	outline: none;
}

.pop-up1  .susbs-name::placeholder, .susbs-mail::placeholder{
	background-image: url(images/asterisk.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: right top;	
}

.pop-up1  .susbs-tel::placeholder{
	background-image: url(images/opcional.png);
	background-size: 40px 17px;
	background-repeat: no-repeat;
	background-position: right top;	
}


.subs-send{
	width: 75%;
	padding: 10px;
	margin: 15px;
	border: 3px solid white;
	background: none;
    color: white;
	font-weight: 400px;
	font-size: 18px;

}

.pop-up1.show{
  visibility: visible;
}

.pop-wrap1.show{
	transform: scale(1);
	opacity: 1;
}


/**********************************************************/
/**************PAGINA DE ORIGEN****************************/
/**********************************************************/


/**************Origen - Nuestra tradicion ****************/

.contentnt{
	font-family: avenir,serif;
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	margin: 20px;
	margin-top: 40px;
	justify-content: center;
}	

.rownt{
	width: 100%;	
	max-width: 1330px;
	display: grid;
	grid-template-columns: 27% 73%;
	grid-template-areas: "textont imagennt" ;
	grid-gap: 0px 0px;
}

.rownt .rightnt{
	grid-area: imagennt;
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	
}

.rownt .rightnt img{
	width:100%;
	height: 100%;
	object-fit: 100%;
}


.rownt .leftnt{ /************ texto listas****************/
	grid-area: textont;
	
}

.rownt .leftnt .contentnttext{
	padding: 0px 30px;  /*espacio del texto izquierdo*/
}

.rownt .leftnt .contentnttext p{
	font-size: 19.5px;
	letter-spacing: 0px;
	color: #333333;
	font-family: avenir;
	font-weight: 400;
	line-height: 110%;
	text-align:justify;
	margin: 2px;
	margin-top: 20px;
	margin-right: 15px;
}


.rownt .leftnt .contentnttext h1{
	font-size: 76px;
	letter-spacing: 9px;
	color: #686907;
	font-family: Source Serif Pro;
	font-weight: bold;
	text-align:justify;
}
.rownt .leftnt .contentnttext h2{
	font-size: 31px;
	letter-spacing: 2px;
	color: rgba(51,51,51, 1);
	font-family: Source Serif Pro;
	font-weight: 200;
	text-align:justify;	
}


/**************Origen - Nuestra tradicion bloque 2****************/

.contentntb2{
	font-family: avenir,serif;
	background-color: white;
	width: 100%;
	/*height: 500px;*/
	min-height: 50vh;
	display: grid;
	justify-content: center;
}	

.rowntb2{
	width: 100%;	
	max-width: 1330px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-areas: "imagenntb2i imagenntb2d" ;
}

.rowntb2 .leftntb2{
	grid-area: imagenntb2i;
	width: 90%;
	height: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: -51px 45px;
	justify-content:center;
	
}

.rowntb2 .leftntb2 img{
	width:95%;
	height: 95;
	object-fit: cover;
	
}


.rowntb2 .rightntb2{ 
	grid-area: imagenntb2d;
	display: flex;
	position: relative;
	overflow: hidden;
	justify-content:right ;
}


.rowntb2 .rightntb2 img{
	width:100%;
	height: 87%;
	margin: 10px;
	object-fit: 100%;
}


/****TITULO DE ANCESTRAL***********************/


.ancestral{  
	
	width: 100%;
	padding: 10px 140px;
	text-align: center;
}



.ancestral h2{
	/*padding-top: 120px;*/
	font-size: 41px;
	letter-spacing: 0.30rem;
	color: #686907;
	font-family: Source Serif Pro;
	font-weight: 600;
	justify-content: center;
}



/**************Origen - Nuestra tradicion bloque 3****************/
.contentntb3{
	font-family: avenir,serif;
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	margin: 20px 0;
	justify-content: center;
}	

.rowntb3{
	width: 100%;	
	max-width: 1330px;
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-areas: "imagenntb3 textontb3" ;
	grid-gap: 0px 0px;
}

.rowntb3 .lefthntb3{
	grid-area: imagenntb3;
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	
	
}

.rowntb3 .leftntb3 img{
	width:100%;
	height: 100%;
	object-fit: cover;
	padding-left: 0;
}


.rowntb3 .rightntb3{ /************ texto listas****************/
	grid-area: textontb3;
	text-align: justify;
}

.rowntb3 .rightntb3 .contentntb3text{
	padding: 0px 30px;  /*espacio del texto izquierdo*/
}

.rowntb3 .rightntb3 .contentntb3text p{
	font-size: 20px;
	letter-spacing: 0.2px;
	color: rgba(51,51,51);
	font-family: avenir;
	font-weight: 200;
	line-height: 145%;
	text-align:justify;
	margin: 0 5px;
	margin-right: 50px;
}



/**********************************************************/
/**************PAGINA DE CONTACTO****************************/
/**********************************************************/


#banner5 {
	background-attachment:fixed;
	background-image: linear-gradient(0, #00000060, #00000050), url('images/fondCont.png');
	/*background-image: url(/assets/css/images/FondoIndexN.png);*/
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	justify-content: center;
	z-index: 20;
}

#banner5:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	justify-content: center;
	width: 1%;
}




#banner5 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	
}

#banner5 .content header {
	display: inline-block;
	vertical-align: middle;
	
	
}





 /*imput */
 .derecha .form .form-control {
	border-radius: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin: 3px;
}

.derecha .form .form-control:focus {
	border-color: #686907;
	box-shadow: none;
}




/*boton enviar*/
.bt-nviar{
	border-radius: 0px;
	font-family: avenir;
	padding: 0.4rem 1rem;
	font-size: 1.25rem;
    border:#686907;
    color: white;
    background-color: #686907;
    border-color:#686907;
	margin-left: 18px;	
}


/*********************** footer ************************/
.contentfooter{
	font-family: avenir,serif;
	background-color: rgba(133,133, 39, 0.62);
	width: 100%;
	min-height: 50vh;
	display: grid;
	justify-content: center;
	
}

.rowfooter{
	width: 100%;		
	display: grid;
	max-width: 1345px;
	grid-template-columns: 380px 700px;
	grid-gap: 20px 20px;
	
}

.rowfooter .leftfooter{
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: left;
	align-content: start;

}


.rowfooter .rightfooter{
	display: flex;
	width: 100%;
	align-items: center;
	/*padding-left: 400px;*/
	text-align: left;
	justify-content: end;

}

.rowfooter .rightfooter .contentfootertext{
	padding: 30px 0px;  /*espacio del texto izquierdo*/
}

.rowfooter .rightfooter .contentfootertext h3{
	color: white;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.3px;
	
}

.rowfooter .leftfooter figure{
	width: 100%;
	height: 100%;
	display: flex;
	/*justify-content: center;*/
	align-content: start;
	align-items: center;
	
}

.rowfooter .leftfooter img{
	width: 250px;
	margin-top: 10px;
}

.rightfooter .contentfootertext .info .fa-solid{
	font-weight: 600;
}

.rightfooter .contentfootertext .redsocial a{
	display: inline-block;
	text-decoration: none;
	width: 38px;
	height: 38px;
	line-height: 40px;
	color: white;
	font-size: 25px;
	transition:all 300ms ease;
}

.rightfooter .contentfootertext .redsocial a:hover{
	color:#686907;
}


/**********DERECHOS DE AUTOR FOTER*/

.pie{
	width: 100%;
	background-color: rgba(133,133, 39, 0.62);
}

.pie .grupo{
	background: #686907;
	padding: 15px 10px;
	text-align:center;
	color: #e0e096;
}

.pie .grupo .b{
	color: #e0e096;
	font-family: avenir;
}


/*************************************************/
/***************PAGINA QUIENES SOMOS**************/
/*************************************************/

/*color texto del nav***/

nav .text-col{
	color: #686907;
}

/*********QUIENES SOMOS***baNner con texto*******************/


.spcsqs{
	content: '';
	background: transparent;
	width: 100%;
	height: 80px;
}


.spcscont{
	content: '';
	background: red;
	width: 100%;
	height: 140px;
}


/***BANNER QUIENES SOMOS***/


#banner3 {
	background-attachment: fixed;
	background-image: linear-gradient(0, #00000080, #00000070), url('images/fondoquieness.png');
	/*background-image: url(/assets/css/images/FondoIndexN.png);*/
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	justify-content: center;
	z-index: 20;
}

#banner3:before {

	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	justify-content: center;
	width: 1%;
}




#banner3 .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	
}

#banner3 .content header {
	display: inline-block;
	vertical-align: middle;
	
	
}

#banner3 .content header h2 {
	align-items: center;
	justify-content: center;	
	text-decoration: none;
	color: white;
	font-weight: 600;
	letter-spacing: 0.2rem;	
	background-color: transparent;
	display: inline-block;
	padding: 1rem 2rem;
	font-family: serif;
	text-align: center;
	font-size: 2.7rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	
}





/**************************MISION Y VISION*************************************************************/

.contentmv{

	width: 100%;
	background-color: rgba(225, 198, 131, 0.17);
	min-height: 80vh;
	display: grid;
	place-items: center;
}

.rowmv{
	width: 84%;
	max-width: 1200px;
	display: grid;
	overflow: hidden;
	grid-template-columns: 1fr;
	grid-gap: 20px 0px;
	margin: 80px;
	
}


.rowmv .contentmvtext h1{
	font-size: 36px;
	letter-spacing: 0.2rem;
	color: #686907;
	font-family: Source Serif Pro;
	font-weight: bold;
	line-height: 30px;
	
}


.rowmv .contentmvtext p{
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0.1rem;
	color: rgba(51,51,51);
	font-family: avenir;
	font-weight: 400;
	line-height: 35px;
	text-align: justify;
	
}

.contentmv .rowmv hr{
	height: 1px;

}

.rowmv .contentmvtext .linea-media {
    border-left: 5px solid orange;
    height: 115px;
    border-radius: 5px 0px 0px 5px;
}


  .media .horizontal {
	border-top: 2.5px solid rgba(104, 105,7, 0.8);
	width: 100%;
	
}


/**************************+bloque 4***************/
.contentb4{
	padding-top: 50px;
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	place-items: center;
	
}

.rowb4{
	width: 85%;	
	max-width: 1345px;
	display: grid;	
	grid-template-columns: 50% 50%;
	/*grid-gap: 20px 20px;*/
	grid-template-areas: "b4izq b4der";
}

.rowb4 .leftb4{
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin: 30px 30px;
	grid-area: b4izq;

}

.rowb4 .leftb4 img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.rowb4 .rightb4{
	display: flex;
	align-items: center;
	margin: 30px 0px;
	grid-area: b4der;
}

.rowb4 .rightb4 .contentb4text{
	padding: 0px 3px;  /*espacio del texto izquierdo*/
}

.rowb4 .rightb4 .contentb4text p{
	font-size: 24px;
	letter-spacing: 0px;
	color: #333333;
	line-height: 30px;
	font-family: avenir;
	font-weight: 300;
	text-align:justify;
	margin: 0 90px 0 4px;
}

.rowb4 .rightb4 .contentb4text h1{
	letter-spacing: 1.9px;
	color: #686907;
	font-size: 60px;
	padding-left:0;	
	font-weight: 600;
	font-family: Suource Serif Pro;
	line-height: 60px;
}

/**************************bloque 5*************/

.contentb5{
	background-color: white;
	width: 100%;
	min-height: 50vh;
	display: grid;
	place-items: center;
	
}

.rowb5{
	width: 80%;	
	max-width: 1345px;
	display: grid;	
	grid-template-columns: 50% 50%;
	/*grid-gap: 20px 20px;*/
	grid-template-areas: "b5izq b5der";
}

.rowb5 .rigthb5{
	display: flex;
	position: relative;
	overflow: hidden;
	text-align: center;
	/*margin: 30px 5px;*/
	grid-area: b5der;

}

.rowb5 .rigthb5 img{
	width:100%;
	
	object-fit: 100%;
}

.rowb5 .leftb5{
	display: flex;
	align-items: center;
	margin: 10px 0px;
	grid-area: b5izq;
}

.rowb5 .leftb5 .contentb5text{
	padding: 0px 10px;  /*espacio del texto izquierdo*/
}

.rowb5 .leftb5 .contentb5text p{
	font-size: 24px;
	letter-spacing: 0.2px;
	color: #333333;
	font-family: avenir;
	line-height: 120%;
	font-weight: 100;
	/*text-align:justify;*/
	margin-left: 10px;
}

.rowb5 .leftb5 .contentb5text li{
	color: #686907;
	font-size: 30px;
	line-height: 130%;
	padding-left:0;	
	letter-spacing: 0.1px;
	list-style-type: circle;
	font-weight: bold;
}



.rowb5 .leftb5 .contentb5text h1{
	color: #686907;
	font-size: 38px;
	padding-left:0;	
	font-weight: 600;
	font-family: Source Serif Pro;
	letter-spacing: 1px;
}

.rowb5 .leftb5 .contentb5text b{
	color:black;
}



/**********************+RESPONSIVE**********************************/


@media (max-width: 1058px){
/* NAV BAR */
header{
	padding: 18px 40px;

}


.logo{
	height: 80px;
	object-fit: 100%;
	
}

}
.headerr{
	padding: 0 80px;
	justify-content: center;
	height: 140px;
}




/* FIN NAV BAR*/

/**********************IMAGENES CON FOTO********************/

@media (max-width: 991px){
	/* NAV BAR */
	header{
		padding: 18px 2%;
		
	}
/* FIN NAV BAR*/
	
	#banner4 {
		padding: 0px;
	}
 
	.rowfooter .leftfooter {
		justify-content: center;
		align-items: center;
		align-content: center;
	}	
.rowfooter .leftfooter figure{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 10px;
	align-content: center;
	padding: 0;

}



	.rownp .rightnp {
		padding-left: 0;
	}

	.rownp .leftnp .contentnptext{
		text-align: center;
		align-content: center;
		justify-content: center;
		padding: 0 0 0 0;
		}


	.rowfooter .rightfooter {
			padding-left: 0px;
			justify-content: center;
		}
	.spcscontact{
		margin-top: 8rem;
		margin-bottom: 2rem;
		
	}
	
	.contentdp {
		width: 100%;
		justify-content: center;
		padding: 0px;
	}

	.contentdpSemilla {
		width: 100%;
		justify-content: center;
		padding: 0px;
		margin-bottom: -20px;
	}
/**HEADER RESPONSIVE*/

.text-white{
	width: 100%;
	padding: 0;
}
}


@media (max-width: 768px){	


	
	/* NAV BAR */
	header{
		padding: 12px 4%;
		
	}
	
	.headerr{
		background: #686907;
		height: 140px;
		position:fixed;
		justify-content: center;
		
	}

	

.headerr .colp{
	color: white;
}	



	#Hmenu-icon{
		display: flex;
		margin-right: 10px;
	}
    
	#logonav{
		display:flex;
		width: 130px;
		object-fit: 100%;
	}

		
	.headerr .nav_menu{		
		position:absolute;
		width: 280px;
		height: 100vh;
		top: 100%;
		right: -100%;
		display: flex;
		flex-direction: column;
		background:#686907;
		row-gap: 1.4rem;
		padding: 20px;
		box-shadow: 4px 4px 0 4px rbg(14 55 54 / 15%);
		transition: 0.2s linear;
		text-align: left;
	}

	.headerr .nav_menu img{
		display: none;
	}

	.headerr .nav_menu.active{
		right: 0;
	}




/* FIN NAV BAR*/
	
	#banner2:before {		
		height: 70vh; 		
	}	

	#banner4:before {		
		height: 70vh; 		
	}

	#banner3:before {		
		height: 70vh; 		
	}

	#banner5:before {		
		height: 70vh; 	
			
	}








	.beneficios {
		width: 100%;
		padding: 30px 10px;
		text-align: center;
	}


	.rownp .leftnp .contentnptext{
		text-align: center;
		align-content: center;
		justify-content: center;
		padding: 0 0 0 0;
		}


/*****************+detalles de productos imagenes final********************************/
/*BOTONES DE DETALLES DE PRODUCTOS SIGUIENTE Y ANTERIOR*/


/*****************/
.contentdp {
    width: 100%;
    height: 850px;
    display: grid;
    justify-content: center;
	margin-top: -40px;
	
}

.contentdpSemilla {
    width: 100%;
    height: 850px;
    display: grid;
    justify-content: center;
	margin-top: -40px;
}

.seccionesA .bbn {
    grid-template-columns: 50% 50%;
    padding: 0px;
}



#imgCopraFresca {
    width: 100%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 10px 0px 0px 80px;
}

.rowdp{
	width: 100%;
	grid-template-columns: 1fr;
	grid-template-areas: "productotexto" "productosfotos";
	margin-top: 100px;
    margin-bottom: 0px;
    margin-right: 0px;
	/*padding-right: 30px;*/
	
}

.contentdpSemilla .rowdp{
	width: 100%;
	grid-template-columns: 1fr;
	grid-template-areas: "productotexto" "productosfotos";
	margin-top: 100px;
    margin-bottom: 0px;
    margin-right: 0px;
	/*padding-right: 30px;*/
}




.rowdp .leftdp {
	width: 100%;
    justify-content: center;
	align-content: center;
    align-items: center;
	text-align: center;
    margin: 0px 0px 0px 0px;
	
}


.rowdp .rightdp {
	width: 100%;
	align-items: center;
   	justify-content: center;
	align-content: center;
	margin: 0px 0px 0px 0px;
}


.rowdp .leftdp .contentdptext {
	margin: 0;
	padding: 0;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
}
.rowdp .leftdp .contentdptext h2 {
    font-size: 41px;  
	line-height: 40px; 
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*padding-top: 30px;*/
	
}

.contentdp p {
	width: 85%;
	font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 23px;
	padding: 0 0px;
	margin: 30px;	
	text-align: justify;
	
}

.contentdpSemilla p {
	width: 85%;
	font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 23px;
	padding: 0 0px;
	margin: 30px;		
	text-align: justify;
}



/*
.rowdp .rightdp img{
	width: 150px;
}*/

.seccionesA .bbn {
    grid-template-columns: 50% 50%;
    margin-top: -60PX;
	
}

.contentdp a {
    letter-spacing: 0.1rem;
    padding: 0.5rem 1.5rem;
    font-size: 13px;
}

.contentdpSemilla a {
	margin-top: -50px;
    letter-spacing: 0.1rem;
    padding: 0.5rem 1.5rem;
    font-size: 13px;
	
}



#imgSemillCoco {
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 40px 0px 0px 0px;
} 



#imgAguadeCoco{
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 20px 0px 0px 0px;
	
}


#imgLechedeCoco{
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 20px 0px 0px 0px;
	
}

#imgAceiteCoco {
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 20px 0px 0px 0px;
	
}

#imgKAmanatura{
	width: 30%;
    vertical-align: middle;
    object-fit:cover;
	height: 90%;
	margin: 20px 0px 0px 0px;
	
}

#imgCarbonActivado{
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 40px 0px 0px 0px;
}


#imgFibraCoco{
	width: 60%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 10px 0px 0px 0px;
	
}


#imgCopraFresca{
	width: 60%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 40px 0px 0px 0px;
	
}





/*
#imgAceiteCoco {
    width: 100%;
    height: 230px;
	object-fit: cover;
	padding-top: 0px;
    
}

#imgLechedeCoco {
    width: 100%;
    height: 230px;
    padding-top: 0px;
    object-fit: cover;
}

#imgAguadeCoco {
    width: 100%;
    height: 230px;
    padding-top: 0px;
    object-fit: cover;
}



#imgCarbonActivado {
    width: 100%;
    height: 180px;
    padding-top: 0px;
    object-fit: cover;
	margin-bottom: 5px;
}

#imgFibraCoco {
    width: 100%;
    height: 180px;
    padding-top: 0px;
    object-fit: cover;
	margin-bottom: 5px;

}

#imgCopraFresca {
    width: 100%;
    height: 180px;
    padding-top: 0px;
    object-fit: cover;
	margin-bottom: 5px;
}
*/

/*MATRIZ DE PRODUCTOS*/


#imgPAguaCoco{
	width: 100%;
	height: 100%;
	object-fit: 100%;
}

#imgPSemillacoco{
	width: 100%;
	height: 100%;
	object-fit: 100%;
}

#imgPTortacopra{
	width: 100%;
	height: 100%;
	object-fit: 100%;
}


/****************************+CENTRA EL MENU PRINCIPAL**************************/




/**/

.productos__center{
	grid-template-columns: repeat(1, 1fr);
	padding: 0;
		
}
    
	.rowb4{
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas: "b4izq" "b4der";
	}


	.rowb5{
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas: "b5izq" "b5der";
	}

	.rownt{
		width: 90%;
		grid-template-columns: 1fr;
		grid-template-areas: "textont" "imagennt";
	}

	.rownt .leftnt .contentnttext {
		padding-top: 60px;
		padding: 10 10px;
	
	}
	
	.rowntb2 .leftntb2 {
		
		width: 80%;
		height: 80%;
		display: flex;
		position: relative;
		overflow: hidden;
		text-align: center;
		margin: 20px 35px;
		justify-content: center;
	}

	.rowntb2 .rightntb2 img {
		width: 80%;
		height: 80%;
		object-fit: 100%;
		margin: 0px 35px;
	}
	

	/*
	.ancestral{
		margin-top: 180px;
	}
     */
	.rowntb2 .rightntb2 img {
		width: 85%;
		height: 85%;
		object-fit: 100%;
	}

	.rownt .leftnt .contentnttext h1 {
		font-size: 4rem;
		letter-spacing: 8px;
	}

	.leftnt .contentnttext h2 {
		font-size: 1rem;
		letter-spacing: 2px;
	}

	.rownt .leftnt .contentnttext p {
		font-size: 19px;
		letter-spacing: 1.2px;
	}


	.ancestral{
		width: 100%;
    	padding: 0px 10px;
    	text-align: center;
	}

	.ancestitulo h2 {		
		font-size: 29px;
		/*padding-top: 100px;*/
	}

	#banner3 {
		padding: 0;
	}

	#banner5 {
		padding: 0;
	}

	.derecha {
		padding: 60px;
	}

	.izquierda_1 .vertical h2 {
		
		letter-spacing: .3px;
		font-size: 1.8em;
		
	}

	.izquierda_1 .vertical h3 {
		
		font-size: 1.1em;
		
	}





	.rowntb2{
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas: "imagenntb2i" "imagenntb2d";
	}


	.rowntb3{
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas: "imagenntb3" "textontb3";
	}


	.rownp{		
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas: "productosindex" "productosindextexto";
	}
	
	.rownp .leftnp .contentnptext{
			align-items: center;
			align-content: center;
			width: 100%;
	}

	.rownp .leftnp .contentnptext h2{
		padding-top: 10px;
		font-size: 2.5rem;
		line-height: 20px;

	}

	.rownp .rightnp {
		margin-left: -5px;
	}
	
.rowsa .rightsa .contentsatext p{
	font-size: 1.1rem;
	letter-spacing: 0px;
}
		
	
.rowco .leftco .contentcotext p{
	font-size: 1.1rem;
	letter-spacing: 0px;
}

	
.rowbe .rightbe .contentbetext p{
	font-size: 1.1rem;
	letter-spacing: 0px;
}


.rowntb3 .rightntb3 .contentntb3text p {
    
    margin-right: 10px;
}




#banner2 .content header h2 {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.2rem;
}



#banner3 .content header h2 {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.2rem;
}







#banner2 .content header p {
	line-height: 1;
	font-size: 2.1rem;
	letter-spacing: 0rem;
	
}



#banner2 .content header a {
	
	margin-top: 1rem;	
	padding: 1rem 2.5rem;
	font-size: 1rem;
}


	.rowsa{
		width: 100%;
		grid-template-columns: 1fr;
	}
	.rowco{
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-areas: "cocinader" "cocinaizq";
	}
	.rowbe{
		width: 100%;
		grid-template-columns: 1fr;
	}
	.rowfooter{
		width: 100%;
		grid-template-columns: 1fr;
	}

	

	.ancestitulo{
		text-align: center;
	}


}

/* XLarge */

@media screen and (max-width: 1680px) {

	

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 13pt;
	}

}

/* Large */

@media screen and (max-width: 1280px) {

	/* NAV BAR */
	
  
	


	


/* FIN NAV BAR*/

	/*****************************************************************/


	#banner2 .content header h2 p a{

		font-size: 1rem;
	}
	 
	
	#banner3 .content header h2 {

		font-size: 2.7rem;
	}

	
	#banner4 .content header h2 {

		font-size: 2.7rem;
	}



	#banner4 .content header .proxi {

		font-size: 2.7rem;
	}





	#texto_us{
		font-size: 1.3rem;
		text-align: justify;
		width: auto;
		
	}

	.major b{
		color: black;
	}
	
	.btitulo{ /**************titulo de conoce nuestros beneficios*****/
		font-size: 1.5rem;
		text-align: center;
		width: auto;
		
	}

	
	
   


	/*****************footer************************/
	.pie .grupo-1 .box h3{		
		font-size: 1.3rem;
		
	}



	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 11.5pt;
	}

	/* Spotlight */

	.spotlight.top .content {
		padding: 3.825em 0 1.825em 0;
	}

	.spotlight.bottom .content {
		padding: 3.825em 0 2.95em 0;
	}

	.spotlight.left .content,
	.spotlight.right .content {
		padding: 4.5em 2.5em;
		width: 25em;
	}

	/* Wrapper */

	.wrapper {
		padding: 4.5em 0 2.5em 0;
	}

	/* Dropotron */

	.dropotron.level-0 {
		font-size: 1em;
	}

	/* Banner */

	#banner .content {
		padding: 4.5em;

	}


	/* Footer */

	#footer {
		padding: 1.5em 0;
	}

}


/* Medium */

@media screen and (max-width: 980px) {
	
	
	/* NAV BAR */
	header {
		padding: 12px 4%;
		
	}
	
	#banner2 {
		padding: 4rem 4rem 2rem 4rem;
    	min-height: 90vh;

	}

	
	#banner3 {
		padding: 4rem 1rem;
    	min-height: 90vh;

	}
	
	
	
	#banner4 {
		padding: 4rem 2rem;
    	min-height: 90vh;

	}
	
	
	#banner5 {
		padding: 4rem ;
    	min-height: 90vh;

	}


	#banner2 .content {
		padding: 0px 0px;
		justify-content: center;
		align-items: center;
		vertical-align: center;
		
	}

	

	#banner3 .content {
		padding: 0px 0px;
		justify-content: center;
		align-items: center;
		vertical-align: center;
		
	}
	
	
	
	#banner4 .content{
		padding: 0px 0px;
		justify-content: center;
		align-items: center;
		vertical-align: center;		
	}



	#banner5 .content{
		padding: 0px 0px;
		justify-content: center;
		align-items: center;
		vertical-align: center;		
	}








	.icons_menu3 {
		margin-left: 0.5rem;
		
	}

	.headerr{
		background: #686907;
		height: 80px;
		position:fixed;
		justify-content: center;
		
	}


	.headerr .colp{
		color: white;
	}



	#Hmenu-icon{
		display: flex;
		margin-right: 10px;
	}
    
	#logonav{
		display:flex;
		width: 130px;
		object-fit: 100%;
	}

		
	.headerr .nav_menu{		
		position:absolute;
		width: 280px;
		height: 100vh;
		top: 100%;
		right: -100%;
		display: flex;
		flex-direction: column;
		background:#686907;
		row-gap: 1.4rem;
		padding: 20px;
		box-shadow: 4px 4px 0 4px rbg(14 55 54 / 15%);
		transition: 0.2s linear;
		text-align: left;
	}

	.headerr .nav_menu img{
		display: none;
	}

	.headerr .nav_menu.active{
		right: 0;
	}

	
header #box-search{
	top:110%;
}


/* FIN NAV BAR*/
	
	#banner2 .content header h2 a p {
		font-size: .4rem;

	}
    
	
	#banner3 .content header h2{
		font-size: 5rem;

	}
	
	#banner4 .content header h2{
		font-size: 5rem;

	}

	#banner4 .content header h2{
		font-size: 5rem;

	}

	/*texto de presentacion*/

	#home .container .major h2 {
		font-size: 1rem;
		margin: 0;
	}


	
	#texto_us{ /*texto de presentacion*/
		font-size: 1.3rem;
		text-align: justify;
		width: auto;
	}

	
.btitulo{ /**************titulo de conoce nuestros beneficios*****/
	font-size: 1.5rem;
	text-align: center;
	width: auto;
	
}


.contactindeximg a{  /**********************imagen boton contactenos*******************/
	font-size: 20px;
}


	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	/* Spotlight */

	.spotlight {
		background-attachment: scroll;
		height: auto;
	}

	.spotlight .image.main {
		display: block;
		margin: 0;
		max-height: 40vh;
		overflow: hidden;
	}

	.spotlight .content {
		background-color: #1c1d26;
		border-width: 0 !important;
		border-top-width: 0.35em !important;
		bottom: auto !important;
		left: auto !important;
		padding: 4.5em 2.5em 2.5em 2.5em !important;
		position: relative;
		right: auto !important;
		text-align: center;
		top: auto !important;
		width: 100% !important;
	}

	.spotlight .content ul.actions {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	.spotlight .content ul.actions li:first-child {
		padding-left: 0;
	}

	.spotlight .goto-next {
		display: none;
	}

	/* Wrapper */

	.wrapper {
		padding: 4.5em 2.5em 2.5em 2.5em;
	}

	/* Banner */

	#banner {
		background-attachment: scroll;
	}

	#banner .goto-next {
		height: 7em;
	}

	#banner .content {
		padding: 9em 0;
		text-align: center;
	}

	#banner .content header {
		display: block;
		margin: 0 0 2em 0;
		text-align: center;

	}


	#banner .content .image {
		margin: 0;
	}

	/* Footer */

	#footer {
		padding: 4.5em 0;
	}

}

/* Small */

#navPanel,
#titleBar {
	display: none;
}

.small, small {
	font-size: .675em;
}

@media screen and (max-width: 736px) {
	
	
	
	.rownt .leftnt .contentnttext h2 {
		font-size: 2rem;
		text-align: center
	}

	.rownt .leftnt .contentnttext h1 {
		text-align: center
	}
	.rowntb2{
		padding-top: 20;
		grid-template-columns: 1fr;
		grid-template-areas: "imagenntb2i" "imagenntb2d";
	}

	
	
	.suscriptions{
		height: 580px;
		position: relative;
		display: flex;	
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		padding: 30px;		
	  }




	#banner2 .content header h2 a p {
		font-size: .4rem;

	}

	

	#banner3 .content header h2{
		font-size: 3rem;

	}

	

	#banner4 .content header h2 {
		font-size: 4rem;

	}
	
	
	#banner4 .content header .proxi{
		font-size: 2.2rem;

	}

.spcsori {
	width: 100%;
	height: 0;
}
	
.spcsqs{
	width: 100%;
	height: 0;
}


.rowmv .contentmvtext h1{
	font-size: 30px;	
}


.rowmv .contentmvtext p{
	font-size: 20px;
	
}

.rowb4 .rightb4 .contentb4text p{
	font-size: 20px;
	margin: 40px;
}

.rowb4 .rightb4 .contentb4text h1{
	font-size: 40px;
	margin: 0 0px 0px 40px;
}


.rowb5 .leftb5 .contentb5text p{
	font-size: 20px;
	margin: 40px;
}

.rowb5 .leftb5 .contentb5text li{
	font-size: 23px;
	margin: 0 0px 0px 40px;
}



.rowb5 .leftb5 .contentb5text h1{
	font-size: 34px;
	margin: 0 0px 0px 40px;
}



	/*texto de presentacion*/

	#home .container .major h2 {
		font-size: 1rem;
		margin: 0;
	}


	
	#texto_us { /*texto de presentacion*/
		font-size: 1.3rem;
		text-align: justify;
		width: auto;
	}

	.btitulo{ /**************titulo de conoce nuestros beneficios*****/
		font-size: 1.5rem;
		text-align: center;
		width: auto;
		
	}




.contactindeximg a{  /***************imagen boton contactenos***************/
	font-size: 20px;
}


/***************footer***************************/
.pie .grupo-1 .box {
    padding-top: 0px;
    padding-left: 40px;
}


/*************************hasta aqui**************************/



	/* Basic */

	html,
	body {
		overflow-x: hidden;
	}

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1em;
	}

	/* Section/Article */

	header p br {
		display: none;
	}

	header h2+p {
		font-size: 1em;
	}

	header h3+p {
		font-size: 1em;
	}

	header h4+p,
	header h5+p,
	header h6+p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 4px 0;
	}

	/* Goto Next */

	.goto-next:before {
		height: 0.8em;
		margin: -0.4em 0 0 -0.6em;
		width: 1.2em;
	}

	/* Spotlight */

	.spotlight {
		box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
	}

	.spotlight .image.main {
		max-height: 60vh;
	}

	.spotlight .content {
		border-top-width: 0.2em !important;
		padding: 3.25em 1.5em 1.25em 1.5em !important;
	}

	/* Wrapper */

	

	/* Header */

	



	#banner .content header h2 {
		font-size: 2em;
		margin: 0;
		text-align: center;
	}


	/* Banner */

	/*#banner {
		/*	box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
		/*	min-height: calc(100vh - 44px);*/
	/*}*/

/*	#banner:before {
		height: calc(100vh - 44px);
	}

	#banner .content {
		padding: 4.0625em 1.5em 4.875em 1.5em;
	}

	#banner .content header h2 {
		font-size: 3em;
	}

	#banner .content .image {
		height: 9em;
		width: 9em;
	}

*/



	/* Nav */

	/*
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
		padding-top: 44px !important;
	}
*/

	/* COLOR BARRA DEL MENU EN MOVILES*/
/*ojo borrar	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background: #686907;
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	}

		
	#titleBar .title {
		display: block;
		font-weight: 300;
		height: 44px;
		line-height: 44px;
		text-align: center;
		color: white;
	}

	#titleBar .title a {
		color: inherit;
		border: 0;
	}

	
	#titleBar .toggle {
		text-decoration: none;
		height: 60px;
		left: 0;
		position: absolute;
		top: 0;
		width: 90px;
		outline: 0;
		border: 0;
	}

	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	#titleBar .toggle:before {
		background: #686907;
		color: rgba(255, 255, 255, 0.5);
		content: '\f0c9'; /*menu amburguesa*/
	/* ojo borrar	display: block;
		font-size: 18px;
		height: 44px;
		left: 0;
		line-height: 44px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 54px;
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;		
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px; /*ancho del menu movil*/
	/*ojoborrar	z-index: 10002;
		background: #686907;
		padding: 0.75em 1.25em;
	}

	#navPanel .link {
		border: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		color: rgba(255, 255, 255, 0.75);
		display: block;
		height: 3em;  /*espacios entre cada link del menu movil*/
	/*ojoborrar	line-height: 3em;
		text-decoration: none;
	}
    
	
	#navPanel .link:hover {
		color: inherit !important;
	}

	#navPanel .link:first-child {
		border-top: 0;
	}

	#navPanel .link.depth-0 {
		color: #ffffff;
		font-weight: 400;
	}

	#navPanel .link .indent-1 {
		display: inline-block;
		width: 1.25em;
	}

	#navPanel .link .indent-2 {
		display: inline-block;
		width: 2.5em;
	}

	#navPanel .link .indent-3 {
		display: inline-block;
		width: 3.75em;
	}

	#navPanel .link .indent-4 {
		display: inline-block;
		width: 5em;
	}

	#navPanel .link .indent-5 {
		display: inline-block;
		width: 6.25em;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}* ojoborrar/

	
/********************************************/


/*


#titleBarA {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 44px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
	background: #686907;
	box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

	
#titleBarA .titleA {
	display: block;
	font-weight: 300;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: white;
}

#titleBarA .titleA a {
	color: inherit;
	border: 0;
}


#titleBarA .toggleA {
	text-decoration: none;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 90px;
	outline: 0;
	border: 0;
}

#titleBarA .toggleA:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#titleBarA .toggleA:before {
	background: #686907;
	color: rgba(255, 255, 255, 0.5);
	content: '\f0c9'; /*menu amburguesa*/
/*	display: block;
	font-size: 18px;
	height: 44px;
	left: 0;
	line-height: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 54px;
}

#navPanel {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transform: translateX(-275px);
	-webkit-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	transform: translateX(-275px);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	height: 100%;		
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 275px; /*ancho del menu movil*/
/*	z-index: 10002;
	background: #686907;
	padding: 0.75em 1.25em;
}

#navPanel .link {
	border: 0;
	border-top: solid 1px rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.75);
	display: block;
	height: 3em;  /*espacios entre cada link del menu movil*/
/*	line-height: 3em;
	text-decoration: none;
}


#navPanel .link:hover {
	color: inherit !important;
}

#navPanel .link:first-child {
	border-top: 0;
}

#navPanel .link.depth-0 {
	color: #ffffff;  /*Color del texto menu izq*/
/*	font-weight: 400;
}

#navPanel .link .indent-1 {
	display: inline-block;
	width: 1.25em;
}

#navPanel .link .indent-2 {
	display: inline-block;
	width: 2.5em;
}

#navPanel .link .indent-3 {
	display: inline-block;
	width: 3.75em;
}

#navPanela .link .indent-4 {
	display: inline-block;
	width: 5em;
}

#navPanel .link .indent-5 {
	display: inline-block;
	width: 6.25em;
}





body.navPanel-visible #page-wrapper {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}

body.navPanel-visible #titleBar {
	-moz-transform: translateX(275px);
	-webkit-transform: translateX(275px);
	-ms-transform: translateX(275px);
	transform: translateX(275px);
}

body.navPanel-visible #navPanel {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

*/




/*******************************************/



	
	/* Footer */

	#footer {
		padding: 3.25em 1.5em;
	}

}

/* XSmall */

@media screen and (max-width: 480px) {
  

/*pop up*/
	
	.suscriptions{
		height: 470px;
		padding: 0;
		width: auto;
			
	  }

	  .sub-conten img{
		width: 200px;
		margin: 15px;
		padding-bottom: 20px;
	}
	.sub-conten p{
		 font-size: 12px;
		}
	
	.sub-content form{
		margin: 0px;
	}
	
	.susbs-name, .susbs-mail, .susbs-tel {
		padding: 11px;
		margin: 9px;
		width: 90%;
		
	}
	
	  
.subs-send{
	width: 60%;
	font-size: 15px;

}
	

	
.spcsori {
	width: 100%;
	height: 0;
}


	#banner2 .content header h2 a p {
		font-size: .4rem;

	}
    
	

	#banner3 .content header h2 {
		font-size: 2.4rem;

	}

	

	#banner4 .content header h2 {
		font-size: 2.3rem;
	}
	
	#banner4 .content header .proxi{
		font-size: 1.3rem;
	}
	
	/*texto de presentacion*/

	#home .container .major h2 {
		font-size: 1rem;
		margin: 0;
	}


	
	#texto_us { /*texto de presentacion*/
		font-size: 1.3rem;
		text-align: justify;
		width: auto;
	}




	.btitulo{ /**************titulo de conoce nuestros beneficios*****/
		font-size: 1.5rem;
		text-align: center;
		width: auto;
		
	}
/*************INDEX*****************************NUESTROS PRODUCTOS BTN CONOCEMAS**************************************/


.nuestrosproductosconocemas{
	padding:70px 70px 90px 20px;
	
	width: 46%;
  }

.nuestrosproductosconocemas h2{
	font-size: 26px;
	
		
}

.nuestrosproductosconocemas a{
	font-size: 8px;

}

.nuestrosproductosimg {
       width: 66%;
	
}

/*************INDEX*****************************************BENEFICIOS**************************************/


.beneficios h2{
	text-align: center;
	font-size: 35px;	
	margin: 0px;
	padding: 0px;
	letter-spacing: 0rem;
}


/*************INDEX***********************************MATRIX BENEFICIOS**************************************/

/******INDEX**********SALUD*******/

.saludtexto{
	padding:10px 0px 0px 0px;	
	width: 50%;  
}


.saludtexto p{
	font-size: 10px;	
}

.saludtexto .li{
	font-size: 15px;	
}

.saludimg {
	width: 50%;
}


.saludimg h2{
	font-size: 22px;
}

/****INDEX************cocina*******/

.cocinatexto{
	padding: 0px 10px 0px 0px;	
	width: 50%;
}


.cocinatexto p{
	font-size: 10px;	
}

.cocinatexto .li{
	font-size: 15px;		
}

.cocinaimg {
	width: 50%;
}


.cocinaimg h2{
	font-size: 22px
}

/***INDEX*************belleza*******/

.bellezatexto{
	padding:10px 0px 0px 0px;	
	width: 50%;  
}


.bellezatexto p{
	font-size: 10px;
}

.bellezatexto .li{
	font-size: 15px;	
	
}

.bellezaimg {
	width: 50%;
}


.bellezaimg h2{
	font-size: 22px;
}

/*************INDEX***********************************CONTACTENOS**************************************/



.contactindeximg a{
	font-size: 20px;
}



.pie .grupo-1 .box {
    padding-top: 0px;
    padding-left: 40px;
}


/*************************hasta aqui**************************/

	#home .container .major h2 {
		font-size: 1.6em;
		margin: 0;
	}

	/* Basic */

	html,
	body {
		min-width: 320px;
	}

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		padding: 0;
	}

	/* Spotlight */

	.spotlight .image.main {
		max-height: 50vh;
	}

	.spotlight .content {
		padding: 3em 1.25em 1em 1.25em !important;
	}

	/* Wrapper */

	.wrapper {
		padding: 3em 1.25em 1em 1.25em;
	}

	/* Banner */

	
	/*#banner2 .content {
		padding: 1em 1em;
	}*/

	
	/* Footer */

	#footer {
		padding: 3em 1.25em;
	}

	#hache3 {
		font-size: calc(1rem + .6vw);
	}

	#footer .copyright {
		line-height: inherit;
	}

	#footer .copyright li {
		border-left: 0;
		display: block;
		margin: 0;
		padding: 0;
	}

}


.main.style3.primary {
	background: #ffffff;
}

.main.style3 {
	text-align: center;
	padding: 3em 0 6em 0;
}

a {
	text-decoration: none !important;
}

@media screen and (max-width: 375px){

	.smalll {
		font-size: .675em;
	}
	
#imgSemillCoco {
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 40px 0px 0px 0px;
} 



#imgAguadeCoco{
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 20px 0px 0px 0px;
	
}


#imgLechedeCoco{
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 20px 0px 0px 0px;
	
}

#imgAceiteCoco {
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 20px 0px 0px 0px;
	
}

#imgKAmanatura{
	width: 30%;
    vertical-align: middle;
    object-fit:cover;
	height: 90%;
	margin: 20px 0px 0px 0px;
	
}

#imgCarbonActivado{
	width: 50%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 40px 0px 0px 0px;
}


#imgFibraCoco{
	width: 60%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 10px 0px 0px 0px;
	
}


#imgCopraFresca{
	width: 60%;	
    vertical-align: middle;
    object-fit: cover;
    margin: 0px 0px 0px 0px;
	
}





	

}