.caja{
    padding: 25px 25px;
    display : flex;
    box-shadow: 9px 9px 16px #A3B1C6, -9px -9px 16px #ffffff;
    margin: 25px 25px;
    max-width: 90%;
}
.bg-fondo{
    background-color: #fff;
}
.conten{
    padding: 5px 5px;
}
.imagenaudio{
    max-width: 173px !important;
    height: 173px !important;
}
.caja_left{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    margin-left: 1.5rem;
}
.caja_left > .titulo{
    font-weight : bold;
    font-size : 19px;
    align-self: flex-start;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.caja_left > .descripcion{
    font-size : 16px;
    line-height: 16px;
    font-weight : 400;
    padding-bottom: 15px;
    
}
.all_control{
    display: flex;
    flex-direction: row;
    width : 100%;
    justify-content: space-between;
    align-items: center;
}
.nav_bar_audio{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin-left: 10px;
    margin-right: 10px;
}
.player__level{
    width: 65%;
    margin-left: 5px;
    margin-right: 5px;
}

.nav_bar_volume{
    width: 35%;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.nav_bar_volume > input{
    width: 65%;
}
.nav_download > a{
    color: rgb(104,104, 104);
}

.min{
    text-decoration: none;
    color: #666;
    
}
.text-small{
    font-size: small;
}