/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

:root {
  /* Colors */
  --bg-black: #000;
  --bg-black2: #2b2b2b;
  --bg-white: #fff;
  --bg-bege: #dcdbd3;
  --bg-green-light: #bfcec2;
  --bg-green-dark: #43695b;
  --bg-green: #009576;
}

a,
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.52px;
  font-style: normal;
}

h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}

p.p-m {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
}

p.p-g {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.no-padding {
  padding: 0px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.img-full {
  width: 100%;
}

.relative {
  position: relative;
}

.container-no-right {
  margin: 0 0 0 calc((100vw - 1330px + 15px) / 2);
  width: auto;
  padding: 0;
}

.container-no-left {
  margin: 0 calc((100vw - 1330px + 15px) / 2) 0 0;
  width: auto;
  padding: 0px 0px;
}

/* MENU */
.navbar-expand-lg {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: var(--bg-green-dark);
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

.scroll .navbar-expand-lg {
  background-color: var(--bg-green-dark);
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.navbar-expand-lg .navbar-collapse ul {
  gap: 70px;
}

.btn.btn-green-light {
  font-size: 14px;
  background-color: var(--bg-green-light);
  color: var(--bg-black2);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  font-weight: 700;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-green-light);
}
.btn.btn-green-light:hover {
  background-color: var(--bg-black2);
  color: var(--bg-green-light);
}

.btn.btn-green {
  font-size: 14px;
  background-color: var(--bg-green-dark);
  color: var(--bg-bege);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  font-weight: 700;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-green-dark);
}
.btn.btn-green:hover {
  background-color: var(--bg-bege);
  color: var(---bg-green-dark);
}

.btn.btn-bege {
  font-size: 14px;
  background-color: var(--bg-bege);
  color: var(--bg-green-dark);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-bege);
}
.btn.btn-bege:hover {
  background-color: var(--bg-green-dark);
  color: var(--bg-bege);
}
.btn.btn-white {
  font-size: 14px;
  background-color: var(--bg-white);
  color: var(--bg-green-light);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-white);
}
.btn.btn-white:hover {
  background-color: var(--bg-green-light);
  color: var(--bg-white);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--bg-white);
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 100px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.navbar-expand-lg .navbar-nav a.nav-link:hover {
  color: var(--bg-green-dark);
  border-radius: 100px;
  background-color: var(--bg-bege);
}

.scroll-down .navbar-expand-lg {
  top: -58px;
}

.scroll-up .navbar-expand-lg {
  top: 0px;
}

/* INICIAL*/
.banner {
  background-color: var(--bg-green-dark);
  color: var(--bg-white);
  padding: auto;
  padding: 183px 0px 125px 0px;
}

.banner h1 {
  color: var(--bg-white);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  text-transform: uppercase;
}

.banner .texto {
  max-width: 985px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.banner .texto .btn {
  margin: 0 auto;
  font-weight: 700;
}

.banner .container {
  position: relative;
}

.banner img.fundo-img {
  position: absolute;
}

.campo1 {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}

.campo1 .texto {
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 898px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.campo1 .texto span {
  color: var(--bg-green);
}

.campo1 .texto p {
  margin-bottom: 10px;
}

.campo2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.campo2 .owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--bg-green-dark);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 10px;
  border-radius: 100px;
  gap: 10px;
  margin-bottom: 60px;
}

.campo2 .owl-theme .owl-dots {
  font-weight: 700;
  color: var(--bg-green-dark);
}

.campo2 .owl-carousel .owl-dots .owl-dot span {
  font-size: 14px;
  background-color: transparent;
  color: #2b2b2b;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  font-weight: 700;
}

.campo2 .owl-carousel .owl-dots .owl-dot.active {
  color: var(--bg-green-dark);
  background-color: var(--bg-green-light);
  border-radius: 100px;
}

.owl-theme .owl-dots .owl-dot span {
  width: auto;
  height: auto;
  margin: auto;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 0px;
}

.campo2 .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(4n + 1) span::after {
  content: "Para morar";
}

.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(4n + 2) span::after {
  content: "Para trabalhar";
}

.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(4n + 3) span::after {
  content: "Para construir";
}
.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(4n + 4) span::after {
  content: "Para investir";
}

.campo2 .owl-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-bege);
  border-radius: 20px;
  padding: 50px;
}

.campo2 .owl-carousel .item .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 auto;
}

.campo2 .owl-carousel .item .texto h2 {
  max-width: 310px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  color: var(--bg-black2);
}

p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--bg-green-dark);
}

.campo2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campo3 {
}

.campo3 .texto {
  max-width: 668px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 40px;
}

.campo3 .texto h2 {
  color: var(--bg-black2);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.6px */
}

.campo4 {
}

.campo4 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  row-gap: 30px;
}

.campo4 .campo {
  background-color: var(--bg-bege);
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.campo4 .campo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.campo4 .campo p > b {
  display: block;
}

.campo4 .campo p {
  color: var(--bg-black);
  text-align: left;
}

.campo4 .campo img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.campo5 {
  background-image: url("../img/fundo-rodape.jpg");
  /* The image used */
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--bg-white);
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.campo5 .texto {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

footer {
  background-color: var(--bg-green-dark);
  color: var(--bg-bege);
  padding: 116px 0px;
}

footer .links {
  margin-top: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

footer .links a {
  color: var(--bg-bege);
}

footer .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  gap: 38px;
}
footer p {
  color: var(--bg-bege);
}
footer .texto a {
  color: var(--bg-bege);
}

.accoro1 {
  padding: 180px 15px 150px 15px;
  background-color: var(--bg-bege);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
.accoro1 a {
  margin: 25px auto 0 auto;
  display: block;
}
.accoro2 {
  padding: 160px 0px;
}
.accoro2 .texto {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.accoro2 .texto h3 {
  color: var(--bg-black2);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
}
.accoro2 .texto p {
  color: var(--bg-black);
  text-align: center;
  leading-trim: both;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.accoro2 a {
  margin: 60px auto 0 auto;
  display: block;
}
.accoro-galeria {
  position: relative;
  padding: 40px 0;
}

.accoro-carousel .item {
  overflow: hidden;
  border-radius: 0px;
}

.accoro-carousel .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0px;
}

.accoro-carousel .owl-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.accoro-carousel .owl-nav button.owl-prev,
.accoro-carousel .owl-nav button.owl-next {
  width: 54px;
  height: 54px;
  border: 0 !important;
  background: transparent !important;
  pointer-events: all;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  -o-transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    -webkit-transform 0.2s ease;
}

.accoro-carousel .owl-nav button.owl-prev:hover,
.accoro-carousel .owl-nav button.owl-next:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.85;
}

.accoro-carousel .owl-nav button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.accoro-carousel .owl-dots {
  display: none;
}

@media (max-width: 991px) {
  .accoro-carousel .item img {
    height: 320px;
  }

  .accoro-carousel .owl-nav {
    left: -10px;
    right: -10px;
  }

  .accoro-carousel .owl-nav button.owl-prev,
  .accoro-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .accoro-galeria {
    padding: 24px 0;
  }

  .accoro-carousel .item img {
    height: 240px;
    border-radius: 0px;
  }

  .accoro-carousel .item {
    border-radius: 0px;
  }

  .accoro-carousel .owl-nav {
    left: 0;
    right: 0;
  }

  .accoro-carousel .owl-nav button.owl-prev,
  .accoro-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
  }
}

.accoro4 {
  padding: 140px 0px 160px 0px;
}
.accoro4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.accoro4 .texto {
  max-width: 432px;
  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.accoro4 .texto h4 {
  color: var(--bg-green-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.accoro4 .texto h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
  color: var(--bg-black2);
  margin: 0;
}
.accoro4 .texto ul {
  margin-top: 0;
  margin-bottom: 0px;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  list-style: none;
  margin: 0;
}
.accoro4 .texto li {
  color: var(--bg-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
