@charset "UTF-8";

header#cabecalho-whats-happening {
    width: 100vw;
    /*border-bottom: 0.5px solid var(--cor4);*/
    padding: 15px 20px 0px 20px;
    position: fixed;
    background-color: var(--cor5);
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

header#cabecalho-whats-happening > div {
    width: 35vw;
    padding-left: -50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;

    vertical-align: middle;
}

header#cabecalho-whats-happening > div > a {
    font-size: 1.1em;
    padding: 8px;
    color: var(--cor1);
    text-decoration: none;
    vertical-align: middle;
}

header#cabecalho-whats-happening > div > a#add_box {
    display: none;
}


header#cabecalho-whats-happening > div > a > img {
    margin: 0px 10px;
}

header#cabecalho-whats-happening > div > span {
    padding: 10px;
    font-size: 1.7em;
    padding: 2px;
}


header#cabecalho-whats-happening > h1, header#cabecalho-whats-happening > form, header#cabecalho-whats-happening > div    {
    display: block;
}

header#cabecalho-whats-happening > h1#o-que-esta-a-acontecer {
    display: block;
    position: absolute;
    top: 110%;
    left: 54%;
    transform: translate(-50%, -50%);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

header#cabecalho-whats-happening > form {
    visibility: visible;
    /*width: 100%;*/
}

header#cabecalho-whats-happening > form > input[type="search"] {
    font-size: 1.1em;
    width: 500px;
    padding: 12px;
    border: 1px solid var(--cor0);
    border-radius: 25px;
}

header#cabecalho-whats-happening > form > input.escondido {
    display: none;
    visibility: hidden;
    background-color: var(--cor5);
}

header#cabecalho-whats-happening > div {
    width: 180px;
    justify-content: space-between;
}

header#cabecalho-whats-happening > div > a#add_box {
    display: inline-flex;
}

header#cabecalho-whats-happening > div > a > span {
    color: black;
    font-size: 1.7em;
    padding: 2px;
}

header#cabecalho-whats-happening > h1 > a > picture > img {
    margin-left: 15px;
}

main#whats-happening {
    height: 100vh;

    z-index: 0;
}

main#whats-happening > section#todos-videos {
    width: 50vw;
    height: 90vh; /* Garante que o contêiner ocupa a tela inteira */
    margin-top: 150px;
    overflow-y: auto; /* Habilita a rolagem vertical */
    scroll-snap-type: y mandatory; /* Faz os vídeos travarem na tela */
    border-radius: 20px;
    /*border: 2px solid red;*/

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    z-index: 0;
}

main#whats-happening > section#todos-videos > div.video-individual {
    width: 100%;
    height: 90%; /* Cada vídeo ocupa 100% da tela */
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start; /* Faz cada vídeo começar do topo */
    /*border: 2px solid green;*/
    border-radius: 20px;
    /*position: relative;*/
    aspect-ratio: 9/16;
    background-color: transparent;
    position: relative;
    z-index: 0
}

main#whats-happening > section#todos-videos > div.video-individual > iframe {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo cobrir toda a tela */
    user-select: none;
    touch-action: pan-y;
    /*transform: scale(0.78);*/
    border-radius: 20px;;
}

main#whats-happening > section#todos-videos > div.video-individual > nav {
    position: absolute;
    top: 65%;
    left: 93%;
    
    z-index: 100;
}

main#whats-happening > section#todos-videos > div.video-individual > nav > div {
    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(--cor4);
}

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

main#whats-happening > section#todos-videos > div.video-individual > div#info {
    position: absolute;
    top: 80%;
    left: 7%;
}

main#whats-happening > section#todos-videos > div.video-individual > div#info  > h1 {
    margin-bottom: 20px;
}

footer.menu {
    width: 265px;
    height: 750px;
    position: fixed;
    padding-left: 10px;
    top: 140px;
    background-color: var(--cor5);
    /*background-color: var(--cor5);*/
    border: none;
    /*border-right: 1px solid rgb(210, 210, 210);
    border-top: 1px solid rgb(210, 210, 210);*/
    
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

footer.menu > a {
    width: 102%;
    padding: 15px;
    border-radius: 25px;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-decoration: none;

    transition: all 0.3s;
}

footer.menu > a:hover {
    /*background-color: var(--cor1);*/
    color: var(--cor1);
}

footer.menu > a > span.aparece-desktop {
    display: block !important;
}

footer.menu > a > span.descricao-icone {
    display: block !important;
    padding-left: 10px;
}

footer.menu > a > span.aparece-mobile {
    display: none;
}

footer.menu > a > span.nao-destaque {
    font-weight: normal;
}

aside.menu {
    display: none;
}}

main#whats-happening dialog.share {
    width: 450px;
    height: 350px;

    margin: 0px;
    transform: translate(-50%, -50%);
}

dialog.share > div.imagem img, dialog.share > div.imagem video {
    width: 40%;
    border-radius: 10px;

    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}