
      .btn-custom {
        padding: 5px;
      }
      .input-error {
        border: 1px solid #d9534f;
      }
      input[type="radio"] {
        cursor: pointer;
      }
      .btn-danger-inside {
        border-radius: 4px !important;
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        padding: 5px 10px;
        font-size: 12px !important;
      }
      .btn-danger-inside:focus,
      .btn-danger-inside.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
      }
      .btn-danger-inside:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
      }
      .btn-danger-inside:active,
      .btn-danger-inside.active,
      .open > .dropdown-toggle.btn-danger-inside {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
      }
      .btn-danger-inside:active:hover,
      .btn-danger-inside.active:hover,
      .open > .dropdown-toggle.btn-danger-inside:hover,
      .btn-danger-inside:active:focus,
      .btn-danger-inside.active:focus,
      .open > .dropdown-toggle.btn-danger-inside:focus,
      .btn-danger-inside:active.focus,
      .btn-danger-inside.active.focus,
      .open > .dropdown-toggle.btn-danger-inside.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19;
      }
      .btn-danger-inside:active,
      .btn-danger-inside.active,
      .open > .dropdown-toggle.btn-danger-inside {
        background-image: none;
      }
      .btn-danger-inside.disabled:hover,
      .btn-danger-inside[disabled]:hover,
      fieldset[disabled] .btn-danger-inside:hover,
      .btn-danger-inside.disabled:focus,
      .btn-danger-inside[disabled]:focus,
      fieldset[disabled] .btn-danger-inside:focus,
      .btn-danger-inside.disabled.focus,
      .btn-danger-inside[disabled].focus,
      fieldset[disabled] .btn-danger-inside.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
      }
      .btn-danger-inside .badge {
        color: #d9534f;
        background-color: #fff;
      }
      .alert-danger { color: #000;font-size:12px;font-weight: bold;  }


      /* Absolute Center Spinner */
      .loading {
        position: fixed;
        z-index: 9999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: none;
      }

      /* Transparent Overlay */
      .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
          background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
      }

      .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 150ms infinite linear;
        -moz-animation: spinner 150ms infinite linear;
        -ms-animation: spinner 150ms infinite linear;
        -o-animation: spinner 150ms infinite linear;
        animation: spinner 150ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
      box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
      }

      /* Animation */

      @-webkit-keyframes spinner {
        0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @-moz-keyframes spinner {
        0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @-o-keyframes spinner {
        0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes spinner {
        0% {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          -o-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }


.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}
.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
    color: #ccc;
}


.track .step.active .icon {
    background: #006ABF;
    color: #fff;
}
.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.track .step.active .text {
    font-weight: 400;
    color: #000;
}
.track .text {
    display: block;
    margin-top: 7px;
}


.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quantity__minus,
.quantity__plus {
  display: block;
  width: 22px;
  height: 23px;
  margin: 0;
  background: #dee0ee;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}
.quantity__minus:hover,
.quantity__plus:hover {
  background: #575b71;
  color: #333;
}
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  width: 32px;
  height: 23px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dee0ee;
  border-bottom: 2px solid #dee0ee;
  border-left: 1px solid #dee0ee;
  border-right: 2px solid #dee0ee;
  background: #fff;
  color: #333;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #333;
}
.quantity__minus:visited,
.quantity__plus:visited {
  color: #333;
}

.ocultar-span {
  display: none;
}

@media (max-width: 767px) {
  .ocultar-span {
    display: inline-block !important;
    margin-right: 2px;
  }
}


@media screen and (max-width: 750px) {
  .mobile-td-1 {
    position: absolute;
    left: 180px;
    top: 10px;
    border-top: none !important;
  }
  .mobile-td-2 {
    position: absolute;
    left: 180px;
    top: 30px;
    border-top: none !important;
  }
  .mobile-td-3 {
    position: absolute;
    left: 180px;
    top: 50px;
    border-top: none !important;
  }
  .mobile-td-4 {
    position: absolute;
    left: 300px;
    top: 10px;
    border-top: none !important;
  }
  .mobile-td-5 {
    position: absolute;
    left: 300px;
    top: 40px;
    border-top: none !important;
  }
}


  label {
    font-weight: bold;
  }
  .ayuda {
    font-size: 20px;
    padding: 0px 10px;
    color: #006abf;
  }
  .ingreso-correcto label {
    color: #15a35c !important;
  }

  .ingreso-correcto label:after{
    font-family: "FontAwesome";
    content: "\f00c";
    float: right;
    margin-left: 5px;
  }

  .error-ingreso label {
    color: #eb4545 !important;
  }
  .ingreso-correcto input, .ingreso-correcto select {
    border: 1px solid #15a35c !important;
  }
  .error-ingreso input, .error-ingreso select {
    border: 1px solid #eb4545 !important;
  }
  .error-text {
    color: #eb4545;
    display: none;
    position: absolute;
    font-size: 12px;
  }
  .form-group {
    margin-bottom: 25px;
  }