/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 100px;
    background-color: transparent; /*#F0F0F0;*/
    border-top: 1px solid darkgoldenrod;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .footer > .container-fluid {
    padding: 60px 15px 0;
}*/
.footer-posicionado > .text-muted {
    margin: 5px 0;
}

code {
    font-size: 80%;
}
