html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    /*box-sizing: border-box;*/
	-webkit-tap-highlight-color: transparent;
}
html{
	word-wrap:break-word;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:none;
	font-size-adjust:none;
	height:100%;
	scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, button, input, textarea{
	outline:0;
}
button{
	border:0;
	cursor:pointer;
}
b, strong{
	font-weight:600;	
}
a{
	text-decoration:none;
	color:#fff;
}
i{
	font-style:italic;	
}
input, button, textarea{
	font-family:"Montserrat", arial, sans-serif;
	padding:0;
	margin:0;
	outline:none;
}
body {
	line-height: 1;
	font-family: "Montserrat", arial, sans-serif;
	font-optical-sizing: auto;
	font-size:14px;
	background-color:#efefef;
	color:#323232;
	position:relative;
    height:100%;
	font-weight:400;
	overflow-x: hidden;
	overscroll-behavior-y: contain;
}
.iconVol, .btnPlay:before, .btnLinks a:before, .btnShare:before, .close-share:before, .iconLocal:before, .btnFav:before{
	background:url("../img/sprite-lumoa.svg") no-repeat;	
}
.topo{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:10;
	background-color:#282828;
	border-bottom:solid 1px #000;
	height:60px;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
	padding-top: env(safe-area-inset-top);
    box-sizing: content-box;
	display: flex;
    align-items: center;
    justify-content: center;
}
.topoM{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 85px;
	position: relative;
	margin: 6px 0 0 10px;
}
.logo h1 img{
	width: 100%;
	height: auto;
}
.menu{
	max-width: 1050px;
	margin: 0 auto;
	height: 60px;
}
.menu li{
	float: left;
    line-height: 45px;
    padding: 0 10px 0 20px;
}
.menu li a{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 60px;
}
.main{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 60px;
	padding-top: calc(60px + env(safe-area-inset-top));
}
.contentPlayer{
	width: 100%;
	max-width: 1050px;
	box-sizing: border-box;
	padding: 20px;
	min-height: calc(100svh - 60px);
    height: calc(100dvh - 60px);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	scroll-margin-top:60px;
}
.cover-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	width: clamp(240px, 70vw, 400px);
	/*max-width: 400px;*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #464646;
	background: radial-gradient(circle,rgba(70, 70, 70, 1) 0%, rgba(16, 16, 16, 1) 100%);
	position: relative;
	margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.cover-logo img{
	width: 75%;
	height: auto;
	object-fit: contain;
}
.cover-logo:before{
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	bottom: -8px;
	right: -8px;
	border: solid 1px #323232;
	border-radius: 50%;
	padding: 10px;
}
.tag-live{
	position: absolute;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color: #f51e1e;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
}
@-webkit-keyframes aovivo {
  from { box-shadow:0px 0px 0px 0px rgba(255,28,36,.6); }
  80% { box-shadow:0px 0px 25px 10px rgba(237,28,36,0); }
  to { box-shadow:0px 0px 25px 10px rgba(237,28,36,0); }
}
.tag-live{
  animation-name:aovivo;
  animation-duration:1s;
  animation-iteration-count: infinite;
}
.nomePrograma{
	text-align: center;
	margin-top: 30px;
}
.nomePrograma h1{
	font-size: 26px;
	font-weight: 900;
}
.nomePrograma span{
	display: block;
	text-transform: uppercase;
	margin-top: 3px;
	font-size: 13px;
}
.musicaVolume{
	width: 100%;
	margin: 50px 0 30px;
}
.musicaAgora{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding: 5px 0;
}
.musicaArt{
	font-weight: 700;
}
.volRadio {
  	width: 100%;
  	position: relative;
	float: left;
	user-select: none;
}
.volRadio .iconVol {
  	width: 21px;
  	height: 16px;
  	float: left;
	background-position: -153px 0;
	margin-left: 12px;
}
.progressVol {
  	position: absolute;
  	height: 20px;
  	top: 0;
  	left: 12px;
  	right: 12px;
}
.barraVol {
 	width: 100%;
  	height: 5px;
  	background-color: #ccc;
  	border-radius: 4px;
  	position: absolute;
  	top: 50%;
  	margin-top: -2px
}
.sliderVol {
  	position: absolute;
  	height: 100%;
  	left: 0;
  	top: 0;
  	background-color: #29a587;
  	border-radius: 5px;
}
.btn-sliderVol {
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	top: 50%;
  	margin-top: -11px;
  	right: -10px;
  	background-color: #fff;
	border: solid 1px #323232;
  	border-radius: 50%;
  	cursor: pointer;
}
.btn-sliderVol:before{
	content: "";
	position: absolute;
  	width: 10px;
  	height: 10px;
	top: 5px;
	left: 5px;
	background-color:#323232;
	border-radius: 50%;
}
.iconVolPorc{
	margin-top: 25px;
	width: 100%;
	overflow: hidden;
}
.volPorc{
	float: right;
	margin-right: 12px;
}
.volPorc span{
	color:#29a587;
	font-weight: 900;
}
.controles{
	width: 100%;
	display: flex;
    justify-content: center;
	position: relative;
}
.btnPlay{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-color: #323232;
	border-radius: 50%;
	position: relative;
	transition: all 0.2s ease;
}
.btnPlay:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 25px;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -8px;
}
.btnPlay:hover, .btnLinks a:hover{
	transform: scale(1.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.btnShare{
	background-color: transparent;
	width: 22px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 70px;
}
.btnShare:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 25px;
	top: 0;
	left: 0;
	background-position: -153px -42px;
}
.btnFav{
	background-color: transparent;
	width: 27px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px -97px;
	transition: transform 0.2s ease;
}
.btnFav:before{
	content: "";
	position: absolute;
	width: 27px;
	height: 25px;
	top: 0;
	left: 0;
	background-position: -178px -42px;
}
.btnFav.active:before {
    filter: drop-shadow(0 0 5px rgba(255, 75, 75, 0.4));
}
.btnFav:active {
    transform: scale(1.3);
}
@keyframes heartBeat {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.btnFav.active:before {
	background-position: -31px -42px;
    animation: heartBeat 0.3s linear;
}
.btnPlay.pause:before{
	width: 23px;
	margin: -13px 0 0 -11px;
	background-position: -31px 0;
}
.contentSomos{
	width: 100%;
    max-width: 1050px;
    box-sizing: border-box;
    padding: 20px;
    /*min-height: 100vh;*/
    scroll-margin-top:60px;
    display: flex;
	align-items: center;
}
.somos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.descSomos{
	width: 450px;
	margin-top: 30px;
}
.descSomos p{
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 1.5;
}
.nomeSomos{
	width: 100%;
}
.nomeSomos h2{
	font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.nomeSomos span{
	display: block;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
}
.fotoSomos{
	width: 530px;
	position: relative;
}
.fotoSomos img{
	width: 100%;
	height: auto;
}
.btnLinks{
	width: 100%;
	margin-top: 30px;
}
.btnLinks a{
	transition: all 0.2s ease;
}
.btnLinks a:before{
	content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	position: relative;
}
.btnInsta, .btnWhats{
	display: inline-block;
	padding: 0 30px 0 33px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	line-height: 50px;
	border-radius: 50px;
	background-color: #323232;
	text-transform: uppercase;
}
a.btnInsta:before{
	background-position: -93px 0;
	left: -7px;
}
.btnWhats{
	margin-left: 30px;
}
a.btnWhats:before{
	background-position: -123px 0;
	left: -7px;
}
.share-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.70);
    display: none; /* O JS muda para flex */
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease;
    align-items: flex-end;
}
.share-overlay.active {
    opacity: 1;
}
.share-menu {
    width: 100%;
	max-width: 1050px;
	margin: 0 auto;
    background: #323232;
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
    transform: translateY(100px);
    transition: transform 0.3s ease;
}
.share-overlay.active .share-menu {
    transform: translateY(0);
}
.share-options {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.share-item {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
.share-header h3{
	font-weight: 700;
	color:#fff;
	font-size: 13px;
	text-transform: uppercase;
}
.icon-circle {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
}
.wa .icon-circle { background: #25d366; }
.fb .icon-circle { background: #1877f2; }
.copy .icon-circle { background: #444; }
.toast {
    position: fixed;
    bottom: 170px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: none;
    z-index: 1000000;
}
.close-share{
	width: 36px;
	height: 36px;
	background-color: transparent;
	border-radius: 50%;
	position: absolute;
    right: 20px;
    top: 20px;
}
.close-share:before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	background-position: 0 -28px;
}
body.no-scroll {
    overflow: hidden !important; /* Força o travamento */
    height: 100vh;
    width: 100%;
	touch-action: none; 
    -webkit-overflow-scrolling: none;
}
.footer{
	width: 100%;
	height: 60px;
	padding: 10px;
	background-color: #282828;
	margin-top: 30px;
	display: flex;
	align-items: center;
	box-sizing:border-box;
}
.pgfotter{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
}
.iconLocal{
	display: inline-block;
	line-height: 18px;
}
.iconLocal:before{
	content: "";
	float: left;
	width: 12px;
	height: 18px;
	margin-right: 10px;
	background-position: -118px -30px;
}
.copyright{
	float: right;
	color: #b3b3b3;
}
@media (max-height: 767px) {
	.cover-logo {
        width: 45vh;
		max-width: 80%;
    }
}
@media only screen and (max-width: 1035px){
	.descSomos{
		width: 400px;
	}
	.fotoSomos{
		width: 500px;
	}
}
@media only screen and (max-width: 955px){
	.descSomos{
		width: 365px;
	}
	.fotoSomos{
		width: 440px;
	}
}
@media only screen and (max-width: 875px){
	.descSomos{
		width: 335px;
	}
	.fotoSomos{
		width: 410px;
	}
}
@media only screen and (max-width: 800px){
	.cover-logo {
        width: 45vh;  /*Se a tela for baixa, o logo diminui com base na altura */
		max-width: 80%;
    }
	.contentSomos{
		flex-direction: column;
	}
	.descSomos, .fotoSomos{
		width: 100%;
	}
	.nomeSomos h2{
		font-size: 24px;
	}
	.btnInsta, .btnWhats{
		padding: 0 20px 0 22px;
		font-size: 10px;
		line-height: 45px;
	}
	.btnWhats{
		margin-left: 10px;
	}
	.nomeSomos{
		order: 1;
	}
	.fotoSomos{
		order: 2;
		margin-top: 30px;
	}
	.descSomos{
		order: 3;
	}
	.btnLinks{
		order: 4;
	}
	.pgfotter{
		font-size: 13px;
	}
	.btnPlay:hover, .btnLinks a:hover{
		transform: none;
		box-shadow: none;
	}
}