@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700&display=swap');

:root {
    --fonte: 'Onest', sans-serif;
    --maxwidth: 900px;
}

body {
    font-family: var(--fonte) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: background-image 0.7s ease-in-out;
    background-color: rgb(0, 0, 53) !important;
}

.background-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.4);
    z-index: -1;
    transition: background-image 0.7s ease-in-out;
    transform: scale(1.03);
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.player-container {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    background-color: transparent !important;
    width: 100%;
}

.player-info {
    width: 100%;
    text-align: center;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.volume-control {
    width: 150px;
    margin-left: 10px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.volume-group {
    display: flex;
    align-items: center;
    position: relative;
}

.vol-control {
    position: absolute;
    left: 100%;
    opacity: 0;
    width: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.volume-group:hover .vol-control {
    opacity: 1;
    width: 150px;
    pointer-events: all;
    margin-left: 0px;
}

input .volume-control {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}

.modal-content {
    background-color: #fefefe;
    padding: 15px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

#lyricsContent {
    font-size: 0.91rem;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    font-family: var(--fonte);
}

.song-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 19px;
    color: #fff;
    font-family: var(--fonte);
}

.artist-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
    min-height: 19px;
    font-family: var(--fonte);
}

.recent-song-item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    background-color: #f3f3fa;
}

.recent-song-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
    color: #000;
    font-family: var(--fonte);
}

.recent-song-artist {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: var(--fonte);
}

.play-pause {
    background-color: #fff;
}

.volume-control::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 20px;
    height: 20px;
    border-radius: 50rem;
    border: none;
    background-color: #fff !important;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.mute-btn {
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    cursor: pointer;
    margin-left: 10px;
    transition: color 0.7s ease;
}

.mute-btn:hover {
    color: rgba(255, 255, 255, 1);
}

.btns-player {
    margin: 0 1px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 6px;
    transition: all 0.7s ease;
}

.btns-player:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.7s ease;
}

.btns-player svg {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.7s ease;
}

.btns-player svg:hover {
    transform: scale(1.1);
    color: rgba(255, 255, 255, 1);
}

i {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

h5 {
    font-family: var(--fonte);
    font-size: calc(1.05rem + .3vw) !important;
    font-weight: 500 !important;
}

.modal-body {
    border-top: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-width: 1px;
}

.modal-texto {
    font-weight: 500;
}

.topo-app {
    display: flex;
    align-items: center;
    margin: 0 5px;
    flex-direction: column;
    z-index: 10;
}

.volume-control::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 20px;
    height: 20px;
    border-radius: 50rem;
    border: none;
    background: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

input .volume-control {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}

.tooltip {
    font-family: var(--fonte) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    pointer-events: none;
}

#socialMenu {
    position: fixed;
    right: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}

#socialMenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.7s ease;
    font-weight: 500;
    font-size: 15px;
    margin: 3px 10px;
    padding: 5px;
    border-radius: 5px;
}

.func-btn {
    border: none;
    color: #fff;
    height: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px 4px 0px 0px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.7s ease;
    font-size: 14px;
    gap: 5px;
    width: 140px;
}

#socialMenu {
    padding-top: 5px;
}

#socialMenu i {
    font-size: 35px;
}

footer {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.footer span {
    color: #fff;
    font-family: var(--fonte);
    font-size: 14px;
    font-weight: 400;
}

.footer span a {
    text-decoration: none;
    color: #fff;
}

.slogan {
    margin: 0 5px;
}

.topo-site {
    position: absolute;
    left: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.iframe-pedido {
    width: 100%;
    border: none;
    padding: 10px 5px;
    min-height: 80vh;
}

.iframe-historico {
    width: 100%;
    min-height: 45vh;
    padding: 10px 5px;
    border: none;
}

.recent-song-album-art {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 15px;
    object-fit: cover;
}

.recent-song-info {
    flex-grow: 1;
}

.recent-songs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.slogan {
    margin-top: 1rem;
}

.parceiros,
.btsapp,
.recent-songs-container {
    margin-top: 2rem;
    padding-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: var(--maxwidth);
}

.btns {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1.2rem;
}

.conteudo {
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

.btsapp {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btsapp img {
    width: 140px;
    height: auto;
    border-radius: 5px;
    margin: 0 7px;
}

.btn-app {
    position: absolute;
    display: flex;
}

.btn-menu {
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    min-width: 150px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.play-pause {
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.7s ease;
    background-color: transparent !important;
}

.play-pause:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.album-cover {
    object-fit: cover;
    transition: opacity 0.7s ease-in-out;
    margin-bottom: 20px;
}

#btn_app {
    padding: 2px;
    border-radius: 5px;
}

#bts_app {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-app img {
    width: 140px;
    height: auto;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.7s ease;
}

.btn-app img:hover {
    box-shadow: 0px 0px 7px 0px #fff;
}

.bto {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    padding: 8px;
    transition: all 0.7s ease;
}

.bto:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.7s ease;
}

.bto i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.7s ease;
}

.bto i:hover {
    transform: scale(1.1);
    color: rgba(255, 255, 255, 1);
}

.botoes {
    gap: 15px;
    display: flex;
    position: absolute;
}

#btn_app_wa {
    background-color: #0cc143;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    position: fixed;
    right: 22px;
    z-index: 1;
}

#btn_app_wa i {
    font-size: 36px;
    color: #fff;
}

#btn_app_wa a {
    text-decoration: none;
}

.topo-app span {
    font-family: var(--fonte);
    font-weight: 500;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .btsapp {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .album-cover {
        margin-bottom: 0;
    }

    .player-container {
        margin-top: 2rem;
    }

    .topo-app {
        top: 10vh;
        left: 5vw;
        position: absolute;
    }

    .bto-wa {
        display: none;
    }

    #btn_app_wa {
        bottom: 14%;
    }

    .player-info {
        flex-grow: 1;
        padding: 10px 5px;
    }

    .album-cover {
        width: 280px;
        height: 280px;
    }

    .topo-app img {
        width: 100px;
        height: 100px;
    }

    .topo-app span {
        font-size: 25px;
    }

    #menuButton {
        bottom: 25px;
    }

    .iframe-pedido {
        height: 72vh;
    }

    #socialMenu {
        bottom: 95px;
    }

    .slogan span {
        font-size: 25px;
    }

    .modal-mensagem {
        width: 50% !important;
    }

    .btn-app {
        left: 20px;
        bottom: 35px;
    }

    .botoes {
        right: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width: 991px) {

    .volume-control,
    .mute-btn {
        display: none;
    }

    .player-container {
        margin-top: 15px;
    }

    .album-cover {
        width: 180px;
        height: 180px;
    }

    .txt-bto {
        display: none;
    }

    .topo-app {
        top: 10px;
        width: 100%;
        position: relative;
    }

    .topo-app img {
        width: 70px;
        height: 70px;
    }

    .topo-app span {
        font-size: 22px;
    }

    #menuButton {
        bottom: 15px;
    }

    .iframe-pedido {
        height: 100vh;
    }

    #socialMenu {
        bottom: 125px;
    }

    .slogan span {
        font-size: 18px;
    }

    .parc-img {
        flex-direction: column;
    }

    #cabecalho {
        display: flex;
        justify-content: center;
    }

    .footer span {
        flex-direction: column;
    }

    .modal-mensagem {
        width: 95% !important;
    }

    .btn-app {
        bottom: 130px;
    }

    .botoes {
        bottom: 70px;
    }

    #btn_app_wa {
        bottom: 27%;
    }
}