@charset "utf-8";
/* CSS Document

font-family: 'Lato', sans-serif;

*/
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');

body{
	font-family: 'Gabarito', cursive;
	color: #000;
	font-size: 18px;
	background-color: #fff;
}

.tel{font-size: 20px; font-weight: bold;}

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;}




#owl-demo1 .item {padding: 20px; text-align: center!important;}

#owl-demo1 .item img{
text-align: center!important;
	width: 120px;
}



.alturaSlider{
	height: 80vh;
	margin: 120px 0 80px 0;
}


.verdeLima{
background-color: #bdd630;
padding: 10px 10px;
font-size:20px!important;
}





















/*===================TOPO PAGE================*/


.ambiental{
background:url("../dados/layout/ambientalFull.jpg");
background-size: cover;
}

.topoPage{
	background:url("../dados/layout/bgTopo.png")no-repeat center;
	height: 410px;
	width: 100%;
	/*background-size: cover;*/

	padding:80px 0 50px 0;
	margin-top: 120px;

    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 80px;
}

.textaoH1{
	line-height: 55px;
	font-weight: 700;
	width: 100%; text-align:center;
	font-size: 60px;
	color:#fff;
	margin: 0;
	background:url("../dados/layout/imgH1.png")center top no-repeat;
	padding-top: 90px;
	}
	.textaoH1 small{color: #c3d545; font-size: 36px; font-weight: 700; width: 100%; display: block;  margin: 0; padding: 0;}
	.textaoH1 span{display:block; margin: 0; padding: 0;}


.rounded{border-radius: 10px!important;}




.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 172, 132, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	
	outline:none!important;
}


.nav-link{
   color: #000!important;

}


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



.topoTeste{
	background-color: #00a887;
	width: 100%;
	color: #fff;
	overflow: hidden;
vertical-align: middle;
}

.linha{
	width: 1px; height: 25px; background-color: #fff; display: inline-block; vertical-align: middle; margin: 10px 0;
	opacity: 0.3; 
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 30); /* // for IE8 */
	filter: alpha(opacity= 30); /* //for IE5-7 */
}

.topoTeste a{
font-size: 16px; display: inline-block; vertical-align: middle;
}



.fixed-top{
	background-color: #fff;
}


/*========= FONTES DO SLIDER ===========*/

.mobFont{
	
	font-size: 60px;
	color: #fff!important;
	font-weight: 500;
	position: relative!important;
	font-weight: 700;
	 top:50%; left:70%; white-space:normal;
	
	margin: 30% 0 0 70%!important;
	
}

.mobFont a{
	display: inline;
	color: #fff;
	border-radius: 10px;
	width: auto;
	background-color: #00a887;
	margin: 0 10px 0 0;
	padding:15px 30px;
	font-size: 24px;
	font-weight: 700;
}

.mobFont h3{
	font-size: 24px;
	font-weight: normal;
	line-height: normal!important;
	
}

/*========= FONTES DO SLIDER ===========*/







.cinza{
background-color: #ececec;
margin: 80px 0;
padding: 40px 0;
}

.cinza2{
	background-color: #ececec;
	margin: 80px 0;
	padding: 80px 0;
	}



.example{
	width: 100%;
    height: 100%;
	

    display: flex;
    justify-content: space-around;
    align-items: center;

}





.tito1{
font-size: 42px;
font-weight: 700;
}





.link{
	display:inline-block;
	color: #fff!important;
	border-radius: 10px;
	width: auto;
	background-color: #c0d330;
	margin: 0 10px 0 0;
	padding:15px 20px;
	
}



/*===============MENU EFFECT===========
  
  

.dropdown-toggle {
	white-space: nowrap;
  }
  
  .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
  }
*/

.dropdown-toggle::after {
   
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
    width: 8px;
    height: 7px;
    background:url("../dados/layout/icons/trian.png") no-repeat;
top:5px; position: relative;
  

    display: inline-block;
}


.verdeLink{transition: all 0.5s ease; font-weight: 700; color: #00a887!important; background:url("../dados/layout/seta.png")left center no-repeat; padding: 20px 40px;}
.verdeLink:hover{background-position:center right; padding-left:0;}


.black{
font-weight: 700;
}

.black42{
	font-weight: 700; font-size: 42px;
	}
	.black22{
		font-weight: 700; font-size: 22px;
		}


.blackH2{
	font-weight: 700;
	width: 100%; text-align:center;
	font-size: 42px;
	background:url("../dados/layout/imgH2.png")center top no-repeat;
	padding: 60px 0 0 0;
	}
	.blackH2 small{color: #00a887; font-size: 18px; width: 100%; display: block;}





.padding{padding: 20px 30px 0 30px;}


/*================CAROIUSEL HOME===========*/
.post-slide2{padding: 20px;}
.post-slide2 img{
	width: 100%;
	border-radius:15px;
}


.owl-carousel span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background: #c0d330 !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
	opacity: 1!important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1!important;
}

.owl-carousel .active span {
    width:10px;
    height:10px;
    margin:5px 7px;
	opacity: 1!important;
    background: #00a887 !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}





/*========== ROTEIROS DE COLETA =============*/

.box1{
	background-color: #0079c1;
	color: #c0d330;
	text-align: center;
	border-radius:15px;
	padding: 50px;
}

.box2{
	background-color:  #c0d330;
	color:#0079c1 ;
	text-align: center;
	border-radius:15px;
	padding: 50px;
}


.float-example-3 div:first-child{
			float: left!important;
		}
		
	
	.float-example-3 div:last-child{
		float: right!important;
	}




/*============= GRANDES 2 BOXES HOME =================*/


  
/*BOXES HOME*/
.hovero img{width: 100%; position: relative; z-index: 1; overflow: hidden!important;transition: all .25s ease;}


.laranjaBox{
width: 100%;
height: 100%;
background: url("../dados/layout/lucid.png");
position:absolute;

z-index: 30;

color:#fff;


}





.bottomPos{
	bottom: 0;
	padding-bottom: 80px;
	position: absolute; width: 100%;
	background: url("../dados/layout/gradient.png") center no-repeat;

}

.bottomPos p{width:680px; margin: 0 auto;}

.overflow-hidden{
  overflow: hidden;
  transition: all .25s ease;
}

.translucid{
	width: 100%;
	background: url("../dados/layout/lucid.png");
	height: 100%;
	position: absolute;
	z-index: 2;
	 transition: all .25s ease;
	color: #fff;
  
}




/*
.translucid:hover {
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity .55s ease-in-out;
   -moz-transition: opacity .55s ease-in-out;
   -webkit-transition: opacity .55s ease-in-out;
	
}
*/

.hovero:hover img {
animation: zoom-in 10s ease-out;
	overflow: hidden!important;
	transition: all .10s ease;
	
}

.zoom2{
	overflow: hidden;
	transition: all .10s ease;
}
.zoom2 img{
	width: 100%;
	
}


@keyframes zoom-in {
	
  0% {
    transform: scale(1, 1); 
  }
  100% {
    transform: scale(1.5, 1.5);
  }
  
}




/*================RODAPE ===================*/


.rodape{

  

	background-image: url("../dados/layout/imageFooter.png")!important;
	background-repeat: no-repeat!important;
	background-position: center bottom!important;
	
	background:#0079c1;
	
	
	color: #fff!important;
	width: 100%;
	padding:90px 0 200px 0;
	margin: 80px 0 20px 0;
	}
	

	.roduli{font-weight: light;}
	.roduli ul {
	  list-style: none; /* Remove default bullets */
	}
	
	.roduli ul li{margin: 10px 0;}

	.roduli ul li::before {
	 
	  color: #fff; /* Change the color */
	  font-weight: ; /* If you want it to be bold */
	  display: inline-block; /* Needed to add space between the bullet and the text */
	  width: 1em; /* Also needed for space (tweak if needed) */
	  margin-left: -1em; /* Also needed for space (tweak if needed) */
	}
	

	.roduli ul li .dropdown-toggle::after {
	   
		display: inline-block;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		content: "";
		width: 8px;
		height: 7px;
		background:url("../dados/layout/trian2.png") no-repeat;
	top:5px; position: relative;
	  
	
		display: inline-block;
	}

.logoRodape{position: absolute; bottom: 0;}


.active2{
	background-color: #00a887!important;
	border-radius: 5px; color: #fff!important;
}

.active2 .nav-link{color: #fff!important;}

.dropdown-menu{background-color: #fff!important;}
.dropdown-item{color: #000!important;}




/*==============galeria de imagens=================*/




	  .masonry {
		margin: 1.5em 0;
		padding: 0;
	

		
		
	  }
	  
	  .brick {
		display: inline-block;
		width: 100%;
		
	  
	  }
	
	  .brick img{width: 100%; margin-bottom: 20px;}
	  
	  @media only screen and (min-width: 320px) {
		.masonry {
		  -moz-column-count: 2;
		  -webkit-column-count: 2;
		  column-count: 2;
		}
	  }
	  
	  @media only screen and (min-width: 700px) {
		.masonry {
		  -moz-column-count: 4;
		  -webkit-column-count: 4;
		  column-count: 4;
		}
	  }
	  
	  @media only screen and (min-width: 900px) {
		.masonry {
		  -moz-column-count: 4;
		  -webkit-column-count: 4;
		  column-count: 4;
		}
	  }
	  

	  



	  .azulBt{
		text-align: left;
	border-radius:15px;


    width:auto;
	height: auto;
    color:#c0d330;
    background-color:#0079c1;
            padding:40px;
          }
.azulBt img{float:left; vertical-align: middle; margin-right:5px; margin-top:5px}

.texte{line-height:50px;}














/*================ PAGINA PROJETOS==============*/
.pointer{cursor: pointer;}
.accordiones{
	color: #00a887;
	font-weight: 700;
	font-size: 18px;
}

.card-body a{
	text-decoration: underline;
}

.cinza3{
	margin: 50px 0;
	padding: 50px 0;
	background-image:url("../dados/layout/bgNew.png");
}





/*================ h3 =================*/

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

.contatoH3 a{
	margin: 15px 0;
}




/*============COOKIES ===============*/

/* estilo do aviso de cookies */
.cookieConsentContainer{
	z-index:999;
	width:350px;
	min-height:20px;box-sizing:border-box;
	padding:30px 30px 30px 30px;
	background:#232323;
	overflow:hidden;
	position:fixed;
	bottom:30px;
	left:30px; /* alterar para right caso queira que apareça na direita */
	display:none
	}
	.cookieConsentContainer .cookieTitle a{
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	font-size:22px;
	line-height:20px;
	display:block
	}
	.cookieConsentContainer .cookieDesc p{
	margin:0;
	padding:0;
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	font-size:13px;
	line-height:20px;
	display:block;
	margin-top:10px
	}
	.cookieConsentContainer .cookieDesc a{
	font-family:OpenSans,arial,sans-serif;
	color:#fff;
	text-decoration:underline
	}
	.cookieConsentContainer .cookieButton a{
	display:inline-block;
	font-family:OpenSans,arial,sans-serif;
	color:#fff;font-size:14px;
	font-weight:700;
	margin-top:14px;
	background:#000;
	box-sizing:border-box;
	padding:15px 24px;
	text-align:center;
	transition:background .3s
	}
	.cookieConsentContainer .cookieButton a:hover{
	cursor:pointer;
	background:#3e9b67
	}
	@media (max-width:980px){
	.cookieConsentContainer{
	bottom:0!important;
	left:0!important;
	width:100%!important
	}
	}
	/* estilo do aviso de cookies */




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



	  


/*===================BG CIRCUITO================*/





/*===================TOPO PAGE================*/

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

	padding:120px 0 120px 0;

    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 80px;
}

.topoCircuito h1{
	line-height: 55px;
	font-weight: 700;
	width: 100%; text-align:center;
	font-size: 60px;
	color:#fff;
	margin: 0;
	/*background:url("../dados/layout/imgH1.png")center top no-repeat;
	padding-top: 90px;*/
	}
	.topoCircuito h1 small{color: #c3d545; font-size: 36px; font-weight: 700; width: 100%; display: block;  margin: 0; padding: 0;}
	.topoCircuito h1 span{display:block; margin: 0; padding: 0;}

	/* Global styles */
.user-info__wrapper {
  font-family: "Manrope", sans-serif;
  background-color: #fff;
  margin: 0;
}

/* Header */
.user-info__header {
  background-color: #3a5321;
  padding: 25px;
  text-align: center;
}

.user-info__header-title {
  color: #fff;
  margin: 0;
  font-size: 36px;
}

.user-info__header-subtitle {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

/* Section */
.user-info__section {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 8px;
  margin: 10px auto 20px auto;
	max-width: 980px;
}

/* Accordion */
.user-info__accordion {
  background-color: #0079c1;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
	font-family: 'Gabarito', cursive;
}

.user-info__accordion--active {
  background-color: #c3d545;
	color: #0079c1;
}

.user-info__accordion--active:active, .user-info__accordion--active:focus {
	outline: none;
} 

.user-info__accordion-icon {
  font-weight: bold;
  color: #fff;
  float: right;
}

.user-info__accordion-panel {
  padding: 0 5px;
  background-color: #fff;
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.user-info__accordion-panel--expanded {
  display: block;
}

/* List */
.user-info__list {
  list-style: none;
  padding-left: 0;
}

.user-info__list-item {
  margin: 15px 0;
  padding-left: 20px;
  position: relative;
  border-left: 5px solid #0079c1;
  line-height: 1.6;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 15px;
}

/* Text */
.user-info__text {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Table styles */
.user-info__table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.user-info__table th, .user-info__table td {
  padding: 15px;
  text-align: left;
  font-size: 15px;
}

.user-info__table-head th {
  background-color: #0079c1;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.user-info__table-body tr {
  border-bottom: 1px solid #ccc;
}

.user-info__table-body tr:hover {
  background-color: #f9f9f9;
}

.user-info__table-body td {
  border-left: 5px solid #3a5321;
}

.user-info__table-body td:first-child {
  border-left: none;
}

.user-info__category-title {
  font-size: 18px;
  margin-top: 20px;
  border-bottom: 2px solid #3a5321;
  padding-bottom: 5px;
  color: #3a5321;
  font-weight: bold;
}

.user-info__item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.user-info__item p {
  margin: 0;
}

.user-info__product {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.user-info__description {
  font-style: italic;
  color: #555;
  text-align: end;
}

.user-info__price {
  font-weight: bold;
  color: #3a5321;
}

.user-info__item:hover {
  background-color: #f9f9f9;
}

.user-info__category-title {
  font-size: 18px;
  margin-top: 20px;
  border-bottom: 2px solid #3a5321;
  padding-bottom: 5px;
  color: #3a5321;
}

.user-info__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.user-info__item-text, .user-info__item-price {
  font-size: 16px;
}

@media (max-width: 600px) {
  .user-info__product {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-info__price {
    margin-top: 5px;
  }

	.user-info__accordion {
		display: flex;
		align-items: center;
	}

	.user-info__section {
    padding: 20px 20px;
    margin: -60px auto 20px auto;
	}
}

.user-info__back-home-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(58, 83, 33, 0.8);
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.user-info__back-home-icon:focus {
  outline: none;
  background-color: #3a5321;
}

.user-info__text--centered {
  text-align: center;
  margin: 10px 0;
	color: #3a5321;
	font-weight: bold;
}