/* Radio */
.radio-section {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    border-top: 5px solid #FD0D1E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../images/radio/fondo.jpg);
    background-color: #fff;
    position: fixed;
    padding: 20px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.radio-section .radio-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-section .radio-ctn .radio-image img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.radio-section .radio-ctn .radio-song p{
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.radio-section .radio-ctn .radio-song h2{
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


.radio-section .radio-ctn .radio-song .btn-secondary {
    color: #000;
    border-color: #6c757d;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-section .radio-ctn .radio-song .dropup .dropdown-toggle::after{
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
}

.radio-section .radio-ctn .radio-song .dropdown-menu.show {
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-bottom: 0;
}

.radio-play-song{
    display: none;
}

.radio-play-song .song-top{
    display: flex;
    align-items: center;
}

.radio-play-song .song-bottom{
    text-align: center;
}

.radio-play-song .controlButtonPlay{
    padding-right: 10px;
}

.radio-section .radio-ctn .radio-play-song p{
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.radio-section .radio-ctn .radio-play-song h2{
    font-family: 'Quicksand';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


.radio-section .radio-ctn .radio-play-song .btn-secondary {
    color: #000;
    border-color: #6c757d;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-section .radio-ctn .radio-play-song .dropup .dropdown-toggle::after{
    content: "\f077";
    font-family: 'Font Awesome 6 Pro';
}

.radio-section .radio-ctn .radio-play-song .dropdown-menu.show {
    display: block;
    width: 100%;
    border: 1px solid #000;
    border-bottom: 0;
}

.eq-c {
    overflow: hidden;
    height: 30px;
    width: 40px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.eq {
    height: 1px;
    width: 5px;
    display: inline-block;
    background-color: #333333;
    bottom: 0;
    position: absolute;
    -webkit-animation-duration: 500ms;
    -webkit-animation-play-state: running;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.eq.noAnim {
    -webkit-animation: none;
    -webkit-animation-name: none;
}

.eq#eq-1 {
    left: 0;
    -webkit-animation-name: danceHeight1;
    -webkit-animation-delay: 0ms;
}

.eq#eq-2 {
    left: 6px;
    -webkit-animation-name: danceHeight2;
    -webkit-animation-delay: 300ms;
}

.eq#eq-3 {
    left: 12px;
    -webkit-animation-name: danceHeight3;
    -webkit-animation-delay: 600ms;
}

.eq#eq-4 {
    left: 18px;
    -webkit-animation-name: danceHeight4;
    -webkit-animation-delay: 900ms;
}

.eq#eq-5 {
    left: 24px;
    -webkit-animation-name: danceHeight5;
    -webkit-animation-delay: 1200ms;
}

.eq#eq-6 {
    left: 30px;
    -webkit-animation-name: danceHeight6;
    -webkit-animation-delay: 1500ms;
}

@-webkit-keyframes danceHeight1 {
    from {
        height: 1px;
    }

    to {
        height: 22px;
    }
}

@-webkit-keyframes danceHeight2 {
    from {
        height: 1px;
    }

    to {
        height: 15px;
    }
}

@-webkit-keyframes danceHeight3 {
    from {
        height: 1px;
    }

    to {
        height: 30px;
    }
}

@-webkit-keyframes danceHeight4 {
    from {
        height: 1px;
    }

    to {
        height: 20px;
    }
}

@-webkit-keyframes danceHeight5 {
    from {
        height: 1px;
    }

    to {
        height: 15px;
    }
}

@-webkit-keyframes danceHeight6 {
    from {
        height: 1px;
    }

    to {
        height: 15px;
    }
}

#controlButtonPlay{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fd0d1e;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 0;
}

#controlButtonPlay.playing i::before{
    content: "\f04c";
}

/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
    color: white !important;
}

/* (B) WRAPPER */
.aWrap {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* allow buttons to wrap into another row on small screens */
    /* flex-wrap: wrap; */
    width: auto;
    padding: 10px 30px;
    margin: 5px 0;
    border-radius: 10px;
    background: transparent;
    gap: 1rem;
}

.aWrap,
.aWrap * {
    box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

/* (D) TIME */
.aCron {
    font-size: 14px;
    color: #cbcbcb;
    margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 150px;
    padding: 0;
    margin: 0;
    background: 0;
}

.range,
.range-volume {
    position: relative;
    display: flex;
    align-items: center;
}

.range input,
.range-volume input {
    position: relative;
    z-index: 1;
}

.range .change-range,
.range-volume .change-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 0px;
    background-color: rgb(187, 187, 187);
    border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
    height: 10px;
    width: 95%;
}

.under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background-color: rgb(63, 63, 63);
    border-radius: 10px;
}

.range-volume .under-ranger {
    height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
    border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
    margin: 0 10px;
    cursor: pointer;
}

input.aVolume {
    width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
    height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
    margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
    margin-top: -3px !important;
}

.volume-container {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .radio-section .radio-ctn .radio-image,
    .radio-section .radio-ctn .radio-song,
    .radio-section .radio-ctn .radio-play,
    .radio-section .radio-ctn .radio-eq,
    .radio-section .radio-ctn .radio-player{
        display: none;
    }

    .radio-play-song,
    .radio-section .radio-ctn .song-bottom .radio-player{
        display: block;
    }

    .radio-section .radio-ctn {
        justify-content: center;
    }

    .radio-play-song .song-bottom {
        padding-top: 5px;
    }

    .song-bottom .radio-player .aWrap{
        justify-content: center;
        padding: 5px 0;
    }
}

@media screen and (max-width: 380px) {
    .radio-section {
        padding: 15px 5px;
    }
}

@media screen and (max-width: 360px) {
    .radio-play-song .song-top #controlButtonPlay {
        width: 35px;
        height: 35px;
    }

    .radio-play-song .song-top .song-text {
        padding-left: 5px;
    }

    .radio-section .radio-ctn .radio-play-song h2 {
        font-size: 14px;
    }
}