
	#produtos{
		display:inline-block;
		vertical-align:top;
		width:95%;
		padding:0 0 60px 0;
		text-align:center;
	}
		
		#produtos .titulo{
			display:inline-block;
			float:left;
			padding:20px 20px 20px 20px;
			margin:40px 0 0 2.6%;
			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 .box_download{
			display:inline-block;
			float:right;
			width:10%;
			padding:0 40px 40px 40px;
			margin:-20px 2.1% 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 top 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;
			}
	
	#area_carrossel{
		display:inline-block;
		width:85%;
		padding:25px 0 0 0;
	}
		#area_carrossel ul{
		}
			#area_carrossel ul li{
			}
			
				.box_produto{
					display:inline-block;
					vertical-align:top;
					width:95%;
					min-height:530px;
					border-radius:80px 80px 0 0;
					margin:75px 0 0 0;
				}
					.box_produto .imagem_produto{
						display:inline-block;
						width:75%;
						height:auto;
						margin:-75px 0 0 0;
					}
					.box_produto .titulo_produto{
						display:inline-block;
						width:95%;
						height:50px;
						color:#FFF;
						font-size:20px;
						font-family:'Aller';
					}
					.box_produto .descricao_produto{
						display:inline-block;
						width:80%;
						min-height:230px;
						padding:15px 0 20px 0;
						text-align:left;
						font-size:12px;
					}
						.box_produto .descricao_produto strong{
							font-size:12px;
						}
					.box_produto .bt{
						display:inline-block;
						padding:10px 15px 10px 15px;
						margin-bottom:15px;
						color:#FFF;
						text-decoration:none;
						background:url(../../imagens/produtos/bk_bt_informacao.png) repeat;
						border-radius:30px;
						transition:0.5s;
					}
						.box_produto .bt:hover{
							opacity:0.7;
						}
					
					
@media  (min-width : 651px) and (max-width: 1150px)
{
	
	.box_produto .descricao_produto{
		min-height:140px;
	}
	
}

/* --------------------- RESPANSIVO CELULAR --------------------- */

@media (max-width: 650px) {		
	
	#produtos{
	}
		
		#produtos .titulo{
			float:none;
			float:inherit;
			margin:0;
			font-size:30px;
		}
		
		#produtos .box_download{
			float:none;
			display:inline-block;
			width:50%;
			padding:40px 0 40px 40px;
			margin:25px 0 0 0;
			text-align:center;
			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;
		}
			#produtos .box_download a{
				margin:15px 0 0 0;
			}
				#produtos .box_download a:hover{
				}
	
	#area_carrossel{
	}
		#area_carrossel ul{
		}
			#area_carrossel ul li{
			}
			
				.box_produto{
				}
					.box_produto .imagem_produto{
						width:65%;
					}
					.box_produto .titulo_produto{
					}
					.box_produto .descricao_produto{
						min-height:20px;
					}
						.box_produto .descricao_produto strong{
						}
					.box_produto .bt{
					}
						.box_produto .bt:hover{
						}
	
}