@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s ease;
}

a {
  transition: all 0.5s ease;
}

header {
  background-color: rgba(0, 55, 11, 0.831372549);
  position: fixed;
  z-index: 100;
  top: 0px;
  width: 100%;
}
header .menu-mobile {
  display: none;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  position: relative;
  z-index: 200;
}
header .content .navbar-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-direction: unset;
}
header .content .navbar-nav li a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
header .content .navbar-nav li a:hover {
  color: #61b709;
}
header .content .navbar-nav li:last-child a {
  color: #61b709;
}
header .content .navbar-nav li:last-child a:hover {
  color: #ffffff;
}

.banner .item {
  background-size: 100%;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}
.banner .item .container {
  height: 100%;
}
.banner .item .container .content {
  height: 100%;
  display: grid;
  grid-template-columns: 470px 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.banner .item .container .content .box-imagem {
  height: 100%;
  position: relative;
  padding-top: 30vh;
}
.banner .item .container .content .box-imagem .btn_next {
  z-index: 2000;
  position: absolute;
  right: -30px;
  background-color: #73ac40;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  color: #fff;
  text-decoration: none;
}
.banner .item .container .content .box-imagem .btn_next:hover {
  background-color: #fff;
  color: #73ac40;
}
.banner .item .container .content .box-imagem img {
  height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
}
.banner .item .container .content .box-texto {
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 30vh;
  padding-top: 50px;
  width: 400px;
}
.banner .item .container .content .box-texto h2 {
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  margin: 0px;
  margin-bottom: 30px;
}
.banner .item .container .content .box-texto p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0px;
}

.institucional {
  scroll-margin-top: 130px;
  padding-top: 130px;
}
.institucional h1 {
  font-size: 60px;
  line-height: 55px;
  color: #73ac40;
  margin: 0px;
  margin-bottom: 30px;
  font-weight: 700;
}
.institucional .fotos {
  margin-top: 130px;
}
.institucional .fotos .item {
  background-color: #000;
}
.institucional .fotos .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.institucional .fotos .item a img {
  transition: all 0.5s ease;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
}
.institucional .fotos .item a i {
  opacity: 0;
  position: absolute;
  font-size: 50px;
  color: #fff;
  z-index: 200;
}
.institucional .fotos .item a:hover i {
  opacity: 1;
}
.institucional .fotos .item a:hover img {
  opacity: 0.4;
}
.institucional .fotos .owl-nav {
  position: absolute;
  top: 0px;
  z-index: 222;
  width: 100%;
}
.institucional .fotos .owl-nav button {
  z-index: 2000;
  position: absolute;
  background-color: #73ac40;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  margin-top: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}
.institucional .fotos .owl-nav button:hover {
  background-color: #fff;
  color: #73ac40;
}
.institucional .fotos .owl-nav button.owl-next {
  right: 0px;
  position: absolute;
}

.servicos {
  scroll-margin-top: 130px;
}
.servicos .content {
  display: grid;
  grid-template-columns: 1fr 650px;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.servicos .content .box-imagem {
  height: -moz-min-content;
  height: min-content;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.servicos .content .box-imagem h2 {
  font-size: 300px;
  color: #fff;
  padding-top: 50px;
}
.servicos .content .box-imagem a {
  z-index: 2000;
  position: absolute;
  right: -120px;
  background-color: #3a6736;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  color: #fff;
  text-decoration: none;
}
.servicos .content .box-imagem a:hover {
  background-color: #fff;
  color: #3a6736;
}
.servicos .content .box-imagem img {
  height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
}
.servicos .content .box-texto {
  height: 750px;
  padding: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 50px;
  padding: 100px 100px 50px 100px;
  width: 100%;
  background-color: #73ac40;
}
.servicos .content .box-texto h3 {
  font-size: 30px;
  line-height: 20px;
  color: #3a6736;
  margin: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.servicos .content .box-texto h2 {
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  margin: 0px;
  margin-bottom: 20px;
}
.servicos .content .box-texto p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.contato {
  scroll-margin-top: 130px;
  padding: 80px 0px;
}
.contato h2 {
  font-size: 60px;
  line-height: 55px;
  color: #818182;
  margin: 0px;
  margin-bottom: 30px;
  font-weight: 700;
}
.contato .box-form {
  background-color: #e7e7e7;
  padding: 30px;
}
.contato .box-form form input {
  margin-bottom: 15px;
  border-radius: 0px;
}
.contato .box-form form .botao {
  display: flex;
  justify-content: flex-end;
}
.contato .box-form form #botaoenviar {
  color: #fff;
  border: 0px;
  padding: 5px 20px;
  background-color: #3a6736;
}
.contato .box-form form #botaoenviar:hover {
  background-color: #61b709;
}

footer {
  background-color: #2e492c;
  padding: 50px 0px;
  color: #fff;
}
footer img {
  margin-bottom: 50px;
}
footer p {
  color: #fff;
  font-size: 16px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a i {
  color: #61b709;
}
footer a:hover {
  color: #61b709;
}
footer .content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
footer .nomes {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
footer .politica {
  margin-top: 50px;
  border-top: 2px solid #73ac40;
  padding-top: 20px;
  font-size: 14px;
}

.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 990px) {
  .menu-desktop {
    display: none;
  }
  .navbar-toggler {
    color: #838383;
    border-color: #838383;
    width: 50px;
    height: 50px;
    border-radius: 0px;
  }
  header .menu-mobile {
    display: none;
    background-color: rgb(131, 131, 131);
    position: fixed;
    z-index: 100;
    top: 75px;
    width: 100%;
    padding: 15px;
  }
  header .menu-mobile li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  header .menu-mobile li a:hover {
    color: rgba(0, 55, 11, 0.831372549);
  }
  header .menu-mobile.expand {
    display: block;
  }
  header .content {
    padding: 5px 0px;
  }
  header .content img {
    height: 60px;
  }
  .banner .item {
    height: 70vh;
    background-size: cover;
    background-position: center right;
  }
  .banner .item .container {
    height: 100%;
  }
  .banner .item .container .content {
    grid-template-columns: 1fr;
  }
  .banner .item .container .content .box-imagem {
    display: none;
  }
  .banner .item .container .content .box-texto {
    padding: 0px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 150px;
    padding-top: 50px;
    width: 100%;
  }
  .banner .item .container .content .box-texto h2 {
    font-size: 48px;
    line-height: 42px;
  }
  .banner .item .container .content .box-texto p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0px;
  }
  .institucional {
    padding-top: 70px;
  }
  .institucional h1 {
    font-size: 48px;
    line-height: 42px;
  }
  .institucional .fotos {
    margin-top: 70px;
  }
  .servicos .content {
    height: -moz-min-content;
    height: min-content;
    grid-template-columns: 1fr;
  }
  .servicos .content .box-imagem {
    height: -moz-min-content;
    height: min-content;
    display: none;
  }
  .servicos .content .box-texto {
    height: -moz-min-content;
    height: min-content;
    padding: 30px;
    width: 100%;
  }
  .servicos .content .box-texto h3 {
    font-size: 24px;
    line-height: 18px;
  }
  .servicos .content .box-texto h2 {
    font-size: 48px;
    line-height: 42px;
  }
  .contato h2 {
    font-size: 48px;
    line-height: 42px;
  }
  footer .nomes {
    flex-direction: column;
    row-gap: 30px;
  }
}/*# sourceMappingURL=style.css.map */