
body { 
  background-image: url(imgpainel/bg01a.png);
  background-size: 100% 100%;
  background-attachment: fixed;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #666;
  transition: .4s;
}

::-webkit-scrollbar-thumb:hover {
  background: #777;
}


.localbutton {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

.voltar {
  margin-top: 20px;
  padding: 15px 18px;
  background: #004687;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 3px solid #004687;
  transition: .4s;
  display: flex;
  align-items: center;
}

.voltar:hover {
  background: #00529e;
  border: 3px solid #00f5f5;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
  transform: scale(1.03);
}

span.iconbutton {
  font-size: 27px;
  position: relative;
  bottom: 3px;
  right: 3px;
}

.botaopesquisar {
  width: 160px;
  height: 60px;
  margin-left: 10px;
  margin-top: 20px;
  background: #004687;
  color: #ccc;
  font-size: 12px;
  border: 3px solid #004687;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-left: 20px;
  border-radius: 9px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .4s;
  display: flex;
  align-items: center;
}

.botaopesquisar:hover {
  background: #00529e;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
  transform: scale(1.03);
  border: 3px solid #00ffff;
}

.botaopesquisar h3 {
  width: 100px;
  height: 60px;
  position: relative;
  top: 25px;
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  transition: .4s;
}

.botaopesquisar h3:hover {
  color: #fff;
}

.iconepesquisar {
  height: 60px;
  padding: 0 10px;
  padding-left: 15px;
  background: #00ffff;
  color: #000;
  margin-left: 18px;
  font-weight: 900;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topoplaylist {
  width: 900px;
  height: 280px;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 8px;
  background-image: url(imgpainel/bgtopoplaylist01.png);
  background-size: 100% 100%;
  background-position: top;
}

.conteudotopo {
  width: 900px;
  height: 280px;
  margin: 0 auto;
  border-radius: 8px;
}

.conteudoperfil {
  width: 500px;
  height: 220px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  top: 50px;
  left: 30px;
}

.imagemperfil {
  max-width: 200px;
  height: 200px;
  background: #03233b;
  border-radius: 15px;
  box-shadow: 1px 5px 40px rgba(0, 255, 255, .6);
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imagemperfil img {
  width: 90%;
  height: 90%;
  border-radius: 15px;
}

.textoperfil {
  width: 300px;
  position: relative;
  left: 30px;
  top: 10px;
}

.textoperfil hr {
  width: 150px;
  margin: 15px auto;
  margin-left: 0;
}

.textoperfil h2 {
  max-width: 400px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 1px 1px 50px #fff;
}

.textoperfil h3 {
  max-width: 300px;
  margin: 6px auto;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}

span.icontopo {
  font-size: 24px;
  margin-right: 3px;
}

.textoperfil strong {
  font-weight: bold;
}

.btnbaixarpack {
  width: 900px;
  height: 70px;
  margin: 10px auto;
  border: none;
  animation: efeitobtnbaixar 2s infinite;
  transition: .4s;
  background: #05ca20;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.btnbaixarpack:hover {
  background: #06e925;
  color: #fff;
  text-shadow: none;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .4);
  animation: none;
  cursor: pointer;
}

.conteudobaixar {
  width: 340px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.conteudobaixar span {
  max-width: 40px;
  height: 42px;
  color: #fff;
  flex: 1 1 40px;
  font-size: 40px;
}

.txtbaixar {
  max-width: 280px;
  height: 30px;
  flex: 1 1 280px;
  color: #fff;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
}



/* Playlist */

/* Navbar */
#navbar {
  background-image: url(imgpainel/bgplaylist02.png);
  background-size: 100% 100%;
  box-shadow: 1px -1px 10px rgba(0,0,0, .6);
  position: fixed;
  bottom: -90px;
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: bottom 0.3s;
  z-index: 999;
}

.orgplaylist {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playlist01 {
  max-width: 150px;
  flex: 1 1 150px;
}

.playlist02 {
  max-width: 600px;
  margin: 0 10px;
  margin-left: 30px;
  flex: 1 1 600px;
}

#myProgress /* Barra de progresso na Navbar 01 */ {
  width: 600px;
  margin: 0 auto;
  background: #ccc;
  cursor: pointer;
  border-radius: 10px;
}

#myBar /* Barra de progresso na Navbar 02 */ {
  width: 0%;
  height: 5px;
  background: #00ffff;
  box-shadow: 1px 1px 15px #00ffff;
  border-radius: 10px;
}

.playlist03 {
  width: 50px;
  margin-left: 10px;
  flex: 1 1 50px;
}

/* Div dos botões de controle na Navbar */
.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}

.infos-ctn {
  width: 430px;
  margin: 0 auto;
padding-top: 7px;
font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #fff;
 font-size: 19px;
 margin-left: 30px;
 text-align: left;
}

.btn-action /* botões de ação */ {
  cursor: pointer;
  background: #00ffff;
  box-shadow: 1px 1px 15px #00ffff;
  border-radius: 50px;
  padding-top: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.btn-action:hover {
  transform: scale(1.1);
}

.title /* Nome do artista */ {
  margin-left: 0;
  width: 450px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

/* Fim da Div dos botões de controle na Navbar */


/* Seção da Playlist */
.player-ctn /* section onde estão os players */ {
  border-radius: 10px;
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  box-shadow: 1px 1px 30px #ddd;
  background: linear-gradient(100deg, #f5f5f5,#f5f5f5,#eee,#eee,#00ffff,#00ffff);
  background-size: 300% 180%;
  animation: gradient-animation 5s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.playlist-track-ctn /* Player individual */ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 2px;
  padding: 2px 0;
  padding-left: 0;
  cursor: pointer;
  transition: .3s;
}

.playlist-track-ctn:hover {
  box-shadow: 1px 1px 10px #c3c3c3;
  transform: scale(1.015);
  border-radius: 5px;
  transition: all .6s ease-in-out;
}

.playlist-track-ctn:first-child {
  border-radius: 10px 10px 0 0;
}

.playlist-track-ctn:last-child {
  border-radius: 0 0 10px 10px;
}

.playlist-track-ctn > div /* Div onde está o conteudo do player */ {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 10px 0;
  margin: 10px;
}

.playlist-btn-play /* Botão Play/Pause */ {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-image: linear-gradient(120deg, #4b91fd, #00ffff, #00ffff, #00ffff);
  color: #000;
  pointer-events: none;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

@keyframes rotates {
   0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

.artista /* Nome do artista */ {
  margin-left: 0;
  font-size: 18px;
  line-height: 21px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  top: 3px;
}

.marcadagua {
  position: relative;
  top: 3px;
  font-size: 14px;
  margin-left: 0;
  color: #ccc;
}

.playlist-info-track /* Centro do Player */ {
  width: 770px;
  transition: .4s;
}

.playlist-info-track:hover {
  color: #000;
}

.playlist-track-ctn > div01 /* Botão baixar */ {
  display: none;
}

.active-track /* Player quando está ativo */ {
  background-image: url(imgpainel/bgplaylist02.png);
  background-size: 100% 100%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
  border: 1px solid #fff;
  transform: scale(1.015);
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track /* Conteúdo do Player ativo */ {
  margin-left: 10px;
  color: #fff;
}

.fas /* Icones */ {
  color: #000;
  font-size: 30px;
  transition: .4s;
}

.fas:hover {
  box-shadow: 1px 1px 15px #00ffff;
  color: #000;
}

#toggleMute {
  width: 50px;
  height: 50px;
  background: #00ffff;
  box-shadow: 1px 1px 15px #00ffff;
  color: #000;
  font-size: 21px;
  padding: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@keyframes bganimation {

0% {
  background-position: 
  -100% -100%,
  170% 170%,
  -100% 170%,
  170% -100%;
}

50% {
  background-position: 
  150% 100%,
  -200% 100%,
  100% 0%,
  0% 100%;
 }
      
100% {
  background-position: 
  -100% -100%,
  170% 170%,
  -100% 170%,
  170% -100%;
      }
}

@keyframes degrade-animation{
  0%{
      background-position-x: 0%;
  }
  
   100%{
      background-position-x: 100%;
  }
}



@keyframes efeitobtnbaixar{
  0%{
    transform: scale(1.0);
    box-shadow: 1px 3px 15px rgba(204, 204, 204, .3);
  }

  50% {
    transform: scale(1.025);
    box-shadow: 1px 3px 15px rgba(150, 150, 150, .6);
  }
  
   100%{
    transform: scale(1.0);
    box-shadow: 1px 3px 15px rgba(204, 204, 204, .3);
  }
}

/* Fim da Playlist */




/* Pesquisa das Músicas */
.titulopesquisa {
  width: 880px;
  margin: 0 auto;
  margin-top: 75px;
  padding: 20px 0;
  font-size: 30px;
  border-radius: 8px 8px 0 0;
  background: rgb(16,16,73);
background: linear-gradient(33deg, rgba(16,16,73,1) 0%, rgba(25,25,112,1) 37%);
  color: #fff;
  text-align: center;
  font-family: 'Anton', sans-serif;
    font-weight: 400;
}

.nomesdasmusicas {
    width: 880px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.nomesdasmusicas > .txt-more {
    display: block;
    background: #fff;
    /*posiciona o link no final da DIV*/
    position: absolute;
    right: 0;
    bottom: 0;
}

.nomesdasmusicas > .partial {
    height: 600px; /* limita a altura aqui, assim irá limitar o texto*/
    overflow: hidden;
}
    
.container {
    width: 880px;
    margin: 0 auto;
    padding: 15px 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
    
.item {
    max-width: 270px;
    margin: 10px auto;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #555;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-width: 2px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      #ccc, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
    flex: 1 1 270px;
}

.nomesdasmusicas > a::before {
  width: 880px;
    margin: 0 auto;
    padding: 10px 0;
    background: #ff0000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
    content: "Mostrar mais"; /* texto para o link*/
    padding: 22px 398px;
    position: relative;
    top: 50px;
    content: "Ocultar"; /*Texto de quando o texto estiver visivel*/
}

.nomesdasmusicas > a.txt-more::before {
    width: 880px;
    margin: 0 auto;
    padding: 10px 0;
    background: #00ffff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
    content: "Mostrar mais"; /* texto para o link*/
    padding: 22px 370px;
    position: relative;
    top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}  

.nomesdasmusicas > a.txt-more {
  width: 880px;
  text-align: center;
} 



.recomendados {
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  margin-bottom: 0px;
}

/* Playlists recomendados */
.bannercentro {
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  margin-top: 150px;
  z-index: 999;
}

.slider-container {
    max-width: 850px;
    height: 520px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-header .header-col-5 {
    flex: 0 0 auto;
    width: 44%;
}

.header-col.header-col-2 {
  width: 100%;
  height: 70px;
  background: rgb(16,16,73);
background: linear-gradient(33deg, rgba(16,16,73,1) 0%, rgba(25,25,112,1) 37%);
  background-position: center 200px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 0 auto;
  display: flex;
}

.botoespular {
  width: 130px;
  position: relative;
  left: 420px;
  top: 10px;
  display: flex;
}

.slide-btns01 {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    background: #00ffff;
    color: #1b1b1b;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s;
}

.slide-btns01:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.slide-btns02 {
    width: 50px;
    height: 50px;
    background: #00ffff;
    color: #1b1b1b;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s;
}

.slide-btns02:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.header-col h2 {
  position: relative;
  bottom: 0px;
  top: 20px;
  left: 250px;
  font-size: 30px;
  color: #fff;
  box-shadow: none;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}

.creative-swiper--slider{
    margin-right: -150px;
}

.swiper-slide .service-column {
    width: 350px;
    height: 450px;
    margin: 0;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    cursor: grab;
    border-radius: 6px;
}

.swiper-slide .service-column img{
    width: 250px;
    height: 320px;
    position: relative;
    left: 15px;
    border-radius: 8px;
}


.service-content h2 {
  width: 210px;
  height: 40px;
  padding: 10px 20px;
  position: relative;
  top: -78px;
  right: -15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  border: none;
  border-radius: 0 0 10px 10px;
}

.service-content button {
  width: 238px;
  height: 75px;
  position: relative;
  bottom: 80px;
  left: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: #00ffff;
  border: none;
  border-radius: 0 0 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: .4s;
}

.service-content button:hover {
  background: #00dada;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}


.ajudaplaylists {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
  margin-bottom: 180px;
}

.botoesajuda {
  width: 1000px;
  height: 500px;
  margin: 0 auto;
  margin-top: 90px;
  z-index: 999;
}



/* 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: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Sistema de Pesquisa */
.modal-content02 {
  width: 900px;
  height: 80%;
  margin: 60px auto; 
  background-image: url(imgpainel/bgmodal.png);
  background-size: 100% 100%;
  border-radius: 8px;
  padding-bottom: 60px;
  z-index: 999;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.modal-content02 iframe {
  width: 100%;
  height: 100%;
}

.close06 {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50px;
  position: relative;
  left: 10px;
  bottom: 20px;
  background: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  float: right;
  transition: .4s;
}

.close06:hover {
  border: 2px solid #fff;
  cursor: pointer;
}

.secaofechar {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.esqfechar {
  width: 860px;
  margin: 0 auto;
  flex: 1 1 860px;
}

.dirfechar {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: 45px;
  left: 15px;
  flex: 1 1 30px;
  position: relative;
  border-radius: 50px;
  padding: 5px;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dirfechar:hover {
  cursor: pointer;
  background: rgba(255,0,0,1);
  transform: scale(1.1);
}


.titulomodal h2 {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  font-size: 60px;
  color: #333;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.titulomodal h3 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  color: #666;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.cardmodal {
  width: 800px;
  margin: 20px auto;
  background: #ccc;
  border-radius: 15px;
  transition: .4s;
}

.cardmodal:hover {
  transform: scale(1.02);
  cursor: pointer;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, .4);
}

.orgcardmodal {
  width: 800px;
  display: flex;
  flex-wrap: nowrap;
}

.esqcardmodal {
  max-width: 250px;
  height: 170px;
  background: #ff0000;
  border-radius: 15px 0 0 15px;
  flex: 1 1 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconevideo {
  font-size: 110px;
  color: #fff;
}

.dircardmodal {
  width: 550px;
  height: 170px;
  border-radius: 0 15px 15px 0;
  flex: 1 1 550px;
  background-image: url(imgpainel/img16.png);
  background-position: top, center;
  background-repeat: no-repeat;
}

.dircardmodal h2 {
  max-width: 360px;
  margin: 0 auto;
  background-color:rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  top: 105px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .3px;
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  border-radius: 15px;
}

.rodapemodal h3 {
  width: 900px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 36px;
  color: #333;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.rodapemodal h4 {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.rodapemodal a {
  text-decoration: none;
  transition: .4s;
  color: #0163fd;
}

.rodapemodal a:hover {
  color: #00ffff;
}




@media only screen and (max-width: 500px){

body { 
  background-image: url(imgpainel/bg01a-mobile.png);
  background-size: 250% 100%;
  background-attachment: fixed;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.localbutton {
  width: 330px;
  margin: 0 auto;
}

.localbutton button {
  margin-top: 20px;
  padding: 12px 12px;
  background: #004687;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid #004687;
  transition: .4s;
  display: flex;
  align-items: center;
}

.localbutton button:hover {
  background: #004687;
  border: 2px solid #00f5f5;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
  transform: scale(1.03);
}

span.iconbutton {
  font-size: 21px;
  position: relative;
  bottom: 3px;
  right: 3px;
}

.botaopesquisar {
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-top: 20px;
  background: #004687;
  color: #ccc;
  font-size: 12px;
  border: 2px solid #004687;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-left: 0;
  border-radius: 9px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .4s;
  display: flex;
  align-items: center;
}

.botaopesquisar:hover {
  width: 50px;
  height: 50px;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
  transform: scale(1.03);
  border: 2px solid #00ffff;
}

.botaopesquisar h3 {
  display: none;
}

.botaopesquisar h3:hover {
  color: #fff;
}

.iconepesquisar {
  width: 50px;
  height: 50px;
  padding: 0 10px;
  padding-left: 15px;
  background: #004687;
  color: #fff;
  margin-left: 0;
  font-weight: 900;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.topoplaylist {
  width: 330px;
  height: 450px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 8px;
  background-image: url(imgpainel/bgtopoplaylistmobile01.png);
  background-size: 100% 100%;
  background-position: top;
}

.conteudotopo {
  width: 320px;
  height: 440px;
  margin: 0 auto;
  border-radius: 8px;
}

.conteudoperfil {
  width: 320px;
  height: 440px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}

.imagemperfil {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #03233b;
  border-radius: 15px;
  box-shadow: 1px 5px 40px rgba(0, 255, 255, .6);
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imagemperfil img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.textoperfil {
  width: 200px;
  margin: 0 31px;
  position: absolute;
  margin-top: 210px;
}

.textoperfil hr {
  width: 200px;
  margin: 15px 0;
}

.textoperfil h2 {
  width: 180px;
  margin: 0 auto;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 50px #fff;
}

.textoperfil h3 {
  width: 220px;
  margin: 6px auto;
  margin-left: -8px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}

span.icontopo {
  font-size: 24px;
  margin-right: 3px;
}

.textoperfil strong {
  font-weight: bold;
}

.btnbaixarpack {
  width: 330px;
  height: 65px;
  margin: 10px auto;
  border: none;
  animation: efeitobtnbaixar 2s infinite;
  transition: .4s;
  background: #05ca20;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.btnbaixarpack:hover {
  background: #06e925;
  color: #fff;
  text-shadow: none;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .4);
  animation: none;
  cursor: pointer;
}

.conteudobaixar {
  width: 260px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.conteudobaixar span {
  max-width: 30px;
  height: 42px;
  color: #fff;
  text-align: center;
  flex: 1 1 30px;
  font-size: 36px;
}

.txtbaixar {
  max-width: 230px;
  height: 24px;
  flex: 1 1 230px;
  color: #fff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: .3px;
}




/* Navbar */
#navbar {
  background-image: url(imgpainel/bgplaylist02.png);
  background-size: 100% 100%;
  box-shadow: 1px 10px 15px #00ffff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: bottom 0.3s;
  z-index: 999;
}

.orgplaylist {
  width: 350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playlist01 {
  max-width: 150px;
  flex: 1 1 150px;
}

.playlist02 {
  max-width: 150px;
  margin: 0 10px;
  margin-left: 15px;
  flex: 1 1 150px;
}

#myProgress /* Barra de progresso na Navbar 01 */ {
  width: 150px;
  margin: 0 auto;
  background: #ccc;
  cursor: pointer;
  border-radius: 10px;
}

#myBar /* Barra de progresso na Navbar 02 */ {
  width: 0%;
  height: 5px;
  background: #00ffff;
  box-shadow: 1px 1px 15px #00ffff;
  border-radius: 10px;
}

.playlist03 {
  width: 50px;
  margin-left: 10px;
  flex: 1 1 50px;
}

/* Div dos botões de controle na Navbar */
.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}

.infos-ctn {
  display: none;
}

.btn-action /* botões de ação */ {
  cursor: pointer;
  background: #00ffff;
  border-radius: 50px;
  padding-top: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fim da Div dos botões de controle na Navbar */




/* Seção da Playlist */
.player-ctn /* section onde estão os players */ {
  border-radius: 10px;
  width: 350px;
  margin:auto;
  margin-top: 30px;
  background: none;
}

.playlist-track-ctn /* Player individual */ {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  padding: 14px 0;
  padding-left: 0;
  padding-right: 10px;
  cursor: pointer;
  transition: .4s;
}

.playlist-track-ctn:first-child {
  border-radius: 10px 10px 0 0;
}

.playlist-track-ctn:last-child {
  border-radius: 0 0 10px 10px;
}

.playlist-track-ctn > div /* Div onde está o conteudo do player */ {
  padding: 0 0;
  width: 80%;
  margin: 0 auto;
  margin-left: 10px;
  font-size: 18px;
  line-height: 21px;
}

.playlist-track-ctn:hover {
  transform: scale(1.015);
  border-radius: 5px;
}

.playlist-btn-play /* Botão Play/Pause */ {
  max-width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #00ffff;
  box-shadow: 1px 1.5px 10px #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.playlist-btn-play:hover {
  color: #000;
}

@keyframes rotates {
   0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}


.musica {
  text-transform: capitalize;
  letter-spacing: -.5px;
}

.artista /* Nome do artista */ {
  margin-left: 0;
  position: relative;
  top: 0;
  font-size: 14px;
  line-height: 12px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.marcadagua {
  font-size: 12px;
  margin-left: 0;
  position: relative;
  top: 0;
  color: #ccc;
}

.playlist-info-track /* Centro do Player */ {
  max-width: 300px;
  font-size: 14px;
  padding-right: 10px;
  position: relative;
  left: 0;
}

.playlist-track-ctn > div01 /* Botão baixar */ {
  display: none;
}


.active-track /* Player quando está ativo */ {
  color: #fff;
  background-image: url(imgpainel/bgplaylist02.png);
  background-size: 100% 100%;
  box-shadow: 1px 1px 20px -2px #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
  transform: scale(1.010);
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track /* Conteúdo do Player ativo */ {
  margin-left: 0;
  color: #fff;
}

.fas /* Icones */ {
  color: #1b1b1b;
  font-size: 18px;
  transition: .4s;
}

.fas:hover {
  box-shadow: 1px 1px 15px #00ffff;
}

#toggleMute {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #00ffff;
  color: #000;
  font-size: 18px;
  padding: 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes bganimation {

0% {
  background-position: 
  -100% -100%,
  170% 170%,
  -100% 170%,
  170% -100%;
}

50% {
  background-position: 
  150% 100%,
  -200% 100%,
  100% 0%,
  0% 100%;
 }
      
100% {
  background-position: 
  -100% -100%,
  170% 170%,
  -100% 170%,
  170% -100%;
      }
}


/* Fim da Playlist */



/* Pesquisa das Músicas */
.titulopesquisa {
  width: 340px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 20px 0;
  font-size: 24px;
  border-radius: 8px 8px 0 0;
  background: rgb(16,16,73);
background: linear-gradient(33deg, rgba(16,16,73,1) 0%, rgba(25,25,112,1) 37%);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-family: 'Anton', sans-serif;
    font-weight: 400;
}

.nomesdasmusicas {
    width: 340px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.nomesdasmusicas > .txt-more {
    display: block;
    background: #fff;
    /*posiciona o link no final da DIV*/
    position: absolute;
    right: 0;
    bottom: 0;
}

.nomesdasmusicas > .partial {
    height: 600px; /* limita a altura aqui, assim irá limitar o texto*/
    overflow: hidden;
}
    
.container {
    width: 340px;
    margin: 0 auto;
    padding: 15px 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
    
.item {
    max-width: 350px;
    height: auto;
    margin: 2px auto;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #555;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-width: 2px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      #ccc, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
    flex: 1 1 270px;
}

.nomesdasmusicas > a::before {
  width: 340px;
    margin: 0 auto;
    padding: 10px 0;
    background: #ff0000;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
    content: "Mostrar mais"; /* texto para o link*/
    padding: 22px 130px;
    position: relative;
    top: 50px;
    content: "Ocultar"; /*Texto de quando o texto estiver visivel*/
}

.nomesdasmusicas > a.txt-more::before {
    width: 340px;
    margin: 0 auto;
    padding: 10px 0;
    background: #00ffff;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
    content: "Mostrar mais"; /* texto para o link*/
    padding: 22px 110px;
    position: relative;
    top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}  

.nomesdasmusicas > a.txt-more {
  width: 340px;
  text-align: center;
} 





/* Carrossel Recomendados */

.recomendados {
  width: 350px;
  height: 650px;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 0px;
}

.bannercentro {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  z-index: 999;
}



@media only screen and (max-width: 500px){

.slider-container {
    max-width: 90%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.botoespular {
  width: 130px;
  position: relative;
  left: 10px;
  top: 15px;
  display: flex;
}

.slide-btns01 {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    background: #00ffff;
    color: #1b1b1b;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s;
}

.slide-btns01:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.slide-btns02 {
    width: 40px;
    height: 40px;
    background: #00ffff;
    color: #1b1b1b;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s;
}

.slide-btns02:hover {
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.header-col h2 {
  width: 80%;
  position: relative;
  top: 25px;
  bottom: 0px;
  left: 10px;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}




.creative-swiper--slider{
    margin-right: 115px;
}

.swiper-slide .service-column {
    width: 320px;
    height: 450px;
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
    cursor: grab;
    border-radius: 6px;
}

.swiper-slide .service-column img{
    width: 240px;
    height: 320px;
    border-radius: 0 0 10px 10px;
    position: relative;
    left: 0;
}

.service-content h2 {
  width: 200px;
  height: 40px;
  padding: 10px 20px;
  position: relative;
  top: -80px;
  right: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  border: none;
  border-radius: 0 0 10px 10px;
}

.service-content button {
  width: 228px;
  height: 75px;
  position: relative;
  bottom: 80px;
  left: 0px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: #00ffff;
  border: none;
  border-radius: 0 0 15px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: .4s;
}

.service-content button:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}

}



.ajudaplaylists {
  width: 350px;
  height: 550px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.botoesajuda {
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 999;
}



/* 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: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content02 {
  width: 350px;
  height: 80%;
  margin: 30px auto; 
  background-color: #fefefe;
  border-radius: 8px;
  padding-bottom: 60px;
  z-index: 9999;
}

.modal-content02 iframe {
  width: 360px;
  height: 100%;
  z-index: 9999;
}

.close06 {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50px;
  position: relative;
  left: 10px;
  bottom: 20px;
  background: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  float: right;
  transition: .4s;
}

.close06:hover {
  border: 2px solid #fff;
  cursor: pointer;
}

.secaofechar {
  width: 340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

.esqfechar {
  width: 310px;
  margin: 0 auto;
  flex: 1 1 310px;
}

.dirfechar {
  max-width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  bottom: 45px;
  left: 15px;
  flex: 1 1 30px;
  position: relative;
  border-radius: 50px;
  padding: 5px;
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dirfechar:hover {
  cursor: pointer;
  background: rgba(255,0,0,1);
  transform: scale(1.1);
}


.titulomodal h2 {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  color: #333;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.titulomodal h3 {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.cardmodal {
  width: 330px;
  margin: 20px auto;
  background: #ccc;
  border-radius: 15px;
  transition: .4s;
}

.cardmodal:hover {
  transform: scale(1.02);
  cursor: pointer;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, .4);
}

.orgcardmodal {
  width: 330px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.esqcardmodal {
  max-width: 130px;
  height: 100px;
  background: #000;
  border-radius: 15px 0 0 15px;
  flex: 1 1 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconevideo {
  margin-left: 15px;
  font-size: 60px;
  padding-right: 15px;
  color: #fff;
}

.dircardmodal {
  width: 200px;
  height: 100px;
  border-radius: 270px;
  background-image: url(imgpainel/img16.png);
  background-position: top, center;
  background-repeat: no-repeat;
}

.dircardmodal h2 {
  max-width: 200px;
  margin: 0 auto;
  background-color:rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  top: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: .3px;
  color: #fff;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  border-radius: 15px;
}

.rodapemodal h3 {
  width: 320px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.rodapemodal h4 {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.rodapemodal a {
  text-decoration: none;
  transition: .4s;
  color: #0163fd;
}

.rodapemodal a:hover {
  color: #00ffff;
}


}