@charset "utf-8";
/* CSS Document */

#productos h3, h4{
	text-align:center;
}


#trabajos-hechos .contenedor{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}


#trabajos-hechos article{
	margin:40px;
}


#trabajos-hechos img{
	whith:100%;
	max-width:400px;
}


@media (min-width:1024px){
	#productos img{
	max-width:250px;
	}

}

