<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#productos{
	text-align:center;
}


#productos .contenedor{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}


#productos article{
	margin:40px;
}



#productos img{
	max-width:300px;
    box-shadow: 2px 2px 15px #666;
    border-radius: 5px;
}

.llamar img{
    width: 120px;
}
    
 


@media (max-width:1024px){
	
    
    
#productos img{
	width:100%;
	max-width:800px;
}
    
#productos h1{
    font-size: 55px;
} 


}</pre></body></html>