/* Social */
.social-box{
    width: fit-content;
    width: -moz-fit-content;
}
.social-box a{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* borda no themecolors*/
}

.social-box .fab,
.social-box .fas{
    font-size: 16px;
}

.social-box a img{
    width: 100%;
    height: 100%;
}
