
	#conteudo .area-conteudo{
		padding:75px 0 75px 0;
	}
		.box-titulo-texto{
			width:26%;
			text-align:left;
		}
			.box-titulo-texto h1{
				font-size:48px;
				color:#101823;
				background:-webkit-linear-gradient(180deg, #101823, #436585);
				-webkit-background-clip:text;
				-webkit-text-fill-color:transparent;
				font-family:'Gotham-Book';
			}
			.box-titulo-texto .texto{
				padding:5px 0 0 0;
				font:15px;
				color:#436586;
				line-height:22px;
			}
		.divisao{
			width:1px;
			height:125px;
			background:#436585;
			margin:20px 4% 0 2%;
		}
		.area-texto{
			width:60%;
			padding:40px 0 0 0;
			text-align:left;
			font-size:15px;
			color:#333333;
			line-height:22px;
		}	
			.area-texto strong{
				font-size:15px;
				color:#333333;
			}
			.area-texto a{
				color:#436585;
				font-weight:bold;
				text-decoration:underline;
			}	
			
		
@media (max-width: 1250px)
{
	.box-titulo-texto{
		width:30%;
	}
		.box-titulo-texto h1{
			font-size:45px;
		}
}

@media (max-width: 1000px)
{
	#conteudo .area-conteudo{
		padding:50px 0 50px 0;
	}
		.box-titulo-texto{
			width:100%;
			text-align:center;
		}
			.box-titulo-texto h1{
				font-size:35px;
			}
			.box-titulo-texto .texto{
				padding:5px 0 0 0;
			}
		.divisao{
			display:none;
		}
		.area-texto{
			width:100%;
			padding:20px 0 0 0;
			text-align:left;
		}	
}