/*
@import "../colors";
@import "../variables";
@import "../fonts";
@import "../mixins";
@import "../sprites";
*/
:root {
  --metade: calc((1320px / 2) - 30px); }
  @media (min-width: 1440px) {
    :root {
      --metade: calc((120px / 2) - 30px); } }

.galeria-detalhes {
  background: transparent;
  overflow: hidden;
  background: #f0ece2; }
  .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%; }
    .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: #724d3d !important;
          padding: 0 26px;
          background-color: #fff;
          background: #f0ece2; }
          .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: #724d3d !important;
            padding: 0 26px;
            background-color: #fff;
            background: #f0ece2; }
        .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: #724D3D; } }
  .galeria-detalhes .seta-anterior:hover, .galeria-detalhes .seta-proximo:hover {
    background-color: #8b4b39; }
  .galeria-detalhes .seta-anterior:focus, .galeria-detalhes .seta-proximo:focus {
    border-color: #8b4b39; }

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

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

body {
  background-color: #FFFFFF; }

#galeria {
  padding: 0; }

h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 39px;
  letter-spacing: -0.02em;
  line-height: 46px;
  text-align: center;
  color: #724d3d;
  text-transform: uppercase; }
  @media (max-width: 568px) {
    h2 {
      font-size: 25px;
      line-height: 30px; } }

.box-titulo {
  padding-top: 90px; }
  .box-titulo h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 29px;
    letter-spacing: -0.02em;
    line-height: 37px;
    text-align: center;
    color: #d5d2c4;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 568px) {
      .box-titulo h1 {
        font-size: 25px;
        line-height: 30px; }
        .box-titulo h1 br {
          display: none; } }

.section-134 {
  background-image: url("../img/bg-lp.jpg"); }
  .section-134 h2 {
    font-family: 'Oranienbaum';
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    color: #ca8d65;
    margin-bottom: 40px;
    margin-top: 40px; }
  .section-134 p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 43px;
    letter-spacing: -0.02em;
    line-height: 54px;
    text-align: left;
    color: #f0ece2; }
    @media (max-width: 768px) {
      .section-134 p {
        text-align: center !important;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0;
        display: block; } }
    @media (max-width: 568px) {
      .section-134 p {
        text-align: center;
        padding: 30px 15px; } }

.section-134 {
  background-position: top center !important; }
  .section-134 .bg-section-134 img {
    width: auto;
    margin: 27px auto 30px; }
  @media (max-width: 768px) {
    .section-134 .box-titulo {
      display: none; } }

#section-clube {
  position: relative;
  /*
    background: url("../img/bg-clube.png") no-repeat center center;
    background-size: cover;
    background-position: 40px left;
    background-repeat: no-repeat;
    */ }
  #section-clube img {
    position: absolute;
    left: -10px;
    top: 106px; }
    @media (max-width: 1440px) {
      #section-clube img {
        top: 86px;
        max-width: 190px; } }
    @media (max-width: 568px) {
      #section-clube img {
        display: none; } }
  #section-clube h2 {
    font-weight: 500;
    font-size: 39px;
    letter-spacing: -0.02em;
    line-height: 46px;
    text-align: center;
    color: #724d3d;
    text-transform: uppercase;
    padding: 86px 0 70px; }
    @media (max-width: 568px) {
      #section-clube h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 20px 0;
        margin: 0; } }
  #section-clube .lista {
    background-color: #FBF6F2;
    padding: 119px 15px 91px; }
    @media (max-width: 568px) {
      #section-clube .lista {
        padding: 30px 15px; } }
    #section-clube .lista .item {
      padding: 0 15px; }
    #section-clube .lista strong {
      font-weight: normal;
      font-size: 17px;
      line-height: 27px;
      text-align: left;
      color: #724d3d;
      display: block;
      margin-bottom: 27px; }
      @media (max-width: 568px) {
        #section-clube .lista strong {
          margin-bottom: 0; } }
    #section-clube .lista b {
      font-weight: 400;
      font-size: 17px;
      line-height: 27px;
      text-align: left;
      color: #724d3d; }
      @media (max-width: 568px) {
        #section-clube .lista b {
          margin-bottom: 25px;
          display: block; } }

#section-plantas {
  background: #f0ece2;
  padding: 30px 0 0; }
  #section-plantas h2 {
    padding: 50px 0 39px;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #724d3d;
    text-transform: none; }
  #section-plantas .box-bg {
    padding: 0 15px 91px;
    position: relative; }
    #section-plantas .box-bg .bg {
      margin: 0 auto;
      display: block;
      max-width: 100%; }
  #section-plantas .lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #section-plantas .item {
    width: 20%;
    margin-top: 30px;
    padding: 0 7px; }
    @media (max-width: 768px) {
      #section-plantas .item {
        width: 33.33%; } }
    @media (max-width: 568px) {
      #section-plantas .item {
        width: 100%; } }
    #section-plantas .item b {
      font-weight: 500;
      font-size: 15px;
      letter-spacing: -0.02em;
      line-height: 35px;
      text-align: center;
      color: #724d3d;
      display: block;
      margin-top: 0; }

#section-beira-mar {
  margin-top: 68px;
  background: url("../img/bg-beira-mar.png") no-repeat center 20px;
  background-size: initial;
  background-position: 20px center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    #section-beira-mar {
      background-image: none; } }
  #section-beira-mar .container-plus {
    padding: 0 30px 0 120px; }
    @media (max-width: 768px) {
      #section-beira-mar .container-plus {
        padding: 30px 15px; } }
  #section-beira-mar .row {
    /*
        background: url("../img/bg-beira-mar.png") no-repeat center center;
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
        */ }
  #section-beira-mar .bg {
    position: absolute;
    right: 0;
    top: 50%; }
    @media (max-width: 768px) {
      #section-beira-mar .bg {
        display: none; } }
  #section-beira-mar h2 {
    text-align: left; }
    @media (max-width: 768px) {
      #section-beira-mar h2 {
        text-align: center;
        padding: 20px 10px; } }
  #section-beira-mar p {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    color: #724d3d;
    margin: 92px 0 55px; }
    @media (max-width: 768px) {
      #section-beira-mar p {
        margin: 20px 0; } }
  #section-beira-mar ul {
    padding-left: 0; }
    #section-beira-mar ul li {
      font-weight: 500;
      font-size: 17px;
      line-height: 27px;
      text-align: left;
      color: #724d3d;
      padding: 13px 27px;
      background: linear-gradient(-90deg, #fff 0%, #f5e8df 100%);
      margin-bottom: 6px; }
  @media (max-width: 768px) {
    #section-beira-mar .img-lateral {
      display: none; } }

#section-cta {
  padding-top: 58px; }
  @media (max-width: 768px) {
    #section-cta {
      padding: 30px 15px; } }
  #section-cta p {
    margin: 44px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #724d3d; }
  #section-cta img {
    margin-top: 49px; }

.form-padrao .btn-enviar {
  background-color: #AF5F48;
  color: #fff; }

.section-video {
  padding: 20px 0 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 80px;
  /*height: 548px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 1000px;
  position: relative;
  /*
    &:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(#2e67d3 0%, #ac146b 100%);
        opacity: 0.34;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
    */ }
  @media (max-width: 1024px) {
    .section-video {
      height: auto;
      padding-top: 0;
      min-height: auto; } }
  @media (max-width: 768px) {
    .section-video {
      height: auto;
      display: block;
      background-size: cover;
      padding-bottom: 20px; }
      .section-video .row.row-768 {
        display: block !important; } }
  .section-video .defesa {
    position: relative; }
    .section-video .defesa:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(26, 21, 21, 0.29) 0%, #000 51.72%, rgba(102, 98, 98, 0.06) 100%);
      opacity: 0.42;
      z-index: -1; }
    .section-video .defesa span {
      padding: 20px;
      display: block;
      font-weight: bold;
      font-size: 12px;
      line-height: 19px;
      text-align: left;
      color: #fff; }
  .section-video .label {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(50% + 12px);
    background: #C8BA5E; }
    @media (max-width: 768px) {
      .section-video .label {
        position: relative;
        width: 100%;
        bottom: auto;
        margin: 20px 0 0; } }
    .section-video .label span {
      display: block;
      font-weight: 500;
      font-size: 27px;
      letter-spacing: -0.04em;
      line-height: 33px;
      text-align: left;
      color: #fff;
      padding: 32px 0;
      float: right;
      width: calc((1270px / 2)); }
      @media (max-width: 1024px) {
        .section-video .label span {
          width: calc((960px / 2)); } }
      @media (max-width: 768px) {
        .section-video .label span {
          width: 100%;
          float: none;
          text-align: center;
          font-size: 20px;
          line-height: 20px; } }
    .section-video .label .clear {
      clear: both; }
  .section-video .inner-section-video {
    z-index: 2;
    position: relative; }
    @media (max-width: 1024px) {
      .section-video .inner-section-video {
        padding-top: 40px; }
        .section-video .inner-section-video .row1 {
          display: block; } }
    @media (max-width: 768px) {
      .section-video .inner-section-video {
        margin-bottom: 0;
        padding-top: 140px; } }
    .section-video .inner-section-video .link-video {
      position: relative;
      display: block;
      margin: 16px 0 0 0; }
      @media (max-width: 1024px) {
        .section-video .inner-section-video .link-video {
          width: 100%;
          margin: 0 0 40px; }
          .section-video .inner-section-video .link-video img {
            width: 100%; } }
      .section-video .inner-section-video .link-video::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(33, 15, 15, 0.73);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .section-video .inner-section-video .link-video svg {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -49px 0 0 -49px;
        z-index: 2;
        transition: all 0.4s; }
      .section-video .inner-section-video .link-video:hover svg {
        margin: -100px 0 0 -100px;
        width: 200px;
        height: 200px; }
    .section-video .inner-section-video .box-texto {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      color: #fff; }
      .section-video .inner-section-video .box-texto a {
        margin: 0 auto;
        display: table; }
  .section-video .row {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
    .section-video .row .box-video {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media (max-width: 768px) {
        .section-video .row .box-video .item-video {
          width: 100%; } }
    .section-video .row .max-width {
      max-width: 568px;
      margin: 0 auto;
      padding: 0 20px; }
    .section-video .row .principal {
      font-weight: bold;
      font-size: 26px;
      line-height: 32px;
      text-align: left;
      color: #fff;
      text-transform: uppercase; }
      .section-video .row .principal p {
        padding: 0; }
      @media (max-width: 768px) {
        .section-video .row .principal {
          text-align: center; } }
      @media (max-width: 767px) {
        .section-video .row .principal {
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 15px;
          padding-right: 0px;
          margin-top: 30px;
          text-align: center; } }
      .section-video .row .principal strong {
        font-weight: 600; }
      @media (max-width: 1024px) {
        .section-video .row .principal br {
          display: none; } }
      @media (max-width: 568px) {
        .section-video .row .principal {
          text-align: center; } }
    .section-video .row .descricao {
      font-weight: 500;
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 28px;
      text-align: left;
      color: #5b3820;
      display: flex;
      justify-content: flex-end; }
      .section-video .row .descricao img {
        max-width: 561px;
        margin-top: 20px;
        margin-bottom: 70px; }
        @media (max-width: 568px) {
          .section-video .row .descricao img {
            max-width: 100%; } }
      .section-video .row .descricao strong {
        font-weight: 600; }
      @media (max-width: 768px) {
        .section-video .row .descricao {
          margin-bottom: 20px;
          text-align: center; }
          .section-video .row .descricao br {
            display: none; } }
      @media (max-width: 568px) {
        .section-video .row .descricao {
          text-align: center;
          padding-right: 0px; } }
    .section-video .row h2 {
      font-family: 'Gotham';
      font-weight: normal;
      font-size: 50px;
      letter-spacing: -0.01em;
      line-height: 52px;
      text-align: center;
      color: #fff; }
      @media (max-width: 768px) {
        .section-video .row h2 {
          font-size: 20px;
          line-height: 25px; }
          .section-video .row h2 br {
            display: none; } }
    .section-video .row button {
      font-weight: normal;
      font-size: 15px;
      line-height: 30px;
      font-weight: 600;
      text-align: left;
      color: #f5e8df;
      margin: 33px 0;
      margin: 0 auto !important;
      border: none;
      height: 56px;
      width: calc(100% - 60px);
      text-align: center;
      background-color: #AFCC47;
      font-weight: 400;
      font-size: 13px;
      color: #000;
      border-radius: 0; }
    .section-video .row address {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      margin-top: 35px;
      font-weight: bold;
      font-size: 20px;
      line-height: 33px;
      text-align: center;
      color: #fff; }

#section-morada {
  background-color: #BA7C49; }
  @media (max-width: 768px) {
    #section-morada {
      padding: 0 0; } }
  @media (max-width: 768px) {
    #section-morada .row {
      margin-left: 15px;
      margin-right: 15px; } }
  #section-morada .inner {
    padding: 47px 5px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    justify-content: space-around; }
    @media (max-width: 768px) {
      #section-morada .inner {
        background-image: none;
        padding: 15px;
        text-align: center; } }
  #section-morada h3 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 27px;
    line-height: 35px;
    text-align: left;
    color: #5b3820;
    margin-bottom: 96px;
    margin: 0; }
  #section-morada h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #2c3530;
    margin: 37px 0;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 768px) {
      #section-morada h4 {
        margin: 20px 0; } }
  #section-morada p {
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 37px;
    text-align: left;
    color: #fff;
    margin: 0; }
  #section-morada a {
    background-color: #2C3530;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 31px;
    text-align: left;
    color: #fff;
    text-align: center;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 74px;
    margin: 0;
    margin-left: 70px; }
    @media (max-width: 768px) {
      #section-morada a {
        position: relative;
        margin: 20px auto;
        bottom: auto;
        left: auto; } }
    #section-morada a svg {
      margin-right: 14px; }

.box-img-plus h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #2c3530;
  padding: 80px 0 70px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .box-img-plus h2 {
      padding: 20px 0;
      font-size: 25px;
      line-height: 30px; } }
  .box-img-plus h2.bg {
    background-color: #ECD5B6;
    margin: 0; }

.box-bg1 {
  background-color: #AF5F48; }
  .box-bg1 h4 {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #ebd5b7;
    text-transform: uppercase;
    padding-top: 90px; }
    @media (max-width: 768px) {
      .box-bg1 h4 {
        padding-top: 50px;
        font-size: 25px;
        line-height: 30px; } }
  .box-bg1 p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    color: #ebd5b7;
    margin-bottom: 0;
    padding-bottom: 30px; }

.escolha {
  display: flex;
  justify-content: center;
  padding-bottom: 25px; }
  .escolha .item-escolha {
    cursor: pointer;
    width: 287px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: -0.02em;
    line-height: 64px;
    background-color: #8E6939;
    color: #a28a6a;
    margin: 0 4px;
    font-weight: 600;
    font-size: 27px;
    text-align: center; }
    @media (max-width: 768px) {
      .escolha .item-escolha {
        width: 50%;
        font-size: 20px;
        line-height: 35px; } }
    .escolha .item-escolha.ativo {
      color: #ebd5b7;
      border-color: #fff;
      opacity: 1;
      background-color: transparent; }

.box-texto.box-texto__top {
  margin: -50px 10px 0;
  position: relative; }

.box-texto .borda {
  background: #ebd5b7;
  border: 13px solid #fff; }
  .box-texto .borda .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 46px; }
    @media (max-width: 768px) {
      .box-texto .borda .inner-box {
        display: block;
        text-align: center; } }
    .box-texto .borda .inner-box > div {
      width: calc(50% - (78px/2) - 51px); }
      @media (max-width: 768px) {
        .box-texto .borda .inner-box > div {
          width: 100%; } }
    .box-texto .borda .inner-box strong {
      font-weight: 600 !important;
      font-size: 23px;
      letter-spacing: -0.01em;
      line-height: 30px;
      color: #435743;
      margin-bottom: 23px;
      display: block; }
      @media (max-width: 768px) {
        .box-texto .borda .inner-box strong {
          font-size: 20px;
          margin-bottom: 10px; } }
    .box-texto .borda .inner-box .right b {
      font-weight: 600;
      font-size: 23px;
      letter-spacing: -0.01em;
      line-height: 30px;
      color: #435743;
      display: block;
      margin-bottom: 44px; }
    .box-texto .borda .inner-box .right p {
      font-weight: 500;
      font-size: 17px;
      line-height: 31px;
      color: #435743; }

#section-lazer1s .title {
  padding: 70px 0; }
  @media (max-width: 768px) {
    #section-lazer1s .title {
      padding: 50px 0 30px; } }

#section-lazer1s h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #2c3530;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    #section-lazer1s h2 {
      font-size: 25px;
      line-height: 30px; } }

#section-lazer1s p {
  font-weight: 500;
  font-size: 17px;
  line-height: 31px;
  text-align: center;
  color: #2c3530; }
  @media (max-width: 768px) {
    #section-lazer1s p br {
      display: none; } }

.box-icones.box-texto__top {
  margin: -50px 10px 0;
  position: relative; }

.box-icones .borda {
  border: 13px solid #ebd5b7;
  border-top: none; }
  .box-icones .borda .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 56px 0; }
    .box-icones .borda .inner-box .icones {
      display: flex;
      align-items: center;
      margin: 12px 0; }
      .box-icones .borda .inner-box .icones span {
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        text-align: left;
        color: #2c3530;
        padding-left: 13px; }
        @media (max-width: 768px) {
          .box-icones .borda .inner-box .icones span br {
            display: none; } }

#section-condominio {
  padding: 66px 0 20px; }
  #section-condominio h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #2c3530;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      #section-condominio h2 {
        font-size: 25px;
        line-height: 35px; } }
  #section-condominio p {
    font-weight: 500;
    font-size: 27px;
    line-height: 31px;
    text-align: center;
    color: #2c3530;
    margin-bottom: 40px; }
  #section-condominio img.masterplan {
    display: block;
    margin: 0 auto 53px;
    max-width: 100%; }
  #section-condominio .garanta {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      #section-condominio .garanta {
        display: block; } }
    #section-condominio .garanta h3 {
      font-weight: 700;
      font-size: 59px;
      line-height: 58px;
      text-align: center;
      color: #2c3530;
      text-transform: uppercase;
      margin: 10px 0;
      padding-right: 14px; }
      @media (max-width: 768px) {
        #section-condominio .garanta h3 {
          font-size: 35px;
          line-height: 40px; } }
    #section-condominio .garanta button {
      height: 58px;
      background: #307e60;
      margin: 0;
      font-weight: 400;
      font-size: 13px;
      text-align: left;
      color: #fff;
      border-radius: 0;
      margin: 10px 0; }
      @media (max-width: 768px) {
        #section-condominio .garanta button {
          display: table;
          margin: 0 auto; } }
  #section-condominio .incorporadora {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      #section-condominio .incorporadora {
        display: block;
        text-align: center;
        padding-top: 60px; } }
    #section-condominio .incorporadora span {
      font-weight: 300;
      font-size: 13px;
      color: #575757; }
    @media (max-width: 768px) {
      #section-condominio .incorporadora img {
        margin: 0 auto; } }

.section-galeria {
  background: #f0ece2; }
  .section-galeria .principal .inner {
    padding: 17px 0 92px 55px;
    height: 100%;
    position: relative; }
    @media (max-width: 768px) {
      .section-galeria .principal .inner {
        padding: 17px; } }
  .section-galeria .principal strong {
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 19px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #4b4c46;
    display: block; }
  .section-galeria .principal h2 {
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 90px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #4b4c46;
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      .section-galeria .principal h2 {
        font-size: 35px;
        line-height: 40px; } }
  .section-galeria .principal p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 31px;
    text-align: left;
    color: #676767; }
  .section-galeria .principal ul {
    margin-top: 14px; }
    .section-galeria .principal ul li {
      position: relative;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: -0.02em;
      line-height: 20px;
      margin-bottom: 18px;
      text-align: left;
      color: #676767; }
      .section-galeria .principal ul li::before {
        position: absolute;
        content: '';
        left: -30px;
        top: 5px;
        width: 10px;
        height: 10px;
        background: #4b4c46;
        border-radius: 100%; }
  .section-galeria .principal a {
    background-color: #2A9CB1;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 31px;
    text-align: left;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 274px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: calc(50% - (274px/2)); }
    @media (max-width: 768px) {
      .section-galeria .principal a {
        position: relative;
        display: table;
        margin: 20px auto;
        bottom: auto;
        left: auto; } }
    .section-galeria .principal a svg {
      margin-left: 14px; }
  .section-galeria .unidades {
    background-color: #AF5F48;
    padding: 47px 0;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-galeria .unidades .col-lg-5 {
        align-items: center !important; } }
    .section-galeria .unidades .desc {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        .section-galeria .unidades .desc {
          display: block;
          text-align: center; } }
      .section-galeria .unidades .desc span {
        font-family: 'gothambook';
        font-weight: bold;
        font-size: 34px;
        letter-spacing: -0.02em;
        line-height: 35px;
        text-align: right;
        color: #fff; }
        .section-galeria .unidades .desc span strong {
          color: #F0D5C1;
          font-family: 'Gotham';
          font-weight: 900 !important; }
    .section-galeria .unidades .lista-unidades {
      display: flex;
      flex-wrap: wrap; }
      .section-galeria .unidades .lista-unidades .item-unidade {
        margin: 9px;
        width: 241px;
        height: 157px;
        background: #724D3D;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 27px 35px;
        font-family: 'gothambook';
        font-weight: 500;
        font-size: 22px;
        letter-spacing: -0.02em;
        line-height: 23px;
        text-align: left;
        color: #fcf9f2; }
        @media (max-width: 568px) {
          .section-galeria .unidades .lista-unidades .item-unidade {
            width: 100%;
            height: auto; } }
        .section-galeria .unidades .lista-unidades .item-unidade span {
          font-family: 'Gotham';
          color: #4A5C37; }
        .section-galeria .unidades .lista-unidades .item-unidade strong {
          font-family: 'Gotham';
          font-weight: 900; }
  .section-galeria .galerias {
    background-color: #F0D5C1;
    padding: 60px 0 1px;
    overflow-x: hidden; }
    @media (max-width: 568px) {
      .section-galeria .galerias {
        padding: 20px 0 1px; } }
    .section-galeria .galerias .escolha {
      display: flex;
      margin-bottom: 40px; }
      .section-galeria .galerias .escolha .item-escolha {
        cursor: pointer;
        width: 365px;
        border: 1px solid;
        text-align: center;
        font-weight: 500;
        font-size: 31px;
        letter-spacing: -0.02em;
        line-height: 64px;
        background-color: #4B4C46;
        color: #a7a7a7;
        opacity: 0.3; }
        @media (max-width: 568px) {
          .section-galeria .galerias .escolha .item-escolha {
            width: 50%;
            font-size: 20px; } }
        .section-galeria .galerias .escolha .item-escolha.ativo {
          color: #4B4C46;
          border-color: #4B4C46;
          opacity: 1;
          background-color: transparent; }
    .section-galeria .galerias .box-galerias {
      position: relative; }
      .section-galeria .galerias .box-galerias .slick-prev {
        left: 20px;
        z-index: 2; }
      .section-galeria .galerias .box-galerias .slick-next {
        right: 20px; }
    .section-galeria .galerias .btn-conhecer {
      margin: 50px auto;
      height: 58px; }
    .section-galeria .galerias .slick-next:before, .section-galeria .galerias .slick-prev:before {
      content: ''; }
    .section-galeria .galerias .slick-slider {
      position: unset; }
    .section-galeria .galerias .slick-slide {
      opacity: .10;
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out; }
      .section-galeria .galerias .slick-slide.slick-center, .section-galeria .galerias .slick-slide.slick-current, .section-galeria .galerias .slick-slide:hover {
        opacity: 1; }
    .section-galeria .galerias .slick-list {
      overflow-x: visible;
      overflow-y: clip; }
    .section-galeria .galerias .single-galeria.single-galeria__plantas {
      display: none; }
    .section-galeria .galerias .link-galeria {
      display: block;
      width: 100%;
      height: 400px;
      margin: 0px;
      cursor: pointer; }
      @media (max-width: 1440px) {
        .section-galeria .galerias .link-galeria {
          height: 250px; } }
      @media (max-width: 568px) {
        .section-galeria .galerias .link-galeria {
          height: 300px; } }

#formulario {
  /*
    background: rgba(72, 90, 75, 0.63);
box-shadow: 0px 15px 36px rgba(0, 0, 0, 0.62);*/
  padding: 30px 11px 30px;
  max-width: 550px;
  float: right; }
  #formulario .inner-formulario {
    background-color: #D8CEB4; }
    #formulario .inner-formulario .msg {
      font-weight: bold;
      font-size: 18px;
      letter-spacing: -0.01em;
      text-align: center;
      color: #724d3d; }
  #formulario * {
    font-family: 'Montserrat'; }
  #formulario .fa {
    font: normal normal normal 14px/1 FontAwesome; }
  @media (max-width: 992px) {
    #formulario {
      float: none;
      max-width: 100%; } }
  @media (max-width: 768px) {
    #formulario {
      padding: 10px 0; } }
  @media (max-width: 568px) {
    #formulario {
      padding: 25px 0;
      padding: 0;
      margin: 0; }
      #formulario .box-titulo {
        display: none; } }
  #formulario .col-select {
    position: relative; }
    #formulario .col-select::before {
      position: absolute;
      display: block;
      content: "";
      right: 0;
      top: 50%;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #000;
      margin: -3px 7px 0 0; }

form.form-padrao {
  padding: 0 10px; }
  form.form-padrao .msg {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto 20px; }

#flutuante-whatsapp {
  cursor: pointer; }

form.form-padrao {
  padding: 0 15px; }
  form.form-padrao .msg {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-bottom: 23px; }
    @media (max-width: 568px) {
      form.form-padrao .msg {
        font-size: 16px;
        line-height: 20px; } }
  form.form-padrao .form-group > div.mt-3 {
    margin: 0 auto !important; }
    form.form-padrao .form-group > div.mt-3 button {
      margin: 0 auto;
      border: none;
      height: 76px;
      width: calc(100% - 40px);
      float: right; }
  @media (max-width: 1024px) {
    form.form-padrao .row.form-group.bt .col-6 {
      width: 100%;
      margin-top: 10px !important; }
      form.form-padrao .row.form-group.bt .col-6 button {
        width: 100% !important;
        float: none !important;
        margin-top: 10px !important; } }

#rodape-fixo {
  background: #724D3D;
  background: linear-gradient(90deg, #724D3D 0%, #724D3D 51%, #3a9713 51%, #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 .social {
    background-color: #724D3D; }
  #rodape-fixo img {
    width: 192px;
    transition: all 0.4s;
    height: auto;
    margin-right: 21px; }
  #rodape-fixo .lista {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #rodape-fixo .lista {
        display: none; } }
    #rodape-fixo .lista > div {
      width: 20%;
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 0;
      font-size: 15px; }
      #rodape-fixo .lista > div.whatsapp, #rodape-fixo .lista > div.contato {
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #fff; }
        #rodape-fixo .lista > div.whatsapp i, #rodape-fixo .lista > div.contato i {
          font-size: 35px;
          margin-right: 10px; }
        #rodape-fixo .lista > div.whatsapp strong, #rodape-fixo .lista > div.contato strong {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: -0.06em;
          color: #fff;
          display: block; }
      #rodape-fixo .lista > div.contato {
        background-color: #F0ECE2;
        font-weight: bold;
        font-size: 28px;
        line-height: 16px;
        text-align: center;
        color: #724d3d; }
  #rodape-fixo.fixed img {
    width: 100px; }

#simuladorModal .modal-header {
  background: #ECECEC; }
  #simuladorModal .modal-header .modal-title {
    float: left;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #F39200; }
  #simuladorModal .modal-header button {
    float: right;
    border: none;
    color: #f39200; }

#simuladorModal .modal-body {
  background: #f4f4f4;
  padding-bottom: 0; }

#simuladorModal .modal-footer {
  background: #f4f4f4; }
  #simuladorModal .modal-footer .btn-enviar {
    background: #497B24;
    color: white; }
    #simuladorModal .modal-footer .btn-enviar:hover {
      background: #325418; }

#simuladorModal form input, #simuladorModal form textarea, #simuladorModal form select {
  margin-bottom: 1em;
  height: 55px;
  box-shadow: none;
  border-radius: 0;
  color: #2E2E2E;
  background: transparent; }
  #simuladorModal form input::-webkit-input-placeholder, #simuladorModal form textarea::-webkit-input-placeholder, #simuladorModal form select::-webkit-input-placeholder {
    color: #2E2E2E; }

#simuladorModal form .g-recaptcha {
  margin-bottom: 1em; }

#simuladorModal form textarea {
  height: auto !important; }

#simuladorContModal .modal-content {
  background: #F19024;
  border-radius: 0; }

#simuladorContModal form {
  text-align: center; }

#simuladorContModal .modal-footer {
  border: none; }

#simuladorContModal .msg {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  margin-bottom: 23px; }
  @media (max-width: 568px) {
    #simuladorContModal .msg {
      font-size: 16px;
      line-height: 20px; } }

#simuladorContModal .form-group > div.mt-3 {
  margin: 0 auto !important; }
  #simuladorContModal .form-group > div.mt-3 button {
    margin: 0 auto;
    border: none;
    height: 76px;
    width: calc(100% - 40px);
    float: right; }

@media (max-width: 1024px) {
  #simuladorContModal .row.form-group.bt {
    display: block !important; }
    #simuladorContModal .row.form-group.bt .col-6 {
      width: 100%;
      margin-top: 10px !important; }
      #simuladorContModal .row.form-group.bt .col-6 button {
        width: 100% !important;
        float: none !important;
        margin-top: 10px !important; } }

.section-btn {
  padding: 20px 0;
  text-align: center; }

.btn-conhecer {
  text-align: center;
  margin: 30px auto;
  display: table; }

#section-rota img {
  display: block;
  margin: 0 auto; }

.section-video.section-video-plus {
  margin: 0; }
  .section-video.section-video-plus .box-video {
    margin: 0; }
  .section-video.section-video-plus .inner-section-video .link-video {
    margin: 0; }

.parallax {
  /* The image used */
  background-image: url("../img/img-peninsula.png");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 568px) {
    .parallax {
      min-height: 300px;
      background-size: contain; } }

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