@media(max-width: 1024px) {
	/* #################### header #################### */
	.center {
		width: 100%;
	}
	/* escondendo para abrir só com menu */
	header nav {
		display: none;
	}
	header.servicos h1 {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		background-size: contain;
		height: 45px;
		width: 220px;
	}
	header h1 {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 20px;
		background-size: contain;
		height: 45px;
		width: 168px;
	}
	header .social {
		right: 110px;
		top: 20px;
		width: 30px;
	}
	header form {
		width: 50px;
		top: 20px;
		right: 65px;
	}
	header form input[type="text"] {
		padding-bottom: 6px;
		font-size: 11px;
		text-indent: ;
		width: 80%;
	}
	header form input[type="text"]::placeholder {
		opacity: 0;
	}
	header h2.menu {
		right: 75px;
		top: 20px;
	}
	header h2.menu2 {
		top: 22px;
		right: 20px;
	}
	/* #################### home #################### */
	#banner figure figcaption h2 {
		font-size: 21px;
		letter-spacing: 6px;
	}
	#banner figure img {
		height: 350px;
	}
	#banner figure figcaption {
    margin-top: 24px;
    margin-bottom: 29px;
	}
	/* #################### quem somos #################### */
	#texto_quemsomos ol {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
		width: calc(100% - 40px);
		margin-left: 20px;
	}
	#texto_quemsomos {
		margin-top: 22px;
	}
	#texto_quemsomos ol li b {
		font-size: 18px;
		line-height: 26px;
		text-align: center;
	}
	#texto_quemsomos ol li {
		font-size: 12px;
		line-height: 18px;
	}
	#texto_quemsomos h2 {
		margin-top: 35px;
		font-size: 18px;
		line-height: 28px;
	}
	#texto_quemsomos address {
		font-size: 12px;
		line-height: 18px;			
	}
	#texto_quemsomos figure {
		max-width: 100% !important;
	}	
	#texto_quemsomos figure iframe {
		max-width: 100% !important;
	}
	/* #################### servicos #################### */
	#servicos article,
	#servicos article:nth-child(2n) {
		width: calc(100% - 40px);
		margin-left: 20px;
		align-items: center;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: "a" "b" "c";
	}
	#servicos article:nth-child(2n) a {
		margin-bottom: 40px;
	}
	#servicos article figure,
	#servicos article:nth-child(2n) figure {
		position: initial;
		width: 100%;
		grid-area: b;
		margin-bottom: 10px;
	}
	#servicos article:first-child {
/*		flex-direction: column-reverse;*/
	}
	#servicos article ol {
		margin-bottom: 15px;
	}
	#servicos article ol em {
		text-align: center;
	}
	#servicos article ol li {
		text-align: left;
		font-size: 13px;
		line-height: 20px;
	}
	#servicos article h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 18px;
		text-align: center;
		grid-area: a;
	}
	#servicos article p {
		text-align: left;
	}
	#servicos article a {
		width: 100%;
		max-width: 375px;
		letter-spacing: 3px;
		margin-bottom: 38px;
	}
	/* #################### produtos #################### */
	#produtos h2 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#produtos p {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	#produtos ul {
		grid-template-columns: 1fr;
		width: calc(100% - 40px);
		grid-row-gap: 20px;
	}
	#produtos ul li {
		flex-direction: column;
	}
	#produtos ul li figure,
	#produtos ul li figure .mask_image {
		width: 100%;
		height: 240px;
	}
	#produtos ul li article {
		margin-left: 0;
	}
	#produtos ul li h3 {
		font-size: 18px;
		margin-top: 10px;
	}
	#produtos ul li h4 {
		margin-top: 10px;
		font-size: 11px;
		line-height: 12px;
		letter-spacing: 0.42px;
		margin-bottom: 7px;
	}
	#produtos .tipo .qual_tipo {
		height: 28px;
		font-size: 11px;
		line-height: 12px;
		width: 88px;
	}
	#produtos ul li h4:nth-of-type(2) {
		margin-top: 10px;
		margin-bottom: 7px;
	}
	#produtos .tipo button {
		float: left;
		margin-left: 4px;
	}
	/* #################### pedidos #################### */
	#pedidos p {
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 13px;
		line-height: 18px;
	}
	#pedidos form {
		width: calc(100% - 40px);
	}
	#pedidos form ul {
		grid-template-columns: 1fr;
		width: 100%;
	}
	#pedidos form input[type="text"], 
	#pedidos form input[type="email"] {
		font-size: 11px;
		width: 100%;
		letter-spacing: 2.72px;
	}
	#pedidos .endereco.aparecer {
		width: 100%;
	}
	#pedidos form label:first-child {
		flex-direction: row-reverse;
		margin-bottom: 10px;
	}
	#pedidos form label {
		justify-content: space-evenly;	
		font-size: 11px;
	}
	#pedidos .revisar {
		height: 261px;
	}
	#pedidos h3 {
		letter-spacing: 2.72px;
	}
	#pedidos button {
		width: 88px;
		position: initial;
		margin-top: 58px;
	}
	#pedidos a.add {
		letter-spacing: 2.72px;
		width: 275px;
		position: initial;
	}
	footer.rodape_pedidos {
		margin-top: 500px;
	}
	/* #################### obras / clientes #################### */
	#clientes ol {
		grid-template-columns: 1fr;
	}
	#clientes ol figure img {
		object-fit: scale-down;
	}
	#clientes ol figure figcaption {
		max-width: 282px;
		margin-top: -52%;
		font-size: 12px;
		line-height: 18px;
	}
	#clientes ol figure figcaption b {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: -1.1px;
		margin-bottom: 20px;
	}
	/* #################### orçamento #################### */
	#contato {
		margin-bottom: 0;
	}
	#orcamento form {
		width: calc(100% - 40px);
	}
	#orcamento form input[type="text"], 
	#orcamento form input[type="email"] {
		width: 100%;
		font-size: 11px;
		height: 25px;
	}
	#orcamento p {
		width: calc(100% - 40px);
		font-size: 13px;
	}
	#contato .email {
		width: auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	#orcamento form label {
		width: 304px !important;
		margin-left: auto;
		margin-right: auto;
	}
	#contato .telefones li, 
	#contato .email li,
	#contato .email a {
		font-size: 12px;
	}
	#contato address {
		font-size: 12px;
		text-align: center;
	}
	#contato p {
		margin-top: 15px;
	}
	#contato .telefones {
		margin-top: 15px;
	}

	/* #################### footer #################### */
	footer form {
		flex-direction: column;
		width: calc(100% - 40px);
		margin-left: 20px;
	}
	footer form input {
		font-size: 12px;
		letter-spacing: 0.6px;
		text-align: center;
	}
	footer h3 {
		padding-top: 20px;
		padding-bottom: 15px;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 3.42px;
		display: block;
		text-align: center;
	}
	footer form label {
		margin-left: ;
		width: 304px !important;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	footer .line {
		width: 90%;
	}
	footer ul.social {
		margin-top: 35px;
	}
	footer ul.social li {
		font-size: 12px;
	}
	footer q {
		font-size: 12px;
		line-height: 16px;
		margin-left: 20px;
		margin-right: 20px;
	}
	footer i {
		font-size: 12px;
		line-height: 12px;		
		margin-left: 20px;
		margin-right: 20px;
	}
	@media(max-width: 390px) {
		header.servicos h1 {
			width: 190px;
		}
		header .social {
			right: 105px;
		}
		header h2.menu2 {
			right: 10px;	
		}
		header h2.menu {
			right: 65px;	
		}

	} 
}
