	

	#produtos{
		display:inline-block;
		vertical-align:top;
		width:90%;
		padding:40px 3% 18% 3%;
		text-align:left;
		background:url(../../imagens/produtos/imagem_capa.png) center bottom no-repeat;
		background-size:97%;
	}
		
		#produtos .titulo{
			display:inline-block;
			padding:20px 20px 20px 20px;
			color:#FFF;
			font-size:40px;
			font-family:'Aller';
			background:url(../../imagens/bk_titulo.png) center top repeat-x, url(../../imagens/bk_titulo.png) center bottom repeat-x, url(../../imagens/bk_canto_titulo.png) left top no-repeat, url(../../imagens/bk_canto_titulo.png) left bottom no-repeat, url(../../imagens/bk_canto_titulo.png) right top no-repeat, url(../../imagens/bk_canto_titulo.png) right bottom no-repeat;	
			text-align:center;	
		}
							
		#produtos .texto{
			width:38%;
			padding:50px 0 0 0;	
			line-height:20px;	
		}
			
			#produtos .texto a{
				float:right;
				display:inline-block;
				padding:15px 20px 15px 20px;
				margin:30px 0 0 0;
				color:#FFF;
				font-size:15px;
				font-family:'Aller';
				text-decoration:none;
				background:#023207;
				border-radius:30px;
				transition:0.5s;
			}
				#produtos .texto a:hover{
					background:#9B6C5B;
				}
		
		#produtos .box_download{
			float:right;
			display:inline-block;
			width:10%;
			padding:40px 40px 40px 40px;
			margin:-100px 0 0 0;
			color:#2D6494;
			font-size:13px;
			font-family:'Aller';
			background: radial-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 75%), url(../../imagens/produtos/icone_catalogo.png) left 40px no-repeat;
			text-align:left;	
		}
			#produtos .box_download a{
				display:inline-block;
				padding:10px 15px 10px 15px;
				margin:15px 0 0 -35px;
				color:#FFF;
				text-decoration:none;
				background:#2C6493;
				border-radius:30px;
				transition:0.5s;
			}
				#produtos .box_download a:hover{
					background:#023207;
				}
		
	
	.box_logos{
		display:inline-block;
		vertical-align:top;
		width:90%;
		text-align:center;
		padding:0 0 30px 0;			
	}
		.box_logos .titulo_logos{
			color:#FFF;
			font-size:20px;
			font-family:'Aller';
			padding:0 0 30px 0;		
		}		
		.box_logos .logo{
			display:inline-block;
			vertical-align:middle;
			width:15%;
			margin:0 2% 3% 2%;
			text-align:center;
		}
			.box_logos .logo img{
				width:100%;
				max-width:250px;
				height:auto;
			}
		
	

/* --------------------- RESPANSIVO TABLET --------------------- */

@media  (min-width : 651px) and (max-width: 1250px)
{
	
	#produtos{
		padding:40px 3% 20% 3%;	
	}
	
		#produtos .box_download{
			width:13%;
			margin:-70px 0 0 0;	
		}
			#produtos .box_download a{
				margin:15px 0 0 -20px;
			}
			
	.box_logos{			
	}
		.box_logos .titulo_logos{	
		}		
		.box_logos .logo{
			width:20%;
			margin:0 5% 3% 5%;
		}
			.box_logos .logo img{
				max-width:200px;
			}
	
}


/* --------------------- RESPANSIVO CELULAR --------------------- */

@media (max-width: 650px) {	
	
	#produtos{
		padding:40px 0 50% 0;
		text-align:center;		
	}
		
		#produtos .titulo{
			font-size:30px;
		}
							
		#produtos .texto{
			width:100%;
			padding:0;	
		}
			
			#produtos .texto a{
				float:none;
			}
				#produtos .texto a:hover{
				}
		
		#produtos .box_download{
			float:none;
			display:inline-block;
			width:50%;
			padding:40px 0 40px 40px;
			margin:25px 0 0 0;
			text-align:center;	
		}
			#produtos .box_download a{
				margin:15px 0 0 0;
			}
				#produtos .box_download a:hover{
				}
				
	.box_logos{			
	}
		.box_logos .titulo_logos{	
		}		
		.box_logos .logo{
			width:80%;
			margin:0 0 30px 0;
		}
			.box_logos .logo img{
				max-width:150px;
			}
	
}