/*--------------------------------------------------------------
# Tags Footer
--------------------------------------------------------------*/

:root {
    --Fuente: 'Roboto', sans-serif;
    --verde: #0f4a57;
}

span.tag-separator {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.tags-links {
    text-align: right;
    width: 100%;
    padding: 2rem 1rem;
}

.tags-links a {
    padding: 0.5rem 1rem;
    display: table-cell;
    text-transform: uppercase;
    font-family: Roboto;
    color: #000000;
    text-decoration: none;
    font-size: .8rem !important;
}

.tags-links .tag-separator {
    font-weight: 800;
}

.tags-links .tag-separator a {
    font-weight: 400;
    color: var(--verde);
}