/********************* NORMALIZE ************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

html.fbx-no-scroll {
  overflow: auto !important;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
}

section {
  scroll-margin-top: 40px;
}

.phone_hp {
  display: none !important;
}

.error,
.error::placeholder {
  color: #de4545 !important;
}

.non-swiper-slide {
  display: none !important;
}

.quebra-linha {
  display: block;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.fbx-count {
  display: none !important;
}

input:focus,
textarea:focus {
  outline: none;
}

iframe {
  display: block;
}

@font-face {
  font-family: "Gotham Bold";
  src: url("../../assets/fonts/gotham-bold.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham Book";
  src: url("../../assets/fonts/gotham-book.otf") format("opentype");
}

@font-face {
  font-family: "Gotham Medium";
  src: url("../../assets/fonts/gotham-medium.ttf") format("truetype");
}

body {
  font-family: "Gotham Medium", sans-serif;
}

:root {
  --verde: #1c4a35;
  --marrom: #2e2721;
  --bege: #d7d2ba;
  --transicao: 0.2s all ease-in-out;
}

/* Menu */

header {
  transition: var(--transicao);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 15px;
  z-index: 1000;
}

header.fixo {
  position: fixed;
  top: 0;
  background-color: var(--marrom);
}

header ul {
  display: flex;
  background-color: var(--marrom);
  height: 64px;
  align-items: center;
  column-gap: 32px;
  padding: 0 23px;
  padding-left: 30px;
}

header.fixo ul {
  height: 45px;
}

header.fixo ul li a {
  font-size: 14px;
  font-family: "Gotham Book";
}

header ul li {
  height: 100%;
  display: flex;
  align-items: center;
}

header ul li a {
  color: #fff;
  display: flex;
  font-size: 15px;
  align-items: center;
  position: relative;
  font-weight: 325 !important;
  letter-spacing: 0.06em;
  justify-content: center;
  font-family: "Gotham Book";
}

@media screen and (min-width: 1025px) {
  header ul li a::before {
    content: "";
    border: 2.46px solid #c2bb9c;
    opacity: 0;
    transition: var(--transicao);
    position: absolute;
    border-radius: 14px;
    width: 149%;
    height: 162%;
    color: #fff;
  }
  header:not(.fixo) ul li:first-child a::before,
  header ul li a:hover::before,
  header ul li a.ativo::before {
    opacity: 1;
  }
  header:not(.fixo) ul li:first-child a,
  header ul li a:hover,
  header ul li a.ativo {
    font-weight: 600 !important;
    color: #c2bb9c;
    font-family: "Gotham Bold", sans-serif;

  }
}

/* Banner */

#banner {
  display: flex;
  background-color: #d7d2ba;
  position: relative;
  margin-bottom: -5.5vw;
}

#banner::before {
  content: "";
  background-image: url(../../assets/images/folha-banner.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 9.1%;
  height: 28.2%;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: 1;
}

#banner::after {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #fdf7e5;
  bottom: -300px;
  right: 0;
  position: absolute;
}

#banner img {
  max-width: 100%;
}

#banner .esq {
    margin-right: -0.1%;
    width: 36.3%;
}

#banner .dir {
  width: 63.7%;
}

/* Sobre */

#sobre {
  display: flex;
  background-image: url(../../assets/images/bg-sobre.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 139px;
  padding-bottom: 122px;
  position: relative;
  margin-bottom: -65px;
}

#sobre .container {
  width: 83.8%;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sobre .container .esq {
  width: 61.4%;
}

#sobre .container .dir {
  width: 32%;
}

#sobre .container .dir .titulo {
  font-size: 26.41px;
  font-weight: 325;
  line-height: 31.69px;
  letter-spacing: 0.54em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 34px;
  font-family: "Gotham Book";
}

#sobre .container .dir .texto {
  font-size: 14px;
  font-weight: 500;
  line-height: 27.68px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 46px;
  font-family: "Gotham Book";
}

#sobre .container .dir .texto b {
  font-weight: bold;
  font-family: "Gotham Bold";
}

#sobre .container .dir a {
  width: 100%;
  height: 45px;
  border: 2px solid var(--verde);
  color: var(--verde);
  font-weight: 700;
  font-family: "Gotham Bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  letter-spacing: 0.01em;
  transition: var(--transicao);
}

#sobre .container .dir a:hover {
  color: #fff;
  background-color: var(--verde);
}

/* Contato */

#contato {
  background-image: url(../../assets/images/bg-form.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 183px;
  padding-top: 139px;
  position: relative;
  margin-bottom: -56px;
  z-index: 2;
}

#contato .container {
  width: 1236px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

#contato .container .esq .sub {
  font-size: 23px;
  font-family: "Gotham Book";
  font-weight: 325;
  letter-spacing: 0.33em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#contato .container .esq .titulo {
  font-family: "Gotham Bold", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 0.08em;
  color: #fff;
}

form {
  background-image: url(../../assets/images/bg-textura-form.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 519px;
  padding: 46px 71px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

form .box-input {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

form .box-input.ultimo {
  margin-bottom: 10px;
}

form .box-input label {
  position: absolute;
  font-weight: 600;
  color: #21252d;
  transition: var(--transicao);
  left: 12px;
  top: 12px;
  font-family: "Gotham Book";
  font-size: 14px;
}

form .box-input input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #21252d;
  border-radius: 0;
  height: 41px;
  padding-left: 12px;
}

form .box-input label.subir {
  top: -10px;
  padding: 2.5px;
  background-color: #cfc9b2;
}

form .sub {
  font-size: 23px;
  font-weight: 400;
  line-height: 30.48px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #21252d;
  margin-bottom: 17px;
  font-family: "Gotham Book";
}

form .texto {
  font-size: 12px;
  font-weight: 400;
  line-height: 20.63px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #21252d;
  margin-bottom: 15px;
}

form img {
  margin-bottom: 12px;
  width: 336px;
}

form textarea {
  width: 100%;
  height: 55px;
  border: 1px solid #21252d;
  background-color: transparent;
  padding-top: 12px;
  padding-left: 12px;
  font-family: "Gotham Medium", sans-serif;

}

form .box-check {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 15px;
}

form .box-check input {
  margin: 0;
}

form .box-check label {
  font-size: 10px;
  font-weight: 400;
  line-height: 12.19px;
  letter-spacing: 0.01em;
  color: #21252d;
}

form input[type="submit"],
form button {
  width: 100%;
  height: 45px;
  background-color: var(--verde);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  border: 2px solid var(--verde);
  cursor: pointer;
  transition: var(--transicao);
  column-gap: 11px;
}

form input[type="submit"]:hover,
form button:hover {
  background-color: #fff;
  color: var(--verde);
}

/* alteração */

form .box-input select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #21252d;
  border-radius: 0;
  height: 41px;
  padding-left: 12px;
  font-family: "Gotham Medium", sans-serif;
  color: #21252d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill=\"%2321252d\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10l5 5 5-5z\"/><path d=\"M0 0h24v24H0z\" fill=\"none\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-top: 0px;
}

form .box-input select:focus {
  outline: none;
  border-color: var(--verde);
}

form .box-input label[for="contato-renda"] {
  position: static;
  display: block;
  margin-bottom: 5px;
  top: auto;
  left: auto;
  padding: 0;
  background-color: transparent;
}

form .box-input select option {
  color: #21252d;
  background-color: #D7D2BA; /* Corrigido para a cor solicitada */
  width: 40%;
}

/*fim alteração*/

form button:hover svg {
  fill: var(--verde);
}

#contato::before {
  content: "";
  background-image: url(../../assets/images/folha-before-form.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 13.83%;
  height: 42.5%;
  position: absolute;
  bottom: -13%;
  left: 0;
  z-index: 1;
}

#contato::after {
  content: "";
  background-image: url(../../assets/images/folha-after-form.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 12.14%;
  height: 33.2%;
  position: absolute;
  bottom: -13%;
  right: 0;
  z-index: 1;
}

/* Lazer */

#lazer {
  position: relative;
  background-color: #fffdf6;
  padding-top: 118px;
  padding-bottom: 81px;
}

#lazer .esconder {
  height: 0;
  opacity: 0;
}

#lazer::before {
  content: "";
  background-image: url(../../assets/images/lazer-before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 15.67%;
  height: 25.48%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#lazer::after {
  content: "";
  background-image: url(../../assets/images/folha-lazer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 5.94%;
  height: 17.2%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#lazer .container>.titulo {
  font-family: "Gotham Book";
  text-align: center;
  font-size: 35px;
  font-weight: 325;
  line-height: 30px;
  letter-spacing: 0.47em;
  color: #000;
  padding: 0 5%;
  margin-bottom: 31px;
}

#lazer .container>.texto {
  font-family: "Gotham Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0 5%;
  margin-bottom: 45px;
}

#lazer .container ul {
  display: flex;
  column-gap: 45px;
  padding: 0 5%;
  justify-content: center;
  margin-bottom: 45px;
}

#lazer .container ul li {
  width: 441px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 3px;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  background-color: #d7d2ba;
  transition: var(--transicao);
  cursor: pointer;
}

#lazer .container ul li.ativo,
#lazer .container ul li:hover {
  background-color: var(--verde);
  color: #fff;
}

#lazer .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#lazer .swiper-slide a img {
  width: 100%;
}

#lazer .swiper-slide:not(.swiper-slide-active) {
  filter: blur(6.199999809265137px);
}

#lazer .swiper-slide a .area {
  background-color: var(--bege);
  position: absolute;
  bottom: 0;
  font-size: 23.64px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
  color: #000;
  padding: 1.4% 11.2%;
}

#lazer .galeria-anterior {
  position: absolute;
  top: 39%;
  left: 20.3%;
  z-index: 2;
  cursor: pointer;
}

#lazer .galeria-proximo {
  position: absolute;
  top: 39%;
  right: 20.3%;
  z-index: 2;
  cursor: pointer;
}

#lazer svg {
  max-height: 82px;
  max-width: 45px;
  width: 2.35vw;
  height: 4.28vw;
}

/* Plantas */

#plantas {
  background-image: url(../../assets/images/bg-plantas.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 82px;
  padding-bottom: 137px;
  background-color: #fffdf6;
}

#plantas .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#plantas .container>.titulo {
  font-family: "Gotham Book";
  font-size: 30.71px;
  font-weight: 325;
  letter-spacing: 0.57em;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 5%;
}

#plantas .container>.texto {
  font-family: "Gotham Book", sans-serif;
  font-size: 14.04px;
  font-weight: 500;
  line-height: 21.06px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
  padding: 0 5%;
}

#plantas .container .area-botoes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  column-gap: 45px;
  margin-bottom: 34px;

}

#plantas .container .area-botoes li {
  transition: var(--transicao);
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: "Gotham Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 16.5px 119px;
}

#plantas .container .area-botoes li:hover,
#plantas .container .area-botoes li.ativo {
  background-color: var(--marrom);
  border: 2px solid var(--marrom);
}

#plantas .area-config {
  margin: 0 auto;
  max-width: 90%;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

#plantas .swiper {
  width: 913px;
}

#plantas .swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}

#plantas .swiper .swiper-slide a img {
  width: 100%;
}

#plantas .swiper .swiper-slide .andar {
  text-align: center;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
  color: var(--bege);
  text-transform: uppercase;
  font-size: 34.22px;
  letter-spacing: 0.07em;
  margin-top: 10px;
}

#plantas .escritorio-ii,
#plantas .descricao-config-02 {
  display: none;
}

#plantas .area-lista {
  width: 913px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 62px;
  align-items: flex-start;
}

#plantas .area-lista .lista {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#plantas .area-lista .lista .titulo {
  font-family: "Gotham Medium", sans-serif;
  font-size: 20.5px;
  letter-spacing: 0.07em;
  color: var(--bege);
  margin-bottom: 7px;
}

#plantas .area-lista .lista ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

#plantas .area-lista .lista ul li {
  color: #fff;
  font-family: "Gotham Book", sans-serif;
  font-size: 15.58px;
  font-weight: 325;
  letter-spacing: 0.07em;
}
#plantas .area-lista .lista ul li .quebra-linha {
  position: relative;
  left: 14px;
}


#plantas .area-lista .lista ul li::before {
  content: "•";
  font-size: 13px;
  color: #fff;
  margin-right: 6px;
}

#plantas .plantas-anterior {
  position: absolute;
  top: 28%;
  left: -6%;
  z-index: 2;
  cursor: pointer;
}

#plantas .plantas-proximo {
  position: absolute;
  top: 28%;
  right: -6%;
  z-index: 2;
  cursor: pointer;
}

/* Implantação */

#implantacao {
  background-color: #fffdf6;
  padding-top: 57px;
  margin-bottom: -62px;
  padding-bottom: 119px;
}

#implantacao>.container .titulo {
  font-family: "Gotham Book", sans-serif;
  font-size: 30.71px;
  font-weight: 325;
  letter-spacing: 0.57em;
  text-align: center;
  padding: 0 5%;
  color: #000;
  margin-bottom: 26px;
}

#implantacao>.container .texto {
  font-family: "Gotham Bold", sans-serif;
  font-size: 14.04px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 42px;
  padding: 0 5%;
}

#implantacao .container .area-botoes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  column-gap: 45px;
  margin-bottom: 30px;
}

#implantacao .container .area-botoes li {
  transition: var(--transicao);
  border: 2px solid var(--verde);
  border-radius: 3px;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-family: "Gotham Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 16.5px 5%;
  width: 441px;
}

#implantacao .container .area-botoes li:hover,
#implantacao .container .area-botoes li.ativo {
  background-color: var(--verde);
  border: 2px solid var(--verde);
  color: #fff;
}

#implantacao .container .imagem {
  width: 925px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
}

#implantacao .container .imagem a {
  display: inline-block;
  margin: 0 auto;
}

#implantacao .container .imagem a img {
  margin: 0 auto;
  display: block;
}

#implantacao .container .imagem a.hide {
  display: none;
}

#implantacao .container .area-lista {
  width: 1174px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#implantacao .container .area-lista ul li span {
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #fffcdb;
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
  font-size: 16.6px;
  letter-spacing: 0.14em;
  color: #000;
}

#implantacao .container .area-lista ul li {
  display: flex;
  align-items: center;
  column-gap: 16.97px;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
  font-size: 16.6px;
}

#implantacao .container .area-lista ul {
  display: flex;
  flex-direction: column;
  row-gap: 20.75px;
}

#implantacao .container .area-lista ul li span.verde {
  color: #fff;
  background-color: #4cb44a;
  box-shadow: none;
}

/* Simule */

#simule {
  background-image: url(../../assets/images/bg-form.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 196px;
  padding-top: 146px;
  position: relative;
  margin-bottom: -56px;
  z-index: 2;
}

#simule .container {
  width: 1325px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

#simule .container .esq .sub {
  font-size: 25px;
  font-weight: 325;
  letter-spacing: 0.33em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#simule .container .esq .titulo {
  font-family: "Gotham Bold", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 0.08em;
  color: #fff;
}

#simule::before {
  content: "";
  background-image: url(../../assets/images/folha-before-form.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 13.83%;
  height: 42.5%;
  position: absolute;
  bottom: -13%;
  left: 0;
  z-index: 1;
}

#simule::after {
  content: "";
  background-image: url(../../assets/images/folha-after-form.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 12.14%;
  height: 33.2%;
  position: absolute;
  bottom: -13%;
  right: 0;
  z-index: 1;
}

/* Localização */

#localizacao {
  background-color: #fffdf6;
  padding-top: 115px;
  margin-bottom: -64px;
  padding-bottom: 85px;
}

#localizacao .container {
  width: 1300px;
  margin: 0 auto;
  max-width: 90%;
}

#localizacao .container>.titulo {
  font-family: "Gotham Book", sans-serif;
  font-size: 30.71px;
  font-weight: 325;
  letter-spacing: 0.57em;
  text-align: center;
  color: #000;
  margin-bottom: 41px;
}

#localizacao .container>.sub {
  font-family: "Gotham Medium", sans-serif;
  font-size: 14.04px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
}

#localizacao .container .box {
  display: flex;
  justify-content: space-between;
}

#localizacao .container .box .esq {
  width: 45.56%;
}

#localizacao .container .box .esq .sub {
  font-family: "Gotham Book";
  font-size: 25px;
  font-weight: 325;
  line-height: 34px;
  letter-spacing: 0.16em;
  text-align: center;
  width: 564px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 23px;
}

#localizacao .container .box .dir {
  width: 46.4%;
}

#localizacao .container .box .dir .titulo {
  font-family: "Gotham Bold", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  margin-bottom: 47px;
}

#localizacao .container .box .dir .texto {
  font-family: "Gotham Book", sans-serif;
  font-size: 17px;
  font-weight: 325;
  line-height: 42.12px;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 36px;
}

#localizacao .container .box .dir .texto b {
  font-weight: 700;
}

/* Whatsapp */

#whatsapp {
  background-image: url(../../assets/images/bg-form.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 191px;
  padding-top: 146px;
  position: relative;
  margin-bottom: -56px;
  z-index: 2;
}

#whatsapp .container {
  width: 1325px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

#whatsapp .container .esq .sub {
  font-size: 25px;
  font-weight: 325;
  letter-spacing: 0.33em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#whatsapp .container .esq .titulo {
  font-family: "Gotham Bold", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 0.08em;
  color: #fff;
}

#whatsapp::before {
  content: "";
  background-image: url(../../assets/images/folha-before-form.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 13.83%;
  height: 42.5%;
  position: absolute;
  bottom: -13%;
  left: 0;
  z-index: 1;
}

#whatsapp::after {
  content: "";
  background-image: url(../../assets/images/folha-after-form.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 12.14%;
  height: 33.2%;
  position: absolute;
  bottom: -13%;
  right: 0;
  z-index: 1;
}

/* Realização */

#realizacao {
  background-color: #fffdf6;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
  padding-top: 147px;
  padding-bottom: 124px;
  background-image: url(../../assets/images/bg-realizacao.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-left: 5%;
  padding-right: 5%;
}

#realizacao p {
  font-family: "Gotham Bold", sans-serif;
  font-size: 21.35px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
}

/* Política de Privacidade */

#politica-privacidade {
  background-image: url(../../assets/images/bg-politica.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 88px 0;
}

#politica-privacidade .container {
  width: 1270px;
  max-width: 90%;
  margin: 0 auto;
}

#politica-privacidade .container .titulo {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  font-family: "Gotham Bold", sans-serif;
  font-weight: 700;
}

#politica-privacidade .container .texto {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffffad;
}

#politica-privacidade .container .texto.primeiro {
  margin-bottom: 35px;
}

#politica-privacidade .container .texto.segundo {
  margin-bottom: 45px;
}

/* Footer */

footer {
  background-color: #21593f;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 73px;
}

/********PAGINA CONFIRMACAO*******/
.txt-confirmacao {
  color: #000;
  display: block;
  font-size: 17px;
  margin-bottom: 30px;
  text-align: center;
}

.title-confirmacao {
  color: #000;
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.btn-confirmacao {
  background: var(--verde);
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  margin-left: -118px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  transition: 0.2s;
  width: 236px;
  text-decoration: none;
}

.btn-confirmacao:hover {
  filter: brightness(1.2);
  transition: 0.2s;
}

.confirmacao {
  padding: 200px 5% 300px;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
  #sobre .container {
    width: 95%;
    max-width: 100%;
  }

  #sobre .container .dir .titulo {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  #lazer .container ul li {
    width: 330px;
    height: 55px;
  }

  #plantas .container .area-botoes li {
    padding: 14px 74px;
    font-size: 16px;
  }

  #plantas .swiper .swiper-slide .andar {
    font-size: 30px;
  }

  #plantas .area-lista .lista .titulo {
    font-size: 18px;
  }

  #plantas .area-lista .lista ul li {
    font-size: 14px;
  }

  #lazer .container>.titulo {
    font-size: 28px;
    margin-bottom: 30px;
  }

  #contato .container .esq .titulo,
  #simule .container .esq .titulo,
  #whatsapp .container .esq .titulo {
    font-size: 45px;
    line-height: 60px;
  }

  form {
    width: 557px;
    max-width: 50%;
    padding: 45px 40px;
  }

  form img {
    width: 260px;
    max-width: 100%;
  }

  form .sub {
    font-size: 22px;
    margin-bottom: 10px;
  }

  form .box-input input {
    height: 40px;
    font-family: "Gotham Medium", sans-serif;

  }

  form .box-input label {
    top: 11px;
  }

  form .box-check {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
  #sobre .container .esq {
    width: 53.34%;
  }

  #sobre .container .dir {
    width: 40.84%;
  }

  #localizacao .container .box .dir .texto {
    font-size: 18px;
    line-height: 32.12px;
  }
}

@media screen and (max-width: 1200px) {
  #lazer .galeria-anterior {
    left: 11%;
  }

  #lazer .galeria-proximo {
    right: 11%;
  }

  #contato .container .esq .titulo,
  #simule .container .esq .titulo,
  #whatsapp .container .esq .titulo {
    font-size: 40px;
    line-height: 50px;
  }

  #contato .container .esq .sub,
  #simule .container .esq .sub,
  #whatsapp .container .esq .sub {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #lazer .swiper-slide a .area {
    font-size: 16.64px;
  }

  #plantas svg {
    width: 28px;
    height: 50px;
  }

  #plantas .plantas-proximo {
    top: 32%;
    right: -4%;
  }

  #plantas .plantas-anterior {
    top: 32%;
    left: -4%;
  }

  #implantacao .container .area-lista ul li {
    font-size: 14.6px;
  }
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {

  header.fixo ul {
    height: 100%;
}

  header .menu-menu-1-container {
    position: fixed;
    right: -100%;
    width: 100%;
    transition: var(--transicao);
    height: 100vh;
}

#plantas .area-lista .lista ul li .quebra-linha {
  position: unset;
  left: 0;
}

header ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
    padding-top: 140px;

    row-gap: 30px;
    overflow: auto;
    padding-bottom: 40px;
}

header ul li {
    height: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
}

header ul li a,
header.fixo ul li a {
    text-align: center;
    justify-content: center;
    font-size: 24px;
}

header ul li a:hover:before {
    display: none;
}

header ul li a:hover {
    color: #fff;
}

header {
    top: 0px;
}

header .menu-hamburger {
    display: flex;
    flex-direction: column;
    background-color: #000;
    row-gap: 10px;
    padding: 20px;

}

header.fixo {
    background-color: transparent;
}

header .menu-hamburger span {
    width: 33px;
    height: 2px;
    background-color: #fff;
    transition: var(--transicao);
}

header .menu-hamburger.ativo .hamburger-01 {
    transform: rotate(45deg) translate(9px, 6px);
}

header .menu-hamburger.ativo .hamburger-02 {
    opacity: 0;
}

header .menu-hamburger.ativo .hamburger-03 {
    transform: rotate(-45deg) translate(10px, -7px);
}

header.ativo .menu-menu-1-container {
    right: 0;
}


  #banner {
    flex-direction: column;
    margin-bottom: 0;
  }

  #banner .esq {
    width: 100%;
    margin-right: 0;
  }

  #banner .dir {
    width: 100%;
  }

  #sobre {
    padding-top: 60px;
  }

  #sobre .container {
    flex-direction: column-reverse;
  }

  #sobre .container .dir,
  #sobre .container .esq {
    width: 100%;
  }

  #sobre .container .dir .titulo {
    text-align: center;
  }

  #sobre .container .dir .titulo .quebra-linha {
    display: inline-block;
  }

  #sobre .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    row-gap: 50px;
  }

  #contato .container,
  #simule .container,
  #whatsapp .container {
    flex-direction: column;
    row-gap: 30px;
  }

  #contato .container .esq,
  #simule .container .esq,
  #whatsapp .container .esq {
    width: 100%;
    text-align: center;
  }

  #contato .container .esq .quebra-linha,
  #simule .container .esq .quebra-linha,
  #whatsapp .container .esq .quebra-linha {
    display: inline-block;
  }

  form {
    width: 557px;
    max-width: 100%;
  }

  #lazer .galeria-proximo {
    right: 5%;
  }

  #lazer .galeria-anterior {
    left: 5%;
  }

  #lazer .container ul {
    column-gap: 20px;
  }

  #lazer svg {
    width: 25px;
    height: 45px;
  }

  #lazer {
    padding-top: 90px;
  }

  #plantas .swiper {
    max-width: 90%;
  }

  #plantas .container .area-botoes {
    column-gap: 20px;
  }

  #plantas .area-lista {
    flex-direction: column;
    row-gap: 30px;
  }

  #plantas .area-lista .lista {
    flex-direction: column;
    row-gap: 30px;
  }

  #plantas .container .area-botoes li {
    padding: 16.5px 27px;
  }

  #plantas .area-config {
    margin-bottom: 65px;
  }

  #implantacao .container .area-lista {
    column-gap: 20px;
  }

  #implantacao .container .area-botoes li {
    font-size: 16px;
    padding: 11.5px 5%;
    width: 280px;
  }

  #implantacao {
    padding-top: 0;
    padding-bottom: 65px;
  }

  #implantacao .container .area-botoes {
    column-gap: 20px;
  }

  #localizacao .container .box .dir {
    width: 100%;
  }

  #localizacao .container .box {
    flex-direction: column;
    row-gap: 30px;
  }

  #localizacao .container .box .esq {
    width: auto;
    text-align: center;
  }

  #localizacao .container .box .esq img {
    text-align: center;
    margin: 0 auto;
  }

  #localizacao {
    padding-top: 60px;
  }
}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
  #implantacao .container .area-lista {
    flex-direction: column;
    row-gap: 20.75px;
  }
}

@media screen and (max-width: 600px) {
  #sobre .container .dir .texto {
    font-size: 14px;
    line-height: 25.68px;
  }

  #contato .container .esq .titulo,
  #simule .container .esq .titulo,
  #whatsapp .container .esq .titulo {
    font-size: 30px;
    line-height: 39px;
  }

  #contato .container .esq .sub,
  #simule .container .esq .sub,
  #whatsapp .container .esq .sub {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #lazer .container>.titulo {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  #lazer .container>.texto {
    margin-bottom: 21px;
  }

  #plantas svg {
    width: 23px;
    height: 45px;
  }

  #plantas .swiper .swiper-slide .andar {
    font-size: 20px;
  }

  #implantacao>.container .titulo {
    font-size: 26.71px;
  }

  #implantacao>.container .titulo {
    letter-spacing: 0.37em;
  }

  #localizacao .container .box .dir .titulo {
    font-size: 24px;
  }
  #localizacao .container .box .dir .titulo svg {
    width: 30px;
  }

  form input[type="submit"], form button {
    font-size: 16px;
  }
}

@media screen and (max-width: 490px) {
  form {
    padding: 30px;
  }

  #lazer .container ul li {
    font-size: 14px;
  }

  #lazer .container>.titulo {
    letter-spacing: 0.37em;
  }

  #lazer::after {
    background-position: top left;
  }

  #lazer .swiper-slide a .area {
    font-size: 14.64px;
  }

  #plantas .container .area-botoes {
    column-gap: 20px;
    row-gap: 20px;
    flex-direction: column;
  }

  #plantas .container .area-botoes li {
    width: 100%;
    font-size: 14px;
  }

  #plantas svg {
    width: 13px;
    height: 24px;
  }

  #plantas .plantas-proximo {
    top: 26%;
    right: 0%;
  }

  #plantas .plantas-anterior {
    top: 26%;
    left: 0%;
  }

  #localizacao .container .box .dir .texto {
    font-size: 16px;
    line-height: 30.12px;
}
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 330px) {}

@media screen and (max-width: 280px) {}