
    .checkout-header {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .checkout-header h3 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .benefits-box .benefit {
      display: inline-block;
      margin: 0 10px;
      color: #333;
      font-size: 16px;
    }
    .benefits-box .glyphicon {
      color: green;
      margin-right: 5px;
    }

    .payment-container {
      max-width: 650px;
      margin: 0 auto 40px;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
    }

    .default-container {
      max-width: 650px;
      margin: 20px auto 20px;
      font-family: sans-serif;
    }
    
    .large-container {
      max-width: 950px;
      margin: 20px auto 20px;
      font-family: sans-serif;
    }
    .payment-option {
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 10px;
      cursor: pointer;
      display: flex;
      transition: border 0.2s;
      flex-wrap: nowrap;
      justify-content: center;
    }
    .payment-option:hover {
      border-color: #337ab7;
    }
    .payment-option input[type="radio"] {
      margin-right: 15px;
      margin-top: 0px !important;
      scale: 1.8;
    }
    .payment-desc {
      margin: 0;
      margin-top: 2px;
      font-size: 12px;
      color: #666;
    }
    .payment-option img {
      width: 100px;
      height: auto;
      margin-right: 15px;
    }
    .payment-option label {
      font-weight: bold;
      margin-bottom: 0;
      cursor: pointer;
    }
    .accordion-content {
      padding: 10px 15px;
      /*border: 1px solid #ddd;*/
	  border: none;
      border-top: none;
      margin-bottom: 10px;
    }
    .buy-button {
      margin-top: 20px;
    }
    /* Fondo y borde al seleccionar una opción */
    .payment-option.selected {
      border-color: #0075ff;
      background-color: #f2f4f7;
      box-shadow: 0 0 8px rgba(0, 117, 255, 0.3);
    }
    #detail-table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      border-radius: 8px;
      overflow: hidden;
    }

    #detail-table thead {
        background-color: #434d5d;
        color: white;
    }

    #detail-table th,
    #detail-table td {
        padding: 8px 16px;
        text-align: left;
    }

    #detail-table tbody tr:nth-child(even) {
        background-color: #ffffffbd;
    }

    #detail-table tbody tr:hover {
        background-color: #f1f5ff;
    }

    #detail-table th {
        font-size: 14px;
    }

    #detail-table td {
        font-size: 13px;
        color: #333;
    }
    .table-responsive {
        width: 100%;
        overflow-x: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        background-color: #fff;
    }
    .background-logos{
      background-color: #f9fafb;
      margin-top: 15px;
      padding: 20px 10px 20px 10px;
      text-align: center;
    }
    .icon-bg{
      background-color: #f2f7f9;
      padding: 12px 12px 10px 12px;
      border-radius: 8px;
      margin-right: 8px;
    }

@media screen and (max-width: 768px) {
  .mobile-padding {
    padding: 0 20px;
  }
}


/*table price*/
.pricing-card {
      position: relative;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      margin: 40px auto 20px;
      background: #fff;
      max-width: 850px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    /* Badge que sobresale del borde */
    .badge-text {
      position: absolute;
      top: -12px;
      left: 20px;
      background-color: #2ecc71;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      padding: 4px 12px;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .c-blue{
      background-color: #3b82f6 !important;
    }
    .c-orange{
      background-color: #f97316 !important;
    }

    .pricing-header {
      display: -webkit-box; display: -ms-flexbox; display: flex;
      -ms-flex-wrap: wrap; flex-wrap: wrap;
      -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
      -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    }

    .pricing-title {
      display: -webkit-box; display: -ms-flexbox; display: flex;
      -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    }

    /* Icono tarjeta: define ancho fijo para calcular la alineación */
    .pricing-title .icon {
      font-size: 20px;
      color: #106d93;
      width: 20px;               /* ancho real del ícono */
      text-align: center;
    }

    .pricing-title h4 {
      font-weight: 600;
      margin: 0;
    }
    .pricing-title small {
      display: block;
      font-size: 12px;
      color: #777;
    }

    .pricing-price {
      font-size: 20px;
      font-weight: bold;
      color: #333;
      text-align: right;
    }

    /* ----- Alineación del listado con el título ----- */
    .pricing-body {
      /* 20px (ancho icono) + 8px (separación) = 28px */
      margin-left: 28px; /* esto alinea la columna del contenido con el inicio de "Buy..." */
    }

    .pricing-list {
      list-style: none;
      padding: 0;
      margin: 20px 0 0;
      position: relative;
    }
    .pricing-list li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 0; /* el texto empieza exactamente bajo "Buy..." */
      color: #333;
      font-size: 14px;
    }
    .pricing-list li:before {
      content: "✔";
      color: #2ecc71;
      position: absolute;
      left: -22px;   /* “cuelga” el check a la izquierda sin mover el texto */
      top: 0;
      font-weight: bold;
    }

    @media (max-width: 767px) {
      .pricing-price { text-align: left; margin-top: 10px; }
      /* Mantén los checks dentro del padding de la tarjeta en móviles */
      .pricing-body { margin-left: 22px; }
    }