/*
#views-exposed-form-estaciones-page-1 {
  display: flex;
  align-items: center;
  min-width: 200px;
}

#views-exposed-form-estaciones-page-1 .form-group {
  margin: 0 !important;
}

#view-barra-de-estaciones > div > div {
  display: flex;
  flex-wrap: wrap;
}

#view-barra-de-estaciones .views-row {
  margin: 0 12px;
}*/

#block-customhorizontalmenu h6 {
  position: absolute;
  left: 50vw;
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0;
}

#barra-de-estaciones {
  position: fixed;
  top: -171px;
  transition: top 0.5s;
  z-index: 6;
  background-color: #d33930;
}

#barra-de-estaciones.moved-to-visible {
  top: 65px;
  transition: top 0.5s;
}

#barra-de-estaciones label {
  display: none;
}

#barra-de-estaciones .form-group {
  margin: 0 !important;
  width: 100%;
}

#barra-de-estaciones select {
  text-transform: uppercase;
  height: 37px;
  font-size: 12px;
  color: #777;
}

#barra-de-estaciones select:focus {
  color: #111;
}

#barra-de-estaciones #edit-actions {
  display: none;
}

