
html {
  height: auto;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #5e5f61;
  height: auto;
  max-height: 100%;
}
.logo {
  text-align: center;
  margin-top: 60px;
}
h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #0292c2;
}
p {
  color: #5b6e78;
}
a {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  color: #5b6e78;
  text-decoration: none;
}
    a,
    a:hover,
    a:focus {
      font-family: "Nunito", Helvetica, Arial, sans-serif;
      color: #0292c2;
      text-decoration: none;
    }
.langs {
  text-align: right;
  padding: 8px 2% 0 2%;
}
  .langs a, .langs a:visited {
    font-size: 0.8em;
    color: #999;
  }
  .langs a:hover, .langs a:focus  {
    color: #0292c2;
  }
.bt-paynow {
  background-color: #cccccc;
  border-radius: 25px;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff !important;
  position: relative;
  top: 6px;
  border: 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
    .bt-paynow:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(2,51,85);
        background: -moz-linear-gradient(90deg, rgba(2,51,85,1) 0%, rgba(9,75,121,1) 35%, rgba(0,212,255,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(2,51,85,1) 0%, rgba(9,75,121,1) 35%, rgba(0,212,255,1) 100%);
        background: linear-gradient(90deg, rgba(2,51,85,1) 0%, rgba(9,75,121,1) 35%, rgba(0,212,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#023355",endColorstr="#00d4ff",GradientType=1);
        border-radius: 25px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
        .bt-paynow:hover:before, .bt-paynow:focus:before, .bt-paynow:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
        .bt-paynow:hover, .bt-paynow:focus, .bt-paynow:active {
            outline: none;
        }
#pay-form {
  margin-top: 75px;
  text-align: center;
}
    #pay-form .card {
      padding: 20px 24px;
      box-shadow: 0 3px 9px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.18);
      border-top:6px #0A4174 solid;
      margin-bottom: 24px;
    }
        #pay-form .card a {
          font-size: 0.85em;
        }
    #pay-form input  {
      text-align: left;
      /* --- Centered style --- */
      /*width:100%; text-align: center;*/
    }
    #pay-form .form-group {
      position: relative;
      margin-bottom: 0.6em;
    }
    #pay-form button.bt-paynow {
      display: block;
      padding: 9px 26px 9px 26px;
      margin-top: 30px;
      margin-bottom: 12px;
      width: 100%;
      background-color: #999;
    }
input::selection  {
  background-color:#b8e3af;
} 
input::-moz-selection {
  background-color:#b8e3af;
}
/* Removing spinners in number field */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.equival p {
  font-size: 0.8em;
  text-align: left;
  display: none;
}


/* GI Material input field */
.gi-form-field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.2em;
  color: #5e5f61;
  padding: 18px 0 1px 0;
  height: 46px;
  background: transparent;
  transition: border-color 0.2s;
}
    .gi-form-field::placeholder {
      color: transparent;
    }
    .gi-form-field:placeholder-shown ~ .gi-form-label {
      font-size: 1em; /* Sin contenido */
      cursor: text;
      top: 18px;
    }
    .gi-form-field:focus {
      font-weight: 600;
      border-width: 2px;
      border-image: linear-gradient(to right, #094b79, #00d4ff);
      border-image-slice: 1;
      background: transparent;
    }
.gi-form-label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 0.9em;
  color: #999;
  /* --- Centered style --- */
  /*width:100%; text-align: center;*/
}
    .gi-form-field:focus ~ .gi-form-label {
      position: absolute;
      top: 0;
      display: block;
      transition: 0.2s;
      font-size: 0.9em;
      color: #0A4174;
      font-weight: 600;
    }
.gi-form-field:required, .gi-form-field:invalid {
  box-shadow: none;
}
/* GI Material radio buttons */
.gi-radio-group {
  text-align: left;
  margin-top: 1.0em;
  margin-bottom: 0 !important;
}
.gi-radio-group p {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.5em;
  color: #8C8C8C; 
}
.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 0.9em;
  margin: 5px 15px;
  color: #5e5f61;
}
.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0292c2;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
  transform: scale(3.6);
}
input[type="radio"]:checked + .label {
  border-color: #0292c2;
}
input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.hidethis {
  display: none;
}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  opacity: 0.16;
}

@media (max-width:600px) {
  #pay-form {
    margin-top: 40px;
  }
  h1 {
    font-size: 1.25em;
  }
  .gi-form-field:placeholder-shown ~ .gi-form-label {
    font-size: 0.96em;
  }
}
@media (max-width:340px) {
  h1 {
    font-size: 1.1em;
  }
  .gi-form-field:placeholder-shown ~ .gi-form-label {
    font-size: 0.8em;
  }
}
/*.grecaptcha-badge{
  visibility: collapse !important;  
}
*/