

.sistems_share_popup_banner {
    display: none;
    background-color: #303135;
    position: absolute;
    width: 265px;
    left: 0;
    top: 0;
    /* transform: translate(calc(-50% + 35px + 20px), calc(-100% + 35px - 5px)); */
    padding: 20px 30px;
    border-radius: 6px;
    flex-direction: column;
    z-index: 20;
}

.sistems_share_popup_banner.active {
    display: flex;
}


.sistems_share_popup_banner > span {
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
  

.sistems_share_popup_banner.bottom {
    transform: translate(calc(-50% + 35px + 20px), calc(35px));
}

.sistems_share_popup_banner.active {
    display: flex;
}

.sistems_share_popup_banner h1 {
    float: left;
    width: 100%;
    color: white;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.sistems_share_popup_banner .share_icons{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.sistems_share_popup_banner .share_icons a{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;

}

a.share-whatsapp { background: url(icons/ico-compartir-whatsapp.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }
a.share-email { background: url(icons/ico-compartir-mail.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }
a.share-instagram { background: url(icons/ico-compartir-instagram.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }
a.share-facebook { background: url(icons/ico-compartir-facebook.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }
a.share-twitter { background: url(icons/ico-compartir-twitter.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }
a.share-linkedin { background: url(icons/ico-compartir-linkedin.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }
a.share-pinterest { background: url(icons/ico-compartir-pinterest.svg) no-repeat 0 0; padding-left: 42px; height: 20px; line-height: 20px; }



/* screen max 768px */
@media screen and (max-width: 768px) {
    .sistems_share_popup_banner {
        transform: translate(0, calc(-100% + -5px));
    }
}