/* \/ ====== 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; }

/* Contact Popup */
@font-face { font-family: Goudy; src: url(Goudy.ttf); }

.button { border: none; display: inline-block; padding: 8px 16px; font: inherit; vertical-align: middle; overflow: hidden; text-decoration: none; text-align: center; cursor:pointer; white-space:nowrap; border: 2px solid #00421e; transition: all 0.5s; }
.button:hover { background-color: #00421e; color: #fff; }

.button2 { border: none; display: inline-block; font: inherit; vertical-align: middle; overflow: hidden; 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; }

.contactpopup { line-height: 1; margin: 0; padding: 0; font-size: 1em; font-family: Goudy, Georgia, "Times New Roman"; position: fixed; bottom: 15px; right: 15px; z-index: 1000; }
.contactpopup #contactbutton { cursor: pointer; }
.form-popup { font-family: Goudy, Georgia, "Times New Roman"; color: #333; display: none; position: fixed; bottom: 0; right: 15px; z-index: 2; }
.form-popup h1 { line-height: 1; font-size: 2em; }
.form-popup p { line-height: 1; }
.form-popup h1,.formtop { font-weight: 0; font-family: Goudy, Georgia, "Times New Roman"; color: #fff; background-color: #6a7b00; margin: 0; padding: 10px; }
.form-popup label { color: #00421e; }
.form-popup .form-container { line-height: 1; font-family: Goudy, Georgia, "Times New Roman"; max-width: 400px; padding: 0px; background-color: white; }
.form-container input[type=text], .form-container input[type=email], .form-container textarea { width: 92%; max-width: 370px; padding: 15px; margin: 5px 0 22px 0; border: none; background-color: #f0f5f2; font-family: Goudy, Georgia, "Times New Roman"; font-size: 1em; }
.form-container input[type=text]:focus, .form-container textarea:focus { background-color: #d1e0d7; outline: none; }
.form-container .btn { background-color: #00421e; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.7; font-family: Goudy, Georgia, "Times New Roman";  }
.form-container .cancel { background-color: red; }
.form-container .btn:hover, .open-button:hover { opacity: 0.9; }
.form-container #form { padding: 10px; }

@media screen and (max-height: 870px) {
    .form-popup h1 { font-size: 1.5em; }
     h1,.formtop { margin: 0; padding: 10px; }
    .form-popup .form-container { max-width: 550px; padding: 0px; }
    .form-popup .form-container input[type=text], .form-container input[type=email], .form-container textarea { width: 92%; max-width: 550px; padding: 5px; margin: 5px 0 10px 0; font-size: 1em; }
    .form-popup .form-container .btn { padding: 8px 10px; width: 100%; margin-bottom:5px;  }
    .form-popup .form-container #form { padding: 10px; }
}

.tooltip { display: inline-block; border-bottom: 1px solid #00421e; }
.tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: #00421e; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; position: absolute; z-index: 1; }
.tooltip:hover .tooltiptext { visibility: visible; }

/* HEADER */

.wrapper { font-family: Goudy, Georgia, "Times New Roman"; font-weight: normal; display: block; width: 100%; margin: 0; padding: 0; text-align: left; }

.row1 {  background-color: #fff; position: fixed; z-index: 998; vertical-align: text-bottom; }
.row1 a { color: #c0bab6; }

.column_third { display: block;  width: 33%; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; margin: 0; }

nav a, nav a:after, nav a:before { transition: all .5s; }
nav a:hover { color: #6a7b00; }
.underline a { position: relative; }
.underline a:after { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 0%; content: ""; color: transparent; background: #6a7b00; height: 2px; }
.underline a:hover:after { width: 100%; }

#logo { width: 400px; display:block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#header { height: 110px; display: block; width: 1300px; margin: 0 auto; }

#header nav { font-size: 1.4em; display: block; color: #00421e; position: absolute; bottom: 35%;}
#header nav li { display: inline; padding-left: 15px; padding-right: 15px; }
#header nav li a { font-weight: normal; color: #00421e; line-height: 1; }
#header nav li a:hover { color: #6a7b00; }
#header nav .last { padding-right: 0px; }

.header { text-shadow: 0px 2px 20px #000000; }
.header #mobile-header { background-size: cover; background-position: 50% 0%; background-repeat: none; height: 350px; width: 100%; margin-bottom: 20px; background-image: url(../images/mobile-header.jpg); display: none; }
.header #aboutus-header { background-size: cover; background-position: 50% 0%; background-repeat: none; height: 350px; width: 100%; margin-bottom: 20px; background-image: url(../images/landscape3-smallblur.jpg); }
.header #services-header { background-size: cover; background-position: 50% 95%; background-repeat: none; height: 350px; width: 100%; margin-bottom: 20px; background-image: url(../images/grassblurdark.jpg); }
.header #gallery-header { background-size: cover; background-position: 50% 20%; background-repeat: none; height: 350px; width: 100%; margin-bottom: 20px; background-image: url(../images/grass2blur.jpg); }
.header #testimonials-header { background-size: cover; background-position: 50% 50%; background-repeat: none; height: 350px; width: 100%; margin-bottom: 20px; background-image: url(../images/grass3blur.jpg); }
.header #contactus-header { background-size: cover; background-position: 50% 20%; background-repeat: none; height: 350px; width: 100%; margin-bottom: 20px; background-image: url(../images/landscape8-blur.jpg); }
.header #privacypolicy-header { background-size: cover; background-position: 50% 20%; background-repeat: none; height: 250px; width: 100%; margin-bottom: 5px; }
.header .top { position: absolute; top: 150px; left: 0; right: 0; }
.header .whiteheader { color: white; font-size: 3.5em; text-align: center; margin-bottom: 5px; line-height: 40px; }
.header .whiteheader2 { color: white; font-size: 2em; text-align: center; margin-top: 5px;}
.header hr { border: 1px solid white; width: 200px; }
.header .privacyheader { color: black; font-size: 3.5em; text-align: center; margin-bottom: 5px; line-height: 10px; text-shadow: 0px 0px 0px #000000; }

/* Contact Us */

#contactus-section1 { margin: 0px 0 0px 0; }
#contactus-section1 figure { display: block; margin: 0; padding: 0; }
#contactus-section1 figure img { float: right; margin: 0 0 50px 0; padding-top: 25px; padding-left: 20px; }
#contactus-section1 figure figcaption {  }
#contactus-section1 figure figcaption p { font-size: 1.4em; text-align: center }
#contactus-section1 h1 { font-size: 2em; text-align: center; margin-bottom: 0px;}
#contactus-section1 h2 { text-align: center; margin-top: 0px; text-decoration: underline; }

#contactus-section1 textarea { height: 117px; }
#contactus-section1 p { width: 90%; margin: 0 auto; padding-bottom: 25px; }

#contactinfo { font-size: 1.2em; position: relative; top: 50%; display: block; margin: 0 auto;  padding-bottom: 30px; }
#contactinfo div { display: inline-block; }
#contactinfo figure { display: block; margin: 0 auto; padding: 30px; }
#contactinfo figure figcaption { margin: 0; display: inline-block; padding-right: 20px; }
#contactinfo figure #last { padding-right: 0px; }
#contactinfo a { color: #00421e; transition: color 1s; }
#contactinfo a:hover { color: #6a7b00; }

#financinginfo { font-size: 1.2em; margin: 0 auto;  padding-bottom: 30px; visibility: hidden; }
#financinginfo #container { background-color: #f0f5f2; ; margin: 0 auto; border-radius: 10px; }

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

.form-container { line-height: 1; font-family: Goudy, Georgia, "Times New Roman"; max-width: 600px; padding: 0px; background-color: white; }
.form-container input[type=text], .form-container input[type=email], .form-container textarea { width: 92%; max-width: 600px; padding: 15px; margin: 5px 0 22px 0; border: none; background-color: #f0f5f2; font-family: Goudy, Georgia, "Times New Roman"; font-size: 1em; }
.form-container input[type=text]:focus, .form-container textarea:focus { background-color: #d1e0d7; outline: none; }
.form-container .btn { background-color: #00421e; color: white; padding: 16px 20px; border: none; cursor: pointer; width: 100%; margin-bottom:10px; opacity: 0.7; font-family: Goudy, Georgia, "Times New Roman";  }
.form-container .cancel { background-color: red; }
.form-container .btn:hover, .open-button:hover { opacity: 0.9; }
.form-container #form { padding: 10px; }

.clearfix .form-container { margin: auto; width: 50%;}

@media screen and (max-width: 1280px) {
    #header { width: 1200px; }
    #header nav { font-size: 1.2em; }
    #header nav li { display: inline; padding-left: 10px; padding-right: 10px; }
    #logo { width: 350px; }
    .column_third.right nav { width: 33.33%; margin-left: -10%; }
    .left nav { padding-left: 20px; }
}

@media screen and (max-width: 1100px) {
    #header { width: 1100px; }
    #header nav { font-size: 1.1em; }
    .column_third.right nav { width: 33%; margin-left: -10%; }
    #logo { width: 300px; }
}

@media screen and (max-width: 1030px) {
    #header { height: 110px; display: block; width: 100%; margin: 0 auto; }
#header nav { display: none; }
#logo { width: 280px; }

.slideshow { width: 100%; }
.slideshow div { height: 500px; width: 100%; }


.topnav {
  overflow: hidden;
  position: fixed;
  top: 50px;
  z-index: 998;
  width: 100%;
  text-align: right;
  line-height: 1;
}

.topnav #myLinks {
  display: none;
  position: relative;
  top: -40px;
  height: 0px;
  background-color: white;
  transition: all 5s;
}

.topnav a {
  color: #00421e;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  position: relative;
  z-index: 999;
  font-family: Goudy, Georgia, "Times New Roman"; 
  font-weight: normal; 
}

.topnav a:hover {
  color: #6a7b00;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #00421e; }

.hamburger-box {
  width: 30px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #00421e;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

    .hamburger--collapse .hamburger-inner {
      top: auto;
      bottom: 0;
      transition-duration: 0.13s;
      transition-delay: 0.13s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
      .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--collapse.is-active .hamburger-inner {
      transform: translate3d(0, -10px, 0) rotate(-45deg);
      transition-delay: 0.22s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
      .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
        
        .contactpopup { display: none; }
        
        #contactus-section1 figure figcaption,#contactus-section1 figure figcaption form { float: none; display: block; margin: 0 auto; }
        #contactus-section1 #referral-box { float: none; display: block; margin: 0 auto; margin-bottom: 20px; width: 100%; }
        #contactus-section1 #referral-box p { width: 95%; max-width: 400px; }
        #contactus-section1 h1, #contactus-section1 #referral-box h1 { font-size: 1.8em; }
        #contactus-section1 h2 { font-size: 1.4em; }
        .clearfix .form-container { margin: auto; width: 90%;}
}

