@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand+SC&family=Quicksand:wght@300;500;700&display=swap");
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body { min-height: 100vh; }
html { font-size: 16px; }
body { background-color: #032830;	color: rgba(218,206,165,.8); font-family: 'Quicksand', sans-serif; }
img, svg {
max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {  position: relative;
}
.h4, h4 {
font-size: 0.8rem;
text-transform: uppercase;
font-weight: 900;
letter-spacing: 1px;
box-shadow: 0px 5px 7px -5px #000;
padding-bottom: .5rem;
margin-bottom: .5rem;
}
header h1 {
padding: .5rem !important;
text-align: center;
text-shadow: -3px 2px 2px rgba(255,255,255,.15);
font-weight: 800;
color: rgba(3, 40, 48, 1);
}
header a h1 {
color: rgba(3, 40, 48, 1);
}
header a h1:hover {
color: rgba(255,255,255,1);
transition: .4s ease;
text-decoration: none;
}
h2 {
font-size: 1.6rem;
text-align: right;
background-color: rgba(255,255,255,.2);
padding: .5rem;
border-radius: 0 0 .5rem .5rem;
margin-bottom: 2rem;
}
h3 {
text-align: center;
margin: 2rem 0 1rem;
}
.h6, h6 {
font-size: .85rem;
background-color: rgba(0,0,0,.4);
padding: 0.5rem 1rem;
border-radius: .5rem .5rem 0 0;
margin:0;
}
h6 a {
margin: 0 0.5rem 0;
}
h6 a:first-child {
margin-left: 0;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 960px;
padding: 2rem;
}
}
@media (max-width: 1198px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 100%;
padding: 1rem;
margin: 0;
}
}
#menu-geral {
display: flex;
justify-content: space-evenly;
margin: 0;
padding: 0 3rem;
margin-bottom: -1px;
}
#menu-geral li {
list-style: none;
}
#menu-geral li a {
padding: .5rem 1.5rem 1rem;
border: 2px solid #636B81;
box-shadow: 0px 0px 1px 0px inset rgba(0,0,0, .4);
display: inline-block;
border-radius: .5rem .5rem 0 0;
}
#menu-geral li.menu-item a {
color: rgba(99,107,129, .5);
transition: .3s;
background-color: rgba(16,51,59, .4);
position: relative;
z-index: -10;
border-bottom: 0;
}
#menu-geral li.menu-item.current_page_item a, 
#menu-geral li.menu-item:hover a,
body.category #menu-geral li:nth-child(3) a,
body.tax-artista #menu-geral li:nth-child(3) a,
body.tax-producao #menu-geral li:nth-child(3) a,
body.tax-gravadora #menu-geral li:nth-child(3) a,
body.author #menu-geral li:nth-child(4) a {
color: rgba(75,112,115, 1);
background-color: rgba(16,51,59, 1);
border-bottom: 3px dashed #000;
position: relative;
z-index: 10;
border-bottom: 0;
box-shadow: 0px 3px 2px 0px inset rgba(0,0,0, .2);
}
.site-header .container {
padding: 0;
}
.site-logo, .site-footer {
text-align: center;
padding: 0.5rem 0 1rem;
}
.site-logo img {
max-width: 100px;
}
main.caixa {
top:-2px;
position: relative;
z-index: 1;
max-width: 1000px;
border-radius: 0.5rem;
padding: 2rem;
border: 2px solid #636B81;
background-color: #10333B;
box-shadow: 0px -3px 3px 0px inset rgba(0,0,0, .4);
}
.caixa > header {
position: sticky;
top: 10px;
background-color: #10333B;
z-index: 10;
box-shadow: 0px -15px 0px 0px #10333B;
}
.caixa > header > h2,
.caixa > header > h1 {
box-shadow: 0px 5px 10px -5px #000;
border-radius: 0 0 .5rem .5rem;
margin-bottom: 0;
padding-bottom: .5rem;
margin-bottom: 0;
}
.caixa > header > h2 a {
font-size: 1rem;
}
.saveform {
position: fixed;
bottom: 2rem;
right: 5rem;
}
.caixa_logo {
text-align: center;
display: block;
margin: 1rem 0;
}
.caixa_logo img {
}
.caixa_logo h1 {
color: #fff;
font-weight: 800;
text-transform: uppercase;
font-size: 1.5rem;
position: relative;
top: -2rem;
text-shadow: 0px 0px 10px #000;
}
.avatar_pequeno {
position: relative;
height: 35px;
width: 35px;
background-color: #000;
border-radius: 50%;
transition: .3s ease;
display: inline-grid;
}
.avatar-default {
max-width: 75px;
height: auto;
border-radius: 50%;
}
.avatar_pequeno img {
max-width: 35px;
height: auto;
border-radius: 50%;
border: 1px solid #666;
transition: .2s ease;
}
.avatar_pequeno img:hover {
border: 6px solid #d3023a;
border-style: inset;
}
.artista_pequeno {
height: 50px;
width: 50px;
background-color: #000;
border-radius: 50%;
transition: .3s ease;
margin: 2px 5px;
}
.artista_pequeno img {
max-width: 50px;
height: auto;
border-radius: 50%;
border: 1px solid #666;
transition: .2s ease;
}
.classificacoes {
text-align: center;
}
.classificacoes > .classificacoes {
}
.artista_classificado {
position: relative;
text-align: center;
font-size: 1rem;
background-color: rgba(0,0,0,.2);
padding: 1rem 0 2rem;
border-radius: .5rem;
}
.artista_classificado span {
font-size: 1.5rem;
font-weight: 800;
display: block;
}
.artista_classificado .contElem {
margin: 0 0 .2rem 0;
font-size: 0.6rem;
text-transform: uppercase;
}
.musicas_classificados {
padding: 0.3rem !important;
font-size: 0.8rem;
}
.musicas_classificados .disco_lista {
padding: .2rem 0 .2rem 1.5rem;
margin-bottom: .2rem;
}
.musicas_classificados .disco_lista button {
margin: 0 0.5rem 0 -1.5rem;
}
#pass-strength-result,.wppb-success  {
color: #000;
}
#wppb-login-wrap .login-remember {
justify-content: center;
}
.wppb-field-error {
color: #000;
background-color: rgba(200,151,151,.9)
}
.wppb-alert {
margin: 2rem 0 0;
color: transparent;
text-align: right;
font-size: 1.5rem;
}
.fixed-top {
pointer-events: none;
}
.fixed-top button, .offcanvas, .offcanvas-backdrop {
pointer-events: all;
}
.offcanvas-header {
border-bottom: 1px solid #000;
box-shadow: 0px 2px 20px rgba(0,0,0,.4);
padding-bottom: .5rem;
}
.offcanvas-body {
box-shadow: 0px 0px 6px #000;
}
header.artista {
position: relative;
}
.avatar_artista {
display: block;
text-align: center;
width: 100%;
height: 100px;
border-radius: 1.5rem;
box-shadow: 0px 10px 10px 5px rgba(0,0,0,.4);
border: 10px solid rgba(0,0,0,.1);
margin: 1rem auto;
}
.avatar_artista img {
height: 100%;
width: auto;
}
.titulo_artista {
text-align: center;
background-color: rgba(255,255,255,.2);
padding: 1rem;
margin: 0;
}
.classifica_artista {
position: absolute;
right: 0;
top: 1rem;
text-align: center;
font-size: 0.8rem;
background-color: #000;
padding: 1rem .2rem;
border-radius: 20px;
}
.vote_artista {
padding: 0.3rem 0.8rem;
cursor: pointer;
border: 1px solid;
margin: 0 .05rem .5rem;
border-radius: 10px;
position: relative;
}
.vote_artista span {
font-size: 0.6rem;
position: absolute;
bottom: -1rem;
left: 0;
width: 100%;
text-align: center;
}
label.vote_artista:nth-of-type(1) {
background-color: rgb(0, 0, 0,.6);
margin-right: 1rem;
}
label.vote_artista:nth-of-type(2) {
background-color: rgb(0, 0, 0,.1);
}
label.vote_artista:nth-of-type(3) {
background-color: rgb(0, 0, 0,.2);
}
label.vote_artista:nth-of-type(4) {
background-color: rgb(0, 0, 0,.3);
}
label.vote_artista:nth-of-type(5) {
background-color: rgb(0, 0, 0,.4);
}
label.vote_artista:nth-of-type(6) {
background-color: rgb(0, 0, 0,.6);
}
.classifica_artista2 {
position: relative;
text-align: center;
font-size: 0.8rem;
background-color: #000;
padding: 1rem .2rem;
border-radius: 20px;
}
.vote_artista2 {
padding: 0.3rem 0.5rem 0.8rem;
cursor: pointer;
border: 1px solid;
margin: 0 0.3rem .5rem;
border-radius: 10px;
position: relative;
}
.vote_artista2 span {
font-size: 1.4rem;
position: absolute;
bottom: -1rem;
left: 0;
width: 30px;
}
.generosPrincipais {
background-color: rgba(0,0,0,.3);
justify-content: space-evenly;
padding: 0.3rem 0.5rem;
border-radius: 0 0 .5rem .5rem;
font-size: .8rem;
}
#influencias { text-align: right; }
#influencias .contElem { font-size: .5rem; }
.destaque_txt {
font-size: 1.5rem;
margin: 0;
display: inline-block;
}
.influencias {
position: relative;
}
.influencias .genFusao {
position: absolute;
right: -4rem;
top: 1rem;
font-size: 0.6rem !important;
}
.destaque_txt small {
font-size: .75em !important;
vertical-align: super;
}
.classifica_artista .btn {
margin-top: 1.8rem;
}
.caixa_dentro {
background-color: rgba(0,0,0,.4);
border-radius: 15px;
padding: 1rem;
margin: 1rem 0;
}
.nuvem_generos {
font-size: 0.65rem;
background-color: rgba(0,0,0,.7);
}
.nuvem_generos2 {
font-size: 1rem;
background-color: rgba(0,0,0,.7);
}
.tax-artista .nuvem_generos a:first-child, .subSide a {
display: block;
font-weight: 700;
text-align:center;
}
.comDestaque .nuvem_generos a:nth-child(-n+15) {
display: block;
font-weight: 700;
font-size: .8rem;
text-align: center;
padding: .2rem;
margin: .2rem .5rem 0 0;
}
.comDestaque .nuvem_generos div {
max-height: 275px;
}
.bairros button {
font-size: .8rem !important;
padding: .1rem .5rem;
text-transform: uppercase;
}
select {
font-size: .8rem;
line-height: 0.5;
background-color: rgba(0,0,0,.7);
color: rgba(218,206,165,.8);
border-radius: .5rem;
padding: .1rem .5rem;
}
#principaisGeneros > .nuvem_generos a:nth-child(-n+15) {
display: inline-block;
font-weight: 700;
text-align: center;
padding: .2rem;
margin: 0.2rem 0.1rem 0 0;
width: 19%;
}
#principaisGeneros > .nuvem_generos a:nth-child(15) {
margin-bottom: .5rem;
}
.tab-content {
margin-top: 0;
border-radius: 0 0 15px 15px;
}
.tab-content .caixa_dentro {
background-color: rgba(0,0,0,.25);
}
.nuvem_generos div, .nuvem_generos2 div, .influenciou div, .influenciado_por div {
max-height: 140px; 
overflow-y: auto;
padding-top: 0.5rem;
margin-right: -5px;
text-align:
}
article {
position: relative;
border-bottom: 3px solid rgba(0,0,0,.5);
margin: 1rem 0.5rem 2rem;
padding: .5rem;
border-right: 2px solid #000;
box-shadow: 5px 5px 10px 2px rgba(0,0,0,.5);
border-radius: 15px;
}
article h6 {
display: inline;
}
.simplefavorite-button {
font-size: .8rem;
padding: 0.15rem 1rem;
display: inline-block;
top: .2rem;
margin-right: .5rem;
}
.simplefavorite-button.loading {
opacity: .1 !important;
}
.discogeneros {
display: flex;
position: absolute;
right: 0;
top: 2.3rem;
z-index: 1;
}
.discoTipo {
text-transform: uppercase;
color: rgba(255,255,255,.3);
font-size: .8rem;
}
.discoTipo a {
margin:0;
color: rgba(255,255,255,.3);
}
.discogeneros a {
font-size: .7rem;
display: inline-block;
color: #111 !important;
text-decoration: none;
border-radius: 0px;
height: 25px;
display: flex;
align-items: center;
margin: 0;
}
.disco_titulo {
margin-bottom: 1.5rem;
}
.gravadora.contElem, .elementos, .produzido, .gravadoras {
min-height: auto;
font-size: 0.75rem;
}
.elementos {
padding: .5rem;
border-radius: 10px;
margin-bottom: 1rem;
}
.elementos, .produzido, .gravadoras {
padding: 1rem;
}
.gravadoras {
text-align: right;
}
.gravadoras h4 {
text-align: left;
}
.nav-tabs {
display: flex;
justify-content: space-evenly;
border-color: transparent;
}
.nav-tabs .nav-link {
background-color: rgba(0,0,0,.2);
color: rgba(218,206,165,.5);
border-color: rgba(0,0,0,.7);
border-radius: 15px 15px 0 0;
border-bottom: none;
} 
.nav-tabs .nav-link:hover {
background-color: rgba(0,0,0,.5);
border-color: rgba(0,0,0,.5);
} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
background-color: rgba(0,0,0,.4);
color: rgba(218,206,165,.8);
border-color: rgba(0,0,0,.4);
font-weight: 700;
}
.nav-pills .nav-link {
border-radius: 5rem;
padding: 0.5rem 0;
}
.nav-pills .nav-link:hover {
background-color: rgba(0,0,0,.3);
}
.nav-pills .nav-link.active {
background-color: rgba(0,0,0,1);
}
.subgeneros {
text-decoration: none;
color: rgba(218,206,165,.3);
text-align: center;
}
div.disco_lista  {
padding: 2rem 1rem 1rem !important;
margin: 1rem 0 !important;
}
div.disco_lista {
position: relative;
transition: 1s ease;
display: block;
line-height: 1;
margin: .5rem 0;
padding: .5rem 0;
}
.disco_lista button {
font-size: .65rem;
border-radius: 10px;
position: relative !important;
padding: 0.5rem 0.5rem;
margin: 0 15px 2px 0;
top: 1px;
display: block;
float: left;
}
div.disco_lista:hover {
background-color: rgba(255,255,255, .1);
border-radius: 10px;
}
#subs {
position: relative;
}
#subs h2 {
position: relative;
text-shadow: 2px 2px 10px #000;
text-align: center;
background: rgba(0,0,0,.3);
padding: .5rem;
margin: .5rem !important;
border: 15px;
transition: .4s ease-out;
border-radius: 10px;
}
#subs h2 span, .categoria3 span.data {
position: absolute;
left: .5rem;
top: 1rem;
color: #000;
font-size: .9rem;
}
#subs h2:hover {
background: rgba(0,0,0,.6);
font-size: 2rem;
}
.subcategoria, .categoria3 {
position: relative;
display: block;
margin: 1rem 0;
padding: .5rem !important;
border-radius: 15px;
}
.categoria3 .nessaCategoria {
position: absolute;
top: 0;
width: 100%;
text-align: center;
background-color: transparent;
color: #000;
display: block;
left: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.categoria3 .nessaCategoria:hover {
font-weight: 800;
font-size: 1.2rem;
}
.categoria3 .contElem {
display: inline-block;
margin: 2px 0px;
border: 1px solid;
padding: 0px 3px;
text-decoration: none;
font-size: .75rem;
position: absolute;
right: 10px;
bottom: 5px;
background-color: rgba(0,0,0,.7);
z-index: 1;
}
.categoria3 .contElem:hover {
font-size: .85rem;
background-color: rgba(0,0,0,1);
}
.categoria3 {
min-height: 100px;
box-shadow: -1px 5px 3px 2px rgba(0,0,0,.6);
margin: 1rem;
}
.categoria3 .contem-1940s-pop,
.categoria3 .contem-1950s-pop,
.categoria3 .contem-1960s-pop,
.categoria3 .contem-1970s-pop,
.categoria3 .contem-1980s-pop,
.categoria3 .contem-1990s-pop,
.categoria3 .contem-2000s-pop,
.categoria3 .contem-2010s-pop,
.categoria3 .contem-2020s-pop,
.categoria3 .contem-southern-hip-hop,
.categoria3 .contem-east-coast-hip-hop,
.categoria3 .contem-west-coast-hip-hop,
.categoria3 .contem-uk-coast-hip-hop {
display:none;
}
.categoria3.pop-mainstream .contem-1940s-pop,
.categoria3.pop-mainstream .contem-1950s-pop,
.categoria3.pop-mainstream .contem-1960s-pop,
.categoria3.pop-mainstream .contem-1970s-pop,
.categoria3.pop-mainstream .contem-1980s-pop,
.categoria3.pop-mainstream .contem-1990s-pop,
.categoria3.pop-mainstream .contem-2000s-pop,
.categoria3.pop-mainstream .contem-2010s-pop,
.categoria3.pop-mainstream .contem-2020s-pop,
.categoria3.hip-hop-sides .contem-southern-hip-hop,
.categoria3.hip-hop-sides .contem-east-coast-hip-hop,
.categoria3.hip-hop-sides .contem-west-coast-hip-hop,
.categoria3.hip-hop-sides .contem-uk-coast-hip-hop {
display:inline-flex;
}
.categoria3.pop-mainstream .contElem,
.categoria3.hip-hop-sides .contElem  {
display: none;
}
.ohno {
font-size: .85rem;
color: rgba(218,206,165,.5);
margin-bottom: 0;
}
.descricao_genero {
padding: 1rem 1rem;
background-color: rgba(255,255,255,.5);
border-radius: 15px;
margin: 1rem 0;
line-height: 1.3;
}
.totalcount {
background-color: rgba(218,206,165,.6);
padding: 0 5px;
display: inline-block;
color: rgba(0,0,0,.5);
border-radius: 4px;
font-weight: 800;
}
.lista_usuario {
padding: 1rem;
}
.gravadora {
min-height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.gravadora_generos, .producao_generos {
font-size: .75rem;
}
.searchform {
text-align: center;
margin: 0 0 1.5rem;
}
input[type="text"] {
padding: .5rem;
}
button, input[type="submit"] {
padding: 0.5rem 1rem;
font-size: 1rem;
background-color: rgba(0,0,0,.5);
color: rgba(218,206,165,1);
border-radius: .5rem;
border-color: rgba(218,206,165,.3);
transition: .6s ease
}
button:hover, input[type="submit"]:hover {
background-color: rgba(218,206,165,.4);
border-color: rgba(218,206,165,1);
font-weight: 800;
}
.question_mark {
background-color: rgba(255,255,255,.1);
padding: 0.2rem 0.3rem;
font-size: 0.7rem;
border-radius: 50%;
border: 1px solid #000;
position: absolute;
top: -0.5rem;
right: 0;
margin-left: 0.5rem;
}
#scrolling {
overflow: hidden;
max-width: 1000px;
height: 150px;
margin: 2rem;
}
#scrolling ul {
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
transform-style: preserve;
}
#scrolling ul li {
float: left;
padding: 1rem;
margin: 1rem;
max-width: 25%;
display: grid !important;
height: 150px;
}
.decada h5 {
position: relative;
font-size: 1rem;
padding: 0.5rem;
transition: .4s ease;
margin-bottom: 0;
display: flex;
}
.date {
background-color: rgba(218,206,165,.2);
font-weight: 800;
font-size: 0.8rem;
float: right;
margin: 0 !important;
padding: .5rem;
color: rgba(218,206,165,.7);
}
.cats-category {
display: inline-block;
position: absolute;
right: 0;
top: 0.4rem;
font-size: .7rem;
text-align:right;
}
.decada h5 span {
font-size: 0.75rem;
}
.decada h5:hover {
background-color: rgba(0,0,0, .5);
}
.decada a.musica {
font-weight: 600;
font-size: 1.1rem;
color: rgba(218,206,165,.7);
}
.decada a.artista {
font-size: .9rem;
color: rgba(218,206,165,.4);
}
.decada a {
color: rgba(218,206,165,.2);
transition: .4s ease;
text-decoration: none;
}