/* CSS Document */
* {
  margin: 0;
  border: 0;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  background: url("images/bg.jpg") no-repeat center center #fff;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h2 {
  font-weight: 400;
}

#bloco {
  height: 677px;
  width: 409px;
  text-align: center;
  background: url("images/fundo-player.png") no-repeat center center transparent;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#bloco img {
  margin-top: 110px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#bloco p {
  text-align: center;
}

.barra {
  padding: 0 8%;
}

.jp-playlist,
.jp-progress {
  display: block;
}

.jp-controls,
.jp-details ul {
  list-style: none;
  padding: 0;
}

.jp-interface {
  color: white;
}

.jp-controls-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.jp-controls-holder a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.jp-controls-holder a:focus {
  outline: 0;
}

.jp-controls-holder a.jp-previous {
  width: 46px;
  height: 40px;
  background: url("images/prev.png") no-repeat center center transparent;
}

.jp-controls-holder a.jp-next {
  width: 46px;
  height: 40px;
  background: url("images/next.png") no-repeat center center transparent;
}

.jp-controls-holder .jp-play,
.jp-controls-holder .jp-stop {
  padding: 0;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
}

.jp-controls-holder .jp-play:focus,
.jp-controls-holder .jp-stop:focus {
  outline: 0;
}

.jp-controls-holder .jp-play {
  background: url("images/play.png") no-repeat center center #fbba22;
}

.jp-controls-holder .jp-stop {
  background: url("images/stop.png") no-repeat center center #fbba22;
}

.jp-seek-bar {
  width: 100%;
  height: 8px;
  background: #cccbcb;
  position: relative;
  border-radius: 4px;
}

.jp-seek-bar .jp-play-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fbba22;
  border-radius: 4px;
  overflow: visible !important;
}

.jp-seek-bar .jp-play-bar::after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #fbba22;
  border-radius: 10px;
}

.jp-audio .jp-stop {
  display: none;
}

.jp-audio.jp-state-playing .jp-play {
  display: none;
}

.jp-audio.jp-state-playing .jp-stop {
  display: block;
}

.jp-details ul li span.jp-title {
  display: block !important;
  font-size: 20px;
  color: white;
  font-weight: 300;
}

.numeros {
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8%;
  margin: 20px 0 16px;
}

.titulo .musica {
  font-size: 26px;
  font-weight: 300;
}

.titulo .artista {
  font-size: 18px;
  font-weight: 300;
}

.logo-mega {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 200px;
  padding: 20px 20px 20px 60px;
  background: url("images/fundo-logo.png") no-repeat center center transparent;
  background-size: 100% 100%;
}

.logo-mega img {
  max-width: 100%;
}

@media (max-width: 800px) {
  .logo-mega {
    display: none;
  }
}

form {
  margin-top: 20px;
  margin-left: 30px;
}

.campos {
  margin-right: 5px;
  background: #FFFFFF;
  color: #4c4d4f;
  border: 1px solid #ee7026;
  padding: 3px;
}

.botao {
  background-color: #ee7026;
  color: #FFF;
  border: 1px solid #ee7026;
  font-weight: bold;
  padding: 3px 10px;
}

.botoes {
  height: 160px;
}

.botoes a {
  position: relative;
}

.botoes a img {
  margin: 10px 50px;
  position: relative;
}
/*# sourceMappingURL=estilo.css.map */