/*
@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); } }

#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: 800px; }
  @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 .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;
    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;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
      #section-video .row .descricao strong {
        font-weight: 600; }
      @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 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-weight: normal;
      font-size: 21px;
      line-height: 30px;
      text-align: left;
      color: #f5e8df;
      margin: 33px 0;
      margin: 0 auto !important;
      border: none;
      height: 76px;
      width: calc(100% - 60px);
      float: right;
      text-align: center;
      background-color: #32AD7E; }
    #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; }

#box-orange {
  background: #2C373D;
  padding: 20px;
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 550px;
  float: right; }
  @media (max-width: 1024px) {
    #box-orange {
      float: none;
      max-width: 100%;
      font-size: 25px;
      line-height: 30px; } }
  @media (max-width: 768px) {
    #box-orange {
      padding: 10px 0; } }

#formulario {
  background: #2C373D;
  padding: 30px 11px 40px;
  max-width: 550px;
  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 #1F2B20;
      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 20px; }

#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: 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 {
      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-defesa {
  padding: 40px 0; }
  #section-defesa p {
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 27px;
    text-align: left;
    color: #6f6f6f;
    margin-bottom: 0; }
    @media (max-width: 568px) {
      #section-defesa p {
        text-align: center; } }

#section-frase {
  background-color: #2C373D; }
  #section-frase h2 {
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    display: block;
    padding: 44px 0;
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #fff; }
    @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-bairro {
  background-image: url("../img/bg-bairro.jpg");
  background-position: center;
  background-size: cover;
  height: 1012px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    #section-bairro {
      height: auto;
      padding: 40px 0; } }
  @media (max-width: 568px) {
    #section-bairro {
      background-position: center left; } }

#section-investimento-seguro {
  background-image: url("../img/bg-investimento.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 787px;
  display: flex;
  align-items: center;
  background-color: #212B2D; }
  @media (max-width: 768px) {
    #section-investimento-seguro {
      height: auto;
      padding: 40px 0; } }
  @media (max-width: 758px) {
    #section-investimento-seguro {
      background-image: none; } }

#section-novos-icones, #section-icones-conforto {
  background-color: #fff;
  padding: 15px 0; }
  #section-novos-icones .box-icones, #section-icones-conforto .box-icones {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #section-novos-icones .box-icones .item, #section-icones-conforto .box-icones .item {
      text-align: center;
      margin: 20px 0; }
      #section-novos-icones .box-icones .item img, #section-icones-conforto .box-icones .item img {
        margin: 0 auto; }
      #section-novos-icones .box-icones .item span, #section-icones-conforto .box-icones .item span {
        font-family: 'gothambook';
        font-weight: normal;
        font-size: 22px;
        letter-spacing: -0.04em;
        line-height: 26px;
        text-align: center;
        color: #26382a;
        display: block; }

#section-icones-conforto {
  background-color: #2C373D; }
  #section-icones-conforto .box-icones .item span {
    color: #fff; }

#section-servicos {
  background-color: #2C373D;
  background-position: right;
  background-repeat: no-repeat;
  color: #614c4c;
  position: relative; }
  #section-servicos .container {
    padding: 0;
    width: 1900px;
    max-width: 100%; }
  #section-servicos .colunas {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    @media screen and (max-width: 1440px) {
      #section-servicos .colunas {
        align-items: stretch; } }
    @media screen and (max-width: 768px) {
      #section-servicos .colunas {
        display: block; } }
    #section-servicos .colunas table img {
      display: block;
      margin: 0 auto; }
    #section-servicos .colunas table td {
      padding: 19px 0;
      font-weight: normal;
      font-size: 20px;
      line-height: 23px;
      text-align: left;
      color: #fff;
      text-transform: uppercase;
      vertical-align: middle;
      font-family: 'Montserrat'; }
      #section-servicos .colunas table td:first-child {
        padding-right: 44px; }
      @media (max-width: 568px) {
        #section-servicos .colunas table td {
          padding: 10px 0; } }
    @media screen and (max-width: 1440px) {
      #section-servicos .colunas .item-coluna {
        align-items: initial; } }
    @media screen and (max-width: 768px) {
      #section-servicos .colunas .item-coluna {
        display: block;
        width: 100%; } }
    #section-servicos .colunas .item-coluna.img {
      display: flex; }
      #section-servicos .colunas .item-coluna.img img {
        width: 100%;
        object-fit: fill; }
    #section-servicos .colunas .item-coluna.texto {
      padding: 0 10px;
      width: calc(1320px / 2);
      padding: 87px 36px 67px; }
      @media screen and (max-width: 1440px) {
        #section-servicos .colunas .item-coluna.texto {
          width: 50%;
          padding: 80px 36px 30px; } }
      @media screen and (max-width: 768px) {
        #section-servicos .colunas .item-coluna.texto {
          width: 100%; } }
      @media (max-width: 568px) {
        #section-servicos .colunas .item-coluna.texto {
          padding: 0 25px; } }
      #section-servicos .colunas .item-coluna.texto .titulo {
        position: relative; }
        @media (max-width: 768px) {
          #section-servicos .colunas .item-coluna.texto .titulo {
            padding: 0; } }
      #section-servicos .colunas .item-coluna.texto h2 {
        font-size: 35px;
        line-height: 53px;
        text-align: center;
        color: #fff;
        margin-bottom: 40px; }
        @media (max-width: 1024px) {
          #section-servicos .colunas .item-coluna.texto h2 {
            font-size: 35px;
            line-height: 40px; } }
        @media (max-width: 768px) {
          #section-servicos .colunas .item-coluna.texto h2 {
            padding-left: 0;
            text-align: center;
            padding: 0 80px; }
            #section-servicos .colunas .item-coluna.texto h2 br {
              display: none; } }
        @media (max-width: 568px) {
          #section-servicos .colunas .item-coluna.texto h2 {
            line-height: 25px;
            padding: 50px 0 0 0; } }
      #section-servicos .colunas .item-coluna.texto .img-ponto {
        position: absolute;
        right: -10px;
        top: -120px; }
        @media (max-width: 1024px) {
          #section-servicos .colunas .item-coluna.texto .img-ponto {
            width: 90px;
            top: -110px; } }
        @media (max-width: 768px) {
          #section-servicos .colunas .item-coluna.texto .img-ponto {
            width: 70px;
            top: -120px; } }
        @media (max-width: 568px) {
          #section-servicos .colunas .item-coluna.texto .img-ponto {
            width: 50px;
            top: -30px;
            right: -10px; } }
      #section-servicos .colunas .item-coluna.texto .descricao {
        padding-right: 75px; }
        @media screen and (max-width: 1440px) {
          #section-servicos .colunas .item-coluna.texto .descricao {
            padding-right: 50px; } }
        @media (max-width: 568px) {
          #section-servicos .colunas .item-coluna.texto .descricao {
            padding-right: 0; } }
      #section-servicos .colunas .item-coluna.texto p {
        font-weight: normal;
        font-size: 17px;
        letter-spacing: 0.04em;
        line-height: 30px;
        text-align: left;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #section-servicos .colunas .item-coluna.texto p {
            padding-left: 0; } }

#section-espaco {
  position: relative;
  background-color: #2C373D; }
  @media (max-width: 768px) {
    #section-espaco {
      padding: 30px 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%; } }
    @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; }
        #section-espaco span button {
          padding: 4px;
          margin: 10px 0; }
        #section-espaco span br {
          display: none; } }
    #section-espaco span p {
      font-family: 'gothambook';
      font-weight: normal;
      font-size: 15px;
      letter-spacing: 0.04em;
      line-height: 40px;
      text-align: left;
      color: #fff; }
      @media (max-width: 768px) {
        #section-espaco span p {
          line-height: 25px;
          margin-top: 20px; } }

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

#section-mapa {
  background-color: #F5F5F5;
  padding: 50px 15px; }
  #section-mapa .titulo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    #section-mapa .titulo h3 {
      font-weight: bold;
      font-size: 40px;
      letter-spacing: -0.02em;
      line-height: 44px;
      text-align: left;
      color: #2c373d; }
      @media (max-width: 768px) {
        #section-mapa .titulo h3 {
          font-size: 30px;
          line-height: 40px;
          text-align: center; }
          #section-mapa .titulo h3 br {
            display: none; } }
    #section-mapa .titulo p {
      font-family: 'GothamBook';
      font-weight: normal;
      font-size: 17px;
      letter-spacing: -0.02em;
      line-height: 40px;
      text-align: left;
      color: #2c373d;
      max-width: 550.1px; }
      @media (max-width: 768px) {
        #section-mapa .titulo p {
          font-size: 16px;
          line-height: 20px;
          max-width: none; }
          #section-mapa .titulo p br {
            display: none; } }
  #section-mapa h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #2C373D;
    margin-bottom: 40px;
    font-family: 'Montserrat'; }
    @media (max-width: 768px) {
      #section-mapa h2 {
        font-size: 25px;
        line-height: 30px; }
        #section-mapa h2 br {
          display: none; } }
  #section-mapa h4 {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 24.15px;
    text-align: left;
    color: #2C373D;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-top: 30px; }
    @media (max-width: 768px) {
      #section-mapa h4 {
        justify-content: center; } }
    #section-mapa h4 img {
      margin-right: 10px; }
  #section-mapa table {
    max-width: 373px;
    border: 1px solid #26382A;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      #section-mapa table {
        max-width: 100%;
        margin: 0 auto; } }
    #section-mapa table tr th, #section-mapa table tr td {
      padding: 9px 17.5px;
      vertical-align: middle; }
    #section-mapa table tr th {
      font-weight: normal;
      font-size: 23.88px;
      letter-spacing: -0.04em;
      line-height: 28.65px;
      text-align: left;
      color: #fff;
      height: 35px;
      background-image: url("../img/bg-table.png");
      background-position: right;
      background-repeat: no-repeat;
      background-color: #26382A;
      padding: 0 17.5px; }
    #section-mapa table tr td {
      font-family: 'gothambook';
      font-weight: normal;
      font-size: 15px;
      letter-spacing: -0.04em;
      line-height: 19.98px;
      text-align: left;
      color: #2B3C42; }
      #section-mapa table tr td:nth-child(1) {
        text-align: right;
        border-right: 1px solid #2B3C42; }
  #section-mapa span {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 26px;
    text-align: left;
    color: #fff;
    display: block;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      #section-mapa span {
        margin: 0 25px 25px; } }
    #section-mapa span strong {
      font-weight: 600;
      display: block; }
  #section-mapa p {
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 27px;
    text-align: left;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #section-mapa p:first-child {
        margin-top: 30px; } }

@media screen and (max-width: 768px) and (max-width: 568px) {
  #section-mapa p {
    text-align: center; } }
  #section-mapa .box-icones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto; }
    #section-mapa .box-icones .item-icone {
      /*
            width: 20%;
            */
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        #section-mapa .box-icones .item-icone {
          width: 33.33%; } }
      @media screen and (max-width: 480px) {
        #section-mapa .box-icones .item-icone {
          display: block;
          width: 50%;
          margin-bottom: 20px; } }
      #section-mapa .box-icones .item-icone .ico {
        /*
                  border-radius: 100px;
                  border:1px solid #ccc;
                 
                  padding: 20px;
                   */
        width: 90px;
        height: 90px;
        display: block;
        margin: 0 auto 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
      #section-mapa .box-icones .item-icone img {
        margin: 0 auto;
        display: block;
        /*width: 100%;*/ }
      #section-mapa .box-icones .item-icone span {
        display: block;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 0.01em;
        line-height: 13px;
        text-align: center;
        color: #fff; }
        @media screen and (max-width: 480px) {
          #section-mapa .box-icones .item-icone span {
            font-size: 14px; } }
  #section-mapa .bt-mapa {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px; }
    #section-mapa .bt-mapa b {
      font-family: 'Montserrat';
      font-weight: normal;
      font-size: 19px;
      letter-spacing: -0.02em;
      line-height: 40px;
      text-align: left;
      color: #2c373d;
      padding: 0 30px;
      display: block;
      text-align: center; }

#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: #2C373D;
    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: #2C373D;
  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; }
    .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;
          color: #E9D8A7 !important;
          font-weight: 100; }
        .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; }

@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 .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: #1F2B20;
      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: #0a0d0a; }
      #galeria .botoes button:focus {
        border-color: #0a0d0a; }
  #galeria .seta-anterior, #galeria .seta-proximo {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2C373D;
    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: #0a0d0a; }
    #galeria .seta-anterior:focus, #galeria .seta-proximo:focus {
      border-color: #0a0d0a; }
  #galeria .seta-anterior {
    margin-left: 50px !important; }
  #galeria .seta-proximo {
    right: 50px !important; }

#section-renda {
  background-color: #000000;
  padding: 60px 0 60px; }
  #section-renda h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #2C373D;
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (max-width: 568px) {
      #section-renda h2 {
        font-size: 25px;
        line-height: 30px; } }
  #section-renda strong {
    font-weight: normal;
    display: block;
    font-size: 17px;
    text-align: left;
    color: #2C373D; }
    @media screen and (max-width: 768px) {
      #section-renda strong:first-child {
        margin-top: 30px; } }

@media screen and (max-width: 768px) and (max-width: 568px) {
  #section-renda strong {
    text-align: center; } }
  #section-renda p {
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 27px;
    text-align: left;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #section-renda p:first-child {
        margin-top: 30px; } }

@media screen and (max-width: 768px) and (max-width: 568px) {
  #section-renda p {
    text-align: center; } }
  #section-renda .box-icones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto; }
    #section-renda .box-icones .item-icone {
      /*
            width: 20%;
            */
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        #section-renda .box-icones .item-icone {
          width: 33.33%; } }
      @media screen and (max-width: 480px) {
        #section-renda .box-icones .item-icone {
          display: block;
          width: 50%;
          margin-bottom: 20px; } }
      #section-renda .box-icones .item-icone .ico {
        /*
                  border-radius: 100px;
                  border:1px solid #ccc;
                 
                  padding: 20px;
                   */
        width: 90px;
        height: 90px;
        display: block;
        margin: 0 auto 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
      #section-renda .box-icones .item-icone img {
        margin: 0 auto;
        display: block;
        /*width: 100%;*/ }
      #section-renda .box-icones .item-icone span {
        display: block;
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 0.01em;
        line-height: 13px;
        text-align: center;
        color: #fff; }
        @media screen and (max-width: 480px) {
          #section-renda .box-icones .item-icone span {
            font-size: 14px; } }
  #section-renda .list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%; }
    #section-renda .list * {
      font-family: 'Montserrat'; }

#section-garden {
  padding: 40px 0 60px;
  background-color: #121212;
  position: relative; }
  @media (max-width: 568px) {
    #section-garden {
      padding: 30px 0; } }
  #section-garden h2 {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #2C373D;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 568px) {
      #section-garden h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px; } }
  #section-garden .box-espaco img {
    outline: 1px solid #D0D0D0 !important;
    outline-offset: -1px;
    cursor: pointer; }
  @media (max-width: 568px) {
    #section-garden .box-espaco .box-dir {
      margin-top: 24px; } }
  #section-garden .margin {
    margin-top: 24px; }

#section-portaria {
  background-color: #F0F0F0;
  padding: 40px 0; }
  @media (max-width: 568px) {
    #section-portaria {
      padding: 25px 0; } }
  #section-portaria h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 53px;
    margin-bottom: 30px;
    text-align: center;
    color: #f19024; }
    @media (max-width: 568px) {
      #section-portaria h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px; } }
  #section-portaria .box-portaria {
    display: flex;
    flex-wrap: wrap; }
    #section-portaria .box-portaria .img {
      padding: 1px;
      cursor: pointer; }
      #section-portaria .box-portaria .img.img-principal {
        width: 100%; }
      #section-portaria .box-portaria .img.img-secundaria {
        width: 50%; }
        @media (max-width: 568px) {
          #section-portaria .box-portaria .img.img-secundaria {
            width: 100%; } }
      #section-portaria .box-portaria .img img {
        outline: 1px solid #D0D0D0 !important;
        outline-offset: -1px; }

#section-plantas {
  background-color: #e3d6a6;
  padding: 50px 0 20px; }
  #section-plantas h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    color: #2C373D;
    margin-bottom: 50px;
    text-transform: uppercase; }
    @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; }
    #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: #2C373D;
      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: #1F2B20; }
      #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 .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: #2C373D;
      padding: 10px;
      width: 40px;
      height: 40px; }
    #section-plantas .lista .slick-next {
      right: 0;
      background: #2C373D;
      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%; }
  #section-plantas .btn {
    margin: 0 auto;
    display: table;
    padding: 15px 19px;
    font-size: 15px; }
    #section-plantas .btn .fa {
      padding: 0 !important; }

#section-tranquilidade {
  padding: 50px 0 30px; }
  #section-tranquilidade h3 {
    font-weight: 900;
    font-size: 35px;
    line-height: 53px;
    text-align: center;
    color: #2b383d; }
    @media (max-width: 568px) {
      #section-tranquilidade h3 {
        font-size: 30px;
        line-height: 35px; } }
  #section-tranquilidade 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-tranquilidade p {
        font-size: 18px;
        line-height: 25px; } }

.galeria-detalhes__lazer {
  background-color: #fff; }
  .galeria-detalhes__lazer .slick-galeria-detalhes {
    margin-bottom: 0; }
    .galeria-detalhes__lazer .slick-galeria-detalhes .reg-carousel.slick-current p {
      color: #2B383D !important;
      font-weight: 600; }

#section-localizacao {
  background: #000;
  padding: 66px 0; }
  #section-localizacao iframe {
    height: 500px;
    width: 100%; }
  #section-localizacao .texto {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      #section-localizacao .texto div:first-child {
        margin-bottom: 30px; } }
    #section-localizacao .texto h3 {
      font-weight: normal;
      font-size: 35px;
      letter-spacing: 0.04em;
      line-height: 43px;
      text-align: left;
      color: #f39224;
      width: 480px; }
      @media (max-width: 768px) {
        #section-localizacao .texto h3 {
          width: 100%;
          text-align: center; } }
      @media (max-width: 568px) {
        #section-localizacao .texto h3 {
          font-size: 25px;
          line-height: 30px; } }
    #section-localizacao .texto span {
      display: block;
      font-weight: normal;
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 26px;
      text-align: left;
      color: #fff;
      margin-top: 25px; }
    #section-localizacao .texto p {
      font-weight: normal;
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 26px;
      text-align: left;
      color: #f39224;
      margin-bottom: 0; }
  #section-localizacao .listas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      #section-localizacao .listas {
        display: table;
        margin: 0 auto; } }
    #section-localizacao .listas .lista {
      font-weight: normal;
      font-size: 17px;
      letter-spacing: 0.04em;
      line-height: 26px;
      text-align: left;
      color: #fff;
      padding: 0 26px; }
      @media (max-width: 1024px) {
        #section-localizacao .listas .lista {
          padding: 0 10px; } }
      @media (max-width: 768px) {
        #section-localizacao .listas .lista {
          width: 100%;
          margin-bottom: 30px; } }

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

#footer-investimento {
  padding-top: 40px; }
  #footer-investimento h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #a1b88a; }
    @media (max-width: 768px) {
      #footer-investimento h2 {
        font-size: 25px;
        line-height: 30px; } }

#section-realizadores {
  padding: 28px 0 10px; }
  @media (max-width: 767px) {
    #section-realizadores {
      padding: 10px 0px; } }
  #section-realizadores .area-realizadores {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0; }
    @media (max-width: 992px) {
      #section-realizadores .area-realizadores {
        display: block; } }
  @media (max-width: 768px) {
    #section-realizadores .container > div {
      display: block !important; } }
  #section-realizadores h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #817457;
    margin-left: 25px; }
    @media (max-width: 992px) {
      #section-realizadores h2 {
        margin-right: 0;
        margin-bottom: 1em; } }
    @media (max-width: 768px) {
      #section-realizadores h2 {
        font-size: 35px;
        margin-bottom: 1em; } }
  #section-realizadores .lista-realizadores {
    display: flex; }
    @media (max-width: 992px) {
      #section-realizadores .lista-realizadores {
        flex-wrap: wrap;
        justify-content: center; } }
    #section-realizadores .lista-realizadores .item-realizador {
      margin-left: 25px;
      display: flex;
      align-items: center;
      display: flex;
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px; }
      #section-realizadores .lista-realizadores .item-realizador p {
        font-weight: 300;
        font-size: 13px;
        margin-bottom: 4px;
        text-align: center;
        color: #819069; }
        @media (max-width: 760px) {
          #section-realizadores .lista-realizadores .item-realizador p {
            font-size: 11px; } }
      #section-realizadores .lista-realizadores .item-realizador span {
        height: 130px;
        display: flex;
        align-items: center; }
        @media (max-width: 760px) {
          #section-realizadores .lista-realizadores .item-realizador span {
            height: 100px; } }
      @media (max-width: 992px) {
        #section-realizadores .lista-realizadores .item-realizador {
          margin: 1em;
          width: 20%;
          text-align: center; } }
      @media (max-width: 767px) {
        #section-realizadores .lista-realizadores .item-realizador {
          width: 35%; } }

#rodape-fixo {
  background: #282E29;
  background: linear-gradient(90deg, #2C373D 0%, #2C373D 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: #2C373D; }
  #rodape-fixo img {
    width: 152px;
    transition: all 0.4s;
    height: auto; }
  #rodape-fixo .lista {
    display: flex;
    align-items: center; }
    @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; }
        #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: 100px; }

#section-calculadora {
  background-color: #F3EFE7;
  padding-top: 50px;
  padding-bottom: 50px; }
  #section-calculadora h2 {
    font-size: 47px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 100%;
    float: left;
    padding-bottom: 40px; }
    @media (max-width: 764px) {
      #section-calculadora h2 {
        font-size: 31px; } }
  #section-calculadora img {
    width: 100%;
    margin-top: 2em; }
  #section-calculadora #valor_financiamento {
    padding-left: 45px; }
  #section-calculadora .text-info-input {
    color: #232C33;
    position: absolute;
    margin: 13px 10px 10px 20px;
    font-weight: bold;
    font-size: 14px; }
  #section-calculadora input, #section-calculadora select {
    border-color: #707070;
    border-radius: 0;
    height: 40px;
    font-size: 15px; }
    #section-calculadora input:focus, #section-calculadora select:focus {
      box-shadow: none; }
    #section-calculadora input:disabled, #section-calculadora select:disabled {
      background: white; }
    #section-calculadora input.moeda, #section-calculadora select.moeda {
      padding-left: 130px; }
  #section-calculadora .input-meses {
    display: flex;
    align-items: center; }
    #section-calculadora .input-meses span {
      margin-left: 10px;
      font-size: 14px; }
  #section-calculadora .font-normal {
    font-size: 15px;
    height: 45px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end; }
  #section-calculadora #abrirCalculadora {
    background-color: #F7931E;
    text-transform: uppercase;
    transition: 0.2s;
    border: none;
    border-radius: 0;
    margin-top: 3em;
    font-weight: bold;
    padding: 10px 60px; }
    #section-calculadora #abrirCalculadora:hover {
      background-color: #da7908; }
  #section-calculadora h1 {
    font-weight: bold; }
  #section-calculadora .img-svg {
    display: flex;
    align-items: center; }

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

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