.blog-categorias {
    background: #7a0026;
    padding: 12px 0;
    text-align: center;
}

.blog-categorias ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.blog-categorias li {
    margin: 0;
    padding: 0;
}

.blog-categorias a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.blog-categorias a:hover {
    color: #d4af37;
}