

.shareSocial {
    /*float: right;*/
    margin-top: 10px;
}

.shareSocial a {
    display: inline-block;
    height: 25px;
    width: 25px;
    border: none;
    border-radius: 180px;
    background-size:25px!important; 
}

.social a {
	border-radius: 180px;
    display: inline-block;
    height: 36px;
    width: 36px;
    background-size:36px!important; 
}

.nVecesCompartido {
    display: inline-block;
    font-size: 23px;
    min-width: 23px;
    padding: 4px;
    position: relative;
    text-align: center;
    top: -4px;
}

.social .facebook, .shareSocial .facebook {
	background: #cccccc url("../images/facebook_XL.png") no-repeat;
	
}

.social .twitter, .shareSocial .twitter {
	background: #cccccc url("../images/twitter_XL.png");
}

.social .google, .shareSocial .google {
	background: #cccccc url("../images/google_XL.png");
}

.social .whatsapp, .shareSocial .whatsapp {
	background: #cccccc url("../images/whatsapp_XL.png");
}

.social .facebook:hover, .shareSocial .facebook:hover {
	background: #3e78d3 url("../images/facebook_XL.png");
}

.social .twitter:hover, .shareSocial .twitter:hover {
	background: #63cef2 url("../images/twitter_XL.png");
}

.social .google:hover, .shareSocial .google:hover {
	background: #ea5635 url("../images/google_XL.png");
}

.social .whatsapp:hover, .shareSocial .whatsapp:hover {
	background: #1a9f10 url("../images/whatsapp_XL.png");
}

@media (min-width: 479px) {
    .soloMovil {
        display: none!important
    }
}

.social .email, .shareSocial .email {
    background: #cccccc url("../images/email_XL.png");
}
.social .email:hover, .shareSocial .email:hover {
    background: #F29463 url("../images/email_XL.png");
}