.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: #FFF 0 0 0 .15rem !important;
}

.app-wrapper {
  margin-left: 0 !important;
}

.nav-link-sub-nav {
  padding: 0;
}

.nav-item-sub-nav {
  border-bottom: 1px solid #FFF;
  padding: 8px 1rem 8px;
  /* transition: all .15s ease-in-out; */
}

.nav-item-sub-nav:hover {
  border-bottom: 4px solid #FFF;
  padding: 8px 1rem 5px;
}

.active-sub-nav {
  border-bottom: 4px solid #FFF;
  padding: 8px 1rem 5px;
}

.nav-link-text-sub-nav {
  color: #FFF;
}

.navbar-beatride {
  background: var(--acento);
}

.app {
  background: #fff !important;
  padding-top: 0;
}

.app-card {
  box-shadow: none !important;
}

.app-sidepanel {
  position: relative !important;
  min-height: auto !important;
  height: auto !important;
  border: none !important;
  display: table !important;
  width: 100%;
  max-width: initial;
}

.app-nav {
  background: var(--acento);
  /* padding: 15px 20px; */
}

.app-nav .nav-item {
  background: transparent !important;
}

.app-nav .nav-link {
  padding: 0.875rem 1rem !important;
  color: #fff;
  position: relative;
  border: 0;
  padding: 4px 0 !important;
  font-family: 'Avenir Next Cyr';
}

.app-nav .nav-link.active>span.nav-link-text:after {
  height: 4px;
}

.app-nav .nav-link>span.nav-link-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -4px;
  left: 0;
  position: absolute;
  z-index: 1;
  transition: all ease 0.2s;
}

.app-nav .nav-item:hover .nav-link>span.nav-link-text:after {
  height: 4px;
}

.app-nav .app-nav {
  padding: 0 !important;
}

.app-nav .nav-link.active {
  color: #fff !important;
  border: 0 !important;
  background: transparent !important;
}

.app-nav .nav-link:hover {
  color: #fff;
}

.mensajeReservaBicis {
  background: #ededed;
  padding: 10px 20px;
  text-align: center;
}

.app-branding {
  opacity: 0;
  display: none;
}

.beat:hover {
  background-color: var(--acento) !important;
}

.app-header-inner {
  margin-left: initial !important;
}

.couch-div {
  background: transparent;
  color: #000;
  width: max-content;
  padding: 28px 14px;
  border-radius: 44px;
  margin: 0 auto;
  font-size: 42px;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'Avenir Next Cyr';
  font-weight: bold;
}

.app-sidepanel .sidepanel-inner {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  /* display: flex !important;
    flex-direction: row !important; */
}

#app-nav-main .nav-icon {
  display: none !important;
}

#app-nav-main .nav-item {
  float: left;
  margin-bottom: 12px;
}

ul#menu-accordion {
  display: inline-block;
}

span.fechaReservarClase {
  font-size: 24px;
  text-align: center;
  display: table;
  margin: 0 auto;
}

.app-sidepanel-footer {
  width: auto !important;
  display: table !important;
  background-color: transparent;
  border: none;
}

.menuRojoDash {
  margin: 0 auto !important;
  display: table !important;
  float: none;
  right: 0;
  left: 0;
  position: relative;
  width: auto !important;
}

.menuRojoDash>li {
  padding: 0 1vw;
}

.app-page-title {
  text-align: center;
  font-size: 34px;
}

hr {
  display: none;
}

.app-content {
  /* margin: 45px auto; */
  min-height: 390px;
}

.mensajeCancelaciones {
  display: none;
}

.app-table-hover thead {
  background: var(--acento);
  color: #fff;
}

.table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: initial !important;
}

.app-table-hover>thead>tr,
table.dataTable thead th {
  border: none !important;
}

@media only screen and (max-width: 900px) {
  #app-nav-main .nav-item {
    margin-right: 12px;
  }
}