body{
  background-color: #fff;
}
.all-contents{
  /* min-height: 100vh; */
}

.player-container{
  width: 980px;
  background-position: center center ;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 768px){
  .player-container{
    background-image: url(../img/bg-black-familia-mobile.jpg);
    background-attachment: fixed;
    width: 100%;
    height: auto;
  }
}

.tim-ads{
  width: 980px;
  height: 675px;
  background-image: url(../img/1434702_REGIONAL_TSE_BLACK_FRIDAY_SITE_RADIO_MIX_Player_radio_desktop_980x675px.jpg);
  background-position: center center ;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px){
  .tim-ads{
    display: none;
  }
}

.ads-container{
  width: 100%;
  min-height: 120px;
}


.player-content{
  max-width: 100%;
  min-height: 555px;
 /* position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;*/
}

@media only screen and (max-width: 768px){
  .player-content{
    width: 100%;

    position: relative;
  }
}

/* player */

.player{
  width: 100%;
  min-height: 300px;
  position: relative;
  margin: 0 auto;
  
}

.player::after,
.player::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  box-shadow: 0 0 260px -150px #ff9047;
  /* border: 3px solid rgba(255, 255, 255, 0.3); */
  background: linear-gradient(90deg, #412358 0%,#412358 50%, #412358 100%);
  border-radius: 0 0 0 35px;
}

.player::after{
  z-index: -1;
  background: linear-gradient(90deg, #412358 0%,#412358 50%, #41235899 100%);

}


.logo-top-player{
  width: 150px;
  margin: 0 auto;
}



.picture{
  width: 50%;
  height: 100%;
  /* min-height: 300px; */
  border-radius: 0 0 0 35px;
  background-color: #461BFF;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -2;
}

/* .picture::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  background-image: linear-gradient(0deg,#ed8617 15%, #ed861700 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
} */

.picture img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  /* opacity: .2; */
  filter: brightness(114%) contrast(2) grayscale(1);
}

@media only screen and (max-width: 768px){
  .player{
    height: auto;
    /* min-width: 50vh; */  
    background: linear-gradient(180deg, #412358 0%,#412358 50%, #412358 100%);
  }
  
  .player::after{
    border-radius: 0 0 0 35px;  
    background: linear-gradient(180deg, #412358 0%,#412358 50%, #41235899 100%);
  }
  .picture{
    width: 100%;
    height: 50%;
  }
  

}

.song h3{
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  }

  .song p{
  font-size: 18px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  color: #fff;
  }

@media only screen and (max-width: 768px){
  .song h3{
  font-size: 28px;
  }
  .song p{
  font-size: 22px;
  padding-bottom: 10px;
}
}

.btn-like{
  border: 1px solid #fff !important;
  border-radius: 100px;
  color: #fff !important;
}

.btn-like.active,
.btn-like:hover{
  background-color: #5aaaff;
}

.btn-link{
  color: #222;
}

.playRadio{
  background: none;
  border: none;
  color: #fff;
  transition: all .3s ease;
}

.playRadio:hover, .btn-link:hover{ color: #ccc; }


.btn-link:focus,
.btn-link:visited,
.btn-link:active{
  outline: none;
  box-shadow: none;
}

.playRadio .fa-play{ display: inline-block; }

.playRadio .fa-pause{ display: none; }

.playRadio.active .fa-play{ display: none; }

.playRadio.active .fa-pause{ display: inline-block; }

/* .info{
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 10px;
  z-index: 2;
} */

.photo{
  width: 200px;
  height: 200px;
  border: 2px solid #fff1;
  border-radius: 10px 10px 10px 35px;
  margin: 0 auto;
  box-shadow: -10px -10px 5px #0001 ;
}

.photo img{
  object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 10px 35px;
  height: 100%;
}

.btn-volume{
  font-size: 30px !important;
  color: #fff !important;
}

.btn-volume i{
  margin-right: 17px;
}


input[type=range] {
  -webkit-appearance: none;
  /* transform: translateY(-5px); */
  width: 100%;
  max-width: 130px;
 background: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3.1px;
  cursor: pointer;
  box-shadow: 0px 0px 1.7px #fff, 0px 0px 0px #fff;
  background: #fff;
  border-radius: 25px;
  border: 0px solid #fff;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1.7px 1.7px 2.8px rgba(0, 0, 224, 0.13), 0px 0px 1.7px rgba(0, 0, 250, 0.13);
  border: 0.9px solid rgba(0, 0, 255, 0.16);
  height: 17px;
  width: 15px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.95px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eee;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3.1px;
  cursor: pointer;
  box-shadow: 0px 0px 1.7px #fff, 0px 0px 0px #000;
  background: #fff;
  border-radius: 25px;
  border: 0px solid #fff;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1.7px 1.7px 2.8px rgba(0, 0, 224, 0.13), 0px 0px 1.7px rgba(0, 0, 250, 0.13);
  border: 0.9px solid rgba(0, 0, 255, 0.16);
  height: 17px;
  width: 15px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3.1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #4993ff;
  border: 0px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 1.7px #fff, 0px 0px 0px #000;
}
input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 0px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 1.7px #fff, 0px 0px 0px #000;
}
input[type=range]::-ms-thumb {
  box-shadow: 1.7px 1.7px 2.8px rgba(0, 0, 224, 0.33), 0px 0px 1.7px rgba(0, 0, 250, 0.33);
  border: 0.9px solid rgba(0, 0, 255, 0.36);
  height: 17px;
  width: 15px;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  height: 3.1px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.content-list{
  height: 240px;
  width: 100%;
  overflow-y: scroll;
  background-color: #22222200;
  border-radius: 20px 0 0 20px;
  padding: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px){
  .content-list{
    height: auto;
  }

}

.content-list li{
  list-style: none;
}

.content-list a{
  color: #999;
}


.fique-pordentro.bgEscuro a {
  transition: all .4s ease;
  color: #999;
  background: #fff0;
  border-radius: 300px;
  border: 1px solid #999;
  padding: 10px 15px;
  font-size: 20px;
  margin-left: 15px;
  transform: scale(1);
}

.fique-pordentro.bgEscuro h1 {
  color: #fff;
  font-weight: 700;
}

.fique-pordentro.bgEscuro .container {
  border-color: #fff;
  background: #fff;
}

.ver-todos{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ver-todos .traco{
  width: 100%;
  height: 1px;
  border-top: 2px solid #ccc;
  transform: translate(2px);
}
@media only screen and (max-width: 768px){

  .ver-todos .traco{ display: none; }

}
.btn-theme{
  background: linear-gradient(51deg, rgba(255,144,71,1) 0%, rgba(255,65,60,1) 100%);
  background-size: 200% 100%;
  background-position: right;
  transition: all .3s ease-in-out;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  min-width: 120px;
}

.btn-theme:hover{
  background-position: left;
  color: #fff;
}
