/* midia query 1024 TABLET PORTRAIT*************************************************************************/
	@media screen and (max-width: 1004px){
		
		.col-3	{width:50%; margin-top:20px;}
		
	}
	
	/* Telemoveis */
	@media screen and (max-width: 640px) {
		
		.col-3	{width:100%; margin-top:20px;}
		.bordacinzapadtop20 {
  border-top: rgb(232,232,232) solid 0px;
  margin-top: 0px;
}
		
	}
	