@CHARSET "utf-8";

@media screen and (max-width: 436px){

	header{


		background-position-x: -240px; 

	}
	

	#container_card_servicios{
		justify-content: space-around;
	}

	.cards{
		width: 130px;
		height: 190px;
		
	}

	.cards img{
		height: 50px;
	}

	.cards p{
		font-size: 18px;
	}
}

@media screen and (max-width: 902px){


	header{

		background-position-y: 0px;
		background-position-x: -100px; 
		height: auto;
	}

	#slogan_header{
		height: 620px;
	}

	#container_sessao1{
		height: auto;
	}

	.container{
		padding: 10px;
	}

	#slogan_header .container_slogan h1{
		font-size: 34px;
	}

}
