

    /* Hero com imagem da frota */
    .hero {
      position: relative;
      background: #0d6efd;
      color: #fff;
      overflow: hidden;
      border-bottom-left-radius: 1.25rem;
      border-bottom-right-radius: 1.25rem;
    }
    .logos {
    display: flex;
    flex-direction: column; /* empilha verticalmente */
    align-items: center;    /* centraliza horizontalmente */
    gap: 8px;               /* espaço entre as imagens */
}

.brand-logo {
    max-width: 300px; /* ajuste conforme necessário */
    height: auto;
}

.texto-rodape {
    margin-top: 5px;
    font-size: 14px;
}

    .hero img.hero-img {
      width: 100%;
      height: 340px;
      object-fit: cover;
      opacity: .25;
      filter: contrast(1.1) saturate(1.1);
    }
    .hero .hero-content {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 2rem;
    }
    .brand-logo {
      height: 100px;
      width: auto;
    }

    .brand-logo-onibus {
      height:200px;
      width: auto;
    }
    .texto-rodape {
      color: #127239;
      font-weight: 600;
      letter-spacing: 0.5px;
}
.card {
    border-radius: 1rem;
}
.schedule-badge { font-variant-numeric: tabular-nums; }
  