@charset "UTF-8";
/* Reset básico */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}
a strong {
  transition: color 0.25s ease;
}
a:hover strong {
  color: #5eb137 !important;
}

.u-color-primary {
  color: #5eb137 !important;
}

.u-color-secondary {
  color: #40474f !important;
}

.u-color-gray {
  color: #6c757d !important;
}

.u-color-dark {
  color: #212529 !important;
}

.u-color-light {
  color: #f8f9fa !important;
}

.section {
  padding: clamp(3rem, 6vw, 6rem) 0;
}

.container-narrow {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 1rem;
}

[role=button] * {
  outline: none !important;
}

body,
main,
section {
  overflow: visible !important;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden !important;
  }
  body.modal-open {
    overflow-y: hidden;
    padding-right: 0 !important;
  }
}
.btn {
  font-size: 0.875rem;
  padding: 0.65rem 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.5rem;
  border: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn.btn-primary {
  background-color: #5eb137;
  border-color: #5eb137;
}
.btn.btn-primary:hover {
  background-color: rgb(73.3362068966, 138.0905172414, 42.9094827586);
}
.btn.btn-dark {
  background-color: #212529;
  border-color: #212529;
}
.btn.btn-dark:hover {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432);
}

.title-section {
  font-size: 2.1875rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  margin: 0;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .title-section {
    font-size: 2rem;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 0;
  }
}
.form-label {
  font-size: 0.85rem;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #212529;
}

.text-primary {
  color: #5eb137 !important;
}

.text-secondary {
  color: #40474f !important;
}

.text-gray {
  color: #6c757d !important;
}

.text-dark {
  color: #212529 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.form-select,
.form-control {
  border-color: #6c757d;
}

.form-check label {
  cursor: pointer;
}

.form-control:focus-visible,
.form-select:focus-visible {
  outline: 2px solid #5eb137;
  outline-offset: 2px;
}

.is-hidden {
  display: none !important;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .container > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.header img {
  width: 180px;
  height: auto;
  display: block;
}
.header .nav-link {
  line-height: 2.25rem;
}
.header .nav-whatsapp .nav-link {
  font-weight: 500;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-inline: 25px;
}
.header .nav-whatsapp .nav-link i {
  color: #5eb137;
  font-size: 1rem;
  line-height: 1.25rem;
}
.header .nav-whatsapp .nav-link:hover {
  opacity: 0.85;
}
.header .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .header {
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header .container > div {
    position: static;
    transform: none;
  }
  .header img {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .header img {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .header .container > div {
    position: relative;
    top: 0;
    left: 25px;
    transform: none;
  }
}
.nav-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100vh;
  background: rgb(10.2567567568, 11.5, 12.7432432432);
  color: #fff;
  padding: 2rem;
  transform: translateX(100%);
  z-index: 1040;
  transition: transform 0.3s ease;
}
.nav-sidebar.is-open {
  transform: translateX(0);
}
.nav-sidebar__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: 0;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.nav-sidebar__nav {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.nav-sidebar__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
}

.header .btn-nav-toogle {
  font-size: 2rem;
  padding: 0.25rem 0.65rem;
}

@media (max-width: 991px) {
  .nav-sidebar {
    display: none;
  }
}
.nav-overlay__logo {
  width: 150px;
  margin-bottom: 50px;
}
.nav-overlay__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  position: relative;
  z-index: 1056;
  transform: translate(100px, 0);
  cursor: pointer;
}
.nav-overlay .modal-content {
  overscroll-behavior: contain;
  touch-action: pan-y;
}

body.nav-overlay-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

@media (max-width: 991px) {
  .header .container > div {
    position: relative;
    top: 0;
    left: 25px;
    transform: none;
  }
  .header .btn-nav-toogle {
    font-size: 2rem;
  }
}
.cta-floating {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70px;
  gap: 0.5rem;
  opacity: 0;
  transform: translateX(40px);
  animation: ctaEntrance 0.8s ease-out forwards;
}
.cta-floating__item {
  height: 72px;
  width: 65px;
  padding-right: 0;
  border-radius: 1.25rem 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease;
}
.cta-floating__item:hover {
  padding-right: 5px;
  width: 70px;
}
.cta-floating__label {
  font-size: 0.65rem;
  font-weight: 600;
  color: #2a2d2e;
  margin-top: 3px;
  margin-bottom: -5px;
}
.cta-floating__item--whatsapp {
  background-color: #5eb137;
  color: #fff;
  font-size: 2.5rem;
}
.cta-floating__item--quote {
  background-color: #fff;
}

@keyframes ctaEntrance {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cta-floating {
    right: 0;
    bottom: 100px;
    opacity: 1;
    transform: none;
    animation: none;
  }
  .cta-floating__item:hover {
    padding-right: 5px;
    width: 70px;
  }
  .cta-floating__icon svg {
    width: 65px;
    padding-right: 0;
    transition: none;
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 75px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%) translateY(10px);
  transition: 0.5s;
}
.scroll-indicator .mouse {
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 14px;
  position: relative;
}
.scroll-indicator .mouse .wheel {
  width: 4px;
  height: 8px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: wheelMove 1s ease-in-out infinite;
}
.scroll-indicator .chevron {
  width: 20px;
  height: 14px;
  position: relative;
  margin-top: 8px;
}
.scroll-indicator .chevron::before, .scroll-indicator .chevron::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  background-color: #fff;
  transform-origin: top center;
}
.scroll-indicator .chevron::before {
  left: calc(50% + 1px);
  transform: rotate(125deg);
}
.scroll-indicator .chevron::after {
  transform: rotate(-125deg);
}
.scroll-indicator .chevron {
  animation: chevronMove 1s infinite;
}

@keyframes chevronMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes wheelMove {
  0%, 50%, 100% {
    top: 6px;
    opacity: 1;
  }
  25% {
    top: 18px;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-indicator * {
    animation: none !important;
    transition: none !important;
  }
}
.footer {
  padding-top: 70px !important;
}
.footer__logo {
  margin: 0 0 1.75rem -5px;
  margin: 0 auto 30px !important;
  display: block !important;
  font-size: 0.5em;
}
.footer__logo a {
  text-align: center;
  margin: 0;
  display: block;
}
.footer__contact-block {
  margin-bottom: 0.75rem;
}
.footer__contact-block .bi {
  font-size: 20px !important;
  display: block;
  float: left;
  height: 70px;
  margin: 5px 15px 0 0;
}
.footer__contact label {
  color: #ccc;
  font-size: 0.65rem;
  letter-spacing: 0.1rem;
  font-weight: 600 !important;
}
.footer__nav {
  padding-top: 8px;
}
.footer__book {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 1.4;
}
.footer__book p {
  margin: 0;
}
.footer .rrss-icon a {
  font-size: 1.12rem;
  padding-right: 0.35rem;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .footer__info {
    text-align: center;
  }
  .footer__nav {
    text-align: center;
  }
  .rrss-icons {
    font-size: 1.25rem;
    padding-top: 20px;
  }
  .rrss-icons > a {
    margin: 0 5px;
  }
  .rrss-icons .footer__info p {
    font-size: 0.75rem;
  }
  .footer__contact {
    justify-items: center;
  }
  .footer__contact-block {
    min-width: 300px;
    text-align: center;
  }
  .footer__contact-block .bi {
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 3px 0 0;
  }
  .footer__contact label {
    font-size: 0.85rem;
  }
}
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top__icon {
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  line-height: 1;
  color: #5eb137;
}
.scroll-top__progress {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}
.scroll-top__track {
  fill: none;
  stroke: #e5e5e5;
  stroke-width: 6;
}
.scroll-top__indicator {
  fill: none;
  stroke: #5eb137;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 0.15s linear;
}

.about-overlay .modal-content {
  background: rgba(8, 8, 8, 0.96);
  border: none;
  border-radius: 0;
}
.about-overlay .modal-body {
  padding: 4rem 0;
  overflow-y: auto;
}
.about-overlay__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.about-overlay__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.about-overlay__content {
  width: 100%;
  margin-inline: auto;
}
.about-overlay .modal-content {
  background: rgba(8, 8, 8, 0.95);
}
.about-overlay .modal-body {
  display: flex;
  align-items: center;
  padding: 4rem 0;
}
.about-overlay__close {
  top: 1rem;
  z-index: 1056;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  right: calc((100vw - 900px) / 2 + 1rem);
}
.about-overlay__content {
  max-width: 720px;
  color: #f1f1f1;
  text-align: left;
  line-height: 1.7;
  animation: aboutOverlayFadeUp 0.6s ease-out both;
}
.about-overlay__logo {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.about-overlay__logo img {
  height: 42px;
  max-width: 100%;
  opacity: 0.9;
  display: block;
}
.about-overlay__subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.about-overlay__text {
  font-size: 1.15rem;
  line-height: 1.7;
}
.about-overlay__text p {
  font-size: 1rem;
}
.about-overlay__text p strong {
  font-weight: 500;
}
.about-overlay.modal {
  z-index: 20000;
}
.about-overlay + .modal-backdrop {
  z-index: 19999;
}

@keyframes aboutOverlayFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  width: 100%;
  min-height: 780px;
  height: calc(100vh - var(--header-height)) !important;
  overflow: hidden;
  background: #212529;
  scroll-margin-top: var(--header-height);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.7) 100%);
}
.hero .slider-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero .fade-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1);
  z-index: 1;
  transition: opacity 1.5s ease, transform 12s cubic-bezier(0.33, 0, 0.67, 1);
  will-change: opacity, transform;
}
.hero .fade-slide.is-active {
  opacity: 1;
  transform: scale(1.25);
  z-index: 2;
}
.hero .fade-slide.is-lcp {
  opacity: 1 !important;
  transform: scale(1.25) !important;
  transition: none !important;
}

@media (max-width: 991.98px) {
  #hero.hero {
    height: auto !important;
    min-height: auto !important;
  }
  .hero::after {
    display: none;
  }
  .hero .fade-slide {
    transition: none;
    transform: none;
  }
}
.summary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  min-width: 500px;
  z-index: 5;
  padding: 1rem;
  display: flex;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
}
.summary-card {
  width: 100%;
  color: #fff;
  padding: 2rem 1.5rem;
}
.summary__header {
  background-color: #5eb137;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem 0;
  margin-bottom: 15%;
  width: 450px;
  transform: translateX(-25%);
}
.summary__title {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #212529;
}
.summary__list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.summary__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 1.75rem;
  align-items: flex-start;
}
.summary__icon {
  opacity: 0.6;
  margin-top: 5px;
}
.summary__icon svg,
.summary__icon img {
  width: auto;
  height: 32px;
  display: block;
}
.summary__content small {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.25rem;
}
.summary__content strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}
.summary__content p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .summary {
    position: static;
    min-width: auto;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .summary-card {
    margin: 0 auto;
    display: inline-flex;
    width: fit-content;
    gap: 25px;
  }
  .summary__header {
    display: none;
  }
  .summary__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .summary__list {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.overview {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 0;
  background: linear-gradient(90deg, #212529 50%, #fff 50%);
}
.overview > .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.overview__institutional {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  text-align: center;
}
.overview__institutional a {
  text-decoration: none !important;
}
.overview__bank-logo {
  max-width: 160px;
  height: auto;
  display: block;
}
.overview__project-logo {
  max-width: 220px;
  height: auto;
  display: block;
}
.overview__project-building {
  max-width: 220px;
  height: auto;
  display: block;
}
.overview__price-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #40474f;
  padding: 0.5rem 1.6rem;
  border-radius: 999px;
  color: #fff;
  white-space: nowrap;
}
.overview__price-label {
  font-size: 0.9rem;
  opacity: 0.85;
}
.overview__price-value {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.overview__render {
  max-height: 80vh;
}
.overview__copy {
  position: relative;
}
.overview__brand {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.overview__brand-logo {
  max-width: 235px;
  height: 35px;
  display: block;
  margin-bottom: 1.5rem;
}
.overview__leed-logo {
  max-width: 128px;
  height: 128px;
  position: absolute;
  margin-left: -160px;
  top: 140px;
}
.overview p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #40474f;
}
.overview a {
  color: #5eb137;
  text-decoration: underline;
}
.overview a:hover {
  color: rgb(77.4689655172, 145.8724137931, 45.3275862069);
}
.overview__highlight {
  margin-top: 1rem;
}
.overview__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

@media (max-width: 991px) {
  .overview {
    padding: 4rem 1.5rem;
    max-width: 100%;
    overflow-x: hidden;
  }
  .overview p {
    font-size: 1rem;
    text-align: left;
  }
  .overview::before {
    display: none;
  }
  .overview__project-picture img {
    width: 100%;
    height: auto;
  }
  .overview__bank-logo {
    margin-top: -80px;
  }
  .overview__col-left, .overview__col-center {
    display: none !important;
  }
  .overview__col-right {
    width: 100%;
  }
  .overview__col-right p {
    font-size: 1.15em;
  }
  .overview__col-right p:nth-of-type(2) {
    font-weight: 700;
  }
  .overview__brand, .overview__brand-logo {
    display: none !important;
  }
  .overview__actions {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .overview__actions .btn {
    width: 100%;
    height: 45px;
    font-size: 1rem;
  }
  .overview__actions .btn i {
    display: none;
  }
  .project-overview {
    text-align: center;
  }
  .project-overview::before {
    display: none;
  }
  .project-overview__actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .overview {
    background: none;
  }
  .overview__actions {
    grid-template-columns: 100%;
  }
  .overview .btn {
    width: 100%;
    height: 45px;
    font-size: 1rem;
    letter-spacing: -0.025rem;
    white-space: nowrap;
    padding: 0.65rem 2rem;
  }
  .overview__institutional--mobile {
    overflow: visible;
    background: rgb(26.177027027, 29.35, 32.522972973);
    padding-bottom: 50px;
  }
  .overview__institutional--mobile .overview__project-logo {
    margin-top: 50px;
    margin-bottom: -15px;
  }
}
.amenities {
  background-color: #5eb137;
  color: #212529;
  padding: 4rem 0;
  text-align: center;
}
.amenities__title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 3rem;
  color: #212529;
}
.amenities__list {
  justify-content: center;
  align-items: center;
}
.amenities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.amenities__item img {
  display: block;
  width: auto;
  height: 48px;
}
.amenities__item span {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .amenities {
    max-width: 100%;
    overflow-x: hidden;
  }
  .amenities__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .amenities__item {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .amenities {
    padding: 3rem 0;
  }
  .amenities__title {
    margin-bottom: 2rem;
  }
}
.gallery .tab-pane {
  display: block !important;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  min-height: 1px;
}
.gallery .tab-pane.active,
.gallery .tab-pane.show {
  visibility: visible;
  height: auto;
  overflow: visible;
}
.gallery .tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow: hidden;
}
.gallery {
  background-color: #f8f9fa;
  padding-top: 5rem !important;
  contain: layout;
}
.gallery__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.gallery__tabs {
  border: none;
  gap: 1rem;
  padding-right: 5rem;
}
.gallery__tabs .nav-link {
  border: none;
  padding: 0 1rem 0.5rem;
  color: #6c757d;
  font-weight: 400;
  background: none !important;
  position: relative;
}
.gallery__tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #5eb137;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}
.gallery__tabs .nav-link.active {
  color: #000;
}
.gallery__tabs .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}
.gallery__slider {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.gallery .gallery-swiper {
  position: relative;
  margin-inline: -15px;
  padding: 0;
}
.gallery .gallery-swiper .swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-color: rgba(107, 191, 69, 0.25);
  border-top-color: #5eb137;
}
.gallery .gallery-swiper .swiper-slide {
  padding-inline: 50px;
  min-height: 600px;
}
.gallery .gallery-swiper img,
.gallery .gallery-swiper video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 0.5rem;
  background-color: transparent;
}
.gallery .gallery-swiper .swiper-button-prev,
.gallery .gallery-swiper .swiper-button-next {
  color: #2a2d2e;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.5s ease;
}
.gallery .gallery-swiper .swiper-button-prev.swiper-button-disabled,
.gallery .gallery-swiper .swiper-button-next.swiper-button-disabled {
  color: rgb(218.25, 223.5, 228.75);
  opacity: 1;
}
.gallery .gallery-swiper .swiper-button-prev {
  left: 0;
}
.gallery .gallery-swiper .swiper-button-next {
  right: 0;
}
.gallery .gallery-swiper .swiper-button-prev,
.gallery .gallery-swiper .swiper-button-next {
  background-color: #f8f9fa;
  height: 100%;
  top: 0;
  transform: translateY(0);
  margin: 0;
}
.gallery .gallery-swiper .swiper-button-prev svg,
.gallery .gallery-swiper .swiper-button-next svg {
  width: 1.5rem;
}
.gallery .gallery-swiper .swiper-button-prev:hover svg,
.gallery .gallery-swiper .swiper-button-next:hover svg {
  color: #000;
  transition: color 0.15s linear;
}
.gallery .gallery-swiper .swiper-pagination {
  bottom: 30px;
  text-align: center;
}
.gallery .gallery-swiper .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.35);
  width: 10px;
  height: 10px;
  margin-inline: 3px;
  opacity: 1;
}
.gallery .gallery-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.gallery .gallery-note {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #999;
  text-align: center;
  opacity: 1;
  letter-spacing: 0.0125rem;
}

.gallery-videos.active.show + .gallery-note {
  opacity: 0;
}

.gallery-slide-title {
  font-size: 2.5rem;
  bottom: 25px;
  left: 90px;
}

.gallery-slide-title,
.gallery-lightbox-title {
  font-weight: 600;
  color: #fff;
  opacity: 0.85;
  position: absolute;
}

.gallery-slide-title::before,
.gallery-lightbox-title::before {
  content: "| ";
  font-weight: 300;
  display: inline-block;
  transform: translateY(-2px);
  padding-right: 10px;
}

.gallery-slide-title,
.gallery-lightbox-title,
.gallery-slide-title::before,
.gallery-lightbox-title::before {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.gallery-lightbox-title {
  font-size: 3rem;
  left: 50px;
  bottom: 40px;
}

@media (max-width: 991px) {
  .gallery .gallery-swiper .swiper-pagination {
    bottom: 10px;
  }
  .gallery .gallery-swiper .swiper-button-prev,
  .gallery .gallery-swiper .swiper-button-next {
    display: none;
  }
  .gallery .gallery-swiper .swiper-slide {
    padding-inline: 1rem;
    min-height: 300px;
  }
  .gallery .gallery-swiper img,
  .gallery .gallery-swiper video {
    width: 100%;
    height: 300px;
  }
  .gallery__header {
    display: block;
    margin-bottom: 1rem;
  }
  .gallery__title {
    width: 100%;
  }
  .gallery__tabs {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row;
    margin-top: 15px;
    gap: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  .gallery__tabs .nav-link {
    font-size: 0.95em;
    text-align: center;
    width: 100%;
    padding: 1rem 0;
  }
  .gallery__tabs .nav-item {
    width: 100%;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .gallery-slide-title {
    top: 15px;
    left: 15px;
    bottom: auto;
    font-size: 1.25rem;
  }
  .gallery-lightbox-title {
    display: none;
  }
}
.tour360 .container {
  position: relative;
}
.tour360__placeholder {
  cursor: pointer;
}
.tour360__placeholder picture,
.tour360__placeholder img {
  pointer-events: none;
}
.tour360__placeholder:hover .btn {
  background-color: #fff;
  color: #2a2d2e;
}
.tour360__placeholder:hover .logo {
  transform: scale(0.95);
  transition: transform 0.5s ease-out;
}
.tour360__logo {
  position: absolute;
  margin-top: -75px;
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}
.tour360__btn-loader {
  margin-top: 100px;
  border: 1px solid #2a2d2e;
  pointer-events: auto;
  transition: background-color 0.5s ease-out, color 0.5s ease-out, border-color 0.5s ease-out, transform 0.5s ease-out;
}

@media (max-width: 991px) {
  .tour360 iframe {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.updates {
  background-color: #f8f9fa;
  padding-top: 5rem !important;
}
.updates__media {
  cursor: pointer;
}
.updates__media iframe {
  cursor: default;
}
.updates__media img,
.updates__media iframe {
  transition: opacity 0.35s ease;
}
.updates__media .is-hidden {
  opacity: 0;
  pointer-events: none;
}
.updates__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  place-content: center;
  flex-wrap: wrap;
}
.updates__play::after {
  content: "";
  position: absolute;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.updates__play:hover {
  background: rgba(0, 0, 0, 0.75);
}
.updates__selector {
  display: flex;
  align-items: flex-end;
  height: 75px;
}
.updates__selector label {
  font-weight: 500;
  float: right;
  text-align: right;
  width: 100%;
  padding-right: 15px;
  color: #212529 !important;
  font-size: 16px;
}
.updates__caption {
  font-weight: 600;
  color: #fff;
  opacity: 0.85;
  position: absolute;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-size: 3rem;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  padding: 20px;
  height: fit-content;
  width: fit-content;
}
.updates__caption::after {
  content: " |";
  font-weight: 400;
  display: inline-block;
  transform: translateY(-2px);
  padding-left: 10px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.updates__caption {
  opacity: 0 !important;
}
.updates__footer i.bi {
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .updates {
    max-width: 100%;
    overflow-x: hidden;
  }
  .updates__header > div {
    width: 100% !important;
  }
  .updates__selector {
    height: auto;
    padding-top: 15px !important;
  }
  .updates__selector label {
    width: 200px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.45rem;
  }
  .updates__selector select {
    width: 100% !important;
    height: 38px;
    font-size: 1rem;
  }
}
.location__address {
  font-weight: 700;
  font-size: x-large;
}
.location__actions {
  height: 120px;
  display: flex;
  align-items: flex-end;
}
.location__map {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  overflow: hidden;
}
.location__map picture {
  display: block;
  aspect-ratio: 16/8;
  align-content: center;
}
.location__map img {
  width: 100%;
  height: auto;
}
.location .icon-location img {
  margin: -5px 5px 0 0;
}

@media (max-width: 991px) {
  .location .location__top > div {
    width: 100%;
    max-width: 100%;
  }
  .location__address {
    font-size: 1.15rem;
    text-align: center;
  }
  .location__actions {
    height: auto;
    margin-top: 15px;
  }
  .location__actions a {
    flex: 1;
  }
}
.certification {
  overflow: visible;
  background-color: #40474f;
  color: #fff;
}
.certification .text-muted {
  color: rgba(255, 255, 255, 0.65) !important;
}
.certification__title {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.certification__logo {
  position: relative;
  isolation: isolate;
}
.certification__logo img {
  max-width: 200px;
  margin-bottom: 45px;
}
.certification__logo::before {
  position: absolute;
  content: "";
  width: 210px;
  height: 210px;
  left: -5px;
  right: 0;
  top: -116px;
  border: 2px dashed #f8f9fa;
  border-radius: 50%;
  margin: auto;
  animation: rotateme 20s linear infinite;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}
.certification__content {
  background-color: rgba(255, 255, 255, 0.06);
}
.certification__item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  display: flex;
  gap: 15px;
}
.certification__item i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  opacity: 0.9;
  margin-top: -5px;
}
.certification__item p {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .certification .btn {
    width: 100%;
    height: 45px;
    font-size: 1rem;
    margin: 5px;
    max-width: 300px;
  }
}
.quote header .text-muted {
  color: #6c757d;
}
.quote__filters .form-select {
  min-width: 0;
}
.quote__filters .btn {
  white-space: nowrap;
  font-size: 1rem;
  padding: 0.65rem 2rem;
}
.quote__ambient label, .quote__available label {
  font-weight: 500;
}
.quote__cta .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.quote__plan {
  max-width: 100%;
  margin-inline: auto;
}
.quote #quotePlanWrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
  padding: 0.5rem;
  position: relative;
}
.quote #quotePlanWrapper a {
  display: block;
}
.quote #quotePlanWrapper img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
.quote .btn-quote span {
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
}

@media (max-width: 991px) {
  .quote .title-section {
    text-align: center;
    margin-bottom: 15px;
  }
  .quote__filters {
    flex-direction: column;
  }
  .quote__filters > div {
    width: 100%;
  }
  .quote__plan {
    order: 1;
  }
  .quote__cta {
    order: 2;
  }
  .quote__ambient label, .quote__available label {
    width: 160px;
    font-size: 1rem;
  }
}
.quote-modal {
  border-radius: 12px;
  padding: 10px;
}
.quote-modal__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #40474f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
}
.quote-modal .modal-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0;
}
.quote-modal .form-control,
.quote-modal .form-select {
  padding: 0.75rem 0.9rem;
}
.quote-modal__divider {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #e5e5e5;
}
.quote-modal .modal-header {
  margin-bottom: 10px;
  background-color: #f8f9fa;
}
.quote-modal__subtitle {
  margin-top: -8px;
}
.quote-modal .form-check {
  margin-bottom: -10px;
}
.quote-modal .btn {
  letter-spacing: -0.025rem;
  white-space: nowrap;
  font-size: 1.125rem;
  padding: 0.65rem 2rem;
}

@media (max-width: 991px) {
  .quote-modal__icon {
    display: none !important;
  }
  .quote-modal .modal-body {
    scrollbar-width: auto;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .quote-modal .modal-body::-webkit-scrollbar {
    width: 6px;
  }
  .quote-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
  }
}
.quote-thanks {
  margin-top: 15px;
}
.quote-thanks .icon-thanks {
  border-radius: 99px;
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  place-self: center;
  background: #f8f9fa;
  margin-bottom: 20px;
}
.quote-thanks .icon-thanks img {
  margin: 0 auto;
  width: auto;
  height: 60px;
}
.quote-thanks h5 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.quote-thanks .text-muted {
  color: #6c757d;
  margin-bottom: 30px;
}

.legal-overlay .modal-content {
  background: rgba(8, 8, 8, 0.96);
  border: none;
  border-radius: 0;
}
.legal-overlay .modal-body {
  padding: 4rem 0;
  overflow-y: auto;
}
.legal-overlay__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.legal-overlay__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.legal-overlay__content {
  width: 100%;
  margin-inline: auto;
}
.legal-overlay .modal-content {
  background: rgba(8, 8, 8, 0.97);
}
.legal-overlay .modal-body {
  padding: 3.5rem 0;
}
.legal-overlay__header {
  position: relative;
}
.legal-overlay__close {
  position: fixed;
  top: 1rem;
  z-index: 1056;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  right: calc((100vw - 900px) / 2 + 1rem);
}
.legal-overlay__close:hover {
  color: #000;
}
.legal-overlay__content {
  max-width: 760px;
  color: #f1f1f1;
  animation: legalFadeUp 0.4s ease-out both;
}
.legal-overlay__title,
.legal-overlay h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.legal-overlay__text {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #d6d6d6;
}
.legal-overlay__text p {
  margin-bottom: 1rem;
  text-align: justify;
}
.legal-overlay__text strong {
  font-weight: 500;
  color: #fff;
}
.legal-overlay__text h3,
.legal-overlay__text h4 {
  font-size: 1.05rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.legal-overlay.modal {
  z-index: 21000;
}

.legal-overlay + .modal-backdrop {
  z-index: 20999;
}

@keyframes legalFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .legal-overlay__close {
    right: 20px;
  }
}
.swiper .video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .video-play::before {
  content: "";
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
}
.swiper .video-play::after {
  content: "";
  position: absolute;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

a:hover .video-play::before {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    max-width: 100%;
  }
  .swiper {
    overflow: hidden;
  }
  .gallery .gallery-swiper {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery .gallery-swiper .swiper-slide {
    padding: 0;
  }
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0 !important;
}

.gslide-image {
  position: relative;
}
.gslide-image img {
  background-color: transparent;
  padding: 1.5rem;
}

.glightbox-clean .gslide-description {
  background: none;
}
.glightbox-clean .gslide-title {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 0.75rem;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.115rem;
}
.glightbox-clean .gslide-video {
  background-color: transparent;
  padding: 1.5rem;
}
.glightbox-clean .gdesc-inner {
  padding-top: 0;
}

.glightbox-quote-cta {
  display: flex;
  justify-content: center;
  padding: 0;
}
.glightbox-quote-cta .btn-quote {
  max-width: 200px;
  width: 100%;
  padding: 0.65rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glightbox-quote-cta .icon-summary img {
  display: block;
}

.glightbox-cta {
  display: flex;
  justify-content: center;
  padding: 1.25rem 0;
  padding-top: 0;
}
.glightbox-cta .btn-quote {
  max-width: 200px;
  width: 100%;
  padding: 0.65rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glightbox-cta .btn-quote .btn {
  white-space: nowrap;
  font-size: 1rem;
  padding: 0.65rem 2rem;
}
.glightbox-cta .btn-quote img {
  margin-right: 5px;
}
.glightbox-cta .btn-quote span {
  font-size: 1.125rem;
  letter-spacing: -0.025rem;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-fade.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .scroll-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --header-height: 88px;
}

body {
  padding-top: 88px;
}
body.scrolled .header {
  height: 68px;
  min-height: 68px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
  transition: height 0.15s linear;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1030;
  height: 88px;
  min-height: 88px;
  display: flex;
  align-items: center;
}

.hero {
  height: calc(100vh - var(--header-height)) !important;
}

main > section[id] {
  scroll-margin-top: calc(var(--header-height) - 50px);
}

@media (max-width: 991px) {
  main > .quote:last-of-type {
    scroll-margin-top: calc(var(--header-height) - 250px);
  }
}

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