/*======= PANTALLAS GRANDES 1024px ============*/
@media screen and ( min-width:1025px ){
  .navbar-brand{ font-size: .9em; }
  .table-show tr th{
      width: 15%;
  }
  .table-stripped .options{
    width: 15%;
  }
  .navbar-form {
    width: 600px;
  }
  .navbar-form .input-group{
    width: 110%;
  }
}

/*======= TABLETAS 1024px ============*/
@media screen and ( max-width:1024px ){
  .navbar-brand{ font-size: .8em; }
  .table-show tr th{
      width: 25%;
  }
  .table-stripped .options{
    width: 25%;
  }
  .navbar-form {
    width: 400px;
  }
  .navbar-form .input-group{
    width: 105%;
  }
}

/*======= TELEFONOS 768px ============*/
@media screen and ( max-width:768px ){
  .table-show tr th{
      width: 40%;
  }
  .table-stripped .options{
    width: 25%;
  }
  .navbar-form{
    width: 95%;
  }
}