.tabla-planes {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
  }

  .tabla-planes thead {
    background-color: #272f35;
  }

  .tabla-planes thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
    color: #ffffff;
    background-color: #272f35;
}


  .tabla-planes tbody tr:nth-child(even) {
    background-color: #fafafa;
  }

  .tabla-planes tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
  }

  .tabla-planes tbody tr:last-child td {
    border-bottom: none;
  }


  @media (min-width: 992px) {
    .navbar-expand-lg {
        border-bottom: 4px solid #56A5AE;
    }
}
