/*
Theme Name:   Divi-Child
Template:     Divi
*/
.filtro-categorias-blog {
    text-align: left;
    margin-bottom: 20px;
}
.filtro-categorias-blog a {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 6px 16px;
    border-radius: 18px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
    border: 1px solid #e1e1e1;
    transition: all 0.2s;
}
.filtro-categorias-blog a.active,
.filtro-categorias-blog a:hover {
    background: #2EA3F2;
    color: #fff;
    border-color: #2EA3F2;
}