html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    overflow: hidden;
}

.bg {
    background: url(https://geanramos.com.br/radio/bg-hr.jpg) center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* -webkit-filter: blur(5px); */
    /* filter: blur(5px); */
}

.efeito-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30221a+0,140b04+100&0.8+0,0.9+100 */
    background: -moz-linear-gradient(45deg,  rgba(0,1,7,0.9) 0%, rgba(2,0,28,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg, #00c2ff 0%, rgba(0, 0, 0, 0.23) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.23) 0%, #00c2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000107', endColorstr='#cc02001c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.info-central {
    width: 120px;
    height: 120px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -61px;
    top: 17.5%;
    z-index: 2;
    box-shadow: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-family: 'Dosis', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.info-central span {
    font-weight: 100;
    width: 100%;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
}

.info-central h3 {
    font-weight: 100;
    font-size: 43px;
    margin: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9a519+0,ff8c40+100 */
    background: #1c00ff; /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(0,92,163,1) 0%, rgba(0,119,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1c00ff 0%, #00c2ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1c00ff 0%, #00c2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ca3', endColorstr='#0077c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 45%;
    z-index: 2;
    box-shadow: none;
    text-align: center;
}

.btn-refresh,
.btn-share {
    background: #00c2ff87;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 2;
    box-shadow: none;
    text-align: center;
    color: #fff;
}

.btn-refresh i,
.btn-share i {
    font-size: 18px;
    line-height: 40px;
}

.btn-refresh {
    margin: 5px 0 0 -75px;
}

.btn-share {
    margin: 5px 0 0 35px;
}

.btn.loading {
    z-index: 1;
}

.btn.loading i {
    font-size: 22px;
}

.banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    text-align: center;
    z-index: 3;
    padding: 10px 0;
}

.banner-mobi {
    display: inline-block;
}

.logo {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.banner img {
    position: relative;
    display: block;
    left: 50%;
    margin: 10px 0 10px -150px;
}

.btn.pause {
    -webkit-animation: pause 1.0s infinite;
    animation: pause 1.0s infinite;
}

.btn i {
    font-size: 30px;
    opacity: 0.8;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.23);
    line-height: 50px;
    color: #fff;
}

.dotted {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #005CA3;
    margin: 0px 0 0 -60px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    z-index: 1;
    top: 17.5%;
    display: none;
}

@-webkit-keyframes dotted {
    from {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
    to {
        -webkit-transform: scale(4);
        opacity: 0;
    }
}

@keyframes dotted {
    from {
        transform: scale(1);
        opacity: 0.2;
    }
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.um {
    animation: dotted 3s infinite linear;
}

.dois {
    animation: dotted 2.5s infinite linear;
}

.tres {
    animation: dotted 2s infinite linear;
}

.quatro {
    animation: dotted 1.5s infinite linear;
}

.cinco {
    animation: dotted 1s infinite linear;
}

.info-ouvintes {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 3;
    top: 60%;
    font-size: 15px;
    font-weight: 100;
}

.info-ouvintes span {
    background: #00c2ff87;
    padding: 5px 20px;
    border-radius: 50px;
}


/* General styles for the modal */


/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.md-modal {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}


/* Content styles */

.md-content {
    color: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 0 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    text-align: center;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0;
}

.md-content > div ul li {
    padding: 0px 10px;
}

.md-close {
    display: inline-block;
    margin: 40px auto 0;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    font-weight: bold;
    width: 110px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 30px;
    color: #e02f2f;
}

.md-close span {
    background: rgb(255, 255, 255);
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin: 2px 0 2px 2px;
    color: #e02f2f;
    font-weight: 800;
}


/* Effect 18:  Slide from right with perspective on container */

.md-show.md-effect-share ~ .container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-share ~ .md-overlay {
    background: rgba(143, 27, 15, 0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-share ~ .container,
.md-show.md-effect-share ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateZ(-80px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: translateZ(-80px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateZ(-80px);
    }
}

.md-effect-share .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}

.md-show.md-effect-share .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

.btn-share2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.btn-share2 li {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
    text-align: center;
}

.btn-share2 li a {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.18);
    height: 50px;
}

.btn-share2 li a.facebook {
    background: #3B5998;
    color: #fff;
}

.btn-share2 li a.twitter {
    background: #55ACEE;
    color: #fff;
}

.btn-share2 li a.google {
    background: #E02F2F;
    color: #fff;
}

.btn-share2 li a.whatsapp {
    background: #85C808;
    color: #fff;
}

	.footer-banner {
    position: fixed;
    bottom: 25px; /* Ajusta para 25px acima do rodapé */
    left: 50%;
    transform: translateX(-50%); /* Centraliza o banner horizontalmente */
    z-index: 10; /* Garante que o banner fique acima do fundo */
    width: 360px; /* Largura do banner */
    height: 90px; /* Altura do banner */
    background-color: transparent; /* Fundo transparente */
}

.footer-banner img {
    width: 100%; /* Faz a imagem ocupar todo o espaço disponível */
    height: 100%; /* Faz a imagem ocupar toda a altura do banner */
    display: block; /* Elimina o espaço em branco abaixo da imagem */
	border-radius: 5px;
}