@font-face {
  font-family: 'Roboto';
  font-weight: initial;
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg"); }

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg"); }

.centraliza {
  width: fit-content;
  display: block;
  margin: 0px auto; }

#section-empreendimentos {
  background-color: #F2EDE9;
  padding: 77px 0 33px; }
  #section-empreendimentos .topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px; }
    @media (max-width: 768px) {
      #section-empreendimentos .topo {
        display: block; } }
    #section-empreendimentos .topo h3 {
      font-weight: 500;
      font-size: 28px;
      text-align: left;
      color: #2c2b30; }
      @media (max-width: 768px) {
        #section-empreendimentos .topo h3 {
          text-align: center; } }
    #section-empreendimentos .topo .filtros {
      display: flex; }
      @media (max-width: 768px) {
        #section-empreendimentos .topo .filtros {
          margin: 0 auto; } }
      #section-empreendimentos .topo .filtros a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 19px;
        width: 149px;
        height: 54px;
        background: #cbc8c4;
        font-weight: bold;
        font-size: 15px;
        text-align: left;
        color: #fff;
        text-decoration: none; }
        @media (max-width: 768px) {
          #section-empreendimentos .topo .filtros a {
            width: 48%;
            margin: 2%; } }
        #section-empreendimentos .topo .filtros a.ativo {
          background: #3b3b3b; }

.lista-empreendimentos .item {
  margin-bottom: 41px; }
  .lista-empreendimentos .item a {
    text-decoration: none; }
    .lista-empreendimentos .item a:hover .desc {
      background-color: #fff !important; }

.lista-empreendimentos .img {
  position: relative; }
  .lista-empreendimentos .img::before {
    content: '';
    width: 100%;
    height: 92px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0; }
  .lista-empreendimentos .img .info {
    position: absolute;
    bottom: 0;
    left: 26px;
    bottom: 11px; }
    .lista-empreendimentos .img .info h4 {
      font-weight: 800;
      font-size: 18px;
      line-height: 21px;
      text-align: left;
      color: #fff; }
    .lista-empreendimentos .img .info address {
      font-weight: 800;
      font-size: 14px;
      line-height: 21px;
      text-align: left;
      color: #fff;
      margin-bottom: 0; }
  .lista-empreendimentos .img span {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
    background: #575349;
    border: 1px solid #707070;
    padding: 17px; }
    @media (max-width: 768px) {
      .lista-empreendimentos .img span {
        padding: 7px; } }

.lista-empreendimentos .desc {
  height: 258px;
  padding: 42px 55px 10px 42px;
  background: #f7f3ef; }
  @media (max-width: 768px) {
    .lista-empreendimentos .desc {
      height: auto; } }
  .lista-empreendimentos .desc .list {
    display: flex;
    flex-direction: column; }
    .lista-empreendimentos .desc .list b {
      font-weight: 500;
      font-size: 18px;
      line-height: 37px;
      text-align: left;
      color: #2c2b30;
      padding-left: 6px;
      text-decoration: none; }

/*
.box-lista-empreendimentos{
      
      .title{
            display: flex;
            justify-content: space-between;

            padding: 45px 0;
            @media(max-width:768px){
                  padding: 20px 0;
            }
            h2{
                  font-family: Gotham;
                  font-weight: bold;
                  font-size: 35px;
                  letter-spacing: -0.02em;
                  line-height: 48px;
                  text-align: center;
                  color: #333; 
                  text-transform: uppercase;
                  margin-bottom: 0;
                  @media screen and (max-width: 568px){
                        font-size: 25px;
                        line-height: 30px;
                }
            }
            .btn{
                  background-color: $cor-secundaria;
                  padding: 16px 10px;
                  height: auto;
                  display: block;
                  width: 225px;
                  margin: 0 4px;
                  line-height: initial;
                  &:hover{
                        background-color: $cor-principal;
                  }
                  @media screen and (max-width: 568px){
                        width: auto;
                  }
                  
            }
      }
      .lista-empreendimentos{
            position: relative;
            .arrows{
                  position: absolute;
                  top: 50%;
                  z-index: 2;
                  cursor: pointer;
                  &.arrow-next{
                        right: -29px;
                        @media(max-width:768px){
                              right: -10px;
                          }
                  }
                  &.arrow-prev{
                        left: -29px;
                        @media(max-width:768px){
                              left: -10px;
                          }
                  }
            }
      }
      .item-empreendimento{
            .inner-item-empreendimento{
                  padding: 0 6px;
            }
            a{
                  text-decoration: none;
                  display: block;

                  border-radius: 0px 0px 10px 10px;
                  background: #fff;
                  border: 1px solid #f0f0f0;
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  overflow: hidden;
                  .img-principal{
                        width: 100%;
                  }
                  .info{
                        padding: 10px 20px;
                        color: #4E4E4E;
                        h3{
                              font-weight: 600;
                              font-size: 14px;
                              letter-spacing: 0.02em;
                              line-height: 14px;
                              text-align: left;
                              color: #4e4e4e;
                              height: 28px;
                              display: -webkit-box;
                              -webkit-line-clamp: 2;
                              overflow: hidden;
                              -webkit-box-orient: vertical; 
                              
                        }
                        .local{
                              display: flex;
                              align-items: center;
                              margin: 7px 0 13px;
                              height: 63px;
                              img{
                                    margin-right: 12px;
                              }
                              b{
                                    display: block;
                                    font-weight: normal;
                                    font-size: 13.17px;
                                    line-height: 15.81px;
                                    text-align: left;
                                    color: #5e6472;
                                    
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    overflow: hidden;
                                    -webkit-box-orient: vertical; 

                              }
                              strong{
                                    font-weight: 600;
                                    font-size: 15.17px;
                                    line-height: 15.81px;
                                    text-align: left;
                                    color: #5e6472;
                                    
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    overflow: hidden;
                                    -webkit-box-orient: vertical; 

                              }

                        }
                        .referencias{
                              display: flex;
                              align-items: center;
                              > div{
                                    margin-right: 12px;
                                    display: flex;
                                    align-items: center;
                                    img{
                                          margin-right: 16px;
                                    }
                                    b{
                                          font-weight: 400;
                                    }
                              }
                        }
                  }
                  .btn-saiba-mais{
                        background-color: $cor-principal;
                        font-weight: bold;
                        font-size: 15px;
                        letter-spacing: -0.02em;
                        text-align: left;
                        color: #fff;
                        width: 100%;
                        border-radius: 0;
                        text-align: center;
                        padding: 15px;
                        i{
                              margin-left: 25px;
                              color: #fff;
                              font-size: 20px;
                        }

                  }
                  &:hover{
                        .btn-saiba-mais{
                              background-color: $cor-secundaria;

                        }
                  }
            }
      }
}
*/
.galeria-detalhes {
  background: transparent;
  overflow: hidden; }
  .galeria-detalhes.galeria-detalhes__casa-b, .galeria-detalhes.galeria-detalhes__casa-c {
    display: none; }
  .galeria-detalhes .btn-round {
    border: none;
    background: #33928b;
    border-radius: 25px;
    transition: all 0.4s ease;
    text-decoration: none; }
    .galeria-detalhes .btn-round:hover {
      background: #1f5955; }
  .galeria-detalhes .btn-round-black {
    background: rgba(0, 0, 0, 0.35);
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
    margin-top: -10px;
    transition: all 0.4s ease; }
    .galeria-detalhes .btn-round-black:hover {
      background: rgba(0, 0, 0, 0.65); }
  .galeria-detalhes .linha-features {
    background: #5f5f5f;
    border-radius: 25px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.9rem; }
  .galeria-detalhes .slick-galeria-detalhes {
    position: relative;
    outline: none;
    margin-bottom: 0; }
    .galeria-detalhes .slick-galeria-detalhes .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100px;
      padding-left: 0;
      display: flex;
      justify-content: center;
      list-style-type: none; }
      .galeria-detalhes .slick-galeria-detalhes .slick-dots li {
        outline: none;
        padding-left: 2.5px;
        padding-right: 2.5px;
        opacity: 0.75;
        transition: all 0.4s ease; }
        .galeria-detalhes .slick-galeria-detalhes .slick-dots li.slick-active {
          opacity: 1; }
        .galeria-detalhes .slick-galeria-detalhes .slick-dots li button {
          outline: none;
          color: transparent;
          width: 30px;
          height: 30px;
          background: white;
          border: none;
          border-radius: 100%;
          width: 83px;
          height: 4px;
          background: transparent;
          border: 1px solid #707070; }
    .galeria-detalhes .slick-galeria-detalhes .slick-list {
      padding: 0 0 0 0; }
    .galeria-detalhes .slick-galeria-detalhes .seta-proximo, .galeria-detalhes .slick-galeria-detalhes .seta-anterior {
      outline: none;
      position: relative;
      width: 67px;
      height: 67px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: transparent;
      color: white;
      font-size: 32px; }
    .galeria-detalhes .slick-galeria-detalhes .reg-carousel {
      outline: none;
      max-width: 1034px;
      max-width: 1054px;
      transition: opacity 0.4s ease;
      position: relative; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel p {
        color: transparent !important;
        transition: color 0.4s ease; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-botoes {
        opacity: 0;
        transition: opacity 0.4s ease; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current {
        opacity: 1;
        color: white;
        text-align: center; }
        .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current p {
          font-family: 'Montserrat';
          /*text-transform: uppercase;*/
          color: #E9D8A7 !important;
          font-weight: 100;
          position: relative;
          font-weight: 600;
          font-size: 17px;
          line-height: 27px;
          text-align: center;
          color: #2c2b30 !important;
          padding: 0 26px;
          background-color: #fff; }
          .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current p::after {
            content: '';
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            height: 1px;
            background-color: #ACA29D;
            z-index: 1; }
          .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current p b {
            position: relative;
            z-index: 3;
            font-weight: 600;
            font-size: 17px;
            line-height: 27px;
            text-align: center;
            color: #393939 !important;
            padding: 0 26px;
            background-color: #fff; }
        .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current .col-botoes {
          opacity: 1; }
        .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current .col-img-casa::before {
          display: none !important; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel .container {
        position: relative;
        margin: 0;
        min-width: 1034px;
        padding: 0 15px; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa {
        height: 500px;
        cursor: pointer;
        border-radius: 11px;
        position: relative; }
        .galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #50472f;
          opacity: 0.72;
          border-radius: 11px; }

@media screen and (max-width: 992px) {
  .galeria-detalhes .btn-round-black {
    display: none; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .linha-features {
    border-radius: 5px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .linha-features .texto {
    display: block;
    width: 100%; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .linha-features .divisor {
    display: none; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .slick-galeria-detalhes {
    padding: 0; } }

@media screen and (max-width: 1600px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel {
    max-width: 850px; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel {
    width: 100vw;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 1600px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel .container {
    min-width: 850px; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel .container {
    padding: 0;
    min-width: 100%; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel .container .row {
    margin: 0; } }

@media screen and (max-width: 1600px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa {
    height: 400px; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa {
    min-width: 100%;
    background-size: cover !important;
    padding: 0; } }

.galeria-detalhes .seta-anterior, .galeria-detalhes .seta-proximo {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 100px;
  color: white;
  border: none;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  box-shadow: none; }
  @media (max-width: 767px) {
    .galeria-detalhes .seta-anterior, .galeria-detalhes .seta-proximo {
      background-color: #373737; } }
  .galeria-detalhes .seta-anterior:hover, .galeria-detalhes .seta-proximo:hover {
    background-color: #ad0c22; }
  .galeria-detalhes .seta-anterior:focus, .galeria-detalhes .seta-proximo:focus {
    border-color: #ad0c22; }

.galeria-detalhes .seta-anterior {
  margin-left: 50px !important; }

.galeria-detalhes .seta-proximo {
  right: 50px !important; }

.galeria-detalhes .slick-galeria-detalhes {
  padding-bottom: 30px; }
  .galeria-detalhes .slick-galeria-detalhes .slick-dots {
    margin-bottom: 0;
    margin-top: 40px;
    bottom: auto;
    max-width: auto;
    float: none;
    right: 0;
    position: relative;
    flex-wrap: wrap;
    justify-content: center; }
    .galeria-detalhes .slick-galeria-detalhes .slick-dots li {
      width: auto;
      height: auto;
      margin: 10px 0;
      padding: 0 2px;
      display: block; }
      .galeria-detalhes .slick-galeria-detalhes .slick-dots li button {
        height: auto;
        height: 7px;
        border: none; }
        .galeria-detalhes .slick-galeria-detalhes .slick-dots li button:before {
          opacity: 1;
          width: 83px;
          height: 7px;
          background-color: transparent;
          border: 1px solid #707070; }
      .galeria-detalhes .slick-galeria-detalhes .slick-dots li.slick-active button:before {
        background: #404040;
        border-color: #404040; }

#section-topo-empreendimento {
  height: 800px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 36px; }
  @media (max-width: 768px) {
    #section-topo-empreendimento {
      height: auto;
      margin-top: 46px;
      padding-top: 24px; } }
  #section-topo-empreendimento::before {
    content: '';
    background: #2e1e1e;
    opacity: 0.63;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #section-topo-empreendimento .principal {
    display: flex;
    width: 100%;
    position: relative; }
    #section-topo-empreendimento .principal .box {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 768px) {
        #section-topo-empreendimento .principal .box {
          display: block; } }
    #section-topo-empreendimento .principal .logo {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        #section-topo-empreendimento .principal .logo {
          max-height: 200px;
          margin-bottom: 20px; } }
    #section-topo-empreendimento .principal h1 {
      font-weight: 500;
      font-size: 30px;
      line-height: 37px;
      text-align: left;
      color: #fff;
      font-weight: 600; }
    #section-topo-empreendimento .principal address {
      font-weight: 500;
      font-size: 20px;
      line-height: 37px;
      text-align: left;
      color: #fff;
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 2px solid #ebd5b7;
      display: flex;
      align-items: center; }
      #section-topo-empreendimento .principal address img {
        margin-right: 10px; }
    #section-topo-empreendimento .principal .caracteristicas {
      display: flex; }
      @media (max-width: 768px) {
        #section-topo-empreendimento .principal .caracteristicas {
          display: block; } }
    #section-topo-empreendimento .principal span {
      display: flex;
      align-items: center;
      margin-right: 20px;
      font-weight: 800;
      font-size: 17px;
      line-height: 32px;
      text-align: left;
      color: #ebd5b7;
      padding-bottom: 20px; }
      @media (max-width: 768px) {
        #section-topo-empreendimento .principal span {
          margin-right: 0; } }
      #section-topo-empreendimento .principal span img {
        margin-right: 10px; }
  #section-topo-empreendimento .cta {
    padding-left: 35px; }
    @media (max-width: 768px) {
      #section-topo-empreendimento .cta {
        padding-left: 0;
        margin: 0 auto;
        display: table; } }
    #section-topo-empreendimento .cta button {
      cursor: pointer;
      border: 0;
      display: flex;
      font-weight: 500;
      font-size: 17px;
      line-height: 26px;
      text-align: left;
      color: #fff;
      width: 289px;
      height: 71px;
      border-radius: 6px;
      background: #206f79;
      opacity: 0.84;
      align-items: center;
      justify-content: space-evenly; }
      #section-topo-empreendimento .cta button:hover {
        background-color: #2AB200; }
      @media (max-width: 568px) {
        #section-topo-empreendimento .cta button {
          font-size: 15px; } }
  #section-topo-empreendimento svg.vendida {
    position: absolute;
    right: 0;
    bottom: -60px; }
    @media (max-width: 768px) {
      #section-topo-empreendimento svg.vendida {
        max-width: 50%; } }
  #section-topo-empreendimento.empreendimento-casa .logo {
    max-height: 176px; }
  #section-topo-empreendimento.empreendimento-casa .cta button {
    width: auto;
    padding: 0 20px; }
    #section-topo-empreendimento.empreendimento-casa .cta button svg {
      margin-right: 20px; }

#section-desc {
  padding: 65px 0 50px; }
  #section-desc h1 {
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939;
    display: block; }
    #section-desc h1::after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #ebd5b7;
      max-width: 752px;
      display: block;
      margin-top: 15px; }
  #section-desc h3 {
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939;
    margin-bottom: 42px; }
  #section-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #393939; }
  #section-desc .info {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      #section-desc .info {
        display: block; } }
    #section-desc .info span {
      display: flex;
      align-items: center;
      margin-right: 10px; }
      @media (max-width: 768px) {
        #section-desc .info span {
          border-bottom: 1px solid #585858; } }
      #section-desc .info span img {
        margin-right: 5px; }
      #section-desc .info span b {
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 0.02em;
        line-height: 32px;
        text-align: left;
        color: #585858; }

#section-plantas-casa {
  background-color: #F8F7F5;
  padding: 63px 0 68px; }
  #section-plantas-casa h2 {
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939; }
  #section-plantas-casa .title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px; }
    @media (max-width: 768px) {
      #section-plantas-casa .title {
        justify-content: center; } }
    #section-plantas-casa .title a {
      text-decoration: none;
      font-weight: 900;
      font-size: 17px;
      line-height: 21px;
      text-align: left;
      color: #393939;
      padding: 12px 20px;
      background: #fff;
      border: 1px solid #707070;
      opacity: 0.3; }
      #section-plantas-casa .title a.ativo {
        opacity: 1; }
      #section-plantas-casa .title a:hover {
        background-color: #707070;
        color: #fff; }
  #section-plantas-casa .lista .item {
    display: none; }
    #section-plantas-casa .lista .item a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
      background: #fff; }
    #section-plantas-casa .lista .item:first-child {
      display: block; }

.section-tecnologia {
  background-color: #2C3630; }
  .section-tecnologia .box {
    display: flex;
    align-items: center; }
    .section-tecnologia .box:nth-child(even) .destaque {
      order: 2; }
    .section-tecnologia .box:nth-child(even) .lista {
      order: 1; }
    @media (max-width: 768px) {
      .section-tecnologia .box {
        display: block; } }
    .section-tecnologia .box .destaque {
      width: 60%;
      position: relative; }
      @media (max-width: 1024px) {
        .section-tecnologia .box .destaque {
          width: 50%; } }
      @media (max-width: 768px) {
        .section-tecnologia .box .destaque {
          width: 100%; } }
      .section-tecnologia .box .destaque span {
        position: absolute;
        top: 6%;
        width: 100%; }
        .section-tecnologia .box .destaque span b {
          font-weight: 900;
          font-size: 20px;
          line-height: 33px;
          text-align: center;
          color: #393939;
          padding-bottom: 40px;
          padding-left: 0;
          display: block; }
    .section-tecnologia .box .lista {
      width: 40%; }
      @media (max-width: 1024px) {
        .section-tecnologia .box .lista {
          width: 50%; } }
      @media (max-width: 768px) {
        .section-tecnologia .box .lista {
          width: 100%; } }
      .section-tecnologia .box .lista .inner-lista {
        display: flex;
        flex-direction: column;
        padding-left: 85px; }
        @media (max-width: 1024px) {
          .section-tecnologia .box .lista .inner-lista {
            padding: 0 20px !important; } }
        @media (max-width: 768px) {
          .section-tecnologia .box .lista .inner-lista {
            padding: 20px; } }
        .section-tecnologia .box .lista .inner-lista span {
          display: flex;
          align-items: center;
          margin-bottom: 30px; }
          .section-tecnologia .box .lista .inner-lista span:last-child {
            margin-bottom: 0; }
          .section-tecnologia .box .lista .inner-lista span .img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            min-height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 31px; }
            .section-tecnologia .box .lista .inner-lista span .img img {
              max-width: 100%; }
          .section-tecnologia .box .lista .inner-lista span b {
            font-family: Montserrat;
            font-weight: 500;
            font-size: 16px;
            line-height: 25px;
            text-align: left;
            color: #f8f7f5; }

#section-localizacao-octo {
  padding: 78px 0; }
  @media (max-width: 768px) {
    #section-localizacao-octo {
      padding: 30px; } }
  #section-localizacao-octo h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939;
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      #section-localizacao-octo h2 {
        margin-bottom: 30px; } }
  #section-localizacao-octo img {
    max-height: 700px;
    height: auto;
    width: auto;
    margin: 0 auto;
    display: table; }

#section-obras {
  padding: 74px 0; }
  @media (max-width: 768px) {
    #section-obras {
      padding: 30px 0; } }
  #section-obras h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939;
    margin-bottom: 64px; }
    @media (max-width: 768px) {
      #section-obras h2 {
        margin-bottom: 30px; } }
  #section-obras .galeria a {
    text-decoration: none; }
  #section-obras .galeria img {
    margin-bottom: 20px;
    border: 1px solid #707070;
    height: 144px;
    object-fit: cover; }
    @media (max-width: 768px) {
      #section-obras .galeria img {
        height: auto; } }
  #section-obras .galeria span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #393939;
    display: block; }
    @media (max-width: 768px) {
      #section-obras .galeria span {
        margin-bottom: 40px; } }
  #section-obras .estagio {
    padding: 0 0 110px; }
    @media (max-width: 768px) {
      #section-obras .estagio {
        padding: 30px 0; } }
    #section-obras .estagio .item {
      display: flex;
      align-items: center;
      margin-bottom: 11px;
      position: relative; }
      @media (max-width: 768px) {
        #section-obras .estagio .item {
          display: block; } }
      #section-obras .estagio .item .desc {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 16px;
        line-height: 16px;
        text-align: right;
        color: #393939;
        width: 180px; }
        @media (max-width: 768px) {
          #section-obras .estagio .item .desc {
            width: 100%;
            text-align: left; } }
      #section-obras .estagio .item .grafico {
        width: calc(100% - 180px - 80px);
        padding-left: 34px;
        padding-left: 20px; }
        @media (max-width: 768px) {
          #section-obras .estagio .item .grafico {
            width: 100%;
            padding: 0; } }
        #section-obras .estagio .item .grafico .barra {
          width: 100%;
          height: 35px;
          background: #fff;
          background-color: #F8F7F5;
          position: relative; }
          #section-obras .estagio .item .grafico .barra .label {
            height: 35px;
            background: #c9dbd1;
            display: block;
            position: relative;
            padding-left: 60px; }
            #section-obras .estagio .item .grafico .barra .label span {
              font-family: Montserrat;
              font-weight: 900;
              font-size: 19px;
              line-height: 33px;
              text-align: left;
              color: #393939;
              position: absolute;
              right: 9px;
              top: 1px; }
              @media (max-width: 768px) {
                #section-obras .estagio .item .grafico .barra .label span {
                  right: 10px; } }
      #section-obras .estagio .item .total {
        font-family: Montserrat;
        font-weight: 900;
        font-size: 19px;
        line-height: 33px;
        text-align: left;
        color: #bababa;
        padding-left: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px; }
        @media (max-width: 768px) {
          #section-obras .estagio .item .total {
            display: none; } }

#section-casas {
  padding: 72px 0 30px; }
  #section-casas h2 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939;
    margin-bottom: 39px; }
  #section-casas .item {
    margin-bottom: 30px; }
    #section-casas .item.item-atual .img, #section-casas .item.item-atual .desc {
      opacity: .2; }
  #section-casas .clear {
    clear: both;
    content: "";
    display: block; }
  #section-casas h3 {
    background-color: #8E6939;
    border: 3px solid #f0f0f0;
    display: block;
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    color: #a28a6a;
    margin-bottom: 12px;
    padding: 15px; }
  #section-casas .desc {
    background: #f7f3ef;
    padding: 5px 9px 5px;
    height: 256px;
    position: relative;
    text-align: left; }
    #section-casas .desc h4 {
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #2c2b30;
      display: block;
      padding-top: 8px;
      margin-bottom: 35px; }
    #section-casas .desc .list {
      display: flex;
      flex-direction: column; }
      #section-casas .desc .list i {
        font-weight: 500;
        font-size: 20px;
        line-height: 37px;
        text-align: left;
        color: #2c2b30;
        padding-left: 6px;
        text-decoration: none;
        font-style: normal; }
    #section-casas .desc > svg {
      position: absolute;
      top: -55px;
      right: 10px; }
    #section-casas .desc b {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #fff;
      width: 122px;
      padding: 8px;
      background: #84836c;
      float: right; }
    #section-casas .desc p {
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      text-align: left;
      color: #2c2b30;
      max-height: 350px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
    #section-casas .desc span {
      display: block;
      position: absolute;
      right: 9px;
      bottom: 12px;
      background: #575349;
      border: 1px solid #707070;
      padding: 17px 15px;
      display: flex; }
  #section-casas a {
    text-decoration: none; }
    #section-casas a:hover h3 {
      color: #fff; }
    #section-casas a:hover span {
      background-color: #373737; }
    #section-casas a.vendida h3 {
      background: #ebe1d5;
      border: 3px solid #f0f0f0;
      color: #a28a6a; }

#section-principal {
  margin-top: 107px; }
  #section-principal img {
    height: 370px;
    object-fit: cover; }

.sup {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .sup {
      display: block; }
      .sup button {
        /*margin: 20px auto;*/ } }

.slide {
  position: relative;
  margin-bottom: 0; }
  .slide .container {
    position: relative;
    height: 100%;
    pointer-events: none; }
  .slide img {
    height: 253px;
    object-fit: cover; }
  .slide .box-all {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slide .item {
    position: relative;
    z-index: 1; }
    .slide .item span {
      position: absolute;
      bottom: 20px;
      left: 34px;
      font-weight: 500;
      font-size: 22px;
      letter-spacing: -0.02em;
      line-height: 30px;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
    .slide .item::before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      z-index: 1;
      background: rgba(0, 0, 0, 0.37); }
    .slide .item:hover::before {
      display: none; }
  .slide .arrows {
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    pointer-events: all; }
    .slide .arrows.arrow-next {
      right: 0; }
      @media (max-width: 768px) {
        .slide .arrows.arrow-next {
          right: 0; } }
    .slide .arrows.arrow-prev {
      left: 0; }
      @media (max-width: 768px) {
        .slide .arrows.arrow-prev {
          left: 0; } }

#section-texto h2 {
  font-weight: normal;
  font-size: 53px;
  letter-spacing: -0.02em;
  line-height: 65px;
  color: #6e6e6e;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    #section-texto h2 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 0;
      padding-top: 30px; } }

#section-texto h1 {
  font-weight: 900;
  font-size: 39px;
  letter-spacing: -0.02em;
  line-height: 48px;
  color: #6e6e6e;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    #section-texto h1 {
      font-size: 30px;
      line-height: 35px; } }

#section-texto .local {
  display: flex;
  align-items: center;
  margin: 7px 0 13px; }
  #section-texto .local img, #section-texto .local svg {
    margin-right: 12px; }
  #section-texto .local b {
    display: block;
    font-weight: normal;
    font-size: 13.17px;
    line-height: 15.81px;
    text-align: left;
    color: #5e6472; }
  #section-texto .local strong {
    font-weight: 600;
    font-size: 15.17px;
    line-height: 15.81px;
    text-align: left;
    color: #5e6472; }

#section-texto .referencias {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #E0E0E0;
  margin: 20px 0; }
  #section-texto .referencias > div {
    margin-right: 32px;
    padding: 7px 0;
    display: flex;
    align-items: center; }
    #section-texto .referencias > div img {
      margin-right: 7px; }
    #section-texto .referencias > div b {
      font-weight: 400; }

#section-lazer {
  background-color: #5173BE;
  padding: 40px 0; }
  #section-lazer h2 {
    font-weight: 900;
    font-size: 39px;
    letter-spacing: -0.02em;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      #section-lazer h2 {
        font-size: 25px;
        line-height: 35px; } }
  #section-lazer .lista-lazer {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto; }
    #section-lazer .lista-lazer .item {
      display: flex;
      align-items: center;
      margin-bottom: 18px; }
      #section-lazer .lista-lazer .item img {
        margin-right: 23px; }
      #section-lazer .lista-lazer .item span {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        color: #fff; }

#section-localizacao {
  padding: 30px 0;
  background: linear-gradient(0deg, #5173BE 0%, #5173BE 78px, #fff 78px, white 100%); }
  #section-localizacao .topo {
    justify-content: space-between;
    margin-bottom: 20px; }
  #section-localizacao h2 {
    font-weight: 900;
    font-size: 39px;
    letter-spacing: -0.02em;
    line-height: 48px;
    text-align: center;
    color: #6e6e6e; }
    @media (max-width: 768px) {
      #section-localizacao h2 {
        font-size: 25px;
        line-height: 35px; } }
  #section-localizacao .local {
    display: flex;
    align-items: center;
    margin: 7px 0 13px; }
    #section-localizacao .local img, #section-localizacao .local svg {
      margin-right: 12px; }
    #section-localizacao .local b {
      display: block;
      font-weight: normal;
      font-size: 13.17px;
      line-height: 15.81px;
      text-align: left;
      color: #5e6472; }
    #section-localizacao .local strong {
      font-weight: 600;
      font-size: 15.17px;
      line-height: 15.81px;
      text-align: left;
      color: #5e6472; }
  #section-localizacao .maps {
    width: 100%;
    height: 751px;
    background: #fff;
    padding: 18px;
    filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.16)); }
    @media (max-width: 768px) {
      #section-localizacao .maps {
        height: 300px; } }
    #section-localizacao .maps .mapa {
      height: 100%; }

#section-plantas {
  padding: 0 0 50px; }
  #section-plantas .topo {
    background-color: #5173BE;
    padding: 20px 0 40px 0; }
    #section-plantas .topo h2 {
      font-weight: 900;
      font-size: 39px;
      letter-spacing: -0.02em;
      line-height: 48px;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        #section-plantas .topo h2 {
          font-size: 25px;
          line-height: 35px; } }
  #section-plantas .lista-plantas {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap; }
    #section-plantas .lista-plantas .item span {
      display: block;
      margin: 2px;
      position: relative; }
      #section-plantas .lista-plantas .item span::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        background: rgba(0, 0, 0, 0.37); }
      #section-plantas .lista-plantas .item span:hover::before {
        display: none; }
    #section-plantas .lista-plantas .item img {
      width: 100%; }

.section-listas {
  background: #f8f7f5;
  padding: 60px 0; }
  .section-listas.section-listas__casa {
    background-color: #fff; }
  @media (max-width: 768px) {
    .section-listas {
      padding: 30px 0; } }
  .section-listas h4 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    text-align: left;
    color: #393939;
    padding-bottom: 40px;
    padding-left: 0; }
    @media (max-width: 768px) {
      .section-listas h4 {
        padding-bottom: 20px;
        padding-left: 0; } }
  .section-listas span {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .section-listas span {
        margin-bottom: 15px; } }
    .section-listas span .img {
      width: 50px;
      height: 50px;
      min-height: 50px;
      min-width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px; }
      .section-listas span .img img {
        max-width: 100%; }
    .section-listas span img {
      margin-right: 7px; }
    .section-listas span b {
      font-family: Montserrat;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      text-align: left;
      color: #393939; }

#section-casas {
  background-color: #F8F7F5; }

.galeria-detalhes .slick-galeria-detalhes .slick-dots li button {
  display: none; }

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