footer {
    display: block;
    background: #465eff;
}

.rodape {
    background: #ffeb3b;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.sitemap {
    background: #465eff;
    padding: 0px 0px 10px 0px;
}

.sitemap ul {
    margin: 10px 0px 0px 0px;
}

.sitemap h5 {
    color: white;
    font-family: 'proximanovaextrabold-webfont';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 30px;
}

.sitemap h5 a {
    color: white;
    font-size: 14px;
    font-family: 'proximanovaextrabold-webfont';
    text-decoration: none;
}

.sitemap ul li a {
    color: white;
    text-decoration: none;
}

.sitemap ul li {
    font-family: 'proximanovaregular';
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
}

.copyright address {
    color: #465eff;
    font-family: 'proximanovaextrabold-webfont';
    font-size: 14px;
    line-height: 40px;
    margin: 6px;
    text-align: right;
}

.copyright {
    background: #ffeb3b;
    padding: 10px 30px;
}

.row {
    text-align: inherit;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
