@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,400;1,600&display=swap');

/****************************************21""**********************************************/
body {
    background-color: #fff;
}



/* Para telas de 21 polegadas com resolução Full HD (1920x1080) */
@media (min-width: 1801px) {
    .logo {
        width: 200px;
        margin-left: 50px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 265px;
        margin-left: 150px;
        margin-right: 150px;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 60px;
        font-weight: 700px;
        margin-top: -30px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 150px;
        height: 130px;
        margin-top: 15px;
        margin-left: 0px;
    }

    .chavePix {
        width: 540px;
        height: 50px;
        font-size: 30px;
        padding: 10px;
        margin-bottom: 100px;
        margin-left: 80px;
    }

    .start_btn {
        display: block;
        margin-top: 50px;
        margin: 0 auto;
        width: 540px;
        height: 60px;
        border-radius: 60px;
        font-size: 45px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }

    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        position: absolute;
        display: block;
        margin: 0 100px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -310px;
        margin-top: 80px;
        width: 250px;
        height: 120px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        width: 100%;
    }


    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }


    /**reprodução***/

    #tv {
        display: none;
    }

    #navMenus {
        display: none;
    }

    #imagemBG {
        background-image: url('assets/imagem/bgjukebox.png');
        mask-repeat: no-repeat;
    }

    #pubInferior h2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 25px;
        color: #1703f5;
    }

    #main {
        position: relative;
        display: block;
        margin: 0px;
        width: 100%;
        min-height: 100vh;
        background-color: #1703f5;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 90%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #fd288d;
        opacity: 0.8;
    }

    #titulo {
        font-size: 36px;
        color: #effd28;
    }


    #nomeDaMusica {
        font-size: 36px;
        color: #effd28;
    }

    #pubDireita {
        display: none;
        filter: alpha(opacity=100);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        background-color: #3bfb00;
        width: 10%;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    /*#start{
    position: absolute;
    background-color: rgb(249, 33, 4);
    color: #fbfbfb;
    border: 1px solid #fffffe;
    border-radius: 15px;
    padding: 10px;
    font-size: 30px;
    top: 40%;
    left: 45%;
}*/

    #secaoVideo {
        display: flex;
        justify-content: space-between;
        background-color: #f5a803;
    }


    #pub {
        background-color: #3bfb00;
        width: 100%;
    }

    #meuQR {
        position: absolute;
        top: -75px;
        display: none;
        width: 85px;
        height: auto;
        margin-left: 5px;
        padding: 5px;
        background-color: #FFF;
    }

    /**fim reprodução***/
}

/*****************************2156***************************************/
/* Para telas de 32 polegadas com resolução Quad HD (2560x1440) */
@media (min-width:2264px) and (max-width:2270px) {
    body {
        background-color: #fff;
    }

    .logo {
        width: 100px;
        margin-left: 50px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 465px;
        margin-left: 250px;
        margin-right: 250px;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 60px;
        font-weight: 700px;
        margin-top: -60px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 250px;
        height: 230px;
        margin-top: 15px;
        margin-left: 0px;
    }

    .chavePix {
        width: 540px;
        height: 50px;
        font-size: 30px;
        padding: 10px;
        margin-bottom: 100px;
        margin-left: 130px;
    }

    .start_btn {
        display: block;
        margin-top: 150px;
        /*margin: 0 auto;*/
        width: 740px;
        height: 100px;
        border-radius: 60px;
        font-size: 65px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }

    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        display: block;
        margin-top: 350px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -230px;
        margin-top: 80px;
        width: 350px;
        height: 150px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        width: 100%;
    }


    #titulo {
        font-size: 56px;
        color: #1703f5;
    }

    #meuQR {
        position: absolute;
        top: -65px;
        display: none;
        width: 90px;
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #nomeDaMusica {
        font-size: 25px;
    }

    #celular {
        width: 800px;
        height: 800px;
    }

    /**reprodução*/

    #tv {
        display: none;
    }

    #navMenus {
        display: none;
    }

    #imagemBG {
        background-image: url('assets/imagem/bgjukebox.png');
        mask-repeat: no-repeat;
    }

    #pubInferior h2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 25px;
        color: #1703f5;
    }

    #main {
        position: relative;
        display: block;
        margin: 0px;
        width: 100%;
        min-height: 100vh;
        background-color: #1703f5;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 90%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #010101;
    }

    #pubDireita {
        display: none;
        filter: alpha(opacity=100);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        background-color: #11e411;
        width: 10%;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    /*#start{
    position: absolute;
    background-color: rgb(249, 33, 4);
    color: #fbfbfb;
    border: 1px solid #fffffe;
    border-radius: 15px;
    padding: 10px;
    font-size: 30px;
    top: 40%;
    left: 45%;
}*/

    #secaoVideo {
        display: flex;
        justify-content: space-between;
        background-color: #f5a803;
    }

    #notasColoridas {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 100;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #pub {
        background-color: #3bfb00;
        width: 100%;
    }

    #meuQR {
        position: absolute;
        top: -75px;
        display: none;
        width: 85px;
        height: auto;
        margin-left: 5px;
        padding: 5px;
        background-color: #FFF;
    }
}

/****************************1200******************************************/
@media (min-width: 900px) and (min-height: 1199px) {
    body {
        background-color: #fff;
    }

    .logo {
        width: 500px;
        margin-left: 50px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 465px;
        margin-left: 250px;
        margin-right: 250px;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 120px;
        font-weight: 700px;
        margin-top: -30px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 350px;
        height: 330px;
        margin-top: 15px;
        margin-left: 0px;
    }

    .chavePix {
        width: 540px;
        height: 50px;
        font-size: 30px;
        padding: 10px;
        margin-bottom: 100px;
        margin-left: 130px;
    }

    .start_btn {
        display: block;
        margin-top: 250px;
        margin: 0 auto;
        width: 740px;
        height: 100px;
        border-radius: 60px;
        font-size: 65px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }

    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        display: block;
        margin-top: 350px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -1100px;
        margin-top: 80px;
        width: 650px;
        height: 320px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        width: 100%;
    }

    #pubDireita {
        display: none;
    }

    #titulo {
        font-size: 56px;
        color: #1703f5;
    }

    #meuQR {
        position: absolute;
        top: -65px;
        display: none;
        width: 90px;
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #nomeDaMusica {
        font-size: 25px;
    }

    #celular {
        width: 800px;
        height: 800px;
    }

    /**reproducao**/
    #tv{
        display: none;
    }

    #navMenus {
        display: none;
    }

    #imagemBG {
        background-image: url('assets/imagem/bgjukebox.png');
        mask-repeat: no-repeat;
    }

    #pubInferior h2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 25px;
        color: #1703f5;
    }

    #main {
        position: relative;
        display: block;
        margin: 0px;
        width: 100%;
        min-height: 100vh;
        background-color: #1703f5;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 90%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #fb0000;
    }

    #pubDireita {
        display: none;
        filter: alpha(opacity=100);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        background-color: #3bfb00;
        width: 10%;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    /*#start{
    position: absolute;
    background-color: rgb(249, 33, 4);
    color: #fbfbfb;
    border: 1px solid #fffffe;
    border-radius: 15px;
    padding: 10px;
    font-size: 30px;
    top: 40%;
    left: 45%;
}*/

    #secaoVideo {
        display: flex;
        justify-content: space-between;
        background-color: #f5a803;
    }

    #notasColoridas {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 100;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #pub {
        background-color: #3bfb00;
        width: 100%;
    }

    #meuQR {
        position: absolute;
        top: -75px;
        display: none;
        width: 85px;
        height: auto;
        margin-left: 5px;
        padding: 5px;
        background-color: #FFF;
    }
}


/* Para telas de 50 polegadas com resolução 4K Ultra HD (3840x2160) ou superior */
@media (min-width: 2160px) and (max-width: 3840px) {

    /* Estilos padrão ajustados para uma tela de 52 polegadas Full HD */
    body {
        background-color: #fff;
    }

    .logo {
        width: 600px;
        /* Ajustar o tamanho da logo */
        margin-left: 80px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 500px;
        /* Ajustar para o layout em uma tela grande */
        margin-left: 200px;
        margin-right: 200px;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 140px;
        /* Ajustar o tamanho da fonte do título */
        font-weight: 700;
        margin-top: -30px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        /* Ajustar o tamanho da fonte do subtítulo */
        margin-top: 15px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 500px;
        /* Ajustar o tamanho da imagem */
        height: 450px;
        margin-top: 20px;
    }

    .chavePix {
        width: 700px;
        /* Ajustar o tamanho da chave Pix */
        height: 60px;
        /* Ajustar a altura */
        font-size: 32px;
        /* Ajustar o tamanho da fonte da chave Pix */
        padding: 12px;
        margin-bottom: 120px;
        margin-left: 150px;
    }

    .start_btn {
        display: block;
        margin-top: 250px;
        margin: 0 auto;
        width: 900px;
        /* Ajustar a largura do botão */
        height: 120px;
        /* Ajustar a altura do botão */
        border-radius: 60px;
        /* Ajustar o arredondamento */
        font-size: 80px;
        /* Ajustar o tamanho da fonte do botão */
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }


    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        display: block;
        margin-top: 350px;
        /* Ajustar a margem superior */
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        /* Ajustar o tamanho da fonte do botão de instalação */
        width: 250px;
        /* Ajustar a largura do botão de instalação */
        height: 60px;
        /* Ajustar a altura do botão de instalação */
        border-radius: 25px;
        /* Ajustar o arredondamento */
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 120px;
        /* Ajustar o tamanho das setas */
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -900px;
        /* Ajustar a posição da promoção */
        margin-top: 100px;
        /* Ajustar a margem superior */
        width: 800px;
        /* Ajustar a largura da promoção */
        height: 400px;
        /* Ajustar a altura da promoção */
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        width: 100%;
    }

    #player {
        width: 100%;
        height: 2160px;
        /* Ajustar a altura para Full HD */
        background: #000;
    }


    #pubDireita {
        display: none;
    }

    #titulo {
        font-size: 60px;
        /* Ajustar o tamanho da fonte do título */
        color: #1703f5;
    }

    #meuQR {
        position: absolute;
        top: -50px;
        display: none;
        width: 120px;
        /* Ajustar o tamanho do QR Code */
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 90%;
        top: 80%;
        z-index: 100;
    }

    #nomeDaMusica {
        font-size: 30px;
        /* Ajustar o tamanho da fonte do nome da música */
    }

    #celular {
        width: 900px;
        /* Ajustar o tamanho do celular */
        height: 900px;
    }

    #tv {
        display: none;
    }

    #navMenus {
        display: none;
    }

    #imagemBG {
        background-image: url('assets/imagem/bgjukebox.png');
        mask-repeat: no-repeat;
    }

    #pubInferior h2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 25px;
        color: #1703f5;
    }

    #main {
        position: relative;
        display: block;
        margin: 0px;
        width: 100%;
        min-height: 100vh;
        background-color: #1703f5;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 90%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #eefb00;
    }

    #pubDireita {
        display: none;
        filter: alpha(opacity=100);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        background-color: #3bfb00;
        width: 10%;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .btn_install {
        position: absolute;
        display: block;
        margin-top: 100px;
        margin-left: 200px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 1000;
    }

    /*#start{
position: absolute;
background-color: rgb(249, 33, 4);
color: #fbfbfb;
border: 1px solid #fffffe;
border-radius: 15px;
padding: 10px;
font-size: 30px;
top: 40%;
left: 45%;
}*/

    #secaoVideo {
        display: flex;
        justify-content: space-between;
        background-color: #f5a803;
    }

    #notasColoridas {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 100;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #pub {
        background-color: #3bfb00;
        width: 100%;
    }

    #meuQR {
        position: absolute;
        top: -75px;
        display: none;
        width: 85px;
        height: auto;
        margin-left: 5px;
        padding: 5px;
        background-color: #FFF;
    }
}


/*********************************************************************************ok*/
@media (min-width:1301px) and (max-width: 1600px) {
    body {
        background-color: #fff;
    }

    .logo {
        width: 200px;
        margin-left: 50px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 65px;
        margin-left: 90px;
        margin-right: 90px;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 60px;
        font-weight: 700px;
        margin-top: -30px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 150px;
        height: 130px;
        margin-top: 15px;
        margin-left: 0px;
    }

    .chavePix {
        width: 540px;
        height: 50px;
        font-size: 30px;
        padding: 10px;
        margin-bottom: 100px;
        margin-left: 80px;
    }

    .start_btn {
        display: block;
        margin-top: 50px;
        margin: 0 auto;
        width: 540px;
        height: 60px;
        border-radius: 60px;
        font-size: 25px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        position: absolute;
        font-size: 18px;
        color: #2f2f2f;
        padding-top: 35px;
        margin-left: 20px;
    }

    #visual {
        margin-top: -70px;
    }

    .btn_install {
        position: absolute;
        display: block;
        margin: 0 100px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -110px;
        margin-top: 80px;
        width: 250px;
        height: 120px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        width: 100%;
        background: #000;
    }

    #meuQR {
        position: absolute;
        top: -65px;
        display: none;
        width: 90px;
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    

    /**reproducao*/

    #navMenus {
        display: none;
    }

    #imagemBG {
        background-image: url('assets/imagem/bgjukebox.png');
        mask-repeat: no-repeat;
    }

    #pubInferior h2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 25px;
        color: #1703f5;
    }

    #main {
        position: relative;
        display: block;
        margin: 0px;
        width: 100%;
        min-height: 100vh;
        background-color: #1703f5;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 90%;
        left: 0;
        width: 100%;
        height: 60px;
        align-items: center;
        text-align: center;
        background-color: #fd288d;
        opacity: 0.8;
    }

    #nomeDaMusica {
        font-size: 36px;
        color: #effd28;
    }

    #titulo {
        font-size: 36px;
        color: #effd28;
    }

    #pubDireita {
        display: none;
        filter: alpha(opacity=100);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        background-color: #3bfb00;
        width: 10%;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    /*#start{
    position: absolute;
    background-color: rgb(249, 33, 4);
    color: #fbfbfb;
    border: 1px solid #fffffe;
    border-radius: 15px;
    padding: 10px;
    font-size: 30px;
    top: 40%;
    left: 45%;
}*/

    #secaoVideo {
        display: flex;
        justify-content: space-between;
        background-color: #f5a803;
    }

    #notasColoridas {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 100;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #pub {
        background-color: #3bfb00;
        width: 100%;
    }

    #meuQR {
        position: absolute;
        top: -75px;
        display: none;
        width: 85px;
        height: auto;
        margin-left: 5px;
        padding: 5px;
        background-color: #FFF;
    }
}


@media (min-width:320px) and (max-width: 480px) {

    .body {
        background-color: #FFF;
    }

    .logo {
        display: block;
        width: 300px;
        margin: 0 auto;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        margin-left: 50px;
        margin-right: 50px;
    }

    #chavePix {
        display: none;
    }

    #start {
        display: none;
    }

    #subtitulo {
        display: none;
    }

    #visual {
        display: none;
    }

    .apresentacao h1 {
        font-size: 40px;
    }

    .apresentacao__img {
        display: none;
    }

    #setas {
        display: none;
    }

    .menu-container {
        position: relative;
    }

    .menu {
        position: fixed;
        top: 0;
        left: -250px;
        /* Hidden by default */
        width: 250px;
        height: 100%;
        background-color: #fff;
        color: #fd288d;
        overflow: auto;
        transition: 0.3s ease;
        z-index: 1000;
        /* Ensure it is on top of other content */
        padding-top: 60px;
        border: #fd288d 1px solid;
    }

    .menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu ul li {
        padding: 15px 20px;
    }

    .menu ul li a {
        font-size: 20px;
        font-weight: 700;
        color: #fd288d;
        text-decoration: none;
        display: block;
    }

    .menu ul li a:hover {
        background-color: #575757;
    }

    .open-btn,
    .close-btn {
        font-size: 24px;
        color: rgb(0, 0, 0);
        background-color: #ffffff;
        border: none;
        cursor: pointer;
        padding: 10px;
        /*position: fixed;*/
        top: 15px;
        z-index: 1001;
    }

    .open-btn {
        left: 15px;
    }

    .close-btn {
        right: 15px;
    }

    .menu-container.open .menu {
        left: 0;
        /* Show menu */
    }

    .menu-container.open .open-btn {
        display: none;
    }

    .btn_install {
        position: absolute;
        display: block;
        margin: 0 25px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #secaoVideo {
        display: none;
    }

    #tv {
       display: flex;
       flex-direction: column;
       align-items: center;
    }

    #tv img{
        width: 300px;
        height: auto;
    }

    #saibaMais{
        position: relative;
        display: block;
        margin: 0 25px;
        margin-top: 10px;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        width: 200px;
        height: 20px;
        border-radius: 26px;
        background-color: #fd288d;
        z-index: 100;
        padding: 3px;
        text-align: center;
    }
}


/*
@media (mind-width:100) and (max-width: 1400px){

    .logo{
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    #chavePix{
        display: none;
    }
    #start{
        display: none;
    }
    #subtitulo{
        display: none;
    }
    #visual{
        display: none;
    }
    .apresentacao h1{
        font-size: 40px;
    }
    .apresentacao__img{
        display: none;
    }
    #setas{
        display: none;
    }
}*/



/*****************************2156***************************************ok/
/* Para telas de 32 polegadas com resolução Quad HD (2560x1440) */
@media (min-width:1255px) and (max-width:1368px) {
    body {
        background-color: #FFF;
    }

    .logo {
        width: 200px;
        margin-left: 150px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
        margin-left: 250px;
        margin-right: 0px;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 60px;
        font-weight: 700px;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 150px;
        height: 130px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .chavePix {
        width: 440px;
        height: 50px;
        font-size: 20px;
        padding: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .start_btn {
        display: block;
        margin-top: 20px;
        /*margin: 0 auto;*/
        width: 340px;
        height: 50px;
        border-radius: 60px;
        font-size: 35px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }

    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        display: block;
        margin-top: 150px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -130px;
        margin-top: -50px;
        width: 250px;
        height: 100px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        width: 100%;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 93%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #fd288d;
        opacity: 0.8;
    }

    #pubDireita {
        display: none;
    }

    #titulo {
        font-size: 36px;
        color: #effd28;
    }

    #meuQR {
        position: absolute;
        top: -65px;
        display: none;
        width: 90px;
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #nomeDaMusica {
        font-size: 36px;
        color: #effd28;
    }

    #celular {
        width: 350px;
        height: 350px;
    }
}

@media (min-width:1600px) and (max-width:1799px) {/*ok*/
    body {
        background-color: #fff;
    }

    .logo {
        width: 200px;
        margin-left: 150px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
        margin-left: 250px;
        margin-right: 0px;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 60px;
        font-weight: 700px;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 150px;
        height: 130px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .chavePix {
        width: 440px;
        height: 50px;
        font-size: 20px;
        padding: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .start_btn {
        display: block;
        margin-top: 20px;
        /*margin: 0 auto;*/
        width: 340px;
        height: 50px;
        border-radius: 60px;
        font-size: 35px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }

    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        display: block;
        margin-top: 150px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -130px;
        margin-top: -50px;
        width: 250px;
        height: 100px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        position: relative;
        width: 100%;
        height: auto;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 91%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #fd288d;
        opacity: 0.8;
    }

    #titulo {
        opacity: 1;
        font-size: 36px;
        font-weight: 500;
        color: #effd28;
    }

    #nomeDaMusica {
        font-size: 36px;
        font-size: 36px;
        font-weight: 500;
        color: #effd28;
    }

    #pubDireita {
        display: none;
    }

    #meuQR {
        position: absolute;
        top: -65px;
        display: none;
        width: 90px;
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #celular {
        width: 350px;
        height: 350px;
    }
}





@media (min-width:600px) and (max-width:1024px) {/*ok*/
    body {
        background-color: #fff;
    }

    .logo {
        width: 200px;
        margin-left: 150px;
    }

    .conteudo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
        margin-left: 250px;
        margin-right: 0px;
    }

    #player {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }

    .titulo {
        color: #2f2f2f;
        font-size: 60px;
        font-weight: 700px;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10;
    }

    .subtitulo {
        color: #2f2f2f;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        margin-top: 10px;
    }

    .apresentacao {
        display: flex;
        flex-direction: row;
    }

    .apresentacao__img {
        width: 150px;
        height: 130px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .chavePix {
        width: 440px;
        height: 50px;
        font-size: 20px;
        padding: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .start_btn {
        display: block;
        margin-top: 20px;
        /*margin: 0 auto;*/
        width: 340px;
        height: 50px;
        border-radius: 60px;
        font-size: 35px;
        background-color: #fd288d;
        color: #FFFF;
    }

    #chaveCadastrada {
        font-size: 18px;
        color: #2f2f2f;
        margin-top: 15px;
    }

    #visual {
        margin-top: -70px;
    }

    #setup_button_tv {
        display: block;
        margin-top: 150px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        width: 200px;
        height: 50px;
        border-radius: 26px;
        background-color: rgb(39, 250, 2);
        z-index: 100;
    }

    #setas {
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    #promo {
        position: absolute;
        margin-left: -130px;
        margin-top: -50px;
        width: 250px;
        height: 100px;
    }

    .menu {
        display: none;
    }

    .menu-container {
        display: none;
    }

    #tv {
        display: none;
    }

    #secaoVideo {
        position: relative;
        width: 100%;
        height: auto;
    }

    #pubInferior {
        position: absolute;
        display: flex;
        top: 91%;
        left: 0;
        width: 100%;
        height: 70px;
        align-items: center;
        text-align: center;
        background-color: #fd288d;
        opacity: 0.8;
    }

    #titulo {
        opacity: 1;
        font-size: 36px;
        font-weight: 500;
        color: #effd28;
    }

    #nomeDaMusica {
        font-size: 36px;
        font-size: 36px;
        font-weight: 500;
        color: #effd28;
    }

    #pubDireita {
        display: none;
    }

    #meuQR {
        position: absolute;
        top: -65px;
        display: none;
        width: 90px;
        height: auto;
        margin-left: 10px;
        padding: 2px;
        background-color: #FFF;
    }

    #notasRoxas {
        position: absolute;
        left: 92%;
        top: 85%;
        z-index: 100;
    }

    #celular {
        width: 350px;
        height: 350px;
    }
}