@charset "utf-8";
/* CSS Document */

#trabajos{
	background:#333;
	color:#fff;
	text-align:center;
	padding:20px;
}

#trabajos .contenedor{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.trabajos-pet{
	margin:20px;
}

.trabajos-pet img{
	width:500px;
	height:500px;
	border-radius:50%;
	border:7px solid #fff;
}

@media (min-width:1024px){
	.trabajos-pet img{
	width:200px;
	height:200px;
	border-radius:50%;
	border:7px solid #fff;
	}
}