html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px;
}
.pb20 {
    padding-bottom: 20px;
}
.breadcrumb {
    background-color: #e6e6e6;
}
.barra-auxiliar {
    background-color: #1bbc9b;
    margin-top: -21px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
}
.barra-auxiliar .container h4 {
    margin-bottom: 12px;
    color: #000;
}
.navbar {
    box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
    min-height: 80px;
}
.navbar-brand img {
    margin-top: -10px;
}
.page-title {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;

    background-color: #8a989c;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-title {
    color: black;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
}
footer .container .conteudo {
    color: black;
}
footer .container .conteudo a {
    color: black;
}
footer .container .conteudo button {
    color: black;
    margin-top: -2px;
}
.list-links {
    background-color: white;
    list-style-type: none;
}
.social-img {
    height: 20px;
    margin-top: -5px;
}
.social-links {
    border-top: 1px solid #E6E6E6;
    margin-top: 15px;
    padding-top: 15px;
}
.separador {
    margin-top: 20px;
    border-bottom: 1px solid #DDD;
}