@media (min-width: 1025px){

	.backgroundColor {
		margin: 2em 0 2em 0;
	}

	.chamada-texto {
		font-size: 1.5em;

	}

	.introducao-texto {
		font-size: 1.3em;
		width: 90%;
	}

	.janelaDestaque {
		width: 70%;
	}

	.backgroundColor1 {
		background-color: #53BCFB;
		margin-bottom: 2em;
	}

	.backgroundColor2 {
		background-color: #B5EC4D;
		margin-bottom: 2em;
	}

	.backgroundColor3 {
		
		background-color: #E5DE19;
		margin-bottom: 2em;
	}

	.backgroundColor4 {
		background-color: #DDE8D7;
		margin-bottom: 2em;
	}

	.backgroundColor5 {
		background-color: #829C8F;
		margin-bottom: 10em;

	}

	.primeiraImagem, .segundaImagem, .terceiraImagem, .quartaImagem, .quintaImagem {
		background-repeat: no-repeat;
		background-size: cover;
		height: 500px;
		width: 90%;
	}

	.segundaImagem, .quartaImagem {
		order: 1;
	}

	.segundaImagem {
		background-position: top center;
	}

	.terceiraImagem {
		background-position: center;
	}

	.primeiroTexto, .terceiroTexto, .quintoTexto {
		line-height: 2em;
		padding: 0 5em 0 5em;
	}

	.segundoTexto, .quartoTexto {
		line-height: 2em;
		padding: 0 5em 0 5em;
	}

	.primeiroTexto {
		color: #fff;
	}

}

@media (max-width: 1024px) {

	.backgroundColor {
		margin: 4em 0 0 0;
	}

	.primeiraImagem, .segundaImagem, .terceiraImagem, .quartaImagem, .quintaImagem {
		background-repeat: no-repeat;
		height: 500px;
		width: 100%;
	}

	.segundaImagem {
		background-position: top center;
	}

	.primeiroTexto, .segundoTexto, .terceiroTexto, .quartoTexto, .quintoTexto {
		width: 90%;
		padding: 3em 0 3em 0;
	}

	.primeiroTexto {
		background-position: top center;

	}

	.quintaImagem {
		background-position: center;
		background-size: contain;
	}


}