#audiosample_audio{width:100%}
.panel.audio-panel{
    background:transparent;
    border: 1px solid #fff;
    padding:3px;
}
audio.audiosample_audio{width:100%}
.panel.audio-panel label, .panel.audio-panel strong{color:#000 !important;font-weight: bold;}
.panel.audio-panel label{border-bottom:1px solid #fff;}
.ContainerState2
{
    position: fixed;
    bottom: 25px;
    z-index: 11;
    display: none;
}
.ContainerAudio
{
    display:flex;
    padding: 4px;
    align-items: center;
    border-radius: 10px;
}
#audioStop2 button svg,#audioPlay2 button svg
{
    width: var(--widthButtonAudio) !important;
    height: var(--heightButtonAudio) !important;
}
.panel.audio-panel
{
    border: none;
    margin: 16px 0px;
}
.speedBtn button
{
    background: #657781;
    border: none;
    border-radius: 14px;
    padding: 2px 13px;
    color: white;
    font-size: 12px;
    font-weight: 800;
    width: 39px;
    min-width: 40px;
    margin-right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.speedBtn button:focus
{
    outline:none;
}
.speedBtn button span
{
    font-size: 8px;
    font-weight: 800;
}
.controlAudio button
{
    padding: 0px;
    background: transparent;
    border: none;
}
.controlAudio button:focus
{
outline: none;
}
.ContainerSpeed
{
    position: absolute;
    right: 10px;
}
.d-none
{
    display:none;
}
#waveform
{
    flex: 0.8;
}
.ContainerState
{
    flex: 0.1;
    display: flex;
    justify-content: center;
}
.ContainerAudio button
{
    display: flex;
}
#audio_title_label{
    display: flex;
    border: none;
    margin-bottom: 0px;
}
#Capa_1
{
    position: absolute;
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}
@-webkit-keyframes smallScale {
from {
    transform: scale(1);
    opacity: 1;
}
to {
    transform: scale(1.5);
    opacity: 0;
}
}
@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
    }
    @media only screen and (max-width: 600px) {
    .ContainerState2
        {
            display:block;
        }
    #waveform 
    {
        flex: 0.73;
    }
}       