@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* CSS Document 
font-family: 'Montserrat', sans-serif;

*/
html {
	scroll-behavior: smooth;
	background-color: #fff;
  }

.row{
	margin-left:0;
	margin-right: 0;
}


body{
	font-family: 'Montserrat', sans-serif;
	color: #303030;
	font-size:16px;
	background-color: #fff;

	font-weight: 500;
}


.borda3{
	padding:0.3px; position:relative; width: 100%;
}

.efecto{
font-weight:bold;
color:#fff!important; background-color:#36883f;
padding:8px; transition: all 0.3s ease;
}

.efecto:hover{
margin-left:15px;
}


.fundoHome1{
width:100%;
padding:100px 0;
background-image:url("../dados/layout/fundoHome1.png");
background-size:cover;
}


.fundoHome2{
	width:100%;
	padding:100px 0;
	background-image:url("../dados/layout/fundoHome2.png");
	background-size:cover;
	margin-bottom: 90px;
	}





.font{
font-size:24px;
font-weight:500;
display:block;
margin-top:20px;
margin-bottom:20px;
}

.border2{
	width:120px;
	height:17px;
	float:left;
	background-color:#36883f;
}


.paragrafo{
padding:20px 60px 0 60px;
display:block;
}

.titulo1{
width:100%;
color:#303030;
font-size:48px;
font-weight:500;
text-align:center;
}

.titulo1 small{
font-size:24px;
color:#36883f;
display:block
}



.titulo2{
width:100%;
color:#303030;
font-size:48px;
font-weight:500;
text-align:center;

margin:0px;
padding:0 0 40px 0;

background:url("../dados/layout/linha.png") center bottom no-repeat;

}
	
.titulo2 small{
font-size:24px;
color:#36883f;
display:block
}





#counter{width: 100%; text-align: center;}

.contador p{
	font-size:18px;
	color:#36883f;
	font-weight:500;
	text-transform:uppercase;

	margin:0 ;
	display: inline-block;
}
.counter-value{
	color:#303030;
	font-size:72px;
}

.counter-value::before{
content:"+"
}



.contador{
	width:100%;
	text-align:center;
	}








.whatsBt{
	width:64px;
	height:64px;
	position:fixed;
	bottom:0;
	right:0;
	margin:15px;
	z-index:400;
}

.teste{width: auto; 
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.teste a{
margin: 0 10px;
}

.row{margin-left: 0; margin-right: 0;}

.menufix{
position: fixed!important;
padding: 10px;
background-color: #36883f;
z-index:5000;

}






.relativer p{

}

.relativer img{
	width: 100%;
	z-index: 9;
	position:relative;
}










.example{
	width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
height: 100%;
}






/*=====carousel====*/
#owl-demo4{
	width: 100%!important; float: left;
}

#owl-demo4 .item4{
	margin: 30px;
	padding:20px;
	background-color: #e2d8cc;
	text-align: center;

}

#owl-demo4 .item4 img{
	margin-bottom: 20px;
}


#owl-demo5{
	width: 100%!important; float: left;

}

#owl-demo5 .item5{
	position: relative;
	text-align: center;
	margin: 0 40px;
	display: block;
	width: auto;
}










#owl-demo5 .item5 img{
	width:100%; position: relative;
}







a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
a:link{text-decoration:none; color:inherit;}
a:visited{text-decoration:none; color:inherit;}







  .relativetopo{position: absolute; padding: 20px 0;  width: 100%; z-index: 1000;}

.solid{
	border-bottom: solid 1px #fff;
	color: #fff;
}




/*SETA TOPO*/
.arrow-topo {
	z-index:500;
	position: absolute; 
	background: url("../dados/layout/circle.png")center no-repeat;
	margin-bottom:35%; bottom: 0; width: 100%; height: 72px; text-align: center!important; }

.arrow-topo img{width: inherit!important;}


/* AnimaĂ§ĂŁo seta */
@-webkit-keyframes arrmove {
  from { top: 15px; opacity: 1; }
  to { top: 50px; opacity: 0; }
} 

/* Standard syntax */ 
@keyframes arrmove {
  from { top: 15px; opacity: 1; }
  to { top: 50px; opacity: 0; }
}
.arrow-topo div.arr-down { 
  position: relative;
  -webkit-animation: arrmove 2s infinite; /* Chrome, Safari, Opera */
  animation: arrmove 2s infinite;
}




  /*MENU OVERLAY*/
  .button_container {
	position: relative;
	right: 0;
	float: left;
	z-index:1000!important;
	cursor: pointer;
	transition: opacity .25s ease;
  }

  /*
  .button_container:hover {
	opacity: .7;
  }
  .button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #FFF;
  }
  .button_container.active .middle {
	opacity: 0;
	background: #FFF;
  }
  .button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #FFF;
  }
  .button_container span {
	background: #1abc9c;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
	top: 11px;
  }
  .button_container span:nth-of-type(3) {
	top: 22px;
  }
  */
  
  .overlay {
	position: fixed;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;

	z-index: 700;

	height: 0%;
	opacity: 0.8;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
  }
  .overlay.open {
	opacity: .9;
	visibility: visible;
	height: 100%;
  }
  .overlay.open li {
	animation: fadeInRight .5s ease forwards;
	animation-delay: .35s;
  }
  .overlay.open li:nth-of-type(2) {
	animation-delay: .4s;
  }
  .overlay.open li:nth-of-type(3) {
	animation-delay: .45s;
  }
  .overlay.open li:nth-of-type(4) {
	animation-delay: .50s;
  }
  .overlay nav {
	position: relative;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	font-weight: 400;
	text-align: center;
  }
  .overlay ul {
	list-style: none;
	padding: 0;
	width: 70%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
  }
  .overlay ul li {
	display: inline-block;
	padding:15px;
	position: relative;
	opacity: 0;
  }
  .overlay ul li a {
	display: inline-block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
  }
  .overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s;
  }
  
  @keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
  }



.hrzera{
	background-color:#ccdec6; width:80px; padding:4px 0; margin:5px 0 10px 0;
}

.hrTito{
	background-color:#36883f; width:120px; padding:8px 0;
}




.fundorodape{
width: 100%;
background:url('../dados/layout/rodape.jpg');
background-size: cover;
font-size: 18px;



	line-height: 25px;
	color: #fff;
	padding:80px 0 120px 0;
}

.navegue ul{
	list-style: none;
	padding: 0;
	transition: all 0.3s ease;
	
}

.navegue ul li{transition: all 0.3s ease;}

.navegue ul li:hover{
	margin-left: 15px;
	transition: all 0.3s ease;
}



	
	


.blacker{transition: all 0.3s ease;}
.blacker img:hover{
	filter: green; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	transition: all 0.3s ease;
}


.bottomsute{
position: absolute;
bottom: 0;
padding: 30px;
width: auto;
z-index: 30;
}

.blacker p{
	font-weight:bold;
	font-size: 18px;
	width: 220px!important;
	display: block;
	color:#fff!important; background-color:#36883f;
	padding:8px; transition: all 0.3s ease;
}

.blacker:hover p{
	margin-left: 15px;
}



.fullfont{
font-size:50px;
font-style: italic;
font-weight: 200;
padding: 100px 0;
}












/* ================= SWIPER ===================*/


/*Add code for smooth scrolling*/

.sample-slider{
	width:100%;
	height: auto;
}
.sample-slider img{
	width: 100%;
	height: auto;
}
.sample-slider .swiper-wrapper{
	transition-timing-function: linear;
}









/*TOPO APGINA*/



/*================TOPO PAGINA ================*/

.topoQuem{
	background:url("../dados/layout/topoQuem.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}


.topoObras{
	background:url("../dados/layout/topoObras.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}


.topoLoc{
	background:url("../dados/layout/topoLoc.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}


.topoCont{
	background:url("../dados/layout/topoCont.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}


.topoConstru{
	background:url("../dados/layout/topoConstru.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}


.topoMat{
	background:url("../dados/layout/topoMat.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}


.topoTerra{
	background:url("../dados/layout/topoTerra.jpg")no-repeat center;
	background-size: cover; width: 100%;
	height: auto;
}




.bgTop{
	position: absolute;
	z-index: 2;
	width: 100%; height: 100%;
	background:url("../dados/layout/bgTop.png");
}

.topoPage{
	background-size: cover;
	position: relative;
	padding:0;
	z-index: 1;
	width: 100%; padding: 200px 0;

	display: flex;
    justify-content: space-around;
    align-items: center;
	}
	
	
	.tituloPaginas{
		font-size: 45px;
	}
	
	
	.topoTitulo{
		width: 100%; text-align: center;
		font-size: 90px;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 0px;
		font-weight: 700;
		position: relative; z-index: 5;
	}
	
	.topoTitulo small{
		font-size: 24px;
		color: #fff;
		margin: 0; padding: 0; 
		display: block; font-weight:400;
	}
	
	/*================TOPO PAGINA ================*/
	





	/*PAGINA CONSTRUÇÃO*/
	

.comodaBox{
	margin-top: 15px; margin-bottom: 15px;
	width: 100%;
	font-size: 18px;
	vertical-align: middle;
	}

	
	.comodaBox ul{
	margin: 0;
	vertical-align: middle;
	padding: 0px;
list-style-image: url("../dados/layout/star.png");	
	
	}
	
	.comodaBox ul li{
		line-height: 40px;
		vertical-align: middle;
	}
	
	.aco{
	 text-align: left;
	 display: flex;
	 justify-content: space-around;
	 align-items: center;
	
	}


.contatosBottom{
background-color: #d2d9e0;

}

.contatosBottom h4{font-weight: 500; margin-bottom: 30px; font-size: 36px; }

.padderToxic{
	padding: 90px 0;
}

.verdeCon a{
	width: 330px;
	font-size: 16px;
	background-color: #36883f;
	display: block;
	float: left;
	margin: 10px 0 10px 0px;
	color: #fff;
	border-radius: 50px;
	transition: all 0.3s ease;
	padding: 8px;
}

.verdeCon a:hover{
background-color: #303030;
}

.atendente{
	position: absolute;
	bottom: 0;
	width:282px;
	height: 400px;
}




/* NOVA GALERIA */
.gallery {
		
}
.gallery > .foto {
  columns:6;
  gap:1.25rem;
  padding-top:1.25rem;
}
.gallery img {
  display:block;
  width:100%;
  margin-bottom:1.25rem;
}
/* NOVA GALERIA */





/*--MENU--*/


/*--MENU--*/

/* The side navigation menu */
.sidenav {
    height: 100vh; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 5000!important; /* Stay on top */
    top: 0!important;
    right: 0!important;
    background-color: #303030; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	transition: all 0.3s ease;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 30px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover{
	margin-left: 15px;
	transition: all 0.3s ease;
}

.dropdown{
padding:0!important;
margin: 0!important;
}


.dropdown-menu{
background-color: #36883f;
margin-left: 10px;
}

.dropdown-menu a{
font-size: 17px;
margin-left: 0px;
}

.dropdown-menu a:hover{
	margin-left: 15px;
	transition: all 0.3s ease;
}





/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
  
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
font-size: 90px!important;

top: -30px!important;
margin-top: 0!important;

    right: 0px;
    font-size: 36px;
    margin-left: 0;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}






.simplemenu {

	position: relative;}
  
  .dropbtn {
	     cursor:pointer;
	}
  .dropbtn:hover, .dropbtn:focus {
	 
  }
  
  .dropdown-content {
	  display: none;
	  position: absolute;
	  overflow: hidden;
	  width: 100%;
	  list-style-type: none;
	  margin-top: 0;
	  padding-left: 0;
	  background-color: #fff!important;
  }
  .dropdown-content a {
	  color: black;
	  padding: 10px;
	  text-decoration: none;
	  display: block;
  }
  
  .show {display:block;}



