body,
#header, #noticias-container .title-white, #noticias-container .conjunto-quadros .news-quadro1 span {
  font-family: "Montserrat", sans-serif  !important; }

section {
  /*overflow: hidden;*/ }

#header {
  background-color: #F7C026 !important; }
  #header .navbar-brand {
    background-color: transparent;
    width: auto; }
    @media screen and (max-width: 991px) {
      #header .navbar-brand {
        margin-top: 0;
        width: 100px !important;
        padding: 10px !important; } }
  #header .navbar .navbar-nav .nav-link {
    padding: 5px !important;
    border-radius: 0 !important; }
    #header .navbar .navbar-nav .nav-link span {
      color: #000000;
      padding: 0;
      font-weight: 500; }

#nav-menu ul li {
  margin-left: 5px !important; }
  #nav-menu ul li a:hover {
    background-color: #232323 !important; }

#area-restrita {
  display: flex !important; }
  #area-restrita a {
    background-color: #000000 !important;
    border-radius: 0;
    padding: 6px 10px !important;
    display: flex;
    margin: 5px;
    font-size: 14px; }

.owl-carousel .mascara .botao-carousel {
  border-color: #F7C026 !important;
  background-color: #F7C026 !important; }
  .owl-carousel .mascara .botao-carousel:hover {
    border-color: #232323 !important;
    background-color: #232323 !important; }
  .owl-carousel .mascara .botao-carousel .carousel-componente h2 {
    font-weight: 600; }

.owl-dots button {
  width: 116px !important;
  border-radius: 0;
  height: 7px; }
  .owl-dots button.active {
    background-color: #fff !important;
    transform: scale(1); }

.owl-prev, .owl-next {
  display: block; }
  @media (max-width: 768px) {
    .owl-prev, .owl-next {
      display: none; } }

#section-espaco {
  position: relative;
  background-color: #232323;
  width: 100%; }
  @media (max-width: 768px) {
    #section-espaco {
      padding: 30px 0; } }
  @media (max-width: 568px) {
    #section-espaco {
      padding-bottom: 0; } }
  #section-espaco .col-lg-6 {
    align-items: center;
    display: flex; }
  #section-espaco img {
    max-width: 100%;
    display: block;
    width: 50%; }
    @media (max-width: 768px) {
      #section-espaco img {
        width: 100%;
        margin-top: 20px; } }
  #section-espaco .row {
    align-items: revert;
    justify-content: flex-end; }
  #section-espaco span {
    /*
    background-color: rgba(18, 18, 18, 0.75);
    position: absolute;
    right: 50%;
    width: 50%;
    
    height: 100%;*/
    top: 0;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-right: 70px;
    /*
    justify-content: center;
    display: flex;
    flex-direction: column;
    */
    display: table;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      #section-espaco span {
        width: 50%;
        width: auto; } }
    @media (max-width: 768px) {
      #section-espaco span {
        font-size: 30px;
        line-height: 35px;
        padding-right: 40px;
        width: 100%; }
        #section-espaco span br {
          display: none; } }
    @media (max-width: 568px) {
      #section-espaco span {
        width: 100%;
        left: 0;
        padding: 0 20px;
        text-align: center;
        font-size: 19px;
        line-height: 20px;
        padding: 0 15px !important; }
        #section-espaco span button {
          padding: 4px;
          margin: 10px auto; }
        #section-espaco span br {
          display: none; } }
    #section-espaco span p {
      font-weight: normal;
      font-size: 15px;
      letter-spacing: 0.04em;
      line-height: 40px;
      text-align: left;
      color: #fff;
      max-width: 486px;
      padding: 20px 0; }
      @media (max-width: 768px) {
        #section-espaco span p {
          line-height: 25px;
          margin-top: 20px;
          width: 100%;
          max-width: 100%;
          text-align: center; } }
      @media (max-width: 568px) {
        #section-espaco span p {
          padding: 0;
          margin: 0;
          line-height: 20px; } }

.btn-padrao {
  all: unset;
  cursor: pointer;
  background-color: transparent;
  font-weight: 300;
  font-size: 29px;
  line-height: 63px;
  text-align: center;
  color: #303030;
  border: 1px solid;
  border-color: #303030;
  padding: 0 10px;
  margin: 10px auto;
  display: table; }
  .btn-padrao.white {
    border-color: #fff;
    color: #fff; }

.hide {
  display: none; }

#section-empreendimentos {
  background-color: #fff;
  padding: 77px 0 33px; }
  #section-empreendimentos .topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
    position: relative; }
    #section-empreendimentos .topo::before {
      width: 100%;
      height: 1px;
      background-color: #707070;
      position: absolute;
      top: calc(50% - 3px);
      left: 0;
      content: ''; }
    @media (max-width: 768px) {
      #section-empreendimentos .topo {
        display: block; } }
    #section-empreendimentos .topo h3 {
      font-weight: 500;
      font-size: 28px;
      text-align: left;
      color: #2c2b30;
      padding-right: 30px;
      background-color: #FFFFFF;
      position: relative;
      text-transform: uppercase; }
      @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; }

.img-responsive {
  width: 100%; }

.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 .destaque {
  background: #f7f3ef;
  padding: 10px 20px;
  height: 90px;
  display: flex;
  align-items: center; }
  .lista-empreendimentos .destaque b {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #2c2b30; }
.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; }
.lista-empreendimentos .item-destaque {
  position: relative; }
  .lista-empreendimentos .item-destaque::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.68) 0%, #000 100%); }
  .lista-empreendimentos .item-destaque div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 36px;
    line-height: 34px;
    text-align: left;
    color: #fff;
    text-align: center; }
    .lista-empreendimentos .item-destaque div span {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center; }
      .lista-empreendimentos .item-destaque div span h5 {
        font-size: 36px;
        line-height: 34px; }

.section-124 {
  padding: 100px 0;
  float: none; }
  .section-124 h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 44px; }
    @media (max-width: 768px) {
      .section-124 h2 {
        font-size: 30px; } }
  .section-124 .p-section-124 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: left;
    color: #fff; }
    @media (max-width: 768px) {
      .section-124 .p-section-124 {
        text-align: center; } }

#section-mapa .box {
  position: relative;
  padding-top: 20px; }
  #section-mapa .box .item {
    background: #000000;
    padding: 34px;
    max-width: 500px; }
  #section-mapa .box h4 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: center;
    color: #F7C026;
    padding: 20px 0; }
  #section-mapa .box p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-align: left;
    color: #fff; }
  #section-mapa .box address {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0; }

.titulo-padrao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
  position: relative; }
  .titulo-padrao::before {
    width: 100%;
    height: 1px;
    background-color: #232323;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    content: ''; }
  .titulo-padrao h3 {
    color: #232323;
    padding-right: 30px;
    position: relative;
    z-index: 2;
    background-color: #fff; }
  .titulo-padrao.yellow h3 {
    background-color: #F7C026; }

#section-blog {
  padding: 47px 0;
  background-color: #F7C026; }
  #section-blog.page-lista {
    background-color: #fff; }
    #section-blog.page-lista .item {
      margin-bottom: 20px; }
    #section-blog.page-lista .titulo-padrao.yellow h3 {
      background-color: #fff; }

.lista-blog .item {
  color: #000;
  padding-bottom: 20px; }
  .lista-blog .item .top {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 20px; }
    .lista-blog .item .top label {
      margin-bottom: 0; }
      .lista-blog .item .top label svg {
        cursor: pointer; }
  .lista-blog .item h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #000;
    max-width: 300px;
    margin: 25px auto;
    height: 87px; }
  .lista-blog .item a:hover {
    background-color: #f7f3ef; }

#section-triade {
  padding: 100px 0; }
  #section-triade .img svg {
    display: table;
    margin: 0 auto; }
  #section-triade h4 {
    font-weight: 300;
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    color: #232323; }
  #section-triade p {
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #000; }

#section-links .row {
  background: linear-gradient(to right, #232323 33.333333333%, #F7C026 33.3333333333%, #F7C026 66.6666666667%, #232323 66.6666666667%); }
#section-links .item {
  background-color: #232323;
  color: #fff;
  padding: 60px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #section-links .item h5 {
    font-weight: 300;
    font-size: 29px;
    line-height: 53px;
    text-align: center;
    color: #fff; }
  #section-links .item p {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #fff; }
  #section-links .item button.btn-padrao {
    border-color: #fff;
    color: #fff; }
  #section-links .item.yellow {
    background-color: #F7C026; }
    #section-links .item.yellow h5 {
      color: #232323; }
    #section-links .item.yellow p {
      color: #232323; }
    #section-links .item.yellow button.btn-padrao {
      border-color: #232323;
      color: #232323; }

#section-endereco {
  padding: 30px 0; }
  #section-endereco p {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: center;
    color: #000;
    margin: 0; }

#footer {
  width: 100%;
  overflow: hidden;
  background: #343434;
  margin-top: 0;
  margin-bottom: 50px;
  /*margin-bottom:70px;*/ }
  @media (max-width: 768px) {
    #footer {
      margin-bottom: 0; } }
  #footer * {
    font-family: 'Montserrat'; }
  #footer .bg2 {
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    float: left;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    background: #343434;
    color: #fff;
    border-top: 0.5px solid #ccc; }
    @media (max-width: 992px) {
      #footer .bg2 {
        padding-bottom: 50px;
        font-size: 12px;
        text-align: center;
        padding-top: 18px;
        height: auto;
        padding: 15px 0; }
        #footer .bg2 p {
          margin: 0; } }
    @media (max-width: 767px) {
      #footer .bg2 {
        font-size: 10px;
        text-align: center; } }
    #footer .bg2 .text {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        #footer .bg2 .text {
          display: block; } }
      #footer .bg2 .text a:nth-child(1) {
        text-decoration: underline;
        color: #fff; }
        @media (max-width: 767px) {
          #footer .bg2 .text a:nth-child(1) {
            margin-bottom: 10px;
            display: block; } }
      #footer .bg2 .text p {
        margin: 0 20px; }
        @media (max-width: 767px) {
          #footer .bg2 .text p {
            display: block;
            padding-bottom: 10px; } }

#rodape-fixo {
  background: #282E29;
  background: linear-gradient(90deg, rgba(23, 23, 23, 0.86) 0%, rgba(23, 23, 23, 0.86) 50%, #3a9713 50%, #3a9713 100%);
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 26.74px;
  text-align: left;
  color: #fff; }
  #rodape-fixo img {
    width: 152px;
    transition: all 0.4s;
    height: auto; }
  #rodape-fixo .lista {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      #rodape-fixo .lista {
        display: none; } }
    #rodape-fixo .lista > div {
      width: 25%;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 0; }
      #rodape-fixo .lista > div.whatsapp {
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #fff;
        width: 50%;
        justify-content: flex-start;
        padding-left: 30px; }
        #rodape-fixo .lista > div.whatsapp i {
          font-size: 35px;
          margin-right: 10px; }
        #rodape-fixo .lista > div.whatsapp strong {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: -0.06em;
          color: #fff;
          display: block; }
      #rodape-fixo .lista > div.fale {
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #000000;
        background: #F7C026;
        width: 174px; }
        #rodape-fixo .lista > div.fale i {
          font-size: 35px;
          margin-right: 10px; }
        #rodape-fixo .lista > div.fale strong {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: -0.06em;
          color: #000000;
          display: block; }
      #rodape-fixo .lista > div.social {
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #fff;
        justify-content: flex-end;
        padding-right: 20px; }
        #rodape-fixo .lista > div.social i {
          font-size: 35px;
          margin-right: 10px;
          opacity: .6;
          color: #fff;
          margin: 0 10px; }
          #rodape-fixo .lista > div.social i:hover {
            opacity: 1; }
        #rodape-fixo .lista > div.social strong {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: -0.06em;
          color: #fff;
          display: block; }
  #rodape-fixo.fixed img {
    width: 100px; }

#section-topo {
  height: 392px;
  margin-bottom: 60px;
  float: none; }
  @media (max-width: 768px) {
    #section-topo {
      height: auto; } }
  #section-topo h1 {
    font-weight: 300;
    font-size: 67px;
    text-align: center;
    color: #fff;
    padding-top: 181px; }
    @media (max-width: 768px) {
      #section-topo h1 {
        padding: 60px 0;
        margin-bottom: 40px;
        font-size: 30px; } }

#section-banner {
  height: 512px;
  float: none;
  overflow: visible;
  height: calc(100vh - 50px); }
  #section-banner .owl-carousel.owl-loaded,
  #section-banner .owl-height, #section-banner .owl-stage, #section-banner .owl-carousel .owl-item, #section-banner .owl-carousel .carousel-componente {
    height: calc(100vh - 50px); }
  #section-banner .owl-carousel .mascara {
    height: calc(100vh + 300px);
    float: none !important;
    background: none !important;
    z-index: 1;
    position: relative; }
    @media (max-width: 768px) {
      #section-banner .owl-carousel .mascara {
        height: auto; } }
  #section-banner .owl-carousel .carousel-componente a {
    display: block;
    height: calc(100vh - 50px);
    float: none !important; }
    @media (max-width: 768px) {
      #section-banner .owl-carousel .carousel-componente a {
        height: auto; } }
    #section-banner .owl-carousel .carousel-componente a::before {
      content: '';
      /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%); */
      /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%); */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );
      padding: 2em 0 2em 0;
      width: 100%;
      float: left;
      overflow: hidden;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  @media (max-width: 768px) {
    #section-banner {
      height: auto !important;
      min-height: 300px;
      margin-top: 75px; }
      #section-banner .owl-carousel.owl-loaded,
      #section-banner .owl-height, #section-banner .owl-stage, #section-banner .owl-carousel .owl-item, #section-banner .owl-carousel .carousel-componente {
        height: auto;
        min-height: 300px; } }
  #section-banner h1 {
    font-weight: 300;
    font-size: 67px;
    text-align: left;
    color: #fff;
    padding-top: 181px; }
    @media (max-width: 768px) {
      #section-banner h1 {
        padding: 60px 0;
        margin-bottom: 40px;
        font-size: 30px; } }

#section-video {
  padding: 70px 20px;
  background-color: #000000;
  overflow: hidden; }

.container-plus {
  overflow: hidden; }

#section-texto {
  padding: 330px 0;
  background-color: #232323; }
  @media (max-width: 768px) {
    #section-texto {
      padding: 50px 0; } }
  #section-texto p {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 57px;
    text-align: left;
    color: #fff;
    margin: 0; }
    @media (max-width: 768px) {
      #section-texto p {
        line-height: 30px;
        text-align: center; } }

#section-blog-exibir {
  background-color: #F2F1EE; }
  #section-blog-exibir article {
    padding: 97px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: left;
    color: #000;
    max-width: 1000px;
    margin: 0 auto; }
    #section-blog-exibir article img {
      max-width: 100%;
      margin-bottom: 30px; }
    #section-blog-exibir article h2 {
      font-weight: 500;
      font-size: 40px;
      line-height: 50px;
      text-align: left;
      color: #000;
      margin-bottom: 20px; }
    #section-blog-exibir article p {
      font-weight: 500;
      font-size: 20px;
      line-height: 29px;
      text-align: left;
      color: #000; }

.btn, #modal_atendimento_email .modal-header {
  background-color: #F7C026 !important;
  border: none !important; }

#flutuante-whatsapp {
  position: fixed;
  right: 35px; }

/****************************CORES***********************************/
.navbar-dark .navbar-toggler {
  background-color: #232323 !important;
  border-color: #F7C026 !important; }

.menu-principal li {
  border-color: #232323 !important; }

#section-logo {
  position: relative;
  overflow: visible;
  width: 100%; }
  #section-logo img {
    position: absolute;
    left: -250px;
    top: 50%;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1900px) {
      #section-logo img {
        display: none; } }

/****************************EMPREENDIMENTO***********************************/
.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: 0;
        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: #F7C026; } }
  .galeria-detalhes .seta-anterior:hover, .galeria-detalhes .seta-proximo:hover {
    background-color: #0a0a0a; }
  .galeria-detalhes .seta-anterior:focus, .galeria-detalhes .seta-proximo:focus {
    border-color: #0a0a0a; }
.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: 30px 0 30px; }
  #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;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 47px;
    text-align: left;
    color: #3c3114; }
  #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-desc .texto {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 47px;
    text-align: left;
    color: #3c3114;
    padding-top: 60px; }
    @media (max-width: 768px) {
      #section-desc .texto {
        padding-top: 50px; } }

.galeria-detalhes .container-fluid {
  padding: 0; }
.galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa b {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #fff;
  padding: 10px 30px;
  color: #000000;
  background-color: #E3D1BC; }
.galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa svg {
  position: absolute;
  right: 0;
  top: 0; }
.galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-center .col-img-casa b {
  background-color: #000000;
  color: #E3D1BC; }

.galerias .galeria-detalhes .slick-galeria-detalhes .slick-dots li button {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #404040; }
.galerias .galeria-detalhes .slick-galeria-detalhes .slick-dots li.slick-active button {
  background-color: #404040; }

.slick-slide {
  margin: 0 5px; }

body .lg-backdrop, .lg-dropdown-overlay {
  background-color: rgba(23, 23, 23, 0.86) !important; }

.section-galerias {
  padding-top: 80px; }
  .section-galerias h2 {
    font-weight: 900;
    font-size: 39px;
    line-height: 48px;
    text-align: center;
    color: #393939;
    margin-bottom: 30px; }
  .section-galerias .galerias {
    padding: 0 0 40px; }
  .section-galerias.yellow .galerias {
    background-color: #F7C026;
    padding-top: 100px; }
  .section-galerias.yellow.plantas .galerias {
    padding-top: 30px; }

/*# sourceMappingURL=gold-institucional.min.css.map */
