#simuladorForm_wrapper,
#simulacion {
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  position: relative;
}
#simuladorForm_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background: -webkit-linear-gradient(65deg, #0c0c0c,#242424,#4e4e4e,#575757,#272727);
  background: linear-gradient(65deg, #0c0c0c,#242424,#4e4e4e,#575757,#272727);
  padding-bottom: 70px;
  box-sizing: border-box;
}

#simuladorForm_wrapper * {
  color: white;
}
#simuladorForm {
  position: relative;
}
#simuladorForm_wrapper h1,
#simulacion h1 {
  font-family: 'Georgia', Georgia, "Times New Roman", serif;
  font-weight: 800;
  font-size: 36px;
  padding: 50px 0 30px;
  text-align: center;
}
#simuladorForm_wrapper .subtitle,
#simulacion .subtitle {
  font-family: 'Georgia',Georgia,"Times New Roman",serif;
  font-weight: 800;
  line-height: 1.25em;
  font-size: 26px;
  text-align: left;
}
#simuladorForm_wrapper input {
  padding: 5px 15px;
  border: 2px solid transparent;
  border-radius: 10px;
  color: black;
}
#simuladorForm_wrapper input:focus-visible {
  outline: none;
}
#simuladorForm_wrapper input[type="number"]::-webkit-inner-spin-button,
#simuladorForm_wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#simuladorForm_wrapper .fa-envelope {
  position: relative;
  font-size: 18px;
  color: #ffc802;
}
#simuladorForm_wrapper .fa-check {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #ffc802;
  transform: translate(-3px, -17px)
}
#simuladorForm_wrapper .form-input {
  position: relative;
}
#simuladorForm_wrapper .form-input input {
  position: relative;
  width: 100%;
}
#simuladorForm_wrapper .form-input i {
  display: none;
  text-align: center;
  padding: 8px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: red;
  color: white;
  height: 100%;
  width: 50px;
  font-size: 24px;
  border-radius: 0 10px 10px 0;
}
#simuladorForm_wrapper input.warning + i {
  display: inline-block;
}
#simulacion {
  padding-top: 65px;
}
.auto-complete {
  user-select: none;
}
.auto-complete-wrapper {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: inherit;
  transition: 0.3s;
  margin-top: 10px;
}
.auto-complete-wrapper.color-red {
  color: red;
  border: 2px solid red;
}
.auto-complete-wrapper.color-green {
  color: #008000 !important;
  border: 2px solid #008000;
}
.auto-complete-wrapper.color-yellow {
  color: #d7a800 !important;
  border: 2px solid #d7a800;
}
.auto-complete-wrapper.color-blue {
  color: #004fe9 !important;
  border: 2px solid #004fe9;
}
.auto-complete-wrapper::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% - -1px);
  background-color: #fff;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}
.auto-complete-wrapper::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 50px);
  background-color: #fff;
  transition: 0.3s ease-out;
  transform: scaleY(1);
}
.auto-complete-wrapper:hover::before {
  transform: translateY(-15px);
  height: 0;
}
.auto-complete-wrapper:hover::after {
  transform: scaleX(0);
  transition-delay: 0.15s;
}
.auto-complete-wrapper span {
  position: relative;
  z-index: 3;
}
#simulacion a:hover {
  text-decoration: underline;
}
.hidden {
  display: none !important;
}
i.fa-asterisk {
  color: #ffc802 !important;
  font-size: 15px;
  font-weight: 500 !important;
  margin-inline: 5px;
}
.radios-btn {
  height: 36px;
}
.radios-btn .pagas_extras_btn:nth-child(2) {
  margin-left: 50px;
}
.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-button__label {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.radio-button__custom {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  border: 2px solid #8b8b8b;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.radio-button__input:checked + .radio-button__label .radio-button__custom {
  background-color: #ffc802;
}
#initSimulador {
  padding: 5px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background-color: #ffc802;
  transition: all .1s ease-in-out;
  width: 100%;
}
#initSimulador .subtitle {
  font-size: 20px !important;
  padding-right: 40px;
  text-align: center;
}
#initSimulador.card {
  margin-bottom: 0 !important;
}
#initSimulador:active {
  transform: translateY(2px) scale(0.99);
}
@keyframes shine {
  100% {
    background-position: -100% 0;
  }
}
#grafica_tasa_reemplazo {
  max-width: 1000px;
  width: 100%;
}
#grafica_pensiones {
  max-width: 800px;
  height: 400px;
  width: 100%;
}
.card-title {
  color: black !important;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.small-desc {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #452c2c;
}
.small-desc {
  font-size: 1em;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 0;
  right: 0;
  background: black;
  border-radius: 0 4px 0 32px;
}
.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}
.go-arrow img {
  width: 40px;
  height: 40px;
}
.card {
  display: block;
  position: relative;
  max-width: 500px;
  text-decoration: none !important;
  height: auto;
  border-radius: 10px;
  padding: 15px 73px 15px 25px;
  margin-bottom: 40px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: #ffc802;
  font-family: Arial, Helvetica, sans-serif;
}
.card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #000;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}
.card:hover:before {
  transform: scale(42);
}
.card:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card:hover .card-title {
  transition: all 0.5s ease-out;
  color: #ffffff !important;
}
#reservar_cita {
  transition: all .1s ease-in-out;
}
#reservar_cita:active {
  transform: translateY(2px) scale(0.99);
}
.paso_a_paso {
  max-width: 100px;
  max-height: 100px;
}
.cantidad_que_necesitas {
  position: relative;
  z-index: 999;
}
.ahorros li {
  margin-bottom: 15px;
}

@media(max-width: 540px) {
  #simulacion .cantidad_que_necesitas {
    flex-direction: column;
  }
  #simulacion .cantidad_que_necesitas > input {
    margin-left: 0px !important;
    margin-top: 15px;
  }
}

@media(max-width: 767px) {
  #simuladorForm h1 {
    font-size: 26px;
  }
  .container {
    padding: 0 20px !important;
  }
  .alinear {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .pagas-extras {
    align-items: center;
  }
  .radio-button__custom {
    width: 20px;
    height: 20px;
  }
  .email-confirmado {
    font-size: 16px;
  }
  #simuladorForm_wrapper .fa-envelope {
    font-size: 16px;
  }
  #simulacion {
    padding-top: 45px;
  }
  ul.ahorros {
    padding-left: 1rem;
  }
}