/**** BOTÕES DE COMPARTILHAMENTO ******/

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

#bloco-compartilhamento {
    margin:32px 0 0;
}

#bloco-compartilhamento span {
    display:block;
    padding:0 0 7px;
    font-size:12px;
    color:#333333;
}

#bloco-compartilhamento .botoes-compartilhamento a {
    width:17px;
    height:18px;
    background-position:center top;
    background-repeat:no-repeat;
    display:block;
    float:left;
}

#bloco-compartilhamento .botoes-compartilhamento a + a  {
    margin:0 0 0 11px;
}

#bloco-compartilhamento .botoes-compartilhamento a.facebook {background-image:url('images/compartilhamento-facebook.png');}
#bloco-compartilhamento .botoes-compartilhamento a.twitter {background-image:url('images/compartilhamento-twitter.png');}
#bloco-compartilhamento .botoes-compartilhamento a.whatsapp {background-image:url('images/compartilhamento-whatsapp.png');}
#bloco-compartilhamento .botoes-compartilhamento a.linkedin {background-image:url('images/compartilhamento-linkedin.png');}
#bloco-compartilhamento .botoes-compartilhamento a.mail {background-image:url('images/compartilhamento-mail.png');}


@media (min-width:0) and (max-width:767px) {
    #bloco-compartilhamento.pull-right {
        float: none!important;
        justify-content: center;
        display: flex;
        text-align: center;
        margin: 20px 0 0;
    }
}