/* Base */

body {
    font-size: 70%;
    font-family: "trebuchet ms","lucida sans",verdana,arial;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    height: calc(100% - 8px);
    background-color: #ffffff;
    text-align: center;
}

body:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    z-index: 2;
}

body.body-limpo {
    height: 100%;
}

body.body-limpo:before {
    height: 0;
}

.myContainer {
    text-align: left;
    min-height: calc(100% - 182px);
    min-width: 1000px;
    margin: 0 auto -4em;
    background-color: #fff;
    padding: 0px 5px 0px 5px;
}

.footer {
    background-color: #f2f2f2;
    text-align: center;
    height: 102px;
    margin-top: 45px;
    padding: 40px 0;
    color: #000;
}

.footer-conteudo {
    width: 950px;
    margin: auto;
}

.footer-conteudo div.certificacoes {
    float: right;
}

.footer-conteudo div.certificacoes img {
    margin-left: 8px;
}
