.telefonica span.telefono, .telefonica .name{font-size: 2em;}
.telefonica {border: 1px solid #fff; border-radius: 5px; padding:1em; }

/*
@font-face {
    font-family: "pstelicomoon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/psicomoon.eot?#iefix-tmu61k") format("embedded-opentype"), url("../fonts/psicomoon.woff?-tmu61k") format("woff"), url("../fonts/psicomoon.ttf?-tmu61k") format("truetype"), url("../fonts/psicomoon.svg?-tmu61k#icomoon") format("svg");
}
[class^="psicon-"], [class*=" psicon-"] {
    font-family: 'pstelicomoon';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}*/
.telefonica .social-buttons [class^="psicon-"], .telefonica .social-buttons [class*=" psicon-"] {
    
    background-color: #36333F;
color:white;
    content: "";
    font-size: 2em;
    transition: all 0.5s ease 0s;
border-radius:5px;
}
.telefonica .social-buttons [class^="psicon-"]:hover, .telefonica .social-buttons [class*=" psicon-"]:hover {
    background-color: #3B579D;
    color: #fff;
    text-decoration: none;
    border-radius:5px;
    
}
/*
.telefonica .social-buttons .psicon-facebook:before {
    content: "";
}
.telefonica .social-buttons .psicon-twitter:before {
    content: "";
}
*/

.telefonica .name{}
.telefonica .address{}
