﻿/* Media queries */

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

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

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

@media (max-width:767px) {

  .detalhe,
  .btfale
  { display: none; }




  .boxvideo iframe{
    width: 90%; height: 300px;
    display: block;
    margin: 30% auto;
  }

  .bxyoutube{
Width: 100%;
height: 300px; }


  .logodesk{display: none;}
  .logomob{
    display: block;
    width: 200px;
    position: absolute; left: 20px; top: 10px;
  }

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

  .navbar-collapse {
    position: absolute; left: 0%; top: 69px;
    width: 99%;
    background: #c19b6e;
    padding: 40px;
  }

  .tititens br{ display: none; }

  .tititens {
    font-size: 25px;
  }

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

  .navbar {
    padding: 10px;
    min-height: 50px;
    position: absolute;
  }

  .navbar-nav {
    width: 100%;

  }

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

  .navbar-dark .navbar-toggler{
    position: absolute; right: 20px; top: 10px;
    border: none;
  }

  .boxfullvideo .boxvideonv {
    width: 98%;
    margin: 20% auto 0 auto;
  }



  a.nav-link.scroll.destaque{
      background-color: transparent;
      border-radius: 0px;
  }


  .navbar .conextra{ position:inherit; }

  .menu_down{ background: none!important;  }

  .bannertop a{ margin: 0 auto; }

  .menu_down .navbar-toggler{ display: none; }

  .bannertop{ height:60vh; }

  .bannertop .btplay {
    left: 40%; top: 44%;
    width: 100px; height: 100px;
  }

  .about{ padding:30px }


  .boxcontex {
    width: 90%;
    margin-left: 5%;
    margin-top: 41px;
  }

  .vista .itenslap img{
    margin-bottom: 30px;
  }


  .videos .ftvd01,
  .videos .ftvd02,
  .videos .ftvd03{
    width: 100%; height: 250px; min-height: 250px;
  }


}

@media (max-width:480px) {


}
