@import url(https://fonts.bunny.net/css?family=inter-tight:400,500,600,700);

: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;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botao_whatsapp svg {
    color: #fff;
    width: 40px;
    height: 40px;
}

.botao_whatsapp_menu svg {
    color: #fff;
    width: 30px;
    height: 30px;
}

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

.relogio {
    font-family: var(--font);
    padding: 5px;
    width: auto;
    height: auto;
    border-radius: 5px;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    flex-wrap: wrap;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}

h5 {
    font-family: var(--font);
    font-weight: 600 !important;
}

.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;
  min-width: 130px;
}

.nav-menu a {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    height: 37px;
    overflow: hidden;
    transition: 0.5s;
    justify-content: center;
    text-decoration: none;
}

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

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

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

.close {
    color: red !important;
    font-size: 2rem !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

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

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

    .logotipo img {
        width: 80px;
        height: 80px;
      border-radius: 5px;
    }

    .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 (max-width: 991px) {
    #header {
        width: auto;
        background-color: #252525;
        border-right: 1px solid #e6e9ec;
        left: -300px;
        padding: 0 30px;
    }

    .logotipo {
        padding: 7px 0;
    }

    .logotipo img {
        width: 60px;
        height: 60px;
      border-radius: 5px;
    }

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

    .relogio {
        display: none !important;
    }

    .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;
    }

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