.audiojs{
  width: 100%;
  /*background: #5A0C0A;*/
  /*background: #189085;*/
  background: #162D6C;
  border: none;
}
.loaded{background: #C9C9C9 !important;}
.audiojs .play-pause {
  width: 36px;
  margin-left: 1%;
  height: 35px;
  padding: 0;
  border: none;
  padding: 9px 0;
  /*height: 31px;*/
  margin-top: 10px;
  background: url('fundo-radio-aovivo-mobile.png') no-repeat center;
}

.audiojs .progress{background: #2A3B00;border-radius: 0;}
/* .audiojs .play-pause .play{
  background: url('play.png') center 4px no-repeat;
  background-size: 100%;
}
.audiojs .play-pause .pause{
  background: url("pause.png") center 4px no-repeat;
  background-size: 100%;
  } */
  .audiojs .play-pause .play, .audiojs .play-pause .pause{
    background: url('play-aovivo.png') center no-repeat;
    width: 100%;
    height: 18px;
    margin-left: 9px;
    /*margin: 35% 0 0 8px;*/
    /*margin: 9px 0 0 8px;*/
  }
  .audiojs .play-pause .pause{background: url("pause-aovivo.png") center no-repeat;}
  .audiojs .play-pause .error{
    background: url("erro.png") center 4px no-repeat;
    background-size: 100%;
  }
  .audiojs .play-pause .loading{
    background: url("loading.gif") center 4px no-repeat;
    background-size: 100%;
    margin-left: 3px;
    margin-top: -10px;
  }
  .audiojs .scrubber{width: 66%;margin: 10px 1%;background-color: white;border: none;}
  .audiojs .time{
    text-align: right;
    border: none;
    margin: 0;
    float: right;
    max-width: 25%;
    width: auto;
    color: white;
  }
  .audiojs .played, .audiojs .duration{width: auto;}
  .audiojs .played{}
  .audiojs .duration{}


  /*@media(max-width: 767px){*/
    .audiojs{
      overflow-y: visible;
      height: auto;
    }
   /* .audiojs .play-pause{
      width: 30px;
      margin-left: 1%;
    }*/
    .audiojs .play-pause .play, .audiojs .play-pause .pause{background-position: left top;}
    .audiojs .time{
      position: absolute;
      right: 1%;
      top: 10px;
      max-width: 100%;
      padding: 0;
    }
    .audiojs .scrubber{width: 98%;}
    /*}*/

    @media(max-width: 767px){
      .audiojs .play-pause{margin-left: 2.5%;}
      .audiojs .time{right: 2.5%;}
      .audiojs .scrubber{width: 95%;margin-left: 2.5%;margin-right: 2.5%;}
      /*.audiojs .play-pause .play, .audiojs .play-pause .pause{margin-left: 0;}*/
    }


    /*audio[controls="controls"]{width: 100%;}
    .audio_texto p{

    }*/