*{
    margin:0;
    padding:0;
}

.menuLateral{
	background-color: midnightblue;
	width:250px;
	height:100%;
	position:fixed;
	left: -250px;
	transition: left 0.5s;
	top: 100px;
	z-index: 4;
}
.menuLateral .titulo{
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:65px;
	font-size:24px;
	border-bottom:4px solid #556B2F;
}
.menuLateral ul{
	list-style:none;
}
.menuLateral ul li{
	line-height:40px;
	border-bottom:1px solid #fff;
}
.menuLateral ul li a{
	text-align: left;
	color:#fff;
	text-decoration:none;
	font-size:20px;
	padding-left: 30px;
	font-weight:bold;
	display:block;
}
.menuLateral ul li a:hover{
	background-color:#370707;
	transition: 0.5s;
}
.menuLateral ul ul li a{
	font-size: 16px;
	font-weight: 300;
	padding-left: 60px;
	background-color: #131313;
}
.info{
    	background-color: rgb(90, 90, 32);
}
.menuLateral ul ul{
	display: none;
}
.menuLateral ul .itensapartamentos.mostra{
	display: block;
}
.menuLateral ul .itensmoradias.mostra{
	display: block;
}
.menuLateral ul .itensarrendar.mostra{
	display: block;
}
.menuLateral ul .itensnegocios.mostra{
	display: block;
}
.menuLateral ul .itenslojas.mostra{
	display: block;
}
.menuLateral ul .itensescritorios.mostra{
	display: block;
}
.menuLateral ul .itensterrenos.mostra{
	display: block;
}
.btnabre{
	position: fixed;
	top: 10px;
	left: 3px;
	background-color: midnightblue;
	color: white;
	border-radius: 0px;
	cursor: pointer;
	z-index: 6;
    border:0px solid #fff;
}
.btnabre span:hover{
border: 1px solid white;
}
.btnabre span{
	font-size: 60px;
	z-index: 5;
}
.menuLateral.mostra{
	left: 0;
}
.btnfecha{
	position: relative;
	left: 20px;
	top: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	cursor: pointer;
}
.btnfecha:hover{
	border: 1px solid #f00;
}
.menuLateral ul li a span{
	position: absolute;
	font-size: 40px;
	right: 20px;
	transition: 0.4s;
}
.menuLateral ul li a .gira{
	transform: rotate(90deg);
}


/*------ fim do menú lateral---*/
body{
    padding: 0;
	text-align: center;
	background-color:#eee;
	width:100%;
}
#dv{
	position:fixed;
	top:0px;
	left: 0px;
	width:100%;
	min-height: 100px;
	background-image:url("fogoo.gif");
	background-repeat: no-repeat;
	background-size: cover ;
	text-align:center;
    border: orange 2px solid;
	z-index: 2;
}
#dv:hover{
	border: orangered 1px solid;
}
#dv svg{
stroke-dashoffset: 1000;
stroke-dasharray: 1000;
animation: svganimation 4s ease-in-out forwards infinite;
}
@keyframes svganimation {
	0% {
		stroke-dashoffset: 1000;
	}
	90% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
#main{
	position: relative;
	width: 100%;
	height: auto;
	top: 120px;

}
.item{
	margin-bottom: 40px;
	width: 300px;
	height: 248px;
	background-color: #eee;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 40px;
	border:1px solid #fff;
}
.item a{
	text-decoration: none;
	color: #000;
}
.item a:hover{
	color: #556B2F;
	zoom: 99%;
}
.item img{
	width: 300px;
	height: 168px;	
}
#maininfo{
	position: absolute;
	width: 100%;
	top: 100px;
	background-color: #eee;
	padding-top: 20px;
}
#maininfo article{
	border-bottom: 40px solid #fff;
}
#maininfo p{
	font-size: 20px;
	font-weight: 900;
	color: #556B2F
}
#articleinfo{
	background-color: #eee;
	width: 100%;
	margin-top: 20px;
}
#footer{
	position: relative;
	background: linear-gradient(to bottom, #f8f8ff, #fff, #556B2F);
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	margin-top: 150px;
	padding: 20px;
}
.footerlog{
	width: 100%;
	line-height: 200px;
}
.footerlog img{
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.icon3{
	position: fixed;
	top: 15px;
	right: -2px;
	padding: 10px;
	padding-bottom: 20px;
}

.icon3 img{
	margin-right: 0px;
}
@media all and (max-width: 1000px){
	#footer{
		grid-template-columns: 1fr 1fr;}
}
@media all and (max-width: 700px){
	#footer{
		grid-template-columns: 1fr;}
}
.footerrede{
	width: 100%;
	margin: auto;
}
.footerrede img{
	width: 25px; 
	height: 25px;
	line-height: 25px;
}
/*--------------footer info...........*/
#footerinfo{
	position: relative;
	top: 980px;
	background: linear-gradient(to bottom, #f8f8ff, #fff, #556B2F);
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	margin-top: 150px;
	padding: 20px;
}
