@charset "utf-8";
/* CSS Document */

#cuerpo {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

/*productos nuevo*/


h3 {
	font-size: 28px;
	font-weight: bolder;
	color: rgba(0,76,147,1.00);
}


h4 {
	font-size: 18px;
	color: rgba(0,76,147,1.00);
}

#text p {
	color: rgba(101,101,101,1.00);
	margin-top: -1%;
	text-align: justify;
	
}

/*empieza textoproductos*/

#productos {
	width: 100%;
	float: left;
	background-color:rgba(245,245,245,1.00);
}

#imagen {
	width: 50%;
	float: left;
	padding: 1% 0% 1% 1%;
}

img{
	width: 92%;
	height: auto;
}

#texto {
	width: 50%;
	float: left;
	padding: 1% ;
}

#text {
	width: 100%;
	float: left;
}


#calendario {
	width:100%;
	float: left;
}



@media all and (max-width:1280px){
	#imagen {
	width: 50%;
	float: left;
}
	#texto {
	width: 50%;
	float: left;
}

   }

@media all and (max-width:1024px){
	#imagen {
	width: 60%;
	float: left;
	padding: 1% 0% 1% 1%;
}
	#texto {
	width: 40%;
	float: left;
	padding: 1% 1% 1% 0%; 
}
	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	 #text p{
		font-size: 14px;
	}
	
		
	#imagen img {
	width: 98%;
	height: auto;
  }

}

@media all and (max-width:768px) {
	#imagen {
		flex-direction: column;
		   -webkit-flex-direction: column;
		width: 100%;
	}
	
	#texto {
		flex-direction: column;
		   -webkit-flex-direction: column;
		width: 100%;
	}
	#imagen {
	width: 100%;
	float: left;
	padding: 1% 10% 1% 10%;
   }
	#texto {
	width: 100%;
	float: left;
	padding: 2%; 
   }
	#imagen img{
	width: 100%;
	height: auto;
   }

	
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	 #text p{
		font-size: 16px;
	}
	
	#variedadin {
		width: 70%;
		margin-left: 15%;		
	}
	
	#variedadines {
	width: 40%;
	float: left;
	margin-left: 30%;
}
	#variedadquinua {
	width: 98%;
	margin-left: 1%;
}

}

@media all and (max-width:480px) {
	#imagen {
		flex-direction: column;
		   -webkit-flex-direction: column;
		width: 100%;
	}
	
	#texto {
		flex-direction: column;
		   -webkit-flex-direction: column;
		width: 100%;
	}
	
	#imagen {
	width: 100%;
	float: left;
	padding: 1%;
   }
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 15px;
	}
	 p{
		 font-size: 16px;}
	
   
	
	#item-qui {
	width: 70%;
	margin-left: 15%;
	padding: 2%;
	flex-direction: column;
		-webkit-flex-direction: column;
   }
	
	
		#item-variedad {
	width: 100%;
	flex-direction: column;
		-webkit-flex-direction: column;
   }
	#variedadines {
	width: 70%;
	margin-left:15%;
}

}
