.box {
    margin-bottom: 5rem;
    height: auto!important;
}

.titleBanner {
    position: absolute;
    z-index: 2;
    top: 55%;
    font: normal normal 600 48px/30px Bradesco;
    margin-left: 12rem;
    color: #FFFFFF;
}

/* Taxas e Tarifas aba Serviços Financeiros */
.taxasTarifas {
    display: flex;
    justify-content: space-between
}

.taxasTarifas h1 {
    color: #496078;
    text-align: left;
    font-size: 22px;
}

.tabela {
    display: none;
}

.coluna {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabelasResultados {
    margin-top: 60px;
}

hr {
    width: 80%;
    display: block;
    border-radius: 24px;
    opacity: 1;
    position: relative;
    left: 10px;
    border: 1px solid #00000029;
}

.tituloTabela {
    color: #335973;
    text-align: center;
    letter-spacing: 0px;
    font-size: 22px;
    opacity: 1;
}

table {
    width: 517px;
    height: auto;
}

table, th, td {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

tr th {
    background: #D9DCDD 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-left: 10px;
    height: 38px;
}

tr td {
    text-align: left;
    letter-spacing: 0px;
    color: #47484C;
    opacity: 1;
    padding-left: 10px;
}

small {
    font-size: 10px;
}

@media only screen and (max-width: 520px) {
    .taxasTarifas {
        flex-direction: column;
    }

    .coluna {
        flex-direction: column;
    }

    .resultadoTaxasTarifas::after {
        display: none;
    }

    #cardsModalMobile.active {        
        padding-top: 20%;
    }
    
    table {
        width: 100%;
    }
}