.lista-fundos-tabela-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 100px 0;
}

.lista-fundos-tabela-container {
    width: 1220px;
}

.lista-fundos-tabela-body {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
}

.lista-fundos-tabela-header .header-title {
    max-width: 461px;
    font-size: 32px;
}

.lista-fundos-tabela-header .header-description {
    width: 558px;
    margin-top: 24px;
}

.lista-fundos-tabela-header .header-description label {
    font-size: 16px;
    color: #47484C;
    width: 528px;
    display: flex;
    line-height: 24px;
    font-weight: 500;
}

.btn-filtro-tabela {
    background-color: #EBF0FF;
    color: #3B69FF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 8px 16px;
    border: none;
    border-radius: 1rem;
}

.btn-filtro-tabela picture {
    padding: 0 0 0 8px;
}

.lista-fundos-tabela-body-mobile {
    display: none;
    width: 100%;
}

.table-lista-fundos th {
    padding: 12px 14px;
    text-align: left;
    background-color: transparent;
    color: #6D6E71;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

.table-lista-fundos th img{
    width: 24px;
}

.table-lista-fundos th:nth-child(n+3):nth-child(-n+5) {
    border-top: 1px solid #6D6E71;
}

.table-lista-fundos td {
    padding: 8px;
}

.table-lista-fundos td:first-child,
.table-lista-fundos td:last-child {
    padding: 8px 14px;
}

.table-lista-fundos .linha-fundos:hover {
    box-shadow: 0px 3px 8px #00000029;
}

.lista-fundos-tabela-filtro {
    display: flex;
    margin-bottom: 60px;
    gap: 40px;
}

.lista-fundos-tabela-filtro-img {
    width: 16px;
    height: 16px;
}

.lista-fundos-tabela-search-label {
    position: absolute;
    left: 24px;
    top: -2px;
    font-size: 16px;
    line-height: 20px;
    color: #47484C;
    transition: all ease-in-out .5s;
}

.lista-fundos-tabela-filtro-input {
    width: 391px;
    height: 28px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #6D6E71;
}

.lista-fundos-tabela-filtro-text {
    width: 100%;
    border: none;
    position: relative;
    left: 8px;
    top: -6px;
    color: #47484C;
    font-size: 16px;
    line-height: 20px;
}

.lista-fundos-tabela-filtro-text:focus~.lista-fundos-tabela-filtro-input {
    border-bottom: #3B69FF;
}

.lista-fundos-tabela-filtro-text:valid~.lista-fundos-tabela-filtro-input {
    border-bottom: #3B69FF;
}

.lista-fundos-tabela-filtro-text:focus~.lista-fundos-tabela-search-label {
    transform: translate(4px, -20px);
    color: #3B69FF;
    font-size: 13px;
    line-height: 16px;
}

.lista-fundos-tabela-filtro-text:valid~.lista-fundos-tabela-search-label {
    transform: translate(4px, -20px);
    color: #3B69FF;
    font-size: 13px;
    line-height: 16px;
}

.fundo-titulos {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.fundo-titulos .tipo-fundo {
    color: #6D6E71;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.fundo-titulos .nome-fundo {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.texto-padrao {
    color: #47484C;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.link-fundos {
    color: #3B69FF;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
}

.linha-fundos {
    border: 1px solid #F0F1F5;
}

.table-lista-fundos {
    border-spacing: 0;
    min-width: 100%;
}

.cards-lista-fundos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.card-lista-fundo {
    background-color: #fff;
    box-shadow: 0px 2px 8px #00000029;
    border-radius: 8px;
    padding: 24px;
}

.card-lista-fundo .card-lista-fundo-header .header-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: 216px;
}

.card-lista-fundo .card-lista-fundo-header .header-icon {
    width: 10px;
    height: 16px;
    text-decoration: none;
}

.card-lista-fundo .card-lista-fundo-header .header-icon img {
    width: 100%;
}

.card-lista-fundo .card-lista-fundo-header {
    display: flex;
    justify-content: space-between;
}

.card-lista-fundo-linha {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.card-lista-fundo-body {
    margin-top: 14px;
}

.card-lista-fundo-linha .linha-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #47484C;
    max-width: 111px;
}

.card-lista-fundo-linha .linha-value {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}

.card-lista-fundo-linha .linha-percentage {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}

.card-lista-fundo-linha .linha-percentage::before {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    background: url('/assets/classic/svg/portal-investimento/navigation-arrow-up.svg');
}

.lista-fundos-filtros {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-filtro {
    border: none;
    border-bottom: 1px solid #A7A8AC;
}

.lista-fundos-filtros-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.lista-fundos-filtro-btn {
    background-color: #fff;
    border: none;
}


@media (max-width:1225px) {
    .lista-fundos-tabela-section {
        padding: 24px 24px 100px 24px;
    }

    .lista-fundos-tabela-container {
        width: 100%;
    }
}

@media (max-width:750px) {
    .lista-fundos-tabela-body-desk {
        display: none;
    }

    .lista-fundos-tabela-body-mobile {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

}

@media (max-width:670px) {
    .lista-fundos-tabela-header .header-title {
        font-weight: 500;
        font-size: 24px;
    }

    .lista-fundos-tabela-header .header-description {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        width: auto;
    }

    .lista-fundos-tabela-header .header-description label {
        width: auto;
    }
}

@media(max-width:600px) {
    #modal-ordernar .modal-myhunter-body {
        bottom: 0;
        top: unset;
        border-radius: 0.5rem 0.5rem 0 0;
    }

}