body {
  font-family: "Roboto", sans-serif;
}

a:focus, input:focus, button:focus, textarea:focus, select:focus, div:focus {
  outline: none; }

.sect1 {
  background: #76300c;
  padding: 3% 0;
}
.sect1 .container .title {
  font-size: 40px;
  color: white;
  font-weight: 100;
}
.sect1 .container .title b {
  font-weight: 600;
}
.sect1 .container .campo input {
  width: 100%;
  background: white;
  color: #76300c;
  font-weight: 300;
  border: 1px solid white;
  padding: 3%;
}
.sect1 .container .campo ::placeholder {
  color: #76300c;
  font-weight: 400;
}
.sect1 .container .wpcf7-spinner {
  position: absolute;
}
.sect1 .container input[type=submit] {
  background: white;
  border: 1px solid white;
  padding: 1% 3%;
  margin-top: 2%;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: 0px 11px 29px rgba(0, 0, 0, 0.7803921569);
  transition: 0.5s;
}
.sect1 .container input[type=submit]:focus {
  outline: none;
}
.sect1 .container input[type=submit]:hover {
  background: transparent;
  color: white;
  border-color: white;
}

p {
  margin-bottom: 0;
}

.sect2 {
  padding: 4% 0;
  position: relative;
  overflow: hidden;
}
.sect2 .forma {
  position: absolute;
  left: 0;
  top: 0;
}
.sect2 ul li {
  font-size: 20px;
}
.sect2 .selo1 {
  position: absolute;
  right: 2%;
  width: 19%;
}
/*.sect2 .selo2 {
  position: absolute;
  left: 9%;
  bottom: 27%;
  z-index: 10;
  width: 14%;
}*/
.sect2 .container {
  max-width: 90%;
}
.sect2 .carousel-fachada .img-galeria{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 38em;
  position: relative;
  box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.4901960784);
}
.sect2 .carousel-fachada .img-galeria .legenda{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  padding: 20% 3% 1%;
}
.sect2 .carousel-fachada .img-galeria .legenda p{
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
}
.sect2 .container .content {
  padding-left: 15%;
}
.sect2 .container p.title {
  font-size: 40px;
  color: #76300c;
  font-weight: 100;
}
.sect2 .container p.title b {
  font-weight: 600;
}
.sect2 .container .alinhar {
  display: flex;
  align-items: center;
}
.sect2 .container ul {
  margin-top: 7%;
}
.sect2 .container ul li {
  margin-bottom: 2%;
}
.sect2 .container .fachada {
  padding-left: 30%;
  position: relative;
}
.sect2 .container .carousel-fachada .slick-arrow{
  background: #76300c;
  width: 80px;
  height: 80px;
  bottom: 40%;
  border-radius: 2px;
  transition: 0.5s;
}
.sect2 .container .carousel-fachada .slick-prev{
  left: -5%;
}
.sect2 .container .carousel-fachada .slick-next{
  left: inherit;
  right: -5%;
}
/*.sect2 .container .fachada .pequena {
  position: absolute;
  left: 7%;
  width: 40%;
  bottom: -10%;
  border: 10px solid white;
}*/

.sect3 {
  padding: 5% 0;
}
.sect3 .container {
  max-width: 90%;
}
.sect3 .container .title {
  font-size: 40px;
  color: #76300c;
  font-weight: 100;
  margin-bottom: 3%;
}
.sect3 .container .title b {
  font-weight: 600;
}
.sect3 .container .slick-arrow {
  background: #76300c;
  width: 80px;
  height: 80px;
  bottom: 40%;
  border-radius: 2px;
  transition: 0.5s;
}
.sect3 .container .slick-arrow:hover {
  background: white;
}
.sect3 .container .slick-arrow:hover:before {
  filter: invert(1);
}
.sect3 .container .slick-next {
  left: inherit;
  right: 2%;
}
.sect3 .container .slick-prev {
  left: 2%;
}
.sect3 .container .draggable {
  padding-bottom: 2%;
}
.sect3 .container .img-lazer {
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.4901960784);
}
.sect3 .container .img-lazer .overlay {
  padding: 38% 0%;
  position: relative;
  background: linear-gradient(360deg, #030e12 0%, transparent 30%);
}
.sect3 .container .img-lazer .overlay .selo1 {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 20%;
}
.sect3 .container .img-lazer .overlay .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1% 2%;
}
.sect3 .container .img-lazer .overlay .desc p {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}

a:hover {
  text-decoration: none;
}

.implantacao{
  padding: 5% 0;
  text-align: center; }
  .implantacao img{
    width: 75%;  }

.sect4 {
  padding: 5% 0;
  background: #76300c;
}
.sect4 .container {
  max-width: 90%;
}
.sect4 .container .title {
  font-size: 40px;
  color: white;
  font-weight: 100;
  margin-bottom: 3%;
}
.sect4 .container .title b {
  font-weight: 600;
}
.sect4 .container .slick-arrow {
  background: #76300c;
  width: 80px;
  height: 80px;
  bottom: 45%;
  border-radius: 2px;
  transition: 0.5s;
}
.sect4 .container .slick-arrow:before {
  filter: invert(0);
}
.sect4 .container .slick-arrow:hover {
  background: white;
}
.sect4 .container .slick-arrow:hover:before {
  filter: invert(1);
}
.sect4 .container .slick-next {
  left: inherit;
  right: 3%;
}
.sect4 .container .slick-prev {
  left: 3%;
}
.sect4 .container .draggable {
  padding-bottom: 2%;
}
/*.sect4 .container .item {
  height: 45em;
}*/
.sect4 .container .conts {
  background: white;
  height: 36em;
  box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.4901960784);
}
.sect4 .container .conts .tipologia {
  padding: 3% 6% 0 6%;
  color: #96563b;
}
.sect4 .container .conts .tipologia .dorms {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}
.sect4 .container .conts .description {
  text-align: center;
  font-size: 10px;
  padding: 0% 3% 3% 3%;
  color: black;
}
.sect4 .container .img-lazer {
  background-repeat: no-repeat !important;
  background-size: 70% !important;
  background-position: center !important;
  background-color: white;
}
.sect4 .container .img-lazer .overlay {
  padding: 28% 0%;
  position: relative;
}
.sect4 .container .img-lazer .overlay .selo1 {
  position: absolute;
  left: 40%;
  top: 36%;
  width: 20%;
}
.sect4 .container .img-lazer .overlay .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1% 2%;
}
.sect4 .container .img-lazer .overlay .desc p {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}
.sect4 .container .img-living{
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0px 10px 13px rgba(0, 0, 0, 0.4901960784);
}
.sect4 .container .img-living .overlay{
  padding: 36% 0%;
  height: 36em;
  position: relative;
  background: linear-gradient(360deg, #030e12 0%, transparent 30%);
}
.sect4 .container .img-living .overlay .selo1{
  position: absolute;
  left: 2%;
  top: 2%;
  width: 20%;
}
.sect4 .container .img-living .overlay .desc{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1% 2%;
}
.sect4 .container .img-living .overlay .desc p{
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}
.sect4 .container .img-full .overlay{
  padding: 26% 0%;
}

.diferenciais{
    padding: 5% 0;
  }
  .diferenciais .title{
    font-size: 40px;
    color: #76300c;
    font-weight: 100;
    margin-bottom: 3%;
  }
  .diferenciais .item-dif{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4% 0;
    height: 100%;
  }
  .diferenciais .item-dif img{
    width: 12%;
  }

.sect5 {
  padding: 3% 0 0% 0;
}
.sect5 .container {
  max-width: 100%;
}
.sect5 .container .title {
  font-size: 40px;
  color: #76300c;
  font-weight: 100;
  margin-bottom: 2%;
}
.sect5 .container .title b {
  font-weight: 600;
}
.sect5 .container .endereco {
  font-size: 30px;
  font-weight: 500;
  color: white;
  background: #76300c;
  margin: 0 28%;
  padding: 1% 0%;
  border-radius: 4px;
  margin-bottom: 2%;
}
.sect5 .container .botao {
  margin-bottom: 3%;
}
.sect5 .container .botao button {
  background: black;
  color: white;
  border: 1px solid black;
  padding: 1% 2%;
  text-transform: uppercase;
}

.sect6{
  padding: 5% 0;
}
.sect6 .title{
  font-size: 40px;
  color: #76300c;
  font-weight: 100;
  margin-bottom: 0%;
}
.sect6 .sub-title{
  color: #76300c;
  font-weight: 300;
}
.sect6 .card-empreendimento{
  text-align: center;
  margin: 4%;
}
.sect6 .card-empreendimento .img-card{
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  padding: 76% 0;
}
.sect6 .card-empreendimento .title-card{
  font-size: 25px;
  font-weight: bold;
  color: #7c7b7b;
}
.sect6 .card-empreendimento p{
  font-size: 22px;
  font-weight: 300;
  color: #7c7b7b;
}
.sect6 .linha{
  display: flex;
      flex-wrap: wrap;
  justify-content: space-between;
}
.sect6 .linha .coluna{
  padding: 0.5%;
  width: 14.28%;
}
.sect6 .coluna .card-empreendimento .img-card{
  height: 13em;
  padding: 0;
  margin-bottom: 4%;
  background-size: cover;
}
.sect6 .coluna .card-empreendimento .title-card{
  font-size: 15px;
}
.sect6 .coluna .card-empreendimento p{
  font-size: 12px;
}

#mob {
  display: none;
}

footer {
  padding: 2% 0;
}
footer .container img {
  width: 27%;
}

footer .ass img {
  width: 10% !important;
}

@media(min-width: 1650px){
  .sect4 .container .conts{
    height: 42em;
  }
  .sect4 .container .img-living .overlay{
    height: 42em;
  }
}
#exampleModal{
  .modal-header{
    background: #46c756;
    color: white;
  }
  .campo{
    input{
      width: 100%;
      height: 6vh;
      margin-bottom: 3%;
      padding-left: 3%;
      border: 1px solid black;
      border-radius: 8px; 
    }
  }
  .btn-close{
    width: 6vh;
    height: 6vh;
    background: black;
    border: 1px solid black;
    color: white;
    font-size: 20px;
    border-radius: 50%;
  }
  input[type=submit]{
    float: right;
    padding: 1vh 3vh;
    background: black;
    color: white;
    border: 1px solid black;
  border-radius: 50px; 
  }
}

.whatsapp{
  position: fixed;
  right: 0%;
  bottom: 1%;
  width: 6%;
  z-index: 1000;
  cursor: pointer;
}

@media (max-width: 980px) {
  .ass img {
    width: 20% !important;
  }
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  .title {
    font-size: 23px !important;
  }
  .sect2 ul li {
    font-size: 13px;
  }
  .slick-arrow {
    width: 60px !important;
    height: 60px !important;
  }
  .sect4 .container{
    max-width: 100%!important;
  }
  .sect4 .container .slick-arrow{
    bottom: 45%;
    border: 1px solid white;
  }
  .sect4 .container .slick-prev{
    left: -3%;
  }
  .sect4 .container .slick-next{
    right: -3%;
  }
  .sect4 .container .img-lazer{
    background-size: 82%!important;
  }
  .sect4 .container .img-lazer .overlay{
    padding: 33% 0;
  }
  .sect4 .container .item {
    height: auto;
  }
  .sect4 .container .conts{
    height: 25em;  
  }
  /*.sect4 .container .conts.full{
    margin-top: 18%;
  }*/
  .sect4 .container .conts .description{
    font-size: 8px;
  }
  .sect4 .container .conts .tipologia .dorms{
    font-size: 20px;
  }
  .sect4 .container .conts .tipologia .suite, .sect4 .container .conts .tipologia .text-center{
    font-size: 13px;
  }
  /*.sect4 .container .img-living{
    margin-top: 5%;
  }*/
  /*.sect4 .container .img-full{
    margin: 27% 0;
  }*/
  .sect4 .container .img-living .overlay{
    height: 25em;
  }
  .sect4 .container .img-living .overlay .desc p{
    font-size: 8px;
  }

  .sect6 .linha .coluna{
    width: 50%;
  }
  
  .diferenciais .item-dif img{
    width: 25%;
  }

  .sect5 .container .endereco {
    margin: 0 0;
    padding: 1% 9%;
    font-size: 20px;
  }
  .sect5 .container .botao button {
    margin-top: 5%;
  }
  .whatsapp{
    width: 20%;
  }
}

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