table-responsive {
    margin-bottom: 3rem;
  }
  table tbody tr td {
    vertical-align: middle;
    text-align: center;
  }
  table thead tr {
    background-color: rgba(62, 95, 206, 0.05);
  }
  table thead tr td {
    text-align: center;
    color: #3e5fce;
  
    font-weight: 600;
  }
  table tfoot tr td {
    text-align: center;
    color: #3e5fce;
  
    font-weight: 600;
  }
  table tr td {
    border: 1px solid #f2f4ff;
  }
  
  .modal-content {
    background-color: #263C97;
  }
  
  .form-label {
    color: white;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
  
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
      center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
  }
  
  .btns_m {
    margin-top: 2rem;
  }
  
  @media only screen and (max-width: 992px) {
    .btns {
      margin-bottom: 2rem;
    }
  }
  table {
    /*  border: 1px solid #ccc; */
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
  }
  
  table tr {
    /*  background-color: #f8f8f8; */
    /*  border: 1px solid #ddd; */
    padding: 0.35em;
  }
  
  table th,
  table td {
    padding: 0.625em;
    text-align: center;
  }
  
  table th {
    
    font-size: 15px;
    font-weight: normal;
    font-family: "Roboto-Medium";
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  table tbody tr td {
      vertical-align: middle;
      text-align: center;
      font-family: 'Roboto-Medium';
  }
  
  .tfoot_table_cart tr td {
    text-align: center;
    font-size: 16px;
    color: #084892;
    font-weight: normal;
    font-family: "Roboto-Medium";
    /* font-weight: 600; */
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
  
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
  
    table tr {
      border-bottom: 1px solid #f2f4ff;
      display: block;
      margin-bottom: 0.625em;
    }
  
    table td {
      /*  border-bottom: 1px solid #ddd; */
      display: block;
      font-size: 0.8em;
      text-align: right;
    }
  
    table td::before {
      /*
  * aria-label has no advantage, it won't be read inside a table
  content: attr(aria-label);
  */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
  
    table td:last-child {
      border-bottom: 0;
    }
  
    .td_movil {
      display: none;
    }
  }
  