@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/*================================*/
/*================================*/
/*================================*/
/*================================*/
/*================================*/
/*================================*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #002044;
}

::-webkit-scrollbar-thumb {
  background: #3259B2;
}

::-webkit-scrollbar-thumb:hover {
  background: #3259B2;
}

main {
  display: block;
  width: 100%;
  overflow: hidden;
}

.page {
  width: 100%;
  padding: 1rem 1vw 0 1vw;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.page.bg-gray {
  background-color: #F4F5F9;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.header_fix {
  padding-top: 142px;
}

.container {
  width: 85vw;
  margin: 0 auto;
}

.title_section {
  font-family: "Montserrat", sans-serif;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  color: #002044;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}

.page-title {
  width: 100%;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  background: #213D80 url("../img/banners/hero_bg.jpg") no-repeat center;
  background-size: cover;
  border-radius: 50px;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-title.pb {
  padding-bottom: 12rem;
}

.page-title h1 {
  width: 85vw;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.05em;
  text-align: left;
  color: #ffffff;
}

.btn {
  transition: background-color linear 0.45s;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
}

.btn:not(:has(a)) {
  padding: 1.125rem 2rem;
}

.btn a {
  width: 100%;
  padding: 1.125rem 2rem;
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn .icon {
  width: 16px;
}

.btn.outline {
  background-color: transparent;
}

.btn.outline.white {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn.outline.white:hover {
  background-color: #ffffff;
  color: #313131;
}

.btn.outline.dark {
  color: #313131;
  border: 1px solid #313131;
  font-size: 0.7rem;
  font-weight: 500;
}

.btn.outline.dark:hover {
  background-color: #313131;
  color: #ffffff;
}

.btn.outline.secondary {
  color: #D1AA67;
  border: 1px solid #D1AA67;
}

.btn.outline.secondary:hover {
  background-color: #ffffff;
  color: #313131;
}

.btn.solid.secondary {
  background-color: #D1AA67;
  color: #313131;
}

.btn.solid.secondary:hover {
  background-color: #ffffff;
  color: #313131;
}

.btn.solid.white {
  background-color: #ffffff;
  color: #313131;
}

.btn.solid.white:hover {
  background-color: #D1AA67;
  color: #313131;
}

.btn.solid.dark {
  background-color: #313131;
  color: #ffffff;
}

.btn.solid.dark:hover {
  background-color: #666666;
  color: #ffffff;
}

.parallax-mirror {
  border-radius: 24px;
}

/* BOTAO WHATSAPP */
#whats {
  position: fixed;
  right: 32px;
  bottom: 12px;
  z-index: 999;
  background-color: #666666;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  transition: 0.3s;
}

#whats a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#whats i {
  color: #fff;
  font-size: 36px;
  left: -1px;
  position: relative;
}

/* LIGHBOX DO CTA */
.contact_lightbox {
  width: 100vw;
  height: 100vh;
  padding: 2rem 0;
  position: fixed;
  z-index: 999;
  bottom: -100vh;
  left: 0;
  transition: all linear 0.35s;
}

.contact_lightbox .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.71);
}

.contact_lightbox_content {
  width: 30%;
  padding: 1.375rem 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #313131;
}

.contact_lightbox_content_title {
  width: 100%;
  padding: 0 0 2.5rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.contact_lightbox_content_title h3 {
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
}

.contact_lightbox_content_title .close_lightbox {
  position: absolute;
  top: 0;
  right: 0;
}

.contact_lightbox_content_title .close_lightbox i {
  cursor: pointer;
  font-size: 24px;
  color: #ADADAD;
}

.contact_lightbox_content_actions {
  width: 100%;
}

.contact_lightbox_content_actions a {
  width: 100%;
  height: auto;
  padding: 0.8rem 1.5rem;
  border: 1px solid #ffffff;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_lightbox_content_actions a h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #ffffff;
}

.contact_lightbox_content_actions a h5 span,
.contact_lightbox_content_actions .btn h5 span {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}

.contact_lightbox_content_actions a i {
  font-size: 42px;
  color: #ADADAD;
}

.contact_lightbox_content_actions a:hover {
  background-color: #000;
}

.contact_lightbox_content_actions a:hover h5,
.contact_lightbox_content_actions a:hover i {
  color: #ffffff;
}

.contact_lightbox.active {
  bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

select,
input,
textarea,
button,
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

img {
  width: 100%;
  object-fit: cover;
}

ul,
li,
dt {
  list-style: none;
}

a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

p,
.text {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

html {
  font-family: "Montserrat", Arial, sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

body {
  background: #F9F9F9;
  color: #313131;
  overflow-x: hidden;
}

body.menu_fixed {
  position: fixed;
  left: 2.5vw;
}

body,
input,
textarea,
select,
button {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
}

.header {
  width: 100%;
  height: 104px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: background-color linear 0.45s;
}

.header .container {
  width: 85vw;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: 15%;
  align-content: center;
}

.header .menu_toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
}

.header .menu_toggle .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #F9F9F9;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
  position: absolute;
}

.header .menu_toggle .bar.bar1 {
  top: 0;
  width: 22px;
}

.header .menu_toggle .bar.bar2,
.header .menu_toggle .bar.bar3 {
  top: 12px;
}

.header .menu_toggle .bar.bar3 {
  right: 0;
}

.header .menu_toggle .bar.bar4 {
  bottom: 0;
}

.header .menu_toggle .bar4 {
  top: 12px;
}

.header .menu_toggle .bar5 {
  bottom: 2px;
  width: 17px;
}

.header .menu_toggle .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 12px;
}

.header .menu_toggle .bar3 {
  width: 1px;
  left: 12px;
}

.header .navbar {
  display: flex;
  align-items: center;
  height: inherit;
  gap: 48px;
  padding: 0;
}

.header .navbar ul {
  gap: 48px;
  display: flex;
  height: inherit;
  align-content: center;
  padding: 42px 0px;
  align-items: center;
}

.header .navbar ul .menu-item {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #313131;
  white-space: nowrap;
  text-transform: uppercase;
}

.header .navbar ul .menu-item .submenu {
  display: none;
  width: 184px;
  transition: all linear 0.5s;
  padding-top: 2rem;
}

.header .navbar ul .menu-item .submenu ul {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #313131;
}

.header .navbar ul .menu-item .submenu ul .menu-item {
  width: 100%;
  padding: 0.875rem 4px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.header .navbar ul .menu-item .submenu ul .menu-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(209, 170, 103, 0.337254902);
}

.header .navbar ul .menu-item .submenu ul .menu-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .navbar ul .menu-item .submenu ul .menu-item a img {
  width: 12px;
}

.header .navbar ul .menu-item .submenu ul .menu-item:hover {
  color: #D1AA67;
}

.header .navbar ul .menu-item:hover .submenu {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}

.header .navbar .language {
  position: relative;
}

.header .navbar .language .icon {
  width: 24px;
  height: 24px;
}

.header .navbar .language .options {
  display: none;
  width: 84px;
  transition: all linear 0.5s;
  padding-top: 2rem;
}

.header .navbar .language .options ul {
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  background-color: #313131;
}

.header .navbar .language .options ul .item {
  width: 100%;
  padding: 0.875rem 4px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.header .navbar .language .options ul .item:not(:last-of-type) {
  border-bottom: 1px solid rgba(209, 170, 103, 0.337254902);
}

.header .navbar .language .options ul .item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .navbar .language .options ul .item a img {
  width: 12px;
}

.header .navbar .language .options ul .item:hover,
.header .navbar .language .options ul .item.active {
  color: #D1AA67;
}

.header .navbar .language:hover .options {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-mobile {
  display: none;
}

.banner_page {
  width: 100%;
  overflow: hidden;
}

.banner_page .container {
  position: relative;
  z-index: 9;
  padding-top: 1rem;
  height: calc(70vh - 104px);
  align-content: center;
}

.banner_page_content {
  width: 100%;
  height: 70vh;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 104px;
}

.banner_page_content::before {
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_page_content_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner_page_content_bg img,
.banner_page_content_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_page_content .text-reveal {
  height: 60px;
}

.banner_page_content h1 {
  position: relative;
  z-index: 9;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner_page_content h2 {
  position: relative;
  z-index: 9;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 3.6px;
  color: #ffffff;
}

.banner_page_content .text {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  color: #ffffff;
}

.banner_page.development .banner_page_content {
  padding-top: 2rem;
}

.banner_page.development .banner_page_content h1 {
  display: none;
}

.banner_page.development .banner_page_content .logo {
  width: 25%;
  margin: 0 auto;
}

.footer {
  width: 100%;
  background-color: #313131;
  position: relative;
  clear: both;
}

.footer .container {
  width: 85vw;
}

.footer_top {
  width: 100%;
  padding: 6rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_top_logo {
  width: 25%;
}

.footer_top_logo img {
  object-fit: cover;
}

.footer_top .mob_side {
  width: 100%;
}

.footer_top_nav {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  color: #ffffff;
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #D9D9D9;
}

.footer_top_nav ul {
  width: 100%;
  display: flex;
  text-align: center;
}

.footer_top_nav ul h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}

.footer_top_nav ul li {
  width: 90%;
  margin-bottom: 1rem;
  font-family: "Montserrat";
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 10px;
  text-transform: uppercase;
}

.footer_top_contact {
  width: 100%;
  padding: 3rem 0 2rem;
  display: flex;
  justify-content: center;
  gap: 84px;
  color: #ADADAD;
}

.footer_top_contact .contact_item h4 {
  display: none;
}

.footer_top_contact .contact_item a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  height: auto;
}

.footer_top_contact .contact_item.social .links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer_top_contact .contact_item.social .links a {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: #ADADAD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_top_contact .contact_item.social .links a i {
  font-size: 28px;
  color: #ffffff;
}

.footer_top_contact .contact_item.social .links a:hover {
  background-color: #ffffff;
}

.footer_top_contact .contact_item.social .links a:hover i {
  color: #424242;
}

.footer_top_links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.footer_top_links .btn {
  width: 30%;
  height: 40px;
  display: flex;
  align-items: center;
}

.footer_top_links .btn a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer_bot {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 1rem 0;
}

.footer_bot .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_bot p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 0.7rem;
}

.footer_bot .copy p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_bot .copy a {
  width: auto;
  line-height: 0;
  margin-top: 4px;
}

.footer_bot .copy a img {
  width: 88px;
}

.hero {
  width: 100vw;
  overflow: hidden;
}

.hero_slider {
  width: 100%;
}

.hero_slider_content {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero_slider_content_bg video,
.hero_slider_content_bg img {
  width: 100.5%;
  height: 100.5%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.02);
  display: block;
  background-color: #000;
}

/* Garante que o container pai não mostre o que transbordar */
.hero_slider_content_bg {
  overflow: hidden;
  background-color: #000;
  /* Importante para não brilhar branco no fundo */
}

.hero_slider_content .container {
  width: 75vw;
  position: relative;
  z-index: 3;
}

.hero_slider_content_media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero_slider_content .text-reveal {
  height: 60px;
}

.hero_slider_content h2 {
  width: 40%;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 264px;
}

.hero_slider_content .text {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
  color: #ffffff;
}

.hero_slider_content_bg video,
.hero_slider_content_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-loader {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100.5%;
  height: 100.5%;
  transform: translate(-50%, -50%) scale(1.02);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../system/uploads/2026/01/banners/hero_bg_frame.png");
  background-position: center;
  z-index: 5;
}

/* Spinner padrão do Bootstrap ou customizado */
.spinner-border {
  width: 3rem;
  height: 3rem;
}

.numbers {
  width: 100%;
  padding: 4rem 0;
  background-size: cover;
}

.numbers .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.numbers_image {
  width: 43%;
}

.numbers_content {
  width: 54%;
}

.numbers_content_title {
  width: 100%;
}

.numbers_content_title h2 {
  width: 90%;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 1rem;
}

.numbers_content_title h2 span {
  color: #D1AA67;
}

.numbers_content_title .text {
  width: 100%;
  font-weight: 300;
  color: #ffffff;
}

.numbers_content_items {
  width: 100%;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.numbers_content_items_item {
  width: 49%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.numbers_content_items_item .item_number {
  position: relative;
  width: 28%;
  aspect-ratio: 1/1;
  background-color: #313131;
  /* Prefixo para Safari e versões antigas */
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0% 100%);
  z-index: 1;
  /* Melhora o serrilhado no Safari Mac */
  transform: translateZ(0);
}

.numbers_content_items_item .item_number h6 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #313131;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  color: white;
  margin: 0;
  /* Garante que margens padrões de h6 não quebrem o flex */
}

.numbers_content_items_item .item_number::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-color: #ffffff;
  /* Repetição explícita para evitar falhas no Firefox/Safari */
  -webkit-clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0% 100%);
  z-index: -1;
}

.numbers_content_items_item .item_desc {
  width: 70%;
}

.numbers_content_items_item .item_desc h4 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  margin-bottom: 4px;
}

.numbers_content_items_item .item_desc .text {
  font-size: 0.875rem;
}

.numbers.light .numbers_content_title h2 {
  color: #313131;
}

.numbers.light .numbers_content_title .text {
  color: #313131;
}

.numbers.light .numbers_content_items_item .item_number h6 {
  background-color: #F3F3F3;
  color: #313131;
}

.numbers.light .numbers_content_items_item .item_number:after {
  background-color: #313131;
}

.developments_home {
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 0;
}

.developments_home_title {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.developments_home_title h2 {
  width: 55%;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.25;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.developments_home_title h2 span {
  display: block;
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 2.8px;
  padding-top: 0.9rem;
  color: #666
}

.developments_home_title_tabs,
.developments_title_tabs {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.developments_home_title_tabs .tab,
.developments_title_tabs .tab {
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #ccc;
}

.developments_home_title_tabs .tab:after,
.developments_title_tabs .tab:after {
  width: 100%;
  height: 4px;
  margin-top: 1.5rem;
  background-color: #ccc;
  display: block;
  content: "";
}

.developments_home_title_tabs .tab.active,
.developments_home_title_tabs .tab:hover,
.developments_title_tabs .tab.active,
.developments_title_tabs .tab:hover {
  font-weight: 800;
  font-family: Montserrat;
  font-size: 0.875rem;
  color: #666;
}

.developments_home_title_tabs .tab.active:after,
.developments_home_title_tabs .tab:hover:after,
.developments_title_tabs .tab.active:after,
.developments_title_tabs .tab:hover:after {
  background-color: #666;
}

.developments_home_items {
  width: 100%;
  margin-top: 2.5rem;
}

.developments_home_items .development_tab {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}

.developments_home_items .development_tab.active {
  display: block;
}

.developments_home_items_item {
  width: 100%;
  position: relative;
}

.developments_home_items_item>a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.developments_home_items_item .item_image {
  width: 100%;
  height: 432px;
  position: relative;
  z-index: 1;
}

.developments_home_items_item .item_image img,
.developments_items_item .item_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.developments_home_items_item .item_image .cta {
  width: 48px;
  height: 48px;
  background-color: #D1AA67;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

.developments_home_items_item .item_heading {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 64px;
}

.developments_home_items_item .item_heading h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.25;
  color: #ffffff;
}

.developments_home_items_item .item_heading p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #ffffff;
}

.developments_home_items_item .item_desc {
  width: 85%;
  margin-top: 1.5rem;
}

.developments_home_items_item .item_desc h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.developments_home_items_item .item_desc h3 span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.developments_home_items_item .item_desc p {
  font-size: 0.95rem;
  color: #666;
  font-family: Montserrat;
}

.developments_home_actions {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.developments_home_actions button {
  font-size: 0.65rem;
  font-weight: 500;
}

.about_cta {
  width: 100%;
  background-color: #F9F9F9;
}

.about_cta_content {
  margin: 4rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about_cta_content h2 {
  width: 25%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 2rem;
}

.about_cta_content_desc {
  width: 55%;
  margin-top: 2rem;
  color: #313131;
  font-family: "Montserrat", sans-serif;
}

.about_cta_content_desc p {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.about_cta_content_desc .btn a,
.developments_home_actions .btn a {
  padding: 0.9rem 4rem;
}

.about_cta_cards {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about_cta_cards_card {
  width: 32%;
  height: 348px;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #ADADAD;
}

.about_cta_cards_card h3 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.about_cta_cards_card p {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.about_cta_content h2 span.mobile {
  display: none;
}

.about_cta_content h2 span.desk {
  display: block;
}

.blog {
  width: 100%;
  padding-top: 3rem;
}

.blog_title {
  width: 100%;
}

.blog_title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 60px;
  color: #666;
}

.blog_title h2 span {
  color: #D1AA67;
}

.blog_list {
  width: 100%;
  margin-top: 3rem;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  display: flex;
}

.blog_list_item {
  width: 25%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 2rem 0;
}

.blog_list_item .item_image {
  width: 50%;
  aspect-ratio: 1/1;
}

.blog_list_item .item_image img {
  border-radius: 50%;
  border: 1px solid #313131;
}

.blog_list_item .item_desc {
  width: 80%;
  padding: 1.5rem 0;
}

.blog_list_item .item_desc .item_meta {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #424242;
}

.blog_list_item .item_desc .item_meta::before {
  width: 14px;
  height: 4px;
  background-color: #313131;
  content: "";
}

.blog_list_item .item_desc h5 {
  width: 100%;
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  color: #313131;
  left: 60px;
}

.blog_list_item:nth-of-type(2n) {
  flex-direction: column;
  padding: 0;
  border-left: 1px solid #313131;
  border-right: 1px solid #313131;
}

.blog_list_item:nth-of-type(2n) .item_image {
  width: 100%;
  height: 184px;
  aspect-ratio: unset;
}

.blog_list_item:nth-of-type(2n) .item_image img {
  border-radius: 0;
  border: none;
}

.cta_news {
  width: 100%;
  padding: 3rem 0;
  background-color: #232323;
}

.cta_news .container {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta_news_info {
  width: 58%;
}

.cta_news_info h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #ffffff;
}

.cta_news_info p {
  margin-top: 0.5rem;
}

.cta_news_form {
  width: 38%;
}

.cta_news_form_field {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.cta_news_form_field input {
  width: 100%;
}

.cta_news_form_field button {
  cursor: pointer;
}

.cta_news_form_field button img {
  transform: rotate(45deg);
}

.about {
  width: 100%;
  padding: 2rem 0;
}

.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_text {
  width: 45%;
}

.about_text h2 {
  width: 85%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.125;
  letter-spacing: 0%;
  color: #313131;
  margin-bottom: 1rem;
}

.about_text h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #D1AA67;
}

.about_text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.125;
  width: 100%;
  color: #313131;
}

.about_video {
  width: 50%;
  border-radius: 8px;
}

.testimonial {
  width: 100%;
  background: url("../img/bg-testimonial.jpg") no-repeat center;
  background-size: cover;
  padding: 3rem 0;
  position: relative;
}

.testimonial::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.testimonial_header {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonial_header .slider_nav {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 2rem;
}

.testimonial_header .slider_nav button {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  cursor: pointer;
}

.testimonial_header .slider_nav button img {
  width: 18px;
}

.testimonial_header .slider_nav button.prev img {
  transform: rotate(-135deg);
}

.testimonial_header .slider_nav button.next img {
  transform: rotate(45deg);
}

.testimonial_header h2 {
  margin-top: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.testimonial_header h2 span {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

.testimonial_slider {
  width: 100%;
}

.testimonial_slider_slide {
  width: 100%;
  padding: 1rem;
  background-color: #313131;
}

.testimonial_slider_slide .slide_top {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial_slider_slide .slide_top .client_image {
  width: 72px;
  height: 72px;
}

.testimonial_slider_slide .slide_top .client_image img {
  border-radius: 50px;
}

.testimonial_slider_slide .slide_top h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #ffffff;
}

.testimonial_slider_slide .desc p {
  color: #ffffff;
}

.manifest {
  width: 100%;
  padding: 4rem 0;
}

.manifest_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manifest_title h2 {
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.manifest_title h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3rem;
  letter-spacing: 1.8px;
  color: #666666;
}

.manifest_media {
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

.manifest_media video {
  width: 100%;
}

.manifest_media .play_btn {
  width: 148px;
  height: 148px;
  background-color: rgba(49, 49, 49, 0.3137254902);
  border: 1px solid #F3F3F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all ease-in-out 0.35s;
}

.manifest_media .play_btn svg {
  width: 84px;
}

.manifest_media .play_btn:hover {
  background-color: #313131;
}

.developments {
  width: 100%;
  background-color: #ffffff;
  padding: 104px 0 3rem;
}

.developments_title {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.developments_title_tabs {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.developments_title_tabs .tab {
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #ADADAD;
}

.developments_title_tabs .tab:after {
  width: 100%;
  height: 4px;
  margin-top: 1.5rem;
  background-color: #D9D9D9;
  display: block;
  content: "";
}

.developments_title_tabs .tab.active,
.developments_title_tabs .tab:hover {
  font-weight: 800;
  color: #313131;
}

.developments_title_tabs .tab.active:after,
.developments_title_tabs .tab:hover:after {
  background-color: #313131;
}

.developments_title_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.developments_title_filter h5 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.developments_title_filter select {
  background-color: #F3F3F3;
  padding: 0.875rem 1.5rem;
}

.developments_items {
  width: 100%;
  margin-top: 2.5rem;
}

.developments_items .development_tab {
  display: none;
}

.developments_items .development_tab.active {
  display: block;
}

.developments_items .developments_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.developments_items .developments_block:not(:last-of-type) {
  padding-bottom: 4rem;
}

.developments_items .developments_block:not(:last-of-type):after {
  width: 110vw;
  height: 1px;
  background-color: #666666;
  content: "";
  position: absolute;
  left: -7vw;
  bottom: 2rem;
}

.developments_items_item {
  width: 100%;
  position: relative;
}

.developments_items_item>a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.developments_items_item .item_image {
  width: 100%;
  height: 384px;
  position: relative;
  z-index: 1;
}

.developments_items_item .item_image .cta {
  width: 48px;
  height: 48px;
  background-color: #D1AA67;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

.developments_items_item .item_heading {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 64px;
}

.developments_items_item .item_heading h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.25;
  color: #ffffff;
}

.developments_items_item .item_heading p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #ffffff;
}

.developments_items_item .item_desc {
  width: 85%;
  margin-top: 1.5rem;
}

.developments_items_item .item_desc h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.developments_items_item .item_desc h3 span {
  font-weight: 400;
}

.developments_items_item .item_desc p {
  font-size: 0.875rem;
  color: #313131;
  line-height: 1.3;
}

.developments_actions {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta_developments {
  width: 100%;
  padding: 3rem 0;
  background-color: #ffffff;
}

.cta_developments .container {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta_developments_info {
  width: 58%;
}

.cta_developments_info h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.25;
  color: #313131;
}

.cta_developments_info p {
  margin-top: 0.5rem;
  font-size: 1.375rem;
  color: #313131;
}

.cta_developments .btn {
  width: 35%;
}

.development {
  width: 100%;
  position: relative;
  z-index: 99;
}

.development .container {
  background-color: #ffffff;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.development_image {
  width: 48%;
}

.development_image img {
  object-fit: cover;
}

.development_content {
  width: 48%;
}

.development_content h2 *{
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}

.development_content_cards {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem 4%;
  flex-wrap: wrap;
}

.development_content_cards .card {
  width: 48%;
  height: 156px;
  justify-content: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #666666;
}

.development_content_cards .card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.development_content_cards .card p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 100%;
}

.development_contact {
  width: 100%;
  padding: 4rem 0;
  background-color: #F9F9F9;
}

.development_contact .container {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.development_contact_content {
  width: 45%;
}

.development_contact_content h2 {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-right: 2rem;
}

.development_contact_content_item {
  margin: 1.5rem 0;
}

.development_contact_content_item a {
  width: 100%;
  display: block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5px;
}

.development_contact_content_item p {
  padding-bottom: 1rem;
  color: #666666;
}

.development_contact_form {
  width: 45%;
}

.development_contact_form form input,
.development_contact_form form textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #F3F3F3;
  margin-bottom: 1rem;
}

.development_contact_form form textarea {
  height: 118px;
}

.contact_form form .btn,
.development_contact_form form .btn {
  width: 100%;
}

.development_gallery {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.development_gallery:before {
  width: 100%;
  height: 432px;
  background-color: #313131;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.development_gallery .container {
  position: relative;
  z-index: 2;
}

.development_gallery_header {
  color: #ffffff;
}

.development_gallery_header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.development_gallery_header p {
  display: block;
  width: 50%;
  margin: 1.5rem auto;
  text-align: center;
}

.developments_block .swiper {
  min-width: 100%;
  padding-bottom: 50px;
}

.development_gallery_slider {
  width: 100%;
  margin-top: 3rem;
}

.development_gallery_slider .swiper {
  padding-bottom: 72px;
}

.development_gallery_slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 72px;
  height: 3px;
  background-color: #ADADAD;
  border-radius: 0;
  margin: 0 12px;
}

.development_gallery_slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #313131;
}

.development_gallery_slider .gallery_image {
  width: 100%;
  height: 484px;
}

.development_gallery_slider .gallery_image img {
  object-fit: contain;
}

.development_plants {
  width: 100%;
  padding: 3rem 0;
}

.development_plants .container {
  width: 75vw;
}

.development_plants .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.development_plants_title {
  width: 55%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.development_plants_title h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #002044;
}

.development_plants_title .tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.development_plants_title .tabs .tab {
  width: 33.33%;
  height: 64px;
  background-color: transparent;
  border: 1px solid #ADADAD;
  color: #002044;
  cursor: pointer;
  opacity: 0.4;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  transition: all ease-in-out 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.development_plants_title .tabs .tab.active,
.development_plants_title .tabs .tab:hover {
  opacity: 1;
  background-color: #ffffff;
}

.development_plants_tabs {
  width: 55%;
  background-color: #ffffff;
  border: 1px solid #ADADAD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.development_plants_tabs_content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.development_plants_tabs .tab_content {
  width: 85%;
  aspect-ratio: 1/1;
  display: none;
}

.development_plants_tabs .tab_content figure {
  width: 100%;
  height: 100%;
}

.development_plants_tabs .tab_content figure img {
  object-fit: contain;
}

.development_plants_tabs .tab_content.active {
  display: block;
}

.development_plants_content {
  width: 40%;
}

.development_plants_content_title {
  margin-bottom: 1.5rem;
}

.development_plants_content_title h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}

.development_plants_content_title h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.development_plants_content_desc {
  width: 100%;
  margin-bottom: 1.5rem;
}

.development_plants_content_desc p,
.development_plants_content_desc li {
  font-size: 1rem;
  line-height: 1.25;
  padding-bottom: 0.5rem;
}

.development_plants_content_desc ul,
.development_plants_content_desc li {
  list-style: disc;
}

.development_plants_content_desc ul {
  padding-left: 14px;
}

.development_location {
  width: 100%;
  padding: 3rem 0;
  background-color: #ffffff;
}

.development_location .container {
  width: 75vw;
}

.development_location_title {
  width: 100%;
  margin-bottom: 3rem;
}

.development_location_title h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.development_location_title h4 {
  width: 40%;
  margin: 1rem auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.development_location_title h4 span {
  display: block;
  font-weight: 500;
}

.development_location_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.development_location_content_cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.development_location_content_cards .card {
  width: 30%;
  height: 112px;
  padding: 0 1.5rem;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.development_location_content_cards .card h5 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
  text-align: center;
}

.development_location_content_map {
  width: 100%;
  margin: 3rem 0;
}

.development_location_content_map iframe {
  width: 100%;
  height: 528px;
  border: none;
}

.development_lightbox {
  width: 100vw;
  height: 100vh;
  padding: 2rem 0;
  position: fixed;
  z-index: 999;
  bottom: -200vh;
  left: 0;
  transition: all linear 0.35s;
}

.development_lightbox .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.71);
}

.development_lightbox_content {
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.development_lightbox_content_title {
  width: 75%;
  padding: 2.5rem 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.development_lightbox_content_title h3 {
  font-size: 2rem;
  color: #ffffff;
}

.development_lightbox_content_title i {
  cursor: pointer;
  font-size: 38px;
  color: #ffffff;
}

.development_lightbox_content_slider {
  width: 100%;
}

.development_lightbox_content_slider .portfolio_image {
  width: 100%;
  height: 65vh;
  border-radius: 24px;
}

.development_lightbox_content_slider .portfolio_image img {
  border-radius: 24px;
  object-fit: contain;
}

.development_lightbox_content_slider_buttons {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.development_lightbox_content_slider_buttons button {
  width: 88px;
  height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
}

.development_lightbox_content_slider_buttons button i {
  font-size: 32px;
}

.development_lightbox.active {
  bottom: 0;
}

.oportunities {
  width: 100%;
  padding: 104px 0 3rem;
}

.oportunities_title {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oportunities_title_tabs {
  width: 60%;
  justify-content: space-between;
}

.oportunities_title_tabs h2 {
  letter-spacing: 14px;
  color: #2c3e50;
  margin: 0 0 10px 0;
  position: relative;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
}

.oportunities_title_tabs h2::before {
  content: "";
  position: absolute;
  left: -9vw;
  top: 50%;
  transform: translateY(-50%);
  width: 14%;
  height: 1px;
  background-color: #313131;
}

.oportunities_title_tabs p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 4px;
  color: #666666;
}

.oportunities_title_tabs .tab {
  width: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #ADADAD;
}

.oportunities_title_tabs .tab:after {
  width: 100%;
  height: 4px;
  margin-top: 1.5rem;
  background-color: #D9D9D9;
  display: block;
  content: "";
}

.oportunities_title_tabs .tab.active,
.oportunities_title_tabs .tab:hover {
  font-weight: 800;
  color: #313131;
}

.oportunities_title_tabs .tab.active:after,
.oportunities_title_tabs .tab:hover:after {
  background-color: #313131;
}

.oportunities_title_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.oportunities_title_filter h5 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.oportunities_title_filter select {
  background-color: #F3F3F3;
  padding: 0.875rem 1.5rem;
}

.oportunities_items {
  width: 98%;
  margin-top: 2.5rem;
  justify-self: center;
}

.oportunities_items_item {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oportunities_items_item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.oportunities_items_item .item_image {
  width: 50%;
  aspect-ratio: 16/9;
}

.oportunities_items_item .item_desc {
  width: 47%;
  margin-top: 1.5rem;
}

.oportunities_items_item .item_desc h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #313131;
}

.oportunities_items_item .item_desc_content {
  padding: 1.5rem 0;
  border-bottom: 1px solid #313131;
}

.oportunities_items_item .item_desc_content ul,
.oportunities_items_item .item_desc_content li {
  list-style: disc;
}

.oportunities_items_item .item_desc_content ul {
  padding-left: 18px;
}

.oportunities_items_item .item_desc_content li,
.oportunities_items_item .item_desc_content p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #313131;
  line-height: 1.3;
}

.oportunities_items_item .item_desc_footer {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: space-between;
}

.oportunities_actions {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-hero {
  width: 100%;
  overflow: hidden;
  background: #424242 url("../img/properties/bg-index.jpg") no-repeat center;
  background-size: cover;
}

.property-hero_content {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.property-hero_content .container {
  width: 75vw;
  position: relative;
  z-index: 3;
}

.property-hero_content .text-reveal {
  height: 60px;
}

.property-hero_content h1 {
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
}

.property-hero_content_form {
  width: 100%;
  background-color: #ADADAD;
  padding: 1.5rem 2rem;
}

.property-hero_content_form .property_search {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.property-hero_content_form .property_search fieldset {
  width: 35%;
}

.property-hero_content_form .property_search fieldset label {
  display: block;
  margin-bottom: 12px;
}

.property-hero_content_form .property_search fieldset input,
.property-hero_content_form .property_search fieldset select,
.property-hero_content_form .property_search fieldset textarea {
  width: 100%;
  height: 58px;
  padding: 0.875rem 1rem;
  background-color: #ffffff;
}

.property-hero_content_form .property_search .btn {
  width: 20%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.property-types {
  width: 100%;
  padding: 5rem 0;
}

.property-types_grid {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.property-types_grid_item {
  width: calc(50% - 1rem);
  position: relative;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.1019607843);
}

.property-types_grid_item .item_image {
  width: 100%;
  height: 268px;
  position: relative;
  z-index: 1;
  border-radius: 22px;
}

.property-types_grid_item .item_image img {
  border-radius: 22px;
}

.property-types_grid_item .item_image:before {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.property-types_grid_item .item_image .cta {
  width: 48px;
  height: 48px;
  background-color: #D1AA67;
  border-radius: 0 22px 0 0;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  font-size: 18px;
  cursor: pointer;
}

.property-types_grid_item .item_heading {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.property-types_grid_item .item_heading h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.25;
  color: #ffffff;
}

.property-types_grid_item .item_heading p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #ffffff;
}

.property-types_grid_item .item_desc {
  width: 85%;
  margin-top: 1.5rem;
}

.property-types_grid_item .item_desc p {
  font-size: 1.125rem;
  color: #313131;
}

.property-highlights {
  width: 100%;
  background-color: #D1AA67;
  padding: 5rem 0;
}

.property-highlights_grid {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem 1rem;
  flex-wrap: wrap;
}

.property-highlights_grid_item {
  width: calc(33.3333333333% - 0.7rem);
  background-color: #ffffff;
}

.property-highlights_grid_item .item_image {
  width: 100%;
  height: 284px;
}

.property-highlights_grid_item .item_desc {
  width: 100%;
  padding: 2rem 1.125rem;
}

.property-highlights_grid_item .item_desc h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.property-highlights_grid_item .item_desc h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0.875rem 0 1rem;
}

.property-highlights_grid_item .item_desc .item_infos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0 0.875rem;
}

.property-highlights_grid_item .item_desc .item_infos .info_item {
  width: 25%;
  padding: 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.property-highlights_grid_item .item_desc .item_infos .info_item h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
}

.property-highlights_grid_item .item_desc .item_infos .info_item:first-of-type {
  border-right: 1px solid #666666;
}

.property-highlights_grid_item .item_desc .item_infos .info_item:last-of-type {
  border-left: 1px solid #666666;
}

.property-highlights_grid_item .item_desc .item_pricing {
  width: 100%;
  margin-top: 1.5rem;
}

.property-highlights_grid_item .item_desc .item_pricing p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
}

.property-highlights_grid_item .item_desc .item_pricing h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  margin: 0.5rem 0 0;
}

@media screen and (min-width: 768px) {
  .header .navbar ul .menu-item.active {
    font-weight: 500;
  }

  .header .navbar ul .menu-item:hover {
    font-weight: 500;
  }

  .header .navbar ul .destaque {
    height: inherit;
    padding: 40px 0;
    border-bottom: 10px solid #0C2758;
  }
}

@media screen and (min-width: 1070px) and (max-width: 1299px) {
  .numbers_content_items_item .item_number {
    width: 72px;
    height: 72px;
  }

  .footer_top_logo {
    width: 230px;
    height: 59px;
  }
}

@media screen and (min-width: 1300px) {
  .numbers_content_items_item .item_number {
    width: 82px;
    height: 82px;
  }

  .footer_top_logo {
    width: 280px;
    height: 71.7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1070px) {
  .footer_bot p {
    font-size: 0.5rem;
  }

  .footer_top_logo {
    width: 180px;
    height: 46.1px;
  }

  .contact_lightbox_content {
    width: 50%;
  }

  .developments_home_title h2 {
    font-size: 1.4rem;
  }

  .developments_title_filter h5,
  .oportunities_title_filter h5 {
    font-size: 0.7rem;
  }

  .developments_title_tabs {
    width: 40%;
  }

  .contact_content_item a {
    font-size: 0.73rem;
  }

  .contact_content h2 {
    font-size: 1.7rem;
  }

  .contact_form form input,
  .contact_form form textarea,
  .contact_form form select {
    padding: 0.8rem 1.8rem;
    font-size: 0.6rem;
  }

  .developments_home_title_tabs .tab.active,
  .developments_home_title_tabs .tab:hover,
  .developments_home_title_tabs .tab,
  .developments_title_tabs .tab.active,
  .developments_title_tabs .tab:hover,
  .developments_title_tabs .tab {
    font-size: 0.6rem;
  }

  .contact_form .btn {
    font-size: 0.7rem;
  }

  .banner_page_content h1 {
    font-size: 3rem;
  }

  .blog_title h1 {
    font-size: 2rem !important;
  }

  .blog_title h2 {
    width: 40%;
    font-size: 1rem !important;
  }

  .post_title h2 {
    font-size: 2rem !important;
  }

  .post_title h3 {
    width: 40%;
    font-size: 1rem !important;
  }

  .development_location_content_cards .card h5 {
    font-size: 0.8rem;
  }

  .development_content h2,
  .development_plants_content_title h2 {
    font-size: 1.5rem;
  }

  .development_contact {
    padding: 3rem 0;
  }

  .development_location_content_cards .card {
    height: 80px;
  }

  .development_location_title h4 {
    width: 80%;
  }

  .development_plants_title .tabs .tab {
    width: 50%;
  }

  .development_content_cards .card h3 {
    font-size: 1rem;
  }

  .development_content_cards .card p {
    font-size: 0.7rem;
  }

  .development_content_cards .card {
    padding: 1.3rem;
    height: 140px;
  }

  .numbers_content_items_item .item_number {
    width: 60px;
    height: 60px;
  }

  .numbers_content_items_item .item_number h6 {
    font-size: 1.2rem;
  }

  .numbers_content_items_item .item_desc .text {
    font-size: 0.8rem;
  }

  .about_cta_cards_card {
    height: auto;
    width: 100%;
  }

  .about_cta_cards {
    display: block;
  }

  .footer_top_nav ul {
    gap: 60px;
  }

  .footer_top_contact .contact_item p,
  .footer_top_contact .contact_item .links {
    justify-self: center;
  }

  .footer_top_contact {
    gap: 5px;
  }

  .footer_top_contact .contact_item {
    width: 33%;
    overflow-wrap: anywhere;
  }

  .footer_top_contact .contact_item a {
    font-size: 0.73rem;
  }

  .footer_top_links .btn {
    width: 50%;
  }

  .footer_top_links .btn a {
    padding: 0;
  }

}

.blog {
  width: 100%;
  padding: 104px 0 3rem;
}

.blog_title {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_title h1 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.blog_title h2 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: right;
}

.blog_items {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.blog_items_item {
  width: calc(33.3333333333% - 1.75rem);
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ADADAD;
}

.blog_items_item .post-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog_items_item .item_image {
  width: 100%;
  height: 284px;
}

.blog_items_item .item_desc {
  width: 100%;
  padding: 1.5rem;
}

.blog_items_item .item_desc .meta {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2;
}

.blog_items_item .item_desc h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.blog_items_item .item_desc p {
  font-size: 0.875rem;
  color: #ADADAD;
  line-height: 1.3;
}

.blog_items_item .item_desc a {
  display: block;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.blog_actions {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post {
  width: 100%;
  padding: 104px 0 3rem;
}

.post_title {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post_title h2 {
  font-weight: 500;
  line-height: 1;
  font-size: 2.5rem;
  letter-spacing: 18px;
  text-transform: uppercase;
}

.post_title h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: right;
  color: #666;
}

.post_content {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

.post_content_desc {
  width: 65%;
}

.post_content_desc_image {
  width: 100%;
  height: 484px;
}

.post_content_desc_full {
  width: 100%;
}

.post_content_desc_full h1 {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.post_content_desc_full p {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.post_content_related {
  width: 30%;
}

.post_content_related_item {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ADADAD;
}

.post_content_related_item .post-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post_content_related_item .item_image {
  width: 100%;
  height: 284px;
}

.post_content_related_item .item_desc {
  width: 100%;
  padding: 2rem 1.5rem;
}

.post_content_related_item .item_desc .meta {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2;
}

.post_content_related_item .item_desc h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.post_content_related_item .item_desc p {
  font-size: 0.875rem;
  color: #313131;
  line-height: 1.3;
}

.post_content_related_item .item_desc a {
  display: block;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.post_content_related .btn {
  display: block;
  width: 80%;
  margin: 2rem auto 0;
}

.post_content_related .btn a {
  justify-content: center;
}

.contact {
  width: 100%;
  padding: 4rem 0;
  background-color: #F9F9F9;
}

.contact .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_content {
  width: 35%;
}

.contact_content h2 {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-right: 2rem;
}

.contact_content_item {
  margin: 1.5rem 0;
}

.contact_content_item a {
  width: 100%;
  display: block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

.contact_form {
  width: 40%;
}

.contact_form form input,
.contact_form form textarea,
.contact_form form select {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #F3F3F3;
  margin-bottom: 1.875rem;
  font-size: 0.8rem;
}

.contact_form form textarea {
  height: 184px;
}

.contact_form label {
  font-size: 0.8rem;
}

.support {
  width: 100%;
}

.support_header {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #313131;
}

.support_header .container {
  width: 65vw;
}

.support_header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.support_header h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  color: #D1AA67;
}

.support_header p {
  margin-top: 1.5rem;
  color: #ffffff;
  text-align: center;
}

.support_form {
  width: 100%;
  padding: 3rem 0;
  background-color: #D1AA67;
}

.support_form .container {
  border: 1px solid #F3F3F3;
  padding: 1.125rem;
}

.support_form h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0%;
  color: #ffffff;
  text-transform: uppercase;
}

.support_form .form-support {
  width: 100%;
  padding: 1.5rem 0;
  flex-wrap: wrap;
}

.support_form .form-support input,
.support_form .form-support textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  color: #656363;
}

.support_form .form-support input::placeholder,
.support_form .form-support textarea::placeholder {
  color: #656363;
}

.support_form .form-support .btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  background-color: #313131;
  color: #ffffff;
}

.support_form .form-support .btn img {
  width: 18px;
  position: absolute;
  right: 38px;
}

.support_form .form-support .btn:disabled {
  cursor: not-allowed;
}

.header .navbar ul .arrow_menu {
  display: none;
}

.about_cta_banner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 4rem;
  overflow: hidden;
}

.about_cta_banner .swiper {
  width: 100%;
  height: 100%;
}

.about_cta_banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.about_cta_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* === Botões de navegação === */
.about_cta_banner .swiper-button-next,
.about_cta_banner .swiper-button-prev {
  color: #fff;
  transition: opacity 0.3s ease;
}

.about_cta_banner:hover .swiper-button-next,
.about_cta_banner:hover .swiper-button-prev {
  opacity: 1;
}

/* === Paginação (bolinhas) === */
.about_cta_banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
}

.about_cta_banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

a:hover {
  color: inherit;
  font-weight: 500;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%) !important;
}

@media screen and (max-width: 480px) {
  .development_plants_title .tabs .tab {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 75px;
  }

  .manifest {
    padding: 2rem 0;
  }

  .development_plants_content_title h2 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }

  .development_content_cards .card h3 {
    line-height: 1.1rem;
  }

  .developments_title_tabs .tab.active,
  .developments_title_tabs .tab:hover {
    font-weight: 800;
    color: #666;
  }

  .development_content_cards {
    position: absolute;
    top: 24vh;
    width: 90%;
  }

  .developments_items_item .item_desc {
    width: 95%;
  }


  .numbers_content_items_item .item_number {
    width: 50px;
    height: 50px;
  }

  .numbers_content_items_item .item_desc {
    margin-left: 0.5rem;
  }

  .manifest_title {
    display: block;
  }

  .manifest_media {
    margin-top: 1rem;
  }

  .manifest_title h4 {
    padding: 1rem 0;
  }

  .manifest_title h2 {
    font-size: 2rem;
  }

  .about_cta {
    padding-bottom: 2rem;
  }

  .about_cta_banner {
    height: calc(100vh - 78px);
    border-radius: 0;
    margin-bottom: 0;
  }

  .about_cta_banner .swiper-slide img {
    object-position: center center;
  }

  .about_cta_banner .swiper-pagination {
    bottom: 16px !important;
  }

  .about_cta_cards_card {
    height: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .about_cta_cards {
    display: block;
    margin-top: 1rem;
  }

  .header .navbar ul .menu-item {
    font-size: 22px;
    width: 100%;
    display: flex;
    text-wrap: auto;
    align-items: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 40%) !important;
  }

  .header .navbar ul .arrow_menu {
    width: 14px;
    display: inline-flex;
    right: 1rem;
    position: absolute;
    align-self: center;
  }

  .header .navbar ul li a::after {
    width: 100vw;
    height: 1px;
    background-color: #313131;
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: -10vw;
  }

  .header .navbar ul li {
    width: 85vw;
    padding: 1.5rem 0;
    height: 105px;
  }

  .header .navbar ul .destaque a {
    font-weight: 600;
  }

  .developments_title_tabs .tab {
    font-size: 0.78rem;
  }

  .property-highlights_grid_item .item_desc h4 {
    font-size: 1rem;
  }

  .property-types_grid_item {
    width: 100%;
    margin-top: 2rem;
  }

  .property-types_grid_item .item_desc p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .property-highlights_grid_item {
    width: 100%;
  }

  .property-highlights_grid_item .item_image {
    height: 232px;
  }

  .property-highlights_grid_item .item_desc h5 {
    font-size: 0.875rem;
  }

  .property-highlights_grid_item .item_desc .item_pricing h5 {
    font-size: 1.375rem;
  }

  .blog_title {
    flex-direction: column;
  }

  .blog_title h1 {
    width: 100%;
    font-size: 2rem;
  }

  .blog_title h2 {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
  }

  .blog_title {
    width: 100%;
    flex-wrap: wrap;
  }

  .blog_title h2 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .blog_title h2 span {
    width: 70%;
    margin-top: 1rem;
  }

  .blog_title_tabs {
    width: 100%;
  }

  .blog_items {
    width: 100%;
    flex-wrap: wrap;
  }

  .blog_items_item {
    width: 100%;
    margin-top: 2rem;
  }

  .blog_items_item .item_heading {
    bottom: 98px;
  }

  .blog_items_item .item_desc p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .blog_actions .btn a {
    padding: 1.5rem 1.5rem;
  }

  .post_content_desc {
    width: 100%;
  }

  .post_content_desc_image {
    height: 284px;
  }

  .post_content_desc_full h1 {
    font-size: 1.5rem;
  }

  .post_content {
    flex-direction: column;
  }

  .post_title {
    flex-direction: column;
  }

  .post_title h2 {
    width: 100%;
    font-size: 2rem;
  }

  .post_title h3 {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
  }

  .post_content_related {
    width: 100%;
  }

  .contact .container {
    flex-wrap: wrap;
  }

  .contact_content {
    width: 100%;
    flex-direction: column;
  }

  .contact_content h2 {
    width: 100%;
    order: 1;
    margin: 0;
    font-size: 1.75rem;
  }

  .contact_content h2 span {
    display: block;
  }

  .contact_content h2 br {
    display: none;
  }

  .contact_content_desc {
    width: 100%;
    order: 3;
  }

  .contact_form {
    width: 100%;
    margin-top: 2rem;
  }

  .property-hero_content {
    height: 85vh;
  }

  .property-hero_content .container {
    width: 85vw;
  }

  .property-hero_content h2 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.25;
  }

  .property-hero_content h1 {
    font-size: 1.375rem;
  }

  .property-hero_content_form .property_search {
    flex-direction: column;
  }

  .property-hero_content_form .property_search fieldset {
    width: 100%;
  }

  .property-hero_content_form .property_search fieldset {
    margin-bottom: 1.5rem;
  }

  .property-hero_content_form .property_search .btn {
    width: 100%;
  }

  .oportunities_items_item {
    flex-direction: column;
  }

  .oportunities_items_item:nth-of-type(even) {
    flex-direction: column;
  }

  .oportunities_items_item .item_image {
    width: 100%;
  }

  .oportunities_items_item .item_desc {
    width: 100%;
  }

  .oportunities_title {
    width: 100%;
    flex-wrap: wrap;
  }

  .oportunities_title h2 {
    width: 100%;
    font-size: 1rem;
    letter-spacing: 8px;
    margin-bottom: 0.5rem;
  }

  .oportunities_title_tabs p {
    font-size: 0.8rem;
    letter-spacing: 2px;
  }

  .oportunities_title_tabs h2::before {
    width: 9%;
  }

  .oportunities_title h2 span {
    width: 70%;
    margin-top: 1rem;
  }

  .oportunities_title_tabs {
    width: 100%;
  }

  .oportunities_items {
    width: 100%;
    flex-wrap: wrap;
  }

  .oportunities_items_item {
    width: 100%;
    margin-top: 2rem;
  }

  .oportunities_items_item .item_heading {
    bottom: 98px;
  }

  .oportunities_items_item .item_desc p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .oportunities_actions .btn a {
    padding: 1.5rem 1.5rem;
  }

  .property-hero_content {
    height: 65vh;
  }

  .development_plants_title h3 {
    font-size: 12px;
  }

  .development_plants_title {
    width: 100%;
  }

  .development_plants_title .tabs .tab {
    width: 50%;
  }

  .development_plants_tabs {
    width: 100%;
  }

  .development_plants_content {
    width: 100%;
  }

  .development_plants_content .btn {
    width: 100%;
  }

  .development_plants_content .btn a {
    justify-content: center;
  }

  .development_location .container {
    width: 90vw;
  }

  .oportunities_title_filter {
    width: 100%;
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }

  .oportunities_title_filter h5 {
    width: 100%;
    font-size: 1rem;
  }

  .oportunities_title_filter select {
    width: 47%;
  }

  .development_contact .container {
    width: 90vw;
    flex-wrap: wrap;
  }

  .development_contact_content {
    width: 100%;
    flex-direction: column;
  }

  .development_contact_content h2 {
    width: 100%;
    order: 1;
    margin: 0;
    font-size: 1.75rem;
  }

  .development_contact_content h2 span {
    display: block;
    margin-bottom: 1rem;
  }

  .development_contact_content h2 br {
    display: none;
  }

  .development_contact_content_desc {
    width: 100%;
    order: 3;
  }

  .development_contact_form {
    width: 100%;
  }

  .development_gallery_header p {
    width: 100%;
  }

  .development_gallery_slider .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
  }

  .development_gallery_slider .gallery_image {
    height: 312px;
  }

  .development_plants .container {
    width: 90vw;
  }

  .development_plants .wrapper {
    flex-direction: column;
  }

  .cta_developments .container {
    width: 85vw;
    flex-wrap: wrap;
  }

  .cta_developments_info {
    width: 100%;
  }

  .cta_developments_form {
    width: 100%;
    margin-top: 1.5rem;
  }

  .development .container {
    flex-direction: column;
    padding: 1rem;
    flex-flow: column-reverse;
  }

  .development_image {
    width: 100%;
    margin-top: 54vh;
  }

  .development_content {
    width: 100%;
    margin-top: 1.5rem;
  }

  .development_content h2 *{
    font-size: 1.32rem;
    width: 100%;
    text-transform: uppercase;
    padding: 3rem 4.9rem 3rem 2rem;
    background-color: #313131;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 32vh;
    align-content: center;
  }

  .development_content .card {
    padding: 0.7rem 1.2rem;
    background-color: #fff;
    height: 84px;
    justify-content: center;
  }

  .development_content .card h3 {
    font-size: 0.875rem;
  }

  .developments_title {
    width: 100%;
    flex-wrap: wrap;
  }

  .developments_title h2 {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .developments_title h2 span {
    width: 70%;
    margin-top: 1rem;
  }

  .developments_items {
    width: 100%;
    flex-wrap: wrap;
  }

  .developments_items_item {
    width: 100%;
    margin-top: 2rem;
  }

  .developments_items_item .item_heading {
    bottom: 98px;
  }

  .developments_items_item .item_desc p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .developments_actions .btn a {
    padding: 1.5rem 1.5rem;
  }

  .developments_title_filter {
    width: 100%;
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }

  .developments_title_filter h5 {
    width: 100%;
    font-size: 1rem;
  }

  .developments_title_filter select {
    width: 47%;
  }

  .about_video {
    width: 100%;
  }

  .about_text h2 {
    font-size: 2rem;
  }

  .about_text {
    width: 100%;
  }

  .about .container {
    flex-direction: column;
  }

  .cta_news .container {
    width: 85vw;
    flex-wrap: wrap;
  }

  .cta_news_info {
    width: 100%;
  }

  .cta_news_form {
    width: 100%;
    margin-top: 1.5rem;
  }

  .blog_title h2 {
    font-size: 1rem;
  }

  .blog_items {
    margin-top: 0;
  }

  .blog_list {
    width: 100%;
    flex-wrap: wrap;
  }

  .blog_list_item {
    width: 100%;
  }

  .blog_list_item:nth-of-type(2n) {
    flex-direction: column;
  }

  .about_cta_banner {
    width: 100%;
    order: 2;
  }

  .about_cta_content {
    flex-direction: column;
  }

  .about_cta_content h2 {
    width: 100%;
    order: 1;
    margin: 0;
    font-size: 1.8rem;
  }

  .about_cta_content h2 span,
  .about_cta_content h2 span.mobile {
    display: block;
    margin-bottom: 1rem;
  }

  .about_cta_content h2 span.desk {
    display: none;
  }

  .about_cta_content_desc {
    width: 100%;
    order: 3;
  }

  .about_cta_content_desc .btn,
  .developments_home_actions .btn {
    width: 100%;
  }

  .about_cta_content_desc .btn a,
  .developments_home_actions .btn a {
    padding: 0.9rem 0;
    justify-content: center;
  }

  .developments_home_title {
    width: 100%;
    flex-wrap: wrap;
  }

  .developments_home_title h2 {
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .developments_home_title h2 span {
    width: 80%;
    line-height: 1.6rem;
    font-size: 0.9rem;
  }

  .developments_home_title_tabs,
  .developments_title_tabs {
    width: 100%;
  }

  .developments_home_title_tabs .tab,
  .developments_home_title_tabs .tab.active,
  .developments_home_title_tabs .tab:hover,
  .developments_title_tabs .tab,
  .developments_title_tabs .tab.active,
  .developments_title_tabs .tab:hover {
    font-size: 0.78rem;
  }

  .development_content_cards .card p {
    font-size: 0.65rem;
    font-weight: 400;
    gap: 0.8rem;
    padding-top: 0.2rem;
  }

  .developments_home_items {
    width: 100%;
    flex-wrap: wrap;
  }

  .developments_home_items_item {
    width: 100%;
    margin-top: 2rem;
  }

  .developments_home_items_item .item_heading {
    bottom: 98px;
  }

  .developments_home_items_item .item_desc p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .developments_home_title_tabs .tab:after,
  .developments_title_tabs .tab:after {
    margin-top: 1.4rem;
  }

  .banner_page .container {
    padding-top: 0;
    height: auto;
    width: 100%;
  }

  .contact_lightbox_content {
    width: 90%;
  }

  .page-title h1 {
    width: 85vw;
    font-size: 3rem;
  }

  .title_section {
    font-size: 1.875rem;
  }

  .development .container {
    width: 100%;
  }

  .header_fix {
    padding-top: 5rem;
  }

  .page {
    padding: 1rem 2.5vw 0 2.5vw;
  }

  .support_header .container {
    width: 85vw;
  }

  .support_form h3 {
    font-size: 2rem;
  }

  .support_form .form-support .btn {
    width: 100%;
  }

  .logo-desktop,
  .desktop {
    display: none;
  }

  .development_location.mobile h2 {
    font-size: 1.5rem;
    font-weight: 500;
    width: 90%;
    line-height: 1.3;
    justify-self: center;
    text-align: center;
  }

  .development_location.mobile .btn a {
    justify-content: center;
  }

  .development_location.mobile .loc_info {
    display: flex;
    padding-bottom: 2rem;
  }

  .development_location.mobile .loc_info h4 {
    align-content: center;
    font-size: 0.9rem;
  }

  .development_location.mobile .loc_info .development_location_content_cards {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }

  .development_location.mobile .loc_info .development_location_content_cards .card {
    width: 90%;
    height: 50px;
  }

  .development_location.mobile .loc_info .development_location_content_cards .card h5 {
    font-size: 0.7rem;
    letter-spacing: 2px;
  }

  .development_location.mobile .loc_info h4 span {
    font-weight: 500;
  }

  .mobile {
    display: block;
  }

  .development_location.mobile .container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
  }

  .logo-mobile {
    width: 125px;
  }

  .header .container {
    width: 85vw;
  }

  .header {
    background-color: #313131;
    height: 78px;
  }

  .header .logo {
    width: 35%;
    z-index: 99;
    height: fit-content;
  }

  .header .menu_toggle {
    display: block;
    position: relative;
    z-index: 99;
  }

  .header .menu_toggle.active .bar1 {
    top: 13.5px;
    background-color: transparent;
  }

  .header .menu_toggle.active .bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
  }

  .header .menu_toggle.active .bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
  }

  .header .menu_toggle.active .bar4 {
    background-color: transparent;
  }

  .header .menu_toggle.active .bar5 {
    bottom: 13.5px;
    background-color: transparent;
  }

  .header .navbar {
    width: 105vw;
    height: 100vh;
    margin-top: 6.9rem;
    background-color: #ccc;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    position: fixed;
    z-index: 9;
    top: -2rem;
    left: 150%;
    transition: left ease-in-out 0.5s;
  }

  .header .navbar ul {
    background-color: transparent;
    padding: 0;
    flex-direction: column;
    gap: 0;
    width: 85vw;
    align-items: flex-start;
    align-self: anchor-center;
  }

  .header .navbar ul .menu_item {
    padding: 8px 0;
  }

  .header .navbar ul .menu_item a {
    color: #ffffff;
    font-weight: 500;
  }

  .header .navbar ul .menu_item:after {
    top: 32px;
  }

  .header .navbar ul .menu_item .submenu {
    width: 100%;
    z-index: 98;
    left: 0;
    top: 42px;
    transform: translateY(0);
  }

  .header .navbar ul .menu_item .submenu .menu_item {
    font-size: 14px;
  }

  .header .navbar .btn {
    margin-top: 1.5rem;
    padding: 0.875rem 1rem;
  }

  .header .navbar.active {
    left: 0;
  }

  .banner_page_content {
    height: 60vh;
    margin-top: 78px;
  }

  .banner_page_content h1 {
    font-size: 2.5rem;
    letter-spacing: 24px;
    line-height: 1.25;
  }

  .banner_page_content h2 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }

  .numbers .container {
    flex-direction: column-reverse;
  }

  .numbers_image {
    width: 100%;
  }

  .numbers_content {
    width: 100%;
  }

  .numbers_content_title {
    width: 100%;
  }

  .numbers_content_title h2 {
    width: 100%;
    font-size: 2rem;
  }

  .numbers_content_items {
    width: 100%;
  }

  .numbers_content_items_item {
    width: 100%;
    justify-content: normal;
  }

  .numbers_content_items_item .item_number h6 {
    font-size: 1.2rem;
  }

  .footer .container {
    width: 90vw;
  }

  .footer_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2.5rem 0;
  }

  .footer_top_logo {
    width: 190px;
    height: 48.5px;
    margin: 0 auto;
    position: relative;
  }

  .footer_top_logo:after {
    width: 200vw;
    height: 1px;
    background-color: #D9D9D9;
    content: "";
    position: absolute;
    bottom: -18px;
    left: -50vw;
  }

  .footer_top .mob_side {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4rem;
    flex-direction: column;
  }

  .footer_top_nav {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }

  .footer_top_nav ul {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    text-align: center;
  }

  .footer_top_nav ul li {
    font-size: 10px;
    font-weight: 500;
    padding: 0;
  }

  .footer_top_contact .contact_item.social .links {
    gap: 2px;
  }

  .footer_top_contact {
    width: 100%;
    padding: 0;
    margin: 0 10px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
  }

  .footer_top_contact:before {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    content: "";
    position: absolute;
    top: -10px;
  }

  .footer_top_contact .contact_item h4 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .footer_top_contact .contact_item a {
    font-size: 11px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .footer_top_links {
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column-reverse;
  }

  .footer_top_links .btn {
    width: 100%;
  }

  .footer_bot .container {
    align-items: flex-start;
  }

  .footer_bot p {
    width: 40%;
    font-size: 8px;
    font-weight: 100;
    line-height: 14px;
  }

  .footer_bot .copy {
    width: 48%;
  }

  .footer_bot .copy p {
    width: auto;
  }

  .footer_bot .copy a img {
    width: 64px;
  }

  .hero_slider_content {
    height: 85vh;
  }

  .hero_slider_content .container {
    width: 85vw;
  }

  .hero_slider_content h2 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media screen and (min-width: 980px) and (max-width: 1299px) {
  .contact_lightbox_content {
    width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .development_location_content_cards .card {
    padding: 0 4rem;
  }

  .oportunities_items_item .item_image {
    height: 448px;
  }

  .property-hero_content .container {
    width: 60vw;
  }

  .property-hero_content h2 {
    width: 40%;
    font-size: 2.5rem;
  }

  .property-hero_slider_footer_wrapper {
    width: 50%;
  }

  .property-types_grid_item .item_image {
    height: 362px;
  }

  .property-highlights_grid_item .item_desc h4 {
    font-size: 1.25rem;
  }

  .property-highlights_grid_item .item_desc h5 {
    font-size: 1.125rem;
  }

  .property-highlights_grid_item .item_desc .item_pricing h5 {
    font-size: 2rem;
  }

  .blog_items_item .item_image {
    height: 448px;
  }

  .post_content_desc_full h1 {
    font-size: 2.5rem;
  }

  .contact_content h2 {
    width: 20%;
  }

  .contact_content_desc {
    width: 45%;
  }

  .support_header .container {
    width: 45vw;
  }

  .page {
    padding: 1rem 1vw 0 1vw;
  }

  .container {
    width: 75vw;
  }

  .oportunities_title_tabs h2::before {
    left: -13vw !important;
    width: 11vw !important;
  }

  .page-title h1 {
    width: 70vw;
  }

  body {
    overflow-x: unset;
  }

  .header .container {
    width: 75vw;
  }

  .header .navbar {
    gap: 72px;
  }

  .header .navbar ul {
    gap: 72px;
  }

  .banner_page_content h1 {
    font-size: 3.5rem;
  }

  .footer .container {
    width: 75vw;
  }

  .hero_slider_content .container {
    width: 60vw;
  }

  .hero_slider_content h2 {
    width: 40%;
    font-size: 2.5rem;
  }

  .hero_slider_footer_wrapper {
    width: 50%;
  }

  .developments_home_items_item .item_image {
    height: 448px;
  }

  .about_cta_content h2 {
    width: 20%;
  }

  .about_cta_content_desc {
    width: 45%;
  }

  .blog_list_item .item_desc {
    width: 65%;
  }

  .blog_list_item .item_desc h5 {
    font-size: 2rem;
  }

  .cta_news .container {
    width: 45%;
  }

  .developments_items_item .item_image {
    height: 448px;
  }

  .cta_developments .container {
    width: 45%;
  }

  .development_contact .container {
    width: 50%;
  }

  .development_contact_content {
    width: 45%;
  }

  .development_gallery_header p {
    width: 40%;
  }

  .development_gallery_slider .gallery_image {
    height: 732px;
  }

  .development_plants .container {
    width: 65vw;
  }

  .development_location .container {
    width: 65vw;
  }
}


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