/* Linha horizontal para separar o horário das demais informações */

.section-flights-panel, .container {
  padding: 0;
}

.flight-card-home {
  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1) 100%);
}

.border-mobile-end {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: calc(100% - 20px);
  height: 100%;
  padding: 18px 20px 18px 0;
  border-left: 1px solid #d5d6d8;
}

.flight-card-home .border-mobile-end {
  border-left: 1px solid #d5d6d831;
}

.flight-card-home .city {
  font-weight: 300;
  font-size: 1.2rem;
  color: #FFF;
}

.flight-card-home .title-mobile {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Estilos para alinhar o botão */

.btn-toggle-row {
  width: 10px;
  height: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Esconde o ícone de menos por padrão */

.icon-minus {
  display: none;
}

/* Mostra o ícone de menos e esconde o de mais quando a área está expandida */

.btn-toggle-row[aria-expanded="true"] .icon-plus {
  display: none;
}

.btn-toggle-row[aria-expanded="true"] .icon-minus {
  display: inline-block;
}

/* Logo com altura máxima 30px */

.logo-flights-panel {
  max-width: 100%;
  height: 40px;
  padding: 0.5rem;
  background-color: #FFF;
  border-radius: 0.5rem;
}

.nav-link .icon {
  width: 2.25em;
  height: 2.25em;
  vertical-align: middle;
}

.nav-link {
  color: #d8d8d88f;
}

.nav-link.active {
  color: #0d6efd;
  background-color: #d5d6d8;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
  color: #ffffff88;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #004489;
  background-color: #fffffff8;
}

