/* Produtos 2016 */


#produtos{ margin-top:20px;}

#pdfs > div > div{ margin-top:20px;}
#pdfs > div > h4 > em{ color:rgb(153,153,153); font-size:12px; font-weight:400;}

#produtos > ul > li > a.buton{ float:right; margin-top:40px;}

#pdfs{ margin-bottom:60px;}


#produtos_solprof > li { text-align:center; margin-bottom:25px; height:300px;}
#produtos_solprof > li > a > img{}


#produtos li.ttlcol{ border-bottom:rgb(0,0,0) 1px solid; margin-bottom:40px;}



/* midia query 1024 TABLET PORTRAIT*************************************************************************/
	@media screen and (max-width: 1004px){
	
	
	#produtos_solprof > li {width:50%; height:300px;}
	
	#produtos_solprof > li h3 br {
		display: none;
	}
	
	
	#produtos_solprof > li a img{ float:none; width:100%; }
	
#produtos_solprof > li div {
  float: left;
  width: 100%;
  margin-left: 0px;
}

	#pdf div.col-4{ width:50%;}
	
	#pdfs > div{ width:100%; margin-bottom:40px;}
	#pdfs > div > a > img{ width:50%; max-width:50%; float:left;}
	#pdfs > div > div{width:50%; float:left; padding:0 0 0 10px;}
	
	}
	
	/* Telemoveis */
	@media screen and (max-width: 640px) {
		#produtos_solprof > li {width:100%; height:auto; clear:left;}
		
		#pdf div.col-4{ width:100%;}
		#pdfs > div > a > img{ width:100%; max-width:100%; float:left;}
	#pdfs > div > div{width:100%; float:left; padding:0 0 0 10px;}
	
	#pdfs{ margin-bottom:0px;}
		
		
		
		}