@charset "UTF-8";


header#cabecalho-principal {
    z-index: 10;
}

section#opcoes-search {
    width: 100vw;
    margin-top: 100px;

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

section#opcoes-search > section {
    width: 100vw;

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

section#opcoes-search > section > div > label {
    font-weight: normal;
}

section#opcoes-search > section > div > input[type="radio"] {
    visibility: hidden;
}

section#opcoes-search > div#linha-principal {
    margin: 20px auto;
    width: 400px;
    height: 1px;
    background-color: rgb(230, 230, 230);
}

section#opcoes-search > div#linha-principal > div#linha-que-move {
    width: 125px;
    height: 1px;
    background-color: black;
}

main#search {
    height: calc(100vh - 223px);
}

main#search > form {
    width: 100vw;
    margin-top: 100px;

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

main#search > form > input[type="search"] {
    font-size: 1em;
    width: 85%;
    padding: 10px;
    border: 1px solid var(--cor0);
    border-radius: 25px;
    background-color: var(--cor5);
}

main#search > form > input.escondido {
    background-color: var(--cor0);
    color: var(--cor5);
    font-weight: bold;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.9em;
}

main#search > section {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-content: space-evenly;
}

main#search > section > section#conteudos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: space-evenly;

    padding-bottom: 150px;
}

main#search > section > section#conteudos > div {
    position: relative;
    margin-bottom: 0px;
}

main#search > section > section#conteudos > div {
    position: relative;
}

main#search > section > section#conteudos > div > a > span {
    width: 100%;
    z-index: 10;
    color: var(--cor5);
    font-weight: lighter;
    text-transform: capitalize;
    padding: 10px;

    position: absolute;
    top: 5%;
    left: 75%;
}

main#search > section > section#conteudos div > a > img { 
    width: 45vw;    
}

main#search > section > section#conteudos > div > div.video-wrapper-search {
    width: 100%;
    height: 163px;
    border: 2px solid var(--cor5);
    z-index: 0;

    position: relative;
}

main#search > section > section#conteudos > div > div.video-wrapper-search > iframe {
    width: 45vw;
    height: 45vw;
    background-color: var(--cor5);
    object-fit: cover;
    /*display: block;*/
}

main#search > section > section#conteudos > div > div.video-wrapper-search > span {
    width: 100%;
    z-index: 10;
    color: var(--cor5);
    font-weight: lighter;
    text-transform: capitalize;
    padding: 10px;

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

aside#search-aside {
    width: 100%;
    position: fixed;
    top: 85%;
    padding: 10px;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

aside#search-aside > nav > ul {
    list-style-type: none;

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

aside#search-aside > nav > ul > li > a {
    background-color: var(--cor0);
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0px 10px;
    color: var(--cor5);
    text-decoration: none;
}

aside#search-aside > nav > ul > li > a.ativo {
    background-color: var(--cor2);
}

main#search > section > section#membros {
    width: 90%;
    /*height: 250px;*/
    margin-top: 50px;
    margin-left: -20px;
    margin-bottom: 35px;

    display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

main#search > section > section#membros > div > a > div {
    width: 250px;
    margin: 20px 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#search > section > section#membros > div > a > div  img {
    border-radius: 50%;
    width: 55px;
}

main#search > section > section#membros > div > a  {
    color: var(--cor4);
    text-decoration: none;

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

main#search > section > section#membros > div > a > div > h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    padding: 0px;
}

main#search > section > section#conteudos > div > footer.info {
    width: 100%;
    height: 100px;
    padding: 5px;
    margin: 0px;
    position: absolute;
    top: 155px;
    margin-top: -35px;
    background-color: transparent;
    border: none;

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

main#search > section > section#conteudos > div > footer.info > div.tipo_conteudo {
    width: 100%;
    height: 50px;
    position: relative;
}

main#search > section > section#conteudos > div > footer.info > div.tipo_conteudo > span {
    color: var(--cor5);
    position: absolute;
    top: -220%;
    left: 63%;
    text-transform: capitalize;
    font-weight: lighter;
}

main#search > section > section#conteudos > div > 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: -25px;
    margin-top: -10px;
}

main#search > section > section#conteudos > div > 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;
}

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

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

main#search > section > section#conteudos > div > footer.info > div.stats > div > span {
    color: var(--cor5);
}