html, body {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
}

html {
  font-size: 16px;
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

.table td, .table th {
  border-top: 0 !important;
}

.rounded {
  border-radius: 30px !important;
}

.rounded-top-right {
  border-radius: 0 15px 0 0;
}

.btn.focus, .btn:focus,
button,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.font-weight-bold {
  font-weight: 900 !important;
}

.font-gray {
  color: #f7f7f7 !important;
}

.font-white {
  color: #ffffff !important;
}

.font-white:hover {
  color: #ffffff !important;
}

.font-brown {
  color: #898989 !important;
}

.font-salmon {
  color: #d7b08d !important;
}

.font-aqua {
  color: #7e9db5 !important;
}

.font-cyan {
  color: #a3c4d3 !important;
}

.font-red {
  color: #be4440 !important;
}

.font-green {
  color: #35dd38 !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-brown {
  background-color: #898989 !important;
}

.bg-salmon {
  background-color: #d7b08d !important;
}

.bg-salmon-transparent {
  background-color: rgba(215, 176, 141, 0.6);
}

.bg-aqua {
  background-color: #7e9db5 !important;
}

.bg-cyan {
  background-color: #a3c4d3 !important;
}

.bg-red {
  background-color: #be4440 !important;
}

.bg-green {
  background-color: #35dd38 !important;
}

.bg-trama-salmon {
  background-image: url("../img/pattern-textura-salmon.png");
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 200px 173px;
}

.bg-trama-salmon2 {
  background-image: url("../img/pattern-textura-salmon2.png");
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 200px 173px;
}

.bg-trama-white {
  background-image: url("../img/pattern-textura-branca.png");
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: 200px 173px;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.merriweather {
  font-family: 'Merriweather', serif;
}

.arrown-down {
  width: 9.375rem;
  height: auto;
}

.btn:hover {
  opacity: .8;
}

body {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: 'Merriweather', serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

textarea {
  min-height: 300px;
}

.button-1 {
  font-size: 0.96rem;
  padding: 0.67rem 0.93rem;
}

.button-2 {
  font-size: 2.4rem;
}

.border-part {
  position: relative;
}

.border-part::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.625rem;
  width: 20%;
  left: 0;
  border-top: 8px solid #d7b08d !important;
}

.dot {
  width: 10px;
  height: auto;
}

.active {
  color: #d7b08d !important;
  font-weight: 700;
}

.transition-opacity-2s {
  -webkit-transition: opacity ease 2s;
  transition: opacity ease 2s;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

.show {
  opacity: 1;
  pointer-events: auto;
}

.menu-desktop {
  display: none !important;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.barra-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.fecha {
  font-size: 2.4rem;
  font-weight: 900;
  cursor: pointer;
}

.logo {
  width: 8.75rem;
}

.logo-desktop {
  width: 11rem;
}

.hamburguer {
  cursor: pointer;
}

.titulo-home {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.menu-desktop .small {
  font-size: 80%;
}

.localizacao-destacada {
  border-radius: 0 1.25rem 1.25rem 0;
}

#home-vantagens {
  padding: 9.375rem 0;
}

#faca-parte {
  padding: 0;
}

#slider {
  padding: 0 0 0.5rem 0;
}

#sobre-espaco {
  padding: 9.375rem 0;
}

#atender-agora {
  padding: 9.375rem 0;
}

#atender-agora .bg-salmon-transparent {
  padding: 3rem 0;
}

#valores {
  padding: 2rem 0;
}

#localizacao {
  padding: 0 0 3rem;
}

#contato {
  padding: 6rem 0;
}

#na-medida .border-left {
  border-left: none !important;
}

#na-medida p.pl-5 {
  padding-left: 0 !important;
}

.img-arrow-mask {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.card {
  height: 17.25rem;
}

#card-valores {
  height: 10.25rem;
}

.slick-slide {
  outline: none;
}

.next, .prev {
  background-color: transparent;
  outline: none;
  position: absolute;
  top: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 4rem;
}

.prev {
  left: 0;
}

.next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.ver-mais {
  bottom: 10px;
  right: 30px;
}

.wrapper-slider-local {
  margin-top: 3.3125rem;
  height: 19.875rem;
}

.wrapper-slider-local-2 {
  margin-top: .5rem;
  margin-bottom: 3.3125rem;
}

.border-radius-left {
  border-radius: 0;
}

.border-radius-right {
  border-radius: 0;
}

.simbolo-aqua {
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-preco {
  height: 56rem;
}

.card-preco-com-singular {
  height: 85rem;
}

.nao-singular {
  line-height: 3.75rem;
}

.sim-singular {
  line-height: 2.1875rem;
}

.total-comparar {
  bottom: 0;
  left: 0;
}

.img-fachada {
  margin-right: 15px;
}

.wrapper-left-to-right {
  border-radius: 1.25rem 0 0 1.25rem  !important;
  padding: 2.625rem 0;
}

.m-localizacao {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.wrapper-mapa {
  text-align: center;
}

.m-mapa {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  #faca-parte {
    padding: 1rem 0 5rem 0;
  }
  #na-medida .border-left {
    border-left: 1px solid #d7b08d !important;
  }
  #na-medida p.pl-5 {
    padding-left: 4rem !important;
  }
  #slider {
    padding: 4.875rem 0 8.3125rem 0;
  }
  #atender-agora {
    padding: 14rem 0;
  }
  #atender-agora .bg-salmon-transparent {
    padding: 5rem 0;
  }
  #valores {
    padding: 140px 0;
  }
  #localizacao {
    padding: 12.5rem 0;
  }
  #contato {
    padding: 12.5rem 0;
  }
  .menu-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .menu-mobile, .barra-sticky {
    display: none !important;
  }
  .prev {
    left: -5rem;
    top: 50%;
  }
  .next {
    right: -5rem;
    top: 50%;
  }
  .border-radius-left {
    border-radius: 0 0 0 1.5625rem;
  }
  .border-radius-right {
    border-radius: 0 0 1.5625rem 0;
  }
  .wrapper-slider-local-2 {
    margin-top: 3.3125rem;
    margin-bottom: 0;
  }
  .img-fachada {
    position: absolute;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .card-preco-com-singular {
    height: 56rem;
  }
  .wrapper-mapa {
    text-align: left;
  }
  .m-localizacao, .m-mapa {
    margin-left: 20%;
    margin-right: 15%;
  }
  .wrapper-left-to-right {
    border-radius: 0 1.25rem 1.25rem 0 !important;
    padding: 6.875rem 0;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .card-preco {
    height: 70rem;
  }
}

p, label, input[type=text] {
  font-size: 1.12rem;
  line-height: 1.4rem;
}

address {
  font-size: 1.12rem;
  line-height: 1.4rem;
}

.font22 {
  font-size: 0.82rem;
  line-height: 1.21rem;
}

.font24 {
  font-size: 1.12rem;
  line-height: 1.4rem;
}

.font28 {
  font-size: 1.31rem;
  line-height: 1.4rem;
}

.font36 {
  font-size: 1.68rem;
  line-height: 2.06rem;
}

.font48 {
  font-size: 2.25rem;
  line-height: 2.7rem;
}

.font64 {
  font-size: 3rem;
  line-height: 3.6rem;
}

.font96 {
  font-size: 4.5rem;
  line-height: 4.92rem;
}

.font105 {
  font-size: 4.93rem;
  line-height: 5.32rem;
}

@media (max-width: 576px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .mobile {
    display: none;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.anime-start {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#lightbox {
  z-index: 10;
}

.fecha-lightbox {
  right: 40px;
  top: 10px;
}

.next-lightbox, .prev-lightbox {
  background-color: transparent;
  outline: none;
  position: absolute;
  bottom: 10%;
  z-index: 2;
  width: 4rem;
}

.prev-lightbox {
  left: 0;
}

.next-lightbox {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.img-portrait, .img-landscape {
  width: auto;
  height: 200px;
}

.img-larga {
  height: 100px;
}

@media (min-width: 700px) {
  .img-portrait, .img-landscape {
    height: 500px;
  }
  .img-larga {
    height: 250px;
  }
  .next-lightbox, .prev-lightbox {
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .next-lightbox {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

.arrowDownButton {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
/*# sourceMappingURL=style.css.map */