@media (min-width: 768px) and (max-width: 1024px) {

  * {
    margin: 0;
  }

  .navbar-inverse {
    position: fixed;
    width: 100%;
  }

  #blocoBotoesDetalhes {
    position: static;
  }

}