@charset "utf-8"; 

#play { position: fixed; width: 100%; bottom: 0; left: 0; z-index: 250;}
#play .ajax { float: left; width: 100%;}

#play .jp-jplayer { float: left; width: 100%;}
#play .jp-audio { float: left; width: 100%;}

#play .controles {
    float: left;
    width: 100%;
    padding: 18px 0;
    position: relative;
    background: linear-gradient(90deg, rgb(255, 0, 0), rgb(255, 90, 31));
    border-top: 2px solid rgb(255, 90, 31);
}

#play .controles .cabecario {
    float: left;
    width: 300px;
    padding: 5px 0;
    margin: 0 0 0 2%;
    line-height: 0;
    position: relative;
}
#play .controles .cabecario .imagem { position: absolute; width: 60px; height: 60px; top: 0; left: 0; overflow: hidden;}
#play .controles .cabecario .imagem img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; background-color: rgb(90 90 90 / 30%);}
#play .controles .cabecario .detalhes { float: left; width: 100%; padding: 0 0 0 70px; margin: 6px 0 0;}
#play .controles .cabecario .detalhes h2 { 
    float: left; 
    width: 100%; 
    height: 19px; 
    margin: 0 0 4px; 
    text-transform: uppercase; 
    font-size: 1.2em; 
    line-height: 1; 
    overflow: hidden; 
    color: #ffffff; /* cor branca */
}

#play .controles .cabecario .detalhes h3 { float: left; width: 100%; height: 15px; font-size: 0.9em; line-height: 1; overflow: hidden; opacity: 0.7;}

#play .controles .marcacoes { float: left; margin: 10px 0 0 10px;}
#play .controles .marcacoes .ico { float: left; width: 40px; height: 40px; background-position: 50%; background-repeat: no-repeat;}
#play .controles .marcacoes .ico.favorito { background-image: url('../../imagens/site/play-favorito-nao.png?');}
#play .controles .marcacoes .ico.favorito.sim { background-image: url('../../imagens/site/play-favorito-sim.png?');}
#play .controles .marcacoes .ico.playlt { background-image: url('../../imagens/site/play-playlt-nao.png?');}
#play .controles .marcacoes .ico.playlt.sim { background-image: url('../../imagens/site/play-playlt-sim.png?');}

#play .controles .posiciona { float: right; width: 34%; margin: 0 10% 0 0;}

#play .controles .jp-controls { display: flex; justify-content: center; float: left; width: 100%; -webkit-padding-start: 0px; margin-block-start: 0; margin-block-end: 0;}
#play .controles .jp-controls li { float: left; display: inline;}
#play .controles .jp-controls li a { float: left; width: 45px; height: 45px; margin: 0 5px; background-position: 50%; background-repeat: no-repeat; font-size: 0;}
#play .controles .jp-controls li a.jp-previous { background-image: url('../../imagens/site/play-anterior.png?d1');}
#play .controles .jp-controls li a.jp-play { background-color: rgb(0, 0, 0); background-image: url('../../imagens/site/play-ouvir.png?d');}
#play .controles .jp-controls li a.jp-pause { background-color: rgb(0, 0, 0); background-image: url('../../imagens/site/play-pausa.png?d');}
#play .controles .jp-controls li a.jp-next { background-image: url('../../imagens/site/play-proximo.png?d1');}

#play .controles .jp-toggles { padding-inline-start: 0;}
#play .controles .jp-toggles li a.jp-shuffle { background-image: url('../../imagens/site/play-shuffle.png?d');}
#play .controles .jp-toggles li a.jp-shuffle-off { background-image: url('../../imagens/site/play-shuffle-off.png?d');}
#play .controles .jp-toggles li a.jp-repeat { background-image: url('../../imagens/site/play-repeat.png?d');}
#play .controles .jp-toggles li a.jp-repeat-off { background-image: url('../../imagens/site/play-repeat-off.png?d');}

#play .controles .jp-progress { float: left; width: 100%; position: relative; padding: 0 55px; margin: 10px 0 0;}
#play .controles .jp-progress .marca { float: left; width: 100%; background-color: rgb(90 90 90 / 20%);}
#play .controles .jp-progress .marca .jp-seek-bar { float: left; height: 5px; background-color: rgb(90 90 90); cursor: pointer;}
#play .controles .jp-progress .marca .jp-play-bar { float: left; height: 5px; background-color: rgb(0 0 0); position: relative; overflow: initial !important;}
#play .controles .jp-progress .marca .jp-play-bar .bol { position: absolute; width: 16px; height: 16px; top: 50%; right: -8px; margin: -9px 0 0; background-color: rgb(255 255 255); outline: 2px solid rgb(180 180 180); outline-offset: -2px;}
#play .controles .jp-progress .jp-current-time { position: absolute; width: 40px; top: 2px; left: 0; line-height: 0; opacity: 0.8;}
#play .controles .jp-progress .jp-duration { position: absolute; width: 40px; top: 2px; right: 0; line-height: 0; opacity: 0.8;}

#play .controles .faixas { float: right; margin: 15px 2% 0 0; position: relative;}
#play .controles .faixas b { float: left; padding: 15px 10px; outline: 2px solid rgb(250 250 250); text-align: center; font-weight: bold; color: rgb(250 250 250); line-height: 0;}
#play .controles .faixas em { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1;}
#play .controles .faixas:hover b { outline: 2px solid rgb(5 5 5); color: rgb(5 5 5);}

#play .jp-playlist { float: left; width: 100%; height: 120px; overflow: auto; background-color: rgb(5 5 5);}
#play .jp-playlist ul { float: left; width: 100%; list-style-type: none; margin: 0; padding: 0;}
#play .jp-playlist ul li { float: left; width: 18%; margin: 20px 1%; outline: 1px solid rgb(90 90 90 / 50%);}
#play .jp-playlist ul li div { float: left; width: 100%; position: relative;}
#play .jp-playlist ul li div a.jp-playlist-item { float: left; width: 100%; height: 60px; padding: 10px 0; position: relative; color: rgb(250 250 250);}
#play .jp-playlist ul li div a.jp-playlist-item img { position: absolute; width: 60px; height: 60px; top: 10px; left: 10px;}
#play .jp-playlist ul li div a.jp-playlist-item b { float: left; height: 15px; margin: 7px 10px 0 80px; overflow: hidden; text-transform: uppercase; font-weight: normal; font-size: 0.9em; line-height: 1;}
#play .jp-playlist ul li div a.jp-playlist-item em { position: absolute; bottom: 15px; left: 80px; overflow: hidden; font-style: normal; font-size: 0.9em; line-height: 1;}
#play .jp-playlist ul li div a.jp-playlist-item:hover { color: rgb(250 250 250);}
#play .jp-playlist ul li div a.jp-playlist-item-remove { position: absolute; width: 20px; top: 50%; right: -8px; z-index: 1; padding: 9px 0 11px; margin: -10px 0 0; background-color: rgb(250 250 250); text-align: center; font-weight: bold; line-height: 0; opacity: 0.5;}
#play .jp-playlist ul li div a.jp-playlist-item-remove:hover { opacity: 1;}
#play .jp-playlist ul li.jp-playlist-current { background-color: rgb(90 90 90 / 50%);}

#play_altura { float: left; width: 100%;}

@media only screen and (max-width: 1000px){
  #play { bottom: 55px;}
}
@media only screen and (max-width: 1000px){
  #play .controles .faixas { display: none;}

  #play .controles { padding: 8px 0;}
  #play .controles .cabecario .detalhes { padding: 0 70px;}
  #play .controles .marcacoes { position: absolute; top: 18px; right: 2%; z-index: 5; margin: 0;}
  #play .controles .posiciona { width: 100%; padding: 5px 0; margin: 12px 0 0; border-top: 1px solid rgb(90 90 90 / 20%);}
}
@media only screen and (max-width: 700px){
  #play .controles .cabecario { display: none;}
  #play .controles .marcacoes { width: 100%; top: 50%; right: 0; margin: -28px 0 0;}
  #play .controles .marcacoes .ico { position: absolute; top: 0; background-size: 35px;}
  #play .controles .marcacoes .ico.favorito { left: 0;}
  #play .controles .marcacoes .ico.playlt { right: 0;}
  #play .controles .posiciona { padding: 0; margin: 0; border: 0;}
  #play .controles .jp-controls li a { margin: 0;}
  #play .controles .jp-progress .jp-current-time { text-align: right; font-size: 0.9em;}
  #play .controles .jp-progress .jp-duration { font-size: 0.9em;}
}

/* Player premium compacto */
#play {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 250;
  pointer-events: none;
}

#play .jp-audio,
#play .jp-playlist {
  pointer-events: auto;
}

#play .controles {
  float: none;
  display: grid;
  grid-template-columns: minmax(220px, 315px) 96px minmax(350px, 1fr) minmax(112px, 158px) 46px;
  align-items: center;
  gap: 16px;
  width: min(1220px, calc(100% - 36px));
  min-height: 78px;
  padding: 9px 20px;
  margin: 0 auto 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 29, 35, .20), transparent 34%),
    linear-gradient(135deg, #24103d 0%, #110722 58%, #090412 100%);
  box-shadow: 0 22px 60px rgba(17, 7, 34, .32);
}

#play .controles .cabecario {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  float: none;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#play .controles .cabecario .imagem {
  position: relative;
  width: 60px;
  height: 60px;
  top: auto;
  left: auto;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

#play .controles .cabecario .imagem img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#play .controles .cabecario .detalhes {
  float: none;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
}

#play .controles .cabecario .detalhes h2 {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#play .controles .cabecario .detalhes h3 {
  float: none;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#play .controles .marcacoes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  float: none;
  width: 100%;
  margin: 0;
}

#play .controles .marcacoes .ico,
#play .controles .jp-controls li a,
#play .controles .faixas b,
#play .controles .volume-ico {
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

#play .controles .marcacoes .ico {
  float: none;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background-size: 20px;
  opacity: .96;
  filter: brightness(0) invert(1);
}

#play .controles .marcacoes .ico:hover,
#play .controles .jp-controls li a:hover,
#play .controles .faixas:hover b,
#play .controles .volume-ico:hover {
  transform: translateY(-2px);
}

#play .controles .posiciona {
  float: none;
  display: grid;
  grid-template-columns: 250px minmax(190px, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
  margin: 0;
}

#play .controles .jp-controls {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  padding: 0;
  margin: 0;
}

#play .controles .jp-controls li,
#play .controles .jp-controls ul,
#play .controles .jp-toggles {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#play .controles .jp-controls li a {
  float: none;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 12px;
  background-size: 20px;
  opacity: .95;
  filter: brightness(0) invert(1);
}

#play .controles .jp-controls li a.jp-play,
#play .controles .jp-controls li a.jp-pause {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 29, 130, .75);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .08);
  background-size: 25px;
  box-shadow: 0 14px 34px rgba(255, 29, 130, .18);
  filter: none;
}

#play .controles .jp-controls li a.jp-play:hover,
#play .controles .jp-controls li a.jp-pause:hover {
  background-color: rgba(255, 29, 130, .18);
}

#play .controles .marcacoes .ico:hover,
#play .controles .jp-controls li a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .12);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .20);
}

#play .controles .jp-progress {
  float: none;
  display: grid;
  grid-template-columns: 44px minmax(100px, 1fr) 44px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
}

#play .controles .jp-progress .marca {
  float: none;
  grid-column: 2;
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  overflow: visible;
}

#play .controles .jp-progress .marca .jp-seek-bar {
  float: none;
  width: 100% !important;
  height: 5px;
  border-radius: 999px;
  background: transparent;
}

#play .controles .jp-progress .marca .jp-play-bar {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff1d23, #ff4bd8);
}

#play .controles .jp-progress .marca .jp-play-bar .bol {
  width: 13px;
  height: 13px;
  right: -6px;
  margin-top: -7px;
  background: #fff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(255, 75, 216, .20);
}

#play .controles .jp-progress .jp-current-time,
#play .controles .jp-progress .jp-duration {
  position: static;
  width: auto;
  line-height: 1;
  opacity: 1;
}

#play .controles .jp-progress .jp-current-time {
  grid-column: 1;
  text-align: right;
}

#play .controles .jp-progress .jp-duration {
  grid-column: 3;
  text-align: left;
}

#play .controles .volume {
  display: grid;
  grid-template-columns: 32px minmax(78px, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}

#play .controles .volume-ico {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16 9.5a4 4 0 0 1 0 5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M18.5 7a7.5 7.5 0 0 1 0 10' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% / 20px no-repeat;
  cursor: pointer;
}

#play .controles .volume-ico.mutado {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9v6h4l5 4V5L8 9H4Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='m17 9 5 5m0-5-5 5' stroke='%23ff4bd8' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

#playVolumeRange {
  --volume: 80%;
  width: 100%;
  height: 4px;
  accent-color: #ff4bd8;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff1d23 0 var(--volume), rgba(255,255,255,.22) var(--volume) 100%);
  outline: 0;
  cursor: pointer;
  appearance: none;
}

#playVolumeRange::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 75, 216, .22);
  appearance: none;
}

#playVolumeRange::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 75, 216, .22);
}

#play .controles .faixas {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
}

#play .controles .faixas b {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  outline: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08) url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M3 6h.01M3 12h.01M3 18h.01' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") 50% / 23px no-repeat;
  font-size: 0;
}

#play .controles .faixas:hover b {
  outline: 0;
  color: transparent;
  background-color: rgba(255, 255, 255, .14);
}

#play .jp-playlist {
  float: none;
  width: min(1220px, calc(100% - 36px));
  height: 108px;
  margin: 0 auto 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(9, 4, 18, .96);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 75, 216, .8) rgba(255,255,255,.10);
}

#play .jp-playlist.arrastando {
  cursor: grabbing;
  user-select: none;
}

#play .jp-playlist::-webkit-scrollbar {
  height: 7px;
}

#play .jp-playlist::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}

#play .jp-playlist::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(90deg, #ff1d23, #ff4bd8);
}

#play .jp-playlist ul {
  float: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#play .jp-playlist ul li {
  float: none;
  flex: 0 0 235px;
  width: 235px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.08);
  outline: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

#play .jp-playlist ul li:hover {
  transform: translateY(-2px);
  border-color: rgba(255,75,216,.28);
  background: rgba(255,255,255,.09);
}

#play .jp-playlist ul li div a.jp-playlist-item {
  height: 58px;
  padding: 9px 0;
}

#play .jp-playlist ul li div a.jp-playlist-item img {
  width: 58px;
  height: 58px;
  top: 9px;
  left: 9px;
  border-radius: 9px;
}

#play .jp-playlist ul li div a.jp-playlist-item b {
  margin-left: 78px;
  margin-right: 12px;
  color: #fff;
  font-weight: 800;
}

#play .jp-playlist ul li div a.jp-playlist-item em {
  left: 78px;
  right: 12px;
  color: rgba(255,255,255,.70);
}

@media only screen and (max-width: 1100px) {
  #play .controles {
    grid-template-columns: minmax(190px, 280px) 92px minmax(320px, 1fr) 120px 44px;
    gap: 12px;
    width: min(100% - 22px, 1220px);
    padding: 10px 14px;
  }

  #play .controles .posiciona {
    grid-template-columns: 230px minmax(160px, 1fr);
    gap: 12px;
  }
}

@media only screen and (max-width: 900px) {
  #play {
    bottom: 55px;
  }

  #play .controles {
    grid-template-columns: 1fr auto;
    min-height: 76px;
    margin: 0 10px 8px;
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  #play .controles .cabecario {
    grid-column: 1;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  #play .controles .cabecario .imagem {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  #play .controles .cabecario .detalhes h2 {
    font-size: 15px;
  }

  #play .controles .cabecario .detalhes h3 {
    font-size: 12px;
  }

  #play .controles .posiciona {
    grid-column: 1 / -1;
    grid-template-columns: 190px minmax(0, 1fr);
    order: 4;
    margin: 0;
    padding: 0;
    border: 0;
  }

  #play .controles .marcacoes {
    display: none;
  }

  #play .controles .volume,
  #play .controles .faixas {
    display: none;
  }

  #play .controles .jp-controls li a {
    width: 34px;
    height: 34px;
    background-size: 19px;
  }

  #play .controles .jp-controls li a.jp-play,
  #play .controles .jp-controls li a.jp-pause {
    width: 46px;
    height: 46px;
    background-size: 24px;
  }
}

@media only screen and (max-width: 620px) {
  #play .controles {
    grid-template-columns: 1fr 54px;
    gap: 8px;
    padding: 8px 10px;
  }

  #play .controles .posiciona {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #play .controles .jp-progress {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }
}
