﻿/* Media queries */

@media(max-width:1280px) {

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


}

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

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

@media (max-width:767px) {

  .navbar-nav {
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
  }
  
  .navbar-toggler{ display:none; }

  .navbar-dark .navbar-brand{ margin:0 auto; }

  .navbar .nav-item{
    width: 90%!important;
    text-align: left;
    border-bottom: 1px solid #5e5e5e;
    font-size: 15px;
  }
  .navbar .nav-item a{ color: #5e5e5e!important; }


  .navbar-toggler{

  }

  .navbar-toggler span{
    width: 30px; height: 2px;
    background: #ea9957;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;

  }


  .fixed-top { position: relative; }

  .bannertop { height: initial; }

  .dvvideo { top:-30px; }

  .dvvideo h1{ display: none; }


.boxcinza {
  min-height: initial;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,ededed+51,ededed+100 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 51%,rgba(237,237,237,1) 51%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


  .boxcinza .titpad{ margin-top:initial; }

  .boxcinza .titpad{
    width: 100%;
    font-size: 19px;
  }

  .boxcinza .titpad span{
    margin: 20px 0;
  }

  .titpad{
    font-size: 20px;
  }

  .infobrio2 p {
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
  }

  .footer .boxform{ width:100% }

  .footer .boxform .btenviar{
    float: initial;
    margin: 10px auto 50px auto;
  }


  .brioinfo{ margin:0 auto }

  .titgaleria{ margin:40px }

  .footer .boxform .inp, .footer .boxform textarea, .footer .boxform .btenviar{
    font-size: 15px;
  }

  .footer .logofooter { width: 100px; }

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

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

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


  .menulateral{
    width: 100%; position: fixed;
    top: inherit; bottom: 0px; left: 0px;
    background: #7dc9ad; text-align: center;
  }
  .menulateral .box{ display: inline-block; }


}

@media (max-width:480px) {


}