@media(max-width: 1660px) {
	#banner .servicos {
		width: calc(100% - 60px);
	}
}
@media(max-width: 1560px) {
	footer .centro {
		width: calc(100% - 60px);
	}
}
@media(max-width: 1360px) {
	header .logo {
		width: 230px;
		height: 51px;
	}
	#banner h2 {
		font-size: 42px;
		line-height: 48px;
	}
	#banner .mask_img.parallax {
		background-size: auto 92vh;
	}
	#banner .servicos ul li {
		font-size: 14px;
	}
	#quem_somos h2, #projetos h2, #fale_conosco h2, #clientes h2 {
		font-size: 34px;
		line-height: 40px;
	}
	#fale_conosco .sociais a {
		font-size: 20px;
	}
}
@media(max-width: 1000px) {
	header nav ul {
		display: none;
	}
	#banner h2 {
		font-size: 38px;
	}
	#quem_somos .centro {
		display: flex;
		flex-direction: column-reverse;
	}
	.listagem_projetos .mask_img {
		padding-top: 100%;
		position: relative;
		height: unset;
	}
	.listagem_projetos .mask_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		top: 0;
		left: 0;
	}
	#fale_conosco .centro {
		background-position: center;
	}
	footer .logo {
		margin-right: 0;
		margin-bottom: 40px;
	}
	footer .centro,
	footer .servicos ul {
		flex-direction: column;
	}
	footer .bottom h3, footer .bottom a {
		text-align: center;
	}
	#servicos .owl-dots {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 4px;
	} 
	#servicos button.owl-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #ffff;
	}
	#servicos button.owl-dot.active {
		background: #123456;
	}
	#banner .servicos ul {
		flex-direction: column;
		row-gap: 10px;
	}
	#projetos .listagem_projetos .owl-dots {
		display: flex;
		flex-direction: row;
		gap: 4px;
		justify-content: center;
	} 
	#projetos .listagem_projetos button.owl-dot {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #545454;
	}
	#projetos .listagem_projetos button.owl-dot.active {
		background: #4d6731;
	}
	header .bt_menu_mobile {
		display: flex;
	}
	header .centro {
		width: calc(100% - 40px);
	}
	#menu_mobile {
		display: flex;
		flex-direction: column;
		padding: 40px 20px;
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		top: 104px;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		background-color: #123456;
		display: none;
	}
	#menu_mobile.aberto {
		display: flex;
	}
	header.ativo #menu_mobile {
		top: 70px;
	}
	header #menu_mobile nav {
		margin: 0;
	}
	header #menu_mobile nav ul {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
}
@media(max-width: 600px) {
	header a.whats {
		width: 22px;
		height: 22px;
		text-indent: -99999px;
		color: transparent;
		padding: 0;
		display: inline-block;
	}
	header .direita {
		gap: 14px;
	}
	header .logo {
		width: 180px;
		height: 40px;
	}
	header.ativo .logo {
		width: 180px;
		height: 40px;
	}
	#banner .conteudo {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#banner h2 {
		font-size: 32px;
	}
	#banner .mask_img.parallax {
		background-size: cover;
	}
	#banner .bt_padrao {
		margin-top: 22px;
	}
	#quem_somos .centro,
	#projetos .centro,
	#clientes .centro,
	#fale_conosco .centro {
		width: calc(100% - 40px);
	}
	#quem_somos .direita,
	#clientes .centro,
	#fale_conosco .centro {
		padding: 40px 20px;
		padding-top: 34px;
	}
	#quem_somos .esquerda {
		display: inline-block;
	}
	#quem_somos .esquerda .mask_img {
		width: 100%;
		padding-top: 143%;
		position: relative;
		height: unset;
	}
	#quem_somos .esquerda .mask_img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#projetos .top {
		height: unset;
		padding: 0 20px;
		padding-bottom: 80px;
	}
	.listagem_projetos {
		margin-top: 20px;
	}
	#banner .servicos {
		bottom: 20px;
	}
}