@import url("reset.css");
@import url("jukebox.css");
@import url("header.css");
@import url("banner.css");
@import url("carrossel.css");
@import url("rodape.css");
@import url('https://fonts.googleapis.com/css2?family=Gabarito&family=Inclusive+Sans&family=Krona+One&family=Montserrat:ital,wght@0,400;1,600&display=swap');

:root {
    --cor-de-fundo: #EBECEE;
    --branco: #FFFFFF;
    --laranja: #EB9B00;
    --azul: #002052;
    --roxo: #9d31f0;
    --azul-degrade: linear-gradient(97.54deg, #002F52 35.49%, #326589 165.37%);
    --verde: #005219;
    --cinza: #6a6a6aa4;
    --vermelho: #DD0000;
}

@media only screen and (max-width: 1600px) {

    body {
        background-color: var(--cor-de-fundo);
    }
    #conteudo{
            position: relative;
            margin-top: 70px;
    }
    
    #nav{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 30px;
    }
    .alert-pagamento {
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 3000;
    }

    .alert-pagamento__display {
        text-align: center;
        width: 90%;
        /* Ajuste a largura conforme necessário */
        height: 150px;
        /* Ajuste a altura conforme necessário */
        background-color: var(--branco);
        padding: 20px;
        box-sizing: border-box;
        /* Esta propriedade inclui o preenchimento e a borda no tamanho total do elemento */
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        border: 1px solid var(--azul);
        box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
    }


    .alert-listaVazia {
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 22px;
        color: var(--branco);
        z-index: 200;
    }

    .alert-listaVazia__display {
        position: fixed;
        z-index: 10;
        display: block;

        text-align: center;
        width: 90%;
        /* Ajuste a largura conforme necessário */
        height: 280px;
        /* Ajuste a altura conforme necessário */
        background-color: var(--roxo);
        padding: 20px;
        box-sizing: border-box;
        /* Esta propriedade inclui o preenchimento e a borda no tamanho total do elemento */

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
        border: 1px solid var(--azul);
        box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
    }

    .card {
        position: relative;
        font-family: 'Gabarito', cursive;
        background-color: var(--branco);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 1px;
        margin: 0.5em;
        height: 130px;
        justify-content: space-between;
        display: flex;
    }

    .card__botoes {
        padding-right: 3em;
        width: 40%;
        box-sizing: border-box;
        /* Esta propriedade inclui o preenchimento e a borda no tamanho total do elemento */
        position: absolute;
        top: 35%;
        left: 80%;
        transform: translate(-50%, -50%);
    }

    .card__botoes-cover {
        background-color: var(--branco);
        width: 100%;
        padding-left: 0em;
    }

    .custom-select {
        margin-left: 1em;
        background-color: #FFF;
        padding: 0.5em;
        border: 1px solid #f207b7;
        border-radius: 2px;
        color: #f207b7;
        -webkit-appearance: none;
        font-size: 20px;
        font-weight: 700;
    }
    

    .descricao__titulo-conteudo {
        padding-top: 0em;
        padding-left: 1em;
        width: 40%;
    }

    .playlist {
        width: 100%;
        height: auto;
        display: none;
        bottom: 0;
        margin: 0;
        position: fixed;
        z-index: 200;
    }

    .playlist__musicas {
        font-family: 'Gabarito', cursive;
        z-index: 100;
        width: 100%;
        height: 150px;
        overflow: scroll;
        background-color: var(--branco);
    }

    .playlist__musicas-titulo {
        font-family: 'Gabarito', cursive;
        background-color: #e52687;
        color: var(--branco);
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding: 1em 0 0.5em 0;
    }

    .playlist__musicas-item {
        display: flex;
        padding: 0.5em 0 0.5em 0;
        text-align: left;
        margin-left: 1em;
        border-bottom: 0.5px var(--cinza) dotted;
        justify-content: space-between;
        margin-bottom: 1em;
    }

    .checkbox {
        margin-right: 15px;
    }

    .pedido {
        display: flex;
        width: 100%;
        margin: 0;
        align-items: center;
        justify-content: space-between;
        background-color: var(--branco);
    }

    .pedido__btn-pedir,
    .pedido__btn-voltar,
    .pedido__btn-lista {
        border: none;
        padding: 0.5em;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-size: 15px;
        font-weight: 700;
        color: var(--branco);
        align-items: center;
        margin: 0,auto;
    }

    .pedido__btn-pedir {
        background-color: #FFFFFF;
        border: 1px solid #e52687;
        color: #e52687;
        font-weight: 700;
        font-size: 20px;
    }

    .pedido__btn-voltar {
        background-color: #e52687;
    }

    .pedido__btn-lista {
        background-color: var(--branco);
        border: 1px #002052 solid;
        color: #002052;
    }

    .btn_meus_pedidos{
        border: 1px solid #e52687;
        width: 150px;
        padding: 0;
        border-radius: 5px;
        font-size: 20px;
        border: 1px solid var(--laranja);
        background-color: rgba(0, 0, 0, 0);
        color: #e52687;
        position: fixed;
        top: 10px;
        display: block;
        margin-left: 70px;
        margin-top: 55px;
        z-index: 100;
    }

    h2,
    h3 {
        padding: 0.5em;
        font-family: 'Gabarito', cursive;
    }

    h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .btn {
        margin-top: 1em;
        margin-bottom: 1em;
        box-sizing: border-box;
        width: 100%;
        padding: 0.5em;
        border-radius: 24px;
        font-size: 20px;
        border: 1px solid var(--azul);
        background-color: var(--laranja);
        color: var(--branco);
    }

    #lista-de-musica {
        display: none;
    }

    .btn-ver-pedidos {
        width: 10%;
        padding: 0;
        border-radius: 5px;
        font-size: 20px;
        border: 1px solid var(--laranja);
        background-color: rgba(0, 0, 0, 0);
        color: #e52687;
        position: fixed;
        top: 10px;
        display: block;
        margin-left: 5%;
        margin-top: 55px;
        z-index: 100;
    }

    .btn_tocar {
        text-align: center;
        width: 30%;
        padding: 0;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 500;
        border: 1px solid var(--laranja);
        background-color: #e52687;
        color: #FFF;
        position: fixed;
        top: 10px;
        margin-left: 68%;
        margin-top: 30px;
        z-index: 100;
    }

    .meus-pedidos {
        width: 130%;
        position: fixed;
        top: -10px;
        left: 0px;
        z-index: 300;
        display: block;
        height: 100vh;
        background-color: #ffffff;
    }

    .meus-pedidos__musicas {
        font-family: 'Gabarito', cursive;
        z-index: 100;
        width: 100%;
        overflow: scroll;
        background-color: var(--branco);
        height: 75vh;
    }

    .meus-pedidos__musicas-titulo {
        font-family: 'Gabarito', cursive;
        background-color: #e52687;
        color: var(--branco);
        width: 100%;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding: 1em 0 0.5em 0;

    }

    .meus-pedidos__musicas-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0.5em 0 0.5em 0;
        text-align: left;
        margin-left: 1em;
        margin-right: 1em;
        border-bottom: 0.5px var(--cinza) dotted;
        justify-content: space-between;
        margin-bottom: 1em;
    }
}