footer {
    padding-bottom: 100px;
   
}

.bg-primary-color {
    background-color: #e11306;
}

.text-primary-color {
    color: #e11306;
}

.text-greyLight {
    color: #c9c9c9!important;
}
.text-grey {
    color: #939393!important;
}

#permanent-player {
    margin: 0;
}

#permanent-player .d-flex {
    flex-wrap: wrap;
}

#permanent-player .h-pr {
    position: relative;
}

#permanent-player .h-pa {
    position: absolute;
}

@media (min-width: 768px) {
    #permanent-player {
        margin: 0 8px;
    }

    #permanent-player .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #permanent-player .container {
       width: 100%;
    }
}

@media (min-width: 1200px) {
    #permanent-player .container {
        width: 100%;
    }
}

#permanent-player img {
    display: inline;
}

#permanent-player .player-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    text-align: center;
    z-index: 10000001;
    font-size: 10px;
    line-height: 10px;
    display: block;
    box-shadow: -7px 0 20px -10px rgb(0 0 0 / 50%),
        7px 0 20px -10px rgb(0 0 0 / 50%),
        0 0 0 0 transparent,
        0 7px 0px -10px rgb(0 0 0 / 50%);
}

.player-container ul {
    list-style: none;
    padding: 0 10px;
}

.player-container button {
    padding: 0;
    border: none;
    margin: 0;
    background: none;
}

#closed-player {
    max-height: 70px;
}

#closed-player .progress-bar {
    width: 100%;
    background-color: #e0191a;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
}

#closed-player .progress-bar span {
    width: 0%;
    height: 3px;
    display: block;
}

#player-layer {
    height: 70px;
}

#player-data-part {
    width: 45%;
}

#player-data-part .data-default {
    width: 347px;
    text-align: left;
    font-size: 1.7rem;
}

#player-data-part .data-default p {
    margin: 30px;
}

.data-loaded {
    display: none;
    flex-flow: row;
    height: 70px;
}

.data-loaded img {
    width: 70px;
    height: 70px;
    background: #dcdcdc;
}

.data-loaded .player-info {
    margin: 0 10px;
    line-height: 1.3em;
    text-align: left;
    width: 80%;
}

.data-loaded .player-info p {
    margin: 0;
    
    font-size: 1.2rem;
    font-weight: 600;
}

.data-loaded .player-info p.text-left {
    margin: 20px 0 1px 0;
}

.data-loaded .player-info .player-info-title {
    width: 100%;
    overflow: hidden;
    line-height: 1em;
    height: 35px;
}

.data-loaded .player-info .player-info-title p {
        font-size: 1.2rem;
    font-weight: 700;
}

.data-loaded .player-info b {
    width: 100%;
    white-space: nowrap;
}

.data-loaded .player-info b.js-player-radio {
    margin-left: 5px;
    word-spacing: -3px;
    text-transform: uppercase;
}

.data-loaded .player-info-title {
    font-size: 1.8rem;
    font-weight: 600;
}

.data-loaded .player-info-title span {
    margin: 0 5px;
    font-weight: 500;
    white-space: nowrap;
}

.player-controls-part .control {
    width: 48px;
    height: 48px;
    position: relative;
    margin: auto;
    padding: 0;
    border: none;
    background: none;
}

.player-controls-part .control {
    color: #c4c4c4;
}

.player-controls-part .control:disabled,
.player-controls-part .control[disabled] {
    color: #33302a;
}

.player-controls-part .control:disabled img,
.player-controls-part .control[disabled] img{
    filter: brightness(0%);
    opacity: 0;
}

.player-controls-part .control i,
.player-controls-part .control b,
.player-controls-part .control image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}

.player-controls-part .control i.fa-play {
    margin-left: 1px;
}

.player-controls-part .control .js-player-play {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.player-controls-part .control .js-player-play .fa-spinner {
    animation: spin 1s linear infinite;
    top: 30%;
    left: 30%;
}

#choose-radio-part {
    margin-left: auto;
}

#choose-radio-part .js-toggle-player img {
    display: inline;
    filter: brightness(10);
}

#choose-radio-part button {
    
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
    top: 50%;
    right: 20px;
    transform: translateY(-60%);
    text-transform: uppercase;
}

#choose-radio-part button i {
    font-size: 2.2em;
    margin-left: 4px;
    vertical-align: sub;
}

#choose-radio-part .fa-microphone {
    font-size: 1rem;
    margin-right: 4px;
}

#choose-radio-part .fa-2x {
    margin-left: 4px;
}

#player-displayed {
    height: 0;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    margin-bottom: -1px;
}

#player-displayed.open {
    height: calc(100% - 69px);
    overflow: hidden;
        z-index: 999999999999;
}

#player-displayed #station-bar {
    height: 35px;
    background-image: url('../images/barra.png');
    background-size: cover;
}

#player-displayed #station-bar ul {
    display: flex;
    justify-content: space-around;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

#player-displayed #station-bar ul li {
    
    font-weight: 600;
    margin: auto 0;
    cursor: pointer;
    padding-bottom: 10px;
    width: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

#player-displayed .li-data {
    cursor: pointer;
}

#player-displayed .player-data {
    margin: 20px 60px 20px 20px;
    position: relative;
}

#player-displayed .player-data .image-player {
    max-height: 210px;
    max-width: 210px;
    width: 210px;
    border-radius: 5px;
    margin-right: 20px;
    background-color: #fff;
}

#player-displayed .player-info {
    position: relative;
    flex: 1;
}

#player-displayed .player-data .progress-bar {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
}

#player-displayed .player-data .progress-bar span {
    width: 0%;
    height: 3px;
    display: block;
    position: relative;
}

#player-displayed .progress, #player-displayed .progress-bar {
        overflow: inherit;
        display: block;
}

#player-displayed .player-info .progress-bar:after {
    background-color: #e01207;
    border: 2px solid var( #e01207);
    content: " ";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -8px;
    top: -5px;
    border-radius: 100%;
}

#player-displayed .player-info p {
    padding-top: 20px;
    margin: 0;
}

#player-displayed .player-info .progress p {
    font-size: 1.2rem;
    letter-spacing: .14px;
    float: left;
    font-weight: 700;
}

#player-displayed .player-info .progress p:last-child {
    float: right;
}

#player-displayed button.js-toggle-player {
    font-size: 40px;
    margin-right: 10px;
    position: absolute;
    right: -60px;
    top: -20px;
}

#player-displayed .player-controls-part {
    margin: 0 auto;
    margin-top: 20px;
    width: 280px;
    height: 56px;
}

#player-displayed .player-controls-part .volume-control {
    position: absolute;
    right: 38px;
    height: 56px;
    width: 85px;
}

#player-displayed .player-controls-part .volume-control .sound-bar {
    width: 60px;
    background-color: #DDDDDD;
    height: 2px;
    align-self: center;
    cursor: pointer;
    margin: auto 0 auto 5px;
    transform: translateY(500%);
}

#player-displayed .player-controls-part .volume-control #bt-volume image {
    width: 20px;
    height: 20px;
}

#bt-volume #volume {
    display: none;
}

#bt-volume.active #volume {
    display: inline-block;
}

#bt-volume.active #mute {
    display: none;
}

#player-displayed .player-controls-part .volume-control>div {
    margin: auto 0 auto 0;
    cursor: pointer;
    min-height: 20px;
}

#player-displayed .player-controls-part .volume-control div.sound-bar span {
    width: 70%;
    height: 100%;
    display: block;
    position: relative;
}

#player-displayed .player-controls-part .volume-control div.sound-bar span:after {
    background-color: #e21618;
    border: 1px solid #e21618;
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: -4px;
    border-radius: 100%;
}

#player-displayed .player-info-title {
    
    font-size: 2rem;
    line-height: 1em;
    height: auto;
    overflow: hidden;
}

#player-displayed .player-info-title .js-player-presenter {
    font-size: 1.8rem;
    max-width: 380px;
    overflow: hidden;
    margin: 0 auto;
        padding: 0;
}

#player-displayed .player-data .share-part {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 25px;
    z-index: 1;
}

#player-displayed .player-data .share-part #return-live {
    padding: 10px;
    font-size: 10px;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 30px;
    background-color: var(--primary);
}

#player-displayed .player-data .share-part #return-live i {
    font-size: 0.5rem;
}

#player-displayed #player-tabs {
    background-color: #f9f9f9;
    position: relative;
    height: 100%;
}

#player-displayed #player-tabs .tab-bar {
    font-size: 1.5rem;
    width: 70%;
    margin-left: auto;
    background-color: #F9F9F9;
    align-content: flex-start;
    float: right;
}

#player-displayed #player-tabs .tab-bar .tab-button {
    
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    max-height: 55px;
}

#player-displayed #player-tabs .tab-bar .tab-button.active {
    border-bottom: 2px solid #33302a;
}

#player-displayed #player-tabs ul {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    margin: 10px 20px;
    padding: 0;
    flex-grow: 1;
        overflow-y: auto;
    height: 100%;
}

#player-displayed #player-tabs li {
    height: 80px;
    position: relative;
}

#player-displayed #tab-schedule li.back-border:before {
    content: " ";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 27px;
    background: #dadada;
    z-index: 0;
}

#player-displayed #tab-schedule img,
#player-displayed #tab-news img,
#player-displayed #tab-podcast img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    margin-right: 15px;
    float: left;
}

#player-displayed #player-tabs figure {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    margin-right: 15px;
    float: left;
}

#player-displayed #player-tabs p {
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1em;
}

#player-displayed #player-tabs li .play-icon {
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    color: #E7E7E7;
}

#player-displayed #player-tabs li .play-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6px 6px 6px 9px;
    border-radius: 100%;
}

#player-displayed #player-tabs li .play-icon i.fa-pause {
    padding: 6px;
}

#player-displayed #player-tabs #tab-podcast p {
    padding-top: 5px;
}

#player-displayed #player-tabs #tab-podcast p.excerpt {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: normal;
}

#player-displayed #tab-schedule img {
    position: absolute;
    left: 0;
    z-index: 1;
    background: #eee;
    box-shadow: 2px 1px 3px 0px #22222230;

}

#player-displayed #tab-schedule p {
    margin-left: 90px;
    line-height: 1em;
    overflow: hidden;
    max-height: 42px;
}

#player-displayed #player-tabs #publi-player-tab {
    width: 30%;
    float: left;
    max-height: 325px;
    overflow: hidden;
    position: relative;
    margin: 1em 0 0 0;
}

#player-displayed #player-tabs #player-share-tab {
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    overflow: hidden;
    z-index: 10;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    margin-bottom: -1px;
    background-color: #fff;
    margin-left: auto;
}

#player-displayed #player-tabs #player-share-tab.open {
    height: 100%;
}

#player-displayed #player-tabs #player-share-tab p {
    padding: 20px;
    font-weight: 600;
    background-color: #F9F9F9;
}

#player-displayed #player-tabs #player-share-tab .js-toggle-share {
    float: right;
    font-size: 25px;
    padding: 15px;
}

#player-displayed #player-tabs #player-share-tab div {
    border-top: 2px solid #DFDFDF;
}

#player-displayed #player-tabs #player-share-tab div #text-to-copy {
    border: 0;
    background-color: #F9F9F9;
    padding-left: 10px;
    width: 80%;
}

#player-displayed #player-tabs #player-share-tab div #text-to-copy:focus {
    outline: none;
}

#player-displayed #player-tabs #player-share-tab div p {
    margin: 20px;
    font-size: 1.2rem;
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 20px 20px 20px 60px;
}

#player-displayed #player-tabs #player-share-tab div p .fa {
    position: absolute;
    padding: 15px 20px 20px 20px;
    top: 0;
    border-radius: 0 5px 5px 0;
    font-size: 2rem;
}

#player-displayed #player-tabs #player-share-tab div p .fa-copy {
    color: #fff;
    background-color: #33302a;
    right: 0;
}

#player-displayed #player-tabs #player-share-tab div p .fa-globe {
    left: 0;
}

#player-displayed #player-tabs #player-share-tab ul {
    justify-content: center;
}

#player-displayed #player-tabs #player-share-tab li {
    margin: 20px;
    height: 50px;
    width: 50px;
    background-color: #33302a;
    padding: 10px 0px 0px 2px;
    color: #fff;
    border-radius: 5px;
    font-size: 2rem;
    cursor: pointer;
}

#player-displayed #player-tabs #player-share-tab li a {
    color: #fff;
}

#publi-part {
    height: 0;
    background-color: #fff;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    margin-bottom: -1px;
}

#publi-part.open {
    z-index: 9999999999;
    height: 480px;
    margin-bottom: 70px;
}

#publi-layer {
    position: absolute;
    height: 0;
    width: 100%;
    background-color: #222;
    overflow: hidden;
    z-index: 1;
}

#publi-layer p {
   font-size: 1em;
    margin-top: 9px;
    margin-bottom: 8px;
    line-height: 1.2rem;
    width: 80%;
    color: #fff;
}

#publi-layer p.text-primary-color {
    font-size: 1.2em;
}

#publi-layer.open {
    padding: 10px;
    height: 100%;
}

.player-container #player-tabs .player-tab {
    width: 100%;
    border-top: 2px solid #EEEEEE;
    margin-top: -2px;
}

.player-container .player-tab li.btn-more a {
    
    font-weight: 500;
    margin-top: 10px;
    background-color: #33302a;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff!important;
    position: absolute;
    left: 0;
    z-index: 1;
}

.replacement-player {
    width: 100%;
    display: flex;
    border-radius: 50px 5px 5px 50px;
    padding: 10px;
    align-items: center;
}

.replacement-player button {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 100%;
    border: 4px solid #f4f4f4;
    color: #f4f4f4;
}

.replacement-player p {
    
    margin: 0 10px;
}

.replacement-player p:first-of-type {
    max-width: 70%;
    overflow: hidden;
}

.replacement-player p:last-of-type {
    margin-left: auto;
    color: #f4f4f4;
}

#sticky-pbs {
    margin-bottom: 70px !important;
}

@media (max-height: 720px) {
    #player-displayed #player-tabs ul {
        height: 250px;
    }
}

@media (max-width: 767px) {
     .data-loaded .player-info p.text-left {
  
    font-size: 10px;
}

.up-player {
    height: 2.5px;
    width: 50px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    border-radius: 5px;
}

#player-displayed .player-info-title .js-player-presenter {
    margin-bottom: 1em;
}

#closed-player .progress-bar {
    bottom: 0px;
    top: inherit;
}

.data-loaded .player-info {
 margin: 0 0 0 5px;
}


.data-loaded .player-info .player-info-title p {
    font-size: 12px;
    font-weight: 700;
}

#player-displayed #tab-schedule p {
    
    max-height: 100%;

}

#player-displayed #player-tabs li {
    height: 100px;
    position: relative;
}

.player-container .player-tab li.btn-more a {

    line-height: 1.1;
}


.player-controls-part .control .js-player-play {
    filter: brightness(1);
}

#publi-layer p.text-primary-color {
    margin-bottom: 0!important;
}

#player-displayed .player-data .share-part #return-live {
        position: absolute;
    width: 205px;
    right: 0;
}

#player-displayed .player-controls-part .volume-control {
    bottom: 45px;
}

    #permanent-player .player-container {
        margin: 0;
        width: 100%;
    }

    #player-layer {
        flex-wrap: nowrap;
        padding: 0;
    }

    #publi-layer p {
        font-size: inherit;
        margin-top: 0px;
        margin-bottom: 5px;
        line-height: 1.6rem;
        width: 80%;
    }

    #player-data-part {
        width: 80%;
    }

    .data-loaded .player-info {
        width: 75%;
    }

    .data-loaded .player-info .player-info-title {
        width: 100%;
    }

    #player-data-part .player-info-title {
        font-size: 1.4rem;
    }

    #player-layer .player-controls-part {
        margin-left: auto;
        margin-right: 5px;
    }

    #player-layer .player-controls-part .control {
        margin: auto 5px auto 0;
    }

    .player-container .player-tab li.btn-more a {
        width: 100%;
    }

    #player-displayed.open {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    #player-displayed .player-data {
        margin: 10px;
    }

    #player-displayed #station-bar ul li {
        width: 50px;
    }

    #player-displayed button.js-toggle-player,
    #player-displayed .player-data .share-part {
        position: relative;
        width: 10%;
        height: 40px;
    }

    #player-displayed button.js-toggle-player {
        right: 0;
        top: 0;
        margin-right: auto;
    }

    #player-displayed .player-info {
        margin-top: 10px;
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-basis: auto;
    }

    #player-displayed .player-info .player-info-title {
        order: -1;
        width: 100%;
    }

    #player-displayed .player-data .progress-bar {
        position: relative;
        margin:0;
    }

    #player-displayed .player-info p {
        width: 100%;
    }

    #player-displayed .player-controls-part {
        width: 100%;
    }

    #player-displayed #player-tabs #publi-player-tab {
        width: 100%;
        float: none;
    }

    #player-displayed .player-data .share-part {
        margin-top: 5px;
        margin-left: auto;
    }

    #player-displayed #player-tabs .tab-bar {
        width: 100%;
        float: none;
    }

    #player-displayed #player-tabs .tab-bar .tab-button {
        width: 100%;
            color: #33302a!important;
    }

    #player-tabs #tab-schedule {
        display: none;
    }

    #btn-tab-schedule {
        order: 0;
    }

    #tab-schedule {
        order: 1;
    }

    #btn-tab-podcast {
        order: 2;
    }

    #tab-podcast {
        order: 3;
    }

    #btn-tab-news {
        order: 4;
    }

    #tab-news {
        order: 5;
    }

    #player-displayed #player-tabs #player-share-tab.open {
        width: 100%;
    }

    #player-displayed #player-tabs #player-share-tab div p {
        padding: 20px 20px 20px 10px;
    }

    #player-displayed #player-tabs #tab-podcast p {
        max-height: 40px;
        overflow: hidden;
        padding-top: 5px;
    }

    #player-displayed #player-tabs ul {
        height: auto;
    }

    #player-displayed #station-bar {
        background-image: url(../images/barra-mobile.png);
        background-size: cover;
    }

    .replacement-player p:first-of-type {
        max-width: 50%;
    }
}

@media (max-width: 280px) {
    .data-loaded .player-info {
        width: 60%;
    }
}

.scroll-text {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    -moz-animation: scrolltext 40s linear infinite;
    -webkit-animation: scrolltext 40s linear infinite;
    animation: scrolltext 40s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes scrolltext {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolltext {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scrolltext {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}