.divProblemaFmwDiagnosticoDM {
	background-image: url('../img/bg/img-executivo4.png'), url('../img/bg/grafismo.png'), linear-gradient(#ffffff 55%, #eeeeee 100%);
	background-size: auto 76%, auto, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right +10%, top right, center; 
	margin-top:50px;
}


.divProblemaFmwDiagnosticoCelularDM{
	display:none;
}

.divProblemaFmwDiagnosticoAE {
	background-image: url('../img/bg/img-executivo6.png'), url('../img/bg/grafismo.png'), linear-gradient(#ffffff 55%, #eeeeee 100%);
	background-size: auto 82%, auto, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right +16%, top right, center; 
	margin-top:50px;
}


.divProblemaFmwDiagnosticoCelularAE{
	display:none;
}

.divProblemaBlueprint {
	background-image: url('../img/bg/img-executivo3.png'), url('../img/bg/grafismo.png'), linear-gradient(#ffffff 55%, #eeeeee 100%);
	background-size: auto 76%, auto, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right +4%, top right, center; 
	margin-top:50px;
}


.divProblemaBlueprintCelular{
	display:none;
}




.divProblemaFmwDossieExecutivo {
	background-image: url('../img/bg/img-executivo9.png'), url('../img/bg/grafismo.png'), linear-gradient(#ffffff 55%, #eeeeee 100%);
	background-size: auto 82%, auto, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right +6%, top right, center; 
	margin-top:50px;
}


.divProblemaFmwDossieExecutivoCelular{
	display:none;
}





.divProblemaFmwDownload {
	background-image: url('../img/bg/img-executivo7.png'), url('../img/bg/grafismo.png'), linear-gradient(#ffffff 55%, #eeeeee 100%);
	background-size: auto 88%, auto, cover;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right +17%, top right, center; 
	margin-top:50px;
}


.divProblemaFmwDownloadCelular{
	display:none;
}


@media (max-width: 520px) {
	.divProblemaFmwDiagnosticoDM{
		display:none;
	}
	
	.divProblemaFmwDiagnosticoAE{
		display:none;
	}
	
	.divProblemaFmwDossieExecutivo{
		display:none;
	}
	
	.divProblemaBlueprint{
		display:none;
	}
	
	.divProblemaFmwDownload{
		display:none;
	}
	
	.logoCelular{
		place-items: center;
        margin-bottom: 30px;
	}
	
	.txtCelularRodape{
		margin-bottom: 30px;
	}
	
	.divProblemaFmwDiagnosticoCelularDM{
		display: block;
		padding:50px 0px 0px 15px;
		background-image: linear-gradient(#ffffff 55%, #eeeeee 100%);
	}
	
	.divProblemaFmwDiagnosticoCelularAE{
		display: block;
		padding:50px 0px 0px 15px;
		background-image: linear-gradient(#ffffff 55%, #eeeeee 100%);
	}
	
	
	.divProblemaFmwDossieExecutivoCelular{
		display: block;
		padding:50px 0px 0px 15px;
		background-image: linear-gradient(#ffffff 55%, #eeeeee 100%);
	}
	
	.divProblemaBlueprintCelular{
		display: block;
		padding:50px 0px 0px 15px;
		background-image: linear-gradient(#ffffff 55%, #eeeeee 100%);
	}
	
	.divProblemaFmwDownloadCelular{
		display: block;
		padding:50px 0px 0px 15px;
		background-image: linear-gradient(#ffffff 55%, #eeeeee 100%);
	}
	
	.faixa-azul {
        width: 45px;
        background-image: url(../img/bg/grafismo.png);
        background-repeat: repeat-y;
        background-size: 222px auto;
        min-height: 100%;
        margin-left: 20px;
	}
	
	.divProblemaFmwDiagnosticoCelularDM .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.divProblemaFmwDiagnosticoCelularAE .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.divProblemaFmwDossieExecutivoCelular .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.divProblemaBlueprintCelular .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.divProblemaFmwDownloadCelular .content-titleLeft{
		margin-top:40px;
		text-align: center;
	}
	
	.content .content-titleLeft:after{
		justify-self: anchor-center;
	}
	

}



