@media only screen and (max-width : 991px) {}

@media screen and (max-width:991px) and (orientation:landscape) {}


@media screen and (max-width:991px) {
	#about {
		padding: 50px 0 70px 0;
	}
	.container {
		width: 100%;
	}

	header .logo {
		width: 190px;
		height: 90px;
		margin-left: 15px;
	}

	header .logo:before {
		display: none;
	}

	header {
		height: 90px;
	}

	header svg {
		max-width: 80px;
	}

	header nav {
		float: none;
	}

	header h1 a {
		width: 100%;
		height: 110px;
		background-size: contain;
	}

	#home h2 {
		font-size: 18px;
		line-height: 21px;
	}

	header nav .toggle-menu {
		display: block;
		z-index: 16;
		cursor: pointer;
		right: 30px;
		top: 25px;
		position: fixed;
		width: 50px;
		height: 44px;
		font-weight: 600;
		font-size: 18px;
		color: white;
		z-index: 100;
		padding: 10px;
	}

	header nav.active .toggle-menu {
		z-index: 1000;
	}

	header nav .toggle-menu span {
		width: 100%;
		height: 3px;
		background: #e4e1e5;
		display: block;
		margin-bottom: 6px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	header nav.active .toggle-menu span.tm1 {
		background-color: #FFF;
		margin-top: 10px;
		margin-bottom: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header nav.active .toggle-menu span.tm2 {
		background-color: #FFF;
		margin-top: -4px;
		margin-bottom: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	header nav.active .toggle-menu span.tm3 {
		background-color: #FFF;
		display: none;
	}

	header nav ul {
		margin-top: 0;
		background-color: #4D5B31;
		position: fixed;
		width: 90%;
		right: -100%;
		top: 0;
		bottom: 0;
		padding: 100px 40px;
		overflow: hidden;
		-webkit-transition: .3s;
		transition: .3s;
		z-index: 6;
	}

	header nav ul li {
		width: 100%;
		display: block;
		float: none;
	}

	header nav ul li a {
		line-height: 40px;
		padding: 0;
		font-size: 18px;
		color: #fff;
		display: block;
		width: 100%;
	}

	header nav ul li a:hover {
		background: none;
		color: #fff;
		text-decoration: none;
	}

	header nav ul li a:after {
		display: none;
	}

	header.roll nav ul li a {
		padding: 0;
	}

	header.roll nav .toggle-menu span {
		background-color: #4d5b31;
	}

	header.roll {
		border-bottom: 1px solid #4d5b31;
	}

	header nav.active ul {
		opacity: 1;
		right: 0;
	}

	header nav.active ul li {
		width: 100%;
		display: block;
		float: none;
	}

	header nav.active ul li a {
		padding: 0;
		font-size: 18px;
		color: #fff;
		display: block;
	}

	#obras .autoria {
		padding-left: 15px;
		min-height: auto;
		padding-bottom: 30px;
	}

	#contact {
		min-height: 0;
	}

	#services {
		background-attachment: initial;
		padding: 40px 0;
	}

	#services .grid-servicos {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	#services h3 {
		margin-top: 25px;
	}

	#services .serv {
		margin: 5px 0 25px 0;
	}

	#projects {
		padding: 40px 0 0 0;
	}

	#projects p {
		margin-bottom: 40px;
	}

	#projects .projects {
		grid-template-columns: repeat(2, 1fr);
		padding-left: 15px;
		padding-right: 15px;
	}

	#contact .infos {
		padding: 60px 15px;
	}

	#contact a {
		line-height: 21px;
	}

	#projects .project {
		min-height: 0;
	}

	#contact .formulario {
		padding: 15px 15px;
		min-height: auto;

	}

	#projects h4 {
		margin-bottom: 30px;
		
	}

	#home .down {
		right: 30px;
	}

	#single ul.tec {
		padding-right: 0;
		margin-bottom: 50px;
	}

	#single .mapa {
		margin-top: -10px;
		height: 350px;
		margin-bottom: 25px;
	}

	#single .proj {
		padding-left: 15px;
		margin-bottom: 50px;
	}

	#single .desc {
		padding-bottom: 150px;
	}

	#single .item.small.horizontal {
		aspect-ratio: initial;
	}

	#single .close {
		z-index: 10;
	}
}

@media screen and (max-width: 575px) {

	#projects .projects {
		gap: 0;
	}

	#services .grid-servicos {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	#projects .projects {
		grid-template-columns: repeat(1, 1fr);
	}

	#single .mapa {
		height: 255px;
		margin-top: -25px;
		margin-bottom: 10px;
	}

	#single .banner-projetos {
		height: 400px;
	}

	footer .tel {
		display: none;
	}

	footer .share {
		float: unset;
		display: flex;
		justify-content: center;
	}

	footer .share a.whatsapp {
		display: inline-block;
	}

	#clients {
		padding: 0 0;
	}

	#contact {
		min-height: 0;
	}

	#home {
		.fundo-banner {
			top: -400px;
		}

	}

	header {
		padding: 20px 0;
	}

	@media screen and (max-width:374px) {

		#atuacao ul.list {
			column-count: 1;
		}

		.visible-mobile {
			display: block;
		}

		#contact a.email {
			font-size: 14px;
		}

		#projects .project {
			min-height: auto;
		}

	}
}