@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {    
  --orange: #FE8852;
  --grisc: #f2f3f5;
  --griso: #6d6d6d;
  --grisro: #383353;
  --azul: #1F64E4;
  --azulo: #22218C;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html{
    background: var(--orange);
    font-family: 'Poppins';
    font-weight: 400;
}
header{
    background: white;
}
input::placeholder {
  color: #929295;
}
.centro{
    width:80%;    
    max-width: 960px;
    background: #F9F8FA;
    margin:50px auto;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: calc(100vh - 100px);
    display:table;
    vertical-align: middle;
    overflow-y: auto;
} 
.bg-orange{
    background: var(--orange);
}
.tx-orange{
    color: var(--orange);
}
.int{
    display:table-cell;    
    vertical-align: middle;
}
.titulos{
    font-size:1.8rem;
    width: 100%;
    line-height: 1;
    margin-bottom:1rem
}
.subtitulos{
    font-size:1.2rem;
    color: var(--griso);
    width: 100%;
    margin-bottom: 2rem;
}
.cajas{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border: solid white 1px;
    margin: 2rem auto;
    width: 95%;
    padding: 10px;
    background: #F9F9FB;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: black 0 2px 15px;
}
.cajapq, .cajamd{
    display: inline-block;
    width: 33.3%;
    text-align: center;
    margin-bottom: 2rem;
    text-align: left;
}
.cajamd{
    width: 66.6%;
}
.circle{
    width:120px;
    height: 120px;
    font-size: 3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--orange);
    margin:auto;
    color: white;
    text-align: center;
    padding-top: 25px;
    box-shadow: #000 0 0 10px inset;
}
.mediacaja{
    width: 49%;
    display: inline-block;
}
/*.form-select, .form-number{
    width:100%;
    padding:4px 6px;
    border: var(--orange) solid thin;
    color:var(--griso);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    outline: none;
    margin:2px 0;
}*/
.form-select, .form-number{
    width:100%;
    padding:4px 6px;
    border: 0;
    border-bottom: var(--azul) solid thin;
    color:var(--grisro);
    outline: none;
    margin:2px 0;
    background:transparent;
}
.form-select{
    padding-left:2px;
    background:white;
}
.form-boton{
    background: var(--azulo);
    color: white;
    border: var(--azulo) solid thin;
    padding: 4px 2px;
    text-align: center;
    width: 50%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
.form-boton:hover{
    color: var(--azul);
    background: white;
    border: var(--azul) solid thin;
    padding: 4px 2px;
    text-align: center;
    width: 50%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}
.bxs-toggle-left{
    font-size:2rem;
    color: var(--orange)
}
.precios{
    display: inline-block;
    background: white;
    color: var(--griso);
    border: var(--orange) solid thin;
    padding: 4px 2px;
    text-align: center;
    width: 32%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    font-size:.9rem
}
.tabla{
    font-size:.8rem;
}
.card {
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .planes {

    margin: 0px auto;
    width: 100%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .planes .plan {
    width: 32%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    text-decoration:none;
  }
  .planes .plan:hover a,
  .planes .plan.active a,
  .planes .plan:hover .text,
  .planes .plan.active .text {
    background-color: #ff8952;
    color: #fff;
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .planes .plan:hover p,
  .planes .plan.active p {
    color: #fff;
  }
  .planes .plan:hover h3,
  .planes .plan.active h3 {
    color: #fff;
  }
  .planes .plan:active a,
  .planes .plan:active .text {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  .planes .plan .text {
    background-color: #eaeaea;
    padding: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 4px;
  }
  .planes .plan h3 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #111;
  }
  .planes .plan small {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -5px;
  }
  .planes .plan p {
    color: #44474c;
  }
  .planes .plan a {
    border-radius: 4px;
    display: block;
    width: 100%;
    color: #44474c;
    padding: 8px 0;
    background-color: #eaeaea;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .steps .step {
    text-align: center;
    width: 30%;
  }
  .steps .step span {
    margin: 10px auto;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ff8952;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
    color: #fff;
  }
  .steps .step p {
    color: #44474c;
    font-size: 17px;
  }
  #loader {
  display: none;
}
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loading p {
  color: #44474c;
  margin-bottom: 10px;
  font-size: 25px;
}
.loading span {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border-top: 4px solid #ff8952;
  border-left: 4px solid #ff8952;
  border-right: 4px solid #ff8952;
  border-bottom: 4px solid transparent;
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
}
ul.notifications {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: block;
  z-index: 1000000;
  list-style: none;
}
ul.notifications .success {
  background-color: #00bd00;
}
ul.notifications .danger {
  background-color: #e13f3f;
}
ul.notifications .info {
  background-color: #208697;
}
ul.notifications .default {
  background-color: #000000;
}
ul.notifications div {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 10px 15px;
  margin-top: 10px;
  margin-left: auto;
  -webkit-animation: opacity 0.3s ease-out;
          animation: opacity 0.3s ease-out;
}
ul.notifications div p {
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
ul.notifications div a::before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-right: 0;
}
#modal {
  display: none;
  position: fixed;
}
.modal-app {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(234, 234, 234, 0.2);
}
.modal-app .body-modal {
  display: inline-block;
  padding: 40px;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
}
.modal-app .body-modal .msg-confirm {
  color: #44474c;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
  max-width: 500px;
}
/*--------------------------------TRANSACCIONES---------------------------------


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  background-color: #eaeaea;
}
.btn {
  background-color: #ff8952;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 10px 40px;
  color: #fff;
  border-radius: 4px;
  border: none;
  outline: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  text-decoration: none;
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn.gray {
  background-color: #eaeaea;
  color: #44474c;
}
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding: 40px 0;
  padding-top: 100px;
  position: relative;
}
.ver {
  width: 100%;
  margin-bottom: 20px;
}
h2 {
  color: #44474c;
  display: block;
  margin-bottom: 20px;
}

.ancho {
  width: 70%;
}
.widget {
  width: calc(30% - 30px);
}

#loader {
  display: none;
}
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loading p {
  color: #44474c;
  margin-bottom: 10px;
  font-size: 25px;
}
.loading span {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border-top: 4px solid #ff8952;
  border-left: 4px solid #ff8952;
  border-right: 4px solid #ff8952;
  border-bottom: 4px solid transparent;
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
}
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.columns .column {
  width: 49%;
  padding: 5px;
}
.columns .column label {
  display: block;
  width: 100%;
  color: #44474c;
}
.columns .column input,
.columns .column select {
  display: block;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}
ul.notifications {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: block;
  z-index: 1000000;
  list-style: none;
}
ul.notifications .success {
  background-color: #00bd00;
}
ul.notifications .danger {
  background-color: #e13f3f;
}
ul.notifications .info {
  background-color: #208697;
}
ul.notifications .default {
  background-color: #000000;
}
ul.notifications div {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 10px 15px;
  margin-top: 10px;
  margin-left: auto;
  -webkit-animation: opacity 0.3s ease-out;
          animation: opacity 0.3s ease-out;
}
ul.notifications div p {
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
ul.notifications div a::before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-right: 0;
}
#modal {
  display: none;
  position: fixed;
}
.modal-app {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(234, 234, 234, 0.2);
}
.modal-app .body-modal {
  display: inline-block;
  padding: 40px;
  border-radius: 7px;
  background-color: #fff;
  text-align: center;
}
.modal-app .body-modal .msg-confirm {
  color: #44474c;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
  max-width: 500px;
}
@media screen and (max-width: 950px) {
  {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ancho {
    width: 100%;
  }
  .widget {
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .card {
    padding: 20px;
  }
  .steps .step span {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
  }
  .steps .step p {
    font-size: 12px;
  }
  .planes .plan {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .card {
    padding: 15px;
  }
  h2 {
    font-size: 17px;
  }
  p,
  label {
    font-size: 12px;
  }
  .planes .plan h3 {
    font-size: 16px;
  }
  .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns .column {
    width: 48%;
  }
  .columns .column select[name="month_year"] {
    margin-right: 10px;
  }
  .columns .column select[name="month_year"],
  .columns .column select[name="exp_year"] {
    width: 70px !important;
  }
  .columns .column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .columns .column:last-child div {
    width: 48%;
  }
  .columns .column:last-child a {
    width: 48% !important;
  }
}
@media screen and (max-width: 350px) {
  .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .steps .step span {
    margin: 10px;
  }
  .steps .step p {
    text-align: left;
    width: calc(100% - 100px);
  }
}*/