/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 de set. de 2021, 20:17:57
    Author     : izakd
*/

#tks-socials {
    font-size: 2rem;
    margin-top: 1em;
}
#tks-socials a {
    background-color:#d5533f; 
    color:white; 
    font-weight: bold; 
    margin-right: 1em; 
    padding: 1em;
}
#tks-socials a span img {
    margin-top: -10px;
    width: 32px;
}

@media screen and (max-width: 991px) {
    #tks-socials a {
        display: block;
        margin-bottom: 1em; 
        margin-right: 0;
    }
}