﻿/* Media queries */

@media(max-width:1280px) {

}

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

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

@media (max-width:767px) {

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

  .bannertop .bntit{
    max-width: 350px;
    margin-top: 10%;
  }
  .bannertop h1{
    margin-top: 30%;
  }

  .bannertop .ftbanner { width: 100%; margin-top: 10%; }

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


  .bannertop .boxform{ margin-top:50px }

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

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


  .oquee{ padding:50px 0; text-align:center; }


  .fale{ padding:50px 0 }

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

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

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

  .footer .bxcontact{
    float: none; text-align: left; margin-bottom: 20px;
  }

}

@media (max-width:480px) {


}