:root {
  --space-sm: 3.7rem;
  --space-md: 8rem;
  --space-lg: 12rem;
  --cinza: #464646;
  --bege: #CBC0AA;
  --bege-claro: #FAF5E6;
  --bege-escuro: #9B8063;
  --verde-escuro: #0A3C41;
  --verde: #1E5A5F;
  --marrom: #82694B;
}
@media screen and (max-width: 860px) {
  :root {
    --space-md: 4rem;
    --space-lg: 7rem;
  }
}

html {
  font-size: 70%;
}
@media screen and (max-width: 2000px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 62.5%;
  }
  html .grecaptcha-badge {
    display: none !important;
  }
}

body {
  font-family: "area-normal";
  color: var(--verde-escuro);
  background-color: var(--bege-claro);
}

@media screen and (max-width: 860px) {
  section {
    overflow: hidden;
  }
}

.container {
  max-width: 116rem;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container--small {
  max-width: 94.4rem;
}
.container--contato {
  max-width: 54.6rem;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.header {
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  color: white;
  padding: 2.6rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: transform 400ms ease;
}
@media screen and (max-width: 860px) {
  .header {
    padding: 2rem 0;
  }
  .header.menu_opened {
    background-color: var(--verde);
  }
}
.header__logo {
  width: 23rem;
  height: auto;
}
@media screen and (max-width: 860px) {
  .header__logo {
    width: 18rem;
  }
}
.header .menu_button span:nth-child(2)::after,
.header .menu_button span:nth-child(2)::before,
.header .menu_button span {
  background-color: white;
}
.header.scrolled.scroll-down:not(.menu_opened) {
  transform: translateY(-100%);
}
.header__linkportal {
  border-left: solid 1px white;
  padding-left: 2rem;
}
.header a:hover {
  text-decoration: underline;
}
.header__nav {
  max-width: 0;
  overflow: hidden;
  transition: max-width 600ms ease;
}
@media screen and (max-width: 860px) {
  .header__nav {
    position: fixed;
    top: 9.7rem;
    background-color: var(--verde);
    width: 100%;
    left: 0;
    box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 2rem 0 4rem;
    text-align: center;
  }
  .header__nav ul {
    margin-bottom: 3rem;
  }
}
.header__nav__linkportal {
  margin: 0 auto;
}
.header__nav a {
  font-size: 1.4rem;
  white-space: nowrap;
}
.header__nav a:hover {
  text-decoration: underline;
}
.header__nav__button a {
  background-color: var(--laranja);
  padding: 0.9rem 2rem;
  border-radius: 0 0 1.8rem 0;
}
.header__nav__button a:hover {
  text-decoration: none;
}
.header.menu_opened .header__nav {
  max-width: 60rem;
}

.footer {
  background: var(--verde-escuro);
  padding: 10rem 0 0;
  color: white;
}
@media screen and (max-width: 860px) {
  .footer__col--social {
    flex-direction: row;
    justify-content: center;
  }
}
.footer__col--infos {
  min-width: 30rem;
}
.footer__row {
  margin-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .footer__row {
    row-gap: 5rem;
  }
}
.footer__logo {
  width: 24.6rem;
  height: auto;
  margin-top: -4.1rem;
}
.footer__horarios {
  color: #958269;
  font-weight: 500;
  font-size: 1.4rem;
}
.footer__address {
  font-size: 1.2rem;
  font-weight: 500;
}
.footer__address br {
  display: none;
}
.footer__text {
  line-height: 2.1em;
  white-space: pre-line;
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__text address {
  font-style: normal;
}
.footer__nav a {
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  transition: left 400ms ease;
  font-weight: 500;
  left: 0;
}
.footer__nav a:hover {
  left: 1.5rem;
}
.footer__copy {
  font-size: 1.2rem;
  background-color: black;
  padding: 1rem 0;
}
.footer__copy p:last-child {
  margin-bottom: 0;
}
.footer__copy a {
  text-decoration: underline;
}

.float-links {
  position: fixed;
  top: 50vh;
  right: 0;
  z-index: 5;
  background-color: var(--verde-escuro);
  color: white;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  padding: 0.5rem 0;
  border-radius: 0.5rem 0;
}
@media screen and (max-width: 860px) {
  .float-links {
    top: unset;
    bottom: 10vh;
  }
}
.float-links a {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
}
.float-links a span {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 700;
}
.float-links:hover a {
  flex-direction: column;
}
.float-links:hover a span {
  max-width: 10rem;
  max-height: 3rem;
}

.title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  margin-bottom: 2rem;
  color: var(--verde-escuro);
  text-transform: uppercase;
}
.title.bege {
  color: var(--bege);
}
@media screen and (max-width: 690px) {
  .title {
    font-size: 1.8rem;
    letter-spacing: 0.3em;
  }
}

.button {
  display: table;
  background-color: var(--bege-claro);
  border-radius: 1.8rem;
  padding: 0.5rem 2.6rem 0.9rem;
  color: var(--verde-escuro);
}
.button--verde {
  background-color: var(--verde-escuro);
  color: var(--bege-claro);
}

.banner-video {
  position: relative;
  width: 100%;
  height: 90vh;
  z-index: 2;
  overflow: hidden;
  background-color: var(--verde-escuro);
}
@media screen and (max-width: 860px) {
  .banner-video {
    height: auto;
    aspect-ratio: 1/1;
    min-height: 54rem;
  }
}
.banner-video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: opacity 0.8s ease-in-out;
}
.banner-video__image.fade-out {
  opacity: 0;
}
.banner-video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}
.banner-video__video.active {
  opacity: 1;
  z-index: 1;
}
.banner-video__video iframe {
  width: 100vw;
  height: 63.55vw;
  min-height: calc(100vh + 2px);
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
.banner-video.loading .banner-video__image {
  opacity: 1;
}
.banner-video.loading .banner-video__video {
  opacity: 0;
}
.banner-video.video-loaded .banner-video__image {
  opacity: 0;
  pointer-events: none;
}
.banner-video.video-loaded .banner-video__video {
  opacity: 1;
  z-index: 1;
}

.title-text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--verde-escuro);
  color: white;
  padding: 8.8rem 0;
  position: relative;
}
.title-text__ancora {
  min-height: 8rem;
}
.title-text__title {
  width: 100%;
  left: 0;
  color: var(--bege);
}
.title-text__title .title {
  text-rendering: optimizeLegibility;
  line-height: 1.8em;
}
.title-text__title span {
  display: block;
  position: fixed;
  will-change: top, transform;
  z-index: 1;
}
.title-text__title span.titulo2 {
  z-index: 3;
}
.title-text__text {
  font-size: 1.4rem;
  max-width: 67rem;
}

.nossos-empreendimentos-home {
  padding: 6.8rem 0 12.8rem;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .nossos-empreendimentos-home {
    padding: 6rem 0;
  }
}
.nossos-empreendimentos-home__slider {
  max-width: 69rem;
  margin: 14rem auto 0;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider {
    max-width: calc(100% - 6rem);
    margin: 5rem auto 0;
  }
  .nossos-empreendimentos-home__slider .slick-slide {
    margin: 0 1rem;
  }
}
.nossos-empreendimentos-home__slider .slick-next {
  right: -8.5rem;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-next {
    right: -4rem;
  }
}
.nossos-empreendimentos-home__slider .slick-prev {
  left: -8.5rem;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-prev {
    left: -4rem;
  }
}
.nossos-empreendimentos-home__slider .slick-dots {
  bottom: -10rem;
  left: 0;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-dots {
    bottom: -3rem;
  }
}
.nossos-empreendimentos-home__slider .slick-dots li button {
  width: 1.6rem;
  height: 1.6rem;
  border: solid 1px var(--verde-escuro);
  border-radius: 50%;
}
.nossos-empreendimentos-home__slider .slick-dots li.slick-active button {
  background-color: var(--verde-escuro);
}
.nossos-empreendimentos-home__slider .slick-list {
  overflow: initial;
}
.nossos-empreendimentos-home__slider .slick-slide {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-slide {
    transform: none;
  }
}
.nossos-empreendimentos-home__slider .slick-slide .nossos-empreendimentos-home__slider__item__thumb {
  filter: brightness(0.5);
}
.nossos-empreendimentos-home__slider .slick-slide.slick-current {
  z-index: 3;
}
.nossos-empreendimentos-home__slider .slick-slide.slick-current .nossos-empreendimentos-home__slider__item {
  transform: scale(1.2);
  z-index: 3;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-slide.slick-current .nossos-empreendimentos-home__slider__item {
    transform: scale(1);
  }
}
.nossos-empreendimentos-home__slider .slick-slide.slick-current .nossos-empreendimentos-home__slider__item::before {
  width: 60%;
}
.nossos-empreendimentos-home__slider .slick-slide.slick-current .nossos-empreendimentos-home__slider__item__thumb {
  filter: none;
}
.nossos-empreendimentos-home__slider .slick-slide.slick-current + .slick-slide .nossos-empreendimentos-home__slider__item {
  transform: scale(0.9) translateX(-50%);
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-slide.slick-current + .slick-slide .nossos-empreendimentos-home__slider__item {
    transform: none;
  }
}
.nossos-empreendimentos-home__slider .slick-slide.slick-current + .slick-slide .nossos-empreendimentos-home__slider__item__content {
  left: calc(100% - 35rem);
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider .slick-slide.slick-current + .slick-slide .nossos-empreendimentos-home__slider__item__content {
    left: 0;
  }
}
.nossos-empreendimentos-home__slider__item {
  position: relative;
  transition: transform 500ms ease;
  transform: scale(0.9) translateX(50%);
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider__item {
    transform: none;
  }
}
.nossos-empreendimentos-home__slider__item::before {
  content: "";
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  pointer-events: none;
  transition: all 500ms ease;
  z-index: 2;
}
.nossos-empreendimentos-home__slider__item__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1064/710;
  transition: filter 500ms ease;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider__item__thumb {
    aspect-ratio: 1/1;
  }
}
.nossos-empreendimentos-home__slider__item__content {
  position: absolute;
  height: 100%;
  padding: 6rem;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider__item__content {
    padding: 2rem;
  }
}
.nossos-empreendimentos-home__slider__item__content__logo {
  display: block;
  margin-bottom: 2rem;
  max-width: 25rem;
  height: auto;
  width: auto;
}
@media screen and (max-width: 690px) {
  .nossos-empreendimentos-home__slider__item__content__logo {
    max-width: 14rem;
    max-height: 7rem;
  }
}
.nossos-empreendimentos-home__slider__item__content__descricao {
  color: white;
  max-width: 25rem;
  font-size: 1.3rem;
}
.nossos-empreendimentos-home__slider__item__content__cta {
  color: var(--bege);
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: -0.017rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.banner {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1920/573;
  position: relative;
}
.banner--parallax {
  background-attachment: fixed;
}
@media screen and (max-width: 860px) {
  .banner {
    background-image: none !important;
    aspect-ratio: 10/8;
  }
}
.banner img {
  display: block;
  height: auto;
  object-fit: cover;
}
.banner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 690px) {
  .banner__title {
    font-size: 1.8rem;
  }
}
.banner__title small {
  display: block;
  text-align: right;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.banner__mobile img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}

.onde-estamos {
  padding: 11rem 0 6.4rem;
}
.onde-estamos::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(250, 245, 230, 0.87);
  z-index: 2;
}
.onde-estamos__bk {
  height: 100%;
  object-fit: cover;
}
.onde-estamos .container {
  position: relative;
  z-index: 3;
}
.onde-estamos__row {
  margin-top: 4.7rem;
  gap: 1.3rem;
}
@media screen and (max-width: 660px) {
  .onde-estamos__row .slick-slide {
    margin: 0 1rem;
  }
  .onde-estamos__row .slick-next {
    right: 0;
  }
  .onde-estamos__row .slick-prev {
    left: 0;
    z-index: 2;
  }
}
.onde-estamos__item {
  flex: 1 1 15%;
  position: relative;
  overflow: hidden;
}
.onde-estamos__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 2;
}
.onde-estamos__item img {
  aspect-ratio: 259/427;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 500ms ease;
  z-index: 1;
  display: block;
}
.onde-estamos__item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem;
  z-index: 3;
}
.onde-estamos__item:hover img {
  transform: scale(1.1);
}

.nossos-empreendimentos {
  background-color: var(--verde-escuro);
  padding: 10rem 0;
}
.nossos-empreendimentos .title {
  white-space: pre-line;
  margin-bottom: 5.8rem;
}
.nossos-empreendimentos__list {
  row-gap: 3.2rem;
}
@media screen and (max-width: 860px) {
  .nossos-empreendimentos__list {
    padding: 0 15px;
  }
}

.empreendimento {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 860px) {
  .empreendimento .container {
    row-gap: 2rem;
  }
}
.empreendimento::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(10, 60, 65, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 400ms ease;
}
@media screen and (min-width: 861px) {
  .empreendimento:hover::before {
    width: 50%;
    background: linear-gradient(to right, rgba(10, 60, 65, 0.85), rgba(0, 0, 0, 0));
  }
}
.empreendimento__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/347;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .empreendimento__thumb {
    aspect-ratio: 1/1;
  }
}
.empreendimento__abs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2.6rem 0;
  z-index: 3;
}
.empreendimento__logo {
  max-width: 25rem;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
.empreendimento__descricao {
  max-width: 40.6rem;
  color: var(--bege);
  font-weight: 700;
}

.banner-principal {
  height: 100vh;
}
.banner-principal iframe,
.banner-principal .banner-video__image {
  filter: brightness(0.6);
}
.banner-principal__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 50rem;
  max-height: 50rem;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .banner-principal__logo {
    max-width: 80%;
  }
}

.detalhe-empreendimento {
  padding: 6rem 0;
}
.detalhe-empreendimento .container {
  gap: 6.3rem;
}
.detalhe-empreendimento__mask {
  width: 53.1rem;
}
.detalhe-empreendimento__mask svg {
  width: 100%;
  height: auto;
}
.detalhe-empreendimento__content {
  flex: 1;
}
.detalhe-empreendimento__status {
  background: transparent;
  border: solid 1px var(--bege-escuro);
  color: var(--bege-escuro);
  padding: 0.9rem 2.4rem 1rem;
  display: table;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
.detalhe-empreendimento__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
}
.detalhe-empreendimento__cidade {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.detalhe-empreendimento__descricao {
  font-size: 1.4rem;
}

.video {
  background-color: var(--azul-escuro);
}
.video__play {
  overflow: hidden;
  position: relative;
}
.video__play::after {
  content: "";
  width: 8rem;
  height: 8rem;
  background: url("../images/play.svg") no-repeat 2.7rem center/3.3rem;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 860px) {
  .video__play::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    background-size: 2rem;
    background: url("../images/play-mobile.svg") no-repeat center center/5rem;
    z-index: 3;
  }
}
.video__play:hover::after {
  background-size: 3.5rem;
}
.video__play.act::after {
  display: none;
}
.video__banner {
  width: 100%;
  height: auto;
  display: block;
  max-height: 100vh;
  object-fit: cover;
}
.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .video .video__play.act .video__banner {
    display: none;
  }
  .video .video__play.act iframe {
    position: static;
    border-radius: 5rem 0;
    aspect-ratio: 16/9;
  }
}
.video--borders .video__play {
  border-radius: 11rem 0;
}
@media screen and (max-width: 860px) {
  .video--borders .video__play {
    border-radius: 7rem 0;
  }
}

.diferenciais {
  background: var(--bege-claro);
  padding: 7.3rem 0;
}
.diferenciais__slider .slick-slide {
  margin: 0 0.4rem;
}
.diferenciais__slider .slick-next {
  right: 0;
}
.diferenciais__slider .slick-prev {
  left: 0;
}
.diferenciais__item {
  position: relative;
  display: none;
}
.diferenciais__item:first-child {
  display: block;
}
.diferenciais__item::before {
  content: "";
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.diferenciais__item__image {
  width: 100%;
  height: 51.6rem;
  object-fit: cover;
}
.diferenciais__item__abs {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 1.6rem;
  z-index: 2;
}
.diferenciais__item__descricao {
  max-height: 0;
  overflow: hidden;
  transition: all 1000ms ease;
  padding-bottom: 0;
  font-size: 1.4rem;
  color: white;
}
.diferenciais__item__title {
  color: var(--bege);
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 500ms ease;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 860px) {
  .diferenciais__item__title {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
.diferenciais__item.has-description:hover::before {
  height: 100%;
}
.diferenciais__item.has-description:hover .diferenciais__item__title {
  color: white;
}
.diferenciais__item.has-description:hover .diferenciais__item__descricao {
  max-height: 70rem;
  padding-bottom: 2.6rem;
}

.planta {
  padding: 5rem 0 7.7rem;
}
.planta + .planta {
  padding-top: 0;
}
.planta__col {
  flex: 1 1 100%;
}
.planta__tipo {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
}
.planta__descricao {
  white-space: pre-line;
  font-size: 1.5rem;
  font-weight: 400;
}
.planta__image {
  width: 90rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .planta__image {
    width: 100%;
  }
}
.planta__ampliar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  color: var(--bege-escuro);
  text-decoration: underline;
  padding-right: 10rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.3rem;
}

.galeria {
  background: var(--verde-escuro);
  padding: 9.1rem 0;
}
.galeria__slider {
  max-width: 81.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .galeria__slider {
    max-width: calc(100% - 6rem);
  }
}
.galeria__slider .slick-list {
  overflow: initial;
}
.galeria__slider .slick-slide {
  margin: 0 1rem;
}
.galeria__slider .slick-prev {
  z-index: 2;
  left: -6rem;
}
@media screen and (max-width: 860px) {
  .galeria__slider .slick-prev {
    left: -3.2rem;
  }
}
.galeria__slider .slick-next {
  right: -6rem;
}
@media screen and (max-width: 860px) {
  .galeria__slider .slick-next {
    right: -3.2rem;
  }
}
.galeria__slider__item {
  display: none;
}
.galeria__slider__item:first-child {
  display: block;
}
.galeria__slider__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 812/457;
  object-fit: cover;
}

.estagio {
  background-color: var(--bege-claro);
  padding: 5.6rem 0 10rem;
}
.estagio .container {
  column-gap: 5.6rem;
}
.estagio__title {
  margin-bottom: 9rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .estagio__title {
    margin-bottom: 3rem;
  }
}
.estagio__col {
  flex: 1;
}
.estagio__etapas {
  row-gap: 2.7rem;
}
.estagio__etapas__titulo {
  color: var(--bege-escuro);
  font-size: 1.8rem;
}
.estagio__etapas__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
.estagio__etapas__bar {
  position: relative;
  width: 100%;
  height: 2px;
  background: var(--bege);
  bottom: 0.4rem;
}
.estagio__etapas__bar__percentage {
  position: absolute;
  top: -2.5rem;
  color: var(--marrom);
  font-size: 1.4rem;
  transform: translateX(-40%);
}
.estagio__etapas__bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--marrom);
}
.estagio__etapas__bar .bar::after {
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: var(--bege);
  border: solid 1px var(--marrom);
  position: absolute;
  right: 0;
  top: -3px;
}
.estagio__etapas__tooltip {
  position: relative;
}
.estagio__etapas__tooltip__text {
  background: var(--bege-escuro);
  color: white;
  position: absolute;
  left: 0;
  white-space: pre-line;
  display: none;
  z-index: 2;
  bottom: 0;
  left: calc(100% + 1rem);
  border-radius: 3rem 0;
  font-size: 1.2rem;
  width: 21rem;
  text-align: left;
  padding: 0.5rem 1.3rem;
}
.estagio__etapas__tooltip:hover .estagio__etapas__tooltip__text {
  display: block;
}
.estagio__slider {
  max-width: 66rem;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .estagio__slider {
    margin-top: 3rem;
  }
}
.estagio__slider .slick-next {
  right: 3.5rem;
}
.estagio__slider .slick-prev {
  left: 3.5rem;
  z-index: 2;
}
.estagio__slider__item {
  display: none;
}
.estagio__slider__item:first-child {
  display: block;
}
.estagio__slider__item iframe, .estagio__slider__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 660/385;
  object-fit: cover;
}

.tooltip {
  margin-top: 0.5rem;
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  cursor: pointer;
  background: url("../images/tooltip-v2.svg?v=2") no-repeat center/contain;
}

.localizacao__image {
  width: 100%;
  display: block;
  height: auto;
}
.localizacao__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1280/307;
  display: block;
}
@media screen and (max-width: 860px) {
  .localizacao__map iframe {
    aspect-ratio: 2/1;
  }
}

.contato {
  background-color: white;
  padding: 8.6rem 0 10.6rem;
}
.contato__title {
  margin-bottom: 1rem;
}
.contato__text {
  font-size: 1.8rem;
  color: var(--marrom);
}
.contato__form br {
  display: none;
}
.contato__form .flex-between {
  column-gap: 8rem;
}
.contato__form__row > p {
  display: flex;
  gap: 2rem;
}
.contato__form label {
  width: 100%;
}
.contato__form__fieldtextarea, .contato__form__field {
  color: var(--cinza);
  font-size: 1.2rem;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px #C1C1C1;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  height: 3rem;
}
.contato__form__fieldtextarea {
  height: auto;
  border: 1px solid #C1C1C1;
  padding: 1rem;
  background-color: white;
}
.contato__form .button {
  background-color: var(--verde-escuro);
  color: white;
  position: relative;
  top: 1.5rem;
}
.contato__form .wpcf7-list-item span {
  display: block;
}
.contato__form .wpcf7-list-item:first-child {
  margin-left: 0;
}
.contato__form .wpcf7-list-item input[type=checkbox] {
  position: relative;
  top: 0.6rem;
}
.contato__form .wpcf7-list-item label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.contato__form .wpcf7-list-item label span {
  font-size: 1.3rem;
}
.contato__form .wpcf7-list-item label a {
  text-decoration: underline;
}
.contato__form .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.contato__form .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}

.quem-somos {
  overflow: hidden;
  padding: 7rem 0;
  margin-top: 0;
}
.quem-somos .container {
  position: relative;
}
.quem-somos__content {
  position: absolute;
  left: 15px;
  top: 4rem;
  max-width: 38.5rem;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .quem-somos__content {
    position: static;
    max-width: 100%;
  }
}
.quem-somos__content__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bege-escuro);
  letter-spacing: 0.4em;
  margin-bottom: 6rem;
}
.quem-somos__content__text {
  font-size: 1.4rem;
}
.quem-somos__videocontainer {
  height: auto;
  width: 45%;
  aspect-ratio: 577/626;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
  transform: skewX(27deg) translateX(10%);
  border-radius: 0 6rem;
}
@media screen and (max-width: 860px) {
  .quem-somos__videocontainer {
    transform: skewX(27deg);
    width: 63%;
    margin: 0 auto;
  }
}
.quem-somos__videocontainer iframe {
  width: 200%;
  height: 160%;
  display: block;
  position: relative;
  left: -50%;
  top: -30%;
  transform: skewX(-27deg);
}
.quem-somos__vetor {
  top: calc(34% - 12rem);
  left: 91%;
  z-index: 2;
  height: 24rem;
}
@media screen and (max-width: 860px) {
  .quem-somos__vetor {
    display: none;
  }
}

.nossos-negocios {
  background-color: var(--verde-escuro);
}
.nossos-negocios__banner {
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .nossos-negocios__banner {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.nossos-negocios__title {
  color: var(--bege-escuro);
  font-size: 2rem;
  margin: 9rem 0 0;
}
.nossos-negocios__row {
  gap: 3.5rem;
}
.nossos-negocios__box {
  padding: 3.9rem 3.7rem;
  color: var(--bege);
  background-color: var(--verde);
  width: 29.9rem;
  margin-top: -20rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .nossos-negocios__box {
    margin-top: 0;
  }
}
@media screen and (min-width: 861px) {
  .nossos-negocios__box:last-child {
    background-color: var(--verde-escuro);
  }
}
.nossos-negocios__box__title {
  font-size: 2rem;
  letter-spacing: 0.048rem;
  line-height: 1.5em;
}
.nossos-negocios__box__text {
  font-size: 1.4rem;
}
.nossos-negocios__box__text p:last-child {
  margin-bottom: 0;
}

.numeros {
  background-color: var(--verde-escuro);
  padding: 10rem 0;
}
.numeros .container {
  column-gap: 12.9rem;
}
@media screen and (max-width: 860px) {
  .numeros .container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}
.numeros__title {
  color: var(--bege-escuro);
}
.numeros__itens {
  gap: 3.5rem;
  max-height: 60rem;
}
@media screen and (max-width: 860px) {
  .numeros__itens {
    max-height: initial;
    flex-direction: row;
  }
}
.numeros__item {
  background-color: var(--bege-claro);
  color: var(--bege-escuro);
  border-radius: 1.8rem 0;
  padding: 2.2rem 1.9rem;
}
.numeros__item__title {
  font-size: 4.7rem;
  font-weight: 300;
  letter-spacing: -0.235rem;
}
@media screen and (max-width: 860px) {
  .numeros__item__title {
    font-size: 3.2rem;
  }
}
.numeros__item__text {
  color: var(--cinza);
}
@media screen and (max-width: 860px) {
  .numeros__item__text {
    font-size: 1.2rem;
  }
}

.banner-title-cta {
  padding: 11.8rem 0 3rem;
  color: white;
}
.banner-title-cta__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.banner-title-cta .container {
  position: relative;
  z-index: 2;
}
.banner-title-cta__title {
  font-size: 3rem;
  max-width: 47.4rem;
  font-weight: 700;
  letter-spacing: 0.099rem;
  margin-bottom: 2.9rem;
}
.banner-title-cta__text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.banner-title-cta__button {
  color: white;
  text-decoration: underline;
  padding: 0.5rem 0 0.5rem 4rem;
  font-size: 1.4rem;
  background: url("../images/ico-contato.svg") no-repeat left center/2.7rem;
}

.portal-do-cliente {
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 860px) {
  .portal-do-cliente {
    padding-top: 13rem;
  }
}
.portal-do-cliente::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.portal-do-cliente .container {
  position: relative;
  z-index: 2;
}
.portal-do-cliente__title {
  background: transparent;
  border: solid 1px var(--bege);
  color: var(--bege);
  padding: 0.9rem 2.4rem 1rem;
  display: table;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
.portal-do-cliente__text {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  max-width: 28rem;
}
.portal-do-cliente__links {
  margin-top: 6rem;
}
@media screen and (max-width: 860px) {
  .portal-do-cliente__links {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.portal-do-cliente__links a {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 4rem;
}
@media screen and (max-width: 860px) {
  .portal-do-cliente__links a {
    padding: 3rem 0;
  }
}
.portal-do-cliente__links a:hover {
  text-decoration: underline;
}
.portal-do-cliente__links a + a {
  border-left: solid 1px white;
}
@media screen and (max-width: 860px) {
  .portal-do-cliente__links a + a {
    border-left: 0;
    border-top: solid 1px white;
  }
}
@media screen and (max-width: 860px) {
  .portal-do-cliente__links a {
    flex: 1 1 40%;
    font-size: 1.4rem;
  }
}
.portal-do-cliente__links a strong {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pagina-contato {
  min-height: 100vh;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16rem 0 3rem;
}
.pagina-contato__box {
  background-color: rgba(10, 60, 65, 0.87);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
  padding: 3.5rem;
  color: white;
}
.pagina-contato__box__text {
  font-size: 1.9rem;
  margin-bottom: 3rem;
}
.pagina-contato__box__content {
  font-size: 1.4rem;
}
.pagina-contato__box__content a {
  text-decoration: underline;
}
.pagina-contato__box__content h3 {
  color: var(--bege);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0;
}
.pagina-contato__content {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 2.3rem 9rem;
}
@media screen and (max-width: 860px) {
  .pagina-contato__content {
    padding: 3rem;
  }
}
.pagina-contato__content__title {
  margin-bottom: 1.5rem;
}
.pagina-contato__content__text {
  color: var(--bege-escuro);
  font-size: 1.8rem;
}
.pagina-contato .contato__form__field {
  margin: 0;
  height: 2.3rem;
}

.termos {
  margin-top: 16rem;
}
.termos-sidebar {
  position: sticky;
  top: 2rem;
  min-width: 25rem;
}
@media screen and (max-width: 860px) {
  .termos-sidebar {
    position: static;
  }
}
.termos-nav__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.termos-nav__list {
  row-gap: 1.6rem;
}
.termos-nav__list a {
  font-size: 1.422rem;
  color: var(--cinza);
}
.termos-nav__list a:hover, .termos-nav__list a.active {
  color: var(--verde);
}
.termos-main__title {
  color: var(--verde-escuro);
  margin-bottom: 6rem;
}
.termos-main h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.termos-main h2.active {
  color: var(--verde);
  scroll-margin-top: 120px;
}
.termos-main p {
  color: var(--cinza);
  font-size: 1.6rem;
}
.termos-main ul, .termos-main ol {
  margin-bottom: 1.6rem;
}

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