﻿:root {
    --primary-color: #bc51db !important;
    --background-color: #dfd4e2 !important;
}


.nav-links-menu .nav-link:hover {
    background-color: #a13ebd !important;
}

.nav-sublinks {
    background-color: #bc51db !important;
}

.cabecalho {
    height: 500px;
}

.content-section {
    padding-top: 0.5rem;
}

.semestre-container {
    border: 5px dotted rebeccapurple;
    border-radius: 2rem;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
}

.semestre-title {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    color: #5c2a8a;
    margin-bottom: 1.5rem;
}

.programacao-table {
    width: 100%;
    margin-top: 2rem;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.mes-caption {
    caption-side: top;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem 0;
    color: #7b3e8a;
}

.table-header th {
    background-color: #7b3e8a;
    color: white;
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: center;
}

.table-row td {
    border: 1px solid #ddd;
    padding: 0.5rem;
    text-align: center;
}

.final-message {
    color: #5c2a8a;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2rem;
    line-height: 1.8;
}

    .final-message .detalhes {
        font-family: sans-serif;
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

.acao {
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 0.5rem;
}

.acao-titulo {
    font-size: 1.25rem;
    font-weight: bold;
    color: #d63384;
}

.acao-descricao {
    margin-bottom: 0.5rem;
}

.youtube-lite {
    position: relative;
    width: 100%;
    max-width: 835px;
    height: 450px;
    background-color: #000;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    overflow: hidden;
}

    .youtube-lite::before {
        content: "";
        display: block;
        padding-top: 56.25%; /* 16:9 ratio */
    }

    .youtube-lite iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .youtube-lite .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0,0,0,.6);
        border-radius: 50%;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2; /* fica acima do thumb */
        pointer-events: none; /* clique passa para o container */
    }

        .youtube-lite .play-button svg {
            width: 36px;
            height: 36px;
            fill: #fff;
        }

        /* opcional: esconder quando começar a tocar */
        .youtube-lite.playing .play-button {
            display: none;
        }


       #lightboxModal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
            flex-direction: column;
            z-index: 9999;
        }

            #lightboxModal img {
                max-width: 100%;
                max-height: 85vh;
                object-fit: cover;
            }

            #lightboxModal span {
                color: white;
                font-size: 30px;
                position: absolute;
                top: 20px;
                right: 30px;
                cursor: pointer;
            }

            #lightboxModal div {
                color: white;
                margin-top: 15px;
                text-align: center;
                font-size: 18px;
            }

        @media (max-width: 768px) {
            #tour-virtual {
                width: 375px;
                height: 250px;
            }
        }

        .banner-item {
            position: relative;
        }

        .carousel-image-banner {
            display: block;
            width: 100%;
            height: auto;
        }

        .banner-text {
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255,255,255);
            color: #bc51db;
            font-size: 2rem;
            font-weight: bold;
            border-radius: 8px 8px 0 0;
            padding: 12px 28px;
            letter-spacing: 2px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        }

.faq-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.faq-question {
    background: #f0f0f0;
    color: #333;
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.3s;
}

    .faq-question:hover {
        background: #e6e6e6;
    }

.faq-answer {
    display: none;
    padding: 12px 16px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.faq-item.active .faq-answer {
    display: block;
}

.banner-item {
    position: relative;
}

.carousel-image-banner {
    display: block;
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
    z-index: 1;
    pointer-events: none;
}

.tituloBanner {
    font-size: 3em;
    line-height: 2em;
    color: var(--white);
    text-shadow: 0px 0px 10px rgba(133, 133, 133, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
}

.cabecalho {
    height: 500px;
}

.relato-media-container {
    position: relative;
    width: 380px;
    height: 260px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.relato-image {
    width: 380px;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .play-button svg {
        width: 36px;
        height: 36px;
        fill: white;
    }

