@charset 'utf-8';@import url('https://fonts.googleapis.com/css?family=Share:400i,700i');
@import url('bootstrap.min.css');
html, body {
    height: 100%
}

body {
    display: flex;
    flex-flow: row;
    justify-content: center;
    overflow-x: hidden
}

.cortexto {
    color: #ffffff
}

.divplayer {
    max-width: 700px;
    width: 100%;
    display: table
}

.divplayer1 {
    display: table-cell;
    width: 50%;
    vertical-align: center
}

.divplayer1 i {
    color: #ffffff
}

.divplayer2 {
    display: table-cell;
    width: 50%;
    vertical-align: center
}

.sgcover-site {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    background: url('fundo.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed
}

#sgbgCover {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background-position: center;
    background-size: cover;
    transition: background-image 1s;
    background-position: center;
    background-attachment: fixed;
    z-index: 1
}

.sgbg-mask {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    background: radial-gradient(rgba(0, 0, 0, .3) 10%, #000 90%);
    z-index: 2
}

.sgweb-player {
    max-width: 600px;
    width: 100%;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 3;
    margin-top: 25px
}

.sgcover-album {
    max-width: 150px;
    margin: auto;
    background: url('music_cover.png') no-repeat;
    background-size: cover;
    border: 2px solid #13c316;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    transition: background-image 1s;
    margin-bottom: 15px;
    border-radius: 200px
}

.sglogoradio {
    max-width: 500px;
    width: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: 100%;
    
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.sglogoradio1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-witdh: 400px;
    width: 100%
}

.sglogoradio1 img {
    max-width: 300px;
    width: 90%
}

.sgcabecalhosocial {
    max-width: 450px;
    width: 94%;
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.sglinksocial {
    margin: 0px 3px;
    display: inline-block;
    font-size: 14pt;
    text-align: center;
    width: 45px;
    text-decoration: none;
    border-radius: 50px;
    background: #13c316;
    color: #ffffff;
    padding: 8px 14px
}

.sglinksocial:hover {
    background: #333333
}

.sgcabecalhozap {
    margin-top: 0px;
    max-width: 300px;
    width: 94%;
    position: relative;
    text-align: center;
    padding: 5px;
    _padding: 5px;
    background-image: url('https://ps-def.srvsite.com/img/bg_branco.png');
    border-radius: 80px;
    height: 5px;
    display: table;
    margin: 0 auto
}

.sgiconezap {
    width: 45px;
    height: 45px;
    /*border-radius: 80px;*/
    background-position: center center;
    background-size: 45px 45px;
    margin: 0 auto
}

.sgcabecalhozap1 {
    float: left;
    width: 25%;
    position: relative;
    text-align: center
}

.sgcabecalhozap2 {
    float: left;
    width: 75%
}

.sgcabecalhozap2 h1 {
    font-size: 18pt;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    margin-top: 8px;
    color: #159b0b;
    text-align: left
}

.sgquadroapp {
    max-width: 500px;
    width: 100%;
    display: table;
    margin: 0 auto;
    height: 50px;
    margin-top: 30px;
    padding-top: 90px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-size: 100%;
    border: 2px solid #13c316
}

#currentCoverArt {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s;
    border-radius: 200px
}

.logo {
    display: none
}

.info-current-song {
    color: #ffffff;
    font-family: 'Share', sans-serif;
    text-align: center
}

.info-current-song h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700
}

.info-current-song h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400
}

.info-current-song h4 {
    font-size: 18px;
    font-weight: 700;
    background: red;
    display: table;
    padding: 2px 6px;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #ffffff
}

.play-pause {
    font-size: 65px
}

.play-pause i {
    cursor: pointer
}

.volume-icon {
    font-size: 28px;
    margin-top: -5px
}

.volume-slide {
    line-height: 35px
}

.volume-control {
    display: none
}

.vagalume a {
    color: #fff;
    text-decoration: underline
}

.lyrics {
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    outline: none;
    transition: .3s
}

.lyrics:active {
    text-decoration: none;
    color: #fff
}

.lyrics:visited {
    text-decoration: none;
    color: #fff
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
    border-radius: 0
}

.modal-content .btn {
    border-radius: 0
}

input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #ffffff
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #ffffff
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    top: -10px;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border: 0px solid #000101;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d
}

input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0px solid #000101;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer
}

.historic h2 {
    color: #ffffff;
    border-bottom: 2px solid #13c316;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0
}

.historic2 h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0
}

.linhabranca {
    display: table;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin: 10px 0
}

.historic article {
    margin: 5px 0
}

.historic .cover-historic {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    float: left;
    background-image: url('music_cover.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #13c316;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
    border-radius: 200px
}

.historic .music-info {
    color: #ffffff;
    font-family: 'Share', sans-serif
}

.historic .music-info .song {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: -5px
}

.copy {
    color: #ffffff;
    font-size: 10pt;
    display: table;
    margin: 0 auto;
    margin-top: 30px
}

.bottom-logo img {
    max-width: 70px;
    width: 100%;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.sg-whatsapp-balao {
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    width: 70px;
    height: 70px
}

.sg-whatsapp-balao .sg-bola {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #34AF23;
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 2
}

.sg-whatsapp-balao .sg-bola i {
    color: #fff;
    font-size: 24pt
}

.sg-whatsapp-balao-load {
    position: absolute;
    width: 64px;
    height: 64px;
    border: solid 3px #34AF23;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotatezap;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotatezap;
    animation-duration: 3.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 1
}

.sg-whatsapp-balao span {
    background: #ffffffcc;
    padding: 8px 5px;
    position: absolute;
    bottom: 80px;
    left: 0px;
    width: 170px;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-size: 10pt
}

.sg-whatsapp-balao span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 25px;
    border-width: 10px;
    border-style: solid;
    border-color: #ffffffcc transparent transparent transparent
}

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

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@media screen and (min-width: 576px) and (max-height:700px) {
    .container {
        margin-top:15%
    }
}

@media screen and (max-width: 767px) and (max-height:700px) {
    .container {
        margin-top:none
    }
}

@media(min-width: 768px) {
    body {
        align-items:center
    }

    .h1-logo {
        text-align: center
    }

    .logo {
        display: block;
        z-index: 2
    }

    .logo img {
        max-width: 200px
    }

    .sgweb-player {
        height: auto;
        margin-top: 0
    }

    .sgcover-album {
        margin: 10px auto
    }

    .logo img {
        max-width: 300px;
        margin: 65px 0
    }

    .info-current-song {
        margin-top: 50px;
        text-align: left
    }

    .volume-control {
        margin-top: 10%
    }
}

@media(min-width: 576px) {
    .volume-control {
        display:flex
    }

    .call-lyrics {
        margin-top: 20px
    }

    .sglogoradio {
        margin-bottom: 20px
    }

    .sglogoradio1 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 20px
    }
}

@media(max-width: 575px) {
    .historic2 {
    }

    .sgquadroapp {
        padding-top: 65px
    }

    .sgcover-album {
        max-width: 40%
    }

    .sglogoradio {
        margin-bottom: 20px;
        width: 85%;
        margin: 0 auto
    }

    .sglogoradio1 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-bottom: 20px
    }

    .sglogoradio1 img {
        max-width: 200px;
        width: 90%
    }

    .volume-control {
        display: table
    }
}

@media(max-width: 400px) {
    .sgquadroapp {
        padding-top:45px
    }
}
