.geral-tab{
  width: 100%;
  height: auto;
  display: table;
}
.geral-tab .col-xs-12{
  padding: 0;
  display: table;
}
.tab{
  background: #E9E9E9;
  text-align: center;
  border: 1px solid #B7B7B7;
  border-top: none;
  cursor: pointer;
  min-height: 100px;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100%;
}
.tab:hover{
  background-color: #EEE;
  color: #13AAFF;
}
.tab.ativo{
  background-color: #FFF;
  color: #277bc4;
  border-bottom: none;
  border-top:  1px solid #B7B7B7;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}
.geral-tab-item{
  display: none;
  margin-top: 30px;
}
.geral-tab-item.ativo{
  display: block;
}
