@charset "UTF-8";
/*
@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); } }

html {
  height: 100%; }

#section-video {
  padding: 20px 0 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 70px;
  /*height: 548px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 600px; }
  @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 .box-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  #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 {
    padding-bottom: 20px;
    padding-bottom: 130px;
    z-index: 2; }
    @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: 50px; } }
    #section-video .inner-section-video .link-video {
      position: relative;
      display: block;
      margin: 0 0 38px 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(0, 0, 0, 0.48);
        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 .principal {
      font-weight: 900;
      font-size: 35px;
      line-height: 43px;
      text-align: center;
      color: #f19024;
      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: 900;
      font-size: 45px;
      line-height: 51px;
      color: #fff; }
      #section-video .row .descricao strong {
        font-weight: bold;
        font-size: 60px;
        letter-spacing: 0.01em;
        line-height: 66px;
        text-align: right;
        color: #fff;
        display: block;
        margin: 51px 0 44px;
        font-weight: bold;
        font-size: 27px;
        letter-spacing: 0.01em;
        line-height: 31px;
        text-align: right;
        color: #fff; }
        @media (max-width: 568px) {
          #section-video .row .descricao strong {
            margin: 20px 0;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
            font-size: 24px;
            line-height: 29px; }
            #section-video .row .descricao strong br {
              display: none; } }
      @media (max-width: 768px) {
        #section-video .row .descricao {
          margin-bottom: 20px;
          font-size: 20px;
          line-height: 25px;
          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 .descricao img {
            width: 70%; } }
    #section-video .row h2 {
      font-weight: 300;
      font-size: 29px;
      letter-spacing: -0.06em;
      line-height: 29px;
      text-align: left;
      color: #f5e8df;
      text-transform: uppercase; }
      @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-family: Montserrat;
      background: #3cc360;
      display: table;
      text-align: center;
      justify-content: center;
      font-weight: 500; }
      #section-video .row button i {
        color: #fff; }
    #section-video .row address {
      font-weight: 500;
      font-size: 31px;
      letter-spacing: 0.01em;
      line-height: 38px;
      text-align: right;
      color: #fff;
      font-weight: bold;
      font-size: 27px;
      letter-spacing: 0.01em;
      line-height: 31px;
      text-align: right;
      color: #fff; }
      @media (max-width: 768px) {
        #section-video .row address {
          padding: 0;
          text-align: center; } }

#formulario {
  background: #0a1f3e;
  background: rgba(10, 31, 62, 0.64);
  padding: 10px 11px 20px;
  max-width: 550px;
  width: 100%;
  float: right; }
  #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; } }
  #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 #0a1f3e;
      margin: -3px 7px 0 0; }

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

#flutuante-whatsapp {
  cursor: pointer; }

form.form-padrao {
  padding: 0 25px; }
  form.form-padrao .msg {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px; }
    @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 {
      display: block !important; }
      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; } }

#section-frase {
  background-color: #c2a948; }
  #section-frase h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 40px;
    text-align: center;
    color: #0a1f3e;
    padding: 34px 0;
    margin: 0; }
    @media (max-width: 768px) {
      #section-frase h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 25px; } }

.box-texto-destaque h3 {
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 57px;
  text-align: left;
  color: #fff;
  background-color: #618C68;
  display: initial;
  padding: 10px; }
  @media (max-width: 768px) {
    .box-texto-destaque h3 {
      font-size: 20px;
      line-height: 45px;
      padding: 6px 0; } }
  @media (max-width: 568px) {
    .box-texto-destaque h3 br {
      display: none; }
    .box-texto-destaque h3 b {
      display: none; } }

.box-texto-destaque p {
  font-family: 'gothambook';
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0.04em;
  line-height: 47px;
  text-align: left;
  color: #fff;
  margin-top: 56px; }
  @media (max-width: 768px) {
    .box-texto-destaque p {
      font-size: 16px;
      line-height: 20px;
      margin-top: 30px; } }

.section-padrao {
  position: relative;
  background-color: #0a1f3e;
  height: 758px;
  background-size: cover;
  background-position: center; }
  .section-padrao .col-lg-6 {
    align-items: center;
    display: flex; }
  .section-padrao img {
    max-width: 100%;
    display: block;
    width: 50%; }
  .section-padrao .row {
    align-items: revert;
    justify-content: flex-end; }
  .section-padrao .box {
    background-color: rgba(147, 146, 147, 0.9);
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 70px;
    text-align: right;
    /*
        justify-content: center;
        display: flex;
        flex-direction: column;
        */
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      .section-padrao .box {
        width: 50%; } }
    @media (max-width: 768px) {
      .section-padrao .box {
        font-size: 30px;
        line-height: 35px;
        padding-right: 40px;
        position: relative;
        left: auto;
        width: 100%;
        padding: 20px 0;
        text-align: center; } }
    @media (max-width: 568px) {
      .section-padrao .box {
        width: 100%;
        left: 0;
        padding: 20px 15px;
        text-align: center;
        font-size: 19px;
        line-height: 20px; }
        .section-padrao .box button {
          padding: 10px;
          margin: 10px auto; }
        .section-padrao .box br {
          display: none; } }
    .section-padrao .box b {
      text-transform: uppercase; }
    .section-padrao .box p {
      font-family: 'gothambook';
      font-weight: normal;
      font-size: 15px;
      letter-spacing: 0.04em;
      line-height: 40px;
      text-align: right;
      color: #fff;
      font-weight: normal;
      font-size: 15px;
      letter-spacing: 0.04em;
      line-height: 40px;
      text-align: right;
      color: #fff;
      margin-top: 40px; }
      @media (max-width: 768px) {
        .section-padrao .box p {
          text-align: center;
          margin-top: 20px;
          line-height: 30px; } }
  @media (max-width: 768px) {
    .section-padrao {
      height: auto; } }

#section-galeria {
  background-position: center;
  background-size: cover;
  padding: 40px 0 20px; }
  #section-galeria h2 {
    font-weight: 900;
    font-size: 31px;
    line-height: 40px;
    text-align: center;
    color: #0a1f3e;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 568px) {
      #section-galeria h2 {
        font-size: 25px;
        line-height: 30px; } }
  #section-galeria .lista {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 900px;
    margin: 0 auto; }
    #section-galeria .lista .item {
      padding: 8.5px; }
      @media (max-width: 768px) {
        #section-galeria .lista .item {
          width: 50%; } }
      @media (max-width: 480px) {
        #section-galeria .lista .item {
          width: 100%;
          margin-bottom: 20px; } }
      #section-galeria .lista .item a {
        position: relative;
        display: block; }
        #section-galeria .lista .item a img {
          width: 100%;
          /*max-width: 280px;*/
          max-height: 175px;
          outline: 1px solid #D0D0D0 !important;
          outline-offset: -1px; }
        #section-galeria .lista .item a span {
          position: absolute;
          display: none;
          bottom: 0;
          right: 0;
          background: #fff;
          padding: 2px 4px;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          font-weight: 100;
          font-weight: 500;
          font-family: 'Montserrat';
          align-items: center;
          justify-content: center;
          background-color: rgba(31, 43, 32, 0.9); }
          #section-galeria .lista .item a span i {
            color: #858585; }
        #section-galeria .lista .item a:hover span {
          display: flex; }
      #section-galeria .lista .item b {
        font-weight: normal;
        font-size: 14px;
        letter-spacing: -0.02em;
        line-height: 15px;
        text-align: center;
        padding: 7px 0;
        color: #4a5b3a;
        display: block; }
  #section-galeria h3 {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 0.04em;
    line-height: 43px;
    text-align: center;
    color: #557b54;
    margin-top: 30px; }
    @media (max-width: 568px) {
      #section-galeria h3 {
        font-size: 22px;
        line-height: 29px;
        margin-top: 20px; } }

.galeria-detalhes {
  background: #c2a948;
  overflow: hidden; }
  .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: rgba(0, 0, 0, 0.78);
      color: white;
      font-size: 32px; }
    .galeria-detalhes .slick-galeria-detalhes .reg-carousel {
      outline: none;
      max-width: 950px;
      opacity: 0.35;
      transition: opacity 0.4s ease; }
      .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;
          font-weight: 100;
          font-family: Montserrat;
          font-weight: 300;
          font-size: 21px;
          letter-spacing: -0.02em;
          line-height: 47px;
          text-align: center;
          color: #0a1f3e !important; }
        .galeria-detalhes .slick-galeria-detalhes .reg-carousel.slick-current .col-botoes {
          opacity: 1; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel .container {
        position: relative;
        margin: 0;
        min-width: 920px; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel .col-img-casa {
        height: 500px;
        cursor: pointer;
        border-radius: 20px; }

@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: 992px) {
  .galeria-detalhes .slick-galeria-detalhes .seta-proximo {
    display: none; } }

@media screen and (max-width: 992px) {
  .galeria-detalhes .slick-galeria-detalhes .seta-anterior {
    display: none; } }

@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: 820px; } }

@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; } }

/*# sourceMappingURL=casa_detalhes.css.map */
#galeria {
  padding-right: 0;
  padding-left: 0; }
  #galeria h6 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 38px;
    text-align: center;
    color: #fff; }
  #galeria .botoes {
    width: 100%;
    display: flex !important;
    position: absolute;
    height: 500px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px; }
    @media (max-width: 1400px) {
      #galeria .botoes {
        height: 400px; } }
    @media (max-width: 992px) {
      #galeria .botoes {
        height: 260px; } }
    @media (max-width: 767px) {
      #galeria .botoes {
        display: none !important; } }
    #galeria .botoes button {
      width: 80px;
      height: 80px;
      background-color: #c2a948;
      border-radius: 100px;
      color: white;
      border: none;
      font-size: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.4s; }
      #galeria .botoes button:hover {
        background-color: #a18b36; }
      #galeria .botoes button:focus {
        border-color: #a18b36; }
  #galeria .seta-anterior, #galeria .seta-proximo {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #0a1f3e;
    border-radius: 100px;
    color: white;
    border: none;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
    @media (max-width: 767px) {
      #galeria .seta-anterior, #galeria .seta-proximo {
        display: none !important; } }
    #galeria .seta-anterior:hover, #galeria .seta-proximo:hover {
      background-color: #a18b36; }
    #galeria .seta-anterior:focus, #galeria .seta-proximo:focus {
      border-color: #a18b36; }
  #galeria .seta-anterior {
    margin-left: 50px !important; }
  #galeria .seta-proximo {
    right: 50px !important; }

#section-cadastro .btn-padrao {
  margin: 27px auto;
  display: table;
  width: auto;
  padding: 15px 23px;
  font-size: 15px; }

#rodape-fixo {

  width: 100%;
  overflow: hidden;
  z-index: 2; }
  #rodape-fixo .inner-rodape-fixo {
    background: #0a1f3e;
    color: #fff;
    display: flex;
    align-items: center;
    background-image: url(../img/bg-fixo.png);
    background-repeat: repeat-x;
    background-position: center left;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 26.74px;
    text-align: left;
    color: #fff; }
  #rodape-fixo .social {
    background-color: #0a1f3e;
    width: 50% !important;
    justify-content: flex-start !important;
    padding-left: 88px; }
  #rodape-fixo img {
    width: 77px;
    transition: all 0.4s;
    height: auto;
    padding: 10px;
    background-color: #0a1f3e; }
  #rodape-fixo .lista {
    display: flex;
    align-items: center;
    position: relative; }
    #rodape-fixo .lista::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 100%;
      background-color: #0a1f3e; }
    @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; }
      #rodape-fixo .lista > div.whatsapp {
        cursor: pointer;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #fff;
        background: #3a9713; }
        #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.fixed img {
    width: 50px; }

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

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

.section-padrao {
  background-color: #fff;
  height: auto;
  background-image: url("../img/bg-localizacao.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden; }
  .section-padrao.section-padrao__mar {
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto; }
  .section-padrao .inner {
    background-color: #fff;
    padding: 50px 0;
    position: relative; }
    .section-padrao .inner img {
      position: absolute;
      top: 0;
      right: 100%;
      width: auto; }
  .section-padrao h3 {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 54px;
    text-align: center;
    color: #0a1f3e;
    margin-bottom: 38px; }
  .section-padrao p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 38px;
    text-align: center;
    color: #0a1f3e;
    margin: 0; }

#section-mapa {
  background-color: #c2a948;
  padding: 60px 0; }
  #section-mapa p {
    color: #0a1f3e;
    text-align: center;
    margin: 0; }

#section-diferenciais {
  padding: 30px 0 30px;
  background-color: #0a1f3e; }
  #section-diferenciais h3 {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 54px;
    text-align: center;
    color: #c2a948;
    margin: 0; }
    @media (max-width: 568px) {
      #section-diferenciais h3 {
        font-size: 30px;
        line-height: 35px; } }
  #section-diferenciais p {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 0.04em;
    line-height: 30px;
    text-align: center;
    color: #2b383d; }
    @media (max-width: 568px) {
      #section-diferenciais p {
        font-size: 18px;
        line-height: 25px; } }

.galeria-detalhes__lazer {
  background-color: #0a1f3e; }
  .galeria-detalhes__lazer .slick-galeria-detalhes {
    margin-bottom: 0; }
    .galeria-detalhes__lazer .slick-galeria-detalhes .reg-carousel.slick-current p {
      font-weight: 300;
      font-size: 21px;
      letter-spacing: -0.02em;
      line-height: 47px;
      text-align: center;
      color: #c2a948 !important; }

#section-plantas {
  background-color: #FFF;
  padding: 20px 0 20px; }
  #section-plantas h2 {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 54px;
    text-align: center;
    color: #0a1f3e; }
    @media (max-width: 768px) {
      #section-plantas h2 {
        font-size: 25px;
        line-height: 30px; }
        #section-plantas h2 br {
          display: none; } }
    @media (max-width: 568px) {
      #section-plantas h2 b {
        font-size: 18px !important;
        line-height: 25px !important; } }
  #section-plantas a {
    position: relative;
    margin-top: 37px;
    background: transparent !important;
    display: block;
    margin: 15px auto;
    border-radius: 23px;
    /* background: url(...); */
    border: 1px solid #d8d8d8;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    width: 100%;
    /* O container pode ter a largura dinâmica ou fixa */
    max-width: 300px;
    /* Defina um valor máximo para a largura do container */
    height: 300px;
    /* A altura fixa do container para o quadrado */
    overflow: hidden;
    /* Esconde as partes da imagem que excedem os limites */
    position: relative;
    /* Necessário para o posicionamento da imagem */ }
    #section-plantas a img {
      width: auto;
      /* A largura será ajustada para manter a proporção */
      height: 100%;
      /* A altura será ajustada para preencher 100% do container */
      object-fit: cover;
      /* Garante que a imagem cubra todo o container sem distorcer */
      position: absolute;
      /* Posiciona a imagem dentro do container */
      top: 50%;
      /* Centraliza verticalmente */
      left: 50%;
      /* Centraliza horizontalmente */
      transform: translate(-50%, -50%);
      /* Ajusta a imagem para que seu centro seja o ponto de referência */ }
    #section-plantas a .fa {
      font-size: 16px;
      padding: 10px; }
    #section-plantas a span {
      padding: 10px 0;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #0a1f3e;
      min-height: 89px; }
      @media (max-width: 768px) {
        #section-plantas a span {
          min-height: 44px; } }
      #section-plantas a span i {
        background-color: #A1B88A;
        color: #fff; }
      #section-plantas a span b {
        font-family: 'Montserrat';
        font-weight: normal;
        font-size: 17px;
        letter-spacing: 0.04em;
        line-height: 20px;
        text-align: center; }
    #section-plantas a.bg-black span {
      background-color: #c2a948; }
      #section-plantas a.bg-black span b {
        color: #fff; }
    #section-plantas a.menor span {
      min-height: 52px; }
    #section-plantas a:hover.bg-black {
      background-color: #121212;
      color: #fff; }
    #section-plantas a:hover span {
      background: #fff;
      background-color: #121212; }
      #section-plantas a:hover span b {
        color: #fff !important; }
  #section-plantas .box-lista {
    background-color: #fff;
    position: relative; }
  #section-plantas .lista {
    /* the slides */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* the parent */ }
    #section-plantas .lista .principal > div {
      padding: 13px; }
    #section-plantas .lista .secundario {
      display: flex;
      flex-wrap: wrap; }
      #section-plantas .lista .secundario > div {
        padding: 13px; }
    #section-plantas .lista .slick-slide {
      margin: 0 5px;
      padding: 17px; }
      #section-plantas .lista .slick-slide.andar-2 {
        background-color: #DDCDC2; }
      @media (max-width: 768px) {
        #section-plantas .lista .slick-slide {
          margin: 0; } }
    #section-plantas .lista .slick-list {
      margin: 0 -5px; }
      @media (max-width: 768px) {
        #section-plantas .lista .slick-list {
          margin: 0; } }
    #section-plantas .lista .slick-prev {
      left: 0;
      z-index: 2;
      background: #0a1f3e;
      padding: 10px;
      width: 40px;
      height: 40px; }
    #section-plantas .lista .slick-next {
      right: 0;
      background: #0a1f3e;
      padding: 10px;
      width: 40px;
      height: 40px; }
    #section-plantas .lista .slick-prev:before, #section-plantas .lista .slick-next:before {
      z-index: 2; }
    #section-plantas .lista img {
      width: 100%;
      overflow: hidden; }
  #section-plantas .btn {
    margin: 0 auto;
    display: table;
    padding: 15px 19px;
    font-size: 15px; }
    #section-plantas .btn .fa {
      padding: 0 !important; }

.btn-ebook {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 0.12em;
  line-height: 54px;
  text-align: left;
  color: #fff;
  border-radius: 46.5px;
  background: #156e83;
  padding: 19px 33px;
  display: table;
  margin: 51px auto 0; }
  .btn-ebook:hover {
    color: #fff;
    background-color: #3CC360; }
  @media (max-width: 568px) {
    .btn-ebook {
      padding: 20px;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      margin-bottom: 20px; } }

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