/*
@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 bottom;
  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;
  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%;
    }
    */
  min-height: 1034px; }
  @media (max-width: 1440px) {
    #section-video {
      min-height: 800px;
      padding-top: 0; } }
  @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;
      background-image: url("../img/banner-lp-mobile.jpg") !important; }
      #section-video .row.row-768 {
        display: block !important; } }
  #section-video .defesa {
    position: relative;
    display: flex;
    justify-content: flex-start;
    /*
        &: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;
        }
        */ }
    @media (max-width: 768px) {
      #section-video .defesa {
        justify-content: flex-end;
        margin-bottom: 30px; } }
    #section-video .defesa div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }
    #section-video .defesa h6 {
      font-weight: bold;
      font-size: 31px;
      letter-spacing: 0.01em;
      line-height: 29px;
      text-align: right;
      color: #fff; }
      @media (max-width: 568px) {
        #section-video .defesa h6 {
          text-align: center;
          margin: 0 auto;
          display: block; }
          #section-video .defesa h6 br {
            display: none; } }
    #section-video .defesa span {
      font-weight: bold;
      font-size: 21px;
      letter-spacing: 0.01em;
      line-height: 25px;
      text-align: right;
      color: #fff;
      display: block; }
      @media (max-width: 568px) {
        #section-video .defesa span {
          text-align: center; }
          #section-video .defesa span br {
            display: none; } }
      #section-video .defesa span strong {
        font-weight: 600; }
    #section-video .defesa b {
      font-weight: bold;
      font-size: 26px;
      letter-spacing: 0.01em;
      line-height: 24px;
      text-align: right;
      color: #fff;
      display: block;
      margin-top: 20px; }
      @media (max-width: 568px) {
        #section-video .defesa b {
          text-align: center;
          display: block;
          margin: 20px auto; } }
  #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;
    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: 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 .box-entrega {
    display: flex;
    margin: 40px 0 0; }
    @media (max-width: 1440px) {
      #section-video .box-entrega {
        margin-top: 20px; } }
    @media (max-width: 1440px) {
      #section-video .box-entrega img {
        max-width: 50%; } }
    @media (max-width: 768px) {
      #section-video .box-entrega img {
        max-width: -webkit-fill-available;
        margin: 0 auto; } }
    #section-video .box-entrega .item {
      height: 128px;
      border-radius: 64px;
      background: #d5a678;
      position: relative;
      width: fit-content;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        #section-video .box-entrega .item {
          height: 108px; } }
      @media (max-width: 568px) {
        #section-video .box-entrega .item {
          height: auto;
          display: block; } }
      #section-video .box-entrega .item::before {
        content: '';
        width: calc(100% - 20px);
        border: 1px solid #fff;
        border-radius: 64px;
        height: calc(100% - 20px);
        position: absolute;
        left: 10px;
        top: 10px; }
      #section-video .box-entrega .item .previsao {
        height: 128px;
        padding: 0 32px;
        border-radius: 64px;
        background: #ab463b;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media (max-width: 768px) {
          #section-video .box-entrega .item .previsao {
            height: 108px; } }
        #section-video .box-entrega .item .previsao b {
          font-family: Montserrat;
          font-weight: bold;
          font-size: 25px;
          letter-spacing: 0em;
          line-height: 31px;
          text-align: center;
          color: #fff; }
          @media (max-width: 768px) {
            #section-video .box-entrega .item .previsao b {
              font-size: 20px;
              line-height: 25px; } }
        #section-video .box-entrega .item .previsao strong {
          font-family: Montserrat;
          font-weight: bold;
          font-size: 36px;
          letter-spacing: 0em;
          line-height: 45px;
          text-align: center;
          color: #fff; }
          @media (max-width: 768px) {
            #section-video .box-entrega .item .previsao strong {
              font-size: 25px;
              line-height: 30px; } }
      #section-video .box-entrega .item .porcentagem {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 44px 0 9px;
        z-index: 2;
        text-align: center; }
        @media (max-width: 568px) {
          #section-video .box-entrega .item .porcentagem {
            height: auto;
            padding: 10px 0 20px; } }
        #section-video .box-entrega .item .porcentagem span {
          font-weight: 700;
          font-size: 73px;
          letter-spacing: 0em;
          line-height: 89px;
          text-align: left;
          color: #ab463b;
          padding-right: 17px; }
          @media (max-width: 768px) {
            #section-video .box-entrega .item .porcentagem span {
              font-size: 40px;
              line-height: 55px; } }
        #section-video .box-entrega .item .porcentagem i {
          font-family: Montserrat;
          font-weight: bold;
          font-size: 18px;
          letter-spacing: 0em;
          line-height: 22px;
          text-align: left;
          color: #fff; }
          @media (max-width: 768px) {
            #section-video .box-entrega .item .porcentagem i {
              font-size: 16px;
              line-height: 20px; } }
  #section-video .row {
    display: flex;
    align-content: center;
    align-items: flex-start;
    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 img {
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          #section-video .row .descricao img {
            max-width: 400px;
            margin-bottom: 0; } }
        @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;
          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: #F7EDE2;
      background-color: #3CC360; }
      #section-video .row button:hover {
        background-color: #CC891D; }
    #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-title {
  background-color: #AA4539;
  padding: 15px 0; }
  .section-title.topo {
    margin-top: -64px; }
    @media (max-width: 768px) {
      .section-title.topo {
        margin-top: 0; } }
  .section-title h2 {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 54px;
    text-align: center;
    color: #fff;
    margin: 0; }
    @media (max-width: 568px) {
      .section-title h2 {
        font-size: 25px;
        line-height: 30px; } }

#section-destaques {
  padding-bottom: 40px;
  background-position: bottom left;
  background-repeat: no-repeat; }
  @media (max-width: 568px) {
    #section-destaques {
      background-image: none !important; } }
  #section-destaques h2 {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 54px;
    text-align: center;
    display: block;
    color: #aa4539;
    padding: 30px 0; }
    @media (max-width: 568px) {
      #section-destaques h2 {
        font-size: 25px;
        line-height: 30px;
        padding: 15px 0; } }
  #section-destaques .col-md-4 {
    padding: 0 2px !important; }
  #section-destaques .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    #section-destaques .item span {
      font-family: Montserrat;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: -0.02em;
      line-height: 27px;
      text-align: right;
      color: #2e2b24;
      position: relative;
      margin: 32px 0; }
      @media (max-width: 568px) {
        #section-destaques .item span {
          margin: 20px 0; } }
      #section-destaques .item span svg {
        position: absolute;
        right: calc(0% - 47px); }
    #section-destaques .item.impar svg {
      top: -16px; }
    #section-destaques .item.par svg {
      bottom: -16px; }

#formulario {
  background: rgba(90, 79, 72, 0.63);
  box-shadow: 0px 15px 36px rgba(0, 0, 0, 0.62);
  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 #000;
      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: #AA4539; }
  #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-diferenciais {
  position: relative;
  background-color: #EBDBCA; }
  @media (max-width: 768px) {
    #section-diferenciais {
      padding: 0 0; } }
  #section-diferenciais .col {
    align-items: center;
    display: flex; }
  #section-diferenciais img {
    max-width: 100%;
    display: block;
    width: calc(50% + 40px); }
    @media (max-width: 768px) {
      #section-diferenciais img {
        width: 100%; } }
    @media (max-width: 568px) {
      #section-diferenciais img {
        margin-bottom: 15px; } }
  #section-diferenciais .row {
    align-items: revert;
    justify-content: flex-end;
    background-color: #EBDBCA; }
    #section-diferenciais .row.second {
      flex-direction: row-reverse; }
      #section-diferenciais .row.second span {
        padding-right: 40px !important; }
        @media (max-width: 768px) {
          #section-diferenciais .row.second span {
            padding: 0 15px; } }
  #section-diferenciais h3 {
    font-weight: bold;
    font-size: 45px;
    letter-spacing: 0em;
    line-height: 54px;
    text-align: left;
    color: #AA4539;
    padding-left: 31px;
    margin-bottom: 50px; }
    @media (max-width: 1440px) {
      #section-diferenciais h3 {
        margin-bottom: 30px; } }
    @media (max-width: 568px) {
      #section-diferenciais h3 {
        font-size: 25px;
        line-height: 30px;
        padding-left: 0;
        text-align: center;
        margin: 0 0 15px; } }
  #section-diferenciais ul li {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 20px;
    text-align: left;
    color: #2c373d;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 1440px) {
      #section-diferenciais ul li {
        margin-bottom: 20px; } }
    #section-diferenciais ul li:before {
      content: '';
      width: 14px;
      height: 14px;
      background-color: #AA4539;
      position: absolute;
      top: 4px;
      left: -34px; }
  #section-diferenciais 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;
        */
    padding: 0 44px;
    display: block; }
    @media (max-width: 768px) {
      #section-diferenciais span {
        font-size: 30px;
        line-height: 35px;
        padding-right: 40px;
        width: 100%; }
        #section-diferenciais span br {
          display: none; } }
    @media (max-width: 568px) {
      #section-diferenciais span {
        width: 100%;
        left: 0;
        padding: 0 20px;
        text-align: center;
        font-size: 19px;
        line-height: 20px;
        padding: 0 !important; }
        #section-diferenciais span button {
          padding: 4px;
          margin: 10px 0; }
        #section-diferenciais span br {
          display: none; } }
    #section-diferenciais span p {
      font-weight: 500;
      font-size: 14px;
      line-height: 26px;
      text-align: left;
      color: #fff;
      max-width: 534px; }
      @media (max-width: 768px) {
        #section-diferenciais span p {
          line-height: 25px;
          margin-top: 20px; } }
  #section-diferenciais button {
    display: inline; }

#section-texto {
  height: 654px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    #section-texto {
      height: 400px; } }
  @media (max-width: 568px) {
    #section-texto {
      background-image: none !important;
      background-color: #AA4539;
      height: auto; } }
  #section-texto img {
    display: none !important; }
    @media (max-width: 568px) {
      #section-texto img {
        display: block !important;
        width: 100%; } }
  #section-texto .container {
    position: relative;
    height: 100%; }
  #section-texto .box {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 36px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    background-color: #AA4539;
    position: absolute;
    bottom: 0; }
    @media (max-width: 768px) {
      #section-texto .box {
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 568px) {
      #section-texto .box {
        position: relative;
        bottom: auto;
        text-align: center; }
        #section-texto .box br {
          display: none; } }
    #section-texto .box .inner-box {
      padding: 53px; }
      @media (max-width: 768px) {
        #section-texto .box .inner-box {
          padding: 20px; } }
  #section-texto.section-texto__pet .box {
    right: 0; }
  #section-texto.section-texto__lazer .box {
    left: 0; }

#section-ficha-tecnica {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 568px) {
    #section-ficha-tecnica {
      background-image: none !important; } }
  #section-ficha-tecnica .box-title {
    display: flex;
    align-items: center;
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      #section-ficha-tecnica .box-title {
        display: block;
        margin-bottom: 0; } }
    #section-ficha-tecnica .box-title img {
      width: 60%; }
      @media (max-width: 768px) {
        #section-ficha-tecnica .box-title img {
          width: 100%; } }
    #section-ficha-tecnica .box-title div {
      width: 40%;
      padding-left: 50px; }
      @media (max-width: 768px) {
        #section-ficha-tecnica .box-title div {
          width: 100%;
          padding: 0 20px; } }
  #section-ficha-tecnica .box {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #section-ficha-tecnica .box {
        display: block; } }
    #section-ficha-tecnica .box img {
      width: 60%; }
      @media (max-width: 768px) {
        #section-ficha-tecnica .box img {
          width: 100%; } }
    #section-ficha-tecnica .box > div {
      padding-left: 50px;
      position: relative; }
      @media (max-width: 768px) {
        #section-ficha-tecnica .box > div {
          padding: 20px 0; } }
  #section-ficha-tecnica h6 {
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 0.12em;
    line-height: 35px;
    text-align: left;
    color: #aa4539;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #section-ficha-tecnica h6 {
        text-align: center;
        padding: 20px 0; } }
  #section-ficha-tecnica .text-ficha {
    margin-top: 60px; }
    @media (max-width: 768px) {
      #section-ficha-tecnica .text-ficha {
        margin-top: 30px;
        padding: 0 20px; } }
    #section-ficha-tecnica .text-ficha span {
      margin-bottom: 60px;
      display: block;
      position: relative;
      padding-left: 60px; }
      @media (max-width: 1440px) {
        #section-ficha-tecnica .text-ficha span {
          margin-bottom: 20px; } }
      @media (max-width: 768px) {
        #section-ficha-tecnica .text-ficha span {
          padding-left: 30px; } }
      #section-ficha-tecnica .text-ficha span::before {
        content: '';
        width: 14px;
        height: calc(100% - 20px);
        background-color: #ECDECF;
        position: absolute;
        left: 0;
        top: 10px; }
      #section-ficha-tecnica .text-ficha span strong {
        font-weight: bold;
        font-size: 28px;
        letter-spacing: -0.02em;
        line-height: 32px;
        text-align: left;
        color: #4b4b4b;
        display: block; }
        @media (max-width: 768px) {
          #section-ficha-tecnica .text-ficha span strong {
            font-size: 20px;
            line-height: 25px; } }
      #section-ficha-tecnica .text-ficha span p {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 32px;
        text-align: left;
        color: #4b4b4b; }
        @media (max-width: 768px) {
          #section-ficha-tecnica .text-ficha span p {
            font-size: 16px;
            line-height: 20px; } }

#section-localizacao {
  padding: 50px 0; }
  #section-localizacao .box {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      #section-localizacao .box {
        display: block; } }
    #section-localizacao .box .mapa h6 {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 29px;
      line-height: 54px;
      text-align: right;
      color: #aa4539;
      margin-bottom: 38px;
      padding-right: 15px; }
      @media (max-width: 768px) {
        #section-localizacao .box .mapa h6 {
          text-align: center;
          font-size: 20px;
          line-height: 25px;
          padding: 0; } }
    @media (max-width: 768px) {
      #section-localizacao .box .mapa iframe {
        width: 100% !important;
        margin-bottom: 20px; } }
    #section-localizacao .box .vizinhanca h6 {
      font-weight: bold;
      font-size: 29px;
      line-height: 54px;
      text-align: center;
      color: #aa4539;
      margin-bottom: 21px; }
      @media (max-width: 768px) {
        #section-localizacao .box .vizinhanca h6 {
          text-align: center;
          font-size: 20px;
          line-height: 25px;
          padding: 0; } }
    @media (max-width: 768px) {
      #section-localizacao .box .vizinhanca table {
        margin: 0 auto; } }
    #section-localizacao .box .vizinhanca table tr:first-child td {
      padding-top: 10px; }
    #section-localizacao .box .vizinhanca table tr:last-child td {
      padding-bottom: 10px; }
    #section-localizacao .box .vizinhanca table td:nth-child(1) {
      background: #f7ede2;
      text-align: right;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: -0.02em;
      line-height: 34px;
      text-align: right;
      color: #4b4b4b;
      width: 302px;
      padding-right: 10px;
      position: relative; }
      @media (max-width: 768px) {
        #section-localizacao .box .vizinhanca table td:nth-child(1) {
          width: auto;
          padding: 0 10px 0 10px; } }
      #section-localizacao .box .vizinhanca table td:nth-child(1)::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
        height: 1px;
        background-color: #D0D0D0; }
    #section-localizacao .box .vizinhanca table td:nth-child(2) {
      background-color: #FCF6EF;
      font-weight: normal;
      font-size: 15px;
      letter-spacing: -0.02em;
      line-height: 34px;
      text-align: left;
      color: #4b4b4b;
      width: 374px;
      padding-left: 10px;
      position: relative; }
      @media (max-width: 768px) {
        #section-localizacao .box .vizinhanca table td:nth-child(2) {
          width: 150px;
          padding: 0 20px 0 10px; } }
      #section-localizacao .box .vizinhanca table td:nth-child(2)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 1px;
        background-color: #D0D0D0; }

.section-padrao {
  position: relative;
  background-color: #AA4539;
  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: #AA4539;
    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: #AA4539;
  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: transparent;
      color: white;
      font-size: 32px; }
    .galeria-detalhes .slick-galeria-detalhes .reg-carousel {
      outline: none;
      max-width: 1034px;
      opacity: 0.35;
      transition: opacity 0.4s ease; }
      .galeria-detalhes .slick-galeria-detalhes .reg-carousel p {
        color: transparent !important;
        transition: color 0.4s ease;
        margin-bottom: 0; }
      .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 {
          text-transform: uppercase;
          color: #E9D8A7 !important;
          font-weight: 400;
          margin: 0; }
        .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: 1034px;
        /*padding: 0 15px;*/ }
      .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: 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: 870px; } }

@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: #F7EDE2;
      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: #ecd4ba; }
      #galeria .botoes button:focus {
        border-color: #ecd4ba; }
  #galeria .seta-anterior, #galeria .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 .seta-anterior, #galeria .seta-proximo {
        background-color: #AA4539; } }
    #galeria .seta-anterior:hover, #galeria .seta-proximo:hover {
      background-color: #ecd4ba; }
    #galeria .seta-anterior:focus, #galeria .seta-proximo:focus {
      border-color: #ecd4ba; }
  #galeria .seta-anterior {
    margin-left: 50px !important; }
  #galeria .seta-proximo {
    right: 50px !important; }

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

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

#rodape-fixo {
  background: #3D2D2C;
  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 .btn {
    display: flex;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    color: #fff;
    height: 100%;
    background-color: #3CC360; }
    #rodape-fixo .btn:hover {
      background-color: #CC891D; }
  #rodape-fixo img {
    width: 149px;
    transition: all 0.4s;
    height: auto;
    margin: 5px 0; }
  #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; }
      #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.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; }

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