﻿/* Media queries */

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

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

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

@media (max-width:767px) {



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

  .container {
    width: 100%!important;
    max-width: 100%!important;
    display: block!important;
  }

  .ptop100{ padding-top: 30px; }
  .pbot100{ padding-bottom: 30px; }


  .about{
    padding: 30px 0;
    /*background: #c9bfa4;*/
  }

  .about h1{ font-size:30px; line-height:45px }
  
  .about h1,
  .about h1 span
  {
    color: #144734;
    text-align: center;
  }

  .about img{
    width: 90%; max-width: 100%;
    display: block; margin: 20px auto;
  }


  .footer {
    background: #637b61;
  }

  .footer .logofooter { width: 100px; }

  .footer .logos { margin: 50px auto 50px auto; }

  .footer .logofooter {
    margin: 50px auto 30px auto;
    display: block;
  }

  .footer h1{
    margin-bottom: 30px;
  }

  .footer .endereco { color: #809c9b; margin-bottom: 50px; }

  .logosmob{ background:#144734 }

  .footer .boxform{ width:100%; }

  .footer .boxform input{ border-radius:0px }

  .footer .boxform .btenviar{ margin-top:30px; }

  .footer .mob h1{
    font-family: Romie-Bold;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #144736;
  }


  .fb1{ background:no-repeat; height:inherit; }

  .fb2{
    height: 100vh;
    background: url(images/m002.png) bottom center no-repeat;
    background-size: cover;
  }


}

@media (max-width:480px) {


}