nav#mainMenu, 
div.comboSegmentos,
.mainHeader ul.navSeg {
    display: none !important;
}

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

.path-link {
    float: left;
    list-style: none;
    position: relative;
    top: -210px;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    left: 10px;
}
  
.path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
}

.c-banner {
    z-index: 0;
}

section.mainContent {
    float: none;
    margin: 0 auto;
    width: 100%;
}

.paragrafo {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 50px;
}

.paragrafo p {
    font-size: 14px;
    line-height: 24px;
    color: #535353;
    width: 100%;
}

.paragrafo p > a {
    color: #535353;
    text-decoration: underline;
}

.emitir__segunda--via {
    margin: 50px auto;
    background: #ebebeb;
    height: 490px;
    padding-left: 70px;
}

.emitir__segunda--via h2 {
    font-size: 22px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
    color: #535353;
}

.emitir__segunda--via h2::after {
    content: " ";
    width: 50px;
    height: 4px;
    display: block;
    background: #e1173f;
    position: relative;
    bottom: 0;
    left: 50%;
    top: 14px;
    transform: translate(-50%, 50%);
}

.emitir__segunda--via p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #535353;
}

.emitir__segunda--via .pesquisar__boletos {
    display: flex;
    justify-content: space-between;
}

.emitir__segunda--via .pesquisar__boletos .boleto__cpf,
.emitir__segunda--via .pesquisar__boletos .boleto__linha {
    width: 570px;
}

.emitir__segunda--via .pesquisar__boletos a {
    color: #393939;
    text-decoration: underline;
}

.emitir__segunda--via .pesquisar__boletos a:hover {
    color: #75a7ec;
}

.emitir__segunda--via .pesquisar__boletos a:focus {
    width: 70%;
    display: block;
}

.emitir__segunda--via .pesquisar__boletos img {
    position: relative;
    top: 50px;
    bottom: 50px;
}

.emitir__segunda--via .pesquisar__boletos .c-btn.btn-emitir {
    position: relative;
    top: 80px;
}

.emitir__segunda--via small {
    color: #535353;
    position: relative;
    top: 100px;
}

.dados__boleto h2 {
    font-size: 22px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
    color: #535353;
}

.dados__boleto h2::after {
    content: " ";
    width: 50px;
    height: 4px;
    display: block;
    background: #e1173f;
    position: relative;
    bottom: 0;
    left: 50%;
    top: 14px;
    transform: translate(-50%, 50%);
}

.dados__boleto .informacao__dados {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}

.dados__boleto .informacao__dados p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #535353;
    width: 617px;
}

.dados__boleto .informacao__dados img {
    position: relative;
    right: 60px;
}

.boleto__em--maos {
    padding-left: 50px;
}

.boleto__em--maos h2 {
    font-size: 22px;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
    color: #535353;
}

.boleto__em--maos h2::after {
    content: " ";
    width: 50px;
    height: 4px;
    display: block;
    background: #e1173f;
    position: relative;
    bottom: 0;
    left: 50%;
    top: 14px;
    transform: translate(-50%, 50%);
}

.boleto__em--maos .boleto__maos p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #535353;
}

span.tip {
    border-bottom: 1px dotted #666;
    cursor: pointer;
}

span.tip:hover {
    color: #75a7ec;
}

hr {
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 20px;
    margin: 0;
    padding: 0;
    clear: both;
}

.boleto__em--maos .saiba__mais {
    padding: 0 50px;
}

.boleto__em--maos .saiba__mais img {
    margin: 10px 0 0 0;
}

.boleto__em--maos .saiba__mais p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #535353;
}

.box-boleto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .paragrafo p {
        width: 100%;
    }

    .emitir__segunda--via .pesquisar__boletos {
        flex-direction: column;
    }

    .emitir__segunda--via {
        height: 780px;
    }

    .emitir__segunda--via .pesquisar__boletos .boleto__linha {
        margin-top: 110px;
    }
}

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

    .paragrafo,
    .dados__boleto .informacao__dados,
    .boleto__em--maos {
        padding-left: 0px;
    }

    .paragrafo p {
        width: 100%;
    }

    .emitir__segunda--via {
        padding: 20px;
        height: 800px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .emitir__segunda--via .pesquisar__boletos {
        flex-direction: column;
    }

    .emitir__segunda--via .pesquisar__boletos .boleto__cpf, 
    .emitir__segunda--via .pesquisar__boletos .boleto__linha {
        width: 100%;
    }

    .emitir__segunda--via .pesquisar__boletos .boleto__linha {
        margin-top: 90px;
    }

    .emitir__segunda--via .pesquisar__boletos img {
        left: 10px;
        top: 10px;
    }

    .emitir__segunda--via .pesquisar__boletos .c-btn.btn-emitir {
        left: 50px;
        top: 20px;
    }

    .emitir__segunda--via small {
        top: 55px;
    }

    .dados__boleto .informacao__dados {
        flex-direction: column;
    }

    .dados__boleto .informacao__dados p {
        width: 100%;
    }

    .dados__boleto .informacao__dados img {
        right: 0px;
    }

    span.tip {
        border-bottom: none;
    }

    .tooltip-inner {
        display:none
    }

    .box-boleto {
        flex-direction: column !important;
    }

    .boleto__em--maos .saiba__mais {
        padding: 25px 50px !important;
    }
}

@media only screen and (max-width: 420px) {
    .emitir__segunda--via .pesquisar__boletos img {
        left: 0px;
    }
}

@media only screen and (max-width: 375px) {
    div#topBar.headertopBar div.holderMobile p {
        width: 75%;
    }
    .emitir__segunda--via .pesquisar__boletos .c-btn.btn-emitir {
        left: 20px;
    }

    .emitir__segunda--via .pesquisar__boletos .boleto__linha {
        margin-top: 60px;
    }

    .boleto__em--maos .saiba__mais {
        padding: 0px;
    }
}