@charset "utf-8";
/* CSS Document */
#cuerpo {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

/*empieza textoproductos*/

#cuerpoproducto {
	float:left;
	width: 80%;
	margin-left: 10%;
	margin-top: 3%;
	
}

#textoproducto {
	float: left;
	width: 90%;
	margin-left: 5%;
	font-family: rubik;
}

#cajaimagen {
	
	float:left;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.imagen img {
	float: left;
	width: 100%;
}

@media all and (max-width:736px) {
	#cajaimagen {
		flex-direction: column;
		-webkit-flex-direction: column;
	
	}
	
	#cuerpoproducto {
	float:left;
	width: 100%;
	/*margin-left: 5%;*/
	margin-top: 3%;
	margin-left: 0;
	}
}

@media all and (max-width:480px){
	
	#cuerpoproducto {
	float:left;
	width: 100%;
	margin-left: 0;
	margin-top: 3%;
	}
	
	#cajaimagen {
		flex-direction: column;
		-webkit-flex-direction: column;
	
	}
	#cajapalta {
		flex-direction: column;
		-webkit-flex-direction: column;
	
	}
	
	h5 {
		font-size: 10px;
	}
	#doy {
		font-size: 10px;
	}

}

/*.cajaimagen-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: wrap;
	text-align: justify;
}
*/
.imagen img{
	
	height: auto;
}



.texto h3 {
	color: rgba(0,76,147,1.00);
	line-height: 1px;
	font-weight: bold;
	text-align: justify;
	margin-left: 5%;
}

@media all and (max-width:736px) {
	.texto h3 {
		font-size: 13px;
}
	
	.texto p {
		font-size: 12px;
		
	}
	
	#paltabox h5 {
		font-size: 12px;
	}

}

.texto h4 {
	color: rgba(101,101,101,1);
	font-weight: bold;
	line-height: 1px;
	font-size: 18px;
	
	
}

.texto p {
	color: rgba(101,101,101,1.00);
	margin-left: 5%;
	
}

#linea{
	float: left;
	width: 100%;
	background-color:rgba(245,245,245,1.00);
}

#variedadpalta {
	float: left;
	width: 70%;
	margin-left: 15%;
	
	
}

#paltabox {
	float: left;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
}

#cajapalta {
	
	float:left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}



.cajapalta-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: wrap;
	text-align: justify;
}

.hass {
	width: 100%;
	margin: 0% 5% 0% 5%;
	
}

.hass img {
	width:100%;
	height: auto;
	
}

h5 {
	text-align: center;
	color: rgba(101,101,101,1.00);
	font-weight: normal;
	font-size: 15px;
}

#variedadchia {
	float: left;
	width: 100%;
	background-color:rgba(245,245,245,1.00);
	
}

#chiabox {
	float: left;
	width:50%;
	margin-left: 25%;
	margin-right: 25%;
}

#doy {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: rgba(138,138,138,1.00);
	margin-bottom: 20px;		
}

