
	#banner{
		display:inline-block;
		width:100%;
		margin:0 0 0 0;
		background:#000;
	}	
		#banner .banner, #banner .banner2{
			display:inline-block;
			width:100%;
			max-width:1150px;
			height:435px;
			background:url(../../imagens/assinatura_banner.png) 30% 85% no-repeat, url(../../imagens/bk_banners.jpg) center top;
			background-size:36%, cover;
		}
			#banner .banner2{
				background:url(../../imagens/assinatura_banner.png) 70% 85% no-repeat, url(../../imagens/bk_banners.jpg) center top;
				background-size:36%, cover;
			}
		
			.texto_banner{
				display:inline-block;
				width:32%;
				margin:140px 5% 0 62%;		
				text-align:right;
			}
			.texto_banner2{
				margin:190px 62% -9px 5%;
				text-align:left;
			}
				.texto_banner .titulo_banner{
					display:inline-block;
					width:90%;
					padding:20px 0 20px 0;
					font-family:'GothamLight';
					font-size:20px;
					color:#FFF;
					border-top:1px solid #ECECFB;
				}
				.texto_banner .bt_mais{
					display:inline-block;
					width:90%;
					text-align:right;
				}
				.texto_banner2 .bt_mais{
					text-align:left;
				}			
					.texto_banner .bt_mais a{
						display:inline-block;
						padding:15px 20px 15px 20px;
						font-family:'GothamBook';
						font-size:14px;
						color:#FFF;
						font-weight:bold;
						border:1px solid #ECECFB;
					}
						 .texto_banner .bt_mais a:hover{
							opacity:0.5;
						}


@media (max-width:900px)
{
	#banner{
	}		
		#banner .banner, #banner .banner2{
			height:300px;			
			background:url(../../imagens/assinatura_banner.png) center 99% no-repeat, url(../../imagens/bk_banners.jpg) center top;
			background-size:36%, cover;
		}
					
			.texto_banner{
				width:70%;
				margin:13% 0 0 0;
				padding:20px;		
				text-align:center;
			}
			.texto_banner2{
				margin:13% 0 0 0;
			}
				.texto_banner .titulo_banner{
					width:100%;
					padding:0 0 15px 0;
					border-top:none;
					text-shadow:0 0 8px #000;
				}
				.texto_banner .bt_mais{
					width:100%;
					text-align:center;					
				}			
					.texto_banner .bt_mais a{
						box-shadow:0 0 8px #000;
						text-shadow:0 0 8px #000;
					}
						.texto_banner .bt_mais a:hover{
						}
}