@charset "UTF-8";
/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.single-empreendimentos.body-modal-ativo {
  overflow: hidden;
}
body.single-empreendimentos header {
  display: none;
}
body.single-empreendimentos .btn-fixed .btn-fixo {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fea869;
  padding: 18px 28px;
  transition: 0.6s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .btn-fixed .btn-fixo {
    bottom: 16px;
    left: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 444px;
  }
}
body.single-empreendimentos .btn-fixed .btn-fixo p {
  text-align: center;
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .btn-fixed .btn-fixo svg path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .btn-fixed .btn-fixo:hover {
  background: #104f4b;
}
body.single-empreendimentos .btn-fixed .btn-fixo:hover svg path {
  fill: #fff;
}
body.single-empreendimentos .btn-fixed .btn-fixo:hover p {
  color: #fff;
}
body.single-empreendimentos .btn-fixed .btn-ativo-fixed {
  opacity: 1;
  pointer-events: initial;
}
body.single-empreendimentos .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  transition: 0.6s;
  padding: 16px 20px;
  gap: 24px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .menu {
    gap: 0;
    padding: 20px 60px;
  }
}
body.single-empreendimentos .menu .links-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .menu .links-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .menu .links-menu .link-menu {
  color: #f0efea;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 90%; /* 12.6px */
  letter-spacing: -0.14px;
  position: relative;
}
body.single-empreendimentos .menu .links-menu .link-menu::after {
  content: "";
  bottom: -6px;
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background-color: #fff;
}
body.single-empreendimentos .menu .links-menu .link-menu:hover::after {
  width: 100%;
}
body.single-empreendimentos .menu .box-svg svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .menu .box-svg svg {
    height: 70px;
    width: 300px;
  }
}
body.single-empreendimentos .menu .box-svg svg path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .menu .box-navbar {
    display: none;
  }
}
body.single-empreendimentos .menu .box-navbar .navigation__menu-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .menu .box-navbar .navigation__menu-label {
    display: none;
  }
}
body.single-empreendimentos .menu .box-navbar .navigation__menu-label .navigation__label-bar {
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background-color: #fff;
}
body.single-empreendimentos .menu .box-navbar .sidebar {
  position: absolute;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #30504e;
  width: 80%;
  right: 0;
  top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  gap: 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 2;
}
body.single-empreendimentos .menu .box-navbar .sidebar .desktop-header {
  font-size: clamp(18px, 5vw, 26px);
}
body.single-empreendimentos .menu .box-navbar .sidebar .box-links-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
body.single-empreendimentos .menu .box-navbar .sidebar .box-links-menu .link-menu {
  color: #f0efea;
  font-family: "Space Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 90%; /* 12.6px */
  letter-spacing: -0.14px;
  position: relative;
}
body.single-empreendimentos .menu .box-navbar .sidebar .box-links-menu .link-menu::after {
  content: "";
  bottom: -6px;
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background-color: #fff;
}
body.single-empreendimentos .menu .box-navbar .sidebar .box-links-menu .link-menu:hover::after {
  width: 100%;
}
body.single-empreendimentos .menu .box-navbar .active-btn .navigation__label-bar1 {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
}
body.single-empreendimentos .menu .box-navbar .active-btn .navigation__label-bar2 {
  opacity: 0;
  visibility: hidden;
  background: #FFF;
}
body.single-empreendimentos .menu .box-navbar .active-btn .navigation__label-bar3 {
  bottom: 10.85px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #FFF;
}
body.single-empreendimentos .menu .box-navbar .active-sidebar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.single-empreendimentos .menu .box-navbar .active-sidebar .btn-proposito .link-btn .svg-btn-link {
  display: none;
}
body.single-empreendimentos .menu .box-navbar .active-sidebar .desktop-header-botoes {
  opacity: 1 !important;
  visibility: visible !important;
}
body.single-empreendimentos .menu .box-navbar .box-link-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
body.single-empreendimentos .menu .box-navbar .box-link-header-mobile .desktop-header-links {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  line-height: 140%;
}
body.single-empreendimentos .menu .box-navbar .box-link-header-mobile .desktop-header-links::after {
  content: "";
  bottom: -2px;
  width: 0;
  height: 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  position: absolute;
  background-color: #4dbab4;
}
body.single-empreendimentos .menu .box-navbar .box-link-header-mobile .desktop-header-links:hover::after {
  width: 100%;
}
body.single-empreendimentos .menu .box-navbar .box-links-botoes-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
body.single-empreendimentos .menu .box-navbar .box-links-botoes-mobile .desktop-header-botoes {
  cursor: pointer;
  padding: 15px 31px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 40px;
}
body.single-empreendimentos .menu .box-navbar .box-links-botoes-mobile .desktop-header-botoes.botao-modo-v1 {
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid white;
}
body.single-empreendimentos .menu .box-navbar .box-links-botoes-mobile .desktop-header-botoes.botao-modo-v1:hover {
  background-color: #6bb8b3;
  color: white;
  -webkit-transition: all 550ms;
  transition: all 550ms;
  border-color: #6bb8b3;
}
body.single-empreendimentos .menu .box-navbar .box-links-botoes-mobile .desktop-header-botoes.botao-modo-v2 {
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid white;
}
body.single-empreendimentos .menu .box-navbar .box-links-botoes-mobile .desktop-header-botoes.botao-modo-v2:hover {
  background-color: #6bb8b3;
  color: white;
  -webkit-transition: all 550ms;
  transition: all 550ms;
  border-color: #6bb8b3;
}
body.single-empreendimentos .menu-sticky {
  background-color: #fff;
  padding: 14px 20px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .menu-sticky {
    padding: 14px 48px;
  }
}
body.single-empreendimentos .menu-sticky .links-menu .link-menu {
  color: #30504e;
}
body.single-empreendimentos .menu-sticky .links-menu .link-menu::after {
  background-color: #30504e;
}
body.single-empreendimentos .menu-sticky .box-svg svg {
  height: 46px;
  width: 229px;
}
body.single-empreendimentos .menu-sticky .box-svg svg .logo {
  stroke: #30504e;
}
body.single-empreendimentos .menu-sticky .box-svg svg .vila {
  fill: #30504e;
}
body.single-empreendimentos .menu-sticky .navigation__menu-label .navigation__label-bar {
  background-color: #30504e !important;
}
body.single-empreendimentos .menu-sticky .navigation__menu-label.active-btn .navigation__label-bar {
  background: #fff !important;
}
body.single-empreendimentos .banner {
  position: relative;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .banner {
    overflow: hidden;
  }
}
body.single-empreendimentos .banner .imagem-banner {
  width: 100vw;
  position: relative;
  padding: 120px 0 240px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .banner .imagem-banner {
    padding: 120px 0;
  }
}
@media (min-height: 800px) {
  body.single-empreendimentos .banner .imagem-banner {
    height: 100vh;
  }
}
body.single-empreendimentos .banner .imagem-banner .img-desktop,
body.single-empreendimentos .banner .imagem-banner .img-mobile {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  left: 0;
  top: 0;
}
body.single-empreendimentos .banner .imagem-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  pointer-events: none;
  z-index: 3;
}
body.single-empreendimentos .banner .imagem-banner .img-desktop {
  z-index: 2;
}
@media (max-width: 1024px) {
  body.single-empreendimentos .banner .imagem-banner .img-desktop {
    display: none;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper h1 {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 54px */
  letter-spacing: -1.08px;
  font-size: 46px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper h1 {
    font-size: 54px;
    width: 23%;
    padding-bottom: 120px;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form {
  width: 355px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 30px;
  background: #fff5ed;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(130, 108, 91, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(130, 108, 91, 0.1);
  padding: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper .box-form {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper .box-form {
    width: 500px;
  }
}
@media (max-height: 800px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper .box-form {
    width: 455px;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .titulo-form {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  gap: 4px;
  letter-spacing: -0.44px;
  margin-bottom: 4px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (min-width: 1600px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .titulo-form {
    font-size: 30px;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .bg-bold {
  border-radius: 44173.031px;
  padding: 6px 12px;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  max-width: 70%;
  letter-spacing: -0.4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 14px;
}
@media (min-width: 1600px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .bg-bold {
    font-size: 26px;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .descricao-form {
  margin-bottom: 20px;
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .descricao-form {
    font-size: 22px;
  }
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd {
  margin-bottom: 24px;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .bricks-form__fieldset {
  gap: 10px;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .bricks-form__fieldset .bricks-form__static span {
  color: rgba(16, 79, 75, 0.8) !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .bricks-form__fieldset .bricks-form__static span strong a {
  color: rgba(16, 79, 75, 0.8) !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .rd-section {
  background-color: transparent !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .rd-section .bricks-form__input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(22, 112, 121, 0.2) !important;
  color: rgba(16, 79, 75, 0.8) !important;
  font-family: "Space Grotesk" !important;
  width: 100% !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .rd-section .select2-container {
  display: none !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .rd-section .rd-button {
  border: none !important;
  border-radius: 444px !important;
  background: #fea869 !important;
  cursor: pointer !important;
  color: #104f4b !important;
  font-family: "Space Grotesk" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 2.4px !important;
  -webkit-transition: 0.6s !important;
  transition: 0.6s !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-rd .rd-section .rd-button:hover {
  background: #104f4b !important;
  color: #fff !important;
}
body.single-empreendimentos .banner .imagem-banner .wrapper .box-form .box-svg-mcmv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-empreendimentos .banner .imagem-banner .svg-banner {
  position: absolute;
  z-index: 5;
  left: 50%;
  display: none;
  bottom: 49px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .banner .imagem-banner .svg-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .banner .imagem-banner .svg-banner .bounce {
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
body.single-empreendimentos .banner .box-formulario-feedback {
  position: fixed;
  z-index: 99999999;
  top: 182px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: none;
}
body.single-empreendimentos .banner .box-formulario-feedback .box-sucesso {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding: 17px 20px;
  min-width: 390px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.single-empreendimentos .banner .box-formulario-feedback .box-sucesso.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.single-empreendimentos .banner .box-formulario-feedback .box-sucesso .box-conteudo {
  font-size: 16px;
  font-style: normal;
  line-height: 140%; /* 16.8px */
  font-family: "Space Grotesk";
  letter-spacing: 0.24px;
}
body.single-empreendimentos .banner .box-formulario-feedback .box-sucesso .box-conteudo .titulo-sucesso {
  font-family: "Space Grotesk";
  font-weight: 600;
}
body.single-empreendimentos .banner .box-formulario-feedback .box-sucesso .close-feedback-sucesso {
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .banner .box-formulario-feedback .box-sucesso .close-feedback-sucesso:hover {
  scale: 1.05;
}
body.single-empreendimentos .zulu-apresenta {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta {
    padding: 128px 0;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: calc(100vh - 120px);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta {
    height: 100%;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 30px;
  background: #e5ddd4;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu {
    height: 558px;
    padding: 56px;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1600px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu {
    height: 800px;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text-off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text-off {
    width: 70%;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 30%;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text .nome-zulu {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24.46px */
  letter-spacing: -0.489px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text .nome-zulu {
    color: #104f4b;
    font-size: 24.46px;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text .titulo-empreendimento-zulu {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.223px;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 32px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text .titulo-empreendimento-zulu {
    color: #104f4b;
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-text .titulo-empreendimento-zulu {
    font-size: 72px;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-img {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-img::after {
  content: "";
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10.44%, rgba(0, 0, 0, 0.4)), color-stop(55.48%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 10.44%, rgba(0, 0, 0, 0) 55.48%);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-img::after {
    display: none;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-img::before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0); /* Inicialmente invisível e reduzido */
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  background: #e5ddd4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .svg-close {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: 80px;
  right: 30px;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .svg-close path {
  stroke: #fff;
}
@media (min-width: 768px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .svg-close {
    top: 40px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .svg-close path {
    stroke: #212121;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .my-video {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .my-video {
    height: 90%;
    max-width: 90%;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie .my-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .box-youtube-vivencie-modal {
  pointer-events: auto;
  z-index: 99999;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu.vivencie-modal {
  z-index: 9999;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .button-play {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .button-play svg {
    height: 80px;
    width: 80px;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .button-play svg circle {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .button-play svg path {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-video-zulu .button-play:hover svg circle {
  fill: #7e9fa6;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-svg-left {
  width: 10%;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-svg-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-svg-left svg {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-svg-right {
  width: 10%;
  height: auto;
  display: none;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-svg-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .zulu-apresenta .conteudo-zulu-apresenta .box-svg-right svg {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.single-empreendimentos .mapa {
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
body.single-empreendimentos .mapa.mapa-modal-ativo {
  overflow: initial;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa {
    padding-top: 40px;
  }
}
body.single-empreendimentos .mapa .titulo-banner-mobile {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.44px;
  font-size: 28px;
  padding: 24px 0;
  top: -20px;
  position: absolute;
  left: 50%;
  text-align: center;
  z-index: 4;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
body.single-empreendimentos .mapa .titulo-banner-mobile .bg-effect {
  border-radius: 44173.031px;
  background: #ffa869;
  padding: 0 20px;
  margin-left: -10px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .titulo-banner-mobile .bg-effect {
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .titulo-banner-mobile {
    font-size: 48px;
    top: -10px;
  }
}
body.single-empreendimentos .mapa .imagem-mapa {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .imagem-mapa {
    height: 650px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .imagem-mapa {
    border-radius: 4000px;
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  body.single-empreendimentos .mapa .imagem-mapa {
    height: 800px;
  }
}
body.single-empreendimentos .mapa .imagem-mapa .img-desktop {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  body.single-empreendimentos .mapa .imagem-mapa .img-desktop {
    display: none;
  }
}
body.single-empreendimentos .mapa .imagem-mapa .img-desktop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
  pointer-events: none;
  z-index: 3;
}
body.single-empreendimentos .mapa .imagem-mapa .img-mobile {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  max-inline-size: initial;
  overflow: scroll;
  height: 100%;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .imagem-mapa .img-mobile {
    display: none;
  }
}
body.single-empreendimentos .mapa .btn-modal {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  background: #fff5ed;
  padding: 28px 72px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .mapa .btn-modal:hover {
  background: #104f4b;
  color: #fff5ed;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .btn-modal {
    border-radius: 444px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: -36px auto 0px;
  }
}
body.single-empreendimentos .mapa .modal {
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff5ed;
  padding: 0 24px 60px;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .modal {
    padding: 0 24px 24px;
    width: 40vw;
  }
}
body.single-empreendimentos .mapa .modal .box-svg-close {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #fff5ed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 24px 0;
}
body.single-empreendimentos .mapa .modal .box-svg-close .svg-close-modal {
  cursor: pointer;
}
@media (max-width: 1024px) {
  body.single-empreendimentos .mapa .modal .box-svg-close .svg-close-modal {
    width: 40px;
    height: 40px;
  }
}
body.single-empreendimentos .mapa .modal .box-titulo-lugar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 4px;
  border-bottom: 1.5px solid #104f4b;
}
body.single-empreendimentos .mapa .modal .box-titulo-lugar .titulo-lugar {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 3.5px;
}
body.single-empreendimentos .mapa .modal .box-lugares {
  padding: 24px 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
body.single-empreendimentos .mapa .modal .box-lugares .row-lugares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .titulo-lugares {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  width: 100%;
}
body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .box-numeros {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .box-numeros .distacia-lugares {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .box-numeros .distacia-lugares {
    font-size: 16px;
  }
}
body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .box-numeros .box-svg-lugares {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .box-numeros .box-svg-lugares .minutos-lugares {
  color: #104f4b;
  font-family: "Space Grotesk";
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.16px;
  width: 34px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .mapa .modal .box-lugares .row-lugares .box-numeros .box-svg-lugares .minutos-lugares {
    font-size: 16px;
  }
}
body.single-empreendimentos .mapa .modal-ativo {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.single-empreendimentos .conquiste {
  padding-bottom: 180px;
}
body.single-empreendimentos .conquiste .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .conquiste .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 200px;
  }
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo .box-svgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo .titulo-conquiste {
  color: #fff;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
  margin-bottom: 35px;
  font-size: 28px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .conquiste .wrapper .box-conteudo .titulo-conquiste {
    font-size: 48px;
  }
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo .titulo-conquiste .bg-effect {
  border-radius: 44173.031px;
  background: #ffa869;
  padding: 0 20px;
  margin-left: -10px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .conquiste .wrapper .box-conteudo .titulo-conquiste .bg-effect {
    margin-left: -20px;
  }
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo .box-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo .box-lista .row-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-empreendimentos .conquiste .wrapper .box-conteudo .box-lista .row-item p {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .conquiste .wrapper .box-conteudo .box-lista .row-item p {
    font-size: 16px;
  }
}
body.single-empreendimentos .conquiste .wrapper .box-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  width: 100%;
  max-height: 730px;
}
body.single-empreendimentos .conquiste .wrapper .box-img::after {
  position: absolute;
  content: "";
  left: 0;
  height: 70%;
  width: 100%;
  z-index: 0;
  border-radius: 400px;
  background: #ffa869;
  bottom: 50px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .conquiste .wrapper .box-img::after {
    bottom: 0;
  }
}
body.single-empreendimentos .conquiste .wrapper .box-img img {
  max-height: 730px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 400px;
  position: relative;
  z-index: 1;
}
body.single-empreendimentos .area-comuns {
  overflow: hidden;
  background-color: #e5ddd4;
  padding: 58px 0 120px;
  z-index: 1;
  position: relative;
  border-radius: 80px 80px 0 0;
  margin-top: -80px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns {
    border-radius: 80px;
  }
}
body.single-empreendimentos .area-comuns .hidden-image {
  display: none;
}
body.single-empreendimentos .area-comuns .label-area-comuns {
  border-radius: 400px;
  padding: 10px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
body.single-empreendimentos .area-comuns .box-galeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  gap: 40px;
}
@media (min-width: 768px) {
  body.single-empreendimentos .area-comuns .box-galeria {
    padding: 0 0 0 60px;
  }
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria {
    padding: 0 0 0 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-conteudo {
  width: 100%;
  padding: 0 24px 0;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-conteudo {
    padding: initial;
    width: 30%;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-conteudo .titulo-area-comuns {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
body.single-empreendimentos .area-comuns .box-galeria .box-conteudo .descricao-area-comuns {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 380px;
  margin-bottom: 32px;
}
body.single-empreendimentos .area-comuns .box-galeria .box-conteudo .label-planta-area-comuns {
  cursor: pointer;
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 10.8px */
  border-radius: 400px;
  border: 2px solid #ffa869;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 32px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .area-comuns .box-galeria .box-conteudo .label-planta-area-comuns:hover {
  background-color: #ffa869;
}
body.single-empreendimentos .area-comuns .box-galeria .box-conteudo .area-comun-plantas {
  display: none;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper {
  overflow: hidden;
  padding-right: 0;
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 768px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper {
    padding: initial;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper {
    width: 70%;
    padding-right: 80px;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria {
  position: relative;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .swiper-pagination {
  bottom: -40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 50%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .swiper-pagination {
    display: none;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  background-color: #003b4b;
  border-radius: 40px;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 0px;
  bottom: -40px;
  width: 100%;
  gap: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  pointer-events: none;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    top: 50%;
    bottom: initial;
    height: 74px;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 12px;
  height: 14px;
  pointer-events: auto;
  margin-top: 0;
  top: 0;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons svg {
    width: 80px;
    -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
    height: 80px;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons svg circle {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons svg:hover {
  scale: 1.02;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons svg:hover circle {
  stroke-width: 2;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .desktop-next,
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .desktop-prev {
  display: none;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .desktop-next,
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .desktop-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .mobile-next,
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .mobile-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 16px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .mobile-next,
  body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .mobile-prev {
    display: none;
  }
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .swiper-galeria .box-buttons .swiper-button-disabled {
  opacity: 0;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .slide-image {
  max-height: 550px;
  position: relative;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .slide-image .titulo-galeria-area-comuns {
  position: absolute;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.24px;
  top: 40px;
  z-index: 9;
  left: 32px;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .slide-image .box-galeria-areas {
  height: 550px;
  position: relative;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .slide-image .box-galeria-areas::before {
  content: "";
  background: linear-gradient(166.94deg, rgba(0, 0, 0, 0.25) 1.03%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 60px;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .slide-image .box-galeria-areas a {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-empreendimentos .area-comuns .box-galeria .box-swiper .slide-image .box-galeria-areas img {
  max-height: 550px;
  border-radius: 60px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-empreendimentos .plantas {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .plantas {
    padding: 220px 0 120px;
    margin-top: -100px;
  }
}
body.single-empreendimentos .plantas .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .plantas .wrapper {
    gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas {
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .plantas .wrapper .box-textos-plantas {
    width: 40%;
  }
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .titulo-plantas {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  padding: 10px 24px;
  border-radius: 400px;
  background: #ffa869;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .plantas {
  display: none;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .box-repetidor-textos-plantas {
  margin-bottom: 32px;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .link-plantas {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 10.8px */
  border-radius: 400px;
  border: 2px solid #ffa869;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  cursor: pointer;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .link-plantas:hover {
  background-color: #ffa869;
  color: #003b4b;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .row-plantas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0 25px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0.15) 100%);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .plantas .wrapper .box-textos-plantas .row-plantas {
    padding: 25px 55px 25px 0;
  }
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .row-plantas .titulo-repetidor-planta {
  color: #fff5ed;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 28.8px */
  letter-spacing: -0.64px;
  margin-bottom: 10px;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .row-plantas .metragem-repetidor-planta {
  color: #fff5ed;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.14px;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .row-plantas .label-repetidor-planta {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 10.8px */
  border-radius: 400px;
  border: 2px solid #ffa869;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  height: 52px;
  cursor: pointer;
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .hover-active {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}
body.single-empreendimentos .plantas .wrapper .box-textos-plantas .hover-active .label-repetidor-planta {
  background-color: #ffa869;
  color: #104f4b;
}
body.single-empreendimentos .plantas .wrapper .box-imagens {
  position: relative;
  width: 100%;
  height: 450px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .plantas .wrapper .box-imagens {
    height: 600px;
    width: 60%;
  }
}
body.single-empreendimentos .plantas .wrapper .box-imagens .swiper-galeria-planta {
  width: 100%;
  height: 100%;
}
body.single-empreendimentos .plantas .wrapper .box-imagens .swiper-galeria-planta .swiper-wrapper {
  width: 100%;
  height: 100%;
}
body.single-empreendimentos .plantas .wrapper .box-imagens .row-img {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .plantas .wrapper .box-imagens .row-img {
    height: 600px;
  }
}
body.single-empreendimentos .plantas .wrapper .box-imagens .row-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-empreendimentos .diferencias {
  padding: 88px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias {
    padding: 88px 0 200px;
  }
}
body.single-empreendimentos .diferencias .titulo-diferencias {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  background-color: #ffa869;
  padding: 10px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 72px;
  border-radius: 400px;
}
body.single-empreendimentos .diferencias .box-card-diferencias {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  gap: 56px 20px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .box-card-diferencias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  body.single-empreendimentos .diferencias .box-card-diferencias {
    max-width: 1440px;
    margin: 0 auto;
  }
}
body.single-empreendimentos .diferencias .box-card-diferencias .row-cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  body.single-empreendimentos .diferencias .box-card-diferencias .row-cards {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 320px;
        -ms-flex: 1 1 320px;
            flex: 1 1 320px;
  }
}
body.single-empreendimentos .diferencias .box-card-diferencias .row-cards .box-svg {
  margin-bottom: 14px;
}
body.single-empreendimentos .diferencias .box-card-diferencias .row-cards .texto-diferencias {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.15px;
  max-width: 80%;
}
@media (max-width: 768px) {
  body.single-empreendimentos .diferencias .wrapper {
    padding: initial;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca {
  position: relative;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .swiper-diferenca {
    display: none;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca .swiper-wrapper .row-cards {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-empreendimentos .diferencias .swiper-diferenca .swiper-wrapper .row-cards .box-svg {
  margin-bottom: 14px;
}
body.single-empreendimentos .diferencias .swiper-diferenca .swiper-wrapper .row-cards .texto-diferencias {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.15px;
  max-width: 80%;
}
body.single-empreendimentos .diferencias .swiper-diferenca .swiper-pagination {
  bottom: -40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 70%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .swiper-diferenca .swiper-pagination {
    display: none;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  background-color: #ffa869;
  border-radius: 40px;
}
body.single-empreendimentos .diferencias .swiper-diferenca .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 0px;
  bottom: 80px;
  width: 100%;
  padding: 0 24px;
  gap: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  pointer-events: none;
  height: 38px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    top: 50%;
    bottom: initial;
    height: 74px;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  pointer-events: auto;
  margin-top: 0;
  top: 0;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons svg {
    width: 80px;
    -webkit-filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
    height: 80px;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons svg circle {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons svg:hover {
  scale: 1.02;
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons svg:hover circle {
  stroke-width: 2;
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .desktop-next,
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .desktop-prev {
  display: none;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .desktop-next,
  body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .desktop-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .mobile-next,
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .mobile-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .mobile-next,
  body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .mobile-prev {
    display: none;
  }
}
body.single-empreendimentos .diferencias .swiper-diferenca .box-buttons .swiper-button-disabled {
  opacity: 0;
}
body.single-empreendimentos .redefinimos-conceito {
  position: relative;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .redefinimos-conceito {
    height: 100vh;
    margin-top: -80px;
  }
}
body.single-empreendimentos .redefinimos-conceito .box-img {
  width: 100%;
  height: 500px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .redefinimos-conceito .box-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
body.single-empreendimentos .redefinimos-conceito .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-empreendimentos .redefinimos-conceito .box-img .img-desktop {
  border-radius: 80px;
  display: none;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .redefinimos-conceito .box-img .img-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.single-empreendimentos .redefinimos-conceito .box-img .img-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .redefinimos-conceito .box-img .img-mobile {
    display: none;
  }
}
body.single-empreendimentos .redefinimos-conceito .wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  body.single-empreendimentos .redefinimos-conceito .wrapper {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  body.single-empreendimentos .redefinimos-conceito .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body.single-empreendimentos .redefinimos-conceito .wrapper .w100 {
  width: 100%;
}
body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo {
  background: #fff5ed;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(130, 108, 91, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(130, 108, 91, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 0 0 40px 40px;
  padding: 32px;
}
@media (min-width: 1024px) {
  body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo {
    padding: 55px 44px;
    max-width: 445px;
    border-radius: 40px;
  }
}
@media (min-width: 1600px) {
  body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo {
    max-width: 540px;
  }
}
body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo .box-svg {
  margin-bottom: 40px;
}
body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo .titulo-redefinimos {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33px */
  letter-spacing: -0.6px;
  margin-bottom: 4px;
}
body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo .box-svg-redefinimos {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
body.single-empreendimentos .redefinimos-conceito .wrapper .box-conteudo .descricao-redefinimos {
  color: #104f4b;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
/*# sourceMappingURL=single-empreendimentos.css.map */
