#precio{
	width:120px;
	height:80px;
}

#productos{
	text-align:center;
}

.productos-contenedor {
    width:100%;
}

#productos .productos-contenedor{
    display:flex;
    flex-wrap:wrap;
}

.productos-contenedor article{
    width:45%;
    margin-left:10px;
    margin-bottom:5%;
}

.productos-contenedor img{
    width:70%;
    margin-left:10px;
}

#productos .productos-contenedor article p{
	margin-top:5%;
	margin-left:20px;
	margin-right:10px;
	text-align:center;
    text-align: center;
	font-size:30px;
	color:rgb(51, 51, 51);
}



@media (max-width:1024px){
    
    
    
  
    
#precio{
	width:240px;
	height:160px;
}
	
#productos .productos-contenedor article p{
	margin-top:5%;
	margin-left:20px;
	margin-right:10px;
	text-align:center;
    text-align: center;
	font-size:60px;
	color:rgb(51, 51, 51);

}

.productos-contenedor article{
  width:100%;
  margin-left:0px;
  margin-right:2%;
}


#productos h1{
    font-size: 55px;
}   
    
.productos-contenedor img{
    width:90%;
    margin-left:10px;
}   
    
}