@charset "UTF-8";

section#opcoes-search {
    margin-top: 150px;
}

section#opcoes-search > section {
    width: 800px;
    margin-left: 250px;
}

section#opcoes-search > div#linha-principal {
    width: 550px;
    transform: translate(125px, 0px);
}

main#search {
    width: calc(100vw - 250px);
    margin-left: 250px;
}

main#search > form#form-mobile {
    display: none;
}

main#search > section {
    width: 65vw;
}

main#search > section > section#membros {
    width: 100%;
    /*height: 250px;*/
    margin-top: 150px;
    margin-bottom: 75px;

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

main#search > section > section#conteudos > div > a > img { 
    width: 300px;    
}

main#search > section > section#conteudos > div > div.video-wrapper-search > iframe {
    width: 300px;
    height: 300px;
}

main#search > section > section#conteudos > div > footer.info {
    top: 78%;
}