    h2 { text-align: center; margin: 2rem 0 1rem; font-size: 2rem; }
    .carousel-wrapper { overflow: hidden; max-width: 100%; padding: 0 2rem; }
    .carousel-track { display: flex; transition: transform 0.5s ease-in-out; width: fit-content; }
    .slide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; min-width: 100%; padding-bottom: 2rem; }
    .ruta-card { width: 100%; background: #fff; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); padding: 1.5rem; box-sizing: border-box; }
    .ruta-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #003366; }
    .ruta-card p { margin: 0.3rem 0; font-size: 0.9rem; }
    .precio { font-weight: bold; margin: 0.5rem 0; }
    .btn-horarios { display: inline-block; margin-top: 0.5rem; padding: 0.5rem 1rem; background: #00707f; color: #fff; border-radius: 8px; text-decoration: none; }
    .dots { text-align: center; margin-bottom: 2rem; }
    .dot { height: 12px; width: 12px; margin: 0 6px; background-color: #ccc; border-radius: 50%; display: inline-block; cursor: pointer; }
    .dot.active { background-color: #00707f; }
    .tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 3rem; gap: 0.5rem; }
    .tab { padding: 0.6rem 1rem; background: #e0e0e0; border-radius: 5px; cursor: pointer; }
    .tab.active { background: #00707f; color: #fff; }
    .terminales-content { display: none; padding: 1rem 2rem; }
    .terminales-content.active { display: block; }