.lista-flechas {
  list-style: none;
}

.lista-flechas li::before {
  content: "➔ ";
  margin-right: 6px;
}

#tabla-plano-indexado-simples {
    margin: 0 auto;
    padding: 16px 0 32px;
    max-width: 1920px;
}

#tabla-plano-indexado-simples .tablas {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#tabla-plano-indexado-simples table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: 700px;
}

#tabla-plano-indexado-simples thead th {
    background-color: #00402A;
    color: #fff;
    font-family: 'IberPangea Text';
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    border: none;
    white-space: nowrap;
}

#tabla-plano-indexado-simples thead th:first-child {
    border-top-left-radius: 16px;
}

#tabla-plano-indexado-simples thead th:last-child {
    border-top-right-radius: 16px;
}

#tabla-plano-indexado-simples tbody td,
#tabla-plano-indexado-simples tbody th {
    border: 1px solid #D8CFC7;
    padding: 16px;
    text-align: center;
    vertical-align: top;
    font-family: 'IberPangea Text';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #fff;
}

#tabla-plano-indexado-simples tbody th {
    background-color: #F9F9F9;
    font-weight: 600;
    min-width: 180px;
}

#tabla-plano-indexado-simples tbody tr:nth-child(odd) td {
    background-color: #F9F9F9;
}

#tabla-plano-indexado-simples tbody tr:last-child td:first-child,
#tabla-plano-indexado-simples tbody tr:last-child th:first-child {
    border-bottom-left-radius: 16px;
}

#tabla-plano-indexado-simples tbody tr:last-child td:last-child,
#tabla-plano-indexado-simples tbody tr:last-child th:last-child {
    border-bottom-right-radius: 16px;
}

@media (min-width: 576px) {
    #tabla-plano-indexado-simples .tablas {
        padding: 0 40px;
    }
}

@media (min-width: 992px) {
    #tabla-plano-indexado-simples .tablas {
        overflow-x: visible;
    }

    #tabla-plano-indexado-simples table {
        min-width: 100%;
    }
}
