﻿.listaCompartilharRedesSociais .svg-size{
    width: 20px;
    height: 20px;
    display: inline-block;
    transition:transform .3s;
}

.listaCompartilharRedesSociais .share-whatsapp{
    /*display:none;*/
}


.listaCompartilharRedesSociais .share-facebook .share-icon {
    fill: #325c99;
}
.listaCompartilharRedesSociais .share-twitter .share-icon {
    fill: #02acec;
}
.listaCompartilharRedesSociais .share-whatsapp .share-icon {
    fill: #58ad15;
}
.listaCompartilharRedesSociais .share-email .share-icon {
    fill: #8f9eb3;
}
.listaCompartilharRedesSociais .share-linkedin .share-icon {
    fill: #378fe9;
}

.listaCompartilharRedesSociais .item-listaCompartilharRedesSociais:hover .svg-size{
    transform:scale(1.3);
}


@media (max-width:700px){
    .listaCompartilharRedesSociais .share-whatsapp{
        display:inline;
    }
}