.tabelaConcorrentes {
    float: left;
    width: 100%;
    padding: 70px 0;
    background-color: #1E2A3B;
}

.tabelaConcorrentes h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0 0 50px 0;
    line-height: 36px;
    font-size: 26px;
    text-align: center;
}

.tabelaConcorrentes .boxTabela {
    float: left;
    width: 100%;
    overflow-x: auto;
}

.tabelaConcorrentes .boxTabela table {
    float: left;
    width: 100%;
    min-width: 700px;
}

.tabelaConcorrentes .boxTabela table tr td,
.tabelaConcorrentes .boxTabela table tr th {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    width: 40%;
    line-height: 20px;
}

.tabelaConcorrentes .boxTabela table tr th {
    padding: 20px 10px;
    font-size: 16px;
}

.tabelaConcorrentes .boxTabela table tr td:first-child,
.tabelaConcorrentes .boxTabela table tr th:first-child {
    text-align: left;
}

.tabelaConcorrentes .boxTabela table tr .td1 {
    background: rgba(143, 114, 220, 0.24);
    width: 20%;
    box-shadow: 1px 0px 0px 0px rgba(153, 153, 153, 0.24) inset;
}

.tabelaConcorrentes .boxTabela table tr .td2 {
    background: rgba(255, 128, 128, 0.24);
    width: 20%;
    box-shadow: 1px 0px 0px 0px rgba(153, 153, 153, 0.24) inset;
}

.tabelaConcorrentes .boxTabela table tr .td3 {
    background: rgba(255, 195, 0, 0.24);
    width: 20%;
    box-shadow: 1px 0px 0px 0px rgba(153, 153, 153, 0.24) inset;
}

@media only screen and (max-width: 768px) {

    .tabelaConcorrentes {
        padding: 40px 0;
    }

    .tabelaConcorrentes h2 {
        margin: 0 0 40px 0;
        line-height: 32px;
        font-size: 22px;
    }

}