@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,500,700);
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
b {
  font-weight: 700 !important;
}
.cabec {
  height: 100px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  color: #92b7bd;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabec img {
  width: 400px;
  height: 80px;
}
.rodape {
  height: 100px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  color: #92b7bd;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rodape .linhas {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}
.spaces {
  letter-spacing: 5px;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */

  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.wrapper {
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 500px;
  margin-top: -250px;
  overflow: hidden;
}
.wrapper-player {
  background: #50a3a2;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;  
  justify-content: center;
  flex-wrap: nowrap
}
.container-old {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  height: 400px;
  text-align: center;
}
.container, .container-player {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center;
}
.player {
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.9);
  z-index: 4;
  display: flex;
  align-items: center;  
  justify-content: center;
}
.player-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;  
  justify-content: center;
}
audio {
  outline: none;
}
/* Tira tempo do player */
audio::-webkit-media-controls-current-time-display {
  display: none;
}
audio::-webkit-media-controls-time-remaining-display {
  display: none;
}
h1 {
  font-size: 40px;
  font-weight: 200;
}
h2 {
  font-size: 50px;
  font-weight: 500;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  text-align: center;
}
h3 {
  font-size: 30px;
  font-weight: 200;
}
.aviso {
  color: darkred;
}
.sessao {
  color: whitesmoke !important;
  font-size: 12px;
  text-decoration: none !important;
}
.sessao:hover {
  font-weight: bold;
  font-size: 13px;
}
.faixas {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.faixas button {
  margin: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border-style: none;
  z-index: 3;
  outline: none;
  background-color: white;
}
.faixas button h1 {
  font-size: 28px;
}
.faixas button:hover {
  background-color: #9aebc9;
}
.faixa {
  text-align: center;
}
.faixa button, .lib-button {
  font-size: 20px;
  padding: 10px;
  border-radius: 40px;
  border-style: none;
  outline: none;
  background-color: white;
}
.faixas-ter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.faixas-ter button {
  margin: 4px;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 15px;
  border-style: none;
  z-index: 3;
  outline: none;
  color: #53e3a6;
  background-color: white;
}
.faixas-ter button h1 {
  font-size: 15px;
}
.faixas-ter button:hover {
  color: black;
  background-color: #9aebc9;
}
.faixas-ter button:active {
  color: white;
  background-color: #1d4b38;
}
.faixas-ter-acoes {
  padding: 5px 10px 5px 10px;
  width: auto;
  margin: 5px;
  border-radius: 15px;
  font-size: 15px;
}
.faixas-ter-acoes:hover {
  color: black;
  background-color: #9aebc9;
}
.faixas-ter-acoes:active {
  color: white;
  background-color: #1d4b38;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 30px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  transition-duration: 0.25s;
  font-weight: 300;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
}
form button {
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #53e3a6;
  border-radius: 30px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  transition-duration: 0.25s;
}
form button:hover {
  color: black;
  background-color: #9aebc9;
}
.center {
  text-align: center;
}
.link:hover {
  cursor: pointer;
}
.painel-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.painel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 600px;
  padding: 10px;
  min-height: 100px;
}
.active {
  color: white;
  background-color: #1d4b38;
}
.bloq {
  display: block;
}
.desbloq {
  display: none;
}
.ultima-acao {
  display: inline;
  font-size: 15px;
}
#ultima-acao {
  font-size: 15px;
  font-weight: bold;
}
.bloqueio {
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  align-items: flex-start;  
  justify-content: center;
  padding-top: 10px;
}
.lib-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.9);
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center;
}
.lib-play-row {
  display: flex;
  margin: 10px;
}

@media only screen and (max-width: 768px) {
  .painel {
    width: 95%;
    padding: 5px;
  }
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -1px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
  width: 3%;
  height: calc(100vw * 0.03);
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 5%;
  height: calc(100vw * 0.05);
  animation-delay: 2s;
  animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  width: 3%;
  height: calc(100vw * 0.03);
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 4%;
  height: calc(100vw * 0.04);
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
  width: 3%;
  height: calc(100vw * 0.03);
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 8%;
  height: calc(100vw * 0.08);
  animation-delay: 0s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 10%;
  height: calc(100vw * 0.1);
  animation-delay: 0s;
  animation-duration: 40s;
  
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 2%;
  height: calc(100vw * 0.02);
  animation-delay: 6s;
  animation-duration: 27s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 1%;
  height: calc(100vw * 0.01);
  animation-delay: 15s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 9%;
  height: calc(100vw * 0.09);
  animation-duration: 20s;
  animation-delay: 0s;
}

@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}

@media screen and (max-width: 500px) {
  .cabec {
    height: 60px;
    width: 100%;
  }
  .cabec img {
    width: 250px;
    height: 50px;
  }
  .rodape {
    height: 60px;
    width: 100%;
  }
}

@media screen and (min-height: 639px) {
  .faixas-ter button {
    width: 45px;
    height: 45px;
    border-radius: 25px;
  }
}