body {
    margin: 0;
    background-color: #a12328;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

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

.clearfix {
    clear: both;
}

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

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

.icone-volume {
    height: 25px;
    width: 25px;
    filter: grayscale(0) invert(1);
}

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

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

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

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

/*** 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: #19386E;
    letter-spacing: 0.25vw;
    text-transform: uppercase;
    font-size: 1.5vw;
    margin: 30px 0 0 0;
}

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

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

.conteudo-meio,
.conteudo-meio-pod,
.conteudo-meio-player {
    max-width: 65%;
    /* border: 1px solid red; */
    height: 38vh;
    /* display: table-cell; */
    vertical-align: middle;
    padding: 7vh 1.5vw;
    margin-top: 0vh;
    background-color: #bd3237;
}

.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: 80%;
    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: #19386E;
    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;
    color: #fff;
}

@-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;
    color: #fff;
}

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

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

.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: #19386E;
}

.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 #19386E;
    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;
}

/* Ãšltimas tocadas */
.botao-live,
.botao-ultimas-tocadas,
.botao-live-mobile {
    color: #ffd428;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    border: 0.3vh solid #ffd428;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 94%;
    padding: 1.5vh;
    letter-spacing: 0.2vw;
    font-size: 2vh;
    margin: 5vh 0 0;
    border-radius: 5vh;
    display: block;
    text-decoration: none;
}

.botao-like {
    color: #19386E;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 0.2vh solid #ffd428 !important;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    /* width: 55%; */
    padding: 1.5vh;
    letter-spacing: 0.2vw;
    font-size: 2vh;
    border-radius: 1vh;
}

.botao-like img {
    filter: grayscale(0) invert(1);
}

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

.ultimas-info h3 {
    color: #19386E;
    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: #19386E;
    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: #19386E;
    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 #ffd428;
    cursor: pointer;
    margin: auto;
    width: 78%;
    margin-top: 18px;
    border-radius: 100px;
}

.botao-chat span {
    color: #19386E;
    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: #fff1e2;
    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: #19386E !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: #19386E;
    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: #19386E;
    text-decoration: underline;
    text-align: center;
    font-size: 0.75vw;
    cursor: pointer;
}


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

.conteudo-meio-maior {
    height: 100vh;
    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: #19386E;
    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: #19386E;
    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: #19386E;
    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: #19386E;
    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: #fff1e2;
    color: #19386E;
    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 #ffd428;
    padding: 15px;
    color: #19386E;
    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: #fff1e2;
    color: #19386E;
    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: #fff1e2;
    color: #19386E;
    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 #ffd428;
    padding: 1vh;
    color: #19386E;
    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: #19386E;
    background-color: #fff1e2;
    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: #19386E 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: #19386E;
    letter-spacing: 0.25vw;
    margin: 5px 0 4vh 0;
}

.linha-titulo-branca {
    height: 0.8vh;
    width: 17%;
    background-color: #19386E;
    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: #19386E;
    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: #fff1e2;
    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: #19386E;
    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 #ffd428;
    background-color: transparent;
    padding: 10px 50px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    color: #19386E;
}

.swal-button:not([disabled]):hover {
    background-color: #fff1e2;
    color: #19386E;
    font-family: 'Roboto', sans-serif;
}

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

.swal-modal {
    background-color: #fff1e2;
}

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

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

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

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: hidden;
        width: 50vh;
        -webkit-appearance: none;
        background-color: #ffd428;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #ffd428;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 10px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        background: #ffd428;
        box-shadow: -107px 0 0 107px #ffd428;
    }

}

/*Chrome*/
@media screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        width: 89vw;
    }

    input[type='range']::-webkit-slider-thumb {
        box-shadow: -85vh 0 0 85vh #ffd428;
    }

    .bloco-controle-volume {
        margin-top: 7vh;
    }

}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #ffd428;
}

input[type="range"]::-moz-range-track {
    background-color: #ffd428;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #ffd428;
}

input[type="range"]::-ms-fill-upper {
    background-color: #ffd428;
}


/** MOBILE AQUI **/

@media (max-width: 1023px) {
    body {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

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

    .bloco-icone-volume {
        width: 12vw;
    }

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

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

    .img-fundo {
        display: none;
    }


    .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,
    .stuck {
        left: 0 !important;
        top: 0 !important;
        width: 100vw !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: 60vh;
    }

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

    .conteudo-meio, .conteudo-meio-pod, .conteudo-meio-player {
        max-width: 86%;
    }

    .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: 25vh;
        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: 22vh;
        float: none;
        /* margin-left: 1%; */
    }

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

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

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

    .musica-info {
        padding: 0 3.0vw;
        max-width: 100%;
        /* border: 1px solid red; */
        width: 100%;
    }

    .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.25vh;
        letter-spacing: 1vw;
        margin-bottom: 1.6vh;
        margin-top: 1vh;
        overflow: hidden;
        /* white-space: nowrap; */
        /* width: 54vw; */
        margin: 0;
    }

    .nome-artista {
        font-size: 3.5vh;
        font-weight: bold;
        margin-top: 0.25rem;
        display: block;
    }

    .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: 4.5vh;
        /* filter: grayscale(0) invert(1); */
    }

    /*** 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: #19386E;
        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: #19386E;
    }

    .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 #ffd428;
        /* 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: #19386E;
        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 {
        width: 100vw;
        float: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        background-color: #19386E;
        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: #19386E;
        padding-left: 3vw;
        width: 97%;
    }

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

    .sair-live-mobile {
        color: #19386E;
        border: 0.5vh solid #19386E;
        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;
    }
}