/*Custom Css*/

/*
...
...
*/

/* Centralizar ícones sociais no footer */
.footer-sec .social-icons {
    justify-content: center;
}

.footer-sec .social-icons a:last-child {
    margin-right: 0;
}

/* Corrigir offset do anchor #artigos para não ficar coberto pelo header fixo */
#artigos {
    scroll-margin-top: 80px;
}

/* Espaçamento entre balões de artigos no mobile */
@media (max-width: 991.98px) {
    #artigos .col-12 {
        margin-bottom: 16px !important;
    }
    #artigos .col-12:last-child {
        margin-bottom: 0 !important;
    }
}

/* Espaçamento entre sócios no mobile (descrição não colar na foto seguinte) */
@media (max-width: 991.98px) {
    .speaker-sec .speaker-info {
        margin-bottom: 40px !important;
    }
    .speaker-sec .speaker-info:last-child {
        margin-bottom: 0 !important;
    }
}
