[comp="rodape-website"] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

[comp="rodape-website"] .principal {
    background: #dfdfdf;
    padding: 20px 0;
    font-size: 13px;
}

[comp="rodape-website"] .barra {
    background: #0e0e0e;
    color: white;
    padding: 8px 0;
    font-size: 13px;
}

[comp="rodape-website"] .barra>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    gap: 5px;
}

[comp="rodape-website"] .principal>div {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 17px 12px;
    flex-wrap: wrap;
}

[comp="rodape-website"] .principal .links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

[comp="rodape-website"] .principal .links a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: var(--color-primary);
    border: 1px solid #c9c9c9;
    height: 37px;
    padding: 5px 11px;
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #ffffff3d;
    transition: .2s ease;
    cursor: pointer;
    /* text-transform: uppercase; */
}

[comp="rodape-website"] .principal .links a:hover {
    background: white;
}

[comp="rodape-website"] .principal .links a i {
    font-size: 15px;
    line-height: 1;
}

[comp="rodape-website"] .principal .dados {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

[comp="rodape-website"] .barra .marca {
    flex: 1;
    text-align: left;
    min-width: 120px;
}

[comp="rodape-website"] .barra .atualizacao {
    flex: 1;
    min-width: 270px;
    text-align: right;
}

[comp="rodape-website"] .principal .consulta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[comp="rodape-website"] .principal .consulta a {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
    text-decoration: none;
    font-size: 12px;
}

@media screen and (max-width: 768px) {

    [comp="rodape-website"] .barra .marca {
        text-align: center;
    }

    [comp="rodape-website"] .barra .atualizacao {
        text-align: center;
    }
}
