.investidores-table-head {
    color: #FFF;
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 1rem;
    background-color: #6834A1;
    border-top: 1px solid #FFF;
}

.investidores-table-head .investidores-th-1 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.investidores-table-head .investidores-th-3 {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.investidores-table-head div {
    align-items: center;
    display: flex;
    height: 50px;
    padding-left: 20px;
}

.investidores-table-body .investidores-table-body-year {
    display: flex;
    align-items: center;
    color: #6834A1;
    font-size: 1rem;
    font-weight: 700;
    padding-left: 20px;
}

.investidores-table-body .investidores-table-body-details {
    color: #3E3E3E;
    font-size: 1rem;
    line-height: 140%;
    font-family: "Nunito Sans";
    font-weight: 700;
    padding-right: 0;
    padding-left: 20px;
}

.investidores-table-body-item-first {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.investidores-table-body .investidores-table-body-item {
    padding-right: 0;
}

.investidores-table-body .investidores-table-body-item div {
    height: 40px;
    display: flex;
    align-items: center;
}

.investidores-table-body .investidores-line {
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.investidores-table-body .investidores-td-3 {
    padding-right: 20px;
}

.investidores-table-body .investidores-td-3 div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 50%;
    background-color: #d7b7fc;
    transform: translateY(-50%);
}

.investidores-table-body .investidores-td-3 div {
    padding-left: 20px;
    position: relative;
}

.investidores-table-body .investidores-icon-doc {
    color: #6834a1;
    font-weight: 700;
    border-bottom: 1px solid #d7b7fc;
    padding-right: 25px;
    background: url('../img/icone-documento.png') no-repeat center right;
}

.investidores-informe-box {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.investidores-table-content {
    background-color: #FFF;
}

.investidores-table-filter {
    font-family: 'Anton';
    font-size: 1.375rem;
    color: #FFF;
    margin-bottom: 0.9375rem;
}

.investidores-line-22 {
    margin-top: 38px;
    margin-bottom: 38px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px 0 0 0;
    height: 0px;
    position: relative;
}
