@import url("../../webfonts/raleway_bold/stylesheet.css");
@import url("../../webfonts/raleway_regular/stylesheet.css");
@media (max-width: 768px) {
	body {
	width: 100%;
	min-width: 600px;
	min-height: 768px;
	min-width: 600px;
	}
}
@media (max-width: 460px) {
	body {
	width: 100%;
	min-width: 400px;
	min-height: 460px;
	}
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html, body {
	width: 100%;
	height:100%;
}
a {
	color: white;
}
/*-----parte superion hasta el video-----*/
header{
	background:linear-gradient(rgba(46,50,94,0.8),
	 rgba(46,50,94,0.8)), url("../images/PCB.jpg");
	 background-size: 100% 100%;
}
/*---------navegador superior------------*/
nav{
	width: 100%;
	height: 5em;
	border-bottom: 1px solid #FFF;
}
/*-----parte superion hasta el video-----*/
#menu{
	padding: 1.5em 0;
	margin: 0 5%;
}
/*------------logo de empresa------------*/
#menu img{
	max-width: 12%;
	float: left;
}
/*-----------------menu------------------*/
#menu ul{
	float: right;
	margin-top:0.5em;
}
/*----------elementos del menu-----------*/
#menu ul li{
	display: inline-block;
	text-transform: uppercase;
	font-family: "raleway bold";
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 2em;
}
#menu ul li:last-child{
	margin-right: 0;
}
/*-----------------video-----------------*/
iframe{
	display: block;
	margin: auto auto;
}
#video{
	padding: 5% 0;
}
/*---------Mision vision valores---------*/	
.data {
	text-align: center;
	padding: 5% 0;
}
.data ul li{
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: center;
	line-height: 40px;
	margin: 2% 10%;
}
.data ul li:last-child{
	clear:left;
}
.data ul li img{
	height: 25%;
	width: 25%;
}
.data ul li h1{
	font-size: 1em;
	text-align: center;
	font-family: "raleway bold";
	text-transform: uppercase;
}
.data ul li p{
	font-family: "raleway regular";
	text-align: justify;
	font-size: 0.8em;
	line-height: 1em;
}
/*---------Fotos de los productos---------*/
.productos{
	overflow: hidden;
	height:100%
	text-align: center;
}
.productos ul li{
	display: inline-block;
	float:left;
}
.productos ul li div{
	background-color: #e84545;
}
.productos ul li:nth-child(1){
	width: 50%;
	height: 42%;
}
.productos ul li:nth-child(2){
	width: 50%;
	height: 42%;
}
.productos ul li:nth-child(3){
	width: 31.8%;
	height: 68%;
}
.productos ul li:nth-child(4){
	width: 36.4%;
	height: 68%;
}
.productos ul li:nth-child(5){
	width: 31.8%;
	height: 68%;
}
.productos ul li div{
	height:100%;
	width:100%;
}
.productos ul li div img{
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
}
/*---------Seccion Arroz---------*/
.arroz{
	display: none;
}
/*---------Seccion Quinua---------*/
.quinua{
	display: none;
}
/*---------Seccion Menestras---------*/
.menestras{
	display: none;
}
/*---------Seccion Cafe---------*/
.cafe{
	display: none;
}
/*---------Seccion Tara---------*/
.tara{
	display: none;
}
#EdgeID{
	width:100%;
	height:100%;
}
#EdgeID1{
	width:100%;
	height:100%;
}
#EdgeID2{
	width:100%;
	height:100%;
}
#EdgeID3{
	width:100%;
	height:100%;
}
#EdgeID4{
	width:100%;
	height:100%;
}
/*------------servicios------------*/
.servicios{
	overflow: hidden;
	/*height: 100%;*/
	text-align: center;
	padding: 5% 5%;
}
.servicios ul li{
	display: inline-block;
	float: left;
	width: 30%;
	margin: 3% 10%;;
	
}
.servicios ul li img{
	height:15%;
	width:15%;
}
.servicios ul li h3{
	font-size: 1em;
	text-align: center;
	font-family: "raleway bold";
	text-transform: uppercase;
}
.servicios ul li h4{
	font-size: 0.8em;
	text-align:center;
	font-family:"raleway regular";
	color: #e84545;
}
.servicios ul li p{
	font-size: 0.8em;
	text-align:justify;
	font-family:"raleway regular";
}
/*------------footer------------*/
.contacto{
	overflow: hidden;
	height: 40%;
	text-align: center;
	background-color: #3a3e64;
	padding: 2% 5%;
}
.contacto ul li{
	display: inline-block;
	float:left;
	width: 25%;
	margin: 0 10%;
	padding: 2% 0;
}
.contacto ul li h5{
	font-size: 0.8em;
	font-family: "raleway bold";
	text-transform: uppercase;
	color: white;
	padding: 0.4em 0;
}
.contacto ul li p{
	padding: 0.2em 0;
	font-size: 0.7em;
	font-family:"raleway regular";
	color: #808080;
}
.contacto ul li a img{
	padding: 0.5em;
	height:15%;
	width:15%;
}
/*------------Copyright------------*/
#CopyRight{
	padding: 2% 0;
	background-color: #313454;
	text-align: center;
	font-size: 0.8em;
}
#CopyRight p{
	font-size:1em;
	color: #808080;
	padding: 0.4em;
}
