.tarifa-card {
  background: #fff;
  border: 2px solid #7b7b7b;
  border-radius: 26px;
  padding: 6px;
}

.tarifa-table .tarifa-grid {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.tarifa-table th,
.tarifa-table td {
  padding: 10px 12px;
  vertical-align: middle;
  border: 0 !important;
}

.tarifa-table thead th {
  font-weight: 900;
  font-size: 1.05rem;
  text-transform: uppercase;
  color: #111;
  padding-top: 6px;
  padding-bottom: 14px;
}

.tarifa-table tbody td:first-child {
  color: #666;
  font-size: 1.4em;
  line-height: 1.35;
}

.tarifa-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.tarifa-pill {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: 0.2px;
}

.tarifa-regular {
  background: #6e6e6e;
}

.tarifa-amarilla {
  background: #f6b21a;
}

.tarifa-naranja {
  background: #f57f29;
}

.check {
  color: #f57f29;
  font-size: 1.05rem;
}

.tarifa-table td.text-center {
  font-weight: 600;
  color: #111;
}

.tarifa-table tbody td.text-center {
  font-size: 1.4rem;
}



.tarifa-table thead th:first-child,
.tarifa-table tbody td:first-child {
  min-width: 280px;
}

@media (max-width: 576px) {
  .tarifa-card {
    padding: 4px;
    border-radius: 20px;
  }

  .tarifa-pill {
    padding: 10px 14px;
    font-size: 0.95rem;
  }

  .tarifa-table thead th {
    font-size: 0.95rem;
  }
}


.tarifa-wrap {
  max-width: 1280px;
}

.tarifa-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tarifa-card {
  padding: 12px;
  border-radius: 28px;
}

.tarifa-table {
  font-size: 1.02rem;
  border: none;
}

.tarifa-table thead th {
  font-size: 1.1rem;
}

.tarifa-pill {
  padding: 14px 22px;
  font-size: 1.1rem;
  border-radius: 16px;
}

.tarifa-table th,
.tarifa-table td {
  padding: 12px 14px;
}

@media (min-width: 1200px) {
  .tarifa-table {
    font-size: 1.06rem;
  }

  .tarifa-pill {
    font-size: 1.15rem;
  }
}

.tarifa-table thead th:first-child {
  font-size: 2.4rem;
  font-weight: 900;
  vertical-align: middle;
  text-align-last: center;
}

.tarifa-pill {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .tarifa-table thead th:first-child,
  .tarifa-table tbody td:first-child {
    width: min(35%, 60vw);
  }

  .tarifa-pill {
    font-size: 0.8rem;
    padding: 8px 4px;
  }
}


@media (max-width: 576px) {
  .tarifa-table thead th:first-child {
    font-size: 1.6rem;
  }

  .tarifa-pill {
    font-size: 0.8rem;
    padding: 8px 4px;
  }
}

.tarifa-table td.border-abajo-tabla {
  border-bottom: 1px solid #cfcfcf !important;
  margin-bottom: 10px !important;
}