@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');

:root {
    --fonte: 'Inter Tight', serif;
    --font-style: 'Inter Tight', serif;
    --font-style-2: 'Inter Tight', 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: 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 {
    width: 100%;
    padding-top: 40px;
}

.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;
}

/* Menu */
.menu-wrapper {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
}

.top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}

.top-menu .bi {
    margin: 5px 20px;
    font-size: 1.5rem;
    transition: transform 0.2s;
}

.top-menu .bi:hover {
    transform: scale(1.2);
}

.top-menu i {
    cursor: pointer;
}

.top-menu.show {
    height: auto;
    opacity: 1;
    padding: 5px;
}

.menu-toggle {
    padding: 7px;
    border-radius: 0 0 5px 5px;
    font-size: 1rem;
    cursor: pointer;
}

.menu-toggle .bi {
    font-size: 1.8rem;
}

/* Formulário */
.form-email {
    margin: 20px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500 !important;
}

.contato {
    padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 15px;
}

textarea {
    height: 150px;
    resize: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #1062fe;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-mensagem {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
}

.close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ff0000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #555;
}

#modalMessage {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

.success-message {
    color: #00a305;
}

.error-message {
    color: #ff1100;
}

#captchaGroup {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#captchaQuestion {
    font-weight: 600;
    color: #333;
}

#captchaAnswer {
    width: 100px;
}

.error-border {
    border: 1px solid #fa1100 !important;
}

.btn-form {
    width: 150px;
}

#bannerRotativo .banner-fade {
    position: absolute;
    width: 100%;
    height: 90px;
    transition: opacity 1s ease-in-out;
    overflow: hidden;
}

.banner-info img {
    width: 100%;
    max-width: 728px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@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;
    }

    .banner-info {
        left: 5px;
        bottom: 140px;
        position: relative;
    }

    .menu-wrapper {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .menu-toggle {
        display: none;
    }

    .top-menu {
        height: auto !important;
        opacity: 1 !important;
        padding: 5px 10px;
    }

    .sg-player1 {
        top: -10px;
        width: 230px;
        height: 230px;
    }

    .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;
        margin-right: 60px;
        left: 0px;
    }

    .mt-news a {
        font-size: 14px;
        font-weight: 500;
    }

    .mt-label {
        font-size: 14px;
        font-weight: 500;
        height: 35px;
    }

    .sg-bottom-icones {
        bottom: 95px;
    }

    .sg-bottom-icones i {
        font-size: 30px;
        margin: 23px 3px;
    }

    .botao-app {
        display: flex;
        position: absolute;
        right: 350px;
        align-items: center;
    }

    .botao-app img {
        width: 120px;
        height: auto;
        margin: 0 5px;
        cursor: pointer;
    }

    .btn-app-menu {
        display: none;
    }

    .bi-whatsapp {
        background-color: #25D366;
        border-radius: 50%;
        padding: 3px;
    }

    .bi-telegram {
        background-color: #24A1DE;
        border-radius: 50%;
        padding: 3px;
    }

    .botao-app svg {
        margin: 0 5px;
        cursor: pointer;
        color: #fff;
    }
}

@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;
    }

    .banner-info {
        bottom: 330px;
        position: relative;
    }

    .menu-wrapper {
        width: 100%;
    }

    .top-menu .bi {
        padding: 5px 0;
    }

    .top-menu.show {
        flex-direction: column;
        width: 100%;
        max-width: 90%;
    }

    .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: calc(230px + 60px);
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .sg-player {
        max-width: 1000px;
        width: 100%;
        height: 245px;
    }

    .sg-player1 {
        width: 200px;
        height: 200px;
        margin-top: 10px;
    }

    .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: 25px;
        color: var(--corTexto);
        width: 23px;
        height: 25px;
        margin: 10px 0;
    }

    .sg-cabecalho {
        display: table;
    }

    .sg-cabecalho1 {
        width: 100%;
    }

    .sg-logo {
        width: 90px;
    }

    .sg-noar .sg-noar-fundo {
        width: 100%;
        height: 80px;
    }

    .sg-noar2 {
        width: 100px;
        height: 100px;
        margin-left: 20px;
    }

    .album-cover {
        width: 95px;
        height: 95px;
    }

    .art {
        width: 100px;
        height: 100px;
    }

    .sg-noar3 h4 {
        font-size: 15px;
    }

    .sg-noar3 h2 {
        font-size: 15px;
    }

    .sg-noar1 h4 {
        font-size: 15px;
    }

    .botao-app {
        display: none;
    }
}