.sp--body-perfil{
    background-image: url("../assets/imagens/00_Login.png");
}

.sp--perfil-container{
    display: flex;
    justify-content: center ;
    align-items: center;
    flex-direction: column;
    height: var(--resol-h);
    width: var(--resol-w);
}

.sp--perfil-texto{
    padding-bottom: 100px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.sp--perfil-list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding-bottom: 10vh;
}

.sp--btn-perfil{
    height: 8vh;
    width: 20vw;
    font-size: 3vh;
    bottom: 20%;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(to top, #c2410c, #f97316);
    color:white;
    outline: none;
    border: none;
}

.avatar-list-area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.show-list{
    display: flex !important;
}

.sp--body-perfil{
    display: flex;
    align-items: center;
    justify-content: center;
}

.criar-area{
    border: none !important;
    box-shadow: none !important;
}

.esconder-form{
    display: none !important;
}

.sp--profile-logo{
    position: absolute;
    top: 0;
    align-self: flex-end;
    margin: 10vh 10vw;
    z-index: 999;
    max-width: 15vw;
}

.mostrar-logo{
    display: flex !important;
}


.sp--btn-perfil:focus{
    outline: none;
    color: #f97316;
    background: #333;
    border: 2px solid #f97316;
}

.perfil,
.perfil-avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vh;
    width: 15vh;

    border-radius: 50%;
    filter: brightness(0.6);
    margin: 10px;
    background-color: darkorange;
    overflow: hidden;
}

.perfil-avatar{
    margin: 10px;
}

.perfil img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.perfil-padrao{
    content: url("../assets/imagens/avatar.svg");
}

.perfil:focus,
.perfil-avatar:focus,
.avt-select{
    outline: none;
    filter: brightness(1);
    box-shadow: inset 0 0 0 4px  orange;
}

.perfil-avatar:focus,
.avt-select{
    border-color: green;
}

.apagarPerfil:focus{
    border-color: red;
}

.sp--perfil-user{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.sp--perfil-nome{
    color: white;
    height: 50px;
    line-height: 2;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    max-width: 200px;
}

.p-bloqueado{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
    color: white;
    text-align: center;
    font-size: 40px;
    height: 600px;
}

.voltar-login{
    align-self: center;
    width: 250px;
}

.sp--header-frm{
    color: white;
}

.sp--form-criar{
    display: flex;
    flex-direction: column;
    height: 450px;
    width: 730px;
    border: 2px solid red;
}

@media all and (max-width: 1919px){
    .sp--perfil-container{
        height: var(--hdresol-h);
        width: var(--hdresol-w);
    }

    .sp--perfil-texto{
        padding-bottom: 50px;
        padding-top: 50px;
        width: 100%;
        font-size: 40px;
        font-weight: 600;
    }

    .sp--body-perfil{
        background-position: center center;
    }

    .sp--perfil-nome{
        font-size: 20px;
    }

    .sp--perfil-list{
        padding-left: 250px;
        padding-right: 250px;
    }

}
