section.mainContent {
    padding: unset;
    overflow: hidden;
    margin-bottom: unset;
    padding-bottom: 80px;
}

.content-title h1,
.content-documentation h1 {
    text-align: center;
    padding-bottom: 12px;
    color: #414141;
    font-size: 22px;
    line-height: 27px;
}

.content-title,
.content-documentation {
    padding-top: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding-bottom: 27px;
}

.content-documentation h2 {
    margin: 0 10px 0 10px;
    min-width: 223px;
    max-width: 400px;
}

.content-banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 281px;
    background: transparent;
}

.content-banner {
    background-image: url('../img/banner_mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.content-banner h2 {
    padding: 5px;
    margin-left: 20px;
    font-size: 24px;
    width: 350px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}

.content-description {
    padding-top: 26px;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding-top: 26px;
}

.content-description p {
    margin: 0 14px 0 14px;
    margin-bottom: 26px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    max-height: 85px;
    max-width: 571px;
}

.content-description h2 {
    margin: 0 14px 0 14px;
    margin-bottom: 26px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    max-height: 85px;
    max-width: 571px;
    font-weight: normal;
}

.content-description p:last-child {
    padding-bottom: 45px;
    margin-bottom: unset;
}

.content-email iframe {
    width: 100%;
    height: 100%;
}

.content-email {
    width: 100%;
    height: 414px;
    padding: 0 14px 0 14px;
}

.content-email.success {
    height: 265px;
}

.content-documentation {
    padding-top: 34px;
    padding-bottom: unset;
}

.content-status-documentation {
    display: none;
}

.content-status-documentation.show {
    display: block;
}

.documentation-description {
    margin-top: 40px;
}

.documentation-description p {
    padding: 0 26px;
    font-size: 14px;
    text-align: center;
    color: #414141;
    line-height: 17px;
    max-width: 508px;
    max-height: 85px;
}

.documentation-description p:last-child {
    padding-bottom: 45px;
    padding-top: 15px;
    margin-bottom: unset;
}

.nav-tabs {
    border: none;
}

.documents-tabs {
    margin-inline: .5rem;
    margin-bottom: 10rem;
}

.documents-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.documents-tabs .nav-tabs button {
    background: none;
    border: none;
    color: #47484C;
    font-weight: 500;
    font-size: .875rem;
    height: 100%;
    padding: 5px 10px 10px 10px;
}

.documents-tabs .nav-tabs button.active {
    font-weight: 600;
    color: #E1173F;
}

.documents-tabs .nav-tabs button.active::after {
    content: "";
    height: 5px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    background-color: #E1173F;
    position: absolute;
    bottom: 0;
    left: 0;
}

.documents-tabs .tab-content {
    border: 1px solid #F0F1F5;
    border-radius: 0 0 .5rem .5rem;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    margin-bottom: 3rem;
}

.documents-tabs .tab-content .zip-file-size {
    color: #BBBBBB;
    font-size: .625rem;
    display: block;
}

.documents-tabs .tab-content .document-section {
    margin-top: 1.5rem;
}

.documents-tabs .tab-content .document-section h6 {
    font-size: 1rem;
    color: #000;
    margin-bottom: .5rem;
}

.documents-tabs .tab-content .document-section a {
    color: #4267F5;
    font-size: .75rem;
    line-height: 1.5rem;
}

.documents-tabs .tab-content .document-section a:hover {
    color: #4267F5;
}

#back-to-top {
    font-size: .75rem;
    font-weight: 600;
    color: #3B69FF;
    text-decoration: none;
    display: block;
    text-align: center;
}

#back-to-top:hover {
    color: #3B69FF;
}

.documentation-description p:last-child {
    padding-bottom: 45px;
    padding-top: 15px;
    margin-bottom: unset;
}

.content-tabs {
    background: yellow;
    width: 100%;
    height: 700px;
}

@media screen and (min-width: 640px) {
    .documents-tabs .tab-content {
        border-radius: 18px;
    }

    .documents-tabs .tab-content .zip-file-size {
        display: inline;
    }

    .content-banner {
        background-image: url('../img/banner.webp');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 333px;
    }

    .content-banner h2 {
        width: 573px;
    }

    .content-email {
        margin: 0 auto;
        width: 571px;
    }

    section.mainContent {
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 640px) {
    .content-email {
        height: 485px;
    }
}

html.accessib-contraste-pa .content-banner,
html.accessib-contraste-pb .content-banner {
    position: relative;
}

html.accessib-contraste-pa .content-banner h2,
html.accessib-contraste-pb .content-banner h2 {
    z-index: 2;
}

html.accessib-contraste-pa .content-banner::before,
html.accessib-contraste-pb .content-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(100%);
    z-index: 1;
}

html.accessib-contraste-pa .documents-tabs .nav-tabs button.active::after {
    background-color: #FFFF00 !important;
}

html.accessib-contraste-pb .documents-tabs .nav-tabs button.active::after {
    background-color: #FFFFFF !important;
}

div.busca {
    top: 40px;
}

.modal-busca.active {
    top: 40px;
}

div.breadcrumb {
    display: none;
}

.path-link {
    width: calc(100% - 240px);
    height: 43px;
    margin-bottom: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    float: right;
    color: #fff;
}

.path-link a {
    display: inline;
    font-family: "Bradesco", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 43px;
    color: #fff;
    text-decoration: none;
}

.path-link span {
    position: relative;
    top: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 1024px) {
    .path-link {
        display: none;
    }
}
