@import url("fonts/stylesheet.css");
:root {
  --container: 117rem;
}

html {
  font-family: "Orkney";
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 55%;
  }
}

body.header--solid {
  padding-top: 7.6rem;
}

h1, h2, h3, h4, h5 {
  white-space: pre-line;
}

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

figure {
  margin: 0;
}

.breadcrumbs-seo {
  margin-top: 3rem;
}

.container {
  max-width: var(--container);
}

.pointer {
  cursor: pointer;
}

.min250 {
  min-width: 25rem;
}

.h-full {
  height: 100%;
}

.inline-grid {
  display: inline-grid;
}

.button {
  display: table;
  background-color: white;
  color: #20304A;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: 0;
}
.button:hover {
  background-color: #C79C5B;
  border-color: #C79C5B;
  color: white;
}
.button--reverse {
  color: #707070;
  border: solid 1px #707070;
}
.button--gold {
  background-color: #C79C5B;
  color: white;
}
.button--gold:hover {
  background-color: #A27839;
}
.button--green {
  background-color: #4DAE51;
  color: white;
}
.button--green:hover {
  background-color: #3D9B41;
}
.button--blue {
  background-color: #20304A;
  color: white;
}
.button--blue:hover {
  background-color: #0A1B2A;
}
.button--gold_reverse {
  color: #C79C5B;
  border: solid 1px #C79C5B;
}
.button.flex-align-center {
  display: inline-flex;
}
.button--whats {
  display: inline-flex;
  column-gap: 1.5rem;
  align-items: center;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
}

form .wpcf7-not-valid-tip {
  margin: -1rem 0 1rem;
}
form .wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
}
form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
form .wpcf7-list-item {
  margin: 0 0 1.2rem 1em;
}
form .wpcf7-list-item:first-child {
  margin-left: 0;
}
form .wpcf7-list-item a {
  text-decoration: underline;
}
form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumbs-seo a {
  text-decoration: underline;
  font-weight: 500;
}

.title {
  color: #20304A;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 3rem;
  font-weight: 300;
  column-gap: 3rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .title {
    font-size: 2.6rem;
    line-height: 1.4em;
  }
}
.title--key::before {
  content: url(../images/icons/key-left.svg);
}
.title--key::after {
  content: url(../images/icons/key-right.svg);
}
.title--white {
  color: white;
}
.title--white::after, .title--white::before {
  filter: brightness(10);
}
.title + .vitrine__filters {
  margin-top: -2rem;
}

.float__links {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.float__links a {
  display: flex;
  background-color: #000000;
  border-radius: 2.5rem 0 0 2.5rem;
  overflow: hidden;
  width: 4.1rem;
  padding: 1.5rem;
  transition: width 400ms ease;
  margin: 0.3rem 0;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .float__links a {
    padding: 1.2rem;
    width: 3.1rem;
  }
}
.float__links a:hover {
  width: 18rem;
}
.float__links a svg {
  min-width: 1.6rem;
  min-height: 2rem;
}
@media screen and (max-width: 860px) {
  .float__links a svg {
    min-width: 1.4rem;
    min-height: 1.3rem;
  }
}
.float__links a span {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 1rem;
  color: #fff;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 860px) {
  .float__links a span {
    display: none;
  }
}

.dots {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
}
.dots--top_left {
  top: 0;
  left: 0;
}
.dots--top_right {
  top: 0;
  right: 0;
}
.dots--bottom_right {
  bottom: 0;
  right: 0;
}

.form__field {
  display: block;
  width: 100%;
  border: solid 1px #20304A;
  margin-bottom: 1.3rem;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  color: #20304A;
  font-size: 1.4rem;
  background-color: transparent;
}
.form__field::placeholder {
  color: #404041;
}
.form__title {
  margin: 1em 0 0.5em;
  font-weight: 500;
}
.form__row p {
  display: flex;
  gap: 1.2rem;
  width: 100%;
}
.form__row label {
  flex: 1 1 50%;
}
.form .button {
  border: 0;
  margin: 2rem 0 0 auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loader {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #20304A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.8s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: white;
  padding: 3rem 0;
  transition: background-color 400ms ease;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to bottom, #20304A 0%, transparent 100%);
}
.header .container {
  position: relative;
}
.header__togglemenu {
  cursor: pointer;
}
@media screen and (min-width: 861px) {
  .header__togglemenu::after {
    content: "MENU";
    font-size: 2.2rem;
    font-weight: 300;
  }
  .header__togglemenu.menu-opened::after {
    content: "FECHAR";
  }
}
.header__togglemenu.menu-opened + .header__menu {
  display: block;
}
.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2rem;
}
.header__logo img {
  max-width: 15rem;
  display: block;
}
.header__menu {
  position: absolute;
  background-color: #0A1B2A;
  left: 0;
  top: 100%;
  padding: 1.5rem;
  animation: fadeIn 400ms linear;
}
@media screen and (max-width: 860px) {
  .header__menu__portalcliente {
    margin-top: 2rem;
    display: block;
  }
}
.header__menu a {
  text-transform: uppercase;
  font-size: 1.6rem;
}
.header__menu a:hover {
  text-decoration: underline;
}
.header .menu-button {
  width: 25px;
  height: 18px;
  top: -2px;
}
.header__right__search {
  border-left: solid 1px white;
  padding-left: 1rem;
}
.header__right__search__field {
  background-color: transparent;
  border: 0;
  font-weight: 300;
  color: white;
  font-size: 1.4rem;
  max-width: 0;
  overflow: hidden;
  transition: all 400ms ease;
}
.header__right__search__field::placeholder {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.2rem;
}
.header__right__search.search-opened .header__right__search__field {
  max-width: 16rem;
}
.header__right__search__toggle {
  background-color: transparent;
}
.header__right__search__toggle img {
  width: 2rem;
  display: block;
}
.header__right__search__hold {
  transition: all 400ms ease;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
  display: flex;
  column-gap: 0.8rem;
}
.header__right__search__hold__results {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 24rem;
  background-color: #ffffff;
  z-index: 2;
  padding: 1rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  display: none;
  max-height: 35.2rem;
  overflow: auto;
  color: #20304A;
}
.header__right__search__hold__results .flex-column {
  row-gap: 1rem;
}
.header__right__search__hold__results a {
  border-bottom: solid 1px #c6c6c6;
  padding: 0.7rem 0;
  column-gap: 1rem;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
}
.header__right__search__hold__results a:hover {
  background-color: #e8e8e8;
}
.header__right__search__hold__results a img {
  width: 8rem;
  height: 6rem;
  object-fit: contain;
}
.header.header--solid, .header.scrolled {
  background-color: #0A1B2A;
}
.header.header--solid::after, .header.scrolled::after {
  display: none;
}
@media screen and (max-width: 860px) {
  .header.search-opened .header__logo {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .header.menu-opened {
    background-color: #0A1B2A;
  }
  .header.menu-opened::after {
    display: none;
  }
  .header.menu-opened .header__menu {
    position: fixed;
    top: 8rem;
    left: 0;
    width: 100%;
  }
}

.footer {
  background-color: #0A1B2A;
  padding: 5rem 0 2rem;
  color: #A3B0BF;
}
@media screen and (max-width: 860px) {
  .footer {
    text-align: center;
  }
  .footer__row {
    row-gap: 3rem;
  }
}
.footer__logo {
  max-width: 30rem;
  display: block;
  height: auto;
}
.footer__links a {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__news p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
.footer__news__title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.footer__news__form p {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  display: grid;
  grid-template-columns: 27rem 12rem;
}
.footer__news__form .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  grid-column: -1/1;
}
.footer__news__form .wpcf7-spinner {
  grid-column: -1/1;
  margin: 0 auto 1rem;
}
.footer__news__form .wpcf7-not-valid-tip {
  margin: 0;
  grid-column: -1/1;
}
.footer__news__form br {
  display: none;
}
.footer__news__field {
  border: solid 1px white;
  border-radius: 0.5rem;
  background-color: transparent;
  color: white;
  padding: 1rem 2rem;
  width: 27rem;
}
.footer__news__field::placeholder {
  color: #A3B0BF;
}
.footer__news .button {
  min-width: 12rem;
}
.footer__social {
  margin-top: 2rem;
}
.footer__social a {
  display: block;
  padding: 0 0.6rem;
}
.footer__social a img {
  display: block;
}
.footer__social p {
  padding-right: 1rem;
  font-size: 1.6rem;
  margin: 0;
}
.footer__logo {
  display: block;
  margin: 3rem auto 0;
}
.footer__infos__image {
  margin: 0 auto 2rem;
  display: block;
}
.footer__infos p {
  font-size: 1.4rem;
  line-height: 2em;
}
.footer__copy {
  text-align: center;
  margin-top: 5rem;
}
.footer__copy p {
  font-size: 1.2rem;
  font-weight: 300;
}
.footer__copy p a {
  font-weight: 700;
  font-size: inherit;
}

.chlmodal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.chlmodal__close {
  background-color: transparent;
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: 4rem;
  z-index: 40;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.chlmodal__content {
  background-color: white;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  transform: scale(0.95);
  opacity: 0;
  padding: 6rem 0;
}
.chlmodal.aberto {
  opacity: 1;
  pointer-events: auto;
}
.chlmodal.aberto .chlmodal__content {
  transform: scale(1);
  opacity: 1;
}

.bannertv {
  position: relative;
  top: -2px;
}
.bannertv__slider.slick-slider {
  margin-bottom: 0;
}
.bannertv__slider__item {
  display: none;
  position: relative;
  overflow: hidden;
}
.bannertv__slider__item:before {
  content: "";
  background: linear-gradient(to right, #20304A 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 6;
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item:before {
    width: 100%;
  }
}
.bannertv__slider__item:first-child {
  display: block;
}
.bannertv__slider__item .vimeo-facade__image, .bannertv__slider__item__banner,
.bannertv__slider__item video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  pointer-events: none;
  object-fit: cover;
  max-height: calc(100vh + 2px);
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item .vimeo-facade__image, .bannertv__slider__item__banner,
  .bannertv__slider__item video {
    aspect-ratio: 1/1;
    min-height: 400px;
  }
}
.bannertv__slider__item 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;
}
.bannertv__slider__item__vimeo {
  aspect-ratio: 16/9;
  max-height: calc(100vh + 2px);
  width: 100%;
  overflow: hidden;
}
.bannertv__slider__item__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 7;
  color: #fff;
  padding-left: 10rem;
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item__content {
    padding: 0 3rem;
  }
}
.bannertv__slider__item__content__status {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.8rem;
}
.bannertv__slider__item__content__title {
  font-size: 5.5rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item__content__title {
    font-size: 4.5rem;
  }
}
.bannertv__slider__item__titulo {
  font-size: 5.8rem;
  letter-spacing: 0.46rem;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  .bannertv__slider__item__titulo {
    font-size: 3.8rem;
    letter-spacing: 0.2rem;
  }
  .bannertv__slider__item__subtitulo {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
.bannertv__slider .slick-next {
  right: calc((100% - var(--container)) / 2 + 2rem);
}
@media screen and (max-width: 860px) {
  .bannertv__slider .slick-next {
    right: 1rem;
  }
}
.bannertv__slider .slick-prev {
  left: calc((100% - var(--container)) / 2 + 2rem);
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .bannertv__slider .slick-prev {
    left: 1rem;
  }
}
.bannertv__slider .slick-dots {
  bottom: 2rem;
  z-index: 4;
  right: calc((100% - var(--container)) / 2 + 2rem);
  text-align: right;
  width: auto;
}
.bannertv__options {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 860px) {
  .bannertv__options {
    display: none;
  }
}
.bannertv__options__item {
  background-color: #20304A;
  color: white;
  border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.bannertv + .vitrine {
  margin-top: 2rem;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 860px) {
  .parallax {
    background-attachment: initial;
    background-position: center;
  }
  .parallax::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.parallax__content {
  padding: 0 0 14rem 2rem;
  z-index: 2;
}
@media screen and (min-width: 861px) {
  .parallax__content {
    aspect-ratio: 307/400;
    height: 80rem;
    padding: 0 0 0 7rem;
  }
}
.parallax__content__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .parallax__content__background {
    display: none;
  }
}
.parallax__content__title {
  color: white;
  font-size: 3rem;
  font-weight: 300;
  padding-top: 18rem;
  max-width: 32rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.parallax__content__key {
  display: block;
  max-width: 70%;
  margin: 3rem 0 0;
}
.parallax__content__subtitle {
  color: #20304A;
  margin-top: 22rem;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 860px) {
  .parallax__content__subtitle {
    margin-top: 4rem;
    color: white;
  }
}
.parallax__content__button {
  color: #20304A;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 860px) {
  .parallax__content__button {
    color: white;
  }
  .parallax__content__button + img {
    filter: brightness(10);
  }
}
.parallax__content__button__holder {
  display: table;
}
.parallax__content__key {
  display: block;
  max-width: 100%;
}

.clientes {
  padding: 5rem 0;
  background-color: rgba(199, 156, 91, 0.63);
}
@media screen and (max-width: 860px) {
  .clientes .dots {
    display: none;
  }
}
.clientes .container {
  position: relative;
}
.clientes__slider {
  margin: 4rem auto 0;
  width: calc(100% - 12rem);
}
.clientes__slider .slick-slide {
  margin: 0 1rem;
  padding-top: 6rem;
}
.clientes__slider__item {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 1rem;
  padding: 3rem;
}
.clientes__slider__item__foto {
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  display: block;
  margin: -8.25rem auto 3rem;
}
.clientes__slider__item__content p {
  margin-bottom: 1em;
  color: #20304A;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.clientes__slider__item__content__title {
  font-weight: bold;
  font-size: 1.6rem;
}
.clientes__slider__item__content__cargo {
  font-size: 1.2rem;
  font-weight: 300;
}

.tour {
  margin: 5rem 0;
}
.tour__box {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .tour__box .dots {
    display: none;
  }
}
.tour__box[data-src] {
  cursor: pointer;
}
.tour__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(32, 48, 74, 0.56);
  pointer-events: none;
}
.tour__box.contatoequipe__background::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.tour__box__image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 860px) {
  .tour__box__image {
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
}
.tour__box__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .tour__box__content {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    z-index: 2;
    transform: none !important;
    padding: 5rem 2rem;
  }
}
.tour__box__content__title {
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.tour__box__content__subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.tour__box__content__key {
  margin-bottom: 2rem;
}
.tour__box__content__ico {
  display: block;
  margin: 0 auto;
}
.tour__box__content__text {
  font-size: 1.8rem;
  line-height: 1.4em;
  max-width: 30rem;
}
.tour__box__content__text--center {
  margin: 0 auto;
  max-width: 100%;
}
.tour__box__content--left {
  text-align: left;
  left: 7.6rem;
  transform: translate(0, -50%);
}
.tour__box__content .button {
  margin-top: 2rem;
}
.tour .dots--top_left {
  left: 7.6rem;
  z-index: 2;
}
.tour .dots--bottom_right {
  right: 7.6rem;
  z-index: 2;
}
.tour + .footer {
  margin-top: -10rem;
  padding-top: 10rem;
}
.tour.central .tour__box__content {
  top: 30%;
}

.cards {
  margin-bottom: 4rem;
}
@media screen and (max-width: 860px) {
  .cards.grid--4, .cards.grid--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .cards.grid--3, .cards.grid--2 {
    grid-template-columns: 1fr;
  }
}
.cards .card {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  overflow: hidden;
}
.cards .card__holder {
  position: relative;
  overflow: hidden;
}
.cards .card__holder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  pointer-events: none;
}
.cards .card__holder__image {
  width: 8rem;
  display: block;
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  z-index: 2;
}
.cards .card__status {
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: white;
  z-index: 2;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.cards .card__whats {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  text-indent: -5000em;
  width: 2.3rem;
  height: 2.3rem;
  background: url("../images/icons/whatsapp.svg") no-repeat center/contain;
}
.cards .card__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 350/377;
  object-fit: cover;
  transition: transform 400ms ease;
  display: block;
}
.cards .card__entrega {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: white;
  font-size: 1.2rem;
  z-index: 2;
}
.cards .card__content {
  padding: 2rem;
  display: block;
}
.cards .card__local {
  font-size: 2rem;
  font-weight: 300;
  color: #20304A;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
.cards .card__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #20304A;
  display: block;
}
.cards .card__metragem {
  font-size: 1.4rem;
  color: #868686;
  background: url("../images/icons/metragem.svg") no-repeat left center/2.4rem;
  padding: 0.6rem 0 0.6rem 3rem;
  display: block;
}
.cards .card__suites {
  background: url("../images/icons/bed.svg") no-repeat left center/2.4rem;
}
.cards .card__valor {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #20304A;
  margin-top: 1.5rem;
}
.cards .card__tipo {
  display: table;
  margin-bottom: 1rem;
  color: white;
  background-color: #20304A;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cards .card .button {
  font-size: 1.2rem;
  padding: 0.8rem 2.5rem 0.5rem;
}
@media screen and (max-width: 860px) {
  .cards .card .button {
    margin-top: 1.5rem;
  }
}
.cards .card:hover {
  background-color: #F7F7F7;
}
.cards .card:hover .card__thumb {
  transform: scale(1.1);
}
.cards .card:hover .card__local {
  font-weight: 400;
}
.cards .card:hover .button {
  background-color: #C79C5B;
  border-color: #C79C5B;
  color: white;
}
.cards.grid--4 .card__local {
  font-size: 1.2rem;
}
.cards.grid--4 .card__metragem {
  font-size: 1.1rem;
  background-size: 1.9rem;
  padding-left: 2.5rem;
}
.cards .gridfull {
  grid-column: 1/-1;
}
.cards--oportunidades .button--vermais {
  display: none;
}
.cards--imoveis .card__tipo {
  display: none;
}

.vitrine {
  margin: 5rem 0;
}
.vitrine__filters {
  margin-bottom: 5rem;
}
.vitrine__filters__title,
.vitrine__filters p {
  text-align: center;
  color: #20304A;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.vitrine__filters__options input {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.vitrine__filters__options input:checked + label {
  background-color: #20304A;
  color: white;
}
.vitrine__filters__options label {
  border: solid 1px #20304A;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  color: #20304A;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  transition: all 400ms ease;
  font-weight: 400;
  min-width: 18rem;
  text-align: center;
}
.vitrine__filters__options__limpar {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  color: #20304A;
  font-size: 1.6rem;
  font-weight: 300;
}
.vitrine__filters__selects {
  margin-top: 2rem;
}
.vitrine__filters__selects select {
  background-color: #F3EADD;
  border: 0;
  width: 18rem;
  display: block;
  padding: 1rem;
  color: black;
}

.corretor {
  margin: 5rem 0 0;
}
.corretor__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.depoimento {
  margin: 5rem 0;
  background-color: #E6E7E8;
  padding: 3rem 0;
}
.depoimento__image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 17rem;
  height: auto;
}
.depoimento__text {
  max-width: 51rem;
}
.depoimento__text p {
  margin-bottom: 1em;
  line-height: 1.4em;
  color: #20304A;
}
.depoimento__nome {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.depoimento__cargo {
  font-size: 1.2rem;
  font-weight: 300;
}

.bannerinternas {
  position: relative;
}
.bannerinternas__image {
  display: block;
  height: auto;
  max-height: 69rem;
  object-fit: cover;
  min-height: 400px;
}
.bannerinternas__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 5rem;
  z-index: 2;
}
.bannerinternas__content__subtitle {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 2.4rem;
  color: white;
}
.bannerinternas__content__title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-weight: 300;
  color: white;
  max-width: 40rem;
}
.bannerinternas__box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  padding: 8rem 4rem;
  max-width: 33rem;
  margin: 0 0 0 auto;
}
.bannerinternas__box__title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: white;
  letter-spacing: 0.05em;
}
.bannerinternas--oportunidades .bannerinternas__content {
  bottom: 40%;
  transform: translateY(50%);
}
.bannerinternas--oportunidades .bannerinternas__content__title {
  font-size: 4.5rem;
  max-width: 56rem;
}
@media screen and (max-width: 860px) {
  .bannerinternas--oportunidades .bannerinternas__content__title {
    font-size: 3.6rem;
  }
}
.bannerinternas__navmenu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(199, 156, 91, 0.9);
  padding: 0.8rem 0;
}
@media screen and (max-width: 860px) {
  .bannerinternas__navmenu {
    position: static;
    background-color: #C79C5B;
  }
  .bannerinternas__navmenu ul {
    overflow: auto;
    column-gap: 2rem;
    padding-bottom: 0.5rem;
  }
  .bannerinternas__navmenu ul a {
    white-space: nowrap;
  }
}
.bannerinternas__navmenu a {
  color: white;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  text-transform: uppercase;
}
.bannerinternas__navmenu a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background-color: white;
  transition: all 400ms ease;
  opacity: 0;
}
.bannerinternas__navmenu a.act::after, .bannerinternas__navmenu a:hover::after {
  opacity: 1;
  bottom: -0.8rem;
}
@media screen and (min-width: 861px) {
  .bannerinternas.out-of-view .bannerinternas__navmenu {
    position: fixed;
    top: 8.7rem;
    bottom: unset;
    left: 0;
    width: 100%;
    z-index: 5;
  }
}

.lancamento {
  color: white;
  text-align: center;
  background: linear-gradient(to bottom, white 0 50%, #20304A 50% 100%);
  margin-bottom: 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 860px) {
  .lancamento .tour__box__image {
    position: static;
  }
}
.lancamento .tour__box {
  border-radius: 0;
  margin-bottom: 5rem;
  overflow: initial;
}
.lancamento .tour__box .dots {
  left: 2rem;
  bottom: -4rem;
  z-index: 2;
}
.lancamento__title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 2.2rem;
}
.lancamento__subtitle {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.2rem;
}

.contatoequipe {
  background: url("../images/layout/bk-contato.jpg") no-repeat center/cover;
  position: relative;
}
.contatoequipe form br {
  display: none;
}
.contatoequipe__content {
  padding: 10rem 0;
  width: 53.6rem;
  max-width: 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .contatoequipe__content {
    width: 100%;
    max-width: 100%;
    padding: 5rem 0 0;
  }
}
.contatoequipe__content__title {
  color: #20304A;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
.contatoequipe__content__text {
  color: rgba(64, 64, 65, 0.8705882353);
  font-size: 1.8rem;
  margin-bottom: 5.5rem;
}
.contatoequipe__content__formtitle {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 3.2rem;
  color: #20304A;
}
.contatoequipe__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  border-radius: 0;
  overflow: initial;
}
.contatoequipe__background .tour__box__image {
  height: 100%;
  object-fit: cover;
}
.contatoequipe__background .dots {
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 860px) {
  .contatoequipe:not(.contatoequipe--full) .contatoequipe__background {
    position: static;
    width: 100%;
  }
  .contatoequipe:not(.contatoequipe--full) .contatoequipe__background .tour__box__image {
    position: static;
  }
  .contatoequipe:not(.contatoequipe--full) .tour__box::before {
    display: none;
  }
}
.contatoequipe--full .contatoequipe__background {
  width: 100%;
}
.contatoequipe--full .contatoequipe__content__text {
  color: #A3B0BF;
}
.contatoequipe--full form label,
.contatoequipe--full .wpcf7-response-output,
.contatoequipe--full .contatoequipe__content__formtitle,
.contatoequipe--full .contatoequipe__content__title {
  color: white;
}
.contatoequipe--full .form__field {
  color: white;
  border-color: white;
}
.contatoequipe--full .form__field::placeholder {
  color: rgba(255, 255, 255, 0.5411764706);
}
.contatoequipe--full .form .button {
  margin: 2rem 0 0;
}

.atendimento {
  margin: 13rem 0;
  background: linear-gradient(to right, #E6E7E8 0 50%, rgba(230, 231, 232, 0.3) 50% 100%);
}
@media screen and (max-width: 860px) {
  .atendimento {
    background: rgba(230, 231, 232, 0.3);
    margin: 5rem 0;
  }
}
.atendimento__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5rem 0;
}
@media screen and (max-width: 860px) {
  .atendimento__content {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 3rem;
  }
}
.atendimento__content__title {
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #20304A;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1.4em;
}
.atendimento__content .button {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (max-width: 860px) {
  .atendimento__content .button {
    margin: 0 auto;
  }
}
.atendimento__content__right {
  position: relative;
}
.atendimento__content__right__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40rem;
  width: auto;
}
@media screen and (max-width: 860px) {
  .atendimento__content__right__image {
    position: static;
    transform: none;
  }
}

.pdp {
  margin: 5rem 0;
}
.pdp .container {
  column-gap: 6.5rem;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .pdp .container {
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}
.pdp__image {
  max-width: 44.3rem;
  display: block;
  height: auto;
}
@media screen and (max-width: 860px) {
  .pdp__image {
    max-width: 100%;
    margin: 0 auto;
  }
}
.pdp__content {
  padding-top: 3rem;
}
.pdp__content__row {
  margin-bottom: 2rem;
}
.pdp__content__logo {
  max-width: 8rem;
  height: auto;
  display: block;
}
.pdp__content__title {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #20304A;
}
.pdp__content__text {
  margin: 2rem 0;
}
.pdp__content__text p {
  margin-bottom: 0.3em;
  font-weight: 300;
}
.pdp__content__text p strong {
  font-weight: bold;
}
.pdp__content__status {
  background-color: rgba(199, 156, 91, 0.21);
  display: table;
  font-size: 1.4rem;
  padding: 0.9rem 3.4rem;
  margin-bottom: 1rem;
}
.pdp__content__unidade {
  font-weight: 300;
  font-size: 1.6rem;
  display: block;
  margin-top: 2rem;
}
.pdp__content__unidade::after, .pdp__content__unidade::before {
  content: "";
  width: 18.8rem;
  height: 1px;
  background-color: #C79C5B;
  margin: 2rem 0;
}
.pdp__content__destaques {
  margin-top: 2rem;
  column-gap: 8rem;
  row-gap: 2rem;
}
.pdp__content__destaques li {
  font-size: 1.4rem;
  font-weight: 300;
}
.pdp__content__destaques li span {
  display: block;
  color: #C79C5B;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}
.pdp__content__destaques::after {
  content: "";
  width: 18.8rem;
  height: 1px;
  background-color: #C79C5B;
  grid-column: 1;
}
.pdp__content__caracteristicas::after {
  content: "";
  width: 18.8rem;
  height: 1px;
  background-color: #C79C5B;
}
.pdp__content__valor {
  display: block;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #20304A;
  margin-top: 2rem;
}
.pdp--oportunidades__content {
  min-width: 38rem;
}
.pdp--oportunidades__content__caracteristicas.caracteristicas__content__list::before {
  content: "";
  width: 18.8rem;
  height: 1px;
  background-color: #C79C5B;
  grid-column: 1/-1;
  margin: 2rem 0;
}
.pdp--oportunidades__content__caracteristicas.caracteristicas__content__list li {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
}
.pdp--oportunidades__content__caracteristicas.caracteristicas__content__list li span {
  color: #20304A;
  font-size: 1.6rem;
}
.pdp--oportunidades__content__caracteristicas.caracteristicas__content__list li img {
  max-width: 2.2rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .pdp--oportunidadestopo {
    margin-top: 0;
  }
}

.mosaico {
  margin: 5rem 0;
}
@media screen and (max-width: 480px) {
  .mosaico__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.mosaico__grid__item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.5rem;
}
.mosaico__grid__item--video::after {
  content: "";
  background: url("../images/icons/play.svg") no-repeat center center/1rem;
  background-color: rgba(32, 48, 74, 0.56);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mosaico__grid__item img,
.mosaico__grid__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 523/274;
  transition: transform 400ms ease;
  object-fit: cover;
}
.mosaico__grid__item:hover img {
  transform: scale(1.1);
}

.plantas {
  background-color: #F3EADD;
  margin: 5rem 0;
  padding: 5rem 0;
}
@media screen and (max-width: 860px) {
  .plantas .dots {
    display: none;
  }
}
.plantas .container {
  position: relative;
}
.plantas__title {
  text-align: left;
  justify-content: flex-start;
}
.plantas__title::before {
  display: none;
}
.plantas__options__item {
  border-radius: 0.5rem;
  background-color: #C79C5B;
  padding: 1.5rem 3rem;
  display: table;
  color: white;
  border: solid 1px #C79C5B;
  transition: border 400ms ease;
}
.plantas__options__item.act {
  border-color: black;
}
.plantas__slider {
  margin: 5rem 0;
}
.plantas__slider__item {
  display: none;
}
.plantas__slider__item:first-child {
  display: block;
}
.plantas__slider__item__image {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 60rem;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}
.plantas .slick-arrow {
  top: unset;
  bottom: -5rem;
}
.plantas .slick-next {
  right: calc(50% - 13rem);
}
.plantas .slick-prev {
  left: calc(50% - 13rem);
}

.galeria {
  margin: 5rem 0;
}
.galeria__options {
  margin-bottom: 2rem;
}
.galeria__options__item {
  border-radius: 0.5rem;
  border: solid 1px #20304A;
  color: #20304A;
  background-color: transparent;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  padding: 0.8rem 2rem;
}
.galeria__options__item:hover, .galeria__options__item.act {
  background-color: #20304A;
  color: white;
}
.galeria__options__item:hover img, .galeria__options__item.act img {
  filter: brightness(10);
}
.galeria__slider__item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: none;
}
.galeria__slider__item:first-child {
  display: block;
}
.galeria__slider__item__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1140/644;
  object-fit: cover;
}
.galeria__slider__item__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 2rem;
  background-color: rgba(199, 156, 91, 0.8);
  color: white;
  font-weight: 500;
  font-size: 1.4rem;
}
.galeria__thumbs {
  margin-top: 2.6rem;
}
.galeria__thumbs .slick-slide {
  margin: 0 1rem;
  transition: opacity 400ms ease;
}
.galeria__thumbs .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.galeria__thumbs__item__image {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  aspect-ratio: 249/141;
  border-radius: 0.5rem;
}

.condominio {
  margin: 5rem 0;
  padding: 5rem 0;
  background-color: #20304A;
}
@media screen and (max-width: 860px) {
  .condominio__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .condominio__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.condominio__grid__item {
  color: white;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  column-gap: 2rem;
  align-items: center;
}
.condominio__grid__item img {
  max-width: 3.5rem;
  display: block;
  margin: 0 auto;
}
.condominio__grid__item span {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.caracteristicas {
  margin: 5rem 0;
}
.caracteristicas .container {
  column-gap: 6.5rem;
  row-gap: 3rem;
}
.caracteristicas__image {
  display: block;
  width: 73.9rem;
  height: auto;
  border-radius: 0.5rem;
}
@media screen and (max-width: 860px) {
  .caracteristicas__image {
    max-width: 100%;
  }
}
.caracteristicas__content__title {
  color: #20304A;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
.caracteristicas__content__list li {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
.caracteristicas__content__list li img {
  width: 3.5rem;
  height: auto;
  display: block;
}
.caracteristicas__content__list li span {
  color: #868686;
  font-size: 1.4rem;
}
.caracteristicas__content__list--modal {
  row-gap: 3rem;
  column-gap: 5rem;
}
@media screen and (max-width: 860px) {
  .caracteristicas__content__list--modal {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.caracteristicas__content__vertodos {
  background-color: transparent;
  border: 0;
  color: #868686;
  display: flex;
  column-gap: 3rem;
  font-size: 1.4rem;
  align-items: center;
  margin-top: 5rem;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #868686;
}

.statusdaobra {
  background-color: #20304A;
  padding: 5rem 0;
  margin: 5rem 0;
  text-align: center;
}
.statusdaobra__etapas {
  margin: 5rem 0;
  column-gap: 10rem;
  row-gap: 5rem;
}
@media screen and (max-width: 860px) {
  .statusdaobra__etapas {
    gap: 2rem;
  }
}
.statusdaobra__etapas__item {
  color: white;
  text-transform: uppercase;
  --p: 50;
}
.statusdaobra__etapas__item__circle {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: conic-gradient(#C79C5B calc(var(--p) * 1%), rgba(255, 255, 255, 0.1) 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
  margin-bottom: 2rem;
}
.statusdaobra__etapas__item__circle__inner {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #C79C5B;
  border: solid 5px #20304A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.statusdaobra__etapas__item__circle__inner img {
  width: 4.5rem;
  height: auto;
  transform: scaleX(-1);
}
.statusdaobra__etapas__item__percent {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  display: block;
}
.statusdaobra__etapas__item__title {
  font-size: 1.8rem;
  font-weight: 400;
}
.statusdaobra__etapas--modal {
  column-gap: 3rem;
}
.statusdaobra__etapas--modal .statusdaobra__etapas__item__circle__inner {
  border-color: rgb(248, 248, 248);
}
.statusdaobra__etapas--modal .statusdaobra__etapas__item {
  color: #20304A;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .statusdaobra__etapas--modal {
    margin: 2rem 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 860px) {
  .statusdaobra__etapas--modal {
    flex-wrap: nowrap !important;
    overflow: auto;
    column-gap: 3rem;
    padding-bottom: 1rem;
  }
}
.statusdaobra__datas {
  margin: 0 -2.5rem;
}
@media screen and (max-width: 860px) {
  .statusdaobra__datas {
    margin: 0;
    display: flex;
    column-gap: 1.5rem;
    overflow: auto;
  }
}
.statusdaobra__datas .slick-prev,
.statusdaobra__datas .slick-next {
  top: calc(50% - 1rem);
}
.statusdaobra__datas .slick-slide {
  margin: 0 2.5rem;
}
@media screen and (max-width: 860px) {
  .statusdaobra__datas .slick-slide {
    margin: 0 1rem;
  }
}
.statusdaobra__datas .button {
  width: 100%;
  padding: 1rem;
  border: solid 1px #20304A;
}
@media screen and (max-width: 860px) {
  .statusdaobra__datas .button {
    font-size: 1.4rem;
    min-width: 11rem;
  }
}
.statusdaobra__datas .button:hover {
  border-color: #C79C5B;
}
.statusdaobra__datas .button.act {
  background-color: #C79C5B;
  color: white;
  border-color: #C79C5B;
}
.statusdaobra__galeria__title {
  color: #20304A;
  font-weight: bold;
  display: block;
  margin-bottom: 0.9rem;
  font-size: 2rem;
}
.statusdaobra__galeria__slider {
  margin: 0 -1.5rem;
}
.statusdaobra__galeria__slider .slick-slide {
  margin: 0 1.5rem;
}
.statusdaobra__galeria__slider__item .video iframe,
.statusdaobra__galeria__slider__item .foto img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.statusdaobra__galeria__slider .slick-arrow {
  top: unset;
  bottom: -5rem;
}
.statusdaobra__galeria__slider .slick-next {
  right: calc(50% - 13rem);
}
.statusdaobra__galeria__slider .slick-prev {
  left: calc(50% - 13rem);
}

.bairro {
  position: relative;
  margin: 5rem 0;
  padding: 7.7rem 0;
  min-height: 36rem;
}
.bairro .container {
  position: relative;
  z-index: 2;
}
.bairro__background {
  object-fit: cover;
}
.bairro.filter--dark .bairro__background {
  filter: brightness(0.5);
}
.bairro__box {
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 0.5rem;
  padding: 1.6rem 2.6rem;
  text-align: center;
  color: white;
}
.bairro__box p {
  margin: revert;
  font-size: 1.4rem;
  font-weight: 300;
}
.bairro__box p * {
  font-size: revert;
}

.localizacao {
  display: grid;
  grid-template-columns: 60% 40rem;
  background-color: #20304A;
  margin: 5rem 0;
}
@media screen and (max-width: 860px) {
  .localizacao {
    display: flex;
    flex-direction: column-reverse;
  }
}
.localizacao__map {
  position: relative;
}
@media screen and (max-width: 860px) {
  .localizacao__map {
    aspect-ratio: 3/2;
  }
}
.localizacao__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.localizacao__infos {
  padding: 5.4rem 3.9rem;
  color: white;
}
.localizacao__infos__title {
  text-align: left;
  justify-content: flex-start;
}
.localizacao__infos__title::before {
  display: none;
}
.localizacao__infos__address {
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 4.1rem;
  white-space: pre-line;
  line-height: 1.6em;
}
.localizacao__infos p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1em;
}
.localizacao__infos__search__field {
  width: 100%;
  background-color: #A3B0BF;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 1rem 2rem;
  border: 0;
}
.localizacao__infos__search__button {
  border-radius: 0 0.5rem 0.5rem 0;
}
.localizacao__infos__list {
  margin-top: 3rem;
}
.localizacao__infos__list li {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.localizacao__infos__list li img {
  width: 2.4rem;
  height: auto;
}
.localizacao__infos__list li span {
  font-weight: 300;
  font-size: 1.2rem;
}

.localizacao-modelo2 {
  margin: 5rem 0;
}
.localizacao-modelo2__address {
  text-align: center;
  white-space: pre-line;
  font-style: normal;
  display: block;
  margin-bottom: 3rem;
}
.localizacao-modelo2 .button {
  margin-bottom: 3rem;
}
.localizacao-modelo2__image {
  height: auto;
}
.localizacao-modelo2__holder__map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.localizacao-modelo2__holder__map.show {
  display: block;
}
.localizacao-modelo2__holder__map iframe {
  width: 100%;
  height: 100%;
}

.bairro-modelo2 {
  margin: 5rem 0;
}
.bairro-modelo2__descricao {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 860px) {
  .bairro-modelo2__slider {
    padding-bottom: 5rem;
  }
  .bairro-modelo2__slider .slick-prev {
    top: unset;
    bottom: 1rem;
    left: calc(50% - 8rem);
  }
  .bairro-modelo2__slider .slick-next {
    top: unset;
    bottom: 1rem;
    right: calc(50% - 8rem);
  }
}
.bairro-modelo2__slider .slick-slide {
  margin: 0 1rem;
}
.bairro-modelo2__slider__item {
  position: relative;
  display: none;
}
.bairro-modelo2__slider__item:first-child {
  display: block;
}
.bairro-modelo2__slider__item__image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.bairro-modelo2__slider__item__caption {
  text-align: center;
  margin-top: 1rem;
  word-break: break-all;
}

.bannerinternas--quemsomos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(32, 48, 74, 0.46);
  pointer-events: none;
}

.salas {
  margin: 5rem 0;
  background-color: #D7D7D7;
  position: relative;
}
.salas__image {
  position: absolute;
  left: calc(50vw - 20rem);
  top: 0;
  max-width: calc(50vw + 20rem);
  object-fit: cover;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 860px) {
  .salas__image {
    position: static;
    max-width: 100%;
    display: block;
    height: auto;
  }
}
.salas__content {
  max-width: 34rem;
  padding: 10rem 2rem 10rem 0;
}
@media screen and (max-width: 860px) {
  .salas__content {
    padding: 4rem 0 2rem;
    max-width: 100%;
  }
}
.salas__content__title {
  color: #20304A;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.salas__content p {
  margin-bottom: 1em;
  line-height: 1.4em;
  font-weight: 300;
}

.textovideo {
  margin: 5rem 0;
}
.textovideo__holder {
  width: 72rem;
}
.textovideo__holder iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}
.textovideo__content {
  flex: 1;
}
.textovideo__content p {
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.textovideo__content p strong {
  font-weight: 500;
}

.familia {
  background-color: #20304A;
  margin: 5rem 0;
  padding: 5rem 0;
}
.familia__key {
  display: block;
  margin: 0 auto;
}
.familia__row {
  margin-top: 5rem;
}
.familia__col {
  color: white;
}
@media screen and (min-width: 861px) {
  .familia__col {
    width: 50%;
  }
}
.familia__col p {
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1em;
  max-width: 33rem;
}
.familia__col img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-top: 4rem;
}
@media screen and (min-width: 861px) {
  .familia__col__right img {
    margin: 0 0 4rem;
  }
}

.compromisso {
  margin: 5rem 0;
  padding: 7rem 0;
  position: relative;
}
.compromisso::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(32, 48, 74, 0.46);
  pointer-events: none;
}
.compromisso .title {
  margin: 2rem 0 4.3rem;
}
.compromisso__text {
  color: white;
  max-width: 66rem;
  margin: 0 auto;
  text-align: center;
}
.compromisso__text p {
  line-height: 1.4em;
}
.compromisso__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compromisso .container {
  position: relative;
  z-index: 3;
}

.certificacoes {
  background: linear-gradient(to right, #E6E7E8 0 50%, rgba(230, 231, 232, 0.3) 50% 100%);
  margin: 5rem 0;
  padding: 5rem 0;
}
@media screen and (max-width: 860px) {
  .certificacoes {
    background: #E6E7E8;
  }
  .certificacoes .container {
    row-gap: 3rem;
  }
}
.certificacoes__col {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .certificacoes__col {
    width: 100%;
    padding: 0 !important;
  }
}
.certificacoes__col--left {
  padding-right: 5rem;
}
.certificacoes__col--right {
  padding-left: 5rem;
}
.certificacoes__col__title {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #20304A;
  margin-bottom: 2rem;
}
.certificacoes__col__text p {
  line-height: 1.4em;
}
.certificacoes__col__text p + p {
  margin-top: 1em;
}
.certificacoes__col__image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.videos {
  background-color: #F3EADD;
  padding: 5rem 0;
  margin: 5rem 0 0;
}
.videos__slider {
  width: calc(100% - 16rem);
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .videos__slider {
    width: calc(100% - 13rem);
  }
}
.videos__slider.slick-slider {
  margin-bottom: 4rem;
}
.videos__slider.slick-slider .slick-dots {
  bottom: -5rem;
}
.videos__slider .slick-slide {
  padding: 0 5rem;
}
.videos__slider .slick-slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.bannerinternas--faleconosco .bannerinternas__content__title {
  font-size: 4.5rem;
}
.bannerinternas--faleconosco .bannerinternas__image {
  filter: brightness(0.75);
}

.faleconosco .container {
  max-width: 1300px;
}
@media screen and (max-width: 1900px) {
  .faleconosco .container {
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .faleconosco .container {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.faleconosco__image {
  max-width: 55rem;
  display: block;
  height: auto;
}
@media screen and (max-width: 860px) {
  .faleconosco__image {
    max-width: 100%;
  }
}
.faleconosco__content {
  max-width: 65rem;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .faleconosco__content {
    max-width: 100%;
    padding: 4rem 2rem;
  }
}
.faleconosco__content__title {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 1.3rem;
}
.faleconosco__content__subtitle {
  font-weight: 300;
}
.faleconosco__links {
  width: 100%;
  gap: 1.2rem;
  margin-top: 2rem;
}
.faleconosco__links__item {
  background-color: #F7F7F7;
  border-radius: 0.5rem;
  padding: 1.7rem 1.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #20304A;
  text-transform: uppercase;
  width: calc(25% - 0.9rem);
  transition: all 400ms ease;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 860px) {
  .faleconosco__links__item {
    width: calc(50% - 0.7rem);
    font-size: 1.4rem;
  }
}
.faleconosco__links__item:hover {
  background-color: white;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 861px) {
  .faleconosco__links__item:last-child, .faleconosco__links__item:first-child {
    width: initial;
    flex: 1 1 40%;
  }
}
.faleconosco__links__item img {
  display: block;
  height: 2.1rem;
  width: auto;
  margin-bottom: 1.5rem;
}

.numeros {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 3.2rem 0 0;
  margin: 10rem 0 0;
}
@media screen and (max-width: 860px) {
  .numeros {
    flex-direction: column;
    align-items: flex-start;
  }
}
.numeros__background {
  height: calc(100% - 5rem);
  z-index: -1;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 87% 100%, 0 100%, 0% 50%);
}
@media screen and (max-width: 860px) {
  .numeros__background {
    clip-path: none;
    height: 100%;
  }
}
.numeros__boxtitle {
  background-color: #20304A;
  color: white;
  font-size: 6.5rem;
  padding: 8rem 5rem 8rem 10rem;
  max-width: 50rem;
  line-height: 1em;
}
@media screen and (max-width: 860px) {
  .numeros__boxtitle {
    max-width: 90%;
    padding: 3rem;
    margin-bottom: 4rem;
  }
}
.numeros__boxtitle span {
  font-size: inherit;
  color: #C79C5B;
}
.numeros__boxes {
  max-height: 65rem;
}
@media screen and (max-width: 860px) {
  .numeros__boxes {
    max-height: initial;
    width: 100%;
    flex-flow: row nowrap !important;
    overflow: auto;
    justify-content: flex-start;
  }
}
.numeros__boxes__item {
  background-color: white;
  padding: 3rem;
  max-width: 18rem;
}
@media screen and (max-width: 860px) {
  .numeros__boxes__item {
    max-width: initial;
    min-width: 20rem;
  }
}
.numeros__boxes__item__title {
  font-size: 2.5rem;
  color: #C79C5B;
}
.numeros__boxes__item__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #20304A;
}
@media screen and (min-width: 861px) {
  .numeros__boxes__item.bigger {
    padding: 4rem 3rem;
    max-width: 28rem;
  }
  .numeros__boxes__item.bigger .numeros__boxes__item__title {
    font-size: 6.5rem;
  }
  .numeros__boxes__item.bigger .numeros__boxes__item__text {
    font-size: 2rem;
  }
}
.numeros__boxes__item:nth-child(2) {
  background-color: #C79C5B;
}
.numeros__boxes__item:nth-child(2) .numeros__boxes__item__title {
  color: white;
}
.numeros__boxes__item:nth-child(2) .numeros__boxes__item__text {
  color: #20304A;
}
.numeros__boxes__item:nth-child(3), .numeros__boxes__item:nth-child(4), .numeros__boxes__item:nth-child(6) {
  background-color: #20304A;
}
.numeros__boxes__item:nth-child(3) .numeros__boxes__item__title, .numeros__boxes__item:nth-child(4) .numeros__boxes__item__title, .numeros__boxes__item:nth-child(6) .numeros__boxes__item__title {
  color: white;
}
.numeros__boxes__item:nth-child(3) .numeros__boxes__item__text, .numeros__boxes__item:nth-child(4) .numeros__boxes__item__text, .numeros__boxes__item:nth-child(6) .numeros__boxes__item__text {
  color: white;
}
.numeros__boxes__item:nth-child(7) .numeros__boxes__item__title, .numeros__boxes__item:nth-child(5) .numeros__boxes__item__title {
  color: #20304A;
}
.numeros__boxes__item:nth-child(7) .numeros__boxes__item__text, .numeros__boxes__item:nth-child(5) .numeros__boxes__item__text {
  color: #20304A;
}
@media screen and (max-width: 860px) {
  .numeros__boxes__item:nth-child(4) {
    background: #C79C5B;
  }
}

.redesociais {
  margin: 5rem 0;
  background-color: #F7F7F8;
  padding: 3.2rem 0;
}
.redesociais--single {
  padding: 0;
  background-color: white;
}

.detalhecontato {
  margin: 7rem 0;
}
@media screen and (max-width: 860px) {
  .detalhecontato {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 1600px) {
  .detalhecontato .container {
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .detalhecontato .container {
    padding-left: 15px;
  }
}
.detalhecontato__image {
  max-width: 54.1rem;
  height: auto;
}
@media screen and (max-width: 860px) {
  .detalhecontato__image {
    max-width: 100%;
  }
}
.detalhecontato__content {
  max-width: 60rem;
}
.detalhecontato__title {
  padding-top: 2rem;
  color: #20304A;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.detalhecontato__text p {
  color: #20304A;
  line-height: 1.4em;
  margin-bottom: 1em;
}
.detalhecontato__form {
  margin: 7rem 0 5rem;
}
.detalhecontato__form__text {
  color: #A3B0BF;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
}
.detalhecontato__form__holder {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 15px;
}
.detalhecontato__form__holder br {
  display: none;
}
.detalhecontato__form__holder input[type=submit] {
  margin: 0 0 0 auto;
}

.blog {
  margin: 5rem 0;
}
.blog__grid {
  row-gap: 3rem;
}
@media screen and (max-width: 480px) {
  .blog__grid {
    grid-template-columns: 1fr;
  }
}
.blog__grid__item__top {
  margin-bottom: 1rem;
}
.blog__grid__item__top__data, .blog__grid__item__top__categoria {
  background-color: #E6E7E8;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 1rem 1rem 0.7rem;
  text-transform: uppercase;
  min-width: 15rem;
  text-align: center;
}
.blog__grid__item__top__data {
  background-color: rgba(230, 231, 232, 0.3);
}
.blog__grid__item__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 486/274;
  object-fit: cover;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.blog__grid__item__title {
  white-space: normal;
  color: #20304A;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.4em;
}
.blog__grid__item__excerpt {
  line-height: 1.4em;
}
.blog__pagination {
  margin-top: 4rem;
}
.blog__pagination ul {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.blog__pagination ul span, .blog__pagination ul a {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  background-color: #A3B0BF;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  display: block;
  position: static;
}
.blog__pagination ul span.current, .blog__pagination ul a.current {
  background-color: #20304A;
}

.blogsingle {
  margin: 7rem 0;
}
.blogsingle .container {
  max-width: 83rem;
}
.blogsingle__image {
  max-width: 100%;
  height: auto;
  margin: 0 auto 2.6rem;
  display: block;
}
.blogsingle__title {
  color: #20304A;
  font-size: 2.5rem;
  margin-bottom: 1em;
  text-transform: uppercase;
  padding: 0 5rem;
}
@media screen and (max-width: 860px) {
  .blogsingle__title {
    padding: 0;
  }
}
.blogsingle__content {
  padding: 0 5rem;
  color: #20304A;
}
@media screen and (max-width: 860px) {
  .blogsingle__content {
    padding: 0;
  }
}
.blogsingle__content * {
  margin: revert;
  font-size: revert;
}
.blogsingle__content figure {
  margin: 1rem;
}

.blogvideo {
  background-color: #F3EADD;
  padding: 5rem 0;
  margin: 5rem 0;
}
.blogvideo__holder {
  padding-top: 6rem;
}
.blogvideo .container {
  position: relative;
}
.blogvideo .container iframe {
  width: 80%;
  margin: 0 auto 5rem;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
.blogvideo__voltar {
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: underline;
  display: block;
  text-align: center;
  color: #20304A;
}

.newsletter {
  margin: 5rem 0;
}
.newsletter__box {
  color: white;
}
.newsletter__box__content {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .newsletter__box__content {
    padding: 4rem 2rem;
  }
}
.newsletter__box__banner {
  object-fit: cover;
  height: 100%;
}
.newsletter .tour__box__content__text {
  max-width: unset;
}
.newsletter .news__field {
  background-color: rgba(255, 255, 255, 0.81);
  border: 0;
  color: #20304A;
  padding: 1rem 2rem;
}
@media screen and (max-width: 860px) {
  .newsletter .news__field {
    width: 100%;
  }
}
.newsletter .wpcf7-not-valid-tip {
  margin: 0.3em 0 0;
}
.newsletter form {
  margin-top: 3rem;
}
.newsletter form .button {
  margin: 0 auto;
}
.newsletter .dots {
  z-index: 3;
}
.newsletter .dots--top_left {
  left: 3rem;
}
.newsletter .dots--bottom_right {
  right: 3rem;
}

.templatevazio {
  margin: 3rem 0 5rem;
  color: #20304A;
}
.templatevazio__title {
  text-align: center;
  margin: 0 0 2rem;
}
.templatevazio__content * {
  margin: revert;
  font-size: revert;
}
.templatevazio__content figure {
  margin: 1rem;
}

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