.inspectores-tabs-wrapper {
  margin-bottom: 20px;
  width: 100%;
}

.inspectores-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfd8e3;
  white-space: nowrap;
}

.inspectores-tabs-nav > li {
  float: none;
  display: block;
  flex: 1 1 0;
  margin-bottom: -1px;
}

.inspectores-tabs-nav > li > a {
  display: block;
  text-align: center;
  margin-right: 0;
  padding: 12px 14px;
  border: 1px solid #cfd8e3;
  border-bottom: 0;
  border-radius: 0;
  background-color: #eef3f8;
  color: #356fb8;
  font-weight: 600;
}

.inspectores-tabs-nav > li > a:hover,
.inspectores-tabs-nav > li > a:focus {
  background-color: #dce8f8;
  color: #1e4f8f;
}

.inspectores-tabs-nav > li.active > a,
.inspectores-tabs-nav > li.active > a:hover,
.inspectores-tabs-nav > li.active > a:focus {
  background-color: #2f73d8;
  border-color: #2f73d8;
  color: #fff;
}

.inspectores-tab-pane {
  padding-top: 5px;
}

@media (max-width: 991px) {
  .inspectores-tabs-nav > li {
    flex: 0 0 auto;
  }

  .inspectores-tabs-nav > li > a {
    min-width: 120px;
    padding: 10px 14px;
  }
}
