/*a:hover {
  text-decoration: none !important;
  color: #212529 !important;
}

a:link {
  text-decoration: none !important;
  color: #212529 !important;
}*/

.banner-topo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.adsense {
    display: flex;
    justify-content: center;
}

#header .header-nav-main nav>ul>li>a {
    color: #1a4c6f;
}

#header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul>li.dropdown-full-color.dropdown-secondary:hover>a {
    background: #1a4c6f;
    color: #fff;
}

#header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-secondary>a.active {
    background: #1a4c6f;
    color: #fff;
}

#header .header-nav {
    justify-content: flex-start;
}

#header .header-logo {
    margin: 1px 0;
}

#header .header-btn-collapse-nav {
    background: #1a4c6f;
}

.left {
    text-align: left;
}

.btn-outline.btn-primary {
    color: #6dbbbf;
    background-color: transparent;
    background-image: none;
    border-color: #6dbbbf;
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary.hover {
    color: #fff;
    background-color: #6dbbbf;
    border-color: #6dbbbf;
}
.btn-outline.btn-primary:active,
.btn-outline.btn-primary.active {
    color: #fff !important;
    background-color: #6dbbbf !important;
    border-color: #6dbbbf !important;
}

/*TOPO*/
.avatar-usuario {
    width: 50px;
    height: 50px;    
    border-radius: 50%;
    font-size: 22px;
    background: transparent;
    border: 2px solid #1a4c6f;
    color: #1a4c6f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
        margin-top: 15px;
}
.sticky-header-active .avatar-usuario {
    margin-top: 0 !important;
}
.avatar-seta {
    margin-left: 4px;
    font-size: 15px;
    color: #1a4c6f;
}
.avatar-link:hover .avatar-usuario {
    background: #1a4c6f; /*245f89*/
    color: #fff;
}
.avatar-link:hover .avatar-seta {
    color: #1a4c6f; /*6286a0*/
}
.avatar-link .avatar-usuario {
    text-decoration: none !important;
}
.avatar-link,
.avatar-link:hover,
.avatar-link:focus,
.avatar-link:active,
.avatar-link:visited {
    text-decoration: none !important;
}

/*BOTAO LOGIN TOPO*/
.btn-login-topo,
.btn-login-topo:visited {
    border: 2px solid #1a4c6f;
    color: #1a4c6f;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.sticky-header-active .btn-login-topo {
    margin-top: 0 !important;
}
.btn-login-topo:hover {
    background: #1a4c6f;
    color: #fff;
    text-decoration: none !important;
}
.btn-login-topo:active {
    color: #1a4c6f !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}
.btn-login-topo:focus {
    color: #fff !important;
    background: #1a4c6f;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}


/*MENU PERFIL*/
.perfil-item-ativo {
    display: block;
    padding: 8px 40px;
    font-weight: 600;
    background: #1a4c6f;
    color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #1a4c6f;
}

/*PERFIL*/
.avatar-perfil {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #1a4c6f;
    color: #1a4c6f;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.perfil-card {
    width: 100%;
    max-width: 300px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.perfil-header {
    text-align: center;
    padding: 20px 20px;
    border-bottom: 1px solid #e9ecef;
}
.perfil-header h4 {
    margin: 20px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
    color: #1a4c6f;
}
.perfil-header p {
    margin: 0;
    font-size: 13px;
    color: #6c757d;
}
.perfil-menu {
    background: #fff;
    /*max-width: 300px;*/
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
}
.perfil-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.perfil-menu li {
    border-bottom: 1px solid #f1f1f1;
}
.perfil-menu li:last-child {
    border-bottom: 0;
}
.perfil-menu a {
    display: block;
    padding: 8px 40px;
    color: #555;
    text-decoration: none;
    transition: .2s;
    text-align: left;
}
.perfil-menu a:hover {
    background: #f8f9fa;
    color: #1a4c6f;
}
.perfil-menu a.active {
    background: #1a4c6f;
    color: #fff;
}
.perfil-item {
    display: block;
    text-align: center;

    padding: 10px 0;

    color: #666;
    text-decoration: none;

    transition: .2s;
}
.perfil-item:hover {
    color: #1a4c6f;
}
.perfil-item.active {
    color: #1a4c6f;
    font-weight: 600;
}
.perfil-item,
.perfil-item:hover,
.perfil-item:focus,
.perfil-item:active,
.perfil-item:visited {
    text-decoration: none !important;
}
.perfil-content {
    padding: 10px 10px 25px 10px;
}
.perfil-content-header {
    padding: 25px 30px 0 30px;
}
.perfil-content-header h3 {
    margin: 0;
    color: #1a4c6f;
    font-size: 26px;
    font-weight: 700;
}
.perfil-content-header hr {
    background: rgba(0, 0, 0, 0.06);
    border: 0;
    height: 1px;
    margin: 10px 0;
    opacity: 1;
}
.perfil-menu-conteudo {
    background: #fff;
    max-width: 100%;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
}
.email-readonly {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

/*FAVORITOS*/
.favoritos-card {
    padding: 15px 35px;
}
.card-artista img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.card-artista {
    transition: .2s;
    cursor: pointer;
}
.card-artista:hover {
    transform: scale(1.03);
}
.card-artista-nome {
    text-align: center;
    line-height: 17px;
}
.remover-favorito {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    transition: .2s;
}
.remover-favorito:hover {
    background: #dc3545;
}

/*INDEX*/
.hero-section {
    height: 500px;
    background-image: url('../images/teste2.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-bg {
    position: absolute;
    inset: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: relative;
    z-index: 2;

    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-pink, .bg-color-pink {
    background-color: #964EE0 !important;
}
.nav>li>a {
    color: #1a4c6f;
    text-decoration: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
    background: #1a4c6f;
    text-decoration: none;
    color: #fff;
}
ul.nav-pills>li>a.active:hover,
ul.nav-pills>li>a.active:focus {
    color: #fff;
    background-color: #1a4c6f;
}
ul.nav-pills>li>a.active {
    color: #fff;
    background-color: #1a4c6f;
}
.nav-pills>li.active>a,
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #1a4c6f;
}
.text-color-white {
    color: #fff;
    text-shadow:
        0 1px 2px rgba(0,0,0,0.8),
        0 2px 6px rgba(0,0,0,0.5);
    letter-spacing: 1px;
}
.card-body {
    /*padding: 1rem;*/
    position: relative;
    z-index: 1;
    text-align: center;
    /*height: 60px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 25px;    
}
.card {
    border-radius: 10px;
}
.card-img-artista-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card-img-album-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.content-grid .content-grid-item {
    display: block;
}
section.section {
    background: var(--grey-100);
    border-top: 5px solid var(--grey-100);
    margin: 0; 
    padding: 0;
}

/*CRIACAO*/

/* INDEX */
.top-musica-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
}
.top-musica-rank {
    width: 45px;
    flex-shrink: 0;
    color: #f7931e;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}
.top-musica-capa {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.top-musica-info {
    flex: 1;
    min-width: 0;
    padding-left: 5px;
}
.titulo_destaque {
    font-size: 2em;
    color: var(--dark);
    font-weight: 600 !important;
    line-height: 42px;
    margin: 0 0 32px 0;
    letter-spacing: -.05em;
}
.destaque_nome_cantor {
    font-size: 1em;
    font-weight: 500 !important;
    line-height: 25px;
    margin: 0;
}
.destaque_nome_album {
    font-size: 1em;
    font-weight: 500 !important;
    line-height: 25px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link:hover {
    text-decoration: none !important;
}
.destaque_cantor {
    font-size: 0.9em;
    font-weight: 400 !important;
    line-height: 20px;
    margin: 0;
}
.destaque_ano {
    font-size: 0.8em;
    font-weight: 300 !important;
    line-height: 20px;
    margin: 0;
}
.card-img-pq {
    width: 50px;
    border-radius: 5px;
}
.top_musica_rank {
    font-size: 2em;
    font-weight: 900 !important;
    line-height: 50px;
    margin: 0 auto;
}
.top_musica_musica {
    font-size: 1.1em;
    color: #212529 !important;
    font-weight: 600 !important;
    line-height: 20px;
    /*display: inline-block;
    float: left;*/
    text-align: left;
    display: block;
}
.top_musica_cantor {
    font-size: 0.9em;
    color: #212529 !important;
    font-weight: 300 !important;
    line-height: 20px;
    /*display: inline-block;
    float: left;*/
    font-style: italic;
    text-align: left;
    display: block;
}
hr.tall {
    margin: 4px 0;
}

/*ARTISTAS*/
.card-body-artistas {
    /*padding: 1rem;*/
    position: relative;
    z-index: 1;
    text-align: center;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 25px;

    display: flex;
    align-items: center; /* centraliza verticalmente */
    justify-content: center; /* centraliza horizontalmente */
}

.artistas_artista_nome {
    font-size: 1em;
    font-weight: 500 !important;
    line-height: 20px;
    margin: 0;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.artista-imagem-container {
    position: relative;
}

.favorito {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10;
    cursor: pointer;
    font-size: 24px;
}
.favorito:hover i {
    /*font-weight: 900;*/
    color: #ff3b5c;
    transform: scale(1.25);
}
.favorito i {
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
}
.favorito:hover i {
    color: #e63946;
}
.favorito.ativo i {
    color: #e63946;
}
.favorito.ativo:hover i {
    transform: scale(1.25);
}

.favorito-processando {
    pointer-events: none;
}
.favorito-processando i {
    color: #e63946 !important;
    opacity: 0.5;
}

/*ARTISTA*/
.img-artista {
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    padding: 0px;
}
.artista_nome {
    font-size: 3em;
    color: #1a4c6f;
    font-weight: 800 !important;
    line-height: 20px;
    margin-top: 0;
}
.artista_album_musicas{
    color: #496f8a;
}
.icones_redes_sociais {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    text-decoration: none;
    background: #f7f7f7;
    color: #6286a0;
    margin-right: 8px;
    text-decoration: none !important;
    transition: all .15s ease;
}
.icones_redes_sociais:hover {
    color: #1a4c6f;
    transform: scale(1.1);
    text-decoration: none !important;
}
.btn-favoritar,
.btn-favoritar-login {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 30px;
    padding: 8px 18px;
    font-weight: 600;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
   /*transition: all .15s ease;*/
}
.btn-favoritar:hover,
.btn-favoritar-login:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    /*transform: translateY(-1px);*/
}
.btn-favoritar .icon {
    font-size: 20px;
    margin-right: 3px;
    line-height: 1;
    transition: all .15s ease;
}
.btn-favoritar:hover .icon {
    font-weight: 900;
}
.album_ano {
    font-size: 0.8em;
    font-weight: 300 !important;
    line-height: 20px;
    margin: 0;
}
.streaming-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.streaming-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.faixa {
    border-bottom: 1px solid #e9ecef;
    padding: 5px 0;
}
.faixa:last-child {
    border-bottom: 0;
}

/*ALBUM*/
.card-img-album {
    width: 200px;
    display: block;
    margin: 20px auto 0 auto;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}
#conteudoLetra {
    max-height: 70vh;
    overflow-y: auto;
    white-space: pre-line;
    line-height: 1.4;
}
.musica-letra:hover {
    color: #0d6efd;
}
.modal-content {
    max-width: 800px;
    margin: auto;
}
.modal-title {
    width: 100%;
    text-align: center;
}
.modal-header {
    text-align: center;
}
.subtitulo-letra {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}
.musica-destacada {
    /*font-size: 18px;*/
    font-weight: 800;
}

/*LOGIN*/
.login-section {
    background: #f7f7f7;
}
.login-banner {
    position: relative;

    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
}
.login-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 76, 111, .45);
}
.login-banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 40px;
}
.login-banner-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}
.login-banner-content p {
    font-size: 20px;
    opacity: .9;
}
.login-card {
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-login {
    max-width: 180px;
}
.login-title {
    text-align: center;
    color: #1a4c6f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.9px;
}
.form-control {
    height: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.form-control:focus {
    border-color: #3cabb1;
    box-shadow: none;
}
select.form-control {
    line-height: 1.2 !important;
}
.btn-login {
    width: 220px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;/*600*/
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    background: #1a4c6f;
    transition: all .2s ease;
}
.btn-login,
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login:visited {
    color: #fff !important;
    text-decoration: none !important;
}
.btn-login,
.btn-login:visited {
    color: #fff;
    text-decoration: none;
}
.btn-login:hover {
    background: #245f89;
}
.btn-login:focus {
    color: #fff;
    text-decoration: none;
}
.login-link {
    color: #1a4c6f;/*0d6efd*/
    text-decoration: none;
    font-size: 14px;
}
.login-link:hover {
    text-decoration: underline;
    color: #1a4c6f;
}
.login-cadastro {
    font-size: 15px;
}
.login-cadastro a {
    font-weight: 700;
    text-decoration: none;
    color: #1a4c6f;
}
.login-cadastro a:hover {
    text-decoration: underline;
}
.login-subtitle {
    text-align: center;
    color: #777;
    font-size: 14px;
    line-height: 20px;
}
.form-label {
    margin-bottom: .1rem;
}

/*CADASTRO*/
.textarea-mensagem {
    height: 100px !important;
}

/*NOTICIAS*/
.noticias-container{
    width: 100%;
	margin-top: 20px;
}
.card-body-noticias {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 25px;    
}
.noticia-link{
	display: block;
    width: 100%;
    text-decoration: none !important;
	color: inherit;
}
.noticia-item{
    width: 100%;
    padding: 4px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: background-color .2s ease;
}
.noticia-data{
	font-size: 12px;
	color: #888;
	text-align: left;
}
.noticia-titulo{
    font-size: 18px;
    font-weight: 500;
    color: #555;
    transition: color .2s ease;
    text-align: left;
}
.noticia-item:hover .noticia-titulo{
    color: #6286a0;
}
.noticia-link,
.noticia-link:hover,
.noticia-link:focus,
.noticia-link:active,
.noticia-link:visited{
    text-decoration: none !important;
}
.pagination {
    margin-bottom: 0px !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #1a4c6f;
    border-color: #1a4c6f;
    color: #fff;
}
.pagination > a, .pagination > a:hover, .pagination > a:focus, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #1a4c6f;
}
.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: #1a4c6f;
}
.pagination .page-link,
.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:active,
.pagination .page-link:visited{
    text-decoration: none !important;
}

/*NOTICIA*/
.noticia-titulo-interno{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #1f4f78;
	margin-bottom: 10px;
    text-align: left;
}
.noticia-meta {
    font-size: 14px;
    text-align: left;
}
.noticia-conteudo{
	font-size: 15px;
	line-height: 1.9;
	color: #444;
    text-align: left;
}
.voltar-noticias{
    display: block;
    text-align: left;
    gap: 6px;
    margin-bottom: 15px;
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: all .2s ease;
}
.voltar-noticias:hover{
    color: #1f4f78;
    text-decoration: none !important;
    transform: translateX(-3px);
}

/*TOP MUSICAS*/
.top-container {
    width: 100%;
    margin-top: 20px;
}
.card-body-top {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 25px;
}
.ranking-titulo {
    font-size: 28px;
    font-weight: 700;
    color: #1f4f78;
    text-align: center;
}
.ranking-item {
    padding: 8px 50px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.ranking-link {
    text-decoration: none !important;
    display: block;
}
.ranking-link:hover {
    text-decoration: none !important;
}
.ranking-posicao {
    display: inline-block;
    width: 30px;
    font-weight: 700;
    color: #1f4f78;
}
.ranking-nome {
    color: #555;
    font-weight: 500;
}
.ranking-link:hover .ranking-nome {
    color: #1f4f78;
}
.ranking-musica {
    display: inline-block;
}
.nome-musica {
    font-weight: 600;
    color: #1f4f78;
}
.nome-cantor {
    font-size: 13px;
    color: #777;
    font-style: italic;
    padding-left: 5px;
}
.ranking-destaque {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #1f4f78;
    line-height: 0.8;
    margin-top: 15px;
}
.ranking-subtitulo {
    display: block;
    font-size: 16px;
    color: #888;
    font-weight: 400;
    margin-top: 0px;
}

/*CONTATO*/
.card-body-contato {
    position: relative;
    z-index: 1;
    text-align: left;
    padding-top: 10px !important;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 25px;
}
.texto-contato {
    font-size: 15px;
}

/*MANUTENCAO*/
.container-manutencao {
    max-width: 600px;
    min-width: 600px;
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    display: inline;
    left: 40%;
    top: 15%;
    margin-left: -150px;
    z-index: 2;
}
.card-manutencao {
    border-radius: 2px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 0px 10px rgba(26, 76, 111, 0.9);
    margin: 0 auto;
    min-height: 100px;
    text-align: center;
}
.manutencao-titulo {
    font-size: 1.7em;
    font-weight: 800;
    color: #1a4c6f;
}
.manutencao-texto {
    font-size: 1.1em;
    color: #1a4c6f;
}

/*RODAPE*/
#footer a:not(.btn):not(.no-footer-css) {
    color: #ddd;
    transition: all 0.1s ease-in-out;
}
.imagem_apps {
    width: 130px;
}

/*TABS*/
html body .tabs.tabs-simple .nav-tabs>li .nav-link.active,
html body .tabs.tabs-simple .nav-tabs>li .nav-link.active:focus,
html body .tabs.tabs-simple .nav-tabs>li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs>li .nav-link.active:hover,
html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link.active,
html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link.active:focus,
html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs>li .nav-link.active:hover {
    color: #1a4c6f;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active,
html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover,
html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #1a4c6f;
}
.tabs.tabs-simple .nav-tabs>li .nav-link,
.tabs.tabs-simple .nav-tabs>li .nav-link:hover,
.tabs.tabs-simple .nav-tabs>li .nav-link:focus {
    padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #6286a0;
    border-radius: 0;
    color: #6286a0;
    font-size: 16px;
}

/*CORES*/
.logo_roxo {
    color: #b19bca;
}

.fundo_roxo {
    background: #b19bca !important;
}

.logo_azul_escuro {
    color: #1a4c6f;
}

.logo_azul_claro {
    color: #6dbbbf;
}

.fundo_azul_claro {
    background: #6dbbbf !important;
}

.logo_azul_medio {
    color: #6286a0;
}

.fundo_azul_medio {
    background: #6286a0 !important;
}

.logo_laranja {
    color: #fdb813;
}

.fundo_laranja {
    background: #fdb813;
}

.logo_vermelho {
    color: #ec1b30;
}

.logo_verde {
    color: #bed73d;
}

/* ==========================
   MOBILE (TABLET + CELULAR)
   ========================== */
@media (max-width: 991px) {
    /* HEADER */
    #header .header-btn-collapse-nav {
        margin-right: 10px;
    }
    #header .header-row {
        justify-content: space-between;
    }
    #header .header-nav {
        margin-left: auto;
    }
    #header .header-nav-main nav>ul>li.dropdown-full-color.dropdown-secondary>a:hover {
        color: #fff;
    }
    #header .header-nav-main nav>ul>li.dropdown-full-color.dropdown-secondary>a.active,
    #header .header-nav-main nav>ul>li.dropdown-full-color.dropdown-secondary>a:hover {
        background: #1a4c6f !important;
        color: #fff !important;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a:hover {
        background: #1a4c6f !important;
        color: #fff !important;
    }
    #header .header-logo img {
        width: 100px !important;
        height: auto !important;
    }
    .header-btn-collapse-nav {
        background: #1a4c6f !important;
        border-radius: 8px;
        border: 0;
        width: 44px;
        height: 44px;
    }
    #header .header-nav-main nav>ul li a {
        margin: 0;
    }

    /* HERO */
    .hero-section {
        height: 350px;
    }

    .hero-content h1,
    .text-color-white {
        font-size: 2rem !important;
        line-height: 1.1;
    }

    /* TITULOS */
    .titulo_destaque {
        font-size: 1.6rem;
        line-height: 1.2;
        text-align: center;
    }

    .artista_nome {
        font-size: 2rem;
        line-height: 1.1;
        text-align: center;
    }

    .noticia-titulo-interno {
        font-size: 24px;
        line-height: 1.3;
    }

    /* TOP MÚSICAS */
    .top-musica-rank {
        width: 35px;
        font-size: 22px;
    }

    .top-musica-capa {
        width: 45px;
        height: 45px;
    }

    .top_musica_musica {
        font-size: 1rem;
    }

    .top_musica_cantor {
        font-size: 0.85rem;
    }

    /* RANKING */
    .ranking-item {
        padding: 10px 15px;
    }

    .ranking-destaque {
        font-size: 32px;
    }

    .ranking-subtitulo {
        font-size: 14px;
    }

    /* LOGIN / CADASTRO */
    .login-card {
        max-width: 100%;
        padding: 20px;
    }

    /* INDEX*/
    .call-to-action {
        display: block !important;
        text-align: center;
    }    
    .perfil-card {
        max-width: 100%;
    }

    /* CONTATO */
    .btn-login {
        width: 100%;
        max-width: 250px;
    }

    /* MANUTENÇÃO */
    .container-manutencao {
        min-width: auto;
        width: calc(100% - 40px);
        left: 20px;
        margin-left: 0;
        top: 10%;
    }
    .manutencao-titulo {
        font-size: 1.4rem;
    }
    .manutencao-texto {
        font-size: 1rem;
    }

    /* RODAPE */
    footer {
        text-align: center;
    }
    .footer-apps {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-apps img {
        max-width: 130px;
        height: auto;
    }
}

/* ==========================
   MOBILE (CELULAR)
   ========================== */
@media (max-width: 767px) {
    /*ARTISTAS*/
    .team-list .isotope-item {
        width: 50% !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        float: left;
    }
    /*ARTISTA*/
    .redes-sociais {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .card-img-album {
        width: 120px;
        display: block;
        margin: 20px auto 0 auto;
    }
    .streaming-links {
        flex-wrap: wrap;
    }
}

/* ==========================
   MOBILE PEQUENO
   ========================== */
@media (max-width: 575px) {



}