:root {
  --white-100: #FAF7EB;
  --yellow-500: #D09747;
  --green-300: #766B4D;
  --green-500: #2E332B;
}

@font-face {
  font-family: 'Acid Grotesk Thin';
  font-style: normal;
  src: url(../../src/fonts/AcidGrotesk-Thin.otf) format("OpenType");
  font-display: swap;
}

@font-face {
  font-family: 'Acid Grotesk Regular';
  font-style: normal;
  src: url(../../src/fonts/AcidGrotesk-Regular.otf) format("OpenType");
  font-display: swap;
}

@font-face {
  font-family: 'Acid Grotesk Bold';
  font-style: normal;
  src: url(../../src/fonts/AcidGrotesk-Bold.otf) format("OpenType");
  font-display: swap;
}

* {
  font-family: 'Acid Grotesk Regular';
  font-display: swap;
}

a {
  text-decoration: none;
  color: var(--green-500);
  cursor:pointer;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline-style: none;
}

button:focus {
  outline-style: none;
}

img {
  width: 100%;
  height: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input[type="number"]:-webkit-any {
  display: none;
}

textarea::-webkit-scrollbar {
  display: none;
}

.loading {
  text-align: center;
  font-weight: 700;
}

.modal-show {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000040;
  top: 0;
  z-index: 99999999999999;
}

.internit_modal-show {
  animation: internitModShow 1s;
  animation-fill-mode: forwards;
}

.internit_modal-hidden {
  animation: internitModHidden 1s;
  animation-fill-mode: forwards;
}

.internit_modal-show,
.internit_modal-hidden {
  /* width: 30%; */
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
}

.internit_modal-show .internit_modal-head,
.internit_modal-hidden .internit_modal-head {
  text-align: right;
  /* background-color: #fff; */
  background-color: #2e332b;
  border-radius: 5px 5px 0 0;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.internit_modal-show .internit_modal-head button,
.internit_modal-hidden .internit_modal-head button {
  background-color: #fff;
  border: none;
  padding: 2%;
  font-size: 1.5rem;
  margin-right: 2%;
  font-weight: 700;
  outline-style: none;
  cursor: pointer;
  visibility: hidden;
}

.internit_modal-show .internit_modal-head button:focus,
.internit_modal-hidden .internit_modal-head button:focus {
  outline-style: none;
}

.internit_modal-show .internit_modal-body,
.internit_modal-hidden .internit_modal-body {
  background-color: #2e332b;
  text-align: center;
  padding: 10% 5% 10%;
  border-radius: 0 0 .2rem .2rem;
}

.internit_modal-show .internit_modal-body p,
.internit_modal-hidden .internit_modal-body p {
  font-size: 1.2rem;
  font-weight: 700;
}

.internit_modal-show .internit_modal-body span,
.internit_modal-hidden .internit_modal-body span {
  color: #FFF;
  font-size: 1.5rem;
}

.banner {
  z-index: 99999;
}

.banner-informations {
  padding-top: 3rem;
  background: url("../../src/img/backgroundBaner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
  padding-left: 7.938rem;
}

.banner .form-mobile{
  display: none;
}

.banner .form-mobile .form{
  background: #2e332b;
}

.banner .form-mobile button.cadastre-se{
  background: #2e332b;
  color: #FFF;
  padding: 0.4rem 3rem;
  border-radius: 0.2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
  border: none;
  outline: none;
}

@media (max-width: 991px) {
  .banner-informations {
    display: none;
  }

  .banner .form-mobile{
    display: block;
  }
}

@media (max-width: 1680px) {
  .banner-informations {
    padding-top: 2rem;
    padding-left: 6rem;
  }
}

@media (max-width: 1200px) {
  .banner-informations {
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  .banner-informations {
    padding-left: 2rem;
  }
}

.banner-informations .logo {
  margin-bottom: 2rem;
}

.banner-informations .logo img {
  width: auto;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1680px) {
  .banner-informations .logo img {
    max-width: 60%;
  }
}

@media (max-width: 1280px) {
  .banner-informations .logo img {
    width: auto;
  }
}

@media (max-width: 1680px) {
  .banner-informations .logo {
    margin-bottom: 1.2rem;
  }
}

.banner-informations .description {
  color: var(--white-100);
}

.banner-informations .description h1 {
  font-size: 2rem;
  margin-bottom: 1.7rem;
}

@media (max-width: 1680px) {
  .banner-informations .description h1 {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
  }
}

.banner-informations .description h3 {
  font-size: 1.375rem;
}

.banner-informations .description h3+h3 {
  margin-top: 1.7rem;
}

.banner-informations .description h3 span {
  font-family: 'Acid Grotesk Thin';
}

@media (max-width: 1680px) {
  .banner-informations .description h3 {
    font-size: 1.2rem;
  }
}

.banner-informations .description p {
  font-size: 1.25rem;
}

@media (max-width: 1680px) {
  .banner-informations .description p {
    font-size: 1.1rem;
    margin-top: 1.2rem !important;
  }
}

.banner-informations .footer,
.banner .form-mobile .form{
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: var(--white-100);
}

.banner .form-mobile .form{
  overflow: hidden;
  opacity: 0;
  height: 0;

  transition: height 150ms, visibility 0s linear 300ms, opacity 200ms;
}

.banner .form-mobile .form.open{
  overflow: visible;
  opacity: 1;
  height: 344px;
}

.banner-informations .footer h4{
  margin-bottom: 1rem;
}

.banner .form-mobile .form h4{
  margin-bottom: 1rem;
  padding-top: 1rem;
}

/* @media (max-width: 1680px) {
  .banner-informations .footer h4 {
    font-size: 1.3rem;
  }
} */

@media(max-height: 760px){
  .banner-informations .logo img {
    width: 150px !important;
  }

  .banner-informations .description h1{
    font-size: 1.3rem;
  }

  .banner-informations .description h3{
    font-size: 1.1rem;
  }
}

@media(max-height: 735px){
  .banner-informations .logo img {
    width: 130px !important;
  }

  .banner-informations .description p{
    font-size: 1rem;
  }

  .banner-informations .description h1{
    font-size: 1.2rem;
  }

  .banner-informations .description h3{
    font-size: 1rem;
  }
}

.banner-informations .footer form input,
.banner .form-mobile .form input{
  background-color: var(--white-100);
  width: 100%;
  padding-left: .5rem;
  border: none;
  height: 40px;
}

.banner-informations .footer form input::placeholder,
.banner .form-mobile .form input::placeholder{
  text-transform: uppercase;
}

.banner-informations .footer form input.phone,
.banner .form-mobile .form input.phone{
  padding-left: 3rem;
}

.banner-informations .footer form .iti,
.banner .form-mobile .form .iti{
  width: 100%;
  margin: 1rem 0;
}

.banner-informations .footer form .aceite,
.banner .form-mobile .form form .aceite{
  /* margin-top: 1.5rem; */
  /* font-size: 0.75rem; */
  margin-top: 0.5rem;
  font-size: 1rem;
}

.banner-informations .footer form .aceite input,
.banner .form-mobile .form form .aceite input{
  /* width: auto; */
  /* height: auto; */
  width: 17px;
  height: 17px;
}

.banner-informations .footer form .aceite a,
.banner .form-mobile .form form .aceite a{
  color: var(--white-100);
  text-decoration: underline;
}

.banner-informations .footer form button,
.banner .form-mobile .form form button{
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-100);
  margin-left: auto;
}

.banner-informations .footer form button img,
.banner .form-mobile .form form button img{
  margin-left: .5rem;
}

@media (max-width: 1680px) {
  .banner-informations .footer {
    margin-top: 1.3rem;
  }
}

.banner-video {
  z-index: 99;
  overflow: hidden;
  position: relative;
}

.banner-video img{
  position: absolute;
  opacity: 0;
  transition: all ease 0.6s;
}

.banner-video img.current{
  opacity: 1;
  transition: all ease 0.6s;
}

.banner-video img.fachada{
  transform: scale(1.3);
  object-fit: cover;
  top: -350px;
}

.banner-video img.quarto-sala-ampliada,
.banner img.terraco{
  object-fit: cover;
  object-position: right;
  height: 100%;
  width: 150%;
}

@media(min-width: 992px){
  .banner-video img.fachada{
    height: 1068px;
  }

  .banner-video img.quarto-sala-ampliada,
  .banner-video img.terraco{
    left: -331px;
  }
}

@media(min-width: 1263px){
  .banner-video img.fachada{
    height: 1021px;
  }

  .banner-video img.quarto-sala-ampliada,
  .banner-video img.terraco{
    left: -421px;
  }
}

@media(min-width: 1517px){
  .banner-video img.quarto-sala-ampliada,
  .banner-video img.terraco{
    left: -506px;
  }
}

@media(min-width: 1681px){
  .banner-video img.fachada{
    height: 1146px;
  }
}

.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .banner-video video {
    height: 550px;
  }
}

.lagoa {
  position: relative;
  overflow: hidden;
}

.lagoa-image {
  position: relative;
  width: 100%;
  height: 1109px;
}

.lagoa-image img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1680px) {
  .lagoa-image img {
    border-bottom-left-radius: 13%;
    border-bottom-right-radius: 13%;
    border-top-right-radius: 13%;
    border-top-left-radius: 13%;
  }
}

@media (max-width: 1280px) {
  .lagoa-image img {
    border-radius: 54%;
    height: 407px;
  }
}

.lagoa-image::before {
  content: "";
  position: absolute;
  background: url(../../src/img/circle.png);
  width: 100%;
  height: 104.313rem;
  top: -35rem;
  left: 0;
}

@media (max-width: 1680px) {
  .lagoa-image::before {
    background-size: contain;
    background-repeat: no-repeat;
    top: -25rem;
    height: 117.313rem;
  }
}

@media (max-width: 1280px) {
  .lagoa-image::before {
    background-size: cover;
    background-repeat: no-repeat;
    top: -14rem;
    height: 800px;
  }
}

@media (max-width: 767px) {
  .lagoa-image::before {
    display: none;
  }
}

@media (max-width: 1680px) {
  .lagoa-image {
    height: 867px;
  }
}

@media (max-width: 1280px) {
  .lagoa-image {
    height: 407px;
  }
}

.lagoa .image-main {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  width: auto;
  /* height: auto; */
  height: 717px;
}

.lagoa .image-main img{
  object-fit: cover;
}

.lagoa .image-main p {
  position: absolute;
  color: var(--white-100);
  font-size: 2rem;
  top: 55%;
  /* right: 10%; */
  width: 100%;
  font-family: 'Acid Grotesk Bold';
}

@media (min-width: 320px){
  .lagoa .image-main p{
    font-size: 1.1rem;
  }
}

@media (min-width: 767px) {
  .lagoa .image-main p {
    /* right: -4%; */
    right: 26%;
    max-width: 156px;
  }
}

@media (min-width: 1024px) {
  .lagoa .image-main p {
    font-size: 1.6rem;
    max-width: 200px;
  }
}

@media (min-width: 1280px) {
  .lagoa .image-main p {
    max-width: 261px;
  }
}

@media (max-width: 767px) {
  .lagoa .image-main p {
    max-width: 41%;
    right: 2%;
  }
}

@media (min-width: 1500px) {
  .lagoa .image-main p {
    max-width: 317px;
  }
}

/* @media (max-width: 1280px) {
  .lagoa .image-main img {
    object-fit: contain;
  }
} */

@media (max-width: 1280px) {
  .lagoa .image-main {
    height: auto;
  }
}

/* @media (max-width: 1280px) {
  .lagoa .image-main {
    width: 84%;
  }
} */

.lagoa .background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 129px;
  background: linear-gradient(180deg, rgba(250, 247, 235, 0) 0%, #FAF7EB 90.1%);
}

@media (max-width: 1319px) {
  .lagoa .background {
    height: 39px;
  }
}

.exclusividade {
  padding-top: 2rem;
  background: var(--green-500);
  color: var(--white-100);
  position: relative;
  overflow: hidden;
  transition: ease-out .4s;
}

.exclusividade .display-mobile .navigation{
  margin-top: 20px;
}

/* .exclusividade.light {
  background: var(--white-100);
  color: var(--green-300);
}

.exclusividade.light::after {
  background: url(../../src/img/circleClear.png);
} */

.exclusividade::after {
  content: "";
  position: absolute;
  background: url(../../src/img/circleFachada.png);
  width: 1818px;
  height: 1818px;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

@media (max-width: 1280px) {
  .exclusividade::after {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
  }
}

.exclusividade h2 {
  text-align: center;
  max-width: 449px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .exclusividade h2 {
    max-width: 95%;
  }
}

.exclusividade .sub-title h2 {
  max-width: 100%;
}

.exclusividade img {
  width: auto;
  height: auto;
}

@media(min-width: 700px) and (max-width: 991px){
  .exclusividade img {
    height: 602px;
    object-fit: cover;
  }
}

.exclusividade-content {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1070px;
}

.exclusividade-content .effect-gallery {
  position: absolute;
  transition: ease-out .8s;
}

.exclusividade-content .effect-gallery.active {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.exclusividade-content .effect-gallery.active::before,
.exclusividade-content .effect-gallery.active::after {
  content: "";
  position: absolute;
  width: 1070px;
  height: 100px;
  background: linear-gradient(180deg, rgba(46, 51, 43, 0) 0%, #2E332B 90.1%);
  top: 50%;
}

@media (max-width: 1280px) {

  
   .effect-gallery.active::before,
  .exclusividade-content .effect-gallery.active::after {
    height: 55px;
    width: 611px;
  }
}

@media (max-width: 767px) {

  .exclusividade-content .effect-gallery.active::before,
  .exclusividade-content .effect-gallery.active::after {
    display: none;
  }
}

@media (min-width: 1281px){
  .exclusividade-content .effect-gallery.active::before,
  .exclusividade-content .effect-gallery.active::after {
    display: none;
  }
}

.exclusividade-content .effect-gallery.active::before {
  left: 0%;
  transform: translate(-53.5%, -50%) rotate(-90deg);
}

.exclusividade-content .effect-gallery.active::after {
  right: 0%;
  transform: translate(53.5%, -50%) rotate(90deg);
}

.exclusividade-content .effect-gallery.active.light::after,
.exclusividade-content .effect-gallery.active.light::before {
  background: linear-gradient(180deg, rgba(250, 247, 235, 0) 0%, #FAF7EB 90.1%);
}

.exclusividade-content .effect-gallery.left {
  left: 0%;
}

.exclusividade-content .effect-gallery.right {
  right: 0%;
}

/* .exclusividade-content .effect-gallery img.laterais {
  width: 339px;
  height: 486px;
} */

@media (min-width: 1281px) {
  .exclusividade-content .effect-gallery img.laterais {
    width: 302px;
  }
}

@media (max-width: 1280px) {
  .exclusividade-content .effect-gallery img.laterais {
    width: 173px;
    height: 441px;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 767px) {
  .exclusividade-content .effect-gallery img.laterais {
    width: 100%;
  }
}

.exclusividade-content .effect-gallery img.center {
  width: 826px;
  height: 1070px;
}

@media (max-width: 1280px) {
  .exclusividade-content .effect-gallery img.center {
    width: 635px;
    height: 611px;
  }
}

@media (min-width: 1281px) {
  .exclusividade-content .effect-gallery img.center {
    height: 100%;
    width: 478px;
  }
}

@media (max-width: 767px) {
  .exclusividade-content .effect-gallery img.center {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .exclusividade-content .effect-gallery {
    position: relative;
    width: 100%;
  }
}

.exclusividade-content .border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 129px;
  border: none !important;
  background: linear-gradient(180deg, rgba(250, 247, 235, 0) 0%, #FAF7EB 90.1%);
}

@media (max-width: 1319px) {
  .exclusividade-content .border {
    bottom: -2px;
    height: 39px;
  }
}

@media (min-width: 991px) {
  .exclusividade-content {
    max-width: 93%;
    /* height: 809px; */
    height: 581px;
  }
}

@media(min-width: 1281px){
  .exclusividade-content{
    height: 600px;
  }
}


@media (max-width: 1280px) {
  .exclusividade-content {
    max-width: 97%;
  }
}

@media (max-width: 767px) {
  .exclusividade-content {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
}

@media(max-height: 760px){
  .exclusividade-content{
    height: 540px;
  }

  .exclusividade-content .effect-gallery img.center{
    height: 573px;
    object-fit: cover;
  }
}

@media(max-height: 735px){
  .exclusividade-content{
    height: 420px;
  }

  .exclusividade-content .effect-gallery img.center{
    height: 450px;
    width: 100%;
  }
}

@media(min-width: 992px){
  .ipanema {
    padding-bottom: 3rem;
  }
}

.ipanema .imageMain {
  position: relative;
}

@media (min-width: 1280px){
  .ipanema .imageMain img{
    height: 657px;
    object-fit: cover;
  }
}

@media(max-height: 760px) and (min-width: 768px){
  .ipanema .imageMain img{
    height: 580px;
  }
}

@media(max-height: 735px) and (min-width: 768px){
  .ipanema .imageMain img{
    height: 490px;
  }
}

.ipanema .imageMain p {
  position: absolute;
  max-width: 327px;
  margin: 0 auto;
  /* top: 12.938rem; */
  /* right: 31.563rem; */
  right: 12rem;
  top: 2rem;
  color: var(--white-100);
  font-size: 2rem;
  text-align: right;
  font-family: 'Acid Grotesk Bold';
}

@media (max-width: 1319px) {
  .ipanema .imageMain p {
    font-size: 1.5rem;
    /* top: 13rem; */
    /* left: 2rem; */
    left: 24rem;
    top: 3rem;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ipanema .imageMain p {
    top: 4rem;
    /* left: 2rem; */
    left: 23rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 699px) {
  .ipanema .imageMain p {
    font-size: 1.1rem;
    top: 1rem;
    left: 13rem;
  }
}

@media (max-width: 500px) {
  .ipanema .imageMain p {
    font-size: 1.1rem;
    top: 1rem;
    left: 10rem;
  }
}

.ipanema .imageMain .border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 129px;
  border: none !important;
  background: linear-gradient(180deg, rgba(250, 247, 235, 0) 0%, #FAF7EB 90.1%);
}

@media (max-width: 1319px) {
  .ipanema .imageMain .border {
    bottom: -2px;
    height: 39px;
  }
}

.ipanema .secondSection {
  position: relative;
  text-align: center;
  padding-bottom: 3rem;
}

@media(max-width: 991px){
  .ipanema .secondSection {
    padding-bottom: 0;
  }
}

.ipanema .secondSection h2 {
  padding: 3rem 0;
  max-width: 413px;
  margin: 0 auto;
  color: var(--green-300);
}

@media screen and (min-width:768px) {
  .ipanema .secondSection h2 {
      font-size: 2rem;
  }
}

.ipanema .secondSection::before,
.ipanema .secondSection::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 1319px) {

  .ipanema .secondSection::before,
  .ipanema .secondSection::after {
    display: none;
  }
}

.ipanema .secondSection::before {
  left: 0;
  background: url(../../src/img/ipanema/line.png);
  width: 393px;
  height: 794px;
}

.ipanema .secondSection::after {
  right: 0;
  width: 722px;
  height: 100%;
  background: url(../../src/img/ipanema/lineRight.png);
  background-size: cover;
}

.ipanema .secondSection img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1280px) {
  .ipanema .secondSection div>div {
    padding: 0 .5rem !important;
  }
}

.lazer-carousel .swiper-lazer {
  padding-bottom: 3rem;
}

.lazer-carousel .swiper-lazer .swiper-slide img {
  /* height: 800px; */
  height: 551px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1280px) {
  .lazer-carousel .swiper-lazer .swiper-slide img {
    max-width: 100%;
    height: 700px;
  }
}

@media (max-width: 767px) {
  .lazer-carousel .swiper-lazer .swiper-slide img {
    height: 500px;
  }
}

.lazer-carousel .swiper-lazer .navigation {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3rem;
}

.lazer-carousel .swiper-lazer .navigation>div {
  max-width: 624px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lazer-carousel .swiper-lazer .navigation>div .arrows-lazer {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
}

.lazer-carousel .swiper-lazer .navigation>div .arrows-lazer::after,
.lazer-carousel .swiper-lazer .navigation>div .arrows-lazer::before {
  display: none;
}

.lazer-carousel .swiper-lazer .navigation>div .arrows-lazer img {
  width: auto;
  height: auto;
}

.lazer-carousel .swiper-lazer .navigation>div .swiper-pagination {
  position: relative;
  bottom: unset;
}

.lazer-carousel .swiper-lazer .navigation>div .swiper-pagination .swiper-pagination-bullet {
  background: #9f813b;
  width: 17px;
  height: 17px;
}

.lazer-carousel .swiper-lazer .navigation>div .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--green-300);
  padding: .3rem;
  border: solid 1px var(--green-300);
}

@media (max-width: 767px) {
  .lazer-carousel .swiper-lazer .navigation>div .swiper-pagination {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  .lazer-carousel .swiper-lazer .navigation {
    max-width: 85%;
    margin: 0 auto;
  }
}

.plantas {
  position: relative;
}

.plantas .container{
  position: relative;
  z-index: 999;
}

.plantas::before {
  content: "";
  position: absolute;
  background: url(../../src/img/plantas/lines.png);
  width: 1232px;
  height: 1100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
}

@media (max-width: 1680px) {
  .plantas::before {
    /* height: 1120px; */
    height: 953px;
  }
}

@media (max-width: 1319px) {
  .plantas::before {
    display: none;
  }
}

.plantas h2 {
  font-size: 2rem;
  max-width: 483px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--green-300);
}

@media (max-width: 767px) {
  .plantas h2 {
    max-width: 90%;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.plantas a {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--green-300);
  text-decoration: none;
}

.plantas a img {
  margin-left: .4rem;
  width: auto;
  height: auto;
}

@media (min-width: 1280px){
  .plantas .swiper a img{
    height: 665px;
  }
}

@media (max-width: 1680px) {
  .plantas a img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 1280px) {
  .plantas a img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .plantas a {
    margin-top: 0;
  }
}

@media(max-height: 760px) and (min-width: 768px){
  .plantas::before{
    height: 1007px;
  }

  .plantas .swiper-wrapper{
    height: 600px;
  }

  .plantas .swiper a img{
    height: 619px;
  }
}

@media(max-height: 735px) and (min-width: 768px){
  .plantas::before{
    height: 941px;
  }

  .plantas .swiper-wrapper{
    height: 655px;
  }

  .plantas .swiper a img{
    height: 644px;
  }
}

@media(min-width: 1600px) and (min-height: 950px){
  .plantas .swiper-wrapper{
    height: 800px;
  }

  .plantas .swiper a img{
    height: 770px;
  }
}

.plantas-carousel {
  padding: 4rem 0 6rem 0;
}

@media(min-width: 1024px){
  .plantas-carousel{
    padding-bottom: 0;
  }
}

.plantas-carousel p {
  color: var(--white-100);
  background: var(--green-500);
  text-align: center;
  padding: .5rem 0;
  font-size: 1.8rem;
  font-family: 'Acid Grotesk Bold';
}

@media (max-width: 767px) {
  .plantas-carousel p {
    font-size: 1.5rem;
  }
}

.plantas-carousel .navigation {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3rem;
}

@media (min-width: 1024px){
  .plantas-carousel .navigation {
    display: none;
  }
}

.plantas-carousel .navigation>div {
  max-width: 185px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plantas-carousel .navigation>div .arrows-plantas {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
}

.plantas-carousel .navigation>div .arrows-plantas::after,
.plantas-carousel .navigation>div .arrows-plantas::before {
  display: none;
}

.plantas-carousel .navigation>div .arrows-plantas img {
  width: auto;
  height: auto;
}

.plantas-carousel .navigation-left > div::after,
.plantas-carousel .navigation-right > div::after{
  content: "";
}

.plantas-carousel .navigation-left img,
.plantas-carousel .navigation-right img{
  width: initial;
  height: initial;
}

@media(min-width: 320px){
  .plantas-carousel .navigation-left,
  .plantas-carousel .navigation-right{
    display: none;
  }
}

@media(min-width: 1024px){
  .plantas-carousel .navigation-left,
  .plantas-carousel .navigation-right{
    display: block;
  }

  .plantas-carousel .navigation-left > div{
    margin-left: 15px;
  }
  
  .plantas-carousel .navigation-right > div{
    margin-right: 15px;
  }
}

@media(min-width: 1319px){
  .plantas-carousel .navigation-left > div{
    margin-left: 100px;
  }
  
  .plantas-carousel .navigation-right > div{
    margin-right: 100px;
  }
}

@media(min-width: 1400px){
  .plantas-carousel .navigation-left > div{
    margin-left: 200px;
  }
  
  .plantas-carousel .navigation-right > div{
    margin-right: 200px;
  }
}

.mosaico {
  padding-top: 2rem;
}

.mosaico-container {
  max-width: 96%;
  margin: 0 auto;
}

.mosaico-container h3,
.mosaico-container p {
  color: var(--green-300);
}

.mosaico-container h3 {
  text-align: right;
  max-width: 268px;
  width: 100%;
}

@media (max-width: 1280px) {
  .mosaico-container h3 {
    max-width: 100%;
    text-align: center;
  }
}

.mosaico-container p {
  max-width: 173px;
}

@media (max-width: 1280px) {
  .mosaico-container p {
    max-width: 100%;
    margin-bottom: 1.3rem;
    text-align: center;
  }
}

.mosaico-container img {
  width: auto;
  height: auto;
}

@media (max-width: 1680px) {
  .mosaico-container img {
    max-width: 100%;
  }
}

.mosaico-container .vuitton {
  transform: translateY(-5rem);
  transition: ease-in-out .7s;
}

.mosaico-container .vuitton.active {
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .mosaico-container .vuitton {
    transform: none;
  }
}

.mosaico-container .hermes {
  transform: translateY(-13rem);
  transition: ease-in-out .7s;
}

.mosaico-container .hermes.active {
  transform: translateY(-6rem);
}

@media (max-width: 1280px) {
  .mosaico-container .hermes.active {
    transform: none !important;
  }
}

@media (max-width: 1280px) {
  .mosaico-container .hermes {
    transform: none;
  }

  .mosaico-container .hermes img {
    width: 100%;
  }
}

.mosaico-container .splcy {
  transform: translate(3rem, -3rem);
  transition: ease-in-out .7s;
}

.mosaico-container .splcy.active {
  transform: translate(5rem, -6rem);
}

@media (max-width: 1680px) {
  .mosaico-container .splcy.active {
    transform: translate(5rem, -3rem);
  }
}

@media (max-width: 1280px) {
  .mosaico-container .splcy.active {
    transform: none !important;
  }
}

@media (max-width: 1680px) {
  .mosaico-container .splcy {
    transform: translate(5rem, -2rem);
  }
}

@media (max-width: 1280px) {
  .mosaico-container .splcy {
    transform: none !important;
  }
}

.mosaico-container .osklen {
  transform: translateY(-7rem);
  z-index: 999;
  transition: ease-in-out .7s;
}

.mosaico-container .osklen.active {
  transform: translateY(-13rem);
}

@media (max-width: 1680px) {
  .mosaico-container .osklen.active {
    transform: translateY(-11rem);
  }
}

@media (max-width: 1280px) {
  .mosaico-container .osklen.active {
    transform: none !important;
  }
}

@media (max-width: 1280px) {
  .mosaico-container .osklen img {
    width: 100%;
  }
}

@media (max-width: 1680px) {
  .mosaico-container .osklen {
    transform: translateY(-9rem);
  }
}

@media (max-width: 1280px) {
  .mosaico-container .osklen {
    transform: none;
  }
}

@media (max-width: 1280px) {
  .mosaico {
    padding: 0 .5rem;
  }

  .mosaico img {
    width: 100%;
  }
}

.parceria {
  background: var(--green-500);
  padding: 2rem 0 4rem 0;
}

.parceria h2 {
  color: var(--white-100);
  text-align: center;
  max-width: 526px;
  width: 100%;
  margin: 0 auto 4rem auto;
}

@media (max-width: 767px) {
  .parceria h2 {
    width: 90%;
  }
}

.parceria-container {
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 1499px) {
  .parceria-container {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.parceria-details {
  position: relative;
}

.parceria-details .box {
  text-align: center;
}

.parceria-details .box img {
  width: auto;
  height: auto;
}

@media (max-width: 1499px) {
  .parceria-details .box img {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .parceria-details .box img {
    width: 95%;
  }
}

@media (min-width: 1280px) {
  .parceria-details .box img {
    height: 583px;
    object-fit: contain;
  }
}

@media(max-height: 760px) and (min-width: 768px){
  .parceria-details .box img{
    height: 513px;
  }
}

@media(max-height: 735px) and (min-width: 768px){
  .parceria-details .box img{
    height: 425px;
  }
}

.parceria-details .box .informations {
  max-width: 303px;
  width: 100%;
  position: absolute;
  text-align: left;
}

.parceria-details .box .informations::after {
  content: "";
  position: absolute;
  background: url(../../src/img/parceria/aspas.png);
  width: 195px;
  height: 153px;
  bottom: 0;
  right: 0;
}

.parceria-details .box .informations img {
  width: auto;
  height: auto;
}

.parceria-details .box .informations p {
  font-size: 1.275rem;
  margin-top: 1.2rem;
  color: var(--white-100);
}

@media (max-width: 1499px) {
  .parceria-details .box .informations p {
    font-size: 1.1rem;
  }
}

@media (max-width: 1280px) {
  .parceria-details .box .informations p {
    font-size: 1rem;
  }
}

.parceria-details .box .informations.right {
  top: 0;
  right: 0;
}

.parceria-details .box .informations.right::after {
  bottom: -3rem;
}

@media (max-width: 1280px) {
  .parceria-details .box .informations.right {
    max-width: 24%;
  }
}

@media (max-width: 767px) {
  .parceria-details .box .informations.right {
    max-width: 95%;
  }
}

@media (max-width: 1280px) {
  .parceria-details .box .informations.right img {
    max-width: 35%;
  }
}

.parceria-details .box .informations.left {
  bottom: 0;
  left: 0;
}

.parceria-details .box .informations.left::after {
  bottom: -2rem;
  right: -2rem;
}

@media (max-width: 767px) {
  .parceria-details .box .informations.left::after {
    right: 0;
  }
}

@media (max-width: 1499px) {
  .parceria-details .box .informations.left img {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .parceria-details .box .informations.left img {
    width: 91%;
  }
}

.parceria-details .box .informations.left p {
  padding-left: 3rem;
  text-align: justify;
}

@media (max-width: 1280px) {
  .parceria-details .box .informations.left p {
    padding-left: .5rem;
  }
}

@media (max-width: 767px) {
  .parceria-details .box .informations.left p {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .parceria-details .box .informations.left {
    max-width: 95%;
    margin: 6rem auto 0 auto;
  }
}

@media (max-width: 1280px) {
  .parceria-details .box .informations {
    max-width: 27%;
  }
}

@media (max-width: 767px) {
  .parceria-details .box .informations {
    width: 90%;
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    margin: 0 auto;
  }
}

.seguranca {
  position: relative;
  /* padding-top: 8rem; */
  padding-top: 4rem;
}

.seguranca::before {
  content: "";
  position: absolute;
  background: url(../../src/img/four.png);
  left: 0;
  top: 0;
  width: 373px;
  height: 1068px;
}

.seguranca::after {
  content: "";
  position: absolute;
  background: url(../../src/img/five.png);
  right: 0;
  top: 0;
  width: 586px;
  height: 1071px;
}

.seguranca h3 {
  color: var(--green-300);
  font-size: 2rem;
}

@media (max-width: 767px) {
  .seguranca h3 {
    font-size: 1.6rem;
  }
}

.seguranca .box img {
  width: auto;
  height: auto;
}

.seguranca .box span {
  margin-left: 1rem;
  font-size: 1.125rem;
  color: var(--green-300);
}

.seguranca .box+div {
  margin-top: 1.5rem;
}

.seguranca .maps {
  margin-top: 3rem;
  max-width: 91%;
  margin-left: auto;
  transform: all .4s;
}

.seguranca .maps h3 {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .seguranca .maps h3 {
    font-size: 1.6rem;
  }
}

.seguranca .maps p {
  font-size: 1.125rem;
  color: var(--green-300);
}

.seguranca .maps .image {
  cursor: pointer;
  text-align: right;
  padding-right: 0;
}

.seguranca .maps .image img {
  max-width: 93%;
  transform: translateY(2.2rem);
}

@media (max-width: 1680px) {
  .seguranca .maps .image img {
    transform: translateY(2rem);
  }
}

@media (max-width: 1280px) {
  .seguranca .maps .image img {
    transform: translateY(0);
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .seguranca .maps .image {
    margin-top: 2rem;
  }
}

.contato-left .logo {
  text-align: center;
}

@media (max-width: 767px) {
  .contato-left .logo img {
    width: 65%;
    margin: 0 auto;
  }
}

@media (max-width: 1680px) {
  .contato-left .description {
    padding-bottom: 2rem;
  }
}

.contato-left img {
  width: auto;
  height: auto;
}

.contato-left a {
  cursor: pointer;
  text-decoration: none;
  color: var(--green-500);
}

.contato-left a img {
  margin-right: .6rem;
}

.contato-left .form {
  background-color: var(--green-500);
  color: var(--white-100);
  padding: 2rem 3rem;
  width: 105%;
  z-index: 9999;
  position: relative;
}

.contato-left .form h3,
.contato-left .form p {
  margin-bottom: 1rem;
}

.contato-left .form>div {
  max-width: 445px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .contato-left .form>div {
    max-width: 95%;
  }
}

.contato-left .form::before {
  content: "";
  position: absolute;
  background-color: white;
  top: -.5rem;
  right: -.5rem;
  width: 102%;
  height: 12px;
  z-index: 9999999;
}

@media (max-width: 767px) {
  .contato-left .form::before {
    display: none;
  }
}

.contato-left .form::after {
  content: "";
  position: absolute;
  background-color: white;
  top: 0;
  right: -.5rem;
  width: 12px;
  height: 100%;
  z-index: 9999999;
}

@media (max-width: 767px) {
  .contato-left .form::after {
    display: none;
  }
}

.contato-left .form form input {
  background-color: var(--white-100);
  width: 100%;
  padding-left: .5rem;
  border: none;
  height: 40px;
}

.contato-left .form form input::placeholder {
  text-transform: uppercase;
}

.contato-left .form form input.phone {
  padding-left: 3rem;
}

.contato-left .form form .iti {
  width: 100%;
  margin: 1rem 0;
}

.contato-left .form form .aceite {
  /* margin-top: 1.5rem; */
  /* font-size: 0.75rem; */
  font-size: 1rem;
  margin-top: 0.5rem;
}

.contato-left .form form .aceite input {
  /* width: auto; */
  /* height: auto; */
  width: 17px;
  height: 17px;
}

.contato-left .form form .aceite a {
  color: var(--white-100);
  text-decoration: underline;
}

.contato-left .form form button {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-100);
  margin-left: auto;
}

.contato-left .form form button img {
  margin-left: .5rem;
}

@media (max-width: 1280px) {
  .contato-left .form {
    width: 100%;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .contato-left .form {
    padding: 2rem 1rem;
  }
}

.contato-right {
  z-index: 9;
}

.contato-right img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .contato {
    margin-top: 3rem;
  }
}

body {
  background-color: var(--white-100);
}

h1,
h2,
h3 {
  font-family: 'Acid Grotesk Bold';
}

footer {
  padding: 2rem 0;
}

@media(min-width: 768px){
  footer .realizacao-e-construcao{
    padding-right: 5rem;
  }
}

footer .redes-sociais a {
  background: #2e332b;
  border-radius: 50%;
  height: 39px;
  width: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer .redes-sociais img {
  /* height: auto; */
  /* width: 20%; */
  width: auto;
  height: 70%;
}

@media (max-width: 1280px) {
  footer .redes-sociais img {
    width: auto;
  }
}

@media (max-width: 1280px) {
  footer .redes-sociais {
    text-align: center;
    margin-bottom: 1.2rem;
  }
}

footer img {
  height: auto;
}

footer img.piimo {
  width: 50%;
}

@media(min-width: 768px){
  footer img.piimo {
    width: 55%;
  }
}

@media (max-width: 767px) {
  footer img.piimo {
    margin-bottom: 1.2rem;
  }
}

footer img.bd {
  /* width: 28%; */
  width: 23%;
}

footer img.incena {
  width: 55%;
}

footer p.copyright {
  font-size: .8rem;
  color: var(--green-300);
}

@media (max-width: 1280px) {
  footer p.copyright {
    text-align: center;
    margin: 1.2rem 0;
  }
}

/* .whatsapp {
  position: fixed;
  text-align: right;
  bottom: 2rem;
  right: .8rem;
  cursor: pointer;
  z-index: 9999;
}

.whatsapp img {
  width: 80%;
  margin: 0 auto;
} */

.mais-informacoes {
  position: fixed;
  text-align: right;
  bottom: 2rem;
  right: .8rem;
  cursor: pointer;
  z-index: 9999;
}

.mais-informacoes .content .text{
  text-align: center;
  font-weight: 600;
  line-height: 1.125rem;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #D09747;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}

.mais-informacoes .content .item{
  position: absolute;
  left: 0;
  right: 0;
  top: 29px;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
  border-radius: 50%;
  transition: all 0.5s ease;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
}

.mais-informacoes .content .item img{
  width: 25px;
  height: 25px;
}

.mais-informacoes .content .item.form{
  background-color: #857550;
}

.mais-informacoes .content .item.whatsapp{
  background-color: #11aa3e;
}

.mais-informacoes.show-items .content .item{
  display: flex;
  opacity: 1;
  pointer-events: initial;
}

.mais-informacoes.show-items .content .item.form{
  transform: translate(0, -170px);
}

.mais-informacoes.show-items .content .item.whatsapp{
  transform: translate(0px, -95px);
}

#modal-maps {
  z-index: 999999;
}

#modal-whatsapp {
  z-index: 999999;
}

#modal-whatsapp .modal-content {
  background-color: var(--green-500);
  color: var(--white-100);
  position: relative;
  overflow: hidden;
}

#modal-whatsapp .modal-content::after {
  position: absolute;
  content: "";
  background: url(../../src/img/circleWhatsapp.png);
  width: 100%;
  height: 100%;
  top: 0%;
  right: 0;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  transform: translateX(20%);
}

@media (max-width: 1280px) {
  #modal-whatsapp .modal-content::after {
    background-position: bottom;
  }
}

#modal-whatsapp .modal-content .form {
  z-index: 9;
}

#modal-whatsapp .modal-content .form form input {
  background-color: transparent;
  width: 100%;
  padding-left: .5rem;
  border: none;
  border-bottom: solid 1px var(--white-100);
  color: var(--white-100);
  height: 40px;
}

#modal-whatsapp .modal-content .form form input::placeholder {
  text-transform: uppercase;
  color: var(--white-100);
}

#modal-whatsapp .modal-content .form form input.phone {
  padding-left: 3rem;
}

#modal-whatsapp .modal-content .form form .iti {
  width: 100%;
  margin: 1rem 0;
}

#modal-whatsapp .modal-content .form form .aceite {
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.75rem;
}

#modal-whatsapp .modal-content .form form .aceite input {
  width: auto;
  height: auto;
}

#modal-whatsapp .modal-content .form form .aceite a {
  color: var(--white-100);
  text-decoration: underline;
}

#modal-whatsapp .modal-content .form form button {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-100);
  margin-left: auto;
}

#modal-whatsapp .modal-content .form form button img {
  margin-left: .5rem;
}

#modal-whatsapp .modal-content img {
  width: auto;
  height: auto;
}

#modal-politica .modal-content .modal-header {
  background-color: var(--green-500);
  color: var(--white-100);
}

#modal-politica .modal-content h5,
#modal-politica .modal-content h6 {
  font-family: 'Acid Grotesk Bold';
}

#modal-politica .modal-content .questions ul li {
  font-family: 'Acid Grotesk Bold';
}

#modal-politica .modal-content .questions ul p {
  margin-top: 1rem;
}

@media (max-width: 912px) {
  .reverse-column {
    flex-direction: column-reverse;
  }

  .seguranca .row {
    gap: 15px;
  }
}

@media (max-width:991px) {
  .display-desktop {
    display: none;
  }
}

@media (min-width:991px) {
  .display-mobile {
    display: none;
  }
}

.arrows-nascimento::after,
.arrows-nascimento::before {
  display: none;
}

.arrows-nascimento img {
  width: auto;
  height: auto;
}

.swiper-pagination {
  position: relative;
  bottom: unset;
}

.swiper-pagination .swiper-pagination-bullet {
  background: rgba(159, 129, 59, 1);
  width: 17px;
  height: 17px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--green-300);
  padding: 0.3rem;
  border: solid 1px var(--green-300);
}

@media (max-width: 767px) {
  .swiper-pagination {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=nascimento.css.map */
