/* Horarios Page Specific Styles */

/* Header Navigation for Horarios Page */
.header-navigation-horarios {
    width: 100%;
    height: 62px;
    padding: 20px 20px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(245, 241, 232, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.3s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nav-logo {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    white-space: pre;
    letter-spacing: 0;
}

.nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    white-space: pre;
    padding: 3px 5px;
    letter-spacing: 0;
    transition: opacity 0.2s;
}

.nav-link:hover {
    opacity: 0.7;
}

.nav-link.active {
    font-weight: 500;
}

/* Main Content */
.horarios-main {
    width: 100%;
    padding: 0 20px 20px 20px;
    margin-top: 102px;
}

.horarios-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

/* Info Wrapper - 2 columns layout */
.horarios-info-wrapper {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Info Container */
.horarios-info-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    padding: 0 20px;
}

.horarios-info {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15;
    color: black;
    letter-spacing: -0.24px;
    width: 100%;
    max-width: 212px;
    margin: 0;
}

.horarios-info-column-right {
    display: none;
}

.horarios-info p {
    margin: 0 0 12px 0;
    line-height: 1.15;
}

.horarios-info p:last-child {
    margin-bottom: 0;
}

.horarios-info .text-bold {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
}

.horarios-info a {
    color: black;
    text-decoration: none;
}

.horarios-info a:hover {
    text-decoration: underline;
}

.horarios-info .whitespace-pre-wrap {
    white-space: pre-wrap;
}

/* Schedule Container */
.horarios-schedule-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1240px;
    padding: 40px 64px 40px 40px;
    flex-shrink: 0;
}

.schedule-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 1018px;
}

.schedule-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.schedule-row-header {
    min-height: auto;
    padding: 16px 0;
}

.schedule-location {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: black;
    letter-spacing: -0.64px;
    flex: 1;
    min-width: 0;
    flex-shrink: 1;
}

.schedule-location p {
    margin: 0;
}

.schedule-days {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: -0.07px;
    text-align: right;
    white-space: pre;
    width: 120px;
    flex-shrink: 0;
}

.schedule-days p {
    margin: 0;
}

.schedule-location-spacer {
    flex: 1;
    min-width: 0;
    flex-shrink: 1;
}

.schedule-days-only {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: -0.07px;
    text-align: right;
    width: 120px;
    flex-shrink: 0;
}

.schedule-days-only p {
    margin: 0;
}

.schedule-time {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: -0.07px;
    text-align: right;
    white-space: pre;
    width: 100px;
    flex-shrink: 0;
}

.schedule-time p {
    margin: 0;
}

/* Recommendations Section */
.recommendations-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    padding: 0 64px;
    width: 100%;
    margin-top: 50px;
}

.recommendations-divider {
    height: 0;
    width: 1038px;
    border-top: 1px solid black;
    position: relative;
}

.recommendations-content {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: black;
    letter-spacing: -0.24px;
    width: 718px;
}

.recommendations-title {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 0 0;
}

.recommendations-content p {
    margin: 0 0 0 0;
    line-height: 1.3;
    font-weight: 500;
}

/* Desktop Layout (1280px and above) */
@media (min-width: 1280px) {
    .horarios-main {
        max-width: 1280px;
        margin: 102px auto 0;
    }
    
    .horarios-content {
        display: flex;
        flex-direction: row;
        gap: 50px;
        align-items: center;
        justify-content: flex-start;
    }
    
    .horarios-info-wrapper {
        display: flex;
        flex-direction: row;
        gap: 50px;
        align-items: flex-start;
        width: auto;
        max-width: none;
        flex-shrink: 0;
        order: -1;
    }
    
    .horarios-info-container {
        width: 240px;
        flex-shrink: 0;
        padding: 0 20px;
    }
    
    .horarios-info {
        width: 212px;
        margin: 0;
    }
    
    .horarios-info-column-right {
        display: block;
        flex: 1;
        min-width: 0;
    }
    
    .horarios-schedule-container {
        width: auto;
        flex: 1;
        max-width: none;
        padding: 40px 64px 40px 40px;
    }
    
    .schedule-days,
    .schedule-days-only {
        width: 120px;
    }
    
    .schedule-time {
        width: 100px;
    }
    
    .recommendations-section {
        width: 1240px;
        margin: 50px auto 0;
    }
    
    .recommendations-divider {
        width: 1038px;
    }
    
    .recommendations-content {
        width: 718px;
    }
    
    .header-navigation-horarios {
        max-width: 1280px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Tablet Layout (768px to 1279px) */
@media (min-width: 768px) and (max-width: 1279px) {
    .horarios-main {
        max-width: 800px;
        margin: 102px auto 0;
        padding: 0 35px 20px 35px;
    }
    
    .horarios-content {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }
    
    .horarios-info-wrapper {
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: flex-start;
        width: 100%;
        max-width: 760px;
    }
    
    .horarios-info-container {
        width: 194px;
        flex-shrink: 0;
        padding: 0;
    }
    
    .horarios-info {
        width: 174px;
        margin: 0;
    }
    
    .horarios-info-column-right {
        display: block;
        flex: 1;
        min-width: 0;
    }
    
    .horarios-schedule-container {
        width: 100%;
        max-width: 760px;
        padding: 30px 0;
    }
    
    .schedule-rows {
        gap: 10px;
    }
    
    .schedule-row {
        padding: 10px 0;
    }
    
    .schedule-row-header {
        padding: 14px 0;
    }
    
    .schedule-location {
        font-size: 22px;
    }
    
    .schedule-days,
    .schedule-days-only {
        width: 100px;
    }
    
    .schedule-time {
        width: 90px;
    }
    
    .recommendations-section {
        width: 100%;
        margin: 50px auto 0;
        padding: 0 32px;
    }
    
    .recommendations-divider {
        width: 100%;
    }
    
    .recommendations-content {
        width: 100%;
        max-width: 688px;
    }
    
    .header-navigation-horarios {
        max-width: 800px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Mobile Layout (up to 767px) */
@media (max-width: 767px) {
    .horarios-main {
        max-width: 375px;
        margin: 202px auto 0;
        padding: 0 20px 20px 20px;
    }
    
    .horarios-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .horarios-info-wrapper {
        width: 100%;
        order: 2;
    }
    
    .horarios-info-container {
        width: 100%;
        height: auto;
        padding: 0;
    }
    
    .horarios-info {
        width: 100%;
        max-width: 333px;
        margin: 0 auto;
    }
    
    .horarios-info-column-right {
        display: none;
    }
    
    .horarios-info p {
        margin-bottom: 12px;
    }
    
    .horarios-info p:last-child {
        margin-bottom: 0;
    }
    
    .horarios-info .text-bold {
        display: block;
        margin-bottom: 4px;
    }
    
    .horarios-schedule-container {
        width: 100%;
        height: auto;
        padding: 0;
        order: 1;
    }
    
    .schedule-rows {
        width: 100%;
    }
    
    .schedule-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 12px 0;
        display: flex;
    }
    
    .schedule-row-header {
        min-height: auto;
        padding: 14px 0;
    }
    
    .schedule-location {
        font-size: 16px;
        flex: 1;
        min-width: 0;
        margin-right: 10px;
        flex-shrink: 1;
    }
    
    .schedule-location-spacer {
        flex: 1;
        min-width: 0;
        margin-right: 10px;
        flex-shrink: 1;
    }
    
    .schedule-days {
        width: 85px;
        text-align: right;
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    .schedule-days-only {
        width: 85px;
        text-align: right;
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    .schedule-time {
        width: 90px;
        text-align: right;
        flex-shrink: 0;
    }
    
    .schedule-days p,
    .schedule-days-only p,
    .schedule-time p {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    
    .schedule-location p {
        margin: 0;
        padding: 0;
        line-height: 1.3;
    }
    
    .recommendations-section {
        width: 100%;
        margin: 50px auto 0;
        padding: 0;
        gap: 48px;
    }
    
    .recommendations-divider {
        width: 100%;
    }
    
    .recommendations-content {
        width: 100%;
        max-width: 317px;
    }
    
    .header-navigation-horarios {
        max-width: 100%;
        margin: 0;
        flex-direction: column;
        height: auto;
        min-height: 200px;
        align-items: flex-start;
        gap: 8px;
        padding: 20px;
    }
    
    .nav-links {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        width: 100%;
    }
    
    .nav-link {
        text-align: right;
    }
}

/* Small Mobile (very small screens) */
@media (max-width: 374px) {
    .horarios-main {
        max-width: 100%;
        padding: 0 10px 20px 10px;
    }
    
    .horarios-info {
        font-size: 11px;
    }
    
    .horarios-info p {
        margin-bottom: 10px;
    }
    
    .schedule-row {
        padding: 10px 0;
        gap: 8px;
    }
    
    .schedule-row-header {
        padding: 12px 0;
    }
    
    .schedule-location {
        font-size: 14px;
        margin-right: 8px;
    }
    
    .schedule-location-spacer {
        margin-right: 8px;
    }
    
    .schedule-days,
    .schedule-days-only {
        font-size: 12px;
        width: 75px;
        margin-right: 8px;
    }
    
    .schedule-time {
        font-size: 12px;
        width: 80px;
    }
    
    .schedule-days p,
    .schedule-days-only p,
    .schedule-time p {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    
    .recommendations-content {
        font-size: 11px;
    }
    
    .header-navigation-horarios {
        max-width: 100%;
        padding: 20px 10px 30px 10px;
    }
}
