.audio-container{
    width: 100%;
    display: flex;
    min-height: 120px;
}

.image-section{
    width: 14%;
    /*background-image: url(../images/player/caratula_amarilla.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
}

.audio-section{
    width: 86%;
    background-image: url('../images/player/sombra.png');
    padding: 0 10px;
    background-repeat: no-repeat;
}

.volume{
    width: 6%;
    min-height: 85px;
}

#volume{
    transform: rotate(-90deg);
}

.icon_volume{
    margin-left: 22px;
    margin-top: 45px;
}


.player-audio{}

.Title{
    font-family: 'Futura-Medium';
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-style: italic;
    font-weight: bolder;
    margin-top: 10px;
    padding: 0 60px;
}

.controls{
    width: 100%;
    display: inline-flex;
}

.audio_range{
    width: 35%;
    display: inline-flex;
    margin: 0 -80px;
}

.audio_letter{
    font-family: "Futura-light" !important;
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
    margin-top: 50px;
}

#duration_slider{}

.buttons{
    width: 25%;
    display: inline-flex;
}

#current{
    text-align: right;    
}

.button_margin{
    width: 25px;
    cursor: pointer;
}

#pre{
    background-image: url(../images/player/atras_boton.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
}

#next{
    background-image: url(../images/player/siguiente_boton.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
}

#play{
    /*background-image: url(../images/player/play_amarillo.png);*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35%;
    margin: 0 -22px;
}

@media (max-width: 1024px) {
    .image-section{
        width: 19%;
    }
    .volume{
        width: 9%;
    }
    .buttons {
        width: 35%;
    }
}

@media (max-width: 769px) {
    .image-section{
        width: 36%;
    }
    .volume{
        width: 11%;
    }
    .buttons {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .image-section{
        width: 0%;
    }
    .audio-section{
        width: 100%;
    }
    .volume{
        width: 14%;
    }
    .buttons{
        width: 65%;
    }
}

@media (max-width: 375px) {
}

.range_track {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #333333;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-top: 40px;
}

.range_track:hover {
  opacity: 1;
}

.amarilloslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #EDC246;
  cursor: pointer;
  box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
  background: #EDC246;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}

.amarilloslider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #EDC246;
  cursor: pointer;
  box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
  background:  #EDC246;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}


.moradoslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #BA5A9B;
  cursor: pointer;
  box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
  background: #BA5A9B;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}

.moradoslider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #BA5A9B;
  cursor: pointer;
  box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
  background:  #BA5A9B;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}

.range_volume {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #333333;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range_volume:hover {
  opacity: 1;
}

.range_volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  cursor: pointer;
  box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
  background:  #333333;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}

.range_volume::-moz-range-thumb {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  cursor: pointer;
  box-shadow:0px 0px 11px 8px rgba(0,0,0,0.26);
  background:  #333333;
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
}


/*Chrome*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .amarilloslider {
          overflow: hidden;
          width: 100%;
          -webkit-appearance: none;
          background-color: #d3d3d3;
        }
        
        .amarilloslider::-webkit-slider-runnable-track {
          height: 25px; /* Specified height */
          -webkit-appearance: none;
          color: #13bba4;
          margin-top: -1px;
        }
        
        .amarilloslider::-webkit-slider-thumb {
           width: 25px; /* Set a specific slider handle width */
          -webkit-appearance: none;
          height: 25px; /* Specified height */
          cursor: ew-resize;
          background: #434343;
          box-shadow: -100vw 0 0 100vw  #EDC246;
        }
    
    }
    /** FF*/
    .amarilloslider::-moz-range-progress {
      background-color: #EDC246; 
    }
    .amarilloslider::-moz-range-track {  
      background-color: #333333;
    }
    /* IE*/
    .amarilloslider::-ms-fill-lower {
      background-color: #EDC246; 
    }
    .amarilloslider::-ms-fill-upper {  
      background-color: #333333;
    }    
    
    /*Chrome*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .moradoslider {
          overflow: hidden;
          width: 100%;
          -webkit-appearance: none;
          background-color: #333333;
        }
        
        .moradoslider::-webkit-slider-runnable-track {
          height: 25px; /* Specified height */
          -webkit-appearance: none;
          color: #13bba4;
          margin-top: -1px;
        }
        
        .moradoslider::-webkit-slider-thumb {
           width: 25px; /* Set a specific slider handle width */
          -webkit-appearance: none;
          height: 25px; /* Specified height */
          cursor: ew-resize;
          background: #434343;
          box-shadow: -100vw 0 0 100vw  #BA5A9B;
        }
    
    }
    /** FF*/
    .moradoslider::-moz-range-progress {
      background-color: #BA5A9B; 
    }
    .moradoslider::-moz-range-track {  
      background-color: #333333;
    }
    /* IE*/
    .moradoslider::-ms-fill-lower {
      background-color: #BA5A9B; 
    }
    .moradoslider::-ms-fill-upper {  
      background-color: #333333;
    }    
    
    
    /*Chrome*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .range_volume {
          overflow: hidden;
          width: 100%;
          -webkit-appearance: none;
          background-color: #333333;
        }
        
        .range_volume::-webkit-slider-runnable-track {
          height: 25px; /* Specified height */
          -webkit-appearance: none;
          color: #13bba4;
          margin-top: -1px;
        }
        
        .range_volume::-webkit-slider-thumb {
           width: 5px; /* Set a specific slider handle width */
          -webkit-appearance: none;
          height: 5px; /* Specified height */
          cursor: ew-resize;
          background: #434343;
          box-shadow: -100vw 0 0 100vw  #ffffff;
        }
    
    }
    /** FF*/
    .range_volume::-moz-range-progress {
      background-color: #ffffff; 
    }
    .range_volume::-moz-range-track {  
      background-color: #333333;
    }
    /* IE*/
    .range_volume::-ms-fill-lower {
      background-color: #ffffff; 
    }
    .range_volume::-ms-fill-upper {  
      background-color: #333333;
    }    
    