body {
  font-family: "Montserrat", sans-serif;
}
.wpcf7 form.sent .wpcf7-response-output{
	display:none;
}
input:focus, a:focus, button:focus {
  outline: none;
}
.fancybox-button--thumbs{
  display: none!important;
}
.btn button, .sect2 .botao button, .sect1 .infos .botao button {
  background: #e7c195;
  margin-top: 6%;
  transition: 0.5s;
  border: 1px solid #e7c195;
  padding: 2% 5% 2% 4%;
  text-transform: uppercase;
  font-weight: 900;
  color: #722c4e;
  border-radius: 25px;
  box-shadow: inset 0 0 1em #ffd70000, 0 0 1em #ffffff52;
}
.btn button:hover, .sect2 .botao button:hover, .sect1 .infos .botao button:hover {
  background: transparent;
  color: #e7c195;
  border-color: #e7c195;
}
.apto{
  padding-top: 2%;
  padding-bottom: 2%;
}
.apto .slick-arrow{
  filter: brightness(1)invert(1); 
}
.apto .title{
      font-size: 47px;
    color: #722c4e;
}
.sect2 .title{
      font-size: 47px;
    color: #722c4e;
}
.sect2 .slick-arrow{
  filter: brightness(1)invert(1); 
}
.sect2 .draggable{
  padding-bottom: 2%;
}
.diferenciais{
  background-color:  #722c4e;
}
.sect1 {
  background-size: cover !important;
  background-position: center !important;
  padding-top: 3%;
  padding-bottom: 3%;
  color: white;
}
.local .cv{
    width: 10%;
    position: absolute;
    right: 3%;
    margin-top: 1%;
}
.sect1 .cv {
  width: 28%;
}
.sect1 .comando {
  width: 70%;
}
.sect1 .c-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect1 .fachada {
  width: 100%;
}
.sect1 .c-right {
  padding-top: 1%;
}
.sect1 .living {
  width: 44%;
  position: absolute;
  z-index: 555;
  top: 1%;
  box-shadow: inset 0 0 1em #ffd70000, 0 0 1em #ffffffa8;
  left: 0%;
}
.sect1 .infos {
  padding-left: 10%;
  padding-right: 12%;
}
.sect2 {
  background: white;
  padding-top: 3%;
  padding-bottom: 8%;
}
.sect2 .show {
  width: 60%;
}
.sect2 .cont-lazer {
  padding: 2% 2% 2% 2%;
  border: 2px solid #9d2b4c;
  background: #9d2b4c;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 18px;
  color: white;
  letter-spacing: 0px;
}
.sect2 .botao button {
  margin-top: 0%;
  background: #742a67;
  border-color: #742a67;
  color: #fff;
  box-shadow: inset 0 0 1em #9d2b4c00, 0 0 1em #9d2b4c;
  padding: 1% 2% 1% 2%;
}
.sect2 .botao button:hover {
  color: #742a67;
}

.local {
  background: #742a67;
}
.local .show2 {
  margin-top: -7%;
}
.local .waze {
  width: 30%;
  margin-bottom: 2%;
}
.local .endereco {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.contato {
  background: #9d2b4c;
  padding-top: 3%;
  padding-bottom: 3%;
}
.contato .title {
  text-align: center;
  color: #fff;
  margin-bottom: 3%;
  text-transform: uppercase;
  font-size: 20px;
}
.contato ::placeholder {
  color: white;
}
.contato .campo input, .contato .campo textarea {
  width: 100%;
  padding: 1% 0% 1% 1%;
  margin-bottom: 1%;
  background: transparent;
  border: 2px solid white;
  color: white;
}
.contato input[type=submit] {
  float: right;
  color: #742a67;
  padding: 1% 2% 1% 2%;
  border: 1px solid white;
  background: white;
}

footer {
  padding-top: 2%;
  padding-bottom: 2%;
}
footer .row {
  margin-bottom: 2%;
}
.dif .icon{
 width: 27%;
    margin-bottom: 3%; 
}
.dif{
     padding-top: 11%;
    padding-right: 23%; 
}
.dif .c{
    margin-top: 3%;

}

.diferenciais .img-dif-2{
     position: absolute;
    right: 3%;
    width: 19%; 
}
/*.dif .draggable{
  padding-bottom: 4%;
}
.dif .slick-next {
    left: 54.8%;
}
.dif .slick-prev {
    left: 14%;
}*/
.dif p{
 color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; 
       font-size: 14px;
    margin-top: 3%; 
}
.diferenciais{
      padding: 0% 0% 10% 0%;
}
.diferenciais .dif-img{
    position: absolute;
    right: 0%;
    width: 28%;

    mix-blend-mode: multiply;
  }
/* WHATSAPP FIXO */
.whatsapp-fixo {
  position: fixed;
  bottom: 1.7%;
  right: 0.5%;
  z-index: 999;
  width: 5%;
}

.whatsapp-fixo img {
  width: 5em;
}
#mob{
  display: none;
}

@media (max-width: 980px) {
  #desk{
    display: none!important;
  }
  #mob{
    display: block!important;
  }
  #mob .slick-next {
    left: 48.8%!important;
  }
   .dif-img{
  width: 43%!important;
  }
   .img-dif-2{
    width: 28%!important;
  }
  .whatsapp-fixo {
    position: fixed;
    bottom: 2% !important;
    right: 2% !important;
    z-index: 999;
    width: 22% !important;
  }

  .whatsapp-fixo img {
    width: 100%;
  }

  .sect1 .infos {
    padding-bottom: 11%;
  }
  .sect1 .living{
        left: 4%;
  }
  .slick-prev {
        left: 7%!important;
  }
 .local .waze {
    width: 54%;
    margin-bottom: 8%;
} 
}

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