.get-card.close{
    display: none;
}
.new-get-card{
     display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: flex-end;
      text-align: end;
      margin-top: 40px;
      margin-right: 20px;
      width: 456px;
      display: none;
}
.new-get-card.open{
    display: block;
}
.new-subtittle-get{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 40px;
    letter-spacing: 2%;
    text-align: end;
    margin-top: 35px;
}
#open-profile-btn{
    margin-top: 35px;
   margin-right: 0px;
}
.tittle-card.close{
    display: none;
}
.new-tittle-card{
font-size: 30px;
font-weight: 400;
font-family: 'Inter', sans-serif;
line-height: auto;
letter-spacing: 2%;
color: #000000;
margin-top: 40px;
display: none;
}
.new-tittle-card.open{
    display: block;
}


.avatar-text{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #bb945f;
    padding-left: 27px;
    padding-top: 30px;
}
.check.close{
    display: none;
}
#cards-profile-digital{
    display: none;
}
#cards-profile-digital.open{
    display: flex;
    position: relative;
    bottom: 30px;
    
}