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

body {
  position: relative;
  max-width: 100%; }

#section-logo {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  transition: all 0.4s;
  pointer-events: none; }
  #section-logo img {
    transition: all 0.4s;
    width: 231px; }
  #section-logo.fixed img {
    width: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  @media (max-width: 1024px) {
    #section-logo img {
      width: 150px; } }

#section-video {
  padding: 20px 0 20px;
  background-position: center top;
  /*background-size:cover;*/
  background-repeat: no-repeat;
  height: 100%;
  margin-top: 81px;
  /*
    height: 664px;
    display: flex;*/
  align-items: center;
  justify-content: center;
  position: relative;
  background-attachment: fixed !important; }
  @media (max-width: 1024px) {
    #section-video {
      height: auto; } }
  @media (max-width: 768px) {
    #section-video {
      height: auto;
      display: block;
      margin-top: 0;
      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 {
    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;
      padding-left: 100px; }
      @media (max-width: 1024px) {
        #section-video .inner-section-video .box-texto {
          padding: 0; } }
      #section-video .inner-section-video .box-texto a {
        margin: 0 auto;
        display: table; }
  #section-video .row {
    display: flex;
    align-content: center;
    align-items: center; }
    #section-video .row .principal {
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 29px;
      line-height: 35px;
      padding-right: 30px;
      text-align: right;
      color: #d5d2c4;
      text-transform: uppercase; }
      #section-video .row .principal p {
        padding: 0; }
      @media (max-width: 768px) {
        #section-video .row .principal {
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 15px;
          padding-right: 0px;
          margin-top: 30px;
          text-align: center;
          padding: 0 20px; } }
      #section-video .row .principal strong {
        font-weight: 600; }
      #section-video .row .principal img {
        max-width: 400px; }
        #section-video .row .principal img.mobile {
          display: none; }
        @media (max-width: 568px) {
          #section-video .row .principal img {
            max-width: 100%;
            display: none; }
            #section-video .row .principal img.mobile {
              display: block; } }
      @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: normal;
      font-size: 17px;
      line-height: 25px;
      padding-right: 30px;
      text-align: left;
      color: #d5d5d5;
      text-align: right; }
      @media (max-width: 768px) {
        #section-video .row .descricao {
          margin-bottom: 20px; } }
      @media (max-width: 568px) {
        #section-video .row .descricao {
          text-align: center;
          padding-right: 0px; } }
    #section-video .row h2 {
      font-weight: 600;
      font-size: 25px;
      letter-spacing: -0.01em;
      line-height: 30px;
      text-align: left;
      color: #fff; }
      @media (max-width: 768px) {
        #section-video .row h2 {
          font-size: 20px;
          line-height: 25px; }
          #section-video .row h2 br {
            display: none; } }
    #section-video .row button {
      font-weight: normal;
      font-size: 21px;
      line-height: 30px;
      text-align: left;
      color: #f5e8df;
      margin: 33px 0;
      margin: 0 auto !important;
      border: none;
      height: 76px;
      width: calc(100% - 50px);
      float: right;
      text-align: center;
      background-color: #6CAF48; }
    #section-video .row p {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: -0.01em;
      line-height: 25px;
      text-align: left;
      color: #fff;
      margin: 0;
      margin-top: 40px; }
  #section-video h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.41em;
    text-align: center;
    color: #084b8e;
    display: block;
    padding: 30px 0;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #section-video h3 {
        font-size: 20px;
        line-height: 25px; } }

.slick-next:before, .slick-prev:before {
  content: '';
  z-index: 2; }

.slick-next {
  right: -13px;
  z-index: 2; }
  .slick-next::before {
    content: ''; }

.slick-prev {
  left: -36px;
  z-index: 2; }
  .slick-prev::before {
    content: ''; }

#section-condominio {
  padding: 40px 0;
  background: #d83944;
  background: -moz-linear-gradient(180deg, #d83944 0%, #d83944 50%, white 50%, white 100%);
  background: -webkit-linear-gradient(180deg, #d83944 0%, #d83944 50%, white 50%, white 100%);
  background: linear-gradient(180deg, #d83944 0%, #d83944 50%, white 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d83944",endColorstr="#ffffff",GradientType=1); }
  #section-condominio h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    text-align: left;
    color: #fff;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      #section-condominio h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px; } }
  #section-condominio .logos {
    display: flex;
    flex-wrap: wrap;
    margin: 41px 0; }
    #section-condominio .logos div {
      width: 16.6%; }
      #section-condominio .logos div img {
        width: 100%; }
      @media (max-width: 768px) {
        #section-condominio .logos div {
          width: 33.33%; } }
      @media (max-width: 568px) {
        #section-condominio .logos div {
          width: 50%; } }
  #section-condominio a {
    background-color: #16AF33;
    display: table;
    margin: 0 auto; }

.box-carrossel {
  padding: 30px 15px;
  margin: 0 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.06); }
  .box-carrossel .carrossel .item span {
    padding: 0 15px; }
  .box-carrossel .carrossel .item img {
    border-radius: 29px;
    width: 100%;
    /*border: 1px solid #cbcbcb;*/
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto 24px; }
  .box-carrossel .carrossel .item span {
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 30.33px;
    text-align: center;
    color: #717783; }

#section-lista {
  background-color: #D83944;
  padding: 120px 0; }
  @media (max-width: 768px) {
    #section-lista {
      padding: 30px 0; } }
  #section-lista .box {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      #section-lista .box {
        display: block; } }
  #section-lista .lista-itens {
    display: flex;
    flex-wrap: wrap; }
    #section-lista .lista-itens .item {
      width: 33.33%;
      margin: 40px 0; }
      @media (max-width: 568px) {
        #section-lista .lista-itens .item {
          width: 100%;
          margin: 20px 0; } }
      #section-lista .lista-itens .item img {
        margin: 0 auto 20px;
        display: block;
        max-width: 100%; }
        @media (max-width: 568px) {
          #section-lista .lista-itens .item img {
            margin: 0 auto 10px; } }
      #section-lista .lista-itens .item span {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 22px;
        line-height: 30.33px;
        text-align: center;
        color: #fff;
        display: block; }
  #section-lista img {
    display: block;
    margin: 0 auto; }

#section-criterio {
  background-color: #044B8E;
  padding: 50px 0; }
  #section-criterio h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 111px;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      #section-criterio h2 {
        font-size: 25px;
        line-height: 30px; } }
    @media (max-width: 568px) {
      #section-criterio h2 {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 35px; } }
  #section-criterio .box-criterio .item-criterio {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px; }
    @media (max-width: 568px) {
      #section-criterio .box-criterio .item-criterio {
        display: block; } }
    #section-criterio .box-criterio .item-criterio img {
      display: block; }
      @media (max-width: 568px) {
        #section-criterio .box-criterio .item-criterio img {
          margin: 0 auto; } }
    #section-criterio .box-criterio .item-criterio .texto {
      padding-left: 20px; }
      @media (max-width: 568px) {
        #section-criterio .box-criterio .item-criterio .texto {
          padding-left: 0; } }
      #section-criterio .box-criterio .item-criterio .texto strong {
        font-family: Montserrat;
        font-weight: bold;
        font-size: 22px;
        line-height: 30.33px;
        text-align: center;
        color: #fff; }
        @media (max-width: 568px) {
          #section-criterio .box-criterio .item-criterio .texto strong {
            display: block;
            text-align: center;
            margin-top: 20px; } }
      #section-criterio .box-criterio .item-criterio .texto p {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 17px;
        line-height: 30.33px;
        text-align: left;
        color: #fff; }
        @media (max-width: 568px) {
          #section-criterio .box-criterio .item-criterio .texto p {
            display: block;
            text-align: center; } }
  #section-criterio .btn {
    display: table;
    margin: 0 auto; }

#section-corretor {
  background-color: #D83944;
  padding: 16px 0; }
  #section-corretor .box-corretor {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    #section-corretor .box-corretor img {
      margin: 0 auto;
      display: block; }
      @media (max-width: 1024px) {
        #section-corretor .box-corretor img {
          width: 510px; } }
    @media (max-width: 768px) {
      #section-corretor .box-corretor {
        display: block; } }
  #section-corretor .formulario__footer {
    width: 1000px;
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      #section-corretor .formulario__footer {
        max-width: 100%; } }
    #section-corretor .formulario__footer .msg {
      font-weight: 300;
      font-size: 21px;
      line-height: 26px;
      text-align: center;
      color: #fff; }
    #section-corretor .formulario__footer .form-control {
      background-color: #D85961; }
    #section-corretor .formulario__footer select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="17" viewBox="0 0 23 17"><path id="Polígono_1" data-name="Polígono 1" d="M11.5,0,23,17H0Z" transform="translate(23 17) rotate(180)" fill="%23fff"/></svg>') no-repeat;
      background-position: 97% center; }

#section-desenvolvedora {
  padding: 13px 0; }
  #section-desenvolvedora img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.formulario {
  /*background: $cor-principal;*/
  padding: 30px 11px 0;
  max-width: 487px;
  margin: 0 auto; }
  .formulario .form-control {
    padding: 20px 10px;
    border: 0;
    color: #fff; }
  .formulario button {
    width: 100% !important;
    display: block;
    background-color: #16AF33 !important; }
  .formulario ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */ }
  .formulario.formulario__topo .form-control {
    background-color: rgba(8, 75, 142, 0.6); }
  @media (max-width: 768px) {
    .formulario {
      padding: 10px 0; } }
  @media (max-width: 568px) {
    .formulario {
      padding: 25px 0; } }
  .formulario h6 {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }

#flutuante-whatsapp {
  cursor: pointer; }

form.form-padrao {
  padding: 0 25px; }
  @media (max-width: 568px) {
    form.form-padrao {
      padding: 0; } }
  form.form-padrao .msg {
    margin-bottom: 22px;
    display: block;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 27px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #084b8e;
    font-weight: 700;
    line-height: 32px; }
    @media (max-width: 568px) {
      form.form-padrao .msg {
        font-size: 20px;
        line-height: 25px; } }
  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; } }

#rodape-fixo {
  background: #4DADA7;
  background: linear-gradient(90deg, #4DADA7 0%, #4DADA7 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: #4DADA7; }
  #rodape-fixo img {
    width: 162px;
    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*/ }

.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  z-index: 2;
  bottom: 0; }
  .slick-dots li button:before {
    opacity: 1;
    background-color: #fff;
    color: transparent; }
  .slick-dots li.slick-active button::before {
    background-color: #2EAD97 !important; }

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