@font-face {
  font-family: "Gotham";
  src: url('../fonts/GothamMedium.otf');
}

body {
  background-color: #ffffff !important;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #cdcdcd;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #cdcdcd;
  opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #cdcdcd;
  opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cdcdcd;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #cdcdcd;
}

.form-control::placeholder { /* Most modern browsers support this now. */
  color: #cdcdcd;
}

.payment-form {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif !important;
  /*max-width: 550px;*/
}

.payment-form.dark {
  background-color: #ffffff;
}

.payment-form .content {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
  background-color: white;
}

.payment-form .block-heading {
  text-align: left;
  color: #303030;
  margin-bottom: 50px;
}

.payment-form .block-heading h2 {
  font-weight: 600;
}

.payment-form .block-heading p {
  font-size: 19px;
  text-align: left;
  margin: auto;
  opacity: 0.8;
}

.payment-form.dark .block-heading p {
  opacity: 0.8;
}

.payment-form .block-heading h1,
.payment-form .block-heading h3 {
  margin-bottom: 1.2rem;
  color: #0135ad;
}

.payment-form .label-form {
  padding-top: -5px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 15px;
}

/*.payment-form form {*/
/*border-top: 2px solid #0135ad;*/
/*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);*/
/*background-color: #ffffff;*/
/*padding: 0;*/
/*max-width: 600px;*/
/*margin: auto;*/
/*}*/

.payment-form .div-btn {
  margin: 30px 0px;
  text-align: center;
}

.payment-form .btn-blue {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #0135ad;
  background-color: #0135ad;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 45px;
  width: 300px;
  line-height: 13px;
}

.payment-form .btn-blue:hover {
  color: #0135AD;
  border-color: #0135AD;
  background-color: #ffffff;
  transition: background-color 200ms linear, color 200ms linear;
}

.payment-form .title {
  font-size: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8em;
  font-weight: 600;
  padding-bottom: 8px;
}

.payment-form .products {
  background-color: #e5eaf6;
  padding: 25px;
}

.payment-form .products .item {
  margin-bottom: 1em;
}

.payment-form .products .item-name {
  font-weight: 600;
  font-size: 0.9em;
}

.payment-form .products .item-description {
  font-size: 0.8em;
  opacity: 0.6;
}

.payment-form .products .item p {
  margin-bottom: 0.2em;
}

.payment-form .products .price {
  float: right;
  font-weight: 600;
  font-size: 0.9em;
}

.payment-form .products .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 19px;
  font-weight: 600;
  line-height: 1;
}

.payment-form .card-details {
  /*padding: 25px 25px 15px;*/
}

.payment-form .card-details label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #79818a;
  text-transform: uppercase;
}

.payment-form .card-details button {
  margin-top: 0.6em;
  padding: 12px 0;
  font-weight: 600;
}

.payment-form .card-details .title img {
  max-height: 35px;
  padding-bottom: 2px;
}

.payment-form .card-details img.pay-img-left {
  max-height: 25px;
  padding-left: 10px;
}

.payment-form .card-details img.pay-img-right {
  max-height: 60px;
  padding-right: 10px;
  float: right;
}

.payment-form .date-separator {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

@media (min-width: 576px) {
  .payment-form .title {
    font-size: 1.2em;
  }

  .payment-form .products {
    padding: 40px;
  }

  .payment-form .products .item-name {
    font-size: 1em;
  }

  .payment-form .products .price {
    font-size: 1em;
  }

  .payment-form .card-details {
    /*padding: 40px 40px 30px;*/
  }

  .payment-form .card-details button {
    margin-top: 2em;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0135ad;
  border-color: #0135ad;
}

.nav-col {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: default;
}

.shopping-cart {
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif !important;
}

.shopping-cart.dark {
  background-color: #ffffff;
}

/*.shopping-cart .content {*/
/*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);*/
/*background-color: white;*/
/*}*/

.shopping-cart .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.shopping-cart .block-heading p {
  text-align: center;
  max-width: 620px;
  margin: auto;
  opacity: 0.9;
  font-size: 1.3em;
  font-weight: 600;
}

.shopping-cart .dark .block-heading p {
  opacity: 0.9;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
  margin-bottom: 1.2rem;
  color: #0135ad;
}

/*.shopping-cart .items {*/
/*margin: auto;*/
/*}*/

/*.shopping-cart .items .product {*/
/*margin-bottom: 10px;*/
/*padding-bottom: 10px;*/
/*border-bottom: 1px solid #ccc;*/
/*}*/

/*.shopping-cart .items .product .info {*/
/*padding-top: 0;*/
/*text-align: center;*/
/*}*/

/*.shopping-cart .items .product .info .product-name {*/
/*font-weight: 600;*/
/*}*/

/*.shopping-cart .items .product .info .product-info {*/
/*font-size: 12px;*/
/*margin-top: 15px;*/
/*font-weight: 400;*/
/*}*/

/*.shopping-cart .items .product .info .product-bullets {*/
/*font-size: 12px;*/
/*margin-top: 15px;*/
/*font-weight: 400;*/
/*color: #aaaaaa;*/
/*}*/

/*.shopping-cart .items .product .info .product-name .product-info .value {*/
/*font-weight: 400;*/
/*}*/

/*.shopping-cart .items .product .info .quantity .quantity-input {*/
/*margin: auto;*/
/*width: 80px;*/
/*}*/

/*.shopping-cart .items .product .info .price {*/
/*!*margin-top: 15px;*!*/
/*font-weight: bold;*/
/*font-size: 22px;*/
/*}*/

/*.shopping-cart .summary {*/
/*border-top: 2px solid #0135ad;*/
/*background-color: #e5eaf6;*/
/*height: 100%;*/
/*padding: 30px;*/
/*}*/

/*.shopping-cart .summary h3 {*/
/*text-align: center;*/
/*font-size: 1.3em;*/
/*font-weight: 600;*/
/*padding-top: 20px;*/
/*padding-bottom: 20px;*/
/*}*/

/*.shopping-cart .summary .summary-item:not(:last-of-type) {*/
/*padding-bottom: 10px;*/
/*padding-top: 10px;*/
/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

/*.shopping-cart .summary .text {*/
/*font-size: 1em;*/
/*font-weight: 400;*/
/*}*/

/*.shopping-cart .summary .price {*/
/*font-size: 1em;*/
/*float: right;*/
/*}*/

/*.shopping-cart .summary button {*/
/*margin-top: 20px;*/
/*}*/

@media (min-width: 768px) {
  .shopping-cart .items .product .info {
    padding-top: 25px;
    text-align: left;
  }

  .shopping-cart .items .product .info .price {
    font-weight: bold;
    font-size: 22px;
  }

  .shopping-cart .items .product .info .quantity {
    text-align: center;
  }

  .shopping-cart .items .product .info .quantity .quantity-input {
    padding: 4px 10px;
    text-align: center;
  }
}

.btn-primary {
  color: #fff;
  background-color: #0135ad;
  border-color: #0135ad;
}

a {
  color: #0135ad;
}

.nav-col {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.summary-total {
  margin-bottom: 30px;
  font-size: 1.6em;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  font-weight: bold;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.license-content p {
  padding: 20px;
}

.price-subtotal {
  font-weight: bold !important;
}

.signin {
  padding: 20px;
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.signin .btn-gray {
  font-size: 13px;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 3px;
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  text-transform: uppercase;
  height: 35px;
  line-height: 13px;
}

.signin .btn-gray:hover {
  color: #ffffff;
  border-color: #bbbbbb;
  background-color: #bbbbbb;
  opacity: 1;
  transition: background-color 200ms linear, color 200ms linear;
}

.div-main {
  height: 100vh;
  background-color: red;
}

.left-bar {
  background-color: yellow;
}

.right-x {
}

.shopping-nav {
  padding-top: 20px;
  max-width: 650px;
  margin: auto auto;
  text-align: center;
}

.shopping-nav .item {
  color: #bbbbbb;
  font-size: 19px;
}

.shopping-nav .item a {
  text-decoration: none;
  color: #bbbbbb;
  cursor: pointer;
}

.shopping-nav .item a:hover {
  text-decoration: none;
  color: #dddddd;
  cursor: pointer;
}

.shopping-nav .item .active {
  color: #0135ad !important;
  font-size: 19px;
  cursor: default !important;
}

.shopping-nav .item .disabled,
.shopping-nav .item a .disabled,
.shopping-nav .item span .disabled {
  text-decoration: none !important;
  color: #bbbbbb !important;
  cursor: default !important;
}

.payment-form .heading {
  text-align: left;
  color: #303030;
  margin-bottom: 50px;
}

.shopping-cart .heading h2 {
  font-weight: 600;
  margin-top: 50px;
  text-align: center;
}

.shopping-cart .heading p {
  font-size: 19px;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0.8;
}

.shopping-cart .content {
  background-color: white;
}

.shopping-cart .items {
  margin: 0px;
}

.shopping-cart .items .product {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.shopping-cart .items .product .info {
  padding-top: 0;
}

.shopping-cart .items .product .info .product-name {
  font-weight: 600;
  font-size: 22px;
}

.shopping-cart .items .product .info .product-info {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
}

.shopping-cart .items .product .info .product-bullets {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
  color: #aaaaaa;
}

.shopping-cart .items .product .info .product-name .product-info .value {
  font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input {
  margin: auto;
  width: 80px;
}

.shopping-cart .items .product .info .price {
  /*margin-top: 15px;*/
  text-align: left;
  font-weight: bold;
  font-size: 22px;
}

.shopping-cart .items .product .info .price-btn {
  /*margin-top: 15px;*/
  text-align: right;
  font-weight: bold;
  font-size: 22px;
}

.shopping-cart .btn-blue {
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #0135ad;
  background-color: #0135ad;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: 110px;
  line-height: 13px;
}

.shopping-cart .btn-blue:hover {
  color: #0135AD;
  border-color: #0135AD;
  background-color: #ffffff;
  transition: background-color 200ms linear, color 200ms linear;
}

.shopping-cart .btn-yellow {
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #fada38;
  background-color: #fada38;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: 110px;
  line-height: 13px;
}

.shopping-cart .btn-yellow:hover {
  color: #fada38;
  border-color: #fada38;
  background-color: #ffffff;
  transition: background-color 200ms linear, color 200ms linear;
}

.shopping-cart .btn-gray {
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #CDCDCD;
  background-color: #CDCDCD;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: 150px;
  line-height: 13px;
}

.shopping-cart .btn-gray:hover {
  color: #CDCDCD;
  border-color: #CDCDCD;
  background-color: #ffffff;
  transition: background-color 200ms linear, color 200ms linear;
}

.shopping-cart .summary {
  background-color: #f9f9f9;
  height: 100%;
  padding: 30px;
}

.shopping-cart .summary h3 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type) {
  padding-bottom: 10px;
  padding-top: 10px;
}

.shopping-cart .summary .text {
  font-size: 1em;
  font-weight: 400;
}

.shopping-cart .summary .price {
  font-size: 1em;
  float: right;
}

.shopping-cart .summary button {
  margin-top: 20px;
}

.shopping-cart .summary .subtotal {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary h5 {
  font-size: 0.7em;
  text-align: right;
}

.shopping-cart .summary h3 {
  text-transform: uppercase;
}

.shopping-cart .btn-blue-xl {
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #0135ad;
  background-color: #0135ad;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: 100%;
  line-height: 13px;
}

.shopping-cart .btn-blue-xl:hover {
  color: #0135AD;
  border-color: #0135AD;
  background-color: #ffffff;
  transition: background-color 200ms linear, color 200ms linear;
}

.shopping-cart .btn-blue-xl:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.shopping-cart {
  padding-left: 100px;
}

.leftDiv {
  position: fixed;
  width: 100px;
  background: #0135AD;
  text-align: left;
  bottom: 0px;
  left: 0px;
  height: 100%;
  /*opacity: 0.9;*/
}

.leftDiv img {
  margin-top: 10px;
  margin-left: 10px;
  height: 50px;
}

.signup {
  padding-left: 350px;
}

.leftDivBig {
  position: fixed;
  width: 350px;
  background: #0135AD;
  text-align: left;
  bottom: 0px;
  left: 0px;
  height: 100%;
  /*opacity: 0.9;*/
}

.leftDivBig img {
  margin-top: 10px;
  margin-left: 10px;
  height: 50px;
}

.topDiv {
  width: 100%;
  background: #0135AD;
  text-align: left;
  height: 70px;
  opacity: 0.9;
  display: none;
}

.topDiv img {
  margin-top: 10px;
  margin-left: 10px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .leftDiv {
    display: none;
  }

  .leftDivBig {
    display: none;
  }

  .shopping-cart {
    padding-left: 0px;
  }

  .signup {
    padding-left: 0px;
  }

  .topDiv {
    display: block;
  }
}

.shopping-cart .shopping-summary {
  background-color: #f9f9f9;
  padding: 30px;
}

.shopping-cart .shopping-summary h3 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .shopping-summary .summary-item:not(:last-of-type) {
  padding-bottom: 10px;
  padding-top: 10px;
}

.shopping-cart .shopping-summary .text {
  font-size: 1em;
  font-weight: 400;
}

.shopping-cart .shopping-summary .price {
  font-size: 1em;
  float: right;
}

.shopping-cart .shopping-summary button {
  margin-top: 20px;
}

.shopping-cart .shopping-summary .summary h5 {
  font-size: 0.7em;
  text-align: right;
}

.shopping-cart .shopping-summary .products h3 {
  font-size: 28px;
}

.shopping-cart .shopping-summary .products .item {
  margin-bottom: 1em;
}

.shopping-cart .shopping-summary .products .item-name {
  font-weight: 600;
  font-size: 18px;
}

.shopping-cart .shopping-summary .products .item-description {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  opacity: 0.6;
}

.shopping-cart .shopping-summary .products .subtotal {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 19px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}

.shopping-cart .shopping-summary .products .subtotal .price {
  font-weight: normal;
}

.shopping-cart .shopping-summary .products .descuento {
  margin-top: 10px;
  padding-top: 19px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
}

.shopping-cart .shopping-summary .products .descuento .price {
  font-weight: normal;
}

.shopping-cart .shopping-summary .products .item p {
  margin-bottom: 0.2em;
}

.shopping-cart .shopping-summary .products .price {
  float: right;
  font-weight: 600;
  font-size: 18px;
}

.shopping-cart .shopping-summary .products .total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 19px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}

.shopping-cart .shopping-summary .products .total .price {
  font-size: 22px;
}

.payment-form .card-details .btn-blue-xl {
  font-size: 13px;
  padding: 13px 20px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #0135ad;
  background-color: #0135ad;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  width: 100%;
  line-height: 13px;
}

.payment-form .card-details .btn-blue-xl:hover {
  color: #0135AD;
  border-color: #0135AD;
  background-color: #ffffff;
  transition: background-color 200ms linear, color 200ms linear;
}

.payment-form .card-details .btn-blue-xl:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}


.shopping-summary .discount-container {
  margin-top: 40px;
}

.shopping-summary .discount-container .apply-discount {
  margin-top: 8px;
}

.SignUpServiceWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 20px 0;
}

.SignUpServiceWrapper3C {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 10px 0;
}

.SignUpServiceWrapperItem {
  padding: 0 15px;
}

@media (max-width: 992px) {
  .SignUpServiceWrapper,
  .SignUpServiceWrapper3C {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .SignUpServiceWrapper,
  .SignUpServiceWrapper3C {
    grid-template-columns: 1fr;
  }
}
