*, *:before, *:after {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: 'object_sans';
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

object,
embed,
video,
iframe {
  max-width: 100%;
  height: auto; }

/*iframe,['style']{
    max-width: 100%;
    height: auto;
}*/
img {
  max-width: 100%;
  vertical-align: middle; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

fieldset {
  border: 0; }

input,
select,
textarea {
  padding: 10px;
  width: 100%; }

input.btn {
  width: auto;
  cursor: pointer; }

.fontzero {
  font-size: 0; }

.clear {
  clear: both; }

html {
  scroll-behavior: inherit !important; }

@font-face {
  font-family: 'object_sans';
  src: url("../fonts/objectsans-regular-webfont.eot");
  src: url("../fonts/objectsans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/objectsans-regular-webfont.woff2") format("woff2"), url("../fonts/objectsans-regular-webfont.woff") format("woff"), url("../fonts/objectsans-regular-webfont.ttf") format("truetype"), url("../fonts/objectsans-regular-webfont.svg#object_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*menu mobile*/
@media (max-width: 79.9375em) {
  .main-header {
    display: block;
    width: 100%;
    padding: 0px;
    position: fixed;
    background: #E1E0DC;
    z-index: 999;
    height: 55px; }
  .header-col-min {
    display: block;
    float: left;
    width: 70%;
    margin: 0;
    z-index: 999; }
    .header-col-min h1 {
      margin-top: 15px; }
      .header-col-min h1 a {
        font-size: 17px;
        color: #391111;
        padding: 0px; }
    .header-col-min .header-logo {
      width: 35%;
      display: block;
      margin: 1rem 1.5rem; }
  /* menu mobile 3*/
  .mobile-nav-button {
    width: 35px;
    position: absolute;
    margin: 15px 1rem 0;
    right: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 60px;
    height: 30px; }
  .mobile-nav-button.close-menu {
    width: 35px;
    height: 35px;
    right: 20px; }
  .mobile-nav-button .mobile-nav-button__line {
    width: 80%;
    height: 3px;
    background: #391111;
    border: 1px solid #391111;
    position: relative;
    -webkit-transition: 1s ease;
    transition: 1s ease; }
  .mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 0.3rem 0; }
  .mobile-nav-button .mobile-nav-button__line--1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
    position: absolute;
    background: #391111;
    border: 1px solid #391111; }
  .mobile-nav-button .mobile-nav-button__line--2 {
    display: none; }
  .mobile-nav-button .mobile-nav-button__line--3 {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 13px;
    position: absolute;
    background: #391111;
    border: 1px solid #391111; }
  .header-nav-box {
    display: block;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: -150%;
    right: 0;
    height: 100vh;
    background: #E1E0DC;
    position: fixed;
    z-index: 99;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    bottom: 0;
    opacity: 0; }
    .header-nav-box ul {
      display: block;
      width: 100%;
      margin: 65px auto;
      padding: 0; }
      .header-nav-box ul li {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
        padding: 0 10px;
        position: relative;
        z-index: 1;
        font-family: 'object_sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        color: #391111; }
        .header-nav-box ul li a {
          color: #391111;
          font-family: 'object_sans';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          text-decoration: none; }
          .header-nav-box ul li a:hover {
            color: #391111; }
        .header-nav-box ul li .sub-nav-header {
          display: block;
          float: left;
          margin: 10px 10px 0px 0px;
          width: 100%;
          display: none;
          opacity: 0;
          z-index: -1;
          visibility: hidden;
          -webkit-transition: 0.4s;
          transition: 0.4s; }
          .header-nav-box ul li .sub-nav-header div {
            display: block;
            float: left;
            width: 80%;
            margin: 0px 0px 10px; }
            .header-nav-box ul li .sub-nav-header div li {
              margin: 5px 32px 5px 0px; }
              .header-nav-box ul li .sub-nav-header div li a {
                cursor: pointer;
                color: #FFF;
                font-family: 'object_sans';
                font-weight: 500;
                font-style: normal;
                text-transform: uppercase;
                font-size: 16px; }
                .header-nav-box ul li .sub-nav-header div li a:hover {
                  text-decoration: none;
                  color: #fff; }
                .header-nav-box ul li .sub-nav-header div li a span {
                  display: none; }
            .header-nav-box ul li .sub-nav-header div .inst {
              font-size: 16px; }
  .mobile-logo--open {
    display: block !important;
    position: relative;
    z-index: 999;
    top: -45px; }
  .mobile-menu--open {
    left: 0;
    opacity: 1;
    overflow: scroll;
    -webkit-animation: fadeIn 1s ease-in-out;
            animation: fadeIn 1s ease-in-out; }
  .header-menu {
    display: none; }
  .desktop {
    display: none; }
  .mobile {
    display: inline-block; }
  footer .imgs a {
    padding: 0;
    width: 100%;
    margin-bottom: 40px; }
  footer .itens.qr-code {
    text-align: center;
    -webkit-box-align: normal !important;
    -webkit-align-items: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
    padding-bottom: 70px; }
    footer .itens.qr-code img {
      width: 30%;
      margin: 0 auto; }
      .sec.arquitetura,
      .sec.end,
      .sec.plantas {
        padding: 2rem 0; }
      .sec.arquitetura h2 {
        font-size: 25px; }
      .plantas p {
        font-size: 15px !important; }
      .plantas p.text-end {
        font-size: 12px !important; }
      .plantas .carousel-plantas .carousel-cell a {
        padding: 0 !important; }
      .plantas .accordion-body {
        padding: 0 !important; }
      .projeto h2 {
        font-size: 25px;
        margin: 15px 0 0; } }

@media (min-width: 80em) {
  .mobile-icon-user {
    display: none; }
  .mobile-nav-button {
    display: none; }
  .main-header {
    background: #E1E0DC;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 90px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .main-header .header-col-min {
      display: block;
      float: left;
      width: 28%;
      margin: 15px auto; }
      .main-header .header-col-min h1 {
        margin-top: 15px; }
        .main-header .header-col-min h1 a {
          font-size: 23px;
          color: #391111;
          padding: 0px; }
    .main-header .header-col-max {
      display: block;
      float: left;
      width: 68%;
      margin: 15px auto; }
      .main-header .header-col-max .header-nav-box {
        display: block;
        width: 100%;
        margin: 15px auto 0px; }
        .main-header .header-col-max .header-nav-box ul {
          margin-bottom: 0;
          text-align: end; }
          .main-header .header-col-max .header-nav-box ul li {
            display: inline-block;
            margin: 0px 10px;
            font-family: 'object_sans';
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #391111; }
            .main-header .header-col-max .header-nav-box ul li a {
              cursor: pointer;
              color: #391111;
              text-decoration: none;
              position: relative;
              padding: 0; }
              .main-header .header-col-max .header-nav-box ul li a:after {
                content: '';
                display: block;
                margin: auto;
                margin-top: -49px;
                height: 5px;
                width: 0px;
                background: transparent;
                -webkit-transition: width .5s ease, background-color .5s ease;
                transition: width .5s ease, background-color .5s ease; }
              .main-header .header-col-max .header-nav-box ul li a:hover:after {
                width: 100%;
                background: #391111; }
    .main-header .desktop {
      display: inline-block; }
    .main-header .mobile {
      display: none; }
    .main-header .sub-menu:hover .sub-nav-header {
      opacity: 1 !important;
      visibility: visible !important;
      z-index: 2 !important; }
  .opacity {
    opacity: 1; }
  .header-menu {
    background: #000;
    display: block;
    float: left;
    width: 100%; }
    .header-menu .header-menu-col {
      display: block;
      float: left;
      width: 14%;
      margin: 10px auto;
      cursor: pointer; }
      .header-menu .header-menu-col img {
        display: block;
        float: left;
        width: 30px;
        margin: 5px 0px 0px 0px; }
      .header-menu .header-menu-col p {
        display: block;
        margin: 5px 0px 0 36px;
        color: #FFF;
        font-size: 12px;
        font-family: 'object_sans';
        font-weight: 400;
        text-transform: uppercase; }
      .header-menu .header-menu-col .small-text {
        margin: 15px 0px 0 36px; }
      .header-menu .header-menu-col .large-text {
        margin: 8px 0px 0 36px;
        padding: 0 0px 0px 15px; }
    .header-menu .header-menu-col.left-barra {
      border-left: 1px solid #fff;
      cursor: auto;
      height: 40px;
      width: 12%;
      margin-left: 2%; }
      .header-menu .header-menu-col.left-barra p {
        margin: 5px 0px 0 25px;
        color: #FFF;
        font-size: 12px;
        font-family: 'object_sans';
        font-weight: 700;
        text-transform: uppercase; }
  .main_header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #000;
    z-index: 99; } }

.cta_float {
  position: fixed;
  bottom: 25px;
  right: 50px;
  z-index: 9999; }
  .cta_float .cta img {
    width: 30px; }
  .cta_float .chat {
    background-color: #102914;
    padding: 6px 17px;
    border-radius: 30px;
    border: 1px solid #102914; }
  .cta_float .msg {
    background-color: #FFF;
    padding: 6px 17px;
    border-radius: 30px;
    border: 1px solid #102914; }

.show {
  display: block; }

footer {
  background-color: #E1E0DC;
  padding: 4rem 0; }
  footer .redes {
    max-width: 150px; }
  footer .itens {
    position: relative; }
    footer .itens a {
      color: #000;
      text-decoration: none;
      margin: 0;
      padding: 5px; }
      footer .itens a:hover {
        color: #000; }
  footer .itens:last-child:after {
    display: none; }
  footer p {
    font-size: 13px; }
  footer .line {
    position: relative; }
    footer .line:after {
      width: 1px;
      height: 60%;
      background-color: #887E72;
      content: '';
      position: absolute;
      bottom: 0;
      right: 40px; }
    footer .line:first-child:after {
      right: -60px !important; }
    footer .line:nth-last-child(2n):after {
      right: 20px; }
  footer .logos-footer .imgs .moblogos {
    display: none; }

.min-height-75 {
  height: 90vh; }

.sec {
  padding: 4rem 0; }

.desk {
  display: block; }

.mob {
  display: none; }

h2 {
  color: #391111;
  font-size: 31px;
  letter-spacing: 1px;
  margin: 25px 0;
  font-weight: 300; }

h4 {
  color: #887E72;
  font-size: 14px;
  font-weight: 700; }

a {
  display: block;
  color: #FFF;
  border-radius: 30px;
  padding: 8px 35px 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.banner {
  margin-top: 90px;
  background: no-repeat center center/cover;
  height: 90vh;
  position: relative; }
  .banner img {
    max-width: 80px;
    cursor: pointer; }
  .banner .zindex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9; }
    .banner .zindex .carousel-banner .carousel-cell {
      width: 100%;
      background: no-repeat center center/cover; }
    .banner .zindex .carousel-banner .flickity-page-dots {
      bottom: 50px;
      left: 100px;
      width: auto; }
      .banner .zindex .carousel-banner .flickity-page-dots .dot {
        width: 20px;
        height: 5px;
        background: #FFF;
        border-radius: inherit; }
    .banner .zindex ul {
      position: absolute;
      cursor: pointer;
      top: 45%;
      z-index: 11; }
      .banner .zindex ul li {
        list-style: none;
        width: 6px;
        height: 20px;
        background: #E1E0DC;
        margin: 0 4px;
        -webkit-animation: animate .7s infinite alternate;
                animation: animate .7s infinite alternate; }

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(3);
            transform: scaleY(3); } }

@keyframes animate {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  75% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(3);
            transform: scaleY(3); } }
    .banner .zindex ul li:nth-child(1) {
      -webkit-animation-delay: .1s;
              animation-delay: .1s; }
    .banner .zindex ul li:nth-child(2) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    .banner .zindex ul li:nth-child(3) {
      -webkit-animation-delay: .3s;
              animation-delay: .3s; }
    .banner .zindex ul li:nth-child(4) {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .banner .zindex ul li:nth-child(5) {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .banner .zindex ul li:nth-child(6) {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }

.produto {
  position: relative;
  overflow: hidden; }
  .produto .tag {
    color: #887E72;
    font-weight: 700; }
  .produto p {
    color: #887E72;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    max-width: 410px; }
  .produto ul {
    padding-left: 15px; }
    .produto ul li {
      color: #887E72;
      font-size: 14px;
      font-weight: 400;
      line-height: 2;
      max-width: 410px;
      list-style: disc; }
  .produto h2 {
    max-width: 350px; }
  .produto .cta {
    color: #FFF;
    margin-top: 15px;
    background: url(../images/icon_arrow_right.svg) no-repeat right center #102914;
    background-position: calc(100% - 10px); }
  .produto .suites {
    font-size: 30px; }
  .produto .line {
    position: relative; }
    .produto .line::before {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      background-color: #CE7A51;
      width: 1px;
      left: -7px; }
  .produto .bg-caption {
    padding: 0 3rem;
    margin-left: -1px; }
    .produto .bg-caption h4, .produto .bg-caption p {
      color: #FFF; }
    .produto .bg-caption img {
      width: 40px; }
  .produto .bg-acabamento h4 {
    color: #391111; }
  .produto .bg-acabamento p {
    color: #887E72;
    max-width: 410px; }
  .produto .bg-garagem {
    object-fit: cover;
    height: 100%; }
  @media screen and (min-width: 100em) {
    .produto .interno {
      padding-top: 30px; } }
  .produto .interno .banner-interno {
    object-fit: cover;
    height: 100%; }
  .produto .interno .title {
    color: #391111; }
  .produto .box-img {
    position: absolute;
    top: 0;
    right: -120px;
    height: 100%;
    background: no-repeat center center/contain; }
    @media screen and (min-width: 100em) {
      .produto .box-img {
        background-position-x: right;
        top: 10px;
        right: 0; } }
  .produto .video .box-video {
    background: no-repeat center center/contain;
    height: 400px; }
    .produto .video .box-video img {
      width: 60px;
      cursor: pointer; }

.localizacao {
  padding: 0; }
  .localizacao h4 {
    color: #FFF; }
  .localizacao h2 {
    max-width: 700px;
    margin: 0 auto;
    color: #391111; }

.end {
  background-color: #E1E0DC; }
  .end .simbolo img {
    width: 20px; }
  .end p {
    font-size: 14px;
    line-height: 27px;
    color: #391111;
    max-width: 260px; }
    .end p span {
      display: block; }
  .end .endereco {
    max-width: 270px; }
  .end #map {
    width: 100%;
    height: 300px; }

.projeto .carousel {
  position: relative; }
  .projeto .carousel p {
    position: absolute;
    bottom: 15px;
    line-height: 27px;
    font-size: 14px;
    left: 80px;
    color: #E1E0DC;
    text-shadow: 0 0 10px #000000; }
  .projeto .carousel .carousel-cell {
    width: 100%;
    background: no-repeat center center/cover;
    height: 600px;
    position: relative; }
    @media screen and (min-width: 100em) {
      .projeto .carousel .carousel-cell {
        height: 800px; } }
    .projeto .carousel .carousel-cell .overlay {
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      position: absolute;
      width: 100%;
      height: 100%; }
    .projeto .carousel .carousel-cell img {
      margin: 0 auto;
      display: block;
      object-fit: cover;
      width: 100%; }
    .projeto .carousel .carousel-cell .ampliar {
      position: absolute;
      bottom: 20px;
      right: 50px;
      color: #FFF; }
      .projeto .carousel .carousel-cell .ampliar img {
        width: 30px; }
  .projeto .carousel .flickity-prev-next-button {
    background: transparent; }
    .projeto .carousel .flickity-prev-next-button svg {
      fill: #FFF; }
  .projeto .carousel .flickity-prev-next-button.next {
    right: 100px; }
  .projeto .carousel .flickity-prev-next-button.previous {
    left: 100px; }

.projeto .gallery-a .carousel-cell {
  width: 80px;
  height: 80px;
  margin: 0 5px;
  opacity: 0.3;
  background: no-repeat center center/cover; }

.projeto .gallery-a .carousel-cell.is-selected {
  opacity: 1; }

.plantas {
  background-color: #FFF;
  padding-bottom: 0; }
  .plantas h2 {
    color: #391111; }
  .plantas p {
    font-size: 12px;
    color: #391111; }
  .plantas .tipos {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 27px;
    color: #391111; }
    .plantas .tipos span {
      display: block;
      line-height: 1.5; }
  .plantas .carousel-plantas {
    width: 100%; }
    .plantas .carousel-plantas .carousel-cell {
      width: 100%; }
      .plantas .carousel-plantas .carousel-cell a {
        width: 100%; }
        .plantas .carousel-plantas .carousel-cell a img {
          min-height: 385px; }
    .plantas .carousel-plantas .flickity-page-dots .dot {
      background: #887E72; }
    .plantas .carousel-plantas .flickity-prev-next-button.previous {
      left: -40px; }
    .plantas .carousel-plantas .flickity-prev-next-button.next {
      right: -40px; }
  .plantas ul li {
    color: #887E72;
    opacity: 0.8;
    position: relative;
    padding-left: 2rem;
    width: 210px;
    text-align: end; }
    .plantas ul li:after {
      content: '';
      background-color: #887E72;
      width: 100%;
      height: 2px;
      bottom: -10px;
      left: 0;
      position: absolute; }
    .plantas ul li img {
      -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(16%) saturate(298%) hue-rotate(353deg) brightness(96%) contrast(87%);
              filter: brightness(0) saturate(100%) invert(50%) sepia(16%) saturate(298%) hue-rotate(353deg) brightness(96%) contrast(87%); }
  .plantas .descubra p {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #391111;
    line-height: 27px; }
  .plantas .descubra a {
    color: #FFF;
    margin-top: 15px;
    display: block;
    margin: 0 auto;
    padding: 8px 30px 8px 20px;
    border-radius: 30px;
    font-weight: 400;
    background: url(../images/icon_arrow_right.svg) no-repeat right center #102914;
    background-position-x: calc(100% - 10px); }

.none {
  display: none; }

.active {
  display: block !important; }

.color {
  font-weight: 700;
  opacity: 1 !important;
  color: #391111 !important; }
  .color img {
    -webkit-filter: brightness(0) saturate(100%) invert(8%) sepia(14%) saturate(5963%) hue-rotate(332deg) brightness(99%) contrast(97%) !important;
            filter: brightness(0) saturate(100%) invert(8%) sepia(14%) saturate(5963%) hue-rotate(332deg) brightness(99%) contrast(97%) !important; }
  .color:after {
    background-color: #391111 !important; }

.diferenciais h3 {
  font-size: 20px;
  color: #391111;
  position: relative; }

.diferenciais ul li {
  font-size: 17px;
  width: 33%;
  color: #887E72; }

.diferenciais .line {
  width: 100%;
  height: 2px; }

.diferenciais .accordion-item,
.diferenciais .accordion-button {
  background-color: transparent;
  border: none;
  font-weight: 700;
  border-radius: 0;
  color: #391111; }
  .diferenciais .accordion-item:focus,
  .diferenciais .accordion-button:focus {
    border: none;
    box-shadow: inherit; }
  .diferenciais .accordion-item:last-of-type .accordion-button.collapsed,
  .diferenciais .accordion-button:last-of-type .accordion-button.collapsed {
    border-radius: 0; }

.diferenciais .accordion-item {
  border-top: 1px solid #887E72;
  border-bottom: 1px solid #887E72; }

.diferenciais .accordion-button {
  padding: 0.5rem 1rem; }
  .diferenciais .accordion-button::after {
    background-image: url(../images/icon_show.svg);
    background-size: 1.5em;
    width: 1.5em;
    height: 1.5em; }

.diferenciais .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #391111;
  box-shadow: inherit;
  font-weight: 700; }
  .diferenciais .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon_hide.svg);
    background-size: 1.5em;
    width: 1.5em;
    height: 1.5em; }

.diferenciais .accordion-body {
  font-size: 16px;
  padding: 1rem;
  max-width: 100%; }
  .diferenciais .accordion-body p {
    font-weight: 400;
    max-width: 73%;
    color: #887E72; }

.diferenciais .agende p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em; }

.diferenciais .agende a {
  display: block;
  background-color: #CE7A51;
  color: #FFF;
  border-radius: 5px;
  padding: 8px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700; }

.diferenciais .box img {
  min-height: 24px; }

.sec-gallery {
  padding-bottom: 4rem; }
  .sec-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
    grid-template-rows: repeat(5, 5vw); }
    .sec-gallery .gallery .itemgallery {
      overflow: hidden; }
      .sec-gallery .gallery .itemgallery a {
        padding: 0;
        border-radius: 0;
        width: 100%;
        display: contents; }
      .sec-gallery .gallery .itemgallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
      .sec-gallery .gallery .itemgallery img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .sec-gallery .gallery .img-1 {
      grid-column: 1 / span 4;
      grid-row: 1 / span 3; }
    .sec-gallery .gallery .img-2 {
      grid-column: 1 / span 4;
      grid-row: 4 / span 2; }
    .sec-gallery .gallery .img-3 {
      grid-column: 5 / span 4;
      grid-row: 1 / span 5; }
    .sec-gallery .gallery .img-4 {
      grid-column: 9 / span 2;
      grid-row: 1 / span 2; }
    .sec-gallery .gallery .img-5 {
      grid-column: 11 / span 5;
      grid-row: 1 / span 2; }
    .sec-gallery .gallery .img-6 {
      grid-column: 9 / span 4;
      grid-row: 3 / span 3; }
    .sec-gallery .gallery .img-7 {
      grid-column: 13 / span 3;
      grid-row: 3 / span 3; }
    .sec-gallery .gallery .img-8 {
      grid-column: 16 / span 5;
      grid-row: 1 / span 3; }
    .sec-gallery .gallery .img-9 {
      grid-column: 16 / span 2;
      grid-row: 4 / span 2; }
    .sec-gallery .gallery .img-10 {
      grid-column: 18 / span 3;
      grid-row: 4 / span 2; }
    .sec-gallery .gallery .img-11 {
      grid-column: 21 / span 3;
      grid-row: 1 / span 2; }
    .sec-gallery .gallery .img-12 {
      grid-column: 21 / span 3;
      grid-row: 3 / span 3; }

.arquitetura {
  background-color: #E1E0DC; }
  .arquitetura h4 {
    color: #887E72; }
  .arquitetura p {
    color: #887E72;
    line-height: 27px; }
  .arquitetura .box {
    padding: 0.5rem; }
    .arquitetura .box .min-height {
      min-height: 70px; }
    .arquitetura .box h3 {
      font-size: 20px;
      font-weight: 700;
      color: #391111; }
      .arquitetura .box h3 span {
        display: block; }
    .arquitetura .box .conteudo {
      min-height: 370px;
      line-height: 27px;
      color: #887E72;
      font-size: 14px; }
    .arquitetura .box .especialidade {
      color: #391111; }

.ebook {
  padding: 1rem 0;
  background: url(../images/bg-book.jpg) no-repeat center center/cover;
  background-position-x: calc(100% - 70%); }
  .ebook h2 {
    font-size: 38px;
    font-weight: 300;
    color: #FFF; }
  .ebook .baixe {
    max-width: 350px; }
    .ebook .baixe a {
      display: block;
      background-color: #102914;
      color: #FFF;
      border-radius: 30px;
      padding: 8px 25px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 15px;
      margin: 0 auto;
      font-size: 14px;
      font-weight: 400; }

.formulario {
  background-color: #FFF; }
  .formulario h2 {
    color: #391111;
    font-size: 38px;
    font-weight: 300;
    max-width: 500px; }
  .formulario p {
    color: #887E72;
    line-height: 27px;
    max-width: 500px;
    font-size: 14px; }
  .formulario form {
    padding: 0 2rem; }
    .formulario form label {
      color: #887E72; }
      .formulario form label span {
        display: inline-block;
        color: #887E72; }
    .formulario form input, .formulario form textarea {
      padding: 10px 15px;
      border: 1px solid #887E72;
      color: #887E72;
      border-radius: 5px; }
      .formulario form input::-webkit-input-placeholder, .formulario form textarea::-webkit-input-placeholder {
        color: #887E72; }
      .formulario form input::-moz-placeholder, .formulario form textarea::-moz-placeholder {
        color: #887E72; }
      .formulario form input:-ms-input-placeholder, .formulario form textarea:-ms-input-placeholder {
        color: #887E72; }
      .formulario form input::-ms-input-placeholder, .formulario form textarea::-ms-input-placeholder {
        color: #887E72; }
      .formulario form input::placeholder, .formulario form textarea::placeholder {
        color: #887E72; }
    .formulario form input[type="checkbox"] {
      width: 20px;
      height: 20px;
      accent-color: #887E72; }
    .formulario form .inputs-check {
      color: #887E72;
      font-size: 12px; }
      .formulario form .inputs-check span {
        width: 95%; }
    .formulario form input[type="button"] {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 8px 30px 8px 20px;
      color: #FFF;
      border-radius: 30px;
      border: none;
      font-weight: 400;
      letter-spacing: 2px;
      background: url(../images/icon_arrow_right.svg) no-repeat right center #102914;
      background-position-x: calc(100% - 10px); }
  .formulario .sucesso {
    display: none; }

.modais {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999; }
  .modais .content-modal {
    width: 100%; }
    .modais .content-modal .close-modal {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center; }
      .modais .content-modal .close-modal img {
        width: 30px; }
    .modais .content-modal iframe {
      width: 100% !important;
      height: 100vh; }
    .modais .content-modal form {
      padding: 0 2rem; }
      .modais .content-modal form label {
        color: #887E72;
        font-size: 15px; }
        .modais .content-modal form label span {
          display: inline-block;
          color: #887E72; }
      .modais .content-modal form input, .modais .content-modal form textarea {
        padding: 10px 15px;
        border: 1px solid #887E72;
        color: #887E72;
        border-radius: 5px;
        font-size: 15px; }
        .modais .content-modal form input::-webkit-input-placeholder, .modais .content-modal form textarea::-webkit-input-placeholder {
          color: #887E72; }
        .modais .content-modal form input::-moz-placeholder, .modais .content-modal form textarea::-moz-placeholder {
          color: #887E72; }
        .modais .content-modal form input:-ms-input-placeholder, .modais .content-modal form textarea:-ms-input-placeholder {
          color: #887E72; }
        .modais .content-modal form input::-ms-input-placeholder, .modais .content-modal form textarea::-ms-input-placeholder {
          color: #887E72; }
        .modais .content-modal form input::placeholder, .modais .content-modal form textarea::placeholder {
          color: #887E72; }
      .modais .content-modal form input[type="checkbox"] {
        width: 20px;
        height: 20px;
        accent-color: #887E72; }
      .modais .content-modal form .inputs-check {
        color: #887E72;
        font-size: 12px; }
        .modais .content-modal form .inputs-check span {
          width: 95%; }
      .modais .content-modal form input[type="button"] {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 8px 30px 8px 20px;
        color: #FFF;
        border-radius: 30px;
        border: none;
        font-weight: 400;
        letter-spacing: 2px;
        background: url(../images/icon_arrow_right.svg) no-repeat right center #102914;
        background-position-x: calc(100% - 10px); }
    .modais .content-modal .sucesso {
      display: none; }
  .modais .forms-modal {
    position: relative;
    width: 450px;
    margin: 20px auto;
    background-color: #FFF;
    padding: 2rem 0;
    border-radius: 15px; }
    .modais .forms-modal .close-modal {
      left: inherit; }
      .modais .forms-modal .close-modal img {
        -webkit-filter: brightness(0) saturate(100%) invert(52%) sepia(13%) saturate(384%) hue-rotate(353deg) brightness(94%) contrast(85%);
                filter: brightness(0) saturate(100%) invert(52%) sepia(13%) saturate(384%) hue-rotate(353deg) brightness(94%) contrast(85%); }
    .modais .forms-modal h3 {
      color: #102914; }
      .modais .forms-modal h3 img {
        -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(81%) saturate(399%) hue-rotate(78deg) brightness(97%) contrast(94%);
                filter: brightness(0) saturate(100%) invert(10%) sepia(81%) saturate(399%) hue-rotate(78deg) brightness(97%) contrast(94%);
        width: 35px; }

.error {
  display: none;
  color: #FFF; }

.error-form {
  border: 2px solid #F00 !important; }

.valide-form {
  border: 2px solid #19d216 !important; }
    
@media (max-width: 1024px) {
  .sec {
    padding: 2rem; }
  .banner {
    margin-top: 0px;
    height: 50vh; }
    .banner .zindex .carousel-banner .flickity-page-dots {
      left: 50px;
      bottom: 25px; }
  .min-height-75 {
    height: 50vh; }
  .produto .line {
    padding: 20px 0;
    margin: 20px 0; }
    .produto .line:before {
      height: 1px;
      width: 70%;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .produto a {
    width: 100%;
    text-align: center;
    margin: 20px auto; }
  .produto .bg-caption {
    padding: 1.5rem 3rem; }
  .end p {
    font-size: 17px;
    max-width: 95%; }
  .mapa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .projeto .carousel .carousel-cell img {
    max-width: 100%;
    height: auto; }
  .projeto .carousel .flickity-prev-next-button.next {
    right: 10px; }
  .projeto .carousel .flickity-prev-next-button.previous {
    left: 10px; }
  .plantas .accordion-item {
    border: none;
    border-bottom: 1px solid #887E72;
    border-radius: 0; }
  .plantas .accordion-item,
  .plantas .accordion-button {
    background-color: transparent; }
    .plantas .accordion-item:focus,
    .plantas .accordion-button:focus {
      border: none;
      box-shadow: inherit; }
  .plantas .accordion-button {
    padding: 0.5rem 1rem; }
    .plantas .accordion-button::after {
      background-image: url(../images/icon_show.svg);
      background-size: 1.5em;
      width: 1.5em;
      height: 1.5em; }
  .plantas .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #787878;
    box-shadow: inherit;
    font-weight: 700; }
    .plantas .accordion-button:not(.collapsed)::after {
      background-image: url(../images/icon_hide.svg);
      background-size: 1.5em;
      width: 1.5em;
      height: 1.5em; }
  .plantas .accordion-body {
    font-size: 16px;
    padding: 3rem 1rem;
    max-width: 100%; }
  .plantas .carousel-plantas {
    height: auto; }
    .plantas .carousel-plantas .carousel-cell img {
      width: 100%; }
  .plantas p span {
    display: inline-block;
    color: #391111; }
  .arquitetura .accordion-item {
    border: none;
    border-bottom: 1px solid #887E72;
    border-radius: 0; }
  .arquitetura .accordion-item,
  .arquitetura .accordion-button {
    background-color: transparent; }
    .arquitetura .accordion-item:focus,
    .arquitetura .accordion-button:focus {
      border: none;
      box-shadow: inherit; }
  .arquitetura .accordion-button {
    padding: 0.5rem 1rem; }
    .arquitetura .accordion-button::after {
      background-image: url(../images/icon_show.svg);
      background-size: 1.5em;
      width: 1.5em;
      height: 1.5em; }
  .arquitetura .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #787878;
    box-shadow: inherit;
    font-weight: 700; }
    .arquitetura .accordion-button:not(.collapsed)::after {
      background-image: url(../images/icon_hide.svg);
      background-size: 1.5em;
      width: 1.5em;
      height: 1.5em; }
  .arquitetura .accordion-body {
    font-size: 16px;
    padding: 1rem;
    max-width: 100%; }
  .arquitetura h4 span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000; }
  .ebook .baixe {
    max-width: 100%; }
  .formulario form {
    padding: 0; }
  .localizacao {
    position: relative; }
    .localizacao .carousel-locais {
      width: 100%;
      margin: 0 auto; }
      .localizacao .carousel-locais .carousel-cell {
        width: 100%;
        padding: 5px; }
        .localizacao .carousel-locais .carousel-cell .locais {
          margin: 0 auto; }
    .localizacao .lupa {
      position: absolute;
      bottom: 20px;
      right: 30px; }
  .projeto {
    padding: 2rem 0; }
    .projeto .carousel p {
      left: 10px; }
    .projeto .carousel .carousel-cell .ampliar {
      right: 0px; }
  .plantas .carousel-plantas .carousel-cell a img {
    min-height: auto;
    height: auto; }
  .plantas .carousel-plantas .flickity-prev-next-button.previous {
    left: 0; }
  .plantas .carousel-plantas .flickity-prev-next-button.next {
    right: 0; }
  .localizacao .overlay {
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    width: 100%;
    height: 100%; }
    footer .itens {
      margin: 10px auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 0; }
      footer .itens:after {
        display: none; }
      footer .itens p {
        margin-top: 10px; }
  footer .line:after {
    display: none; }
    footer .logos-footer img {
      max-width: 50%; }
    footer .redes {
      max-width: 100%;
      text-align: center; }
    footer .itens.redessociais {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .cta_float {
    right: 10px; }
  .produto .box-img {
    position: relative;
    right: 0;
    height: 300px; }
  .produto .video .box-video {
    background-size: cover; }
  .produto .bg-acabamento {
    padding: 2rem;
    padding-left: 2rem !important; }
  .sec-gallery .gallery {
    grid-template-columns: repeat(15, 1fr); }
    .sec-gallery .gallery .img-1 {
      grid-column: 1 / span 4;
      grid-row: 1 / span 3; }
    .sec-gallery .gallery .img-2 {
      grid-column: 1 / span 4;
      grid-row: 4 / span 2; }
    .sec-gallery .gallery .img-3 {
      grid-column: 5 / span 4;
      grid-row: 1 / span 5; }
    .sec-gallery .gallery .img-4 {
      grid-column: 9 / span 2;
      grid-row: 1 / span 2; }
    .sec-gallery .gallery .img-5 {
      grid-column: 11 / span 5;
      grid-row: 1 / span 2; }
    .sec-gallery .gallery .img-6 {
      grid-column: 9 / span 4;
      grid-row: 3 / span 3; }
    .sec-gallery .gallery .img-7 {
      grid-column: 13 / span 3;
      grid-row: 3 / span 3; }
  .color {
    font-weight: 100; } }

@media (max-width: 768px) {
  .desk {
    display: none; }
  .mob {
    display: block; }
  .localizacao {
    padding: 0; }
    .localizacao h2 {
      color: #FFF;
      width: 80%; }
    .localizacao .lupa a {
      padding: 0; }
      .localizacao .lupa a img {
        width: 30px; }
  .end .simbolo {
    padding: 0 2rem; }
  .plantas .espacamento {
    padding: 0 2rem; }
  .produto .interno .banner-interno {
    width: 100%; }
  .cta_float .chat {
    background-color: #102914;
    padding: 6px 17px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #102914;
    position: fixed;
    right: 0;
    width: 70px;
    bottom: 200px; }
  .cta_float .msg {
    background-color: #FFF;
    padding: 6px 17px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #102914;
    position: fixed;
    right: 0;
    width: 70px;
    bottom: 150px; }
  .projeto .carousel p {
    bottom: 0px; }
  .projeto .carousel .carousel-cell .ampliar {
    bottom: 5px; }
    .projeto .carousel .carousel-cell .ampliar img {
      width: 25px; }
  footer {
    padding: 3rem 0 1rem 0; }
    footer .logos-footer img {
      margin-bottom: 20px; }
    footer .logos-footer .imgs a {
      margin: 0; }
    footer .itens {
      padding: 25px 0 20px 0;
      margin: 0; }
      footer .itens p {
        margin-top: 0; }
    footer .itens.qr-code {
      padding-bottom: 0; }
    footer .divisor::after {
      content: "";
      display: block;
      width: 85%;
      height: 1px;
      background: #595959;
      margin: 10px auto 10px auto; }
    footer .divisor:first-child::before {
      content: "";
      display: block;
      width: 85%;
      height: 1px;
      background: #595959;
      margin: 10px auto 10px auto; } }

@media (max-width: 568px) {
  .formulario h2,
  .ebook h2,
  .diferenciais h2 {
    font-size: 30px; }
  .localizacao h2 {
    font-size: 28px; }
  .ebook {
    background: url(../images/bg-book-mobile.jpg) no-repeat center center/cover !important; }
    .ebook .baixe a {
      font-size: 13px; }
  .produto h4 {
    font-size: 20px;
    margin: 0; }
  .produto a {
    width: 60%;
    margin: 20px 0; }
  .produto .video .box-video {
    height: 210px; }
  .produto p {
    font-size: 15px;
    margin: 20px 0; }
  .produto .box-img {
    height: 160px; }
  .produto .bg-caption {
    padding: 2rem 3rem; }
  .projeto .carousel .carousel-cell {
    height: 300px; }
  .modais .forms-modal {
    width: 95%; } }

@media (max-width: 375px) {
  footer .logos-footer img {
    max-width: 40%; }
  .produto .bg-caption {
    padding: 30px 3rem; } }