/* Footer idêntico em index.html e fluxo-html/index.html - mesma classe .footer-ml */
html body .footer-ml {
    background: #e8e8e8 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    margin: 40px 0 0 0 !important;
    font-size: 10px !important;
    box-sizing: border-box !important;
}
html body .footer-ml > div {
    max-width: 600px !important;
    margin: 0 auto !important;
    font-size: 10px !important;
}
html body .footer-ml * {
    font-size: 10px !important;
}
html body .footer-ml p {
    margin: 0 0 4px !important;
    line-height: 1.4 !important;
    color: #555 !important;
    font-family: 'Sora', sans-serif !important;
}
html body .footer-ml p:last-child {
    margin-bottom: 0 !important;
}
