html, body {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	font-size:.625em;
	word-wrap: break-word;
}
body {
	background-color: #f9f9f9;
	color: #333;
	position: relative;
	-webkit-text-size-adjust: none;
	height: 100%;
	font-size: 1rem;
	line-height: 1.375em;
	font-family: 'Maven Pro', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 200;
}
body * {
	text-shadow: none;
}
body.busca {
	background: #2a2637;
}
body.busca .mm-page * {
	display: none;
}
body.busca .mm-page #busca, body.busca .mm-page #busca * {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	/*  color: #3a3e5e; */
	color: #fff;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
p {
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover {
	color: #3a3e5e;
	text-decoration: underline;
}
pre {
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav {
	display: none;
}
#header, .header, #footer {
	background: #3a3e5e;
	font-size: 16px;
	font-size:1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0 50px;
}
#header a, .header a {
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
#header a.friends, .header a.friends {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
#header #logo {
	position:relative;
	display:block;
	margin:auto;
	background:none;
	width:84px;	
}
#content, .content {
	padding: 0px;
}
#content {
	padding-bottom: 70px;
}
.cor1 .barra {
    background: none repeat scroll 0 0 #9ab4c7;
}
.cor2 .barra {
    background: none repeat scroll 0 0 #718e9a;
}
.barra, .barra a {
    color: #FFFFFF;
	text-decoration:none;
}
.barra {
    border-radius: 5px;
    font-size: 26px;
	font-size: 2.6rem;
    height: 40px;
    letter-spacing: -1px;
    line-height: 40px;
    margin-bottom: 18px;
    position: relative;
    text-indent: 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    /* text-transform: lowercase; Transforma o testo em minusculo */  
}
.lista_num a:before {
    /* color: #5c6189; */
	color: #D7D7D7;
    content: counter(list, decimal);
    font-size: 30px;
	font-size: 3.0rem;
    font-weight: bold;
    line-height: 32px;
    position: absolute;
    top: 15px;
	left: 0;
}
.lista_num.lista_dupla a:before {
    top: 25px;
}

.lista_num a {
    padding-left: 40px !important;
}
.lista_dupla a, .lista_dupla b {
    padding: 13px 0;
}
.lista a, .lista b {
	color: #3a3e5e;
    font-size: 18px;
	font-size:1.8rem;
    font-weight: 700;
    display: block;
    padding: 20px 0;
    position: relative;
	text-decoration:none;
}
.lista li:first-child {
    border: 0 none;
}
.lista_num li {
    counter-increment: list;
}
.lista li {
    border-top: 1px solid #EEEEEE;
}
li {
    list-style: none;
}
body, button, input {
    font: 16px/1 Helvetica,Arial,sans-serif;
}
.lista_dupla span {
    margin-top: 2px;
}
.lista span {
    /*color: #718e9a;*/
	color: #D7D7D7;
    display: block;
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 400;
}
.lista .separacao {
    background: #c6d3df;
    border: 0 none;
    color: #5c6189;
    display: block;
	font-size:36px;
	font-size:3.6rem;
    font-weight: bold;
    line-height: 26px;
    padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*--------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.busca_link_reduzido {
	background:url(../img/lupa_1.png) no-repeat center center;
	width:32px;
	height:0;
	padding-top:32px;
	overflow:hidden;
	position:absolute;
	top:4px;
	right:4px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.busca_link {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #CCCCCC;
	height: 36px;
	margin: 10px 0 30px;
	padding: 5px 5px 5px 10px;
	position: relative;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:22px;
}
.busca_link:before {
	background: url(../img/lupa.png) no-repeat center center;
	border: 1px solid #ccc;
	border-radius: 0 3px 3px 0;
	content: "";
	height: 36px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 36px;
}
.busca_link:after {
	content: "";
	height: 22px;
	position: absolute;
	right: 9px;
	top: 8px;
	width: 19px;
}
#busca {
	display: none;
	width: 100%;
	padding:10px;	
	background: #fff;
}
#form_busca {
	min-height: 36px;	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}
#busca #form_busca #q {
	width: 100%;
	height: 36px;
	background: #fff;
	padding-left: 10px;
	border:none;
	display: inline;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#busca #form_busca #buscar {
	width: 40px;
	height: 36px;
	background: #fff url(../img/lupa.png) no-repeat 0 center;
	padding-left: 10px;
	border:none;
	display: inline;
	text-indent: -10000px;
	float:right;
	border-left: 1px solid #ccc;
	position:absolute;
	right:100px;
	
}
#busca #form_busca #botao_cancela_busca {
	width: 100px;
	height: 36px;
	background: #fff;
	border-radius: 0 3px 3px 0;
	display: inline;
	border:none;	
	border-left: 1px solid #ccc;
	position:absolute;
	right:0;
}
.sugestao_todos {
	text-align:center;
	background:#c6d3df;
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: 700;
    display: block;
	height:40px;
	margin:0;
	padding:0;
}
.sugestao_todos li a {
	text-decoration:none;
	line-height:40px;
	color: #5c6189;
}
hr {
	border:none;
	border-bottom:1px solid #CCC;
	display:block;
	height:0px;
	margin:20px 0 0;
	clear:both;	
}
.hide {
	display:none !important;
}
.cabecalho_lista {
	display:block;
	width:100%;
	min-height:130px;
}
#lista .cabecalho_lista img {
	width:80px;
	height:120px;
	float:left;
	display:inline-block;
	margin-right:10px;
}
#lista .cabecalho_lista h1 {
	margin:0;
}
#lista .cabecalho_lista h2,
#lista .cabecalho_lista h2 a {
	margin:0;
	font-size:15px;
	font-size: 1.5rem;
	color:#718e9a;
	font-weight:700;
	font-style:italic;
	text-decoration:none;
}
#lista p {
	color:#5c6189;
	line-height:20px;
}
.cabecalho_artista {
	display:block;
	width:100%;
	min-height:70px;
}
#artista .cabecalho_artista img {
	width:60px;
	height:60px;
	float:left;
	display:inline-block;
	margin-right:10px;
}
#artista .cabecalho_artista h1 {
	margin:0;
	margin-top: 45px;
}
#artista .cabecalho_artista h2,
#artista .cabecalho_artista h2 a {
	margin:0;
	font-size:15px;
	font-size: 1.5rem;
	/* color:#718e9a; */
	font-weight:700;
	font-style:italic;
	text-decoration:none;
}
#artista p {
	color:#5c6189;
	line-height:20px;
}
#artista .autor {
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	font-style:italic;
	color:#3a3e5e;
}
#artista ul {
	margin-bottom:10px;
}
#artista ul li {
	width:33.33%;
	height:40px;
	display:inline-block;
	background:#9ab4c7;
	text-align:center;
	border-right:#FFF 1px solid;
}
#artista ul li.botao_voltar { 
    border-radius: 8px 0 0 8px;
	width:24%;
}
#artista ul.dois_botoes li {
	width:50% !important;
}

#artista ul li.botao_exibir_letra { 
	width:35%; 
}
#letra {
	margin:10px auto 10px;
	font: 16px/1 Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
}
#artista ul li.botao_enviar { 
	width:40%;
}
#artista ul li:firstchild { 
    border-radius: 8px 0 0  8px;
}
#artista ul li:last-child { 
    border-radius: 0 8px 8px 0;
}
#artista ul.um_botao li {
	width:100% !important;
    border-radius:8px !important; 
}
#artista ul li a {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	display:block;
}
.botao {
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
	line-height:30px;
	color:#FFF !important;
	text-decoration:none !important;
	display:block;	
	background:#9ab4c7;
	float:left;
    border-radius: 5px;
	padding:0 10px;
	margin-top:10px;	
}
.clear {
	display:block;
	clear:both;
}
.margem_inferior {
	margin-bottom:20px;
}
audio {
	width:100%;
	margin: 10px 0 10px;
}
.envelope_externo {
	text-align:center;
	margin:0 auto 10px;
}
#envelope {
	width:100%; /*whatever width you want*/
	max-width:720px;
    display: inline-block;
    position: relative;
}
#envelope:after {
    padding-top: 56.25%; /*16:9 ratio*/
    display: block;
    content: '';
	
}
#youtube{
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
}
#alerta{
    width:100%;
    top:0px;
    left:0px;
    z-index: 999;
    background-color: white;    
	position:fixed;
	padding:15px 50px;
	text-align: center;
		
	/*essas propriedades são opicionais*/
	font-family: 'trebuchet ms';
	font-size: 18px;

	/*crossbrowser opacity*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	/*uma pequena sombra para que seja possível destacar o alrta do resto da página*/
	-moz-box-shadow: 0px 2px 2px #888;
	-webkit-box-shadow: 0px 2px 2px #888;
	box-shadow: 0px 2px 2px #888;

}
#form_contato{
	min-height: 36px;
    padding: 1px;
    margin-left: 1px;
	margin: 0 0 5px;
	position:relative;
}
#form_contato label {
    color: #38160C;
    display: block;
    float: left;
	color: inherit;
    display: block;
    font: bolder 15px/30px 'Maven Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.8rem;
    margin: 0 10px 0 5px;
}
#form_contato input, #formulario select {
    border:1px solid #000000;
	background: #cccccc;
	border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	box-shadow: 1px 1px 2px #333333;
    color: #38160C;
    font: 18px Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
	margin-left: 1px;
    padding: 8px;
    width: 99%;
}
.menu-lateral {
	width: 99%; /* Largura do menu */
	/* background-color: #f1f1f1; /* Cor de fundo do menu */
	background: rgb(0 0 0 / 75%);
	//background-color: #f1f1f1;
	position: fixed; /* O menu permanecerá fixo na tela */
	top: 0;
	left: -99%; /* Inicia escondido, fora da tela */
	height: 99%; /* Altura total do menu */
	overflow-x: hidden; /* Esconder barras de rolagem horizontal se houver conteúdo amplo */
	padding-top: 10px; /* Espaçamento superior para afastar o conteúdo do topo */
	padding-left: 1px;
	padding-right: 1px;
	transition: left 0.3s; /* Adiciona uma transição suave para o efeito de abertura/fechamento do menu */
}
.menu-lateral.aberto {
	left: 0; /* Mostra o menu quando a classe "aberto" é aplicada */
}
/* Estilize os itens do menu conforme necessário */
.menu-lateral a {
	display: block;
	/* padding: 10px; */
	text-decoration: none;
	/* color: #333; */
	color: #D7D7D7;
}
.menu-lateral a:hover {	
	color: rgba(147, 164, 182);
	/* color: rgba(0, 0, 0, 0.87); */
	/* background-color: #ddd; */
}

/* Estilize o conteúdo principal para ocupar o espaço restante na tela */
.conteudo {
	margin-left: 0; /* Largura do menu (0 quando fechado) */
	padding: 20px;
}
.info {
	height: 75vh;
    display: block;
	font: 13px/60px "Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	color: #00b4e6;
	line-height: 3.4em;
	margin-inline-start: 10px;
	margin-block-start: 0px;
	margin-block-end: 75vh;
    /*
	margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 10px;
    margin-inline-end: 5px;
    font-weight: bold;
	/*display: none;*/
}
.lista {
	line-height: 1.5em;
	padding-left: 5px;
	height:400px;
    width:98%;
    overflow:auto;
	overflow-x: hidden;
    
	/* margin-block-start: 80px;
	border-color: #FFFFFF;
	padding-top: 75px;
	padding-left: 5px;  */
}
#top_musicas {
	position: sticky;
    top: 40px;
	width:98%;
}
.lista::-webkit-scrollbar {
    display: none;
}
/*
::-webkit-scrollbar {
    display: none;
}
*/
.fechar_link_reduzido {
	background:url(../img/fechar.png) no-repeat center center;
	width:32px;
	height:0;
	padding-top:32px;
	overflow:hidden;
	position:absolute;
	top:4px;
	right:4px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.list{
	padding-top: 10px;
    display: flex;
    justify-content: flex-start;
}
.list img,
.list div{
    padding: 10px;
	width: 80px;
	height: 80px;
}
