/*Custom Css*/

/*
...
...
*/

/* Centralizar ícones sociais no footer */
.footer-sec .social-icons {
    justify-content: center;
}

.footer-sec .social-icons a:last-child {
    margin-right: 0;
}
