.largura2 {
	width: 80%;
	margin:0 auto;
	
}


@media screen and (max-width: 600px) {
  .largura2 {
    width: 95%;
   
  }
 }