body {
    margin: 0;
    background-color: #262661;
    font-family: 'Roboto', sans-serif;
}

#gpt-passback,
.corner-stuck,
.stuck {
    margin: 0 auto;
    bottom: 30px !important;
    left: 0 !important;
}

.libras {
    position: absolute;

    text-align:center; 
    margin:0 auto; 
    width: 100% !important; 
    left: 0; 

    height: 50px !important;
    /*left: 15.5vw;
     height: 140px; */
    bottom: -20px;
    cursor: pointer;
}

.libras-content {
    width: 90% !important;
    margin-top: 50% !important;
}

.libras-video {
    width: 120%;
    height: 100% !important;
    overflow: hidden !important;
    object-fit: fill;
    height: auto;
    margin-left: 40px;
}

.btn-close-libras {
    background-color: transparent;
    border: 0;
}

.material-libras {
    font-size: 90px !important;
    color: #808080 !important;
    background-color: white;
    border-radius: 70px;
    padding: 10px;
    box-shadow: 0 10px 10px #0000004a;
    position: absolute;
    z-index: 100;
    right: -60px;
    top: -80px;
    cursor: pointer
}

.clearfix {
    clear: both;
}

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

#facebook-button {
    background-color: #3B5998;
    width: 93%;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    box-shadow: 0 1px 3px #00000030;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
}

#facebook-button a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 6vh;
    font-size: 1.8vh;
}

#facebook-button img {
    height: 1.8vh;
    display: inline;
    margin-left: 10px;
    margin-top: 0px;
}

#gmail-button {
    height: 6vh;
    border-radius: 50px;
    box-shadow: 0 1px 3px #00000030;
    background-color: #FFFFFF;
    width: 93%;
    margin: 1.2vh auto;
    display: flex;
    justify-content: center;
}

#gmail-button svg {
    float: left;
    height: 6vh;
    margin-right: 1vw;
    margin-top: 0;
    width: auto;
}

#gmail-button span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    line-height: 6vh;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8vh;
}

.botao-entrar {
    display: block;
    width: 93%;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    height: 6vh;
    line-height: 6vh;
    border-radius: 50px;
    font-size: 1.8vh;
    background-color: #FFFFFF;
    color: #FFF;
    margin: 0 auto;
    font-weight: 700;
}

.esqueceu_senha {
    text-align: center;
    font-size: 1.5vh;
    font-weight: 300;
    margin-top: 1vh;
    color: rgba(255, 255, 255, 0.9);
}

.esqueceu_senha a {
    color: #fff;
    text-align: center;
    font-size: 1.5vh;
    font-weight: 300;
    margin-top: 2vh;
}

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

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

.formulario-padrao {
    width: 93%;
    margin: auto;
}

.formulario-padrao label,
.formulario-padrao input {
    display: block;
}

.formulario-padrao label {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 2vh;
    color: #ffffff;
    margin-bottom: 1vh;
    margin-left: 1vw;
    margin-top: 2vh;
}


.formulario-padrao input {
    width: 90%;
    font-size: 1.8vh;
    border: 0;
    border-radius: 50px;
    font-weight: 300;
    line-height: 5vh;
    padding: 0 5%;
    color: #808080;
}


.formulario-padrao input[type=submit] {
    color: #FFF;
    background-color: #fff;
    display: block;
    width: 48%;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    border-radius: 50px;
    padding: 0.5vh;
    border: none;
    font-size: 2vh;
    font-weight: 600;
    float: right;
    margin-top: 3vh;

}

.cadastro {
    display: inline-block;
    color: #fff;
    width: 48%;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
    border-radius: 50px;
    padding: 1.4vh 0;
    border: none;
    font-size: 2vh;
    font-weight: 600;
    float: left;
    margin-top: 3vh;
    border: solid 0.4vh #fff;
    text-align: center;
    text-decoration: none;
}



/* 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, #a0a0a0 0%, #a0a0a0 50%, #fff 50%, #fff 100%);
}



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

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


input:focus,
textarea:focus {
    outline: 0;
}

input {
    box-shadow: none;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}


/*** DIVS OCULTAS NO DESKTOP ***/

.ultimos-episodios-mobile,
.logo-mobile,
.menu-topo-mobile,
.ultimas-tocadas,
.botao-chat-mobile,
.botao-live-mobile,
.sair-live-mobile,
.ouca-tb-mobile {
    display: none;
}

/*** FUNDO COLUNA ESQUERDA ***/
.img-fundo {
    width: 23vw;
    height: 100vh;
    border-radius: 0 2vw 2vw 0;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: -1;
  /*  filter: grayscale(100%);*/
}

/*** COLUNA ESQUERDA ***/

.col-esq {
    /* background-color: rgba(25, 56, 110, 0.82); */
    width: 23vw;
    text-align: center;
    height: 100vh;
    float: left;
    border-radius: 0 2vw 2vw 0;
}

.col-esq-container {
    width: 76%;
    margin: auto;
}

.col-esq img {
    margin: 50px 0 5vh 0;
    width: 85%;
    /*width: 100%;
    height: auto;
    max-height: 7vh;*/
}

.ouca-tb {
    display: flex;
    justify-content: space-between;
    width: 76%;
    /* FLAVIO 23/11/2020 */
    margin: auto auto 1vh auto;
}

.ouca-tb img {
    height: 5vh;
    width: auto;
    margin: 0;
    max-height: none;
    cursor: pointer;
}

.ouca-tb h3 {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.9vw;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.menu-lateral a {
    color: #262661;
    display: block;
    padding: 15px;
    border-bottom: 3px solid #262661;
    font-size: 0.75vw;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    text-decoration: none;
    cursor: pointer;
}

.menu-lateral a:first-child {
    border-top: 3px solid #262661;
}

.menu-lateral a:hover {
    text-decoration: underline;
}

.redes-sociais {
    width: 80%;
    margin: auto;
}

.redes-sociais img {
    height: 2vw;
    margin: 2.5vh 0;
    width: auto;
}

.baixe-app {
    margin: 0 0 30px 0;
}

.baixe-app img {
    width: 95%;
    margin: 0;
}

/*** 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: #a0a0a0;
    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: 50vh;
    /* 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: 65%;
    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: 55%;
    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.25vw;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.25vw;
    margin-bottom: 17px;
    margin-top: 0;

}

@-webkit-keyframes floatText {
    from {
        text-indent: 0%;
    }

    to {
        text-indent: -100%;
    }
}


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

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

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

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

}

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

/* Assista a live */
.live-video {
    width: 51vw;
    display: flex;
    justify-content: center;
    position: relative;
}

.live-video iframe {
    width: 41vw;
    height: 50vh;
    border-radius: 2vw;
}

.player-menor {
    position: absolute;
    width: 85%;
    bottom: 6vh;
}

.player-menor img {
    height: 20vh;
    width: 20vh;
    float: left;
    border-radius: 1vw;
}

.quadrado-menor {
    height: 20vh;
    width: 20vh;
    border: 5px solid #fff;
    position: absolute;
    left: -3%;
    top: 8%;
    z-index: -1;
}

.player-menor-info {
    height: 20vh;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 10%;
    width: 20vw;
    color: #FFF;
}

.player-menor-info h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2.3vh;
    letter-spacing: 0.2vw;
    margin: 0;
}

.player-menor-info p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vh;
    letter-spacing: 0.15vw;
}

.sair-live,
.sair-live-mobile {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 1.2vh;
    border: 0.5vh solid #FFF;
    text-align: center;
    width: 68%;
    font-size: 1.7vh;
    letter-spacing: 0.1vw;
    cursor: pointer;
    font-weight: 800;
    border-radius: 100px;
}

.botoes-menor {
    position: absolute;
    right: 0;
    top: 5vh;
}

.botoes-menor button {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.botoes-menor img {
    height: 6vh;
    width: auto;
    border-radius: 0;
}

.botoes-menor .botao-play {
    margin: 0 0.5vw;
}


/* Contador Promo */
.botao-promo-contador {
    background-color: #00b0b1;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0.6vh solid #00b0b1;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 63%;
    padding: 0.5vh;
    letter-spacing: 0.1vw;
    font-size: 1.6vh;
    margin-top: 20px;
    border-radius: 2vh;
}
.botao-contador-hashtag {
    background-color: #00b0b1;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0.6vh solid #00b0b1;
    text-transform: uppercase;
    text-align: center;
    width: 63%;
    padding: 0.5vh;
    letter-spacing: 0.1vw;
    font-size: 1.3vh;
    margin-top: 11px;
    border-radius: 2vh;
}
.contador-hashtag {
    font-size: 2.5vh;
}
.botao-promo-exibehashtag {
    background-color: #00b0b1;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0.6vh solid #00b0b1;
    text-transform: uppercase;
    /* cursor: pointer; */
    text-align: center;
    width: 63%;
    padding: 0.5vh;
    letter-spacing: 0.1vw;
    margin-top: 11px;
    border-radius: 2vh;
    font-size: 2vh;   
}

.botao-promo-exibehashtag a {
    background-color: #00b0b1;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0.6vh solid #00b0b1;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 63%;
    padding: 0.5vh;
    letter-spacing: 0.1vw;
    margin-top: 11px;
    border-radius: 2vh;
    font-size: 2vh;   
    text-decoration: none;
}


/* Ãšltimas tocadas */
.botao-live,
.botao-ultimas-tocadas,
.botao-live-mobile {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0.6vh solid #FFF;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 35%;
    padding: 1.5vh;
    letter-spacing: 0.2vw;
    font-size: 2vh;
    margin: auto;
    border-radius: 5vh;
}

.ultimas-info {
    width: 80%;
    position: absolute;
    bottom: 3vh;
}

.ultimas-info h3 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: 0.3vw;
}

.ultimas-info img {
    max-height: 15vh;
    width: 80%;
}


.ultimas-info-modal {
    position: absolute;
}

.ultimas-info-modal h3 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: 0.3vw;
}

.ultimas-info-modal img {
    max-height: 15vh;
    width: 80%;
}


.ultimas-ind {
    width: 23%;
    padding: 0 0.3vw;
    color: #FFF;
    text-align: center;
}


.ultimas-ind h2 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 0.75vw;
    letter-spacing: 0.1vw;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ultimas-ind p {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 0.82vw;
}


/*** COLUNA DIREITA ***/

.col-dir {
    width: 23vw;
    float: left;
    margin: 0;
    padding: 0 2vw 0 0;
}

.botao-chat {
    text-align: center;
    border: 0.35vw solid #FFF;
    cursor: pointer;
    margin: auto;
    width: 78%;
    margin-top: 18px;
    border-radius: 100px;
}

.botao-chat span {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: 0.25vw;
    padding: 15px;
    display: block;
    font-weight: 900;
}


.banner-arranhaceu {
    height: 90vh;
}

/* Chat total */
.chat-total {
    background-color: #FFF;
    height: 80vh;
    width: 100%;
    padding-top: 3vh;
    margin-top: 4vh;
    border-radius: 1.5vw;
}

.chat-area {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    height: 69vh;
    margin: auto auto 1vh auto;
    width: 83.5%;
    padding-right: 2%;
}

.message_template {
    display: none;
}

.chat-direita {
    float: right;
    position: relative;
}

.chat-esquerda {
    float: left;
    position: relative;
}

.chat-direita span {
    padding: 0.5vw 0.8vw;
    color: #ffffff;
    margin-right: 6vh;
    background-color: #585858;
    display: block;
    margin-bottom: 1vh;
    border-radius: 0.5vw;
}

.chat-esquerda span {
    background-color: #fff;
    padding: 0.5vw 0.8vw;
    color: #585858;
    margin-left: 6vh;
    display: block;
    margin-bottom: 1vh;
    border-radius: 0.5vw;
}

.chat-esquerda img,
.chat-direita img {
    height: 5.5vh;
    width: 5.5vh;
    display: inline-block;
    border-radius: 100%;
    bottom: 1.5vh;
    position: absolute;
}

.chat-esquerda img {
    float: left;
    left: 0;
}

.chat-direita img {
    float: right;
    right: 0;
}


.chat-esquerda p,
.chat-direita p {
    margin: 1px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.7vw;
}

.chat-esquerda h3,
.chat-direita h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    display: inline;
    font-size: 0.7vw;
    letter-spacing: 0.1vw;
    margin-right: 10px;
}

.chat-esquerda h4,
.chat-direita h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline;
    font-size: 0.6vw;
}

.marcador_nick {
    color: #FFF !important;
    font-weight: 600 !important;
    margin: 0 0.3vw 0 0 !important;
    padding: 0 !important;
    display: inline !important;
}

.mais-mensagens {
    position: fixed;
    right: 6.5vw;
    bottom: 20vh;
    background-color: #ffffffd6;
    box-shadow: 0px 5px 10px #00000061;
    border-radius: 100%;
    width: 6vh;
    height: 6vh;
    text-align: center;
    z-index: 1;
}

.mais-mensagens img {
    height: 3vh;
    margin-top: 1.5vh;
}


/* Fora do chat*/
.digitar {
    background-color: #fff;
    width: 85.5%;
    margin: auto;
    position: relative;
    border-radius: 100px;
}

.digitar input {
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    color: #707070;
    font-size: 0.8vw;
    margin: 0;
    padding: 1.5vh;
    width: 80%;
    border-radius: 100px;
}

.digitar button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.digitar img {
    height: 3vh;
    position: absolute;
    right: 3%;
    top: 20%;
}

.conf-chat {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    font-size: 0.75vw;
    cursor: pointer;
    display: inline-block;
    width: 49%;
}

.conf-chat a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: underline;
    text-align: center;
    font-size: 0.75vw;
    cursor: pointer;
}


/*** PÃGINAS INTERNAS GERAIS ***/

.conteudo-meio-maior {
    height: 90vh;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.5vw;
    width: 52vw;
}

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

.icones-voltar img {
    height: 35px;
}

/* podcasts */

.podcast-imagens {
    overflow: auto;
    height: 50vh;
    width: 95%;
    margin: auto;

}

.podcast-col-pg {
    width: 21%;
    padding: 0 2%;
    float: left;
    cursor: pointer;
    min-height: 55%;
}

.podcast-col-pg a {
    text-decoration: none;
}

.podcast-col-pg h2 {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.podcast-col-pg p {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    font-size: 0.7vw;
    letter-spacing: 2px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    margin-top: -10px;
}

.podcast-col-pg:hover {
    text-decoration: underline;
    color: #fff;
}

.podcast-img-pg img {
    width: 100%;
    height: auto;
    border-radius: 2vh;
}

/* Ãºltimos episÃ³dios podcast */
.ultimas-info {
    width: 80%;
    position: absolute;
    bottom: 3vh;
}

.ultimas-info h3 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 1vw;
    letter-spacing: 0.2vw;
}

.ultimas-ind {
    width: 23%;
    padding: 0 0.3vw;
    color: #FFF;
    text-align: center;
}

.ultimas-info img {
    max-height: 15vh;
    width: 80%;
    border-radius: 0.8vw;
}

.ultimas-ind h2 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 0.75vw;
    letter-spacing: 0.1vw;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ultimas-ind p {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 0.82vw;
    font-weight: 300;
}


/* podcast iframe */
.pod-iframe {
    width: 91.5%;
    margin: auto;
    padding: 5vh 0;
}

.podcast-interno {
    width: 95%;
    margin: auto;
}

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

/* PeÃ§a sua mÃºsica */

.peca-musica-cont {
    width: 100%;
    height: 200px;
    display: block;
    text-align: center;
}

.pedido input[type=text] {
    border: 0;
    line-height: 20px;
    background-color: rgba(25, 56, 110, 0.76);
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 20px 40px;
    width: 70%;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 100px;
}

.pedido input[type=submit] {
    background-color: transparent;
    border: 0.5vh solid #FFF;
    padding: 15px;
    color: #FFF;
    width: 20%;
    font-weight: 500;
    font-size: 15px;
    margin-top: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    cursor: pointer;
    border-radius: 100px;
}

/* Fale conosco */
.contato-form-cont {
    width: 50%;
    float: left;
}

.contato-img-group {
    position: relative;
}

.contato-img-group img {
    display: inline-block;
    position: absolute;
    height: 2.5vh;
    top: 1.5vh;
    max-width: 7vh;
    left: 20%;
    z-index: 1;

}

.contato-form input[type=text] {
    border: 0;
    background-color: rgba(25, 56, 110, 0.76);
    color: #ffffff;
    font-size: 0.95vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 1.5vh 2.5vh 1.5vh 7vh;
    width: 68%;
    text-align: left;
    display: inline-block;
    margin-left: 15%;
    margin-bottom: 2.5vh;
    border-radius: 100px;
}

.contato-form textarea {
    resize: none;
    border: 0;
    background-color: rgba(25, 56, 110, 0.76);
    color: #ffffff;
    font-size: 0.95vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 1.5vh 2.5vh 1.5vh 7vh;
    width: 68%;
    text-align: left;
    display: inline-block;
    margin-left: 15%;
    margin-bottom: 2.5vh;
    margin-top: 0;
    height: 10.6vh;
    border-radius: 2vh;
}

.contato-form input[type=submit] {
    background-color: transparent;
    border: 0.6vh solid #FFF;
    padding: 1vh;
    color: #FFF;
    width: 25%;
    font-size: 2vh;
    margin: auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    cursor: pointer;
    display: block;
    border-radius: 100px;
}


/**** CUSTOMIZAÃ‡ÃƒO DO SELECIONAR ASSUNTO EM FALE CONOSCO ****/


/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.95vw;
    width: 85%;
    margin-left: 15%;
    margin-bottom: 2.5vh;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    color: #fff;
    background-color: rgba(25, 56, 110, 0.76);
    padding: 1.5vh 2.5vh 1.5vh 7vh;
    cursor: pointer;
    border-radius: 100px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 2.5vh;
    right: 5%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div {
    color: #ffffff;
    padding: 1.5vh 2.5vh 1.5vh 7vh;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*** Modal ***/

.titulo-modal h2 {
    text-transform: uppercase;
    font-size: 1.2vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-align: center;
    color: #fff;
    letter-spacing: 0.25vw;
    margin: 5px 0 4vh 0;
}

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

.upar-foto-conf {
    width: 23vh;
    float: left;
}

.conf-dados {
    float: left;
    padding-left: 5%;
    width: 100%;
    /* FLAVIO 23/11/2020 */
}

.conf-dados p {
    color: #fff;
    font-size: 1.9vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    margin-bottom: 1vh;
    margin-left: 5%;
}

.configuracoes {
    height: 25vh;
    display: table-cell;
    vertical-align: middle;
    width: 17.5vw;
}

.configuracoes input[type=text] {
    background-color: #fff;
    color: #585858;
    display: block;
    width: 90%;
    text-align: left;
    border: none;
    outline: none;
    padding: 2vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.6vh;
    border-radius: 100px;
}

.configuracoes input[type=submit] {
    display: block;
    margin: 3.5vh auto auto auto;
    color: #fff;
    border: 0.5vh solid #fff;
    border-radius: 100px;
    text-align: center;
    background-color: transparent;
    font-size: 1.5vh;
    padding: 1vh;
    width: 53%;
    letter-spacing: 0.15vw;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.upar-foto-conf img {
    width: 100%;
    height: 25vh;
}

.login-total {
    width: 100%;
}

.login-total input[type=text],
.login-total input[type=password] {
    background-color: #fff;
    color: #585858;
    display: block;
    width: 87%;
    text-align: left;
    border: none;
    outline: none;
    padding: 2vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vh;
    margin: auto auto 2.8vh auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 100px;
}

.botoes-modal-entrar {
    margin: auto 2.3vh;
}

.entrar {
    background-color: transparent;
    border: 0.8vh solid #fff;
    border-radius: 100px;
    width: 50%;
    color: #fff;
    margin: 0;
    padding: 2vh;
    font-size: 2vh;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    float: left;
    cursor: pointer;
}

.cadastre {
    width: 50%;
    color: #fff;
    margin: 0;
    padding: 4vh;
    font-size: 2vh;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    float: left;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 3px solid transparent;
    cursor: pointer;
}

.salvar_imagem {
    width: 50%;
    color: #fff;
    margin: 0;
    padding: 2vh;
    font-size: 2vh;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    border: 3px solid #FFF;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(25, 56, 110, 0.76);

    /* Fallback color */
    background-color: rgba(25, 56, 110, 0.76);
    /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
    background-color: #FFF;
    position: relative;
    margin: 7% auto;
    /* 15% from the top and centered */
    padding: 4vh 1.5vh 5vh 1.5vh;
    width: 30vw;
    border-radius: 1.5vw;
}

/* The Close Button */
.close,
.close2 {
    color: #aaa;
    position: absolute;
    right: 4%;
    top: 3vh;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus {
    color: #d3d3d3;
    text-decoration: none;
    cursor: pointer;
}



/** modal confirmaÃ§ao **/
/* FLAVIO 23/11/2020 */

.swal-button {
    border-radius: 5vh;
    border: 5px solid #ffffff;
    background-color: transparent;
    padding: 10px 50px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}

.swal-button:not([disabled]):hover {
    background-color: #ffffff;
    color: rgba(25, 56, 110);
    font-family: 'Roboto', sans-serif;
}

.swal-icon--success__hide-corners,
.swal-icon--success:after,
.swal-icon--success:before {
    display: none
}

.swal-modal {
    background-color: rgba(25, 56, 110);
}

.swal-footer {
    text-align: center;
}

.swal-title {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}


.swal-text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}


/** MOBILE AQUI **/

@media (max-width: 1023px) {
    body {
        background-image: url("fundo/fundo_mania_player.jpg");
        height: 100vh;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .libras {
        display: inline-flex !important;
    }

    .img-fundo {
        display: none;
    }


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

    
    /* FLAVIO 23/11/2020 */

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

    #gpt-passback,
    .corner-stuck,
    .stuck {
        left: 0 !important;
        width: 100vw !important;
        bottom: 0px !important;
    }

    .box-fechar {
        top: 5px !important;
    }

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



    .col-esq,
    .ultimas-info,
    .banner-arranhaceu,
    .banner-horizontal,
    .player .titulo-meio {
        display: none !important;
        /* FLAVIO 23/11/2020 */
    }

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

    .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;
        margin-top: 0vh;
    }

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

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

    .player-meio {
        width: 100vw;
    }

    .capa {
        width: 35vh;
        text-align: center;
        float: none;
        margin: auto auto 4vh auto;
    }

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

    .capa-ads {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }


    .capa img {
        width: auto;
        height: 30vh;
        float: none;
        /* margin-left: 1%; */
    }

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

    .capa-ads img {
        width: auto;
        height: 20vh;
        float: none;
        margin-left: 1%;
    }

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

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

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

    .musica-info-total-menor {
        width: 60vw;
        float: left;
        text-align: left;
        /* padding-left: 2%;*/
        margin-top: 1.5vh;
        margin-left: 3vw;
    }


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

    .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: 1.5vh;
    }

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

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



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

    .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: #a0a0a0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;

    }

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

    .sidenav a {
        margin-bottom: 4.5vh;
        text-decoration: none;
        font-size: 2.2vh;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        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: 1.2vh 7vw;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 0 5vh 5vh 0;
        width: 75%;
    }

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

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


    /** ÃšLTIMAS TOCADAS MOBILE **/

    .ultimas-tocadas {
        position: relative;
        color: #FFF;
    }

    .ultimas-tocadas h3 {
        font-size: 2.5vh;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        text-align: center;
        letter-spacing: 0.2vw;
        text-transform: uppercase;
    }

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

    .ultimas-ind-mobile {
        padding: 0.5vh 1.5vh;
        margin-bottom: 2vh;
    }

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

    .musicas-info-ultimas-mobile {
        display: table-cell;
        height: 8.5vh;
        vertical-align: middle;
    }

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

    .musicas-info-ultimas-mobile p {
        font-family: 'Roboto', 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: 0.6vh solid #FFF;
        /* FLAVIO 23/11/2020 */
        padding: 1.5vh;
        width: 35%;
        font-size: 2vh;
        margin: 3vh;
        letter-spacing: 0.3vw;
    }

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

    /** 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;
        padding: 1.5vh;
        width: 35%;
        font-size: 2vh;
        letter-spacing: 0.3vw;
    }

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

    .ouca-tb-mobile {
        display: flex;
        justify-content: space-between;
        width: 60%;
        /* FLAVIO 23/11/2020 */
        margin: 2vh auto auto auto;

    }

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

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

    /** FOOTER CHAT MOBILE **/

    .col-dir {
        display: none;

        /*width: 100vw;
        float: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        background-color: #FFF;
        padding: 2.2vh 0;
        border-radius: 3vh 3vh 0 0;*/
    }

    .botao-chat {
        display: none;
    }

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

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

    .chat-total {
        background-color: transparent;
        height: 44vh;
        /* Julia 15/04/2021 */
        padding-top: 1vh;
        margin-top: 1vh;
    }

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

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

    .chat-area {
        height: 34vh;
    }

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

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

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

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

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

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

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

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

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

    /** MODAL MOBILE **/

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

    .titulo-modal h2 {
        font-size: 2vh;
        letter-spacing: 1vw;
    }

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

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

    .cadastre {
        width: 55%;
    }

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

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


    /** LIVE MOBILE **/

    .conteudo-meio-live {
        height: auto;
        display: block;
    }

    .live {
        height: 70vh;
        width: 100vw;
        display: table-cell;
        vertical-align: middle;
    }

    .live-menor {
        height: auto;
        width: 100vw;
    }

    .botao-ultimas-tocadas {
        display: none
    }

    .botao-live {
        display: none
    }

    .botao-live-mobile {
        margin: 2.5vh auto auto auto;
        display: block;
    }

    .live-video {
        width: 100%;
    }

    .live-video iframe {
        width: 97vw;
        height: 30vh;
        border-radius: 2vw;
    }

    .player-menor img,
    .quadrado-menor {
        display: none;
    }

    .player-menor {
        position: relative;
        width: 100%;
        margin-top: 2vh;
        bottom: auto;
    }

    .player-menor-info {
        height: auto;
        display: block;
        color: #FFF;
        padding-left: 3vw;
        width: 97%;
    }

    .sair-live {
        border: 0.5vh solid #FFF;
        margin: 3vh auto auto auto;
        width: 80%;
    }

    .sair-live-mobile {
        color: #FFF;
        border: 0.5vh solid #FFF;
        margin: auto;
        width: 80%;
    }


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

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

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


}


/** MOBILE COM TECLADO ABERTO **/
@media (max-width: 1023px) and (max-aspect-ratio: 13/10) {

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

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

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

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

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

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