body {
	background-color: #000 !important;
	background:url(https://radiomaldita.com.br/img/fundo-maldita-opac3.jpg) no-repeat;
	background-position: top center;
	margin: 0px auto;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}

.clearfix {
    clear: both;
}

.banner_cerveja {
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}

.logo {
    text-align: center;
    margin: 55px 0 0 0;
}

.logo img {
    height: 15vh;
}


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

.space-around {
    display: flex;
    justify-content: space-around;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

/* BARRA DE VOLUME */
.bloco-controle-volume {
    margin-top: 2vh;
    width: 13vw;
    display: flex;
    text-align: center;
}

.bloco-icone-volume {
    text-align: center;
    width: 2vw;
}

.icone-volume {
    height: 25px;
    width: 25px;
}

.bloco-barra-volume {
    text-align: right;
    width: 11vw;
    margin-top: 3px;
}

.bloco-barra-volume-range input[type='range'] {
    background: linear-gradient(to right, #fff 0%, #fff 50%, #a0a0a0 50%, #a0a0a0 100%);
}

.bloco-barra-volume-range {
    width: 11vw;
}

@media (max-width: 1600px) {
    .bloco-barra-volume-range {
        width: 12.5vw;
    }
}

/*** PLAYER DO MEIO ***/

.player-meio {
    width: 50vw;
    float: left;
    height: 100vh;
    position: relative;
}

.titulo-meio h2,
.titulo-live h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.25vw;
    text-transform: uppercase;
    font-size: 1.5vw;
    margin: 30px 0 0 0;
}

.linha-titulo {
    height: 1vh;
    width: 17%;
    background-color: #FFF;
    margin: 0.8vh auto auto auto;
    border-radius: 2vh;
}

.linha-titulo-menor {
    height: 0.7vh;
    width: 17%;
    background-color: #FFF;
    margin: 0.8vh auto auto auto;
    border-radius: 2vh;
}

.conteudo-meio,
.conteudo-meio-pod,
.conteudo-meio-player {
    height: 48vh;
    /* display: table-cell; */
    vertical-align: middle;
    padding: 0vh 1.5vw;
    margin-top: 7vh;
}

.conteudo-meio-live {
    height: 60vh;
    display: table-cell;
    vertical-align: middle;
}

/* Capa */
.capa {
    width: 40%;
    /* margin-bottom: 70px; */
    float: left;
    position: relative;
}

.capa img {
    width: 280px;
    float: right;
    border-radius: 7%;
}

.capa-ads {
    width: 45%;
    margin-bottom: 20px;
    float: left;
    position: relative;
    vertical-align: middle;
}

.capa-ads img {
    width: 80%;
    float: right;
    border-radius: 7%;
}


/* Info da MÃºsica */
.musica-info-total {
    width: 50%;
    float: left;
    text-align: left;
    color: #FFF;
    height: 14vw;
    position: relative;
    display: table;
}

.musica-info {
    padding-left: 2.5vw;
    display: table-cell;
    vertical-align: middle;
}

.musica-info h3 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.nome-musica {
    font-size: 1.90vw;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.25vw;
    margin-bottom: 17px;
    margin-top: 0;
    margin-left: 0px;

}

.nome-artista {
    display: inline;
    font-size: 1.50vw;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.15vw;
    margin-top: 0;
    margin-left: 0px;
}

.botoes-player button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.botoes-player {
    margin-top: 30px;
}

.botoes-player img {
    height: 60px;
    margin: 0;

}

.botao-play {
    margin-left: 0vw;
    margin-right: 0vw;
}


/** MOBILE AQUI **/

@media (max-width: 1023px) {

    html {
        overflow-y: hidden;
    }

    body {
        background:url(https://radiomaldita.com.br/img/fundo-maldita-opac3.jpg);
        height: 100vh;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow-y: hidden;
    }

    .banner_cerveja {
        position: fixed;
        bottom: 5px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .banner_cerveja_img {
        width: 100%;
    }


    .logo img {
        height: 12vh;
        margin-top: 6vh;
    }

    .nota-modal {
        height: 28px;
        width: 26px;
        padding-left: 0;
        margin-left: -4px;
        border: 0;
        cursor: pointer;
    }

    .nota-modal-valores {
        color: #fff;
        font-size: 20px;
        margin: 4px;
    }

    .botao-promo-contador,
    .botao-contador-hashtag,
    .botao-promo-exibehashtag {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    /* BARRA DE VOLUME */
    .bloco-controle-volume {
        display: none;
    }

    #gpt-passback,
    .corner-stuck {
        left: 0px !important;
        top: 0px !important;
    }

    .banner-central {
        display: none !important;
    }

    .col-esq,
    .ultimas-info,
    .banner-arranhaceu,
    .banner-horizontal,
    .player .titulo-meio {
        display: none !important;
    }

    .conteudo-meio,
    .conteudo-meio-player {
        width: 100vw;
        height: 70vh;
        padding: 0vh 0vw;
    }

    .conteudo-meio-maior {
        height: auto;
        display: block;
        padding: 0;
        width: 100%;
    }

    .titulo-meio h2,
    .titulo-live h2 {
        font-size: 3vh;
        margin: 2vh 0 3vh 0;
        letter-spacing: 0.3vw;
    }

    .icones-voltar img {
        height: 4vh;
    }

    .icones-voltar {
        right: 7%;
        top: 2vh;
    }

    /* PLAYER MEIO MOBILE*/

    .conteudo-meio-player-menor {
        height: auto;
    }

    .logo-mobile {
        display: block;
        text-align: center;
    }

    .logo-mobile img {
        height: 4vh;
        width: auto;
        margin-bottom: 2.5vh;
    }

    .player-meio {
        width: 100vw;
    }

    .capa {
        /* width: 25vh; */
        width: 100%;
        text-align: center;
        float: none;
        margin: auto auto 4vh auto;
    }

    .capa-menor {
        float: left;
        width: auto;
        margin: 3vw 0 0 2vw;
    }


    .capa img {
        width: auto;
        height: 27vh;
        float: none;
    }

    .capa-menor img {
        height: 12vh;
        margin-left: 15%;
    }

    .quadrado {
        width: 19vh;
        border: 0.6vh solid #fff;
        top: 14%;
        left: -1%;
    }


    .quadrado-player-menor {
        width: 11vh;
        top: 16%;
        left: 0;
    }

    .musica-info-total {
        float: none;
        text-align: center;
        width: 100%;
    }

    .musica-info {
        padding: 0 4.5vw;
    }

    .musica-info-total-menor {
        width: 60vw;
        float: left;
        text-align: left;
        padding-left: 6%;
    }

    .nome-musica {
        font-size: 2.5vh;
        letter-spacing: 1vw;
        margin-bottom: 1.6vh;
        margin-top: 1vh;
        overflow: hidden;
        /* white-space: nowrap; */
        width: 91vw;
        margin: 0;
        margin-bottom: 1vh;
    }

    .nome-artista {
        font-size: 2.5vh;
    }

    .nome-musica-menor,
    .nome-artista-menor {
        font-size: 2vh;
    }

    .nome-musica-menor {
        overflow: hidden;
        white-space: nowrap;
        width: 60vw;
        display: block;
        margin: 0;
    }

    .botoes-player {
        margin-top: 2.5vh;
    }

    .botoes-player-menor img {
        height: 5.5vh !important;
    }

    .musica-mexe {
        animation: floatText 15s infinite linear;
    }


    .botao-play {
        margin-left: 4vw;
        margin-right: 4vw;
    }

    .botoes-player img {
        height: 7.5vh;
    }

    /*** MENU TOPO MOBILE ***/

    .menu-topo-mobile {
        margin: 2.5vh 5vw 1vh 5vw;
        display: flex;
        justify-content: space-between;
    }

    .icone-menu-mobile img {
        height: 4.5vh;
    }


    /* MENU LATERAL MOBILE */

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;

    }

    .sidenav img {
        margin: 7vh 0 5vh 9vw;
        width: 65vw;
    }

    .sidenav a {
        margin-bottom: 5vh;
        text-decoration: none;
        font-size: 2.2vh;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        font-family: 'gothambold';
        text-transform: uppercase;
        padding-left: 9vw;
        letter-spacing: 0.4vw;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 3vh;
        right: 2vh;
        width: 10vw;
        text-decoration: none;
        outline: none;
    }

    .closebtn img {
        width: 100%;
        margin: 0;
    }

    .redes-mobile {
        padding: 0 9vw;
        display: flex;
        justify-content: space-between;
    }

    .redes-mobile img {
        height: auto;
        padding-left: 0;
        width: 10vw;
        margin: 0;
    }

    .redes-mobile a {
        margin: 0;
        padding: 0;
        outline: none;
        text-decoration: none;
    }

    .linha-mobile {
        height: 10px;
        background-color: #fff;
        width: 91vw;
        margin-bottom: 3vh;
    }

    /** ÃšLTIMAS TOCADAS MOBILE **/

    .ultimas-tocadas {
        position: relative;
    }

    .ultimas-tocadas h3 {
        font-size: 2vh;
        color: #fff;
        font-family: 'gothamblack', sans-serif;
        text-align: center;
        letter-spacing: 0.2vw;
        text-transform: uppercase;
    }

    .ultimas-info-mobile {
        width: 90%;
        margin: auto;
    }

    .ultimas-ind-mobile {
        padding: 1.5vh;
        border: 0.8vh #fff solid;
        margin-bottom: 2vh;
    }

    .ultimas-ind-mobile img {
        width: 7.5vh;
        height: 7.5vh;
        margin-right: 5%;
        object-fit: cover;
        object-position: center;
        float: left;
    }

    .musicas-info-ultimas-mobile {
        display: table-cell;
        height: 7.5vh;
        color: #fff;
        vertical-align: middle;
    }

    .musicas-info-ultimas-mobile h4 {
        font-family: 'gothammedium', sans-serif;
        margin: 0;
        font-size: 2.2vh;
        letter-spacing: 0.3vw;
        margin-bottom: 1vh;
    }

    .musicas-info-ultimas-mobile p {
        font-family: 'gothambook', sans-serif;
        font-size: 1.9vh;
        letter-spacing: 0.3vw;
        margin: 0;
    }

    /** PODCASTS MOBILE **/

    .podcast-total {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0 1.5vw;
        height: 70vh;
    }

    .conteudo-meio-pod {
        display: block;
        height: 60%;
    }

    .pod-iframe {
        padding: 0 0 3vh 0;
    }

    .podcast-imagens {
        height: 35vh;
    }

    .podcast-col-pg {
        width: 29%;
        min-height: 62%;
    }

    .podcast-col-pg h2 {
        font-size: 1.5vh;
        -webkit-line-clamp: 2;
    }

    .podcast-col-pg p {
        font-size: 1.5vh;
        -webkit-line-clamp: 3;
    }

    .podcast-col-ep {
        height: 69%;
    }

    .pocast-eps-img {}

    /** PEÃ‡A SUA MÃšSICA MOBILE **/

    .peca-musica {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0 1.5vw;
        height: 70vh;
        width: 100vw;
    }


    .pedido input[type="text"] {
        padding: 2vh 3vh;
        font-size: 2vh;
    }

    .pedido input[type="submit"] {
        border: 6px solid #fff;
        padding: 1.5vh;
        width: 35%;
        font-size: 2vh;
        margin: 3vh;
        letter-spacing: 0.3vw;
    }

    .icones-voltar {
        position: absolute;
        top: 30px;
        cursor: pointer;
        right: 4%;
    }

    /** CONTATO MOBILE **/

    .contato-form-cont {
        width: 80%;
        float: none;
        margin: auto;
    }

    .contato-form textarea,
    .contato-form input[type="text"] {
        width: 79%;
        font-size: 2vh;
        margin-left: 0;
    }

    .contato-img-group img {
        left: 5%;
    }

    .custom-select {
        margin-left: 0;
        font-size: 2vh;
        width: 100%;
    }

    .contato-total {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0 1.5vw;
        height: 70vh;
        width: 100vw;
    }

    .contato-form input[type="submit"] {
        margin: 1vh auto 0 auto;
        border: 6px solid #fff;
        padding: 1.5vh;
        width: 35%;
        font-size: 2vh;
        letter-spacing: 0.3vw;
    }

    /** OUÃ‡A TAMBÃ‰M MOBILE **/

    .ouca-tb-mobile {
        display: block;
    }

    .ouca-tb-mobile h2 {
        color: #fff;
        text-align: center;
        font-family: 'gothamblacl', sans-serif;
        font-size: 2vh;
        letter-spacing: 0.2vw;
        margin: 3vh 0 2vh 0;
    }

    .ouca-icones-mobile {
        display: flex;
        justify-content: space-between;
        width: 85%;
        margin: auto;
    }

    .ouca-icones-mobile img {
        height: 5vh;
    }

    /** FOOTER CHAT MOBILE **/

    .col-dir {
        width: 100vw;
        float: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        background-color: rgba(66, 0, 255, 0.4);
        padding: 2.2vh 0;
    }

    .botao-chat {
        display: none;
    }

    .botao-chat-mobile {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 2.5vh;
        font-family: 'gothamblack', sans-serif;
        letter-spacing: 0.7vw;
        text-transform: uppercase;
    }

    .digitar input {
        font-size: 2vh;
    }

    .chat-total {
        background-color: transparent;
        height: 40vh;
        padding-top: 1vh;
        margin-top: 1vh;
    }

    .chat-total-live {
        height: 35vh;
    }

    .chat-area-live {
        height: 23vh !important;
    }

    .chat-area {
        height: 28vh;
        /* Julia - 13/04/2021 */
        padding: 0;
        width: 85.5%;
        margin: 0vh auto 2vh auto;
    }

    .chat-esquerda span,
    .chat-direita span {
        padding: 1.2vh;
    }

    .chat-esquerda h3,
    .chat-direita h3 {
        font-size: 1.8vh;
        letter-spacing: 0.2vw;
        margin-right: 0.8vw;
    }

    .chat-esquerda h4,
    .chat-direita h4 {
        font-size: 1.2vh;
    }

    .chat-esquerda p,
    .chat-direita p {
        margin: 0.2vh 0 0 0;
        font-size: 1.7vh;
    }

    .conf-chat {
        font-size: 1.8vh;
    }

    .conf-chat a {
        font-size: 1.8vh;
    }

    .upar-foto-conf {
        /* FLAVIO 12/11/2020 */
        width: 32vh;
    }

    .configuracoes {
        /* FLAVIO 12/11/2020 */
        height: 23vh;
    }


    /** MODAL MOBILE **/
    .modal-content {
        width: 70vw;
        margin: 25% auto;
        padding: 3vh 5vw;
    }

    .titulo-modal h2 {
        font-size: 2vh;
        letter-spacing: 1vw;
        margin-top: 4vh;
        /* FLAVIO - 12/11/2020 */
    }

    .botoes-modal-entrar {
        margin: auto 1vw;
    }

    .entrar {
        border: 0.5vh solid #fff;
        width: 45%;
    }

    .cadastre {
        width: 55%;
    }

    .close,
    .close2 {
        right: 5vw;
    }

    .close img,
    .close2 img {
        height: 3vh;
    }

    #gmail-button svg {
        margin-right: 2vw;
        width: auto;
        margin-top: 0;
    }


    

    .botoes-menor {
        position: absolute;
        top: 1vh;
        right: 2vw;
        bottom: auto;
    }

    .player-menor-info h3,
    .player-menor-info p {
        display: block;
        width: 50%;
    }

    .botoes-menor img {
        display: block !important;
    }

}