<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icoShare {
    display: inline-block;
    height: 32px;
    width: 44px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.icoShare:hover {
    opacity:0.7;
}
.icoShare.facebook{
    background-image:url(../App_Images/ico_facebook_grey.svg);
}
.icoShare.twitter{
    background-image:url(../App_Images/ico_tweeter_grey.svg);
}
.icoShare.google{
    width:45px;
    background-size: 45px;
    background-image:url(../App_Images/ico_google_grey.svg);
}


.ico_social {
    display:inline-block;
    vertical-align:top;
    width:30px;
    height:30px;
    margin:8px 2px;    
}
    .ico_social:hover {
        opacity:0.6;
    }

.ico_instagram {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:18px;
    background-image:url(../App_Images/ico_instagram.svg);
    background-color:#004879;
}

.ico_facebook {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:18px;
    background-image:url(../App_Images/ico_facebook.svg);
    background-color:#3c599b;
}
.ico_elbamylove {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:22px;
    background-image:url(../App_Images/ico_elbamylove.svg);
    background-color:#ea2229;
}</pre></body></html>