@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

body {
    font-family: "Manrope", sans-serif;
}
.ruta {
    padding: 7.5px 10px;
    border-radius: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.troncal {
    background-color: #eb7931;
    color: #fff !important;
}
.c {
    background-color: #16a85a;
    color: #fff !important;
}
.l {
    background-color: #f0c837;
    color: #fff !important;
}

.iframe-mapa iframe {
    height: 75vh;
}

.timeline .timeline-icon {
    border: none;
}
.inactivo {
    opacity: 0.75;
}

.lista-paradas {
    list-style-type: none;
}
.lista-paradas li {
    display: inline;
}

.azul-1 {
    color: #0d89d1;
}

.texto-azul-1 {
    color: #0d89d1 !important;
}
.btn.btn-active-color-primary.active,
.btn-primary {
    color: #0d89d1;
}

.fondo-azul-1 {
    background-color: #0d89d1;
}

.fondo-rosa {
    background-color: #d93787;
}
.fondo-rosa-40 {
    background-color: rgba(217 55 135/ 70%);
}

.fondo-rosa-40:hover {
    background-color: rgba(217 55 135/ 100%);
}

.fondo-azul-2 {
    background-color: #eff6fd;
}

.fondo-naranja {
    background-color: #f3ad34;
}

.fondo-verde {
    background-color: #1fb681;
}
.fondo-verde:hover {
    background-color: #1fb681;
}
.fondo-gris {
    background-color: #f3f4f8;
}

.tex-uppercase {
    text-transform: uppercase;
}

[data-bs-theme="light"] {
    --bs-header-bg: linear-gradient(
        90deg,
        rgb(239, 246, 253) 0%,
        rgb(239, 246, 253) 100%
    );
}

@media (min-width: 992px) {
    body {
        background-size: 100% 650px;
    }
}

.timeline .timeline-line {
    border-left-style: dashed;
}
.timeline .timeline-icon {
    border: 1px solid var(--bs-gray-300) !important;
}
.app-header {
    z-index: 2;
}

.menu.menu-sub.menu-sub-dropdown.menu-column.menu-rounded.menu-gray-800.menu-state-bg.menu-state-color.fw-semibold.py-4.fs-6.w-275px.show {
    margin-top: -58px !important;
}