@font-face {
  font-family: 'AvenirNextLTPro';
  font-weight: normal;
  font-style: normal;
  src: url("../fontes/AvenirNextLTProRegular.eot");
  src: url("../fontes/AvenirNextLTProRegular.eot") format("embedded-opentype"), url("../fontes/AvenirNextLTProRegular.woff2") format("woff2"), url("../fontes/AvenirNextLTProRegular.woff") format("woff"), url("../fontes/AvenirNextLTProRegular.ttf") format("truetype"), url("../fontes/AvenirNextLTProRegular.svg#AvenirNextLTProRegular") format("svg"); }

@font-face {
  font-family: 'AvenirNextLTPro';
  font-weight: bold;
  src: url("../fontes/AvenirNextLTProBold.eot");
  src: url("../fontes/AvenirNextLTProBold.eot") format("embedded-opentype"), url("../fontes/AvenirNextLTProBold.woff2") format("woff2"), url("../fontes/AvenirNextLTProBold.woff") format("woff"), url("../fontes/AvenirNextLTProBold.ttf") format("truetype"), url("../fontes/AvenirNextLTProBold.svg#AvenirNextLTProBold") format("svg"); }

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fontes/MyriadPro-Regular.eot");
  src: url("../fontes/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fontes/MyriadPro-Regular.woff2") format("woff2"), url("../fontes/MyriadPro-Regular.woff") format("woff"), url("../fontes/MyriadPro-Regular.ttf") format("truetype"), url("../fontes/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FogtwoNo5';
  src: url("../fontes/FogtwoNo5.eot");
  src: url("../fontes/FogtwoNo5.eot?#iefix") format("embedded-opentype"), url("../fontes/FogtwoNo5.woff2") format("woff2"), url("../fontes/FogtwoNo5.woff") format("woff"), url("../fontes/FogtwoNo5.ttf") format("truetype"), url("../fontes/FogtwoNo5.svg#FogtwoNo5") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Myriad Pro';
  font-size: .9rem;
   }

.box-section {
  width: 100%;
  min-height: 500px;
  float: left;
  overflow: hidden; }

body.video-executando {
  overflow: hidden; }

body {
  background: #262626; }

section {
  background-color: #262626; }

#site {
  background: #262626;
  width: 100%;
  max-width: 2000px;
  display: block;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  transition: all 0.4s; }

body.video-executando #site {
  transition-delay: 1s;
  max-width: 100%; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  transition: all 0.4s ease; }
  @media screen and (max-width: 992px) {
    #header:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 5%;
      right: 5%;
      height: 1px;
      background: white;
      opacity: 0.33; } }
  #header.fixed {
    background: #262626; }
  #header h1 {
    font-family: 'FogtwoNo5';
    font-size: 3rem; }
    @media screen and (max-width: 992px) {
      #header h1 {
        font-size: 18px !important;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 8px; } }
  #header i {
    font-size: 18px; }
  @media screen and (max-width: 992px) {
    #header .row-reverse-mobile {
      flex-direction: row-reverse; } }
  #header .bar-menu {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 999;
    cursor: pointer;
    margin-left: 0;
    transition: all 0.4s ease; }
    #header .bar-menu .bar-1 {
      height: 4px;
      border-radius: 25px;
      background-color: white;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      transition: all 0.4s ease; }
    #header .bar-menu .bar-2 {
      height: 4px;
      border-radius: 25px;
      background-color: white;
      position: absolute;
      top: 12px;
      left: 12px;
      right: 0;
      transition: all 0.4s ease; }
    #header .bar-menu .bar-3 {
      height: 4px;
      border-radius: 25px;
      background-color: white;
      position: absolute;
      top: 24px;
      left: 22px;
      right: 0;
      transition: all 0.4s ease; }
    #header .bar-menu:hover .bar-1 {
      left: 0; }
    #header .bar-menu:hover .bar-2 {
      left: 0;
      right: 4px; }
    #header .bar-menu:hover .bar-3 {
      left: 0;
      right: 8px; }
    #header .bar-menu.fechado {
      margin-left: -150px; }
      @media screen and (max-width: 992px) {
        #header .bar-menu.fechado {
          margin-left: 0; } }
      #header .bar-menu.fechado .bar-1 {
        top: 14px;
        left: 0;
        right: 0;
        transform: rotate(-45deg); }
      #header .bar-menu.fechado .bar-2 {
        top: 14px;
        left: 0;
        right: 0;
        transform: rotate(45deg); }
      #header .bar-menu.fechado .bar-3 {
        top: 14px;
        left: 0;
        right: 0;
        transform: rotate(45deg); }
  #header .menu-site {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 100%;
    bottom: 0;
    left: -200px;
    background: #262626;
    transition: all 0.4s ease;
    padding-top: 75px; }
    @media screen and (max-width: 992px) {
      #header .menu-site {
        left: 100%;
        right: -200px;
        overflow: auto; } }
    #header .menu-site ul {
      list-style: none; }
      #header .menu-site ul li {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 40px;
        border-bottom: 1px solid #707070;
        padding-left: 0;
        transition: all 0.4s ease; }
        #header .menu-site ul li:hover {
          padding-left: 10px; }
        #header .menu-site ul li a {
          text-decoration: none; }
          #header .menu-site ul li a.link-casa {
            font-size: 14px; }
    #header .menu-site:before {
      content: ' ';
      top: 0;
      right: 100%;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.35);
      position: fixed;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.4s ease; }
    #header .menu-site.aberto {
      left: 0;
      right: calc(100% - 350px); }
      @media screen and (max-width: 992px) {
        #header .menu-site.aberto {
          left: 25vw;
          right: 0; } }
      #header .menu-site.aberto:before {
        content: ' ';
        left: 0;
        right: 0;
        opacity: 1; }

#section-home {
  position: relative;
  z-index: 997;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 1s linear; }
  #section-home .bg-1 {
    outline: none;
    background-image: url(../imagens/casasincriveis/bg-1-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    width: 100vw;
    position: relative; }
    @media screen and (max-width: 767px) {

       #section-home {
           height: 40vh;
           margin-top: 57px;
       }


      #section-home .bg-1 {
            min-height: 40vh;
      
       /* background-image: url(../imagens/casasincriveis/bg-1-mobile.jpg);*/ } }
    #section-home .bg-1 .mascara {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(2, 9, 15, 0.4);
      background: -moz-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 9, 15, 0.4)), color-stop(20%, rgba(2, 9, 15, 0.21)), color-stop(40%, rgba(65, 71, 75, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02090f', endColorstr='#ffffff', GradientType=0 ); }
  #section-home .bg-2 {
    background-image: url(../imagens/casasincriveis/bg-2-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 100vh;
    width: 100vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      #section-home .bg-2 {
         min-height: 40vh;
       /* background-image: url(../imagens/casasincriveis/bg-2-mobile.jpg);*/ } }
    #section-home .bg-2 .mascara {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(2, 9, 15, 0.4);
      background: -moz-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 9, 15, 0.4)), color-stop(20%, rgba(2, 9, 15, 0.21)), color-stop(40%, rgba(65, 71, 75, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02090f', endColorstr='#ffffff', GradientType=0 ); }
      #section-home .bg-3 {
        outline: none;
        background-image: url(../imagens/casasincriveis/bg-3-new2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        min-height: 100vh;
        width: 100vw;
        position: relative; }
        @media screen and (max-width: 767px) {
          #section-home .bg-3 {
             min-height: 40vh;
            /*background-image: url(../imagens/casasincriveis/bg-3-mobile.jpg);*/ } }
        #section-home .bg-3 .mascara {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(2, 9, 15, 0.4);
          background: -moz-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2, 9, 15, 0.4)), color-stop(20%, rgba(2, 9, 15, 0.21)), color-stop(40%, rgba(65, 71, 75, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
          background: -o-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
          background: -ms-linear-gradient(top, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, rgba(2, 9, 15, 0.4) 0%, rgba(2, 9, 15, 0.21) 20%, rgba(65, 71, 75, 0) 40%, rgba(255, 255, 255, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02090f', endColorstr='#ffffff', GradientType=0 ); }
  #section-home .box-conteudo {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: relative; }
    #section-home .box-conteudo .btn-round {
      background: #33928b;
      border-radius: 25px;
      transition: all 0.4s ease;
      text-decoration: none; }
      #section-home .box-conteudo .btn-round:hover {
        background: #1f5955; }
  @media screen and (max-width: 992px) {
    #section-home .col-margin-custom {
      margin-top: 21vh; } }

#section-02 {
  padding-top: 50px;
  padding-bottom: 120px;
  background: #262626; }
  @media screen and (max-width: 992px) {
    #section-02 {
      padding-top: 30px;
      padding-bottom: 60px; } }
  #section-02 .btn-round {
    background: #33928b;
    border-radius: 25px;
    transition: all 0.4s ease;
    text-decoration: none; }
    #section-02 .btn-round:hover {
      background: #1f5955; }
  #section-02 .col-botao-divisor {
    position: relative; }
    #section-02 .col-botao-divisor:before {
      content: ' ';
      position: absolute;
      top: -30px;
      left: 25%;
      right: 25%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.25); }
  #section-02 #slick-casa-detalhes {
    position: relative;
    outline: none; }
    @media screen and (max-width: 992px) {
      #section-02 #slick-casa-detalhes {
        padding: 0; } }
    #section-02 #slick-casa-detalhes .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      top: 408px;
      padding-left: 0;
      display: flex;
      justify-content: center;
      list-style-type: none; }
      #section-02 #slick-casa-detalhes .slick-dots li {
        outline: none;
        padding-left: 2.5px;
        padding-right: 2.5px;
        opacity: 0.75;
        transition: all 0.4s ease; }
        #section-02 #slick-casa-detalhes .slick-dots li.slick-active {
          opacity: 1; }
        #section-02 #slick-casa-detalhes .slick-dots li button {
          outline: none;
          color: transparent;
          width: 30px;
          height: 30px;
          background: white;
          border: none;
          border-radius: 100%; }
    #section-02 #slick-casa-detalhes .btn-round {
      border: none;
      background: #33928b;
      border-radius: 25px;
      transition: all 0.4s ease;
      text-decoration: none;
      opacity: 0; }
      #section-02 #slick-casa-detalhes .btn-round:hover {
        background: #1f5955; }
    #section-02 #slick-casa-detalhes .slick-list {
      padding: 0 0 0 0; }
    #section-02 #slick-casa-detalhes .seta-proximo {
      outline: none;
      position: relative;
      width: 67px;
      height: 67px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: rgba(0, 0, 0, 0.78);
      color: white;
      font-size: 32px; }
      @media screen and (max-width: 992px) {
        #section-02 #slick-casa-detalhes .seta-proximo {
          display: none; } }
    #section-02 #slick-casa-detalhes .seta-anterior {
      outline: none;
      position: relative;
      width: 67px;
      height: 67px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: rgba(0, 0, 0, 0.78);
      color: white;
      font-size: 32px; }
      @media screen and (max-width: 992px) {
        #section-02 #slick-casa-detalhes .seta-anterior {
          display: none; } }
    #section-02 #slick-casa-detalhes .reg-carousel {
      outline: none;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 950px;
      opacity: 0.35;
      transition: opacity 0.4s ease; }
      @media screen and (max-width: 1600px) {
        #section-02 #slick-casa-detalhes .reg-carousel {
          max-width: 850px; } }
      @media screen and (max-width: 992px) {
        #section-02 #slick-casa-detalhes .reg-carousel {
          width: 100vw;
          padding-right: 0;
          padding-left: 0; } }
      #section-02 #slick-casa-detalhes .reg-carousel p {
        color: transparent !important;
        transition: color 0.4s ease; }
      #section-02 #slick-casa-detalhes .reg-carousel .col-botoes {
        opacity: 0;
        transition: opacity 0.4s ease; }
      #section-02 #slick-casa-detalhes .reg-carousel.slick-current {
        opacity: 1;
        color: white; }
        #section-02 #slick-casa-detalhes .reg-carousel.slick-current p {
          color: white !important; }
        #section-02 #slick-casa-detalhes .reg-carousel.slick-current .col-botoes {
          opacity: 1; }
        #section-02 #slick-casa-detalhes .reg-carousel.slick-current .btn-round {
          opacity: 1; }
      #section-02 #slick-casa-detalhes .reg-carousel .container {
        position: relative;
        margin: 0;
        min-width: 920px; }
        @media screen and (max-width: 1600px) {
          #section-02 #slick-casa-detalhes .reg-carousel .container {
            min-width: 820px; } }
        @media screen and (max-width: 992px) {
          #section-02 #slick-casa-detalhes .reg-carousel .container {
            min-width: unset;
            padding: 0; } }
        @media screen and (max-width: 992px) {
          #section-02 #slick-casa-detalhes .reg-carousel .container .row {
            margin: 0; } }
      #section-02 #slick-casa-detalhes .reg-carousel .col-img-casa {
        height: 500px;
        cursor: pointer;
        position: relative; }
        @media screen and (max-width: 1600px) {
          #section-02 #slick-casa-detalhes .reg-carousel .col-img-casa {
            height: 400px; } }
        @media screen and (max-width: 992px) {
          #section-02 #slick-casa-detalhes .reg-carousel .col-img-casa {
            height: 400px;
            padding: 0; } }
        #section-02 #slick-casa-detalhes .reg-carousel .col-img-casa .text-hover {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0;
          background: rgba(0, 0, 0, 0.65);
          transition: all 0.4s ease;
          font-size: 13px; }
        #section-02 #slick-casa-detalhes .reg-carousel .col-img-casa:hover .text-hover {
          opacity: 1; }

#desenvolvido {
  background: #262626; }

#parceiros {
  background: white; }
  #parceiros #slick-parceiros {
    position: relative; }
    #parceiros #slick-parceiros img {
      max-width: 220px;
      max-height: 220px; }
    #parceiros #slick-parceiros .seta-proximo {
      outline: none;
      position: absolute;
      top: calc(50% - 25px);
      right: -7.5px;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: transparent;
      color: rgba(0, 0, 0, 0.78);
      font-size: 32px; }
    #parceiros #slick-parceiros .seta-anterior {
      outline: none;
      position: absolute;
      top: calc(50% - 25px);
      left: -7.5px;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: transparent;
      color: rgba(0, 0, 0, 0.78);
      font-size: 32px; }
  #parceiros #slick-incorporadores {
    position: relative; }
    #parceiros #slick-incorporadores img {
      max-width: 220px;
      max-height: 220px; }
    #parceiros #slick-incorporadores .seta-proximo {
      outline: none;
      position: absolute;
      top: calc(50% - 25px);
      right: -7.5px;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: transparent;
      color: rgba(0, 0, 0, 0.78);
      font-size: 32px; }
    #parceiros #slick-incorporadores .seta-anterior {
      outline: none;
      position: absolute;
      top: calc(50% - 25px);
      left: -7.5px;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: transparent;
      color: rgba(0, 0, 0, 0.78);
      font-size: 32px; }

#casa-detalhes {
  min-height: 100vh;
  background: #262626;
  padding-top: 125px; }
  @media screen and (max-width: 992px) {
    #casa-detalhes {
      padding-top: 80px; } }
  #casa-detalhes .btn-round {
    border: none;
    background: #33928b;
    border-radius: 25px;
    transition: all 0.4s ease;
    text-decoration: none; }
    #casa-detalhes .btn-round:hover {
      background: #1f5955; }
  #casa-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; }
    @media screen and (max-width: 992px) {
      #casa-detalhes .btn-round-black {
        display: none; } }
    #casa-detalhes .btn-round-black:hover {
      background: rgba(0, 0, 0, 0.65); }
  #casa-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; }
    @media screen and (max-width: 992px) {
      #casa-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) {
      #casa-detalhes .linha-features .texto {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 992px) {
      #casa-detalhes .linha-features .divisor {
        display: none; } }
  #casa-detalhes #slick-casa-detalhes {
    position: relative;
    outline: none; }
    @media screen and (max-width: 992px) {
      #casa-detalhes #slick-casa-detalhes {
        padding: 0; } }
    #casa-detalhes #slick-casa-detalhes .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      top: 270px;
      padding-left: 0;
      display: flex;
      justify-content: center;
      list-style-type: none; }
      #casa-detalhes #slick-casa-detalhes .slick-dots li {
        outline: none;
        padding-left: 2.5px;
        padding-right: 2.5px;
        opacity: 0.75;
        transition: all 0.4s ease; }
        #casa-detalhes #slick-casa-detalhes .slick-dots li.slick-active {
          opacity: 1; }
        #casa-detalhes #slick-casa-detalhes .slick-dots li button {
          outline: none;
          color: transparent;
          width: 30px;
          height: 30px;
          background: white;
          border: none;
          border-radius: 100%; }
    #casa-detalhes #slick-casa-detalhes .slick-list {
      padding: 0 0 0 0; }
    #casa-detalhes #slick-casa-detalhes .seta-proximo {
      outline: none;
      position: relative;
      width: 67px;
      height: 67px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: rgba(0, 0, 0, 0.78);
      color: white;
      font-size: 32px; }
      @media screen and (max-width: 992px) {
        #casa-detalhes #slick-casa-detalhes .seta-proximo {
          display: none; } }
    #casa-detalhes #slick-casa-detalhes .seta-anterior {
      outline: none;
      position: relative;
      width: 67px;
      height: 67px;
      border-radius: 100%;
      line-height: 20px;
      z-index: 996;
      border: none;
      background: rgba(0, 0, 0, 0.78);
      color: white;
      font-size: 32px; }
      @media screen and (max-width: 992px) {
        #casa-detalhes #slick-casa-detalhes .seta-anterior {
          display: none; } }
    #casa-detalhes #slick-casa-detalhes .reg-carousel {
      outline: none;
      padding-right: 15px;
      padding-left: 15px;
      max-width: 950px;
      opacity: 0.35;
      transition: opacity 0.4s ease; }
      @media screen and (max-width: 1600px) {
        #casa-detalhes #slick-casa-detalhes .reg-carousel {
          max-width: 850px; } }
      @media screen and (max-width: 992px) {
        #casa-detalhes #slick-casa-detalhes .reg-carousel {
          width: 100vw;
          padding-right: 0;
          padding-left: 0; } }
      #casa-detalhes #slick-casa-detalhes .reg-carousel p {
        color: transparent !important;
        transition: color 0.4s ease; }
      #casa-detalhes #slick-casa-detalhes .reg-carousel .col-botoes {
        opacity: 0;
        transition: opacity 0.4s ease; }
      #casa-detalhes #slick-casa-detalhes .reg-carousel.slick-current {
        opacity: 1;
        color: white; }
        #casa-detalhes #slick-casa-detalhes .reg-carousel.slick-current p {
          color: white !important; }
        #casa-detalhes #slick-casa-detalhes .reg-carousel.slick-current .col-botoes {
          opacity: 1; }
      #casa-detalhes #slick-casa-detalhes .reg-carousel .container {
        position: relative;
        margin: 0;
        min-width: 920px; }
        @media screen and (max-width: 1600px) {
          #casa-detalhes #slick-casa-detalhes .reg-carousel .container {
            min-width: 820px; } }
        @media screen and (max-width: 992px) {
          #casa-detalhes #slick-casa-detalhes .reg-carousel .container {
            min-width: unset;
            padding: 0; } }
        @media screen and (max-width: 992px) {
          #casa-detalhes #slick-casa-detalhes .reg-carousel .container .row {
            margin: 0; } }
      #casa-detalhes #slick-casa-detalhes .reg-carousel .col-img-casa {
        height: 500px;
        cursor: pointer; }
        @media screen and (max-width: 1600px) {
          #casa-detalhes #slick-casa-detalhes .reg-carousel .col-img-casa {
            height: 400px; } }
        @media screen and (max-width: 992px) {
          #casa-detalhes #slick-casa-detalhes .reg-carousel .col-img-casa {
            height: 260px;
            padding: 0; } }

#projeto-detalhes {
  min-height: 100vh;
  background: #262626;
  padding-top: 125px; }
  @media screen and (max-width: 992px) {
    #projeto-detalhes {
      padding-top: 80px; } }
  #projeto-detalhes .col-texto {
    max-height: 250px;
    overflow: auto; }
    @media screen and (max-width: 1600px) {
      #projeto-detalhes .col-texto {
        max-height: 100px; } }
    @media screen and (max-width: 1600px) {
      #projeto-detalhes .col-texto {
        max-height: unset; } }
  #projeto-detalhes .btn-round {
    border: none;
    background: #33928b;
    border-radius: 25px;
    transition: all 0.4s ease;
    text-decoration: none; }
    #projeto-detalhes .btn-round:hover {
      background: #1f5955; }

#contato {
  min-height: 100vh;
  background: #262626;
  padding-top: 125px; }
  @media screen and (max-width: 992px) {
    #contato {
      padding-top: 80px; } }
  @media screen and (max-width: 992px) {
    #contato .row-reverse-mobile {
      flex-direction: column-reverse; } }
  #contato .btn-round {
    border: none;
    background: #33928b;
    border-radius: 25px;
    transition: all 0.4s ease;
    text-decoration: none; }
    #contato .btn-round:hover {
      background: #1f5955; }
  #contato .col-cor {
    background: #3f3f3f; }
  #contato .form-group .form-control {
    border-radius: 0;
    background: #262626;
    color: white;
    border: none; }
    #contato .form-group .form-control::placeholder {
      color: white; }
    #contato .form-group .form-control:focus {
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  #contato .btn-enviar {
    background: #33928b;
    color: white;
    padding: 5px 35px 5px 35px;
    border: none;
    transition: all 0.4s ease; }
    #contato .btn-enviar:hover {
      background: #1f5955; }

#footer {
  background-color: #262626;
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 2px solid rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 992px) {
    #footer {
      padding-bottom: 70px; } }
  #footer .img-transp {
    opacity: 0.65; }
  #footer .text-dscr {
    color: #999999;
    font-size: 0.8rem; }
  #footer .acesso-rapido {
    z-index: 997;
    position: fixed;
    right: 0;
    bottom: 0px;
    transition: all 0.4s; }
    @media screen and (max-width: 767px) {
      #footer .acesso-rapido {
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: space-between; } }
    #footer .acesso-rapido .whatsapp {
      background: #5CA31E; }
      #footer .acesso-rapido .whatsapp:hover {
        background: #5CA31E !important; }
    #footer .acesso-rapido a {
      transition: all 0.4s ease;
      color: white;
      text-decoration: none;
      padding: 1em;
      float: left;
      background: rgba(0, 0, 0, 0.6); }
      @media screen and (max-width: 767px) {
        #footer .acesso-rapido a {
          font-size: 14px;
          background: unset;
          border: none; }
          #footer .acesso-rapido a span {
            display: none; }
          #footer .acesso-rapido a svg {
            transform: scale(0.8); } }
      #footer .acesso-rapido a:hover {
        background: rgba(0, 0, 0, 0.75); }

#section-interna #slick-casas {
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 992px) {
    #section-interna #slick-casas .p0-mobile {
      padding-left: 0;
      padding-right: 0; } }
  #section-interna #slick-casas .seta-proximo {
    outline: none;
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    line-height: 40px;
    top: calc(50% - 72px);
    right: 20px;
    z-index: 996;
    border: none;
    background: rgba(0, 0, 0, 0.78);
    color: white;
    font-size: 65px; }
    @media screen and (max-width: 992px) {
      #section-interna #slick-casas .seta-proximo {
        height: 65px;
        width: 65px;
        font-size: 33px;
        top: 85px;
        right: 20px;
        line-height: 30px; } }
  #section-interna #slick-casas .seta-anterior {
    outline: none;
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    line-height: 40px;
    top: calc(50% - 72px);
    left: 20px;
    z-index: 996;
    border: none;
    background: rgba(0, 0, 0, 0.78);
    color: white;
    font-size: 65px; }
    @media screen and (max-width: 992px) {
      #section-interna #slick-casas .seta-anterior {
        height: 65px;
        width: 65px;
        font-size: 33px;
        top: 85px;
        left: 20px;
        line-height: 30px; } }

.section-lista-casa {
  outline: none;
  position: relative;
  z-index: 995;
  min-height: 100vh !important;
  width: 100%;
  background-image: url(../imagens/casasincriveis/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 992px) {
    .section-lista-casa {
      background-position: center; } }
  .section-lista-casa .box-conteudo {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: relative; }
    .section-lista-casa .box-conteudo .linha-breve .badge-breve {
      background: #33928B;
      border-radius: 25px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      padding: 2px 25px; }
    .section-lista-casa .box-conteudo .custom-size-scroll {
      max-height: 300px;
      padding-right: 10px; }
      @media screen and (max-width: 992px) {
        .section-lista-casa .box-conteudo .custom-size-scroll {
          max-height: 235px; } }
    .section-lista-casa .box-conteudo .titulo-casa {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 90%;
      font-size: 80px;
      line-height: 55px;
      font-family: 'FogtwoNo5'; }
      @media screen and (max-width: 992px) {
        .section-lista-casa .box-conteudo .titulo-casa {
          font-size: 62px; } }
    .section-lista-casa .box-conteudo .btn-round {
      background: #33928B;
      border-radius: 25px;
      transition: all 0.4s ease;
      text-decoration: none; }
      .section-lista-casa .box-conteudo .btn-round:hover {
        background: #1f5955; }


 
.titulo-verde-grande{
color:#5BDCD2!important;
font-size:1.5rem;
font-weight:bold;

}
.box-entrevista{
background-color:#444444;
padding:30px;
border-radius:10px;
margin-top:20px;

}


.box-entrevista strong{
color:#5BDCD2!important;
font-weight:bold;
}

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