﻿/* Media queries */

@media(max-width:1280px) {

}

@media(max-width:990px) {}

@media(max-width:800px) {}

@media (max-width:767px) {

  .desk{ display:none; }
  .mobile{ display:block; }


.navbar .container{ margin:0px; padding:0px; } 

.navbar-toggler{
  width: 50px; height: 50px;
  background:url(images/mobile.png) center center no-repeat;
  background-size: cover;
}

.navbar-collapse{
  background: #faf3e1;  
}
.navbar .nav-item{
  display:block;
}

.navbar .nav-item .nav-link {
  color: #000;
  font-size: 17px;
  padding: 25px 0px;
}

.navbar .socialm a img{
  width: 30px;
  margin-right: 10px;
  filter: invert(100%);
}

  

  .bannertop{ height:100vh; overflow:hidden;  }
  .bannertop video{ height:100vh; width:auto  }

  .bannertop h1{
    margin-top: 70%;
  }

  .boxtit{
    background: url(img/bgfooter.jpg) center center no-repeat;
  }

  .boxtit h1{ text-align: center; }
  .boxtit h1 br{ display:none; }

  .sobre .boxup { padding-top: 10px; }

  .projeto{
    background: url(img/bgfooter.jpg) center center no-repeat;
    background-size: cover;
  }
  .projeto img{ width:70%; margin:20px auto; display:block;  }

  .fttransicao{
    width: 100%; height: 80vh;
    background: url(img/foto05.jpg) -100px 0px no-repeat;
    background-size: cover;
  }
  .fttransicao img{ display: none; }

  .apartamentos img{
    width: 100%;
    margin: 20px auto;
    display: block;
  }

  .rooftop {
    min-height: 80vh;
  }

  .scasa .col-md-3{
    margin-bottom: 30px;
  }

}

@media (max-width:480px) {


}
