@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* Importando as fontes do Google Fonts */
@import url(slick.scss);
@import url(slick-theme.scss);
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Estilos globais */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Raleway", serif;
  font-size: 1rem;
  overflow-x: hidden;
  color: #242423;
}

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

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.row.center-v {
  align-items: center;
}
.row.center-w {
  justify-content: center;
}

.row > * {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  flex-wrap: wrap;
}

.col {
  flex: 0 0 auto;
  width: 100%;
}
.col-20 {
  width: 20%;
}
@media (max-width: 574.98px) {
  .col-20 {
    width: 100%;
  }
}
.col-30 {
  width: 30%;
}
@media (max-width: 574.98px) {
  .col-30 {
    width: 100%;
  }
}
.col-40 {
  width: 40%;
}
@media (max-width: 574.98px) {
  .col-40 {
    width: 100%;
  }
}
.col-45 {
  width: 45%;
}
@media (max-width: 574.98px) {
  .col-45 {
    width: 100%;
  }
}
.col-50 {
  width: 50%;
}
@media (max-width: 574.98px) {
  .col-50 {
    width: 100%;
  }
}
.col-55 {
  width: 55%;
}
@media (max-width: 574.98px) {
  .col-55 {
    width: 100%;
  }
}
.col-60 {
  width: 60%;
}
@media (max-width: 574.98px) {
  .col-60 {
    width: 100%;
  }
}
.col-70 {
  width: 70%;
}
@media (max-width: 574.98px) {
  .col-70 {
    width: 100%;
  }
}
.col-80 {
  width: 80%;
}
@media (max-width: 574.98px) {
  .col-80 {
    width: 100%;
  }
}

.small-title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  padding-left: 30px;
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  .small-title {
    font-size: 1.25rem;
  }
}
.small-title::before {
  background: url(../img/icon-title.svg) no-repeat center;
  content: "";
  display: block;
  height: 20px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 991.98px) {
  .small-title::before {
    top: -1px;
  }
}

.title {
  color: #DA6329;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 110%;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .title {
    font-size: 2rem;
  }
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 20;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
header .container, header .row {
  height: 100%;
}
header .col-20 {
  padding-right: 0;
}
@media (max-width: 574.98px) {
  header .col-20 {
    width: 30%;
  }
}
header .col-80 {
  padding-left: 0;
}
@media (max-width: 574.98px) {
  header .col-80 {
    width: 70%;
  }
}
header .logo {
  width: 168px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 1399.98px) {
  header .logo {
    width: 140px;
  }
}
@media (max-width: 1199.98px) {
  header .logo {
    width: 120px;
  }
}
header .abre-menu {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
@media (max-width: 1199.98px) {
  header .abre-menu {
    display: block;
    margin-top: 17px;
  }
}
@media (max-width: 1199.98px) {
  header nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 500px;
    background-color: #000000;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
  }
  header nav.open {
    right: 0;
  }
}
header nav .close-menu {
  display: none;
}
@media (max-width: 1199.98px) {
  header nav .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
  }
  header nav .close-menu svg {
    height: 40px;
    width: 40px;
  }
}
header nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 22px;
}
@media (max-width: 1199.98px) {
  header nav ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 90px 30px;
  }
}
header nav ul li {
  padding-left: 30px;
}
@media (max-width: 1399.98px) {
  header nav ul li {
    padding-left: 15px;
  }
}
@media (max-width: 1199.98px) {
  header nav ul li {
    margin-top: 40px;
  }
}
header nav ul li .nav-link {
  color: #ffffff;
  font-family: "Raleway", serif;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
header nav ul li .nav-link::after {
  content: "";
  background-color: #DA6329;
  border-radius: 3px;
  height: 3px;
  width: 16px;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
header nav ul li .nav-link:hover, header nav ul li .nav-link.active {
  color: #DA6329;
}
header nav ul li .nav-link:hover::after, header nav ul li .nav-link.active::after {
  left: calc(50% - 8px);
  opacity: 1;
}
header.docked {
  background: rgba(0, 0, 0, 0.8);
}

.btn {
  border: none;
  background-color: #DA6329;
  border-radius: 0;
  cursor: pointer;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 32px;
  font-family: "Raleway", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn:hover {
  background-color: #242423;
}

.btn-branco {
  border: none;
  background-color: #ffffff;
  border-radius: 23.5px;
  cursor: pointer;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DA6329;
  width: 260px;
  padding: 0 32px;
  font-family: "Raleway", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.btn-branco:hover {
  background-color: #DA6329;
  color: #ffffff;
}
@media (max-width: 449.98px) {
  .btn-branco {
    width: 100%;
  }
}

#banner {
  height: 850px;
  position: relative;
}
@media (max-width: 991.98px) {
  #banner {
    height: 585px;
  }
}
@media (max-width: 767.98px) {
  #banner {
    padding-top: 120px;
  }
}
@media (max-width: 574.98px) {
  #banner {
    height: auto;
    padding-bottom: 30px;
  }
}
#banner #video-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
#banner .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
#banner .container {
  height: 100%;
  position: relative;
  z-index: 3;
}
#banner .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 574.98px) {
  #banner .row {
    height: auto;
  }
}
#banner .col {
  padding-bottom: 10%;
}
@media (max-width: 574.98px) {
  #banner .col {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
#banner .col h1 {
  font-size: 4.125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 80%;
  margin-bottom: 25px;
}
#banner .col h1 strong {
  font-size: 3.25rem;
  font-weight: 700;
  color: #DA6329;
}
#banner .col p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
  margin: 0;
}

#complexo .comBg {
  background: url(../img/jk-square-corporate-itaim-bg-grafismo.jpg) no-repeat center/cover;
}
#complexo .comBg .overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
#complexo .row {
  padding: 120px 0;
  align-items: center;
}
@media (max-width: 767.98px) {
  #complexo .row {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  #complexo .row.invert {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  #complexo .col-50 {
    width: 100%;
  }
}
#complexo p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 23.6px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  #complexo p {
    font-size: 1.125rem;
  }
}

#lajes {
  background-color: #6EA5DE;
}
#lajes .texto {
  background: linear-gradient(180deg, #3F466B 0%, rgba(115, 115, 115, 0) 100%);
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  #lajes .texto {
    padding-top: 80px;
  }
}
#lajes .texto .row {
  align-items: center;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  #lajes .texto .row {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  #lajes .texto .col-50 {
    width: 100%;
  }
}
#lajes .texto h2 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6);
}
#lajes .texto h2 strong {
  color: #DA6329;
}
@media (max-width: 991.98px) {
  #lajes .texto h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  #lajes .texto h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 574.98px) {
  #lajes .texto h2 {
    font-size: 2rem;
  }
}
#lajes .texto h3 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  #lajes .texto h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 574.98px) {
  #lajes .texto h3 {
    font-size: 2rem;
  }
}
#lajes .texto p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  #lajes .texto p {
    font-size: 1.125rem;
  }
}
#lajes .texto ul li {
  border-bottom: 1px solid #BEBEBE;
  padding: 30px 0;
}
#lajes .texto ul li h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 100%;
  margin: 0 0 10px;
}
#lajes .texto ul li p {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}

#video {
  padding: 120px 0 0;
}
@media (max-width: 767.98px) {
  #video {
    padding: 80px 0 0;
  }
}
#video .title {
  font-weight: 500;
  font-size: 3.25rem;
}
@media (max-width: 991.98px) {
  #video .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 574.98px) {
  #video .title {
    font-size: 2rem;
  }
}
#video .btn-video {
  position: relative;
}
#video .btn-video .img-fluid {
  position: relative;
}
#video .btn-video .icone {
  position: absolute;
  top: calc(50% - 42px);
  left: calc(40% - 42px);
  z-index: 2;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 574.98px) {
  #video .btn-video .icone {
    width: 42px;
    top: calc(50% - 21px);
    left: calc(40% - 21px);
  }
}
#video .btn-video:hover .icone {
  transform: scale(1.1);
}

#imagens {
  padding: 120px 0 90px;
}
@media (max-width: 767.98px) {
  #imagens {
    padding: 80px 0 50px;
  }
}
#imagens .container-fluid {
  padding-left: calc((100% - 1320px) / 2);
  padding-right: 0;
}
@media (max-width: 767.98px) {
  #imagens .container-fluid {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  #imagens .container-fluid {
    padding-left: calc((100% - 720px) / 2);
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #imagens .container-fluid {
    padding-left: calc((100% - 960px) / 2);
    max-width: 100%;
  }
}
@media (max-width: 1399.98px) {
  #imagens .container-fluid {
    padding-left: calc((100% - 1140px) / 2);
    max-width: 100%;
  }
}
#imagens .row {
  margin-left: 0;
}
#imagens .title {
  font-weight: 500;
  font-size: 3.25rem;
}
@media (max-width: 991.98px) {
  #imagens .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 574.98px) {
  #imagens .title {
    font-size: 2rem;
  }
}
#imagens .slider-images .slick-list {
  padding-right: 30%;
}
@media (max-width: 574.98px) {
  #imagens .slider-images .slick-list {
    padding-right: 15%;
  }
}
#imagens .slider-images .item {
  padding: 30px 0;
}
#imagens .slider-images .item a {
  background-position: center;
  background-size: cover;
  cursor: url(../img/lupa.png) 27 27, auto;
  display: block;
  aspect-ratio: 1/0.6;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#imagens .slider-images .item a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#imagens .slider-images .item a .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#imagens .slider-images .item legend {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 10px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 991.98px) {
  #imagens .slider-images .item legend {
    font-size: 1.25rem;
  }
}
@media (max-width: 574.98px) {
  #imagens .slider-images .item legend {
    font-size: 1rem;
  }
}
#imagens .slider-images .slick-current + .item a {
  transform: scale(1.1);
}
#imagens .slider-images .slick-current + .item a .overlay {
  opacity: 0.7;
}
#imagens .slider-images .slick-current + .item legend {
  opacity: 0;
}
#imagens .slider-images .slick-prev,
#imagens .slider-images .slick-next {
  z-index: 3;
  height: 47px;
  width: 47px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 574.98px) {
  #imagens .slider-images .slick-prev,
  #imagens .slider-images .slick-next {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 574.98px) {
  #imagens .slider-images .slick-prev svg,
  #imagens .slider-images .slick-next svg {
    height: 30px;
    width: 30px;
  }
}
#imagens .slider-images .slick-prev svg path,
#imagens .slider-images .slick-next svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#imagens .slider-images .slick-prev::before,
#imagens .slider-images .slick-next::before {
  display: none;
}
#imagens .slider-images .slick-prev[aria-disabled=true],
#imagens .slider-images .slick-next[aria-disabled=true] {
  pointer-events: none;
}
#imagens .slider-images .slick-prev {
  left: calc(65% - 55px);
}
@media (max-width: 574.98px) {
  #imagens .slider-images .slick-prev {
    left: calc(76% - 30px);
  }
}
#imagens .slider-images .slick-next {
  right: calc(32% - 55px);
}
@media (max-width: 574.98px) {
  #imagens .slider-images .slick-next {
    right: 20px;
  }
}

#diferenciais {
  background-color: #F5F5F5;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  #diferenciais {
    padding: 80px 0;
  }
}
#diferenciais .title {
  font-weight: 500;
  font-size: 3.25rem;
}
@media (max-width: 991.98px) {
  #diferenciais .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 574.98px) {
  #diferenciais .title {
    font-size: 2rem;
  }
}
#diferenciais .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
@media (max-width: 767.98px) {
  #diferenciais .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#diferenciais .grid .item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 0;
  border-bottom: 1px solid #BEBEBE;
}
#diferenciais .grid .item p {
  font-size: 1rem;
  line-height: 130%;
}

#diferenciais2 {
  background: url(../img/bg-leed.jpg) no-repeat center/cover;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  #diferenciais2 {
    padding: 80px 0;
  }
}
#diferenciais2 .titulo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 574.98px) {
  #diferenciais2 .titulo {
    flex-direction: column;
    align-items: flex-start;
  }
}
#diferenciais2 .titulo .title {
  color: #ffffff;
  margin: 0;
  line-height: 130%;
}
#diferenciais2 .titulo .title strong {
  color: #DA6329;
  font-weight: 400;
}
#diferenciais2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  padding-left: 25%;
}
@media (max-width: 991.98px) {
  #diferenciais2 .grid {
    padding-left: 15%;
  }
}
@media (max-width: 767.98px) {
  #diferenciais2 .grid {
    padding-left: 0;
  }
}
@media (max-width: 574.98px) {
  #diferenciais2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#diferenciais2 .grid .item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}
#diferenciais2 .grid .item p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 130%;
}

#institucional {
  background-color: #F5F5F5;
  padding: 120px 0 0;
}
@media (max-width: 767.98px) {
  #institucional {
    padding: 80px 0 0;
  }
}
#institucional .box {
  background: #ffffff;
  padding: 60px;
  position: relative;
  min-height: 434px;
}
@media (max-width: 574.98px) {
  #institucional .box {
    padding: 40px 20px;
  }
}
#institucional .box .texto {
  width: calc(100% - 380px);
}
@media (max-width: 767.98px) {
  #institucional .box .texto {
    width: 100%;
  }
}
#institucional .box .texto .logo {
  margin-bottom: 30px;
}
#institucional .box .texto p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #institucional .box .texto .btn {
    margin-bottom: 24px;
  }
}
#institucional .box .img-lateral {
  position: absolute;
  right: -106px;
  top: calc(50% - 157px);
}
@media (max-width: 767.98px) {
  #institucional .box .img-lateral {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

#localizacao {
  background-color: #F5F5F5;
  padding: 120px 0 0;
}
@media (max-width: 767.98px) {
  #localizacao {
    padding: 80px 0 0;
  }
}
@media (max-width: 767.98px) {
  #localizacao .col-50 {
    width: 100%;
  }
}
#localizacao .box {
  background: #ffffff;
  padding: 60px;
}
@media (max-width: 574.98px) {
  #localizacao .box {
    padding: 40px 20px;
  }
}
#localizacao .box .row {
  align-items: stretch;
}
#localizacao .box .row .texto {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #localizacao .box .row .texto {
    justify-content: start;
  }
}
#localizacao .box .row .texto .title {
  font-weight: 500;
  font-size: 3.25rem;
}
@media (max-width: 991.98px) {
  #localizacao .box .row .texto .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 574.98px) {
  #localizacao .box .row .texto .title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #localizacao .box .row .texto .endereco {
    margin-bottom: 40px;
  }
}
#localizacao .box .row .texto .endereco p {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
}
#localizacao .box .row .texto .endereco a {
  margin-right: 20px;
}
#localizacao .box .row h4 {
  color: #DA6329;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 32px;
}
@media (max-width: 574.98px) {
  #localizacao .box .row h4 {
    font-size: 2rem;
  }
}
#localizacao .box .row p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
@media (max-width: 574.98px) {
  #localizacao .box .row p {
    font-size: 1.125rem;
  }
}

#incorporacao {
  background-color: #F5F5F5;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  #incorporacao {
    padding: 80px 0;
  }
}
#incorporacao .title {
  font-weight: 500;
  font-size: 3.25rem;
  text-align: center;
  line-height: 130%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #incorporacao .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 574.98px) {
  #incorporacao .title {
    font-size: 2rem;
  }
}
#incorporacao .title strong {
  color: #242423;
}
@media (max-width: 767.98px) {
  #incorporacao .col-50 {
    width: 100%;
  }
}
#incorporacao .boxes {
  align-items: stretch;
  margin-bottom: 80px;
}
#incorporacao .box {
  background: #ffffff;
  padding: 25px;
  height: 100%;
}
#incorporacao .box .logo {
  display: block;
  margin: 0 auto 60px;
}
#incorporacao .box p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
#incorporacao .box p:last-of-type {
  margin-bottom: 0;
}
#incorporacao h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
  text-align: center;
}
#incorporacao .logo {
  display: block;
  margin: 0 auto;
}

#contato .stretch {
  align-items: stretch;
}
#contato .col-45 {
  background: url(../img/bg-contato.jpg) no-repeat center/cover;
  padding-left: calc((100% - 1320px) / 2);
  padding-right: 60px;
  padding-top: 67px;
  padding-bottom: 67px;
}
@media (max-width: 1399.98px) {
  #contato .col-45 {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199.98px) {
  #contato .col-45 {
    padding-left: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  #contato .col-45 {
    padding-left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  #contato .col-45 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
#contato .col-45 .logo {
  margin-bottom: 40px;
}
#contato .col-45 p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
}
#contato .col-45 p strong {
  font-weight: bold;
}
#contato .col-45 p:last-of-type {
  margin-bottom: 0;
}
#contato .col-45 a {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#contato .col-45 a:hover {
  color: #DA6329;
}
#contato .col-55 {
  background: #ffffff;
  padding-right: calc((100% - 1320px) / 2);
  padding-left: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1399.98px) {
  #contato .col-55 {
    padding-right: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199.98px) {
  #contato .col-55 {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  #contato .col-55 {
    padding-right: calc((100% - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  #contato .col-55 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
  }
}
#contato .col-55 h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
#contato .col-55 p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
}
#contato .col-55 .col, #contato .col-55 .col-50 {
  position: relative;
  margin-bottom: 12px;
}
#contato .col-55 .col label, #contato .col-55 .col-50 label {
  color: #242423;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
}
#contato .col-55 .col label.check-label, #contato .col-55 .col-50 label.check-label {
  font-size: 0.875rem;
  font-weight: 400;
}
#contato .col-55 .col label.check-label a, #contato .col-55 .col-50 label.check-label a {
  color: #242423;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#contato .col-55 .col label.check-label a:hover, #contato .col-55 .col-50 label.check-label a:hover {
  color: #DA6329;
}
#contato .col-55 .col .ipt, #contato .col-55 .col-50 .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  color: #B3B3B3;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
}
#contato .col-55 .col .ipt:focus, #contato .col-55 .col-50 .ipt:focus {
  outline: none;
}
#contato .col-55 .col textarea, #contato .col-55 .col-50 textarea {
  height: 80px !important;
  padding-top: 10px;
}
#contato .col-55 .col .btn-enviar, #contato .col-55 .col-50 .btn-enviar {
  background-color: #ffffff;
  border: 1px solid #DA6329;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DA6329;
  height: 55px;
  width: 252px;
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#contato .col-55 .col .btn-enviar:hover, #contato .col-55 .col-50 .btn-enviar:hover {
  color: #ffffff;
  background-color: #DA6329;
}

#legal {
  background-color: #F5F5F5;
  padding: 80px 0 150px;
}
#legal p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 170%;
  text-align: justify;
}

footer {
  background-color: #D9D9D9;
  padding: 0 0 110px;
}
@media (max-width: 767.98px) {
  footer .col-30, footer .col-70 {
    width: 100%;
  }
}
footer .logo {
  display: block;
  margin-top: -84px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  footer .logo {
    margin: -84px auto 40px;
  }
}
footer .link {
  color: #DA6329;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 767.98px) {
  footer .link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
footer .link:hover {
  color: #000000;
}
footer .empresas {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 80px;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  footer .empresas {
    justify-content: center;
  }
}
@media (max-width: 574.98px) {
  footer .empresas {
    gap: 30px;
  }
}
footer .empresas .empresa h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 25px;
}
@media (max-width: 574.98px) {
  footer .empresas .empresa h4 {
    font-size: 0.9375rem;
    text-align: center;
  }
}
footer .empresas .empresa img {
  height: 56px;
}
@media (max-width: 574.98px) {
  footer .empresas .empresa img {
    display: block;
    margin: 0 auto;
  }
}
footer .assinatura {
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
  margin-top: 60px;
}
footer .assinatura a {
  color: #242423;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
footer .assinatura a:hover {
  color: #DA6329;
}

.box-contato {
  background-color: #242423;
  border-radius: 4px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 574.98px) {
  .box-contato {
    width: 100%;
    gap: 20px;
    left: 0;
    bottom: 0;
    transform: none;
    box-shadow: none;
    height: 68px;
  }
}
.box-contato .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #242423;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (max-width: 574.98px) {
  .box-contato .link {
    height: 40px;
    width: 40px;
  }
  .box-contato .link img {
    transform: scale(0.8);
  }
}
.box-contato .link:hover {
  background-color: #DA6329;
}
.box-contato .link.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .box-contato .link.mobile {
    display: flex;
  }
}
.box-contato .link.desk {
  background-color: #DA6329;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  gap: 10px;
  padding: 0 15px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .box-contato .link.desk {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.modal .modal-content {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: modalopen 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content span.close {
  cursor: pointer;
  display: block;
  height: 24px;
  width: 24px;
  margin-left: auto;
}
.modal .modal-content span.close svg {
  height: 24px;
  width: 24px;
}
.modal .modal-content span.close svg path {
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.modal .modal-content span.close:hover svg.stroke path, .modal .modal-content span.close:focus svg.stroke path {
  stroke: #DA6329;
}

#modalInstitucional .modal-content {
  background-color: #ffffff;
  border-radius: 0;
  max-width: 900px;
  padding: 20px 50px 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767.98px) {
  #modalInstitucional .modal-content {
    padding: 20px 20px 30px;
  }
}
#modalInstitucional .modal-content::-webkit-scrollbar {
  width: 10px;
  border-radius: 5;
}
#modalInstitucional .modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
#modalInstitucional .modal-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}
#modalInstitucional .modal-content::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}
#modalInstitucional .modal-content .close {
  margin-right: -30px;
}
@media (max-width: 767.98px) {
  #modalInstitucional .modal-content .close {
    margin-right: 0;
  }
}
#modalInstitucional .modal-content .title {
  color: #242423;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalInstitucional .modal-content .title {
    font-size: 1.5rem;
  }
}
#modalInstitucional .modal-content p {
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 24px;
}
#modalInstitucional .modal-content .col-50 h3 {
  color: #242423;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
#modalInstitucional .modal-content .col-50 h4 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#modalInstitucional .modal-content .col-50 p {
  font-size: 1.125rem;
  line-height: 150%;
}
#modalInstitucional .modal-content .col-50 .logo {
  margin-top: 50px;
  margin-left: auto;
  display: block;
}

#modalPrivacidade .modal-content {
  border-radius: 0;
  background-color: #ffffff;
  max-width: 900px;
  padding: 20px 50px 30px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767.98px) {
  #modalPrivacidade .modal-content {
    padding: 20px 20px 30px;
  }
}
#modalPrivacidade .modal-content::-webkit-scrollbar {
  width: 10px;
  border-radius: 5;
}
#modalPrivacidade .modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
#modalPrivacidade .modal-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}
#modalPrivacidade .modal-content::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}
#modalPrivacidade .modal-content .close {
  margin-right: -30px;
}
@media (max-width: 767.98px) {
  #modalPrivacidade .modal-content .close {
    margin-right: 0;
  }
}
#modalPrivacidade .modal-content .title {
  color: #242423;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  #modalPrivacidade .modal-content .title {
    font-size: 1.5rem;
  }
}
#modalPrivacidade .modal-content h2 {
  color: #DA6329;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
#modalPrivacidade .modal-content p {
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 24px;
}
#modalPrivacidade .modal-content p a {
  color: #DA6329;
  text-decoration: none;
}

#modalSucesso .modal-content, #modalErro .modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 100px 90px;
  max-width: 800px;
}
@media (max-width: 574.98px) {
  #modalSucesso .modal-content, #modalErro .modal-content {
    padding: 70px 20px 20px;
  }
}
#modalSucesso .modal-content span.close, #modalErro .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalSucesso .modal-content span.close:hover svg.stroke path, #modalSucesso .modal-content span.close:focus svg.stroke path, #modalErro .modal-content span.close:hover svg.stroke path, #modalErro .modal-content span.close:focus svg.stroke path {
  stroke: #07455C;
}
#modalSucesso .modal-content h2, #modalErro .modal-content h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#modalSucesso .modal-content p, #modalErro .modal-content p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#modalEmail, #modalChat, #modalBook {
  z-index: 999;
}
#modalEmail .modal-content, #modalChat .modal-content, #modalBook .modal-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 100px 90px;
  max-width: 800px;
}
@media (max-width: 574.98px) {
  #modalEmail .modal-content, #modalChat .modal-content, #modalBook .modal-content {
    padding: 48px 20px 20px;
  }
}
#modalEmail .modal-content span.close, #modalChat .modal-content span.close, #modalBook .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalEmail .modal-content span.close:hover svg.stroke path, #modalEmail .modal-content span.close:focus svg.stroke path, #modalChat .modal-content span.close:hover svg.stroke path, #modalChat .modal-content span.close:focus svg.stroke path, #modalBook .modal-content span.close:hover svg.stroke path, #modalBook .modal-content span.close:focus svg.stroke path {
  stroke: #07455C;
}
#modalEmail .modal-content h2, #modalChat .modal-content h2, #modalBook .modal-content h2 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 120%;
}
#modalEmail .modal-content p, #modalChat .modal-content p, #modalBook .modal-content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
}
#modalEmail .modal-content .campo, #modalChat .modal-content .campo, #modalBook .modal-content .campo {
  position: relative;
  margin-bottom: 12px;
}
#modalEmail .modal-content .campo label, #modalChat .modal-content .campo label, #modalBook .modal-content .campo label {
  color: #242423;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
}
#modalEmail .modal-content .campo label.check-label, #modalChat .modal-content .campo label.check-label, #modalBook .modal-content .campo label.check-label {
  font-size: 0.875rem;
  font-weight: 400;
}
#modalEmail .modal-content .campo label.check-label a, #modalChat .modal-content .campo label.check-label a, #modalBook .modal-content .campo label.check-label a {
  color: #242423;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#modalEmail .modal-content .campo label.check-label a:hover, #modalChat .modal-content .campo label.check-label a:hover, #modalBook .modal-content .campo label.check-label a:hover {
  color: #DA6329;
}
#modalEmail .modal-content .campo .ipt, #modalChat .modal-content .campo .ipt, #modalBook .modal-content .campo .ipt {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  color: #B3B3B3;
  height: 50px;
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
}
#modalEmail .modal-content .campo .ipt:focus, #modalChat .modal-content .campo .ipt:focus, #modalBook .modal-content .campo .ipt:focus {
  outline: none;
}
#modalEmail .modal-content .campo textarea, #modalChat .modal-content .campo textarea, #modalBook .modal-content .campo textarea {
  height: 80px !important;
  padding-top: 10px;
}
#modalEmail .modal-content .campo .btn-enviar, #modalChat .modal-content .campo .btn-enviar, #modalBook .modal-content .campo .btn-enviar {
  background-color: #ffffff;
  border: 1px solid #DA6329;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DA6329;
  height: 55px;
  width: 252px;
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#modalEmail .modal-content .campo .btn-enviar:hover, #modalChat .modal-content .campo .btn-enviar:hover, #modalBook .modal-content .campo .btn-enviar:hover {
  color: #ffffff;
  background-color: #DA6329;
}

#modalFone .modal-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 100px 90px;
  max-width: 800px;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content {
    padding: 80px 20px;
  }
}
#modalFone .modal-content span.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#modalFone .modal-content span.close:hover svg.stroke path, #modalFone .modal-content span.close:focus svg.stroke path {
  stroke: #07455C;
}
#modalFone .modal-content h2 {
  text-align: center;
  font-size: 2.5rem;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content h2 {
    font-size: 1.5rem;
  }
}
#modalFone .modal-content h2 strong {
  font-family: "Raleway", serif;
  font-size: 3.125rem;
  font-weight: 700;
}
@media (max-width: 574.98px) {
  #modalFone .modal-content h2 strong {
    font-size: 2rem;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=styles.css.map */