@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
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html, body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100vw;
    height: 100vh;
    font-weight: 600;
}

h1 { 
    font-family: "Glass Antiqua", serif;
    font-size: 2.5em;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-family: "Akaya Kanadaka", serif;
    font-size: 1.6em;
    padding: 20px 0px 0px 0px;
    margin-bottom: -10px;
}

header#cabecalho-principal {
    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-around;
    align-items: center;
}

header#cabecalho-principal > form {
    visibility: hidden;
}

header#cabecalho-principal > form > input {
    width: 0vw;
}

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

    vertical-align: middle;
}

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

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


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

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


main {
    padding: 10px;

    display: flex;
    align-items: center;
    flex-flow: column nowrap;
}

main > article {
    width: 98vw;
    border-bottom: 0.5px solid var(--cor4);
    margin-top: 50px;

    display: flex;
    align-items: center;
    flex-flow: column nowrap;
}

main > article#primeiro-artigo {
    margin-top: 90px;
}

main > article > header {
    width: 100%;
    padding: 12px;
    font-size: 0.9em;
    /*border: 1px solid red;*/

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main > article > header > a {
    text-decoration: none;
    color: var(--cor6);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main > article > header > a > img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
}

main > article > section > a  {
    /*border-radius: 5px;*/
    width: 100vw;
}

main > article > section > a > img {
    /*border-radius: 5px;*/
    width: 100vw;
}

main > article > section > a.quik {
    height: 80vh; /* 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 > article > section > a.quik > video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo cobrir toda a tela */
}

main > article > section > a.video {
    width: 100vw;
    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 > article > section > a.video > video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo cobrir toda a tela */
}

main > article > aside.aside-principal {
    /*border: 2px solid red;*/
    width: 100%;
    padding: 0px 25px;
}

main > article > aside.aside-principal > section > div.icones {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main > article > aside.aside-principal > section > div.icones > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

main > article > aside.aside-principal > section > div.icones > div.react {
    width: 135px;
}

main > article > aside.aside-principal > section > div.icones > div.react > span.icones-reacao, main > article > aside.aside-principal > section > div.icones > div > a, main > article > aside.aside-principal > section > div.icones > div > button[id^="b"], main > article > aside.aside-principal > section > div.icones > div > button[id^="f"] {
    font-size: 2em;
    background-color: var(--cor5);
    color: var(--cor4);
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

main > article > aside.aside-principal > section > div.icones > div > a.guardar {
    color: var(--cor4);
}

main > article > aside.aside-principal > section > div.icones > div > a.guardar > span {
    font-size: 1em;
}

main > article > aside.aside-principal > section > div.icones > div > a:hover, main > article > aside.aside-principal > section > div.icones > div > button[id^="b"]:hover, main > article > aside.aside-principal > section > div.icones > div > button[id^="f"]:hover {
    transform: scale(115%);
}

main > article > aside.aside-principal > section > div.icones > div.react > span.icones-reacao:hover {
    transform: scale(115%);
}

main > article > aside.aside-principal > section > div.numeros {
    width: 135px;

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

main > article > aside.aside-principal > section > div.numeros > span {
    font-size: 0.9em;
}

main > article > aside.aside-principal > section > p {
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

main > article > aside.aside-principal > aside > a {
    display: block;
    font-weight: normal;
    color: var(--cor1);
    text-decoration: none;
    margin-bottom: 15px;
}

aside#alpha-beta {
    width: 100%;
    position: fixed;
    top: calc(100vh - 110px);
    background-color: transparent;
    padding: 10px;
    z-index: 0;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

aside#alpha-beta > p {
    font-size: 0.9em;
    font-weight: lighter;
    color: #c3c8c8
}

aside#alpha-beta > p > a {
    color: #c3c8c8;
    text-decoration: none;
    transition: 0.1s;
}

aside#alpha-beta > p > a:hover {
    color: #888888;
    text-decoration: underline;
}

footer {
    width: 100%;
    position: fixed;
    top: calc(100vh - 35px);
    background-color: var(--cor5);
    padding: 10px;
    border-top: 0.5px solid var(--cor4);
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

footer > a {
    color: var(--cor4);
}

footer > a > span.descricao-icone {
    display: none !important;
}

img.membro-foto-perfil {
    width: 30px;
    border-radius: 50%
}

footer > a > span.aparece-desktop {
    content: ;
}

.success {
    background-color: #2fbf707c;
    color: var(--cor5);
    padding: 10px 35px;
    border-radius: 5px;
    margin: 10px;
}

.failure, .error {
    background-color: #ef2d577e;
    color: var(--cor5);
    padding: 10px 35px;
    border-radius: 5px;
    margin: 10px;
}

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

dialog iframe {
    width: 100%;
    height: 100%;
}

dialog.share {
    width: 75vw;
    height: 300px;

    background-color: var(--cor5);
    margin: 30% 50%;
    transform: translate(-50%, 50%);
    border: none;
    z-index: 0;
    border-radius: 10px;
}

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

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

p.partilhar-atraves-de {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

dialog.share > div.icones-redes-sociais {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 70%;

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

dialog.share > div.icones-redes-sociais > span:hover {
    cursor: pointer;
} 

dialog.share > div.icones-redes-sociais > a > img {
    width: 30px;
    border-radius: 50%;
}

dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

dialog.share::backdrop {
    background-color: rgba(0, 0, 0, 0.25);
}

div.video-wrapper {
    position: relative;
    width: 100vw;
    height: 75vh;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--cor5);
}

div.video-wrapper > iframe {
    width: 100%;
    height: 100%;
    background-color: var(--cor5);
    border: none;
    object-fit: cover;
    display: block;
}

div.video-wrapper > iframe video {
    transform: scale(150%);
}

main[id^="create-edit-"] > div#opcoes-publicacao {
    width: 100vw;
    padding: 10px;
    margin-bottom: 25px;

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

main[id^="create-edit-"] > div#opcoes-publicacao > a {
    text-decoration: none;
    color: var(--cor5);
    background-color: var(--cor0);
    padding: 10px 15px;
    border-radius: 10px;
}

main[id^="create-edit-"] > div#opcoes-publicacao > a.pagina-atual {
    background-color: var(--cor1);
}

aside#aside-more-contents {
    width: 99vw;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.298);*/
    /*padding: 15px;*/
    /*border-radius: 10px;*/
    margin-bottom: 100px;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

footer.info {
    /*width: 100%;*/
    height: 100px;
    padding: 5px;
    margin: 0px;
    position: absolute;
    top: 200px;
    background-color: transparent;
    border: none;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

footer.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: -35px;
}

footer.info > h2 {
    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;
}

footer.info > div.stats {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

footer.info > div.stats > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

footer.info > div.stats > div > span {
    color: var(--cor5);
}

div.ytp-title {
    visibility: hidden;
}

.ytp-title-link, .yt-uix-sessionlink, .ytp-shorts-title-channel-logo {
    visibility: hidden;
}

div.save {
    cursor: pointer;
    font-weight: bold;
}

.guardado {
    font-variation-settings: FILL 1;
    /*background-color: var(--cor1);*/
    color: var(--cor1);
}

.nao-guardado {
    font-variation-settings: FILL 0;
    /*background-color: var(--cor4);*/
    color: var(--cor4);
}

.eu-gostei {
    color: var(--cor0);
}

.nao-gostei {
    color: var(--cor4);
}