﻿
/* Sticky footer styles
-------------------------------------------------- */
html, body {
    height: 100%;
}

.wrapper {
    min-height: 100vh; /* MUITO importante */
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}


