@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700&display=swap');

:root {
    --fonte: 'Onest', sans-serif;
}

* {
    font-family: var(--fonte) !important;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.fw500 {
	font-weight: 500 !important;
}

.fw600 {
	font-weight: 600 !important;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

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 {
    top: 0.9rem;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.tooltip {
    font-family: var(--fonte) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    pointer-events: none;
}

#menuButton i {
    font-size: 30px;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

#menuButton .icofont-navigation-menu {
    opacity: 1;
    transform: scale(1);
}

#menuButton .icofont-close-line {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
}

#menuButton.open .icofont-navigation-menu {
    opacity: 0;
    transform: scale(0.5);
}

#menuButton.open .icofont-close-line {
    opacity: 1;
    transform: scale(1);
}

#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 {
    margin-top: 2rem;
    margin-bottom: 7px;
    border-radius: 7px;
}

.slogan {
    margin: 0 5px;
}

.topo-site {
    position: relative;
    top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
}

#backgroundCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.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: 850px;
}

.btsapp {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btsapp img {
    width: 140px;
    height: auto;
    border-radius: 5px;
    margin: 0 7px;
}

.parc-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.parceiros img {
    width: 180px;
    height: auto;
    border-radius: 5px;
}

.btn-app {
    position: fixed;
    left: 20px;
    bottom: 25px;
}

#btn_app_wa {
    background-color: #0cc143;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

#btn_app_wa i {
    font-size: 36px;
    color: #fff;
}

#btn_app_wa a {
    text-decoration: none;
}

.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;
}

#btn_app {
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}

#bts_app {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-app img {
    width: 150px;
    height: auto;
    border-radius: 5px;
}

.bto {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px; 
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
}
.bto i {
    font-size: 1.5rem;
}

.botoes {
    gap: 15px;
    display: flex;
}

@media screen and (min-width: 1200px) {
    .btsapp {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .btn-app {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .player-container {
        flex-direction: row;
        align-items: center;
        position: relative;
    }

    .nome-radio {
        font-size: 1.5rem;
    }

    .bto {
        min-width: 135px;
    }

    .bto i {
        margin-right: 10px;
    }

    .bto-wa {
        display: none;
    }

    .player-info {
        flex-grow: 1;
        padding-left: 20px;
        text-align: left;
    }

    .controls {
        justify-content: flex-start;
    }

    .btns {
        float: right;
        position: relative;
        top: 2.7rem;
    }

    .topo-app img {
        width: 90px;
        height: 90px;
    }

    .topo-app span {
        font-size: 34px;
    }

    #menuButton {
        bottom: 25px;
    }

    .iframe-pedido {
        height: 72vh;
    }

    #socialMenu {
        bottom: 95px;
    }

    .slogan span {
        font-size: 22px;
    }

    #track-title-container {
        font-size: 17px !important;
    }
}

@media screen and (max-width: 991px) {
    .player-container {
        position: relative;
    }

    .nome-radio {
        font-size: 1rem;
    }

    .txt-bto {
        display: none;
    }

    .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;
    }

    #track-title-container {
        font-size: 15px !important;
    }

    #bts_app {
        flex-direction: column;
        gap: 15px;
    }
}