@charset "utf-8";
/* CSS Document */

#cuerpo #contenedor-slider  {
	width: 100%;
	float: left;
	
}

#slidercaja {
	float:left;
	width: 100%;
	margin-top: 1%;
	
}

.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	float: left;
}

.slider ul{
	padding: 0;
	display: flex;
	width: 200%;
	
	animation: cambio 10s infinite ;
	animation-direction: alternate;
	animation-timing-function: linear; 

}


.slider li{
	list-style: none;
	width: 100%;
	
}

.slider img{
	width: 100%;
}

@keyframes cambio {
	
	0% {margin-left: 0;}
	50% {margin-left: 0;}
	
	58%{margin-left: -100%;}
	100%{margin-left: -100%;}
	
}




#botones {
	width: 100%;
	float: left;
	background-size: 100% auto;
	background-color: rgba(245,245,245,1.00);
	list-style: none;

}


#ja {
	float: left;
	width: 10%;
	margin-left: 28.7%;
	margin-right: 6.3%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#ja img{
	width:100%;
	height:auto;
	
}

#grancruz {
	float: left;
	width: 10%;
	margin-right: 6.3%;
	margin-top: 1%;
	margin-bottom: 1%;
	
}


#grancruz img{
	width:100%;
	height:auto;
	
}



#jack {
	float:left;
	width: 10%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#jack img{
	width:100%;
	height:auto;
}


/*termina botones deslisables*/

/*empieza slider de productos*/

#c-slide {
	float: left;
	width:90%;
	margin-left: 5%;
	margin-top: 3%;
	margin-bottom: 2%;
	
}

#c-slide img {
	width:100%;
}

/*termina slider de productos*/



/*empieza productos*/

#productoscasa {
	float:left;
	width: 100%;
}

#productoscasa2 {
	float:left;
	width: 100%;
	
}

#c-productos {
	width: 96%;
	margin-left: 2%;

}

#boxcategoria {
	float: left;
	width: 100%;
}

#categoria {
	width:87%;
	margin-top: 3%;
	font-size: large;
	color: rgba(0,76,147,1.00);
	font-weight: bolder;
}

#categoriaa {
	width:100%;
	margin-top: 1%;
	font-size: large;
	color: rgba(0,76,147,1.00);
	font-weight: bolder;
}

#marca {
	float:right;
	width:10%;
	margin-top:1%;
}

#marca img{
	width:100%;
	height: auto;
}

hr{
	
	height: 1px;
	background-color: rgba(168,201,50,1.00);
}



#productos {
	float: left;
	width: 100%;
	margin-top: 0%;
}

#productos img{
	float:left;
	width:100%;
	height: auto;
}
 

#slidehome {
	float:left;
	width: 100%;
	background-color: rgba(225,226,224,1.00);
}
/*termina productos*/


h1 {
	
	color: rgba(0,52,112,1.00);
	font-size: 19px;
	font-weight: bold;
}

h3 {
	font-family: arial;
	font-size: 14px;
	text-align: center;
	color: rgba(101,101,101,1.00);
	font-weight: normal;
}

#productos {
	float:left;
	width:100%;
	/*background: rgba(0,36,74,1.00);*/
}


#productonatural {
	float:left;
	width:60%;
	
}

#productopisco {
	float:left;
	width:80%;
	
}


#productosin {
	float: left;
    display: flex;
    display: -webkit-flex; 
	width:100%;
	justify-content: space-around;

	
}

@media all and (max-width: 736px){
	
	h3 {
		font-size: 10px;
	}
}

@media all and (max-width: 480px) {
	
	h1 {
		font-size: 13px;
		font-weight: bold;
	}
	
	h3 {
		font-size: 9px;
	}
	
}

.productosin-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column; 
	width:100%;
	
}

.productosin-item img {
	width: 100%;
	
}



/*pie margenes*/

.uno {
	margin-top: 1%;
	margin-bottom: 1%;
	
}

.dos {
	margin-top: 1%;
	margin-bottom: 1%;
	
}

.tres {
	margin-top: 1%;
	margin-bottom: 1%;
	
}
.cuatro {
	margin-top: 1%;
	margin-bottom: 1%;
}

.cinco {
	margin-top: 1%;
	margin-bottom: 1%;
}
/*termina pie contactos*/

/*pie contactos respomnsive*/
@media all and (max-width:768px){
	
	.uno {
	margin-top: 3%;
	margin-bottom: 1%;
	
}

.dos {
	margin-top: 3%;
	margin-bottom: 1%;
	
}

.tres {
	margin-top: 3%;
	margin-bottom: 1%;
	
}
.cuatro {
	margin-top: 3%;
	margin-bottom: 1%;
}

.cinco {
	margin-top: 3%;
	margin-bottom: 1%;
}
	
}
/*pie contactos respomnsive fin*/