.d-none {
  display: none;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.h2calc {
  text-transform: none !important;
}
.fcb {
  color: #0033A0;
  font-weight: 500;
}
.bg-estudio {
  background-color: #ECF0F1;
  padding-top: 40px;
  position: relative;
}
.bg-estudio:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #ECF0F1;
  z-index: -1;
}
.bg-estudio:after {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  background-color: #ECF0F1;
  z-index: -1;
}
.bg-estudio .container-fluid {
  padding: 0;
}
.bg-estudio .container-fluid .col-xs-12 {
  padding: 0;
}
.bg-estudio .row {
  margin: 0px !important;
}
.bg-estudio .row-principal {
  margin: 0 88px !important;
}
@media (max-width: 991px) {
  .bg-estudio .row-principal .form-group {
    display: block;
  }
}
@media (max-width: 767px) {
  .bg-estudio .row-principal {
    margin: 0 !important;
  }
}
.bg-estudio .row-principal #heading {
  text-transform: uppercase;
  color: #0033A0;
  font-weight: normal;
  font-family: 'FsJoeyRegular', Arial, Helvetica, sans-serif;
}
.bg-estudio .row-principal #msform {
  position: relative;
  margin-top: 20px;
}
.bg-estudio .row-principal #msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.bg-estudio .row-principal #msform fieldset:not(:first-of-type) {
  display: none;
}
.bg-estudio .row-principal #msform fieldset .form-card {
  text-align: left;
}
.bg-estudio .row-principal #msform fieldset .form-inline {
  display: block;
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group {
  margin-bottom: 32px;
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group input {
  margin-bottom: 0;
  height: 40px;
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group p,
.bg-estudio .row-principal #msform fieldset .form-inline .form-group .checkbox-inline,
.bg-estudio .row-principal #msform fieldset .form-inline .form-group .radio-inline {
  font-weight: 500;
  line-height: 2.4em;
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group p span,
.bg-estudio .row-principal #msform fieldset .form-inline .form-group .checkbox-inline span,
.bg-estudio .row-principal #msform fieldset .form-inline .form-group .radio-inline span {
  color: #53565A;
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group .small {
  font-size: 12px;
  color: #0033A0;
  font-weight: 600;
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group.date.ingreso input {
  margin-top: 32px;
}
@media (max-width: 480px) {
  .bg-estudio .row-principal #msform fieldset .form-inline .form-group.date.ingreso input {
    margin-top: 0px;
  }
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group.date input {
  width: auto;
  float: right;
  border: solid 1px rgba(0, 48, 87, 0.24);
  padding: 0 10px;
  color: #555;
}
@media (max-width: 480px) {
  .bg-estudio .row-principal #msform fieldset .form-inline .form-group.date input {
    width: 100%;
    margin-bottom: 24px;
  }
}
.bg-estudio .row-principal #msform fieldset .form-inline .form-group.date input[type="date"]::-webkit-inner-spin-button,
.bg-estudio .row-principal #msform fieldset .form-inline .form-group.date ::-webkit-calendar-picker-indicator {
  opacity: 0.4;
}
.bg-estudio .row-principal #msform fieldset .form-inline .d-flex {
  display: inline-flex;
  display: flex;
}
.bg-estudio .row-principal #msform fieldset .form-inline .d-flex.hav {
  margin-bottom: 0;
  padding: 0;
}
.bg-estudio .row-principal #msform fieldset .form-inline .d-flex.hav p {
  width: 100%;
}
@media (max-width: 767px) {
  .bg-estudio .row-principal #msform fieldset .form-inline .d-flex.hav {
    margin-bottom: 24px;
  }
  .bg-estudio .row-principal #msform fieldset .form-inline .d-flex.hav .aiuda {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }
}
.bg-estudio .row-principal #msform fieldset .form-inline .d-flex p {
  margin: 0 16px 0 0;
}
.bg-estudio .row-principal #msform fieldset .form-inline .d-flex .radio-inline input {
  width: auto;
}
.bg-estudio .row-principal #msform fieldset .form-inline .saldos {
  width: calc(100% - 20px);
  position: relative;
}
.bg-estudio .row-principal #msform fieldset .form-inline .saldos:before {
  content: "$";
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.bg-estudio .row-principal #msform fieldset .leyenda-campos {
  font-size: 16px;
  color: #0033A0;
  font-weight: 600;
}
.bg-estudio .row-principal #msform fieldset .leyenda-campos a {
  color: #00AEC7;
}
.bg-estudio .row-principal #msform input,
.bg-estudio .row-principal #msform textarea {
  width: 100%;
}
.bg-estudio .row-principal #msform input:focus,
.bg-estudio .row-principal #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #0033A0;
  outline-width: 0;
}
.bg-estudio .row-principal #msform .action-button {
  width: 150px;
  background: #e3e829;
  font-weight: bold;
  color: #0033A0;
  border: 0 none;
  border-radius: 40px;
  cursor: pointer;
  padding: 10px 24px;
  margin: 10px 0px 10px 5px;
  float: right;
  transition: all 0.3s;
}
.bg-estudio .row-principal #msform .action-button:hover,
.bg-estudio .row-principal #msform .action-button:focus {
  background-color: #0033A0;
  color: white;
}
.bg-estudio .row-principal #msform .action-button-previous {
  width: 130px;
  background-color: #ECF0F1;
  font-weight: bold;
  color: #0033A0;
  border: solid 2px #0033A0;
  border-radius: 40px;
  cursor: pointer;
  padding: 8px 16px;
  margin: 10px 5px 10px 0px;
  float: right;
  transition: background-color 0.3s, color 0.3s;
}
.bg-estudio .row-principal #msform .action-button-previous:hover,
.bg-estudio .row-principal #msform .action-button-previous:focus {
  background-color: #00AEC7;
  color: white;
  border: 0px;
  padding: 10px 16px;
}
.bg-estudio .row-principal .card {
  z-index: 0;
  border: none;
  position: relative;
}
.bg-estudio .row-principal .fs-title {
  font-size: 25px;
  color: #0033A0;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
.bg-estudio .row-principal .purple-text {
  color: #0033A0;
  font-weight: normal;
}
.bg-estudio .row-principal .steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}
.bg-estudio .row-principal .fieldlabels {
  color: gray;
  text-align: left;
}
.bg-estudio .row-principal #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
}
.bg-estudio .row-principal #progressbar .active {
  color: #0033A0;
}
.bg-estudio .row-principal #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33.3%;
  float: left;
  position: relative;
  font-weight: 400;
}
.bg-estudio .row-principal #progressbar li.active:before,
.bg-estudio .row-principal #progressbar li.active:after {
  background: #0033A0;
}
.bg-estudio .row-principal #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 2;
}
.bg-estudio .row-principal #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}
.bg-estudio .row-principal #progressbar #account:before {
  font-family: FontAwesome;
  content: "\f007";
}
.bg-estudio .row-principal #progressbar #saldos:before {
  font-family: FontAwesome;
  content: "\f155";
}
.bg-estudio .row-principal #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}
.bg-estudio .row-principal #progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}
.bg-estudio .row-principal .progress {
  height: 20px;
}
.bg-estudio .row-principal .progress-bar {
  background-color: #0033A0;
}
.bg-estudio .row-principal .fit-image {
  width: 100%;
  object-fit: cover;
}
.bg-estudio .end-calculator {
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 51, 160, 0.2);
  border-radius: 16px;
  padding: 32px;
  align-items: center;
}
.bg-estudio .end-calculator .datos-numeros {
  position: relative;
}
.bg-estudio .end-calculator .datos-numeros::after {
  content: "";
  width: 2px;
  height: 90%;
  bottom: 5%;
  right: 0;
  background-color: #0033A0;
  opacity: 0.2;
  position: absolute;
}
@media (max-width: 767px) {
  .bg-estudio .end-calculator .datos-numeros::after {
    width: 100%;
    height: 2px;
    bottom: 0%;
    right: 0;
  }
}
.bg-estudio .end-calculator .icon-datos {
  align-items: end;
  margin: 16px auto;
  padding: 16px;
  position: relative;
}
.bg-estudio .end-calculator .icon-datos:nth-child(2)::before {
  content: "";
  width: 95%;
  height: 2px;
  top: -8px;
  left: 0%;
  background-color: #0033A0;
  opacity: 0.2;
  position: absolute;
}
.bg-estudio .end-calculator .icon-datos:nth-child(2)::after {
  content: "";
  width: 95%;
  height: 2px;
  bottom: -8px;
  left: 0%;
  background-color: #0033A0;
  opacity: 0.2;
  position: absolute;
}
.bg-estudio .end-calculator .icon-datos h2 {
  font-size: 56px;
}
.bg-estudio .end-calculator .icon-datos h3,
.bg-estudio .end-calculator .icon-datos h4 {
  font-weight: 600;
}
.bg-estudio .end-calculator .icon-datos img {
  max-width: 50px;
}
.bg-estudio .end-calculator .icon-datos .datos {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.bg-estudio .end-calculator .icon-datos .datos p {
  margin-bottom: 0;
  font-size: 24px;
  width: 95%;
  margin-bottom: 8px;
  font-weight: 500;
}
.bg-estudio .end-calculator .icon-datos .datos h3 {
  margin: 0 auto;
  font-weight: 600;
}
.bg-estudio .end-calculator .icon-datos .datos.aiuda .tooltip--left {
  width: 75%;
  text-align: right;
}
@media (max-width: 767px) {
  .bg-estudio .end-calculator .pmo {
    width: 100%;
    order: -1;
  }
}
.bg-estudio .end-calculator .pmo h2 {
  font-size: 48px;
}
.bg-estudio .end-calculator .pmo h3 {
  margin-bottom: 0;
}
.bg-estudio .end-calculator .pmo h4 {
  margin-top: 0;
  color: #00AEC7;
  font-weight: 600;
}
.bg-estudio .end-calculator .pmo img {
  margin-left: 8px;
  width: 100px;
  height: auto;
}
.bg-estudio .end-calculator .pmo .d-flex {
  justify-content: space-around;
  align-items: center;
}
.bg-estudio .end-calculator .bordertop {
  border-top: solid 2px rgba(0, 51, 160, 0.2);
  padding-top: 16px;
}
@media (max-width: 767px) {
  .bg-estudio .end-calculator .bordertop {
    width: 100%;
  }
}
.bg-estudio .end-calculator .ctas {
  margin: 16px auto;
}
.bg-estudio .end-calculator .ctas .action-button.next {
  width: 180px !important;
}
.bg-estudio .end-calculator .txtblue {
  color: #0033A0;
}
.bg-estudio .bg-yellow {
  padding: 16px 32px !important;
  border-radius: 16px;
  align-items: center;
  justify-content: space-between;
}
.bg-estudio .bg-yellow h2 {
  font-weight: 700;
  margin: 0;
}
.bg-estudio .bg-yellow a {
  margin: 24px;
}
.bg-estudio .bg-blue {
  padding: 16px 32px !important;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .bg-estudio .bg-blue {
    justify-content: center;
  }
}
.bg-estudio .bg-blue h2 {
  color: #e3e829;
  font-weight: 600;
  font-size: 52px;
}
.bg-estudio .bg-blue h2 span {
  color: #00AEC7;
}
.bg-estudio .bg-blue .img-fluid {
  max-width: 68%;
}
@media (max-width: 767px) {
  .bg-estudio .bg-blue .img-fluid {
    max-width: 100%;
  }
}
.bg-estudio .bg-blue div a {
  display: block;
}
.bg-estudio .bg-blue div a.btn-yellow:hover {
  font-weight: bold !important;
}
.aiuda .icon-input p {
  margin-right: 8px !important;
  color: #0033A0;
  font-weight: 600 !important;
}
.aiuda .tooltip--left {
  width: 95%;
  text-align: right;
}
.aiuda .tooltip--left span {
  width: 20px;
  height: 20px;
  border-radius: 24px;
  font-size: 16px;
  line-height: 1.2em;
  background-color: #00AEC7;
  color: white;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.aiuda [class^="tooltip"] {
  position: relative;
  position: absolute;
}
.aiuda [class^="tooltip"]:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 6px 10px;
  top: 1.4em;
  right: 0;
  width: 250px;
  background-color: #e3e829;
  color: white;
  font-size: 12px;
  text-align: left;
  color: #0033A0;
  font-weight: 600;
  line-height: 1.6em;
  white-space: normal;
  z-index: 2;
  border-radius: 4px;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.aiuda [class^="tooltip"]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
}
.aiuda .tooltip--left:after {
  top: -4px;
  right: 42px;
}
.aiuda .tooltip--left:before {
  content: '';
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px #e3e829;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  top: 4px;
  right: 0;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  z-index: 3;
}
.aiuda .tooltip--left:hover:before {
  display: block;
  opacity: 1;
  visibility: visible;
  right: 35px;
}
.options {
  margin-left: 32px;
}
@media (max-width: 480px) {
  .options {
    margin-left: 0;
  }
}
.content-range {
  width: 100%;
  padding: 8px 0%;
  background-color: #00AEC7;
  border-radius: 80px;
  height: 48px;
  position: relative;
  z-index: 2;
}
.content-range:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: -1;
  background-color: #fff;
  box-shadow: inset -8px 8px 16px rgba(0, 0, 0, 0.24);
  border-radius: 40px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 16px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
  border: none !important;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #037789;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #00AEC7;
  border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]::-webkit-slider-thumb:after {
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: white;
}
.range-wrap {
  width: 500px;
  position: relative;
  width: calc(100% - 40px);
  padding: 8px 0%;
  margin: 48px auto 0;
}
.range-wrap .ind-referencia {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  opacity: 0.3;
}
.range-wrap .ind-referencia .ind {
  width: 2px;
  height: 8px;
  background-color: #0033A0;
}
@media (max-width: 580px) {
  .range-wrap .ind-referencia .ind {
    opacity: 0;
  }
}
.range-wrap .ind-referencia .num {
  font-size: 12px;
  position: relative;
}
.range-wrap .ind-referencia .num span {
  width: 2px;
  height: 16px;
  background-color: #0033A0;
  display: block;
}
.range-wrap .ind-referencia .num p {
  position: absolute;
  left: -4px;
  color: #0033A0;
  font-weight: bold;
}
.range-wrap .ind-referencia .num.uno p,
.range-wrap .ind-referencia .num.dos p {
  left: -22px;
}
.range-wrap .ind-referencia .num.tres p,
.range-wrap .ind-referencia .num.cuatro p {
  left: -20px;
}
.range-value {
  position: absolute;
  top: -50%;
}
.range-value span {
  width: 72px;
  height: 32px;
  line-height: 24px;
  text-align: center;
  background-color: #00AEC7;
  color: #fff;
  font-size: 17px;
  display: block;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span::after {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  border-top: solid 8px #00AEC7;
  opacity: 1;
  position: absolute;
  bottom: -7px;
  left: 30px;
  z-index: 3;
}
.feedback-calculadora {
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
  margin-bottom: 24px;
  text-align: center;
}
.feedback-calculadora .textblue {
  color: #0033A0;
  font-weight: 600;
  font-size: 18px;
}
.feedback-calculadora .options {
  margin: 16px 0 24px 0;
}
.feedback-calculadora .btn {
  color: #00AEC7;
  margin-right: 8px;
  min-width: 80px;
}
.feedback-calculadora .star-calculadora {
  font-family: 'FontAwesome';
  margin: 16px auto;
  position: relative;
}
.feedback-calculadora .star-calculadora > fieldset {
  border: none;
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  left: 0;
}
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > label {
  width: 1em;
  padding: 0 4px;
  width: 40px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 40px;
  color: #FDDA24;
  color: #0033A0;
}
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > label:before {
  content: '\f005  ';
}
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > label:hover,
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > label:hover ~ label {
  color: #00AEC7;
  text-shadow: 0 0 3px #00AEC7;
}
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > label:hover:before,
.feedback-calculadora .star-calculadora > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\f005  ';
}
.feedback-calculadora .star-calculadora > fieldset > input:checked ~ label:before {
  content: '\f005  ';
  color: #00AEC7;
}
.feedback-calculadora .star-calculadora > fieldset > label:active {
  position: relative;
  top: 2px;
}
.feedback-calculadora .accordion-calculadora .form-group {
  text-align: left;
}
#modal-calculadora {
  text-align: center;
}
#modal-calculadora .img-fluid {
  max-width: 250px;
}
#modal-calculadora .action-button {
  width: 200px;
  background: #e3e829;
  font-weight: bold;
  color: #0033A0;
  border: 0 none;
  border-radius: 40px;
  cursor: pointer;
  padding: 10px 24px;
  margin: 10px 0px 10px 5px;
  transition: all 0.3s;
}
#modal-calculadora .action-button:hover,
#modal-calculadora .action-button:focus {
  background-color: #0033A0;
  color: white;
}
#modal-calculadora .btn.btn-mdclose {
  position: absolute;
  right: 0;
  top: 16px;
  background: transparent;
  color: #0033A0;
}
#modal-calculadora .btn.btn-mdclose:hover,
#modal-calculadora .btn.btn-mdclose:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.end-aumento {
  display: none;
}
.end-default {
  display: block;
}
