/* tablet*/

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


}
/* 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;
	}

	/*Orçamento*/

	.orcamento h1 {
		line-height: 45px;
	}



	/*rodape*/

	.footer {
		height: 470px;
	}

}
