
@media (max-width: 750px) {
    .mob-none{ display:none;}
}

@media (min-width: 751px) {
    .desk-none{ display:none;}
}

:root{
    --cor: #16a3f9;
    --texto: #fff;
    --cor-hover: #0a76b8;
    --texto-hover: #fff;
}

html, body {
    overflow-x: hidden;
}


body{
    background: white;
    color: white;
    font-family: 'Museo Sans';
    padding-right: 0 !important;
}

body.body{
    padding-right: 0 !important;
}


header{
    background: red;
    padding: 10px 10px;
}

header .compartilhar-header i {
    font-size: 23px;
    cursor: pointer;
}

header .menu-settings i {
    font-size: 23px;
    cursor: pointer;
}

header .menu-header i {
    font-size: 28px;
    cursor: pointer;
}

header .compartilhar-header, header .menu-header, header .logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-menu i {
    margin-right: 5px;
}


h1{
    text-align: center;
    display:block;
}


#cabecalho-arquivo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#cabecalho-arquivo #logo-arquivo img {
    width: 180px;
    margin: 0 auto;
}


.jogo-hoje {
    background-color: #1e2732;
    border-radius: 5px;
    margin: 20px auto;
    padding: 15px;
    width: 98%;
    max-width: 450px;
}
.modal{
    color: black;
}

.audio-player{
    clear: both;
    margin: 15px;
    display: block;
}

.audio-player audio{
    width:100%;
}
.instrucoes:hover > .info, .info:hover{
    display: block;
}

video, source{
    height: 60px;
    width: 80%;
    margin: 0 auto;
}

.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

form#validacao {
    margin: 20px auto 0px;
    display: block;
}

#love {
    background: #475569;
    width: 100%;
    color: white;
    font-weight: 400;
    border: solid 1px #b7b7b7;
    border-radius: 5px;
    line-height: 38px;
    font-size: 16px;
    padding: 3px 0 0px 10px;
}






div#res {
    max-height: 200px;
    max-width: 429px;
    width: 100%;
    overflow: overlay;
    background: #10171f;
    border-radius: 5px;
    position: relative;
}

.musica-resultado {
    font-size: 17px;
    margin: 10px 0;
    line-height: 25px;
}

.opcao:hover {
    background: #e0e0e0;
}
.opcao {
    padding: 5px;
    margin: 5px 5px;
    background: white;
    color: black;
    border-radius: 5px;
    cursor: pointer;
}
#header-tentativas{
    display:none;
    margin-bottom: 8px;
}

div#redes {
    display: flex;
    gap: 25px;
}

.rede {
    background: #efefef;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rede a {
    padding: 10px 15px;
}
.rede a, .rede i {
    color: #11ab5f;
    font-size: 20px;
}


div#lista-jogos #lista-jogos-unico .icone {
    margin-right: 15px;
    border-radius: 8px;
}

div#lista-jogos #lista-jogos-unico .icone img{
    border-radius: 8px;
}

div#lista-jogos #lista-jogos-unico .novo{
    font-weight: 500;
    font-size: 12px;
    line-height: 1rem;
    padding: .25rem;
    background-color: #b91c1c;
    color: white;
    margin-left: 4px;
    border-radius: 5px;
}

#tentativas-final, #botaotentativasfinal{display: none}

.btntentativasfinal{
    background: var(--cor);
    color: var(--texto);
}

.btntentativasfinal:hover{
    background: var(--cor-hover);
    color: var(--texto-hover);
}

#tentativasfinal{
    max-width: 430px;
    margin: 0 auto;
}


.btn-azulclaro {
    background: #6b93f3;
    color: white;
}

.btn-azulclaro:hover, .btn-azulclaro:active, .btn.btn-azulclaro:active {
    background: #4d6bb1 !important;
    color: white;
}

.btn-roxo {
    background: #703cde;
    color: white;
}

.btn-roxo:hover, .btn-roxo:active, .btn.btn-roxo:active {
    background: #39216b !important;
    color: white;
}

.btn-amarelo{
    background: #eab308;
    color: black;
}

.btn-amarelo:hover, .btn-amarelo:active, .btn.btn-amarelo:active {
    background: #ca8a04 !important;
    color: black;
}

.btn-laranja{
    background: var(--cor);
    color: var(--texto);
}

.btn-laranja:hover, .btn-laranja:active, .btn.btn-laranja:active {
    background: var(--cor-hover) !important;
    color: var(--texto-hover);
}



@media (min-width: 461px) {

/*#tentativas-validadas div {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    font-size: 0.95em;
    text-align: center;
    line-height: initial;
}*/


.tentativa-validada {
    display: flex;
    gap: 15px;
    /*margin-bottom: 15px;*/
    justify-content: space-around;
}


.tentativa-validada div {
    height: auto;
    width: 25%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    min-height: 55px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px;
    margin-bottom: 15px;
}




input.tentar, #add {
    background: var(--cor);
    border-radius: 5px;
    font-size: 17px;
    color: var(--texto);
    padding: 2px 17px;
    cursor: pointer;
    margin-top: -38px;
    margin-right: 3px;
    float: right;
    position: relative;
    height: 35px;
    border: none;
    font-weight: 500;

}

.desistir button { font-size: 12px; }

}


@media (max-width: 460px) {

/*#tentativas-validadas div {
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
}*/

.tentativa-validada {
    display: flex;
    gap: 8px;
    /*margin-bottom: 8px;*/
    justify-content: space-around;
}


.tentativa-validada div {
    height: auto;
    width: 25%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    min-height: 50px;
    border-radius: 5px;
    font-size: 0.75em;
    text-align: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px;
    margin-bottom: 8px;
}



input.tentar, #add {
    background: var(--cor);
    border-radius: 5px;
    font-size: 17px;
    color: var(--texto);
    padding: 2px 17px;
    cursor: pointer;
    margin-top: -38px;
    margin-right: 3px;
    float: right;
    position: relative;
    height: 35px;
    border: none;
    font-weight: 500;
}

.desistir button {
    font-size: 0.85em !important;
}

}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12-18 */
    color: white;
  }

#resultado div {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-evenly;
    /* height: 50px; */
    align-items: center;
    border-radius: 5px;
}

div#result {
    background: #f1f3f4;
    width: 80%;
    min-width: 315px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}

#result p{
    color:black;
    margin: 0;
    padding: 0;
    text-align:center;
}

.rotulos{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.rotulos div {
    height: 15px !important;
    line-height: 15px !important;
    font-size: 13px;
    width: 30%;
    text-align: center;
}

/*.errado {
    background: red !important;
    height: 50px;
}

.quase {
    background: #dea400 !important;
    height: 50px;
}

.certo{
    background: #32a118 !important;
    height: 50px;
}*/

.errado {
    background: #450505;
    border: solid 1px #dc3545;
    /*color: #dc3545;*/
}

.quase {
    background: #4f3a00 !important;
    border: solid 1px #dea400;
    /*color: #dcaa35;*/
}

.certo{
    background: #033314;
    border: solid 1px #35dc48;
    /*color: #4ddc35;*/
}

.compartilhe {
    display: flex;
    gap: 15px;
    font-size: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.desistir {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 15px 0;
}

.vidas,  .frase-desafio{ text-align: center;  margin: 10px 0; }

.endgame{display:none;}
#endgame p{ text-align: center;}

#player{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #272727;
}

#player audio {
    padding: 15px;
}

#compartilhamento-resultado{
    margin-top: 15px;

}

.aleatorio-arquivo, .jogos-arquivo {
    margin-bottom: 10px;
    display: block;
}

span.cor-arquivo {
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    /* background: red; */
    margin-right: 5px;
}


#share-novo{ 
    max-width: 450px;
    margin: 0px auto;
    display: none;
}

div#share-novo{
    height: 100px;
}

div#share-novo p {
    text-align: center;
    font-weight: 800;
}

div#redes-compartilhamento-resultado {
    display: flex;
    justify-content: center;
    gap: 15px;
}

div#redes-compartilhamento-resultado a {
    display: flex;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 20000px;
    align-items: center;
    justify-content: center;
    scale: 1;
}

div#redes-compartilhamento-resultado a:hover {
    display: flex;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 20000px;
    align-items: center;
    justify-content: center;
    scale: 1.1;
}


div#redes-compartilhamento-resultado a i, div#redes-compartilhamento-resultado a svg {
    font-size: 20px;
    width: 20px !important;
    color: #333;
    fill: #333 !important;
}



#anuncios{

    position: absolute;
    right: 0;
    top: 5px;
    background: white;
    padding: 5px;
    border: solid 1px red;
}

#anuncios:before{

    content: 'Anúncio';
    position: absolute;
    color: red;
    top: 0px;
    font-size: 12px;
    background: white;

}

#anuncios-direita{

    position: absolute;
    left: 0;
    top: 5px;
    background: white;
    padding: 5px;
    border: solid 1px red;
}

#anuncios-direita:before{

    content: 'Anúncio';
    position: absolute;
    color: red;
    top: 0px;
    font-size: 12px;
    background: white;

}

#anuncios-horizontal{

    /*position: absolute;
    left: 0;*/
    top: 5px;
    background: white;
    padding: 5px;
    border: solid 1px red;
}

#anuncios-horizontal:before{

    content: 'Anúncio';
    position: absolute;
    color: red;
    font-size: 12px;
    background: white;

}
