/* tablet*/

@media only screen and (min-width: 788px) and (max-width: 979px) {

	.sobre img{
		margin-top: 110px;
	}

	.mapagoogle {
		width: 100%;
	}

 .footer{
	height: 190px;
 }


}
/* celular*/
@media only screen and (max-width: 787px) {
	.header {
		position: relative;
		height: 280px;
	}

	.header img{
		margin-left: 100px;
		margin-bottom: 20px;

	}

	.menu-topo {
		text-align:center;
	}

	.menu-topo ul li a {
		display: block;

		padding: 5px;
		border: 3px solid #2eccfa;
		width: 200px;
	}

	/* banner*/

	.foco h1 {
		margin-top: 140px;
	}

	.botao {
		font-size: 23px;

	}

	.foco {
		width: 100%;
		height: 667px;
		background: url("../img/banner.2.png") no-repeat center;
		background-size: cover;
		text-align: center;


	}

	/*serviços*/

	.servicos {
		height: 200px;
		text-align: center;
	}

	/*nossos serviços*/

	.nossos-servicos {
		height: 1000px;
	}

	/*Principais marcas*/

	.marcas {
		height: 1050px;
	}
	.logos {
		text-align: center;
	}

	.logos img {
		margin-top: 10px;

	}

	/*sobre LPA*/

	.Sobre {
		height: 900px;
	}

	.Sobre h3 {
		text-align: center;
	}


	/*objetivo*/
	.objetivo {
		height: 1100px;
	}



	.objetivo h3 {
	 text-align: center;

	}




	/*localização*/

	.mapagoogle {
		width: 100%;

	}

	/*rodape*/

	.footer {
		height: 450px;
	}

}
