.comparative-table2 {
    width: 400px;
    margin: 0 auto;
    position: relative;
    display: block;
    max-width: 100%;
}

table.comp-table2 {
    border-collapse: collapse;
    width: 90%;
    display: block;
    margin: 0 auto 20px;
}

th img {
    display: block;
    width: 30px;
    margin: 0 auto 10px;
    text-align: center;
}

tr.table-row {
    border: 1px solid #fff;
    border-radius: 50px !important;
    display: block;
    width: 100%;
    transition: 0.2s linear all;
    margin: 12px auto;
}

tr.table-values-row.highlight {
    background: #00000082;
    border-radius: 20px !important;
    border: 0;
    overflow:hidden;
}

  tr.table-values-row.highlight td:first-child {
    border-top-left-radius: 8px; /* Arredonda o canto superior esquerdo */
    border-bottom-left-radius: 8px; /* Arredonda o canto inferior esquerdo */
  }
  tr.table-values-row.highlight td:last-child {
    border-top-right-radius: 8px; /* Arredonda o canto superior direito */
    border-bottom-right-radius: 8px; /* Arredonda o canto inferior direito */
  }

.comp-table2 thead tr {
    border: none !important;
}

.comp-table2 tr {
    border-bottom: 1px solid #fff;
}

thead, tbody {
  width: 100%;
  display: block;
}

tr.table-row.highlight {
    background: #fff;
}

tr.table-row.highlight td {
    color: #164193;
}

td.info-table2-value p {
    font-size: 20px;
    margin: 0 auto;
}

td.info-table2-value p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1em;
}

table.comp-table2 th, table.comp-table2 td {
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.3em;
    font-weight: 700;
    min-width: 100px;
}

table.comp-table2 th{
  color:#fff9;
}

table.comp-table2 th span svg, table.comp-table2 td span svg {
    fill: #333;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.comparative-table 
    width: 100%;
}

table.comp-table2 tr.highlight td span svg {
    fill: #fff;
    background: #44E5A2;
}

/* Define a largura da primeira coluna */
table.comp-table2 th:first-child, table.comp-table2 td:first-child {
  width: 40%;
  text-align:left;
}

/* Define a largura das outras colunas */
table.comp-table2 th:not(:first-child), table.comp-table2 td:not(:first-child) {
  width: 15%;
  text-align:center;
}

p.legend-table2 {
    color: #ffffff70;
    font-size: 11px;
    width: 300px;
    line-height: 1.2em !important;
    position: relative;
    margin: 10px 0 0;
    text-align: center;
    display: block;
    width: 100%;
}

.table-values-row td img {
    width: 130px;
}

table.comp-table2 th img {
    width: auto;
    height: 20px;
}

/* Torna a tabela responsiva */
@media screen and (max-width: 900px) {

  table.comp-table2 th, table.comp-table2 td {
    min-width: 120px;
}
  
table.comp-table2 td:first-child {
  width: 100px;
  text-align:left;
}
  
table.comp-table2 th:first-child {
  width: 100px;
  text-align:center;
}
  
  table.comp-table2 {
    width: 800px;
    max-width:100%;
}
    
  td.info-table2-value p {
    font-size: 16px;
    margin: 0 auto;
}
  
  
  p.legend-table2 {
    margin: 10px 0 0;
}
}
