.navbar {
  background-color: #031227;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
  z-index: 10; }

.tabbable {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .tabbable ul.nav {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap; }
  .tabbable .ml-auto {
    list-style: none; }

.nav-link {
  display: flex;
  align-items: center; }

.navbar .nav-link.active {
  background-color: #182a44; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.sticky + .content {
  padding-top: 60px; }

#textNav a {
  color: white;
  padding: 7px 20px; }

#textNav .nav-item:hover {
  background-color: #182a44; }

#iconsNav {
  background-color: black;
  font-size: 1.8rem;
  padding: 0 5px; }

#iconsNav.navbar-nav > li, .navbar-nav {
  float: left !important; }

#iconsNav .nav-item {
  margin: 0 10px; }

#iconsNav .nav-link {
  padding: 2px;
  color: white; }

@media only screen and (max-width: 800px) {
  #iconsNav .nav-item {
    margin: 0 8px; } }

.navbar-brand {
  margin: 0 4rem 0 1rem; }

header {
  background-color: #F1F2F3;
  height: 70px;
  display: flex;
  flex-direction: row;
  overflow: auto;
  text-align: center; }

header select {
  border-radius: 20px;
  border: 1px solid #aaa;
  margin: 1rem 2rem;
  padding: 5px 15px;
  font-size: 0.8rem;
  outline: none;
  font-weight: 600; }

header option {
  padding: 0; }

div.scrollmenu::-webkit-scrollbar, nav.tabbable ul::-webkit-scrollbar, .nav-pills::-webkit-scrollbar, .cuerpoEstadisticas::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
div.scrollmenu, nav.tabbable ul, .nav-pills, .cuerpoEstadisticas {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

div.scrollmenu p {
  margin: 0;
  padding: 0 5px;
  font-size: 0.8rem;
  font-weight: 600; }

div.scrollmenu span {
  color: #222;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0; }

div.scrollmenu .liga {
  background-color: #EDEEF0;
  border-right: 1px solid #888;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px; }

.primero {
  border-left: 1px solid #888; }

div.scrollmenu .partidoLiga {
  background-color: white;
  border-right: 1px solid #888;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 10px;
  padding-right: 70px;
  cursor: pointer; }

div.scrollmenu {
  overflow: visible;
  /*overflow-y: hidden;*/
  white-space: nowrap;
  display: inline-flex;
  align-items: center; }

div.scrollmenu div, div.scrollmenu select {
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.nav-tabs {
  background-color: white; }

.nav-tabs .nav-link {
  border: none;
  color: #031227; }

.nav-tabs .nav-link:hover {
  border-bottom: 5px solid #031227; }

.nav-tabs .nav-link.active {
  border-bottom: 5px solid #031227; }

.tabbable .nav-tabs .nav-link {
  white-space: nowrap; }

.nav-pills {
  overflow: auto;
  flex-wrap: nowrap; }

.nav-pills .nav-link {
  border: none;
  border-radius: none;
  color: white;
  white-space: nowrap;
  padding: 5pz 10px;
  margin: 5px;
  font-size: 0.7rem;
  background-color: #aaa; }

.nav-pills .nav-link:hover {
  background-color: #97c1e7; }

.nav-pills .nav-link.active {
  background-color: #97c1e7; }
