#share {
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 160;
}

#share.active span.btn_share {
    background-color: #000000;
}

#share.active span.btn_share i {
    color: #ffffff;
}

#share.active span.midia {
    opacity: 1;
    transform: scale(1);
    z-index: 150;
}

#share.active span.midia.btn_share_facebook {
    left: 60px;
}

#share.active span.midia.btn_share_twitter {
    left: 110px;
}

#share.active span.midia.btn_share_pinterest {
    left: 160px;
}

#share.active span.midia.btn_share_whatsapp {
    left: 210px;
}

#share span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    cursor: pointer;
    transition: all .3s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
}

#share span.midia {
    opacity: 0;
    transform: scale(.8);
}

#share span:hover {
    background-color: #000000;
    border-color: #000000;
}

#share span:hover i {
    color: #ffffff;
}

#share span i {
    font-size: 1.5rem;
}

#share span.btn_share {
    z-index: 160;
}

#share span.btn_share i {
    font-size: 1.5rem;
}