/*
Não funciona o código abaixo em celulares:

@font-face {
    font-family: Comfortaa;
    src: url('fonts/Comfortaa/Comfortaa-Regular.ttf');
}

@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Lato;
    src: url('fonts/Lato/Lato-Regular.ttf');
}
*/

body {
    /*background-image: url('estudio.jpg');*/
    background-color: black;
    color: white;
    /* background-color: darkslategrey; */
    /* background-color: #EBEDEF; */
    /* background-color: #c0c7a3; */
    /* https://htmlcolorcodes.com/ */
}

.fundo {
    background-image: linear-gradient(to bottom, transparent, black), url(estudio.jpg);
    background-repeat: no-repeat;
    height: 100vh;
}

.prompt {
    display: none;
    z-index: 100;
    background: #331007;
    position: absolute;
    height: 200%;
}

.navbar {
    background-color: orange;
    box-shadow: 2px 1px black;
}

#top {
    font-size: 2em;
    color: darkslategray;
}

span.nav-item {
    color: darkslategray;
}

.iconePeq {
    color: darkslategray;
    font-size: 16px;
    padding-left: 40px;
    width: 70px;
}


.areaPlay {
    margin-top: 25%;
}

button#tocar,
button#pausar {
    padding: 10px;
    border: none;
    background: none;
}

#pausar {
    display: none;
}

img.btMusica {
    width: 50%;
}

/* Esta div abaixo é somente para fins de centralização das divs descendentes dela: */
#divDentroMeio{
    flex-flow: column;
}


/* Esta div é para centralizar a área em que o bt vai dentro */
#contenedor-spreaker {
    display: none;
    justify-content: center;
}

/* A área que o botão VAI DENTRO com definições de tamanho */
/* corte em círculo já substitui o botão vermelho (okokok)  */
#btSpreaker {
    margin-top: 100px;
    position: absolute;
    z-index: 100;
    width: 158px;
    height: 158px;
    clip-path: circle(46%);
    /* clip-path: circle(52px at center); */
    overflow: hidden;
    /* overflow-y: hidden; */
    /* border-style: solid; <- para centralizar bem */
    /* varie entre 0 e 1 o opacity e veja o resultado */
    opacity: 1;
}

/* Oculta a barra de rolagem que aparece por causa do iframe */
#btSpreaker::-webkit-scrollbar {
    display: none;
}


/* Redimensiona o iframe para o dobro e move para centralizar o botão de play do spreaker */
/* este é o bt em si */
iframe {
    position: relative;
    transform: scale(2.86);
    top: 102px;
    left: 112px;
}


#dadosCancao {
    margin: 20px auto;
}

.btIcone {
    /* font-size: 100px; */
    border: none;
    background: none;
    padding: 6px;
    color: white;
    text-shadow: 2px 2px black;
    /*color: darkslategrey;*/
}

.meAvisa {
    display: none;
    /*display: flex; */
    justify-content: center;
    margin-top: 20px;
}


#musicaLetra {
    text-shadow: 2px 2px black;
}

.areaLetra {
    font-family: 'Comfortaa', cursive;
    padding-bottom: 90px;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.comfortaa {
    font-family: 'Comfortaa', cursive;
}

.lato {
    font-family: 'Lato', sans-serif;
}

.chaveLetra {
    font-weight: bold;
}

.fonteListaFavoritas {
    font-size: medium;
    color: darkslategray;
}

.labelLivro {
    background-color: #ABB2B9;
    color: black;
    width: 112px;
}

.compartilhe {
    margin: 15px 0;
    text-align: center;
}

.compartilhe>div {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.compartilhe>div>a>span {
    /* width: 50px; */
}

.oculta {
    display: none;
}

#listaInputs {
    display: none;
}

#areaEnviaFavoritas {
    display: none;
}

.input-group {
    flex-wrap: nowrap;
    background: #ffffff85;
}

.input-group-text {
    background: lightseagreen;
}

#alertas{
    display: none;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.12em;
    position: fixed;
    top: 90px;
}


.bandeiras{
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 30px;
}

.icone_bandeira{
    width: 12%;
    height: 12%;
}

.rodapeCadastro {
    color: white;
}

.red {
    color: red;
}

.yellow{
    color: #ffff1a;
}

.green {
    color: darkgreen;
}

.rodape {
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    p#top {
        font-size: 1.3em;
    }

    i {
        font-size: 90px;
    }
}

@media only screen and (max-width: 580px) {
    i {
        font-size: 75px;
    }
}

@media only screen and (max-width: 495px) {
    i {
        font-size: 65px;
    }
}

@media only screen and (max-width: 440px) {
    i {
        font-size: 55px;
    }
}

@media only screen and (max-width: 385px) {
    i {
        font-size: 46px;
    }

    #logo {
        display: none;
    }
}

@media only screen and (max-width: 338px) {
    p#top {
        font-size: 1.1em;
    }

    i {
        font-size: 38px;
    }
}