#perfil-main {
    background: linear-gradient(rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 0.1) 60%);
}

.perfil__destaques {
    margin-bottom: 50px;
}

.perfil__destaques-content {
    position: relative;
}

.capa-perfil {
    position: relative;
}

.capa-perfil::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.capa-perfil>img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

/* .capa-perfil:hover .edit-asset {
    visibility: visible;
    opacity: 1;
} */

.edit-asset {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    font-size: 20px;
    border: 1px solid #DDD;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.perfil__infos {
    position: relative;
}

.avatar-perfil {
    position: absolute;
    width: 100px;
    border: 6px solid #585ad3;
    border-bottom-left-radius: 40%;
    overflow: hidden;
}

.avatar-perfil::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

/* .avatar-perfil:hover:before {
    visibility: visible;
    opacity: 1;
}

.avatar-perfil .edit-asset {
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    font-size: 15px;
}

.avatar-perfil:hover .edit-asset {
    visibility: visible;
    opacity: 1;
} */

.avatar-perfil>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-spotify {
    position: absolute;
    top: 7px;
    right: 7px;
    line-height: 1;
    cursor: pointer;
}

.avatar-spotify i {
    font-size: 22px;
    color: #1DB954;
}

.perfil__detalhes {
    font-family: Montserrat, sans-serif;
    background: #585ad3;
    border-top: unset;
    height: 40px;
    width: calc(100% - 100px);
    padding: 0 5px;
    margin-left: auto;
}

.perfil__nome-artista {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}

.icone-verificado {
    color: #00ff2a;
    margin-left: 5px;
}

.num-seguidores {
    font-family: BwModelicaRegular, sans-serif;
    font-size: 15px;
    margin: auto;
    margin-right: 20px;
}

.btn-seguir {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    margin-left: auto;
    font-size: 12px;
    border-radius: 30px;
    width: 110px;
    transition: 0.5s ease;
}

.btn-seguir:hover {
    background-color: #fff;
    color: #585ad3;
    cursor: pointer;
}

.btn-seguir-ativo {
    background-color: #fff;
    color: #585ad3;
}

.btn-seguir-ativo:hover {
    background-color: transparent;
    color: #fff;
}

.btn-seguir:focus {
    outline: 0;
}

.btn-seguir svg {
    font-size: 15px;
}

.perfil-plataformas {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;

    width: calc(100% - 100px);
    margin-left: auto;
    height: 30px;
    padding: 0px;
    overflow-x: auto;
}

.perfil-plataformas::-webkit-scrollbar {
    height: 5px;
}

.perfil-plataformas::-webkit-scrollbar-thumb {
    background-color: rgba(56, 56, 56, 0.4);
}

.plataforma {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    width: calc(790px / var(--num_plataformas));
    height: calc(790px / var(--num_plataformas));
}

.plataforma:nth-child(odd) a {
    background-color: #2A2C5B;
}

.plataforma:nth-child(even) a {
    background-color: #20224B;
}

.plataforma a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #505399;
    height: 100%;
    width: 100%;
    font-size: 42px;
    transition: 0.5s ease;
}

.plataforma:hover a {
    color: #fff;
}

#perfil-preview {

}

#preview__content {

}

.preview__left, .preview__right {
    padding: 15px;
}

.preview__left {
    background-color: #08160b;
}

.iframe-video>img {
    width: 100%;
}

.lista-musicas {
    margin-top: 10px;
}

.lista-item + .lista-item {
    margin-top: 1px;
}

.lista-item span {
    color: #53d869;
}

.lista-item>a {
    display: block;
    font-size: 11px;
    padding: 5px 15px;
    border: 1px solid transparent;
    color: #fff;
    opacity: 0.5;
    border-radius: 30px;
}

.lista-item:first-child>a {
    opacity: 1;
    border-color: #53d869;
    border-radius: 30px;
}

.lista-item:hover>a {
    opacity: 1;
    border-color: #53d869;
    border-radius: 30px;
}

.preview__right {
    background-color: #0c2010;
    text-align: center;
}

.letra {
    margin-top: 20px;
}

.letra>p {
    font-family: BwModelicaRegular, sans-serif;
    font-size: 13px;
}

.nome-musica {
    color: #53d869;
    font-family: MontserratBold, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

/* ALBUNS */

#perfil-albuns {
    /* background: rgba(252, 50, 88, 0.1); */
}

.albuns__titulo {
    text-align: center;
    margin-bottom: 30px;
}

.albuns__titulo>p {
    line-height: 1.1;
}

.albuns__titulo>p:nth-child(1) {
    font-family: MontserratRegular, sans-serif;
    color: #fff;
    font-size: 28px;
}

.albuns__titulo>p:nth-child(2) {
    font-family: MontserratBold, sans-serif;
    color: #fc3258;
    font-size: 32px;
    text-transform: uppercase;
}

.titulo-album {
    font-family: BwModelicaBold, sans-serif;
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
}

.participacao-artista {
    display: inline-block;
}

.participacao-artista p {
    color: #fc3258;
}

.data-lancamento {
    font-family: MontserratRegular, sans-serif;
    font-size: 12px;
    color: #565656;
}

/* PARTICIPAÇÕES */

#perfil-participacoes {
    background: rgba(252, 50, 88, 0.1);
}

#perfil-participacoes .albuns__titulo>p {
    font-family: MontserratBold, sans-serif;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}

#perfil-participacoes .albuns__titulo span {
    color: #fc3258;
}

/* sm */
@media (min-width: 576px) {
    .capa-perfil>img {
        height: 130px;
    }

    .avatar-perfil {
        width: 120px;
        height: 120px;
    }

    .perfil__detalhes {
        padding: 0px 10px;
        width: calc(100% - 120px);
    }

    .perfil-plataformas {
        width: calc(100% - 120px);
        height: 40px;
    }

    .plataforma {
        font-size: 25px;
    }

    .btn-seguir {
        font-size: 11px;
    }

    .btn-seguir svg {
        margin-right: 5px;
        font-size: 14px;
    }

    .preview__left, .preview__right {
        padding: 20px;
    }
}

/* md */
@media (min-width: 768px) {
    .capa-perfil>img {
        height: 175px;
    }

    .avatar-perfil {
        width: 150px;
        height: 150px;
    }

    .perfil__detalhes {
        width: calc(100% - 150px);
        height: 45px;
    }

    .perfil-plataformas {
        width: calc(100% - 150px);
        height: 50px;
    }

    .plataforma {
        font-size: 30px;
    }

    .btn-seguir {
        margin-left: 0;
        font-size: 13px;
    }

    .btn-seguir svg {
        margin-right: 6px;
        font-size: 15px;
    }

    .num-seguidores {
        margin: 0 15px 0 auto;
    }
}

/* lg */
@media (min-width: 992px) {
    .capa-perfil>img {
        height: 240px;
    }

    .avatar-perfil {
        border-width: 8px;
        width: 180px;
        height: 180px;
    }

    .perfil__detalhes {
        width: calc(100% - 180px);
        height: 55px;
        padding: 0px 15px;
    }

    .perfil-plataformas {
        height: 60px;
        width: calc(100% - 180px);
    }

    .plataforma {
        font-size: 35px;
    }

    .perfil__nome-artista {
        font-size: 22px;
    }

    .num-seguidores {
        font-size: 17px;
    }

    .btn-seguir {
        font-size: 15px;
        padding: 7px 15px;
    }

    .btn-seguir svg {
        margin-right: 7px;
        font-size: 18px;
    }

    .preview__left, .preview__right {
        padding: 25px;
    }

    .lista-musicas {
        margin-top: 15px;
    }

    .lista-item>a {
        font-size: 12px;
        padding: 6px 20px;
    }

    .letra>p {
        font-size: 15px;
    }

    .albuns__titulo>p:nth-child(1) {
        font-size: 32px;
    }

    .albuns__titulo>p:nth-child(2) {
        font-size: 36px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .capa-perfil>img {
        height: 250px;
    }
}
