.button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s;
    border-radius: 30px;
    padding: 0 30px;
    height: 2rem
}

.button:hover {
    color: #fff;
    background: hsla(0, 0%, 100%, .15)
}

.button input[type=file] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.button.button-default {
    border: 1px solid #ced9e3;
    background: var(--white);
    color: #8899a5;
    font-weight: 500;
    height: 2.5rem
}

.button.button-default:hover {
    background: #8899a5;
    color: var(--white)
}

.button.button-blue {
    background: #3498db;
    color: var(--white);
    border: 1px solid #3498db
}

.button.button-blue:hover:not(.no-hover) {
    background: var(--white);
    color: #3498db
}

.button.button-tabs,
.button.button-transparent {
    border: 1px solid #ced9e3;
    background: 0 0;
    color: #517191;
    height: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 500
}

.button.active.button-transparent,
.button.button-tabs.active {
    background: #517191;
    color: #fff;
    border-color: #517191
}

.button.button-tabs:not(.active):hover,
.button.button-transparent:not(.active):hover {
    background: rgba(0, 0, 0, .07)
}

.button.button-transparent {
    display: inline-block;
    color: var(--white);
    font-size: .9375rem
}

.button.button-transparent:hover {
    background-color: hsla(0, 0%, 100%, .15) !important
}

.button.button-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    padding: 0
}

.button.button-icon-text {
    position: relative;
    padding: 0 1.5625rem 0 2.5rem;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 1rem
}

.button.button-icon-text:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #517191;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    left: 2px;
    top: 2px;
    width: 1.625rem;
    height: 1.625rem;
    background: #fff;
    border-radius: 100%;
    font-size: .9375rem
}

.button.button-icon-text.button-icon-facebook:after {
    content: "\F09A";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #3b5998;
}

.button.button-icon-text.button-icon-twitter:after {
    content: "\F099";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #1da1f2;
}


.button.button-play {
    background: #dc0000;
    font-size: .875rem;
    padding: .625rem 1.125rem;
    font-family: Rubik;
    font-weight: 500
}

.button.button-play .fa {
    margin-right: .375rem;
    font-size: .75rem
}

.button.button-play:hover {
    background: #f55e5e
}

.button.button-lyric-tools {
    width: 100%;
    background-color: var(--white);
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #313131;
    justify-content: flex-start;
    padding: 0 20px;
    transition: all .5s;
    font-weight: 500;
    height: 2rem
}

.button.button-lyric-tools:hover {
    background-color: rgba(0, 0, 0, .09)
}

.button.button-lyric-tools.play {
    background: #4cd137;
    color: #fff;
    border: 1px solid #4cd137;
    justify-content: center
}

.button-group {
    position: relative
}

.button-group .wrap {
    z-index: 2;
    position: relative;
    display: flex;
    overflow-x: auto;
    min-width: 100%
}

.button-group .button {
    margin-right: 5px;
    flex-shrink: 0
}

.button-group .button:last-child {
    margin-right: 0
}

@media(max-width:992px) {
    .button-group .wrap {
        padding-left: 10px
    }

    .button-group:after {
        display: block
    }
}

.no-caret:before {
    display: none !important
}

.btn-play {
    font-family: Arial;
    display: inline-block;
    background-color: #dc0000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 16px;
    line-height: 36px
}

.btn-play:hover {
    color: #fff;
    background-color: #f55e5e
}

.btn-play i.fa {
    font-size: 12px;
    margin-right: 5px
}

.title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: .9375rem;
    background: linear-gradient(to right, #062086, #000000);
    padding: 10px 5px;
    border-radius: 10px;    
}

.title-section .title {
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    font-weight: 300
}

.title-section .title,
.title-section .title a {
    color: #f39c12
}

.title-section .title.blue {
    color: #3498db
}

.title-section .title.title-sm {
    font-size: 1.2rem
}

.title-section .title a:hover {
    text-decoration: underline;
    color: inherit
}

.title-section .link {
    font-family: Rubik;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all .5s
}

.title-section .link:hover {
    color: #ffc107
}

@media(max-width:576px) {
    .title-section .link {
        display: none
    }
}

.section-title {
    font-weight: 700;
    font-size: 18px
}

.title-default {
    display: block;
    color: #313131;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition: all .5s
}

.title-default.weight-normal {
    font-weight: 400
}

.title-default.title-sm {
    font-size: .875rem
}

.title-default.title-size-2 {
    font-size: 1.25rem
}

.title-default:hover,
a:hover .title-default {
    color: #8d0918
}

.subtitle-default {
    color: #b1b1b1;
    font-size: .9375rem
}

.title-alone {
    font-weight: lighter
}

.title-highlight {
    color: #39c
}

.title-ads {
    font-weight: 700;
    font-size: 14px;
    color: #bfbfbf
}

.text-subtitle-1 {
    font-size: .9375rem;
    color: rgba(0, 0, 0, .55)
}

.link-dark-blue,
.link-dark-blue:hover {
    color: #084e7d !important
}

.lyrics-comp {
    border-top: 1px solid rgba(0, 0, 0, .3);
    font-size: 14.5px;
    color: rgba(0, 0, 0, .7)
}

.lyrics-comp .names {
    font-weight: 700
}

html {
    font-size: 15px
}

@media screen and (min-width:320px) {
    html {
        font-size: calc(15px + 1*(100vw - 320px)/880)
    }
    .col {
        max-width: 100%;
        min-width: 58%;
    }
}

@media screen and (min-width:1200px) {
    html {
        font-size: 16px
    }
    .col {
        max-width: 66%;
    }
}

body {
    color: #313131;
    font-family: Roboto, sans-serif;
    font-size: 1rem
}

a:hover {
    text-decoration: none
}

li,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
li,
ul {
    margin: 0;
    padding: 0
}

.dropdown-menu {
    border: 1px solid #ced9e3;
    border-radius: 10px;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .15)
}

.dropdown-menu .dropdown-item {
    display: block;
    color: #313131;
    padding: 5px 20px;
    transition: all .5s;
    border-radius: 5px;
    margin-bottom: 3px
}

.dropdown-menu .dropdown-item:hover {
    background: #e8eff0
}

.dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0
}

@media print {
    @page {
        size: A4 portrait
    }
}

.row.sm-gutter {
    margin-left: -5px;
    margin-right: -5px
}

.row.sm-gutter [class^=col] {
    padding-left: 5px;
    padding-right: 5px
}

.bg-image {
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
    max-width: 100%;
    width: auto
}

.bg-image.bg-square {
    border-radius: 0
}

@media print {
    * {
        text-decoration: none !important
    }
}

.flex-1 {
    flex: 1 !important
}

.list-column-2 {
    -moz-column-count: 2;
    column-count: 2
}

@media(max-width:768px) {
    .list-column-2 {
        -moz-column-count: 1;
        column-count: 1
    }
}

.list-column-3 {
    -moz-column-count: 3;
    column-count: 3
}

@media(max-width:1024px) {
    .list-column-3 {
        -moz-column-count: 2;
        column-count: 2
    }

    .list-column-3 li:last-child {
        display: none
    }
}

@media(max-width:768px) {
    .list-column-3 {
        -moz-column-count: 1;
        column-count: 1
    }

    .list-column-3 li:last-child {
        display: inherit
    }
}

.r7-header {
    z-index: auto !important
}

.play-hover-effect {
    cursor: pointer
}

.play-hover-effect:after {
    z-index: 2;
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 152, 219, .4)
}

.play-hover-effect:before {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 3;
    content: "\F04B";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
    font-size: 2.5rem;
    background: rgba(243, 156, 18, .9);
    width: 5rem;
    height: 5rem;
    padding-left: .625rem;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -2.5rem
}

.play-hover-effect.play-hover-effect-active:after,
.play-hover-effect.play-hover-effect-active:before,
.play-hover-effect:hover:after,
.play-hover-effect:hover:before {
    display: flex
}

.ads-negative-mt {
    margin-top: -1.875rem
}

.main-header-compt {
    background: linear-gradient(to right, #0c176b, #7b0606);
}

.main-header-compt h1 a {
    display: block;
    font-size: 0;
    background-image: url(/assets/img/logo.png);
    width: 122px;
    height: 25px
}

.main-header-compt .container {
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.main-header-compt .nav-toggle {
    font-size: 1.25rem;
    cursor: pointer
}

.item-box {
    padding: .9375rem .625rem;
    border-radius: 5px;
    position: relative;
    display: block;
    border-radius: 8px
}

.item-box.boxed {
    line-height: 1.25rem;
    height: 75px
}

.item-box.item-list {
    height: auto;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.item-box.item-list .title-default:not(.title-wrap) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.item-box .img-wrap {
    background-size: cover;
    background-position: top
}

.item-box .img-wrap:not(.no-border) {
    border-radius: 10px
}

.item-box .img-side {
    flex: 0 0 40%;
    padding-right: 10px
}

.item-box .picture-wrap {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    background-size: cover;
    background-position: top
}

.item-box .picture-wrap.picture-rounded {
    border-radius: 100%
}

.item-box .picture-wrap.picture-crounded {
    border-radius: 10px
}

.item-box .picture-wrap.picture-lg {
    width: 5rem;
    height: 5rem
}

.item-box:hover {
    background: #e8eff0
}

.item-box.with-picture {
    flex-direction: row;
    justify-content: start;
    align-items: center
}

.item-box.text-rank {
    padding-left: 3.875rem
}

.item-box.text-rank:before {
    letter-spacing: -.3125rem;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -.625rem;
    font-size: 2.8125rem;
    color: #7f8c8d;
    font-weight: 700;
    content: counter(song_artist_rank, decimal)
}

.item-box.text-rank:hover:before {
    color: #3498db
}

.item-box.text-rank.rank-sm {
    padding-left: 45px
}

.item-box.text-rank.rank-sm:before {
    width: 2.5rem;
    left: 0;
    font-size: .9375rem;
    letter-spacing: -.0625rem;
    font-family: Roboto;
    text-align: center;
    font-weight: 600
}

.item-box.circle-rank {
    padding-left: 20px
}

.item-box.circle-rank:before {
    position: absolute;
    display: flex;
    left: 6px;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #3498db;
    font-weight: 500;
    content: counter(song_artist_rank, decimal)
}

.playlist-box {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.playlist-box .img-wrap {
    background-size: cover;
    background-position: 50%
}

.playlist-box:before {
    display: none;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(31, 95, 106, .25)
}

.playlist-box:after {
    display: none;
    z-index: 2;
    content: "\F04B";
    font-family: "FontAwesome";  
    font-weight: 900;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    left: 50%;
    font-size: 20px;
    line-height: 20px;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #fff;
    background: #dc3545
}

.playlist-box:hover:after,
.playlist-box:hover:before {
    display: flex
}

.list-h-simple li {
    border-bottom: 1px solid #e1e1e1
}

.list-h-simple li:last-child {
    border: 0
}

.motd-cmpt img {
    border-radius: 15px;
    width: auto;
    max-width: 100%
}

.sidenav {
    height: 100%;
    width: 250px;
    left: -100%;
    position: fixed;
    z-index: 101;
    top: 0;
    background-color: #fff;
    transition: all .5s;
    padding: 10px
}

.sidenav ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.sidenav ul>li:last-child {
    border-bottom: 0
}

.sidenav ul>li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #064169;
    padding: 9px 15px;
    transition: all .25s;
    font-family: Rubik;
    font-weight: 500;
    border-radius: 5px
}

.sidenav ul>li a:hover {
    background: #e8eff0
}

.sidenav ul>li i {
    font-size: 20px;
    width: 50px;
    text-align: center
}

#sidenav-bg {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
    transition: all .5s
}

.sidenav .closebtn {
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    top: 15px;
    border-radius: 5px;
    right: -25px;
    font-size: 30px;
    background: #fff;
    color: #313131;
    padding: 8px
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
    .col {
        max-width: 100%;
    }
}

.main-page-title {
    background: #214468 url(/assets/images/noise.png) no-repeat;
    color: var(--white);
    font-family: Rubik;
    padding: 15px 0;
    text-align: center
}

.main-page-title h1 {
    font-size: 1.25rem;
    font-weight: 700
}

.page-breadcrumb {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-top: .625rem
}

.page-breadcrumb,
.page-breadcrumb a {
    color: #000;
}

.page-breadcrumb li {
    align-items: center;
    display: flex;
    text-transform: capitalize;
}

.page-breadcrumb li:not(:last-child) a:hover {
    color: #3498db
}

.page-breadcrumb li:after {
    content: "\F054"; /* Código Unicode para chevron-right */
    font-family: "FontAwesome"; /* Familia de fuentes */
    font-weight: 900; /* Peso para el estilo sólido */
    display: block;
    font-size: 10px;
    margin-top: 2px;
    padding: 0 10px;
    color: #ff0007
}


.page-breadcrumb li:last-child {
    font-weight: 700;
}

.page-breadcrumb li:last-child:after {
    display: none
}

.page-breadcrumb li:last-child a {
    cursor: default
}

@media(max-width:577px) {
    .page-breadcrumb {
        display: none
    }
}

.section-divisor {
    border-bottom: 1px solid #e1e1e1;
    margin: 1.875rem 0
}

.item-quick-menu {
    position: relative
}

.item-quick-menu .quick-menu-wrap {
    display: none;
    position: absolute;
    align-items: center;
    top: 0;
    right: 25px;
    height: 100%;
    z-index: 10;
    padding-left: .625rem
}

.item-quick-menu .item-box {
    padding-right: 30px;
    transition: none
}

.item-quick-menu .btn-link {
    font-size: 1.25rem;
    color: #517191;
    padding: 0;
    background: 0 0
}

.item-quick-menu:hover .quick-menu-wrap {
    display: flex
}

@media(max-width:992px) {
    .item-quick-menu .quick-menu-wrap {
        display: none !important
    }
    .title-default {
        white-space: normal!important;
    }    
}

.toast-wrap-component {
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important
}

.toast-wrap-component .toasted {
    justify-content: center !important;
    height: 10vh !important;
    font-size: 1.125rem !important;
    background: #27ae60 !important
}

.frame-images-compt {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden
}

.frame-images-compt .img:first-child:last-child {
    width: 100% !important
}

.frame-images-compt .img {
    width: 50%
}

.profile-activity-avatar {
    position: relative;
    display: inline-block;
    align-self: flex-start
}

.profile-activity-avatar .img-box {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    border: 1px solid #1e73ac
}

.profile-activity-avatar .inner-box {
    position: relative
}

.profile-activity-avatar .icon-box {
    position: absolute;
    bottom: -10.5px;
    right: -12.5px;
    right: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #1e73ac;
    border-radius: 100%;
    font-size: 12px;
    padding-top: 2px;
    color: #1e73ac;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white)
}

.profile-activity-item {
    width: 100%;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #e5e5e5
}

.profile-activity-item .profile-activity-items {
    width: calc(100% - 4.6875rem)
}

.profile-activity-item .date-box {
    font-size: 14px;
    color: #b1b1b1
}

.profile-activity-item .algo {
    margin-left: 85px;
    cursor: pointer;
    margin-top: 15px
}

.profile-activity-item .algo:hover {
    text-decoration: underline
}

.album-infos-compt .img-box {
    display: block;
    max-width: 160px
}

.album-infos-compt .album-name,
.album-infos-compt .artist-name {
    display: block;
    font-size: 1.5rem;
    font-weight: 700
}

.album-infos-compt .artist-name {
    color: #3498db
}

.album-infos-compt .artist-name:hover {
    text-decoration: underline
}

.album-infos-compt .release-text {
    font-size: .9375rem;
    color: #b1b1b1
}

.user-header-compt {
    border: 0;
    border-left: 1px solid hsla(0, 0%, 100%, .6);
    padding-left: 10px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    background: 0 0;
    color: #fff
}

.user-header-compt .avatar {
    width: 31px;
    height: 31px;
    background-size: cover;
    background-position: 50%;
    border-radius: 100%;
    margin-right: 5px
}

.user-header-compt .name {
    font-weight: 700
}

.list-numeric li {
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    counter-increment: list-numeric;
    padding-top: .1875rem
}

.list-numeric li:before {
    content: counter(list-numeric, decimal);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #39c;
    color: #fff;
    border-radius: 100%;
    font-weight: 700
}

.social-sharing-cmpt {
    display: flex;
    justify-content: space-around
}

.social-sharing-cmpt .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #39c;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    font-size: 18px
}

.social-sharing-cmpt .item.whatsapp {
    background: #25d366
}

.social-sharing-cmpt .item.twitter {
    background: #00b1eb
}

.social-sharing-cmpt .item.facebook {
    background: #325c99
}

.social-sharing-cmpt .item:hover {
    opacity: .7
}

.artistis-picture-line {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 5rem;
    margin: 10px 0 30px
}

.artistis-picture-line .picture {
    width: 4rem;
    height: 4rem;
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    margin-right: -1.25rem;
    border: 3px solid #fff
}

.artistis-picture-line .picture:last-child {
    margin-right: 0
}

.week-top-section li {
    counter-increment: song_artist_rank
}

.week-top-section li:nth-child(n+10) a.text-rank:not(.rank-sm):before {
    left: 10px
}

.week-top-section li:nth-child(n+100) a.text-rank:not(.rank-sm):before {
    font-size: 32px;
    letter-spacing: -3px
}

.week-top-section li:nth-child(n+1000) a.text-rank:not(.rank-sm):before {
    font-size: 24px;
    letter-spacing: -2px
}

.week-top-section li:nth-child(n+100) a.circle-rank:before {
    font-size: 13px;
    letter-spacing: -1px
}

.week-top-section li:nth-child(n+1000) a.circle-rank:before {
    font-size: 12px;
    letter-spacing: -1px
}

.news-highlight-section .img-wrap {
    border-radius: 5px;
    overflow: hidden;
    background-position: 50%;
    background-size: cover
}

.news-highlight-section .title-default {
    height: 3.125rem
}

.artist-header-navbar-section {
    position: relative
}

.artist-header-navbar-section .artist-infos {
    display: inline-flex;
    align-items: center
}

.artist-header-navbar-section .artist-infos .img-wrap .img {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    background-size: cover;
    background-position: 50%;
    border-radius: 100%
}

.artist-header-navbar-section .artist-infos .name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff
}

.artist-header-navbar-section .artist-infos .genre {
    font-size: .9375rem;
    font-weight: 500
}

.artist-header-navbar-section .btn-dropdown {
    color: #fff
}

.artist-header-navbar-section .artist-nav {
    font-weight: 500;
    display: flex;
    justify-content: flex-end
}

.artist-header-navbar-section .artist-nav .button {
    background: 0 0;
    color: #fff;
    font-size: 15px;
    padding: 0 16px;
    height: 32px
}

.artist-header-navbar-section .artist-nav .button:not(.active) {
    border: 0
}

.artist-header-navbar-section .artist-nav .button:hover:not(.active) {
    text-decoration: underline
}

.artist-pictures-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px
}

.artist-pictures-section li {
    padding: 2px;
    overflow: hidden;
    flex: 0 0 50%
}

.artist-pictures-section li:first-child .img-wrap {
    border-top-left-radius: 10px
}

.artist-pictures-section li:nth-child(2) .img-wrap {
    border-top-right-radius: 10px
}

.artist-pictures-section li:nth-child(3) .img-wrap {
    border-bottom-left-radius: 10px
}

.artist-pictures-section li:nth-child(4) .img-wrap {
    border-bottom-right-radius: 10px
}

.artist-pictures-section .more-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--white);
    background: rgba(0, 0, 0, .6)
}

.artist-pictures-section .img-wrap {
    position: relative;
    background-size: cover;
    background-position: 50%
}

.artist-alphabet-section .item-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.artist-alphabet-section .item-box .letter {
    width: 40px;
    font-weight: 700
}

.artist-alphabet-section .flag-translation {
    font-size: 13px;
    font-weight: 700;
    color: #3498db
}

.artist-alphabet-section .flag-translation .flag-icon {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #fff
}

.content-title-section {
    font-family: Rubik
}

.content-title-section .title {
    color: #3498db;
    font-size: 1.625rem;
    line-height: 1.375rem
}

.content-title-section .subtitle {
    font-size: 1.125rem;
    color: #1e73ac
}

.lyrics-section {
    word-break: break-word
}

.lyrics-section p {
    font-size: 1.25rem;
    margin-bottom: 1.5625rem;
    line-height: 1.7
}

@media(max-width:992px) {
    .lyrics-section .translated-text {
        color: rgba(0, 0, 0, .6)
    }
}

.mobile-lyric-player-section {
    position: fixed;
    width: 30vw;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .3)
}

.albuns-list-box .album-infos-compt:not(:last-child) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e1e1e1
}

.collapse-section .card {
    border: 0;
    background: #fff;
    padding: 5px 0
}

.collapse-section .card-header {
    padding: 0;
    border: 0;
    background: #fff
}

.collapse-section .card-header .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #333;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #ddd
}

.collapse-section .card-header .btn-link:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\F0D7";
    margin-right: 5px;
    font-size: 18px
}

.collapse-section .card-header .btn-link:not(.collapsed) {
    background: #3498db;
    border-color: #3498db;
    color: #fff
}

.collapse-section .card-header .btn-link:not(.collapsed):before {
    content: "\F0D8";
    font-family: "FontAwesome";
}

.collapse-section .card-header .btn-link:focus,
.collapse-section .card-header .btn-link:hover {
    text-decoration: none
}

.correction-area .original-lyrics-box {
    font-size: 20px;
    text-align: right
}

.correction-area .textarea-correction {
    height: 100%
}

.common-header-info {
    color: #9e9e9e;
    font-family: Arial
}

.common-header-info .header-title {
    font-weight: 400;
    font-size: 1rem
}

.common-header-info .header-highlight {
    font-size: 34px;
    font-weight: 700;
    margin: 4px 0;
    color: #212121
}

.common-header-info .header-extra {
    font-weight: 400;
    font-size: 1rem
}

.common-header-info .header-extra a {
    color: #9e9e9e;
    font-weight: 700
}

.common-header-info .header-extra a:hover {
    color: #c4c4c4
}

.common-header-info .header-extra .heart-emoji {
    color: #f1090c
}

.common-header-info .header-extra time {
    text-decoration: underline
}

#main-footer {
    background: #214468 url(/assets/images/noise.png) no-repeat;
    color: #fff;
    padding: 2.5rem 0;
    font-size: 1.0625rem
}

#main-footer .alphabet-wrap {
    overflow: auto
}

#main-footer .alphabet-wrap .alphabet-menu {
    min-width: 600px;
    display: flex;
    justify-content: space-between
}

.alphabet-menu a {
    color: #fff;
    font-weight: 700;
}
.alphabet-menu a:hover{
    color:#ffc107;
}

#main-footer .divisor {
    margin: 1.875rem 0;
    background: hsla(0, 0%, 100%, .5)
}

#main-footer .menu-box {
    font-size: .9375rem
}

#main-footer .menu-box ul>li>a {
    display: inline-block;
    color: #fff;
    padding: 3px 0;
    transition: all .5s
}

#main-footer .menu-box ul>li>a:hover {
    color: hsla(0, 0%, 100%, .6)
}

#main-footer .menu-box .menu-title {
    font-weight: 700;
    margin-bottom: .625rem;
    font-size: 1rem
}

#main-footer .copyright-wrap {
    font-size: 1rem
}

#main-footer .copyright-wrap .petaxxon-link {
    color: #fff;
    font-weight: 700
}

/* Contenedor de los botones */
.d-flexl {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; /* Espacio superior */
}

/* Estilo base para los botones */
.btnpl {
    padding: 10px 20px; /* Espaciado interno */
    font-size: 16px; /* Tamaño de la fuente */
    font-weight: 600; /* Grosor de la fuente */
    border: none; /* Sin borde */
    border-radius: 8px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor al pasar sobre el botón */
    transition: all 0.3s ease; /* Transición suave */
    outline: none; /* Elimina el contorno al hacer clic */
}

/* Estilo para los botones con clase btn-primary */
.btn-primaryl {
    background-color: #214468;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

/* Efecto al pasar el mouse sobre los botones */
.btn-primaryl:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(103 11 11);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

/* Efecto al hacer clic en los botones */
.btn-primaryl:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}