.profile-catalogo{display: none;}
.profile-catalogo a{background: #1976D2;display: block;color: #fff;text-align: center;padding: 9px 20px;border-radius: 3px;margin-bottom: 10px;font-weight: 600;}
.profile-bg a{display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;height: 90px;background: rgba(0,0,0,.5);border:3px solid rgba(0,0,0,.2);color: #fff;position: absolute;bottom: -90px;opacity:0;transition: all .3s ease-out;}
.profile-bg:hover a{bottom: 0px;opacity: 1;}
.profile-bg a i{transform: scale(1);transition: all .3s ease;margin-bottom: 5px;}
.profile-bg a:hover i{transform: scale(1.2);}