.landing {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  color: var(--color-black);
}
.header-landing {
  background-image: var(--hero-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-height: 100vh;
  text-transform: uppercase;
  border-top: 1px solid var(--color-grey-lightest);
  padding: 64px;
  font-size: 16px;
  line-height: 24px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
  font-weight: 500;
}
.header-landing img {
  width: 100%;
}
.header-landing h2 {
  font-size: 24px;
  margin: 0;
}
.header-landing h4 {
  font-size: 10px;
  margin: 0;
}
.header-landing .layer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header-landing .header-content {
  width: 400px;
  color: var(--color-white);
  z-index: 88;
}
.header-landing .header-content .logotipo {
  width: 100%;
  height: auto;
  margin: 0 0 16px;
}

.menu-landing {
  background-color: var(--color-white);;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 24px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.menu-landing .link {
  padding: 24px;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.description {
  width: 100%;
  height: auto;
  padding: 8% 8%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.description .description-content {
  width: 42%;
  height: auto;
  text-align: left;
}
.description h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 16px;
  font-weight: 500;
}
.description .description-image {
  width: 50%;
  height: auto;
  border-radius: 8px;
}

a.icon-player {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
a.icon-player img {
  width: 32px;
  height: 32px;
  margin: 8px;
}

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

.content-text {
  width: 700px;
  height: auto;
  margin: 80px auto;
  text-align: center;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4 {
  font-weight: 600;
}

.video {
  width: 100%;
  height: auto;
  margin: 80px auto;
  text-align: center;
  margin: 80px auto;
  text-align: center;
  padding: 64px 18%;
  background-color: var(--color-grey-lightest);
}
.video .video-container {
  width: 100%;
  padding-bottom: 56.25%;
  height: auto;
  margin: auto;
  position: relative;
  margin: 40px auto 0;
}
.video .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hlstrip{
  width: 800px;
  margin: -42px auto 40px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  position: relative;
  z-index: 3;
}

.hlstrip__container{
  padding: 40px;
}

.hlstrip__grid{
  display: grid;
  gap: 18px;
  align-items: center;
}

.hlstrip__grid--1{ grid-template-columns: 1fr; }
.hlstrip__grid--2{ grid-template-columns: repeat(2, 1fr); }
.hlstrip__grid--3{ grid-template-columns: repeat(3, 1fr); }
.hlstrip__grid--4{ grid-template-columns: repeat(4, 1fr); }
.hlstrip__grid--5{ grid-template-columns: repeat(5, 1fr); }

.hlstrip__item{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hlstrip__icon{
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 8px;
}

.hlstrip__title{
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.hlstrip__subtitle{
  font-size: 14px;
  line-height: 18px;
  opacity: .92;
  margin-top: 3px;
}

@media (max-width: 900px){
  a.icon-player {
    width: 100%;
    justify-content: center;
    padding: 8px;
    font-size: 10px;
  }
  a.icon-player img {
    width: 20px;
    height: 20px;
  }

  .hlstrip{
    width: calc(100% - 20px);
    margin: -28px auto 28px;
    border-radius: 16px;
  }

  .hlstrip__container{
    padding: 18px 14px;
  }

  .hlstrip__grid,
  .hlstrip__grid--2,
  .hlstrip__grid--3,
  .hlstrip__grid--4,
  .hlstrip__grid--5{
    gap: 24px;
  }

  .hlstrip__title{
    font-size: 14px;
    line-height: 18px;
  }

  .hlstrip__subtitle{
    font-size: 13px;
    line-height: 16px;
  }
}

.galleryTabs{
  width: 100%;
  padding: 72px 0 84px;
  background: #fff;
}

.galleryTabs__container{
  width: 1100px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  text-align: center;
}

.galleryTabs__title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
}

.galleryTabs__pills{
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: 0 0 18px;
  flex-wrap: wrap;
}

.galleryTabs__pill{
  height: 34px;
  padding: 0 18px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  background: #f1e7d2;
  color: #2a2a2a;
  font-size: 12px;
  font-weight: 700;
}

.galleryTabs__pill.is-active{
  background: var(--brand-secondary, #C7A15A);
  color: var(--brand-on-secondary, #1f1f1f);
}

.galleryTabs__panel{
  display: none;
}

.galleryTabs__panel.is-active{
  display: block;
}

.gallerySlick{
  margin-top: 10px;
}

.gallerySlick__slide{
  padding: 0;
}

.gallerySlick__figure{
  margin: 0;
  cursor: zoom-in;
}

.gallerySlick__img{
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.gallerySlick__caption{
  margin-top: 0;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  background: var(--brand-secondary, #A24D2E);
  color: var(--brand-on-secondary, #fff);
  border-radius: 0 0 12px 12px;
  text-align: left;
}

.galleryTabs .slick-dots{
  bottom: -26px;
}

.galleryTabs .slick-dots li button:before{
  font-size: 10px;
  color: rgba(0,0,0,.18);
  opacity: 1;
}

.galleryTabs .slick-dots li.slick-active button:before{
  color: var(--brand-secondary);
}

.galleryTabs .slick-prev,
.galleryTabs .slick-next{
  width: 52px;
  height: 52px;
  z-index: 3;
}

.galleryTabs .slick-prev{ left: 18px; }
.galleryTabs .slick-next{ right: 18px; }

.galleryTabs .slick-prev:before,
.galleryTabs .slick-next:before{
  font-size: 52px;
  opacity: 1;
  color: rgba(255,255,255,.92);
}

/* LIGHTBOX */
.galleryLightbox{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.galleryLightbox.is-open{
  display: block;
}

.galleryLightbox__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
}

.galleryLightbox__dialog{
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 24px));
  margin: 4vh auto 0;
}

.galleryLightbox__close{
  position: absolute;
  top: -8px;
  right: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  z-index: 10;
}

.galleryLightbox__sliderWrap{
  display: none;
}

.galleryLightbox__sliderWrap.is-active{
  display: block;
}

.galleryLightbox__figure{
  margin: 0;
}

.galleryLightbox__img{
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #111;
  border-radius: 14px 14px 0 0;
  display: block;
}

.galleryLightbox__caption{
  min-height: 54px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  background: var(--brand-secondary, #A24D2E);
  color: var(--brand-on-secondary, #fff);
  border-radius: 0 0 14px 14px;
}

.galleryLightbox .slick-prev,
.galleryLightbox .slick-next{
  width: 52px;
  height: 52px;
  z-index: 5;
}

.galleryLightbox .slick-prev{ left: 12px; }
.galleryLightbox .slick-next{ right: 12px; }

.galleryLightbox .slick-prev:before,
.galleryLightbox .slick-next:before{
  font-size: 52px;
  opacity: 1;
  color: rgba(255,255,255,.92);
}

@media (max-width: 900px){
  .galleryTabs{
    padding: 44px 0 56px;
  }

  .gallerySlick__img{
    height: 320px;
    border-radius: 12px;
  }

  .gallerySlick__caption{
    font-size: 14px;
    padding: 12px 14px;
  }

  .galleryTabs .slick-prev,
  .galleryTabs .slick-next,
  .galleryLightbox .slick-prev,
  .galleryLightbox .slick-next{
    width: 42px;
    height: 42px;
  }

  .galleryTabs .slick-prev:before,
  .galleryTabs .slick-next:before,
  .galleryLightbox .slick-prev:before,
  .galleryLightbox .slick-next:before{
    font-size: 38px;
  }

  .galleryLightbox__dialog{
    width: calc(100% - 12px);
    margin-top: 3vh;
  }

  .galleryLightbox__img{
    max-height: 76vh;
  }

  .galleryLightbox__caption{
    font-size: 14px;
  }
}

.maps {
  width: 100%;
  height: auto;
  margin: 80px auto;
}

.button-form {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--color-blue-light);
  color: var(--color-white);
  border-radius: 16px 0 0 16px;
  right: 0;
  bottom: 100px;
  position: fixed;
  z-index: 1000;
}
.button-form img {
  width: 56px;
  height: 56px;
}
.form {
  width: 40%;
  min-height: 100vh;
  background-color: var(--color-white);
  height: auto;
  position: fixed;
  right: -40%;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form.active {
  right: 0;
  opacity: 1;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.form .form-content {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 40px;
}
.form .form-content label {
  margin: 0;
}

.features-like{
  width: 100%;
  padding: 4%;
  background: var(--brand-tertiary, #f4efdf); /* bege do print */
}

.features-like__container{
  width: 100%;
  margin: 0 auto;
}

.features-like__title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 28px;
  color: var(--brand-primary, #222);
}

.features-like__grid{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}

.features-like__head{
  display:flex;
  align-items:center;
  gap: 8px;
  margin-bottom: 10px;
}

.features-like__icon{
  width: 16px;
  height: 16px;
  object-fit: contain;
  opacity: .9;
}

.features-like__iconPlaceholder{
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(0,0,0,.12);
  display:inline-block;
}

.features-like__cat{
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-primary, #222);
}

.features-like__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-like__item{
  font-size: 12px;
  line-height: 18px;
  color: rgba(0,0,0,.75);
  margin: 6px 0;
}

/* Responsivo: 3 colunas */
@media (max-width: 1000px){
  .features-like__grid{
    flex-wrap: wrap;
    gap: 24px;
  }
  .features-like__title {
    text-align: left;
  }
  .features-like__col {
    width: 100%;
  }
  .features-like__item {
    width: 100%;
    font-size: 16px;
  }
}

/* Responsivo: 1 coluna */
@media (max-width: 680px){
  .features-like{
    padding: 16% 10%;
  }
}

.location {
  width: 100%;
  padding: 8%;
  background: #fff;
}

.location .location-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  align-items: center;
}

.location .title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 14px;
}

.location h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 4px;
}

.location h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  opacity: .85;
  margin-bottom: 16px;
}

.location .map-text {
  width: 30%;
  height: auto;
}

.location .map-container {
  width: 60%;
  height: auto;
}

.location__desc{
  font-size: 12px;
  line-height: 18px;
  opacity: .78;
  margin: 0 0 18px;
  max-width: 320px;
}

.location__actions{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}

.location__actions .cta {
  width: 70%;
  min-width: fit-content;
  margin: 0;
}

.location__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.1);
}

.location__btn--light{
  background: #f1e7d2;
  color: #1f1f1f;
}

.location__btn--primary{
  background: var(--brand-secondary, #C7A15A);
  color: var(--brand-on-secondary, #1f1f1f);
  border-color: transparent;
}

.location__link{
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  margin-top: 2px;
}

.location__mapWrap{
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.location__map{
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

@media (max-width: 900px){
  .location{
    padding: 16% 10%;
  }
  .location .map-text {
    width: 100%;
    height: auto;
  }

  .location .map-container {
    width: 100%;
    height: auto;
  }
  .location__desc{ max-width: 100%; }
  .location__map{ height: 320px; }
}

.feature-highlights {
  width: 800px;
  height: auto;
  margin: -24px auto 0;
  text-align: center;
  border-radius: 16px;
  padding: 40px;
}

.feature-highlights__content{
  width: 980px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.feature-highlights__title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.feature-highlights__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-highlights__item{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(0,0,0,.08);
  font-size: 12px;
  font-weight: 700;
}

.feature-highlights__link{
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 800;
  color: inherit;
  text-decoration: underline;
  opacity: .9;
}

@media (max-width: 900px) {
  .header-landing {
    background-image: var(--hero-mobile);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5%;
    width: 100%;
    aspect-ratio: 8/14;
  }
  .header-landing .header-content {
    width: 70%;
    position: relative;
    height: auto;
    left: 0;
    bottom: 0;;
  }
  .header-landing img {
    border-radius: 0;
  }
  .content-text {
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 1% 6%;
  }

  .description {
    flex-direction: column-reverse;
    padding: 16% 8%;
  }
  .description .description-image {
    width: 100%;
    margin: 0 0 32px;
  }

  .menu-landing {
    gap: 0;
  }
  .menu-landing .link {
    padding: 16px 8px;
    font-size: 10px;
  }

  .description .description-content {
    width: 100%;
  }

  .feature-highlights {
    width: 100%;
    margin: 0;
    padding: 16% 10%;
    border-radius: 0;
  }

  .video {
    width: 100%;
    margin: 0;
    padding: 40px;
  }
  .case-numbers .number {
    width: 100%;
    padding: 24px;
  }

  .button-form {
    bottom: 32px;
    width: 80px;
    height: 80px;
  }
  .button-form img {
    width: 40px;
    height: 40px;
  }
  .form {
    width: 90%;
    right: -90%;
  }
  .form .form-content {
    width: 100%;
    padding: 24px;
  }
}