@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');

:root {
    --font: 'Inter Tight', sans-serif;
    --ft-weight: 500;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    width: 100%;
    height: 100vh;
}

.logotipo {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
}

li span {
    font-family: var(--font);
    text-align: center;
}

.botao_whatsapp {
    position: absolute;
    z-index: 10;
    background: #4dc247;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    right: 30px;
    bottom: 30px;
}

.botao_whatsapp i {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 40px;
    top: 10px;
    position: relative;
}

.botao_whatsapp a:hover {
    text-decoration: none;
}

.relogio {
    font-family: var(--font);
    background: #e0eeee;
    padding: 5px;
    border: 1px solid #c1cdcd;
    width: 170px;
    height: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    color: #bf4f51;
    flex-wrap: wrap;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
}

#clock_tm {
    color: #318ce7;
}

#clock_dt {
    color: #bf4f51;
}

h5 {
    font-family: var(--font);
    font-weight: 600 !important;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    font-family: var(--font);
    font-weight: 500;
    overflow-y: auto;
    margin: 0 5px;
}

.art {
    width: 290px;
    height: 290px;
}

.track_st_widget[data-v-3d6dba62] {
    padding: 0 !important;
}

.track_st_track-meta {
    font-family: var(--font) !important;
    font-weight: 500 !important;
    font-size: 15px;
}

.player {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.radioplayer {
    position: relative;
    height: 65px;
    margin-top: 10px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    transition: all 0.5s;
    overflow: auto;
    padding: 5px 20px;
    height: 100vh;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background: #f2f3f5;
    border: 1px solid #ddd;
    height: 37px;
    overflow: hidden;
    transition: 0.5s;
    justify-content: center;
}

.nav-menu a i {
    font-size: 16px;
}

.nav-menu a span {
    padding: 0 35px;
    color: black;
}

.nav-menu li:hover>a {
    color: #fff;
    background: #318ce7;
    text-decoration: none;
}

.nav-menu li:hover>a span {
    color: #fff;
}

.mobile-nav-toggle {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 9;
    border: 0;
    background: none;
    font-size: 38px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    z-index: 1100;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active #header {
    left: 0;
}

@media screen and (min-width: 992px) {
    .mobile-nav-toggle {
        display: none;
    }

    .logotipo {
        padding: 7px 0 12px 0;
    }

    .logotipo img {
        width: 80px;
        height: 80px;
    }

    .nome-radio {
        font-size: 24px;
    }

    .botao_whatsapp_menu {
        display: none;
    }

    .player {
        display: flex;
        justify-content: center;
    }

    #mylunaradio {
        width: 65%;
        height: 100vh;
        z-index: 6;
        position: absolute;
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    #header {
        width: auto;
        background-color: rgba(0, 0, 0, 0.7);
        border-right: 1px solid #e6e9ec;
        left: -300px;
        padding: 0 30px;
    }

    .logotipo {
        padding: 7px 0;
    }

    .logotipo img {
        width: 60px;
        height: 60px;
    }

    .nome-radio {
        font-size: 20px;
    }

    .relogio {
        display: none;
    }

    .botao_whatsapp {
        display: none;
    }

    .botao_whatsapp_menu {
        position: relative;
        z-index: 10;
        background: #4dc247;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .botao_whatsapp_menu i {
        color: #fff;
        display: flex;
        justify-content: center;
        font-size: 29px;
        position: relative;
    }

    .botao_whatsapp_menu a:hover {
        text-decoration: none;
    }

    .radioplayer {
        width: 65px;
        border-radius: 50%;
    }

    #mylunaradio {
        width: 100%;
        height: 95vh;
        position: absolute;
        top: 20px;
        z-index: 6;
    }
}