.convtabla-wrap {
    width: 100%;
}

.convtabla {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 16px;
}

.convtabla thead th {
    text-align: left;
    font-weight: 700;
    padding: 14px 12px;
    border-bottom: 2px solid #0f5a66;
}

/* Amplades (7 columnes) */
.convtabla th:nth-child(1),
.convtabla td:nth-child(1) {
    width: 38%;
}

.convtabla th:nth-child(2),
.convtabla td:nth-child(2) {
    width: 16%;
}

.convtabla th:nth-child(3),
.convtabla td:nth-child(3) {
    width: 13%;
}

.convtabla th:nth-child(4),
.convtabla td:nth-child(4) {
    width: 9%;
}

.convtabla th:nth-child(5),
.convtabla td:nth-child(5) {
    width: 10%;
}

.convtabla th:nth-child(6),
.convtabla td:nth-child(6) {
    width: 10%;
}

.convtabla th:nth-child(7),
.convtabla td:nth-child(7) {
    width: 4%;
}

.convtabla tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e7;
    background: #f7f9f9;
}

.convtabla tbody tr:nth-child(even) td {
    background: #ffffff;
}

.convtabla .convtabla-title {
    font-weight: 500;
    line-height: 1.25;
}

.convtabla td.convtabla-arrow,
.convtabla th.convtabla-arrow {
    text-align: center;
}

.convtabla td.convtabla-arrow img {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.convtabla td.convtabla-arrow a {
    display: inline-block;
    line-height: 0;
}

@media (max-width: 860px) {
    .convtabla {
        font-size: 15px;
    }

    .convtabla thead {
        display: none;
    }

    .convtabla,
    .convtabla tbody,
    .convtabla tr,
    .convtabla td {
        display: block;
        width: 100%;
    }

    .convtabla tbody tr {
        border-bottom: 2px solid #e7e7e7;
    }

    .convtabla tbody td {
        border: none;
        padding: 10px 0;
        background: none;
    }

    .convtabla tbody td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 6px;
        color: #0f5a66;
    }
}