.header-main .logo {
    max-height: 89px;
}

footer .bg-newsletter {
    color: rgb(255 255 255);
}

.footer-sub .name-company {
    color: #f7f7f7;
}

.footer-main h4.title {
    color: rgb(255 255 255);
}

.footer-sub nav.footer-nav {
    color: #ffffff;
}

.bg-white .header-main.header-fixed {
    height: 92px;
}

.header-main.header-fixed .navigation {
    top: 22px;
}

.page-title-wrapper li .link.active {
    pointer-events: none;
    color: #ffffff;
}

.page-title-wrapper li .link {
    color: #ffffff;
}

section.page-banner.page-blog {
    height: 160px;
    display: flex;
    align-items: flex-end;
}

.page-title-wrapper .page-title-content {
    top: -91px;
}

body#page_a_empresa section#section-empresa-home .main-project-right .our-text figure.easyimage.easyimage-full {
    text-align:center;
}
.header-main .logo{
  width: 180px;
}
h1.subtitle {
  display: none;
}
section#section-parceiros {
  padding-top: 20px;
}

.documentos {
    text-align: center;
    margin-top: 30px;
}

.documentos a {
    background: #e2b800;
    color: #001c4a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    padding: 13px 40px;
    font-weight: 700;
    transition: .3s;
}

.documentos a:hover {
    color: #ffffff !important;
    background: #001c4a;
}

.documentos a:active {
    color: #fff !important;
}

.documentos a:focus {
    color: #fff !important;
}