/* Colectivos (página completa): rutas_proximas_sc.css + refinamientos */

.col-sc-page {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    /* Barra inferior + FAB; sin hueco extra al final de la grilla */
    padding: 12px 14px calc(96px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
}

.col-sc-ambient {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 0;
    background: radial-gradient(100% 55% at 50% -15%, rgba(251, 146, 60, 0.14), transparent 52%);
    opacity: 1;
}

.col-sc-page > *:not(.col-sc-ambient) {
    position: relative;
    z-index: 1;
}

/* Intro SEO + accesibilidad: un solo H1 claro para la página */
.col-sc-page-head {
    margin: 4px 0 14px;
    padding: 0 2px;
}

.col-sc-page-h1 {
    margin: 0 0 8px;
    font-size: clamp(1.15rem, 4vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #0f172a;
}

.col-sc-page-lead {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #475569;
}

.col-sc-page-lead strong {
    font-weight: 600;
    color: #334155;
}

.col-sc-page .rutas-prox-sc:first-of-type {
    margin-top: 6px;
}

.col-sc-page .rutas-prox-sc + .rutas-prox-sc {
    margin-top: 18px;
}

/*
 * rutas_proximas_sc.css desactiva pointer-events en __body (home: enlace stretch a colectivos).
 * En esta página no hay ese enlace: hay que reactivar toques para <details> del itinerario y el resto del contenido.
 */
.col-sc-page .rutas-prox-sc__body {
    pointer-events: auto;
}

.col-sc-section + .col-sc-section {
    margin-top: 6px;
}

/* No encoger tarjeta al tocar (página completa; no es enlace) */
.rutas-prox-sc__wrap--static:active .rutas-prox-sc__card {
    transform: none;
}

.col-sc-section {
    scroll-margin-top: 72px;
}

/* Destacar el bloque principal de proximas salidas */
.rutas-prox-sc[data-col-hero="1"] .rutas-prox-sc__card {
    background: linear-gradient(150deg, #fffdf7 0%, #fff7e8 62%, #ffedd5 100%);
    border: 1px solid #fdba74;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.92) inset,
        0 18px 40px -14px rgba(234, 88, 12, 0.38);
}

.rutas-prox-sc[data-col-hero="1"] .rutas-prox-sc__deco {
    color: rgba(249, 115, 22, 0.16);
    font-size: 86px;
}

.rutas-prox-sc[data-col-hero="1"] .rutas-prox-sc__kicker {
    color: #c2410c;
}

.rutas-prox-sc[data-col-hero="1"] .col-sc-hero-title {
    font-size: clamp(18px, 4.9vw, 22px) !important;
}

.rutas-prox-sc[data-col-hero="1"] .rutas-prox-sc__badge {
    background: linear-gradient(145deg, #fff7ed, #ffedd5);
    border-color: #fdba74;
    color: #9a3412;
}

.rutas-prox-sc[data-col-hero="1"] .col-sc-hero-lead--fullrow {
    background: linear-gradient(145deg, #ffffff 0%, #fff7ed 100%);
    border-color: #fed7aa;
    color: #7c2d12;
}

.rutas-prox-sc[data-col-hero="1"] .rutas-prox-sc__body {
    background: rgba(255, 255, 255, 0.9);
    border-color: #fed7aa;
}

.rutas-prox-sc[data-col-hero="1"] .col-sc-bus {
    border-color: #fdba74;
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.12);
}

.rutas-prox-sc[data-col-hero="1"] .col-sc-bus__time-wrap {
    border-color: #fdba74;
    background: linear-gradient(145deg, #fff8ee, #ffe7c7);
}

/* Tarjetas: relieve suave */
.col-sc-card--lift .rutas-prox-sc__card {
    overflow: visible;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 12px 32px -10px rgba(15, 23, 42, 0.1);
}

.col-sc-hero-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 16px !important;
    font-size: 22px !important;
}

.col-sc-hero-title {
    font-size: clamp(16px, 4.2vw, 19px) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em !important;
}

.col-sc-block-title {
    font-size: 16px !important;
}

.col-sc-hero-lead {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.45;
    max-width: 42ch;
}

.col-sc-card-top {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 12px;
    margin-bottom: 16px !important;
}

.col-sc-card-top .rutas-prox-sc__brand {
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

.col-sc-card-top .rutas-prox-sc__badge {
    flex-shrink: 0;
    margin-top: 2px;
    max-width: 46%;
}

/* Texto contextual en fila completa: más legible al tacto */
.col-sc-hero-lead--fullrow {
    flex: 1 1 100%;
    order: 3;
    margin: 0 !important;
    max-width: none !important;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #475569;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-sizing: border-box;
}

.col-sc-hero-lead--fullrow.col-sc-hero-lead--tight {
    font-size: 12px;
    line-height: 1.48;
    padding: 10px 12px;
}

.col-sc-card-body {
    padding: 14px 12px 14px;
}

/* Cada colectivo: “ticket” */
.col-sc-bus {
    display: flex;
    gap: 0;
    padding: 0;
    margin-bottom: 12px;
    border: 1px solid #ffedd5;
    border-radius: 14px;
    background: linear-gradient(105deg, #fffdfb 0%, #fff 45%);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.col-sc-page .rutas-prox-sc__body .col-sc-bus:last-child {
    margin-bottom: 0;
}

.col-sc-bus__accent {
    width: 4px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #fb923c, #ea580c);
}

.col-sc-bus__inner {
    flex: 1;
    min-width: 0;
    padding: 12px 12px 12px 10px;
}

.col-sc-bus__row1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px 12px;
}

.col-sc-bus__route {
    margin: 0;
    flex: 1 1 160px;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.col-sc-bus__orig {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: -0.01em;
}

.col-sc-bus__arrow {
    color: #f97316;
    font-size: 12px;
    line-height: 1;
    flex-shrink: 0;
}

.col-sc-bus__arrow .bi {
    vertical-align: -1px;
}

.col-sc-bus__dest {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.col-sc-bus__time-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 12px;
    background: linear-gradient(145deg, #fff7ed, #ffedd5);
    border: 1px solid #fed7aa;
}

.col-sc-bus__time-lab {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c2410c;
}

.col-sc-bus__hora {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    line-height: 1;
}

.col-sc-bus__time-unit {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
}

.col-sc-bus__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ffedd5;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.col-sc-bus__meta i {
    color: #f97316;
    font-size: 14px;
    flex-shrink: 0;
}

.col-sc-bus__empresa {
    min-width: 0;
    word-break: break-word;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.35;
    color: #9a3412;
}

.col-sc-nota {
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    color: #c2410c;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.col-sc-nota i {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 13px;
}

/* "Notas adicionales" del admin (frecuencia) — ruta, encima del itinerario */
.col-sc-ruta-nota {
    margin: 10px 0 0;
    padding: 10px 12px 12px;
    border-radius: 12px;
    border: 1px solid #fed7aa;
    background: linear-gradient(145deg, #fffdf7 0%, #fff 55%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.col-sc-ruta-nota__lab {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 6px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c2410c;
}

.col-sc-ruta-nota__lab .bi {
    font-size: 12px;
    color: #ea580c;
}

.col-sc-ruta-nota__txt {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    color: #1e293b;
    letter-spacing: -0.01em;
}

/* Itinerario (paradas separadas por comas) */
.col-sc-itin {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(253, 186, 116, 0.5);
}

.col-sc-ruta-nota + .col-sc-itin {
    margin-top: 8px;
    border-top-color: rgba(203, 213, 225, 0.85);
}

.col-sc-itin__head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c2410c;
}

.col-sc-itin__head-ico {
    font-size: 13px;
    color: #ea580c;
}

.col-sc-itin__details {
    margin: 0;
}

.col-sc-itin__summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    padding: 8px 10px;
    margin: 0 0 0 -2px;
    border-radius: 10px;
    background: linear-gradient(145deg, #fff7ed, #fffdfb);
    border: 1px solid #fed7aa;
    font-size: 12px;
    font-weight: 800;
    color: #9a3412;
    -webkit-tap-highlight-color: transparent;
}

.col-sc-itin__summary::-webkit-details-marker {
    display: none;
}

.col-sc-itin__summary::marker {
    content: '';
}

.col-sc-itin__summary-ico {
    font-size: 15px;
    color: #ea580c;
    flex-shrink: 0;
}

.col-sc-itin__summary-chev {
    font-size: 14px;
    color: #c2410c;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-left: 2px;
}

.col-sc-itin__details[open] .col-sc-itin__summary-chev {
    transform: rotate(180deg);
}

.col-sc-itin__summary-txt {
    flex: 1;
    min-width: 0;
}

.col-sc-itin__count {
    flex-shrink: 0;
    min-width: 22px;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    background: #fff;
    border: 1px solid #fdba74;
    color: #c2410c;
    font-variant-numeric: tabular-nums;
}

.col-sc-itin__panel {
    padding: 10px 4px 2px 2px;
}

.col-sc-itin__track {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-sc-itin__stop {
    display: flex;
    align-items: stretch;
    gap: 10px;
    min-height: 40px;
}

.col-sc-itin__gutter {
    width: 22px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
}

.col-sc-itin__dot {
    font-size: 7px;
    line-height: 1;
    color: #ea580c;
    filter: drop-shadow(0 0 3px rgba(234, 88, 12, 0.35));
}

.col-sc-itin__stem {
    flex: 1 1 auto;
    width: 1.5px;
    min-height: 14px;
    margin-top: 4px;
    border-radius: 2px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(252, 165, 100, 0.55) 0%, rgba(254, 215, 170, 0.25) 100%);
}

.col-sc-itin__stop--last .col-sc-itin__stem {
    display: none;
}

.col-sc-itin__body {
    flex: 1;
    min-width: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 12px;
}

.col-sc-itin__stop--last .col-sc-itin__body {
    padding-bottom: 0;
}

.col-sc-itin__lugar {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    letter-spacing: -0.02em;
    line-height: 1.35;
}

.col-sc-itin__body--con-hora {
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
}

.col-sc-itin__hora {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    font-size: 12px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #9a3412;
    letter-spacing: -0.02em;
    padding: 4px 9px;
    border-radius: 8px;
    background: linear-gradient(145deg, #fff7ed, #ffedd5);
    border: 1px solid #fb923c;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.col-sc-itin__hora-val {
    font-size: 14px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.col-sc-itin__hora .bi {
    font-size: 12px;
    color: #ea580c;
    opacity: 0.95;
}

.col-sc-itin__row--solo-lugar {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1;
}

.col-sc-itin__lugar--solo {
    flex: 1;
    min-width: 0;
}

.col-sc-itin__geo {
    font-size: 12px;
    line-height: 1;
    color: #f97316;
    opacity: 0.9;
    flex-shrink: 0;
}

/* Estado vacío */
.col-sc-empty-wrap {
    margin-top: 8px;
}

.col-sc-empty-card .rutas-prox-sc__top {
    margin-bottom: 8px;
}

.col-sc-empty-visual {
    display: flex;
    justify-content: center;
    padding: 6px 0 4px;
}

.col-sc-empty-visual__ring {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #fffbeb, #fff);
    border: 2px dashed #fed7aa;
    color: #fb923c;
    font-size: 28px;
}

.col-sc-empty-card__msg {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 8px 8px 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.55;
}

.col-sc-footnote {
    margin: 10px 0 0;
    padding: 8px 10px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    color: #94a3b8;
}

/* WhatsApp: botón fijo (siempre visible, no al pie del scroll) */
.col-sc-wa-fab {
    position: fixed;
    left: max(12px, env(safe-area-inset-left, 0px));
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    z-index: 99988;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 999px;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(145deg, #22c55e, #15803d);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.25) inset,
        0 6px 18px rgba(22, 163, 74, 0.4);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15;
    touch-action: manipulation;
    -webkit-appearance: none;
    appearance: none;
}

.col-sc-wa-fab i {
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
}

.col-sc-wa-fab__txt {
    white-space: nowrap;
}

.col-sc-wa-fab:active {
    transform: scale(0.97);
}

.col-sc-page-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    max-width: 280px;
    margin: 12px auto 0;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    color: #475569;
    font-weight: 800;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.col-sc-page-back i {
    font-size: 20px;
    margin-left: -4px;
}

.col-sc-page-back:active {
    background: #fffbeb;
    border-color: #fed7aa;
    color: #9a3412;
}

/* FAB */
.col-sc-fab {
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    z-index: 99990;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(145deg, #fb923c, #ea580c);
    box-shadow:
        0 2px 0 rgba(0, 0, 0, 0.06) inset,
        0 8px 22px rgba(234, 88, 12, 0.38);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.15;
}

.col-sc-fab i {
    font-size: 14px;
    flex-shrink: 0;
}

.col-sc-fab__txt {
    white-space: nowrap;
}

@media (max-width: 360px) {
    .col-sc-fab__txt {
        font-size: 9px;
        letter-spacing: 0.02em;
    }
}

.col-sc-fab:active {
    transform: scale(0.97);
}

/* Panel búsqueda */
.col-sc-search {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 16px;
    box-sizing: border-box;
    align-items: flex-end;
    justify-content: center;
}

.col-sc-search.col-sc-search--open {
    display: flex;
}

.col-sc-search__panel {
    width: 100%;
    max-width: 480px;
    max-height: min(92vh, 720px);
    overflow: auto;
    background: linear-gradient(160deg, #ffffff 0%, #fffbeb 40%, #fff7ed 100%);
    border-radius: 22px;
    border: 1px solid #ffedd5;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    padding: 18px 16px 20px;
    box-sizing: border-box;
}

.col-sc-search__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.col-sc-search__title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.col-sc-search__lead {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.4;
}

.col-sc-search__close {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 14px;
    background: #fff;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
    display: grid;
    place-items: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.col-sc-search__actions {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.col-sc-search__btn {
    flex: 1;
    padding: 11px 12px;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.col-sc-search__btn--muted {
    background: #334155;
    color: #fff;
}

.col-sc-search__btn--accent {
    background: linear-gradient(145deg, #fb923c, #ea580c);
    color: #fff;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3);
}

.col-sc-search__field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ffedd5;
    border-radius: 14px;
    margin-bottom: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.col-sc-search__field i {
    color: #ea580c;
    font-size: 18px;
    flex-shrink: 0;
}

.col-sc-search__field input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    background: transparent;
}

.col-sc-search__hint {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.col-sc-search__res {
    font-size: 13px;
    min-height: 40px;
}

.col-sc-hit {
    background: #fff;
    border: 1px solid #ffedd5;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.col-sc-hit__line {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.3;
}

.col-sc-hit__arrow {
    color: #f97316;
    font-weight: 800;
    margin: 0 4px;
}

.col-sc-hit__meta {
    font-size: 12px;
    color: #475569;
    font-weight: 600;
}

.col-sc-hit__hora {
    color: #ea580c;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.col-sc-empty {
    text-align: center;
    padding: 22px 16px;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    border: 1px dashed #fed7aa;
}

@media (max-width: 400px) {
    .col-sc-card-top .rutas-prox-sc__badge {
        max-width: none;
    }

    .col-sc-bus__row1 {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .col-sc-bus__route {
        flex: none;
        width: 100%;
    }

    .col-sc-bus__time-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 12px;
    }

    .col-sc-bus__time-wrap .col-sc-bus__time-lab {
        margin-right: auto;
    }

    .col-sc-bus__hora {
        font-size: 22px;
    }
}
