/* \/ ====== BARRA DE ROLAGEM */


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #063D1E;
}

/* Fundo que corre */
::-webkit-scrollbar-track {
    background-color: #063D1E;
}
/* Fundo que corre */

::-webkit-scrollbar {
    width: 12px;
    background: #F4F4F4;
}

/* Linha que desce */
::-webkit-scrollbar-thumb {
    background: #6A7701;
    border-radius: 5px;
}
/* Linha que desce*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #CCCCCC;
}


/* /\ ====== BARRA DE ROLAGEM */









.services-images figure img {

	-webkit-transform: scale(1);

	transform: scale(1);

	-webkit-transition: .3s ease-in-out;

	transition: .3s ease-in-out;

}

.services-images figure:hover img {

	-webkit-transform: scale(1.3);

	transform: scale(1.3);

}

.nav-link {
    display: block;
    padding: 0.5rem 0rem!important;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.owl-carousel .owl-item .project-img img{
    display: block;
    min-height: 100px;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    height: 300px;
}


figure {

	width: 100%;

	height: 100%;

	margin: 0;

	padding: 0;

	background: #fff;

	overflow: hidden;

}

input::placeholder{
	color: #063D1E!important;
}textarea::placeholder{
	color: #063D1E!important;
}
.info-contato {
    position: inherit;
    top: 70%;
    left: 25%;
    text-align: center;
    z-index: 100;
    margin-top: 50px;
    padding-bottom: 119px;
}
.info-contato .fone{
    font-size: 2rem;
    display: block;
    line-height: 34px;
    
}
.info-contato a {
	font-weight: 600;
}

.info-contato-lgpd{
	float: right;
    position: absolute;
    margin-left: 20px;
    font-size: 12px!important;
    color: #ffffff;
    margin-right: 100px;
    margin-top: 10px;
}

.owl-next{
    position: absolute;
    top: -37px;
    right: 0px;
    color: #fff;
    background: #063D1E;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.owl-prev {
    position: absolute;
    top: -37px;
    right: 30px;
    color: #fff;
    background: #063D1E;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.financing-text {
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    background-color:rgba(0, 66, 30, 0.9);
    border-radius: 10px;
    padding: 20px;
}

.financing {
    line-height: normal;
	position:fixed;
	width:160px;
	height:55px;
	top:5%;
	right:10%;
	background-color:rgba(0, 66, 30, 1);
	color:#FFF;
	border-radius:5px;
	text-align:center;
	z-index:1000;
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.75);
visibility: hidden;
}

.financing a { color: #fff; }

.financing #bigger { font-size: 0.9em; }
.financing #smaller { font-size: 0.7em; }

.financing {
  animation: 2s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
  }
}

.button2 { line-height: normal; border: none; display: inline-block; vertical-align: middle; text-decoration: none; text-align: center; cursor:pointer; white-space:nowrap; border: 2px solid #fff; transition: all 0.5s; }
.button2:hover { background-color: #6a7b00; color: #00421e; }

@media screen and (max-width: 1000px) {
  .button2 {
    top: auto;
    bottom:3%;
	left:5%;
  }
  .financing-text {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    background-color:rgba(0, 66, 30, 0.9);
    border-radius: 10px;
    padding: 20px;
}
}

#hp { visibility: hidden; display: none; }
