@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap');

:root {
    --fonte: 'Exo 2', sans-serif;
    --font-style: 'Exo 2', sans-serif;
    --font-style-2: 'Exo 2', sans-serif;
}

body {
    height: 100vh;
    font-family: var(--fonte) !important;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-decoration: none;
    overflow: hidden !important;
    color: var(--corTexto);
}

.sg-bottom-logo img {
    max-width: 80px;
    width: 100%;
    display: table;
    margin: 0 auto
}

.sg-modalfundo {
    display: flex;
    justify-content: center;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation-duration: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    top: -10px;
    color: transparent
}

.volume-slide {
    line-height: 35px;
    color: blue;
}

.volume-control {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

input[type=range] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%
}

input[type=range]:focus {
    outline: none
}

.sg-noar3 {
    width: 100%;
    padding: 2%;
}

.sg-noar1 {
    width: 100px;
    flex: none;
}

.sg-col {
    display: flex;
    align-items: center;
    width: calc(100% - 380px)
}

.sg-col1 {
    width: 50%;
}

.sg-noar {
    display: flex;
    align-items: center;
    position: relative;
}

.sg-programas2 {
    flex-wrap: 1;
    padding: 2%;
    width: 96%;
}

.sg-programas {
    display: flex;
    align-items: center;
}

.sg-player-sociais {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.sg-player-icones {
    width: 240px;
    display: table;
    margin: 0 auto;
    position: relative;
    background: #33333355;
}

.sg-player-controles {
    max-width: 350px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0%;
}

.sg-player {
    max-width: 350px;
    width: 98%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 245px;
}

.sg-bottom3 {
    max-width: 3000px;
    width: 100%;
    padding: 7px 0;
    padding-left: 80px;
}

.sg-conteudo {
    max-width: 2000px;
    width: 100%;
}

.sg-cabecalho {
    display: flex;
    align-items: center;
    height: calc(100% - 380px);
    width: 100%;
}

.sg-cabecalho1 {
    width: 50%;
}

.volume-icon {
    font-size: 28px;
    margin-right: 8px;
}

.sg-logo {
    max-width: 240px;
    width: 90%;
    display: table;
    margin: 6px auto;
    border-radius: 7px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.6));
}

.sg-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.tooltip {
    font-family: var(--fonte) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    margin-left: 5px !important;
}

@keyframes rotatecarrega {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

#tabela_historico tr>*:nth-child(1) {
    display: none;
}

#tabela_historico tr:first-child {
    display: none;
}

.texto-modal {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.bi:hover>span {
    font-size: 0px;
    margin-right: 0px;
    transition: 0.6s;
}

.modern-ticker.mt-ltr .mt-label {
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
}

.sg-modalfundo .bt-fechar {
    top: 15px;
    right: 30px;
    float: right;
    display: table;
    background: none;
    border: none !important;
    cursor: pointer;
    z-index: 999;
    position: absolute;
}

.sg-modalfundo .bt-fechar i {
    font-size: 37px;
    color: #ff0000;
}

@media screen and (min-width: 992px) {
    .sg-modalfundo {
        position: fixed;
        background: #ffffff;
        width: 90%;
        height: 90vh;
        top: 5vh;
        left: 5vw;
        display: none;
        z-index: 100;
        border-radius: 8px;
    }

    .sg-noar .sg-noar-fundo {
        width: calc(100% - 190px);
    }

    .parc {
        width: 187px;
        background-color: antiquewhite;
        border-radius: 5px;
        padding: 7px;
        position: absolute;
        margin-left: 70px;
        bottom: 155px;
    }

    .parc_menu {
        display: none;
    }

    .nome-radio-celular {
        display: none;
    }

    .noticias {
        position: relative;
        bottom: 47px;
        right: 60px;
        margin-left: 130px;
    }

    .mt-news a {
        font-size: 14px;
        font-weight: 500;
    }

    .mt-label {
        font-size: 14px;
        font-weight: 500;
        height: 35px;
    }

    .sg-bottom-icones {
        bottom: 100px;
    }
}

@media screen and (max-width: 991px) {
    .sg-modalfundo {
        position: fixed;
        background: #ffffff;
        width: 94%;
        height: 90vh;
        top: 5vh;
        left: 3vw;
        display: none;
        z-index: 100;
        border-radius: 8px;
    }

    .parc {
        display: none;
    }

    .bi span {
        display: none;
    }

    .sg-noar {
        margin-top: 2rem;
    }

    .noticias {
        display: none;
    }

    .sg-modalfundo .playertv {
        max-width: 800px;
        width: 98%;
        margin: 0 auto;
        position: relative;
        text-align: center;
        padding-bottom: 54.90%;
        padding-top: 0;
        height: 0;
    }

    .bi-x-circle {
        border: none !important;
    }

    .sg-copy {
        display: block;
    }

    .volume-control {
        display: none;
    }

    .sg-bottom-icones {
        bottom: 80px;
    }

    .sg-player {
        max-width: 1000px;
        width: 100%;
        height: 245px;
    }

    .sg-player-controles i.play {
        margin-bottom: 10px;
    }

    .sg-cabecalho {
        height: auto;
    }

    .sg-pubmeioroll {
        position: absolute;
        width: 96%;
        right: 5;
        bottom: 260px;
    }

    .sg-bottom3 {
        margin: 0 0 0 auto;
        margin-bottom: 0px;
        padding-left: 0px;
        position: relative;
        width: calc(100% - 75px);
    }

    .sg-bottom1 {
        display: none;
    }

    .sg-bottom-icones i {
        font-size: 1.8rem;
        color: var(--corTexto);
        width: 23px;
        height: 25px;
        margin: 20px 0;
    }

    .sg-cabecalho {
        display: table;
    }

    .sg-cabecalho1 {
        width: 100%;
    }

    .sg-logo {
        max-width: 200px;
        width: 90%;
    }

    .sg-noar .sg-noar-fundo {
        width: 100%;
        height: 80px;
    }

    .sg-noar2 {
        width: 100px;
        height: 100px;
        margin-left: 10px;
    }

    .album-cover {
        width: 95px;
        height: 95px;
    }

    .art {
        width: 95px;
        height: 95px;
    }

    .sg-noar3 h4 {
        font-size: 15px;
    }

    .sg-noar3 h2 {
        font-size: 15px;
    }

    .sg-noar1 h4 {
        font-size: 15px;
    }
}

@media screen and (max-device-height: 700px) {
    .sg-logo {
        max-width: 120px;
    }

    .sg-bottom-icones {
        bottom: 90px;
    }

    .sg-pubmeioroll {
        position: absolute;
        width: 96%;
        right: 5;
        bottom: 220px;
    }

    .sg-player {
        height: 200px;
    }

    .sg-player-controles div.play {
        margin-bottom: 7px;
    }

    .sg-player-icones {
        width: 240px;
        display: table;
        margin: 0 auto;
        position: relative;
        background: #33333355;
    }

    .sg-player-controles {
        top: 5px;
    }

    .sg-player-controles i.play {
        font-size: 3.5rem;
        margin-bottom: 10px;
    }

    .sg-player-sociais {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-device-height: 520px) {
    .sg-logo {
        max-width: 90px;
    }

    .sg-bottom-icones {
        bottom: 100px;
    }

    .sg-pubmeioroll {
        position: absolute;
        width: 96%;
        right: 5;
        bottom: 160px;
    }

    .sg-player {
        height: 175px;
    }

    .sg-player-icones {
        width: 240px;
        display: table;
        margin: 0 auto;
        position: relative;
        background: #33333355;
    }

    .sg-player-controles {
        top: 5px;
    }

    .sg-player-controles i.play {
        font-size: 3rem;
        margin-bottom: 5px;
    }

    .sg-player-sociais {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .volume-icon {
        font-size: 22px;
        margin-right: 8px;
    }

    .volume-control {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    input[type=range] {
        -webkit-appearance: none !important;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        width: 100%;
    }

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 10px 0;
        top: -10px;
        color: transparent;
    }

    .sg-bottom-logo img {
        max-width: 60px;
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .sg-noar1 {
        width: 70px;
        flex: none;
    }

    .sg-noar .sg-noar-fundo {
        width: 100%;
        height: 80px;
    }

    .sg-noar2 {
        width: 100px;
        height: 100px;
    }

    .sg-noar3 h4 {
        font-size: 10pt;
    }

    .sg-noar3 h2 {
        font-size: 9pt;
    }

    .sg-noar1 h4 {
        font-size: 10pt;
    }
}