.divProblemaManifesto, .divProblemaArquitetura{
	background-image: url('../img/bg/grafismo_azul.png'), linear-gradient(#ffffff 55%, #eeeeee 100%);
	background-size: auto, cover;background-repeat: repeat-y, no-repeat;
	background-position: top left, center; margin-top:50px;
}

.divProblemaManifestoCelular, .divProblemaArquiteturaCelular{
	display:none;
}


@media (max-width: 520px) {
	.divProblemaManifesto, .divProblemaArquitetura{
		display:none;
	}
	
	.logoCelular{
		place-items: center;
        margin-bottom: 30px;
	}
	
	.txtCelularRodape{
		margin-bottom: 30px;
	}
	
	.btnFinalManifesto{
		white-space: normal;
		word-break: break-word;
		line-height: 1.7;
	}
	
	
	.divProblemaManifestoCelular, .divProblemaArquiteturaCelular{
		display: block;
		padding: 50px 15px 0px 0px;
		background-image: linear-gradient(#ffffff 55%, #eeeeee 100%);
	}
	
	.faixa-azul {
        width: 45px;
        background-image: url(../img/bg/grafismo_azul.png);
        background-repeat: repeat-y;
        background-size: 222px auto;
        min-height: 100%;
		margin-right: 20px;
	}
	
	.divProblemaManifestoCelular .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.divProblemaArquiteturaCelular .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.content .content-titleLeft:after{
		justify-self: anchor-center;
	}

}



