#radio-ok,
body,
html {
    margin: 0;
    background-color: #ff3739;
}

body,
html {
    height: 100%
}

button:focus, a:focus {
    outline: none;
}

#radio-ok {
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
    background: url(https://files.metropoles.com/metropoles-fm/popup/bg-popup-radio.jpg) no-repeat center bottom;
    background-size: cover;
}

#radio-ok .logo-ok img {
    margin: 14px 0 0 10px
}

#radio-ok .player {
    position: absolute;
    top: 15px;
    right: 8px;
    overflow: hidden;
    width: 210px;
    height: 62px
}

#radio-ok .player .texto {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
    margin: 16px 0 0;
    letter-spacing: 1px;
    position: absolute;
    right: 70px
}

#radio-ok .player.pause .texto {
    display: none
}

#radio-ok .player .gif {
    display: block;
    margin: 20px auto;
    opacity: 0;
}

#radio-ok .player.pause .gif {
    opacity: 0.7;
}

#radio-ok .player .box-button {
    border-radius: 100%;
    /*background-color: #b21515;*/
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

#radio-ok .player .box-button button {
    display: block;
    width: 74px;
    height: 74px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image: url(https://files.metropoles.com/metropoles-fm/popup/btn-play.png);
    background-size: 25px;
    cursor: pointer;
}

#radio-ok .player.pause .box-button button {
    background-position: center center;
    background-image: url(https://files.metropoles.com/metropoles-fm/popup/btn-pause.png);
}

#radio-ok .app a {
    display: block;
    overflow: hidden;
}

#radio-ok .app a:hover {
    -webkit-filter: brightness(1.5);
    -moz-filter: brightness(1.5);
    -o-filter: brightness(1.5);
    -ms-filter: brightness(1.5);
    filter: brightness(1.5)
}

#radio-ok .app a img {
    height: 28px;
    float: left
}

#radio-ok .ao-vivo {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: helvetica;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#radio-ok .ao-vivo:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 100%;
    position: relative;
    top: -1px;
}

@media screen and (max-width:768px) {
    #radio-ok {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    #radio-ok .logo-ok img {
        max-width: 240px;
        margin: 0;
    }
    #radio-ok .player {
        position: static;
        height: auto;
        margin: -20px auto 0;
    }
    #radio-ok .player .texto {
        position: static;
        text-align: center;
        font-size: 20px;
        margin: 20px 0 10px;
    }
    #radio-ok .player .box-button {
        margin: 0 auto;
        position: static
    }
    #radio-ok .player .box-button {
        width: 90px;
        border-radius: 90px;
    }
    #radio-ok .player .box-button button {
        display: block;
        width: 90px;
        height: 90px;
        background-position: center;
        background-size: 100% auto;
    }
    #radio-ok .app {
        margin: 0 10px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    #radio-ok .app a {
      margin: 0 5px;
      display: block;
    }

    #radio-ok .app a img {
        height: 40px;
        float: none;
    }
}
