#player-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../img/bg-player.gif) #000000;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
  overflow: hidden;
  height: 100px;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
}

.reproducc {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

.reproducc .img-artist {
  width: 100px;
  vertical-align: middle;
  overflow: hidden;
  display: table-cell;
  height: 100%;
}

.reproducc .img-artist img {
  width: 100%;
  display: block;
  height: 100%;
}

.controlgroup {
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}

.img-artist img {
  width: 100%;
}

img {
  border: 0;
}
/*inicio de share*/
.share-radio-vivo a {
    align-items: center;
    width: 100%;
    display: flex;
    border-radius: 4px;
    padding: 7px 12px;
    font-size: unset;
    color: white;
    transition: all 400ms ease;
    font-weight: 400;
    text-transform: capitalize;
    transition: transform .2s; /* Animation */
    position: relative;
}
.share-radio-vivo a:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 5px #000;
}
.share-radio-vivo span {
    margin-left: 8px
}
.share-radio-vivo .facebook_share {
    background-color: #005c9c
}
.share-radio-vivo .twitter_share {
    background-color: #00ceff
}
.share-radio-vivo .google_share {
    background-color: #f24021
}
/*fin de share*/
.reproducc .ArtistInfo {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  vertical-align: top;
  display: table-cell;
  box-sizing: border-box;
  padding: 0 20px;
  flex: 3;
}

.reproducc .ArtistInfo .stado {
  width: 100%;
  color: #fff;
  padding: 2px 4px;
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
}

.reproducc .ArtistInfo .stado #status {
  font-size: .65em;
  background-color: #facb03;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 5px;
  flex: 0 0 auto;
  color: #2d1a75;
}

.reproducc .ArtistInfo #trackInfo {
  padding: 10px 0;
}

.reproducc .ArtistInfo #trackInfo #titletext {
  font-size: 22px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .9em;
  margin-bottom: 10px;
  background-color: inherit;
}

.reproducc .ArtistInfo #trackInfo #artisttext {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  line-height: .9em;
}

#pauseButton, #playButton {
  cursor: pointer;
}

.btn-player {
  width: 90px;
  height: 90px;
  display: inline-block;
  position: relative;
}

.btn-player .btn-player-radio {
  width: 60px;
  height: 60px;
  top: 45px;
  left: 45px;
  margin-left: -30px;
  margin-top: -30px;
  /* display: inline-block; */
  border-radius: 50%;
  background-color: white;
  transition: all 400ms ease;
  border: #000000 solid 5px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.btn_play_parrilla_pause {
  animation: spin 2s linear infinite alternate;
  background: linear-gradient(to bottom, rgb(255 205 34) 0, #fe4041 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939393', endColorstr='#939393', GradientType=0);
  border-radius: 50%;
  height: 90px;
  position: relative;
  width: 90px;
}

.btn_play_parrilla {
  animation: spin 2s linear infinite alternate;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.19) 0, rgba(255, 255, 255, 0.15) 50%, #9c27b0de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003989', endColorstr='#003989', GradientType=0);
  border-radius: 50%;
  height: 90px;
  position: relative;
  width: 90px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn-player .btn-player-radio i {
  color: #2196f3;
  font-size: 25px;
}

.btn-player span {
  display: none;
}

.reproducc #control_volumen {
  width: 100%;
  display: flex;
  position: relative;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  flex: 1 1 auto;
  margin-left: 10px;
}

.volume-cont {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}

.volume-cont .volume-icon {
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  color: #ffffff;
  width: 20px;
  transition: all 400ms ease;
}

.volume-cont .bar-volume {
  display: block;
  vertical-align: middle;
  flex: 1;
  margin-left: 5px;
}

.volume-cont .bar-volume .barr-volum {
  width: 100%;
  height: 25px;
  border-radius: 12px;
  background-color: #d3c8ff;
  position: relative;
  cursor: pointer;
}

.volume-cont .bar-volume .barr-volum .volumenBar {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  background-color: #facb03;
  width: 90%;
}
.bg-image {
    background: #2d1a75;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    background-size: cover;
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 96%;
    z-index: -1;
}
/*progreso de cargaaa*/
.loader{
	display: none;
}
.progress {
  background: #130e0e00;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 40px;
  width: 100%;
}

.progress-value {
  animation: load 0.4s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #000000b3;
  height: 40px;
  width: 0;
  border-right: solid 2px #292726;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}
@media (max-width:420px) {
  #player-content {
    height: 60px;
  }

  .reproducc {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
  }

  .reproducc .img-artist {
    max-width: 60px;
    height: 100%;
  }

  .reproducc .img-artist img {
    height: 100%
  }

  .reproducc .ArtistInfo {
    width: 60%;
    padding: 0 0px;
  }

  .reproducc .ArtistInfo .stado {
    padding: 0px;
  }

  .reproducc .ArtistInfo .stado #status {
    font-size: .58em;
    padding: 4px;
  }

  .reproducc .ArtistInfo #trackInfo {
    margin: 0px;
    padding: 0;
    margin-top: 5px;
  }

  .reproducc .ArtistInfo #trackInfo #titletext {
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #17a2b8;
    line-height: .9em;
    margin-bottom: 0px;
  }

  .reproducc .ArtistInfo #trackInfo #artisttext {
    display: none;
  }

  .btn-player {
    width: 80px;
    height: 50px;
    display: flex;
    position: relative;
    z-index: 1000;
  }

  .btn-player .btn-player-radio {
    width: 80px;
    height: 60px;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: -0px;
    position: relative;
    z-index: 100000000;
    border-radius: 0%;
    border: #a902b9 solid 1px;
  }

  .btn_play_parrilla_pause {
    display: none;
  }

  .btn_play_parrilla {
    display: none;
  }
  .bg-image {
    height: 200px;
}
}
.activo {
	background: linear-gradient(-90deg, #ffcd22, #dfc206, #ffeb00, #000000);
	background-size: 400% 400%;
	animation: gradient 0.8s ease infinite;
	border-radius: 10px;
	position: relative;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
		box-shadow:0px 0px 20px 3px #e8ff00;
	}
	50% {
		background-position: 100% 50%;
		box-shadow:0px 0px 10px 5px #000;
	}
	100% {
		background-position: 0% 50%;
		box-shadow:0px 0px 20px 3px #ffffff;
	}
}
