/*
@import "../colors";
@import "../variables";
@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;
  align-items: flex-start;
  min-height: 864px; }
  @media (max-width: 1440px) {
    #section-video {
      min-height: 800px;
      padding-top: 0;
      align-items: center; } }
  @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 .top {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      #section-video .top {
        margin-top: 50px; } }
    @media (max-width: 768px) {
      #section-video .top {
        margin: 0px 0;
        display: block; } }
    #section-video .top .remax {
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        #section-video .top .remax {
          display: block; } }
      #section-video .top .remax img {
        margin: 0; }
        @media (max-width: 768px) {
          #section-video .top .remax img {
            display: block;
            margin: 0 auto 20px; } }
      #section-video .top .remax span {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: #0f2441;
        padding-left: 22px; }
        @media (max-width: 1024px) {
          #section-video .top .remax span br {
            display: none; } }
        @media (max-width: 768px) {
          #section-video .top .remax span {
            display: block;
            padding: 0 0 20px;
            font-size: 13px;
            text-align: center; } }
    #section-video .top .preco {
      margin: 0 !important; }
      #section-video .top .preco span {
        background-color: #102643;
        font-family: Poppins;
        font-weight: bold;
        font-size: 25px;
        letter-spacing: -0.04em;
        line-height: 29px;
        text-align: center;
        color: #fff;
        padding: 15px 15px; }
        @media (max-width: 1024px) {
          #section-video .top .preco span {
            font-size: 20px;
            padding: 10px; } }
  #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: 90px; } }
    #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 .row {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
    #section-video .row img {
      margin: 0 auto;
      display: block !important; }
    #section-video .row .principal {
      font-family: "Manier Medium-Trial";
      font-weight: 500;
      font-size: 40px;
      line-height: 38px;
      text-align: center;
      color: #fff;
      text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.44); }
      #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: 30px;
          line-height: 35px;
          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-family: "Manier Bold-Trial";
      font-weight: bold;
      font-size: 99px;
      line-height: 95px;
      text-align: center;
      color: #fff; }
      #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: 25px;
          line-height: 30px;
          text-align: center;
          margin-bottom: 0; }
          #section-video .row .descricao br {
            display: none; } }
      @media (max-width: 568px) {
        #section-video .row .descricao {
          text-align: center;
          padding-right: 0px; } }
    #section-video .row .preco {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 36px 0 0; }
      #section-video .row .preco b {
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -0.04em;
        line-height: 31px;
        text-align: center;
        color: #fff;
        max-width: 100%;
        background-color: rgba(124, 170, 160, 0.72);
        background-color: #151515;
        font-family: Poppins;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: -0.04em;
        line-height: 29px;
        text-align: center;
        color: #fff;
        padding: 15px 15px; }
        @media (max-width: 768px) {
          #section-video .row .preco b {
            font-size: 25px;
            line-height: 30px;
            display: block; } }
    #section-video .row p {
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      text-align: left;
      color: #fff;
      max-width: 467px;
      margin: 0 auto; }
    #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: 19px;
      line-height: 30px;
      text-align: left;
      color: #f5e8df;
      margin: 33px 0;
      margin: 0 auto !important;
      border: none;
      height: 57px;
      width: calc(100% - 60px);
      text-align: center;
      background-color: #193872;
      background-color: #3A9718;
      padding: 0;
      font-weight: 600; }
      #section-video .row button:hover {
        background-color: #102643; }
    #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-bem-vindo {
  background-position: top center;
  background-repeat: no-repeat; }
  #section-bem-vindo .btn-padrao {
    margin: 90px auto 70px; }
  #section-bem-vindo .topo {
    padding: 83px 0 0;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      #section-bem-vindo .topo {
        padding: 20px 0;
        display: block; } }
    @media (max-width: 1440px) {
      #section-bem-vindo .topo {
        background-size: cover; } }
    #section-bem-vindo .topo img {
      margin: 0 auto;
      display: block !important; }
      @media (max-width: 768px) {
        #section-bem-vindo .topo img {
          padding: 10px 80px; } }
    #section-bem-vindo .topo .preco {
      font-weight: bold;
      font-size: 25px;
      letter-spacing: -0.04em;
      line-height: 24px;
      text-align: center;
      color: #fff;
      padding: 13px 50px;
      display: table;
      margin: 35px auto 55px;
      background-color: #193872; }
      @media (max-width: 768px) {
      #section-bem-vindo .topo .preco {
        font-size: 18px; } }

    #section-bem-vindo .topo p {
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #151515;
      display: block;
      margin: 41px auto;
      display: block;
      font-weight: 300;
      font-size: 15px;
      line-height: 25px;
      text-align: center;
      color: #102643;
      max-width: 904px; }
      #section-bem-vindo .topo p strong {
        font-weight: 600; }
      @media (max-width: 768px) {
        #section-bem-vindo .topo p {
          margin: 20px 0;
          padding: 0 20px; }
          #section-bem-vindo .topo p br {
            display: none; } }
    #section-bem-vindo .topo h3 {
      font-family: "Manier Bold-Trial";
      font-weight: bold;
      font-size: 55px;
      line-height: 68px;
      text-align: center;
      color: #3e3e3e;
      padding: 34px 0;
      margin: 0; }
      @media (max-width: 768px) {
        #section-bem-vindo .topo h3 {
          padding-top: 10px;
          padding-bottom: 0;
          font-size: 30px;
          line-height: 35px; } }
  #section-bem-vindo .link-video {
    position: relative;
    display: block;
    margin: 0 auto 38px;
    max-width: 967px; }
    @media (max-width: 1024px) {
      #section-bem-vindo .link-video {
        width: 100%;
        margin: 0 0 40px; }
        #section-bem-vindo .link-video img {
          width: 100%; } }
    @media (max-width: 768px) {
      #section-bem-vindo .link-video {
        margin: 0; } }
    #section-bem-vindo .link-video::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #081a39;
      opacity: 0.6;
      opacity: 0.75;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    #section-bem-vindo .link-video svg {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -79px 0 0 -79px;
      z-index: 2;
      transition: all 0.4s; }
    #section-bem-vindo .link-video:hover svg {
      margin: -100px 0 0 -100px;
      width: 200px;
      height: 200px; }

#slider-principal {
  padding: 0 30px;
  margin-bottom: 60px; }
  #slider-principal a {
    padding: 20px; }
  #slider-principal .slick-dots {
    left: 0; }
  #slider-principal .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    cursor: pointer; }
    #slider-principal .slick-arrow.next {
      right: 10px; }
    #slider-principal .slick-arrow.prev {
      left: 10px; }
  #slider-principal .slick-dots li button:before {
    opacity: 1;
    padding: 0;
    border-radius: 100%;
    color: transparent;
    border: 1px solid #707070;
    background-color: #CDCBD3; }
  #slider-principal .slick-dots li.slick-active button:before {
    background: #102643; }

#section-bairro h3 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #0f2441;
  margin: 0; }

#section-bairro p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #102643;
  margin: 14px auto 76px;
  max-width: 1028px; }

.section-img-txt {
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 568px) {
    .section-img-txt {
      background-image: none !important; } }
  .section-img-txt .box-title {
    display: flex;
    align-items: center;
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      .section-img-txt .box-title {
        display: block;
        margin-bottom: 0; } }
    .section-img-txt .box-title img {
      width: 60%; }
      @media (max-width: 768px) {
        .section-img-txt .box-title img {
          width: 100%; } }
    .section-img-txt .box-title div {
      width: 40%;
      padding-left: 50px; }
      @media (max-width: 768px) {
        .section-img-txt .box-title div {
          width: 100%;
          padding: 0 20px; } }
  .section-img-txt .box {
    /*
        svg{
            position: absolute;
            left: 50%;
            top: calc(-60px - 31px);
            z-index: 2;
            @media(max-width:768px){
                display: none;
            }
        }
        */ }
    .section-img-txt .box > div {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 70px; }
      @media (max-width: 768px) {
        .section-img-txt .box > div {
          display: block; } }
    .section-img-txt .box button {
      margin: 30px 0; }
      @media (max-width: 768px) {
        .section-img-txt .box button {
          margin: 30px auto;
          display: table; } }
      .section-img-txt .box button * {
        font-weight: 600; }
    @media (max-width: 768px) {
      .section-img-txt .box {
        display: block; } }
    .section-img-txt .box.box-01 {
      background-color: #EFF1F6; }
      .section-img-txt .box.box-01 .img {
        max-width: 50%; }
      .section-img-txt .box.box-01 img {
        padding-right: 72px; }
      .section-img-txt .box.box-01 p {
        max-width: 442px; }
    .section-img-txt .box.box-02 {
      justify-content: flex-end;
      background-color: #102643; }
      .section-img-txt .box.box-02 .img {
        max-width: 40%;
        display: block; }
      .section-img-txt .box.box-02 img {
        max-width: 448px;
        border: 9px solid #fff;
        max-width: 100%; }
      @media (max-width: 768px) {
        .section-img-txt .box.box-02 {
          margin: 0; } }
      .section-img-txt .box.box-02 .box-txt {
        padding: 0;
        margin-right: 40px; }
        .section-img-txt .box.box-02 .box-txt h4 {
          color: #fff; }
        .section-img-txt .box.box-02 .box-txt p {
          color: #fff; }
          .section-img-txt .box.box-02 .box-txt p strong {
            display: block;
            font-weight: 600; }
        @media (max-width: 768px) {
          .section-img-txt .box.box-02 .box-txt {
            margin: 0; } }
    .section-img-txt .box img {
      width: 60%; }
      @media (max-width: 768px) {
        .section-img-txt .box img {
          width: 100%;
          margin-bottom: 40px;
          display: block;
          max-width: none !important; } }
    @media (max-width: 768px) {
      .section-img-txt .box .img {
        padding: 30px 0;
        display: block;
        max-width: 100% !important; } }
    .section-img-txt .box > div {
      padding-left: 50px;
      position: relative; }
      @media (max-width: 1440px) {
        .section-img-txt .box > div {
          max-width: fit-content; } }
      @media (max-width: 768px) {
        .section-img-txt .box > div {
          padding: 25px 25px 0 !important; } }
  .section-img-txt 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-img-txt h6 {
        text-align: center;
        padding: 20px 0; } }
  .section-img-txt .p {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 43px; }
  .section-img-txt label {
    display: flex;
    margin-bottom: 11px; }
    @media (max-width: 768px) {
      .section-img-txt label {
        justify-content: center; } }
    .section-img-txt label i {
      font-family: Poppins;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-align: left;
      color: #fff;
      display: block;
      padding-left: 9px; }
  .section-img-txt .box-txt {
    max-width: 610px; }
    .section-img-txt .box-txt h4 {
      font-weight: bold;
      font-size: 50px;
      line-height: 50px;
      text-align: left;
      color: #102643;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .section-img-txt .box-txt h4 {
          text-align: center;
          font-size: 25px;
          line-height: 30px;
          margin-bottom: 20px; }
          .section-img-txt .box-txt h4 br {
            display: none; } }
    .section-img-txt .box-txt p {
      font-weight: 300;
      font-size: 15px;
      line-height: 22px;
      text-align: left;
      color: #102643; }
      @media (max-width: 768px) {
        .section-img-txt .box-txt p {
          text-align: center; } }
  .section-img-txt .text-ficha {
    margin-top: 60px; }
    @media (max-width: 768px) {
      .section-img-txt .text-ficha {
        margin-top: 30px;
        padding: 0 20px; } }
    .section-img-txt .text-ficha span {
      margin-bottom: 60px;
      display: block;
      position: relative;
      padding-left: 60px; }
      @media (max-width: 1440px) {
        .section-img-txt .text-ficha span {
          margin-bottom: 20px; } }
      @media (max-width: 768px) {
        .section-img-txt .text-ficha span {
          padding-left: 30px; } }
      .section-img-txt .text-ficha span::before {
        content: '';
        width: 14px;
        height: calc(100% - 20px);
        background-color: #ECDECF;
        position: absolute;
        left: 0;
        top: 10px; }
      .section-img-txt .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-img-txt .text-ficha span strong {
            font-size: 20px;
            line-height: 25px; } }
      .section-img-txt .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-img-txt .text-ficha span p {
            font-size: 16px;
            line-height: 20px; } }

#section-sustentabilidade {
  padding: 80px 0; }
  @media (max-width: 768px) {
    #section-sustentabilidade {
      padding: 30px 0; } }
  #section-sustentabilidade h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #102643;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      #section-sustentabilidade h2 {
        font-size: 25px;
        line-height: 30px; } }
  #section-sustentabilidade .principal p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #102643;
    max-width: 830px;
    margin: 0 auto;
    display: table; }
  #section-sustentabilidade .lista {
    display: flex;
    justify-content: center;
    margin: 70px 0; }
    @media (max-width: 768px) {
      #section-sustentabilidade .lista {
        display: block; } }
    #section-sustentabilidade .lista .item {
      display: block;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      color: #102643;
      max-width: 169px;
      margin: 0 20px; }
      @media (max-width: 768px) {
        #section-sustentabilidade .lista .item {
          max-width: 100%;
          margin-bottom: 30px; } }
      #section-sustentabilidade .lista .item .img {
        display: flex;
        height: 107px;
        align-items: center;
        justify-content: center; }
      #section-sustentabilidade .lista .item img {
        display: table;
        margin: 0 auto; }
      #section-sustentabilidade .lista .item strong {
        display: block;
        font-weight: 600;
        text-align: center; }
      #section-sustentabilidade .lista .item span {
        display: block;
        text-align: center; }

#section-familias {
  background-color: #102643;
  color: #fff; }
  #section-familias h2 {
    font-size: 1.5rem;
    font-weight: bold; }
  #section-familias .txt-bairro {
    padding-top: 60px;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #fff; }
  #section-familias .text-box {
    background-color: #f9f9f9;
    color: #000;
    font-size: 0.95rem;
    border-radius: 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #000;
    padding: 60px 30px; }
  #section-familias img {
    border-radius: 0;
    object-fit: cover; }
  #section-familias a.btn-success {
    background-color: #60bf4f;
    border: none;
    font-weight: bold; }
    #section-familias a.btn-success:hover {
      background-color: #4fa33f; }
  @media (max-width: 991.98px) {
    #section-familias .text-box,
    #section-familias .img-fluid {
      margin-bottom: 1rem; } }

#section-sintonia {
  background-color: #eff1f6; }
  #section-sintonia h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    color: #102643; }
  #section-sintonia p {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    color: #102643; }
  #section-sintonia .btn-conhecer {
    margin: 0; }
  @media (max-width: 991.98px) {
    #section-sintonia {
      text-align: center; }
      #section-sintonia h2 {
        font-size: 1.5rem; }
      #section-sintonia .btn {
        margin-top: 1rem; } }

#section-single {
  padding: 77px 0; }

#section-valor {
  padding: 87px 0;
  background-color: #102643; }
  @media (max-width: 768px) {
    #section-valor {
      padding: 30px 0; } }
  #section-valor h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
    color: #fff; }
    @media (max-width: 768px) {
      #section-valor h3 {
        font-size: 25px;
        line-height: 30px;
        text-align: center; } }
  #section-valor span {
    font-weight: light;
    font-size: 40px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    display: block; }
    @media (max-width: 768px) {
      #section-valor span {
        font-size: 25px;
        line-height: 30px;
        text-align: center; } }
  #section-valor p {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    max-width: 548px;
    margin: 20px 0; }
    @media (max-width: 768px) {
      #section-valor p {
        text-align: center;
        max-width: 100%;
        font-size: 15px;
      line-height: 110%;
     } }

#section-galeria {
  background-color: #EFF1F6;
  padding: 0 0 76px; }
  @media (max-width: 768px) {
    #section-galeria {
      padding: 0 0 15px; } }
  #section-galeria .topo {
    padding: 50px 0; }
    @media (max-width: 768px) {
      #section-galeria .topo {
        padding-bottom: 0; } }
    #section-galeria .topo .box {
      display: flex;
      justify-content: space-around;
      position: relative; }
      @media (max-width: 768px) {
        #section-galeria .topo .box {
          display: block; } }
      #section-galeria .topo .box .texto {
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          #section-galeria .topo .box .texto {
            margin-bottom: 20px;
            display: block; } }
      #section-galeria .topo .box img {
        margin-right: 29px; }
        @media (max-width: 768px) {
          #section-galeria .topo .box img {
            display: block;
            margin: 0 auto 20px; } }
      #section-galeria .topo .box h4 {
        font-family: "Manier Bold-Trial";
        font-weight: bold;
        font-size: 43px;
        line-height: 53px;
        text-align: left;
        color: #3e3e3e;
        margin-right: 42px; }
        @media (max-width: 768px) {
          #section-galeria .topo .box h4 {
            display: block;
            text-align: center; } }
      #section-galeria .topo .box span {
        font-weight: bold;
        font-size: 32px;
        letter-spacing: -0.04em;
        line-height: 36px;
        text-align: center;
        color: #fff;
        font-family: Poppins;
        font-weight: bold;
        font-size: 50px;
        line-height: 70px;
        text-align: left;
        color: #102643; }
        @media (max-width: 768px) {
          #section-galeria .topo .box span {
            font-size: 25px;
            line-height: 30px;
            display: block;
            text-align: center; } }
  #section-galeria .selecao {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0; }
    #section-galeria .selecao a {
      font-weight: bold;
      font-size: 16px;
      letter-spacing: -0.04em;
      line-height: 21px;
      text-align: center;
      background-color: #C0D6D0;
      border: 1px solid #cce0d9;
      color: #dae4e1;
      padding: 19px 23px;
      font-weight: bold;
      font-size: 15px;
      text-align: left;
      color: #102643;
      background-color: #fff;
      border-radius: 3px;
      border: none; }
      #section-galeria .selecao a.ativo {
        background-color: #7D9D93;
        border: 1px solid #83B294;
        color: #fff;
        display: none; }
  #section-galeria .galerias {
    margin: 0 65px;
    padding: 0 0 46px 0; }
    @media (max-width: 1024px) {
      #section-galeria .galerias {
        margin: 0  20px; } }
    @media (max-width: 768px) {
      #section-galeria .galerias {
        padding: 15px;
        margin: 15px; } }
    #section-galeria .galerias .galeria {
      padding: 0 80px; }
      @media (max-width: 768px) {
        #section-galeria .galerias .galeria {
          padding: 0; } }
      #section-galeria .galerias .galeria .item-galeria {
        margin-bottom: 31px; }
      #section-galeria .galerias .galeria img {
        margin-bottom: 17px; }
      #section-galeria .galerias .galeria span {
        font-weight: bold;
        font-size: 22px;
        letter-spacing: 0.02em;
        line-height: 31px;
        text-align: center;
        color: #a7cac1;
        display: block;
        font-family: Poppins;
        font-weight: normal;
        font-size: 22px;
        letter-spacing: 0.02em;
        line-height: 31px;
        text-align: center;
        color: #102643; }
    #section-galeria .galerias button {
      margin: 0 auto; }

#section-localizacao {
  background-position: top center;
  background-repeat: no-repeat; }
  #section-localizacao h2 {
    font-family: "Manier Bold-Trial";
    font-weight: bold;
    font-size: 43px;
    line-height: 53px;
    text-align: center;
    color: #3e3e3e;
    padding: 20px 0 0;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #section-localizacao h2 {
        font-size: 30px;
        line-height: 35px; } }
  #section-localizacao .box {
    margin-top: 20px; }
  #section-localizacao .pontos .item-ponto h4 {
    font-family: "Manier Bold-Trial";
    font-weight: bold;
    font-size: 33px;
    line-height: 41px;
    text-align: left;
    color: #3e3e3e; }
    @media (max-width: 768px) {
      #section-localizacao .pontos .item-ponto h4 {
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        text-align: center; }
        #section-localizacao .pontos .item-ponto h4 br {
          display: none; } }
  #section-localizacao .pontos .item-ponto span {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #000; }
    @media (max-width: 768px) {
      #section-localizacao .pontos .item-ponto span {
        margin-bottom: 30px;
        display: block; } }
  #section-localizacao .lista {
    margin-bottom: 65px; }
    @media (max-width: 768px) {
      #section-localizacao .lista {
        margin-bottom: 0; } }

#section-grupo {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg-grupo.jpg") !important;
  padding: 105px 0 40px; }
  @media (max-width: 768px) {
    #section-grupo {
      padding: 30px; } }
  #section-grupo .topo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 46px; }
    @media (max-width: 1024px) {
      #section-grupo .topo {
        display: block; } }
    @media (max-width: 768px) {
      #section-grupo .topo {
        display: block; } }
    @media (max-width: 1024px) {
      #section-grupo .topo img {
        display: block;
        margin: 0 auto 40px; } }
    #section-grupo .topo h6 {
      font-weight: bold;
      font-size: 30px;
      line-height: 34px;
      text-align: left;
      color: #fff; }
      @media (max-width: 1024px) {
        #section-grupo .topo h6 {
          text-align: center;
          font-size: 20px;
          line-height: 110%; }
          #section-grupo .topo h6 br {
            display: none; } }
    #section-grupo .topo p {
      font-weight: 300;
      font-size: 18px;
      line-height: 26px;
      text-align: left;
      color: #fff; }
      @media (max-width: 1024px) {
        #section-grupo .topo p {
          text-align: center; 
         font-size: 15px;
       line-height: 110%;}
          #section-grupo .topo p br {
            display: none; } }
  #section-grupo .lista {
    display: table;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      #section-grupo .lista {
        text-align: center; } }
    #section-grupo .lista b {
      font-weight: 600;
      font-size: 19px;
      line-height: 31px;
      color: #fff;
      display: block;
      font-family: Poppins;
      font-weight: 300;
      font-size: 19px;
      line-height: 31px;
      color: #fff; }
    #section-grupo .lista h6 {
      font-weight: 600;
      font-size: 25px;
      line-height: 40px;
      color: #fff; }
      @media (max-width: 768px) {
        #section-grupo .lista h6 {
          font-size: 20px;
          line-height: 25px; } }
    #section-grupo .lista img {
      margin-bottom: 18px; }

#section-arquitetura h3 {
  font-family: "Manier Bold-Trial";
  font-weight: bold;
  font-size: 43px;
  line-height: 53px;
  text-align: center;
  color: #3e3e3e;
  padding: 40px 0; }
  @media (max-width: 768px) {
    #section-arquitetura h3 {
      font-size: 30px;
      line-height: 35px;
      padding: 20px; } }

.section-title {
  background-color: #102643;
  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; } }

#formulario {
  background-color: #ebebeb;
  box-shadow: 0px 15px 36px rgba(0, 0, 0, 0.62);
  padding: 30px 11px 40px;
  max-width: 550px;
  float: right; }
  #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 30px;
      margin-top: 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-padraoOLDS {
  padding: 0 25px; }
  form.form-padraoOLDS .msg {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0F2441;
    margin: 0 auto 20px; }

#flutuante-whatsapp {
  cursor: pointer; }

form.form-padrao {
  padding: 0 25px;
  color: #121212; }
  form.form-padrao .msg {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 23px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0F2441;
    display: block;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -0.01em;
    line-height: 25px;
    text-align: center;
    color: #0f2441; }
    @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; } }

#rodape-fixo {
  background: #0F2441;
  background: linear-gradient(90deg, #0F2441 0%, #0F2441 51%, #3a9713 76%, #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 .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 img.logo-gl {
      width: 56px;
      margin-left: 17px; }
    #rodape-fixo img.logo-remax {
      width: 304px;
      margin-left: 30px; }
  #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: 16px;
        letter-spacing: -0.06em;
        line-height: 20px;
        color: #fff; }
        #rodape-fixo .lista > div.whatsapp i, #rodape-fixo .lista > div.contato i {
          font-size: 35px;
          margin-right: 10px; }
        #rodape-fixo .lista > div.whatsapp strong, #rodape-fixo .lista > div.contato strong {
          font-weight: bold;
          font-size: 17px;
          letter-spacing: -0.06em;
          color: #fff;
          display: block; }
      #rodape-fixo .lista > div.contato {
        background-color: #153872; }
      #rodape-fixo .lista > div.logo {
        width: 50%;
        font-size:12px; }
  #rodape-fixo.fixed img {
    width: 100px; }
    #rodape-fixo.fixed img.logo-gl {
      width: 40px; }
    #rodape-fixo.fixed img.logo-remax {
      width: 300px; }

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

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

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