@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Glass+Antiqua&display=swap');

:root {
    --cor0: #F7D500;
    --cor1: #ED7D3A;
    --cor2: #2FBF71;
    --cor3: #EF2D56;
    --cor4: #363537;
    --cor5: #FFFFFF;
    --cor6: #000000
}

/*header#cabecalho-principal {
    border-bottom: none;
    justify-content: center;
    padding: 0px;
}

header#cabecalho-principal > h1, header#cabecalho-principal > form, header#cabecalho-principal > div    {
    display: none;
}*/
main#whats-happening > h1#o-que-esta-a-acontecer {
    display: block;
    position: absolute;
    margin-top: 110px;
    color: var(--cor5);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1em;
    font-weight: bold;
    z-index: 10;
}

main#whats-happening {
    /*position: relative;*/
    padding: 0px;
    /*width: 100vw;
    height: 100vh;*/
}

main#whats-happening > section#todos-videos {
    width: 100vw;
    height: 90vh; /* Garante que o contêiner ocupa a tela inteira */
    /*margin-top: 80px;*/
    /*margin-top: 80px;*/
    overflow-y: auto; /* Habilita a rolagem vertical */
    scroll-snap-type: y mandatory; /* Faz os vídeos travarem na tela */
    scroll-behavior: smooth;
}

main#whats-happening > section#todos-videos > div.video-individual {
    width: 100vw;
    height: 100vh; /* Cada vídeo ocupa 100% da tela */
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start; /* Faz cada vídeo começar do topo */
    position: relative;
}

main#whats-happening > section#todos-videos > div.video-individual > iframe {
    width: 177.78vw;
    height: 100%;
    object-fit: cover; /* Faz o vídeo cobrir toda a tela */
    user-select: none;
    touch-action: pan-y;
}

main#whats-happening > section#todos-videos > div.video-individual > nav {
    display: block;
    position: absolute;
    top: 65%;
    left: 90%;
    transform: translate(-50%, -50%);
    color: var(--cor5);
    width: 50px;
    height: 300px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#whats-happening > section#todos-videos > div.video-individual > nav > a > img {
    border-radius: 50%;
    width: 40px;
}

/*main#whats-happening > section#todos-videos > div.video-individual > nav > ul {
    width: 70px;
    height: 400px;
    padding: 10px;
    list-style-type: none;
    font-weight: normal;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#whats-happening > section#todos-videos > div.video-individual > nav > ul > li {
    color: var(--cor5);
}

main#whats-happening > section#todos-videos > div.video-individual > nav > ul > li > a {
    color: var(--cor5);
}

main#whats-happening > section#todos-videos > div.video-individual > nav > ul > li > a > img {
    border-radius: 50%;
    width: 40px;
}*/

main#whats-happening > section#todos-videos > div.video-individual > video::-webkit-media-controls {
    /*display: none !important; /* Esconde os controles no Chrome/Safari */
    /*touch-action: none !important;*/
}

main#whats-happening > section#todos-videos > div.video-individual > div#info {
    position: absolute;
    top: 83%;
    left: 5%;
    z-index: 10;
}

main#whats-happening > section#todos-videos > div.video-individual > div#info  > h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--cor5);
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

main#whats-happening > section#todos-videos > div.video-individual > div#info  > p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--cor5);
    font-weight: normal;
    font-size: 0.9em;
}

main#whats-happening > section#todos-videos > div.video-individual > div#info  > a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--cor5);
    font-weight: normal;
    font-size: 0.9em;
    text-decoration: none;
}

/*footer {
    background-color: black;
}

footer > a {
    color: var(--cor5);
}*/

/*video {
    width: 100vw;
}*/

nav[id^="navegacao_"] span.material-symbols-outlined {
    background-color: transparent;
    font-size: 2em;
    cursor: pointer;
    transition: 0.3s;
}

nav[id^="navegacao_"] span.material-symbols-outlined:hover {
    transform: scale(115%);
}

nav[id^="navegacao_"] span.icones-reacao img {
    cursor: pointer;
    transition: 0.3s;
}

nav[id^="navegacao_"] span.icones-reacao img:hover {
    transform: scale(115%);
}

button {
    background-color: transparent;
    color: var(--cor5);
    border: none;
}

nav[id^="navegacao_"] a {
    color: var(--cor5)
}

main#whats-happening dialog {
    width: 100vw;
    height: 500px;
    background-color: var(--cor5);
    margin: 85% 50%;
    transform: translate(-50%, -50%);
    border: none;
    z-index: 0;
    border-radius: 10px;
}

main#whats-happening dialog iframe {
    width: 100%;
    height: 100%;
}

button {
    background-color: transparent;
    color: var(--cor5);
    border: none;
}