#seja-investidor {
}

#seja-investidor .title {
    color: #fff;
    font-family: "Akira";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 20px;
}

#seja-investidor .estatistica {
    margin-top: 20px;
}

#seja-investidor .estatistica .description {
    color: #fff;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#seja-investidor .estatistica .num-title {
    color: #ed5200;
    font-family: "Akira";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.2px;
    width: 100%;
    text-align: center;
}

#seja-investidor .estatistica .numero-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: 20px;
}

#seja-investidor .estatistica .numero-item .numero {
    color: #fff;
    font-family: "Akira";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#seja-investidor .estatistica .numero-item .descricao {
    color: #fff;
    font-family: "Akira";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    #seja-investidor .title {
        font-size: 20px;
    }
}

#seja-investidor .form-title {
    color: #e75524;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 12px;
}

#seja-investidor .form-content {
    color: #fff;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

#seja-investidor .form-content input {
    border-radius: 9px;
    background: #2c2c2c;
    color: white;
    border: none;
    margin: 4px 0;
    padding: 4px 4px;
}

#seja-investidor .form-content input::placeholder {
    color: #a5a5a5;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#seja-investidor .base-buttons {
    border-radius: 100px;
    color: white;
    border: none;
    background: #ed5200;
    margin-bottom: 20px;
}
