@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    outline: 0;
    appearance: none;
    border: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
    overflow: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    user-select: none;
    overflow: hidden;
    background: #FFF7ED;
}

.container {
    display: grid;
    padding: 0 30px;
}

section {
    width: 100%;
    position: relative;
}


a {
    color: var(--color-dark);
}

img {
    width: 100%;
}

h1 {
    font-weight: 800;
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 0.87rem;
}

h4 {
    font-size: 0.8rem;
}

h5 {
    font-size: 0.77rem;
}

small {
    font-size: 0.75rem;
}

.player-bg {
    position: absolute;
    background-image: url(../img/imagem_azul_direita.png);
    background-size: 100%;
    background-position: 17rem -1rem;
    background-repeat: no-repeat;
    right: 0;
    height: 100%;
    top: 0;
    width: 40%;
    z-index: -1;

}


.youtube-video {
    pointer-events: none;
}

.button-lyric-original {
    width: 100%;
    display: inline-flex;
    background: #2C5173;
    padding: 5px 13px;
    border-radius: 25px;
    justify-content: center;
    color: #fff;
    border: solid 3px #2C5173;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}
.active-lyric {
    background-color: #FFF7ED !important;
    color: #2C5173 !important;
}


/* HEADER */

.header {
    padding: .7rem 0 1rem 0;
    display: grid;
    grid-template-columns: 21% 55% 24%;
    z-index: 5;
}

.change-player {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    margin-left: 2vw;
}

.change-player {
    gap: 2.5rem;
}

.change-player .logo {
    margin-left: 0rem;
}

.change-player .logo img {
    width: auto;
    height: 78px;
}

.change-player .listen p {
    font-size: 0.875;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C5173;
    margin-bottom: 10px;
}
.change-player .listen {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.change-player .listen img {
    width: 3.94vw;
    margin-right: 10px;
}

.menu {
    display: flex;
    justify-content: center;
}
.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li a {
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 25px;
    background-color: #ccc;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    display: flex;
}

.menu ul li:nth-of-type(1) a {
    background-color: #0088AF;
    color: #fff;
}

.menu ul li:nth-of-type(2) a {
    background-color: #FF8902;
    color: #fff;
}

.menu ul li:nth-of-type(3) a {
    background-color: #B03174;
    color: #fff;
}

.menu ul li:nth-of-type(4) a {
    background-color: #D82D00;
    color: #fff;
}

.site-or-account {
    display: flex;
    justify-content: end;
    align-items: center;
}

.site-or-account .site, .site-or-account .account {
    padding: 30px 0;
    border: solid 2px #2C5173;
}

.site-or-account .site {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.25rem;
    height: 5.25rem;
}

.site-or-account .site a {
    color: #2C5173;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.375rem;
}

.site-or-account .account {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C5173;
    padding: 0 20px;
    width: 16.25rem;
    height: 5.25rem;
}

.account img {
    width: 30px;
    padding-right: 10px;
}


.site-or-account .account a {
   color: #fff;
   font-size: 1rem;
   font-weight: 500;
}

.site-or-account .account a:first-child {
    border-right: solid 1px #fff;
    padding-right: 5px;
 }

 .site-or-account .account a:last-child {
    padding-left: 5px;
 }

/* MAIN */

.main .video .container {
    display: grid;
    padding: 0 2rem;
    grid-template-columns: 19% 60% 21%;
}
.ads-video-left {
    gap: 1rem;
}
.ads-left-one {
    width: 18.75rem;
    height: 15.62rem;
    /* background-color: #ccc; */
}

.ads-left-two {
    width: 18.75rem;
    height: 15.62rem;
    /* background-color: #ccc; */
}

.ads-video-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main .ads-video-left, .main .ads-video-right {
    display: flex;
    flex-direction: column;
    justify-self: start;
    width: 15vw;
    height: 65vh;
    z-index: 9999999;
}
.main .video-and-ads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 2rem;

}

/*
.main .video-and-ads iframe {
    width: 100%;
    height: 429px;
}
*/

.main .video-and-ads .youtube-video {
    width: 100%;
    height: 429px;
}



.item-video-ads {
    width: 40.1vw;
    padding-top: 0rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 27rem;
    position: relative;
    
}
.main .item-video {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-top: 0px;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
}
.ads {
    width: 48rem;
    margin-top: -4rem;
    margin-bottom: 1rem;
}

.main .ads img {
    width: 100%;
}

.player .container {
    width: 100%;
    background: #F6F6F2;
    height: calc(100vh - 80vh);
    z-index: 99999999999;
    display: grid;
    grid-template-columns: 25% 55% 20%;
    position: fixed;
    bottom: 0;
}


/* Player */

.music-cover {
    width: 7.18rem;
    height: 7.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 40px;

}

.music-cover::before {
    content: 'Tocando Agora';
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 6.05rem;
    background: #D82D00;
    border-top-right-radius: 10px;
    margin-top: -23px;
    padding: 9px;
}

.music-controls-and-detail {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}

/* Info da MÃºsica */
.musica-info-total {
   display: flex;
   justify-content: center;
}

.musica-info {
    padding-left: 1.5vw;
    display: flex;
    flex-direction: row;
}

.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.063rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    width: 12.42vw;
    letter-spacing: 0.25vw;
    margin-top: 0;

}

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

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


.nome-artista {
    display: inline;
    font-size: .813rem;
    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: 0rem;
    padding-left: 1rem;
}

.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-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

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



/* BARRA DE VOLUME */
.bloco-controle-volume {
    margin-top: .5vh;
    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 {
    width: 11vw;
}

.ads-video-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.ads-video-right {
    display: flex;
    justify-content: flex-end;
}

.ads-chat {
    display: flex;
    justify-content: flex-end;
}

/* Scroll bar lyric */

.chat-area::-webkit-scrollbar, .original-lyric::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
  }
  
.chat-area::-webkit-scrollbar-track, .original-lyric::-webkit-scrollbar-track {
    background: #fff1e2;
    height: 60%;
    border-radius: 10px;
  }
  
.chat-area::-webkit-scrollbar-thumb, .original-lyric::-webkit-scrollbar-thumb {
    background: #f0e1d1;
    height: 60%;
    border-radius: 10px;
}


/* Chat total */
.chat-total {
    background-color: #fff1e2;
    height: 65vh;
    width: 100%;
    padding-top: 2vh;
    margin-top: 1vh;
    border-radius: 1.5vw;
}

.chat-area {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    height: 55vh;
    margin: auto auto 1vh auto;
    width: 90%;
    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: 3.4vw;
    bottom: 33vh;
    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: 90%;
    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: 85%;
    border-radius: 100px;
}

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

.digitar img {
    height: 3vh;
    position: absolute;
    right: -42%;
    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;
}


/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 11vw;
      -webkit-appearance: none;
      background-color: #CCC;
      border-radius: 5px;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #ccc;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #222;
      box-shadow: -100px 0 0 100px #707070;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #707070; 
}
input[type="range"]::-moz-range-track {  
  background-color: #707070;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #707070; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #CCC;
}


.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;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-modal h2::after {
    content: '';
    height: 0.8vh;
    width: 17%;
    background-color: #19386E;
    margin: 1vh auto auto auto;
    border-radius: 2vh;
}


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

/* The Modal (background) */
.modal {
    position: absolute;
    z-index: 99999999999;
    left: 0;
    top: 0;
    display: none;
    padding-top: calc(100% - 90%);
    justify-content: center;
    width: 100vw;
}


/* Modal Content/Box */
.modal-content {
    background-color: #fff1e2;
    position: relative;
    padding: 2.5rem 2rem;
    /* height: 24.188rem; */
    height: fit-content;
    width: 33vw;
    border-radius: 1.5vw;
}

/* Modal Content/Box */
.modal-content-voto {
    width: 45vw !important;
    
}

.btn_naovotar {
    background:linear-gradient(to bottom, #c74545 5%, #bd2a2a 100%);
    background-color:#c74545;
    border-radius:7px;
    border:1px solid #ab1919;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:7px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #662828;
}
.btn_naovotar:hover {
    background:linear-gradient(to bottom, #bd2a2a 5%, #c74545 100%);
    background-color:#bd2a2a;
}
.btn_naovotar:active {
    position:relative;
    top:1px;
}


/* The Close Button */
.close,
.close2 {
    color: #19386E;
    position: absolute;
    right: 4%;
    top: 3vh;
    width: 30px;
}

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

.swal-overlay--show-modal {
    z-index: 99999999999;
}

.swal-button {
    border-radius: 5vh;
    border: 5px solid #F18F01;
    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;
}




/* Ãº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 #F18F01;
    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;
}

.ads-player-left img {
    margin-top: -1.2rem;
}

.ads-player-right img {
    margin-top: -2.3rem;
}

/* Modal login */

#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;
    width: auto;
}

#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: #19386E;
    margin: 0 auto;
    font-weight: 700;
    cursor: pointer;

}

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


   
.nav-item a {
    width: 100%;
    display: inline-flex;
    background: #2C5173;
    padding: 5px 13px;
    border-radius: 25px;
    justify-content: center;
    color: #fff;
    border: solid 3px #2C5173;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.nav-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    width: 100%;
}

.active-button-lyric {
    background-color: #FFF7ED !important;
    color: #2C5173 !important;

}

.lyric-video {
    display: none;
    flex-direction: column;
    width: 68.5%;
    margin-bottom: 1.25vh;
    align-items: center;
}
.content-lyric {
    width: 100%;
    height: 23.3rem;
    display: flex;
    justify-content: center;
    margin-top: 2vh;
    background: #fff;
}

.content-lyric {
    border-radius: 30px;
    box-shadow: 0px 1px 4px #ccc;
}

p.original-lyric, p.translated-lyric {
    width: 100%;
    font-size: 18px;
    padding-right: 30px;
    display: flex;
    overflow: auto;
}

p.translated-lyric {
    display: none;
}

.content-lyric {
    display: flex;
    flex-direction: column;
    padding: 20px 60px;
}

/* Scroll bar lyric */

.translated-lyric::-webkit-scrollbar, .original-lyric::-webkit-scrollbar {
    width: 12px;
    height: 70%;
    border-radius: 10px;
  }
  
.translated-lyric::-webkit-scrollbar-track, .original-lyric::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
.translated-lyric::-webkit-scrollbar-thumb, .original-lyric::-webkit-scrollbar-thumb {
    background: #2C5173;
    border-radius: 10px;
}
  
.botoes-player {
    margin-top: 2rem;
}

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

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


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
}


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

/* 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;
}


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


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


.formulario-padrao input[type=submit] {
    color: #19386E;
    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;

}


.change-player {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Área fixa da logo para evitar que o select se mova */
.change-player .logo {
    width: 185px;
    min-width: 185px;
    max-width: 185px;
    height: 95px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* A imagem troca, mas a área ocupada pela logo permanece igual */
.change-player .logo img {
    max-width: 175px;
    max-height: 85px;
    width: auto;
    height: auto;
    display: block;
}

.radio-selector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 230px;
    min-width: 230px;
    max-width: 230px;

    margin-left: 0px;
}

.radio-selector label {
    display: block;
    width: 100%;
    text-align: center;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #19386E;

    text-transform: uppercase;
    letter-spacing: 0.5px;

    margin: 0 0 6px 0;
    padding: 0;
    line-height: 1.1;
}

.select-radio-wrapper {
    position: relative;
    display: inline-block;

    width: 240px;
    min-width: 240px;
    max-width: 240px;
}

.select-radio-wrapper::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 9px;
    height: 9px;

    border-right: 2px solid #19386E;
    border-bottom: 2px solid #19386E;

    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.radio-selector select {
    display: block;
    width: 100%;
    height: 28px;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #19386E;

    background-color: transparent;
    border: 1px solid #19386E;
    border-radius: 8px;

    padding: 4px 36px 4px 12px;
    outline: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio-selector select::-ms-expand {
    display: none;
}

.radio-selector select:focus {
    outline: none;
    box-shadow: none;
}



@media (max-width: 1366px) {
    
    .radio-selector {
        width: 155px;
        min-width: 155px;
        max-width: 170px;

        margin-left: 20px;
    }

    .change-player .listen p {
        font-size: 0.65rem;
    }

    .header {
        padding: .3rem 0 .6rem 0 !important;
    }
}

@media (max-width: 1600px) {

    .header {
        padding: 0 0 0 0 !important;
    }

    .radio-selector {
        width: 155px;
        min-width: 155px;
        max-width: 170px;

        margin-left: 20px;
    }

    .change-player .logo img {
        width: auto;
        height: 55px;
    }

    .site-or-account .site, .site-or-account .account {
        padding: 22px 0;
    }

    .account img {
        width: 20px;
        padding-right: 5px;
    }

/*
    .modal {
        position: absolute;
        z-index: 999999;
        left: 0;
        top: 0;
        display: none;
        padding-top: calc(100% - 93%);
        justify-content: center;
        width: 100vw;
        
    }

    .modal-content {
        background-color: #fff1e2;
        position: relative;
        padding: 2rem 2rem;
        margin-left: -20px;
        width: 33vw;
        border-radius: 1.5vw;
        height: fit-content;
    }
    */

    .player-bg {
        position: absolute;
        background-image: url(../img/bg-player.png);
        background-size: 100%;
        background-position: 14rem -1rem;
        background-repeat: no-repeat;
        right: 0;
        height: calc(100% + 50px);
        top: 0;
        width: 41%;
        z-index: -1;
        padding-bottom: 0;
    }
    
    .header {
        padding: .5rem 0 1rem 0;
        display: grid;
        grid-template-columns: 21% 55% 24%;
        z-index: 5;
    }

    .change-player .logo img {
        width: auto;
        height: 50px;
    }

    .change-player .logo {
        margin-left: 0.5rem;
    }
    
    .change-player .listen img {
        margin-right: 10px;
        height: 35px;
        width: auto;
    }
    
    .change-player .listen p {
        font-size: 0.65rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #2C5173;
        margin-bottom: 5px;
    }

    .change-player {
        gap: 1.5rem;
    }    

    .menu ul li a {
        padding: 7px 15px;
        margin: 0 10px;
        border-radius: 25px;
        background-color: #ccc;
        text-transform: uppercase;
        font-size: .8rem;
        font-weight: bold;
        display: flex;
    }

    .site-or-account .site {
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16.25rem;
        height: 3rem;
    }

    .site-or-account .site a {
        font-size: .9rem;
    }

    .site-or-account .account {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2C5173;
        padding: 0 19px 0 10px;
        width: 19.25rem;
        height: 3rem;
    }

    .site-or-account .account a {
        color: #fff;
        font-size: .8rem;
        font-weight: 500;
    }

    .player .container {
        display: flex;
        height: 20vh;
        justify-content: center;
        z-index: 99999;
    }

    .player .container .player-item {
        height: 24vh;
    }

    .music-controls-and-detail {
        margin-top: 0rem;
    }   

    .ads-left-one, .ads-left-two {
        width: 11.75rem;
        height: 12.62rem;
        background-color: #ccc;
    }

    .main .ads-video-right {
        height: calc(100vh - 16vh);
        width: 19vw;
    }

    .main .video-and-ads {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: .4rem;
        justify-content: flex-start;
        align-items: center;
    }

    /*.main .video-and-ads iframe {
        width: 100%;
        height: 41vh;
    }*/

    .main .video-and-ads .youtube-video {
        height: 298px;
    }

    .main .item-video {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin-top: 0px;
    }
    
    .item-video-ads {
        width: 35vw;
        height: calc(100vh - 53vh);
    }

    .item-video-ads .ads {
        margin-top: 1rem;
    }

    .ads-player-left img {
        margin-top: -1rem;
    }
    
    .ads-player-right img {
        margin-top: -1.5rem;
    }

    .ads {
        margin-top: 0;
        /* width: 35vw; */
        padding-bottom: 0rem;
        margin-bottom: .5rem;
    }

    .musica-info-total {
        width: auto;
    }

    .music-cover::before {
        content: 'Tocando Agora';
        text-transform: uppercase;
        font-size: .6em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 5.1rem;
        padding: 6px;
        background: #D82D00;
        border-top-right-radius: 10px;
        margin-top: -22px;
    }

    .nome-musica {
        font-size: .8rem;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        width: 12.42vw;
        letter-spacing: 0.25vw;
        margin-top: 0;
    }

    .music-cover {
        width: 5.813rem;
        height: 5.813rem;
        margin: 0;
    }

    .botoes-player img {
        height: 35px;
        margin: 0;
    
    }
    
    .nav-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        width: 100%;
        padding: 0 30px;
    }
   
    .nav-item a {
        display: inline-flex;
        background: #2C5173;
        padding: 5px 13px;
        border-radius: 25px;
        justify-content: center;
        color: #fff;
        border: solid 3px #2C5173;
        text-transform: uppercase;
        font-weight: bold;
        font-size: .875em;
    }
    
    .nav-item {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .chat-area {
        height: 49vh;
        width: 94%;
    }

    .chat-total {
        background-color: #fff1e2;
        height: 26.5rem;
        width: 100%;
        padding-top: 2.5vh;
        border-radius: 1.5vw;
    }

    .mais-mensagens {
        bottom: 38vh;
    }

    .content-lyric {
        width: 35rem;
        height: 18.2rem;
        display: flex;
        justify-content: center;
        margin-top: 1vh;
        margin-bottom: 2.8vh;
        background: #fff;
    }

    .main .ads-video-left {
        display: flex;
        flex-direction: column;
        justify-self: start;
        width: 15vw;
        height: 18.56rem;
        z-index: 9999999;
    }

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

    .botoes-player {
        margin-top: 0rem;
    }
 
}

@media (max-width: 1400px) {
    .content-lyric {
        height: 12.5rem;
    }

    .main .ads-video-right {
        height: 105vh;
        z-index: 9999999;
        width: inherit;
    }

    .chat-total {
        height: 22.5rem;
    }

    .banner-horizontal {
        display: none;
    }
    
}

@media (min-width: 1400px) {
    .conf-chat {
        margin-top: 15px;
    }
}
  
