.pasos-simulador {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .pasos-simulador {
    justify-content: flex-start;
  }
}
.pasos-simulador .item-paso {
  min-width: 300px;
}

.pasos-simulador .item-paso:last-child {
  min-width: 220px;
}

@media only screen and (max-width: 1200px) {
  .pasos-simulador .item-paso {
    min-width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .pasos-simulador .item-paso {
    width: auto;
    min-width: auto;
  }
  .pasos-simulador .item-paso:last-child {
    min-width: auto;
  }
}
.titulo-simulador {
  color: #671E75;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 1.2rem;
}

.card-form.con-header .card-form__header h5 {
  margin: 0;
  font-size: 1.125rem;
  color: #373737;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.3rem;
}

.pasos .item-paso.listo span {
  background: #32588B;
  color: #fff;
}

.tool {
  color: #0A6BE4;
  text-decoration: underline;
}

.detalle-simulador .bloque-detalle {
  margin-bottom: 1.6rem;
}

.detalle-simulador h3 {
  color: #671E75;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 1rem;
}

.detalle-simulador .item-detalle {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.detalle-simulador .item-detalle.c-borde {
  border-bottom: 1px solid #818181;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
}

.detalle-simulador .item-detalle p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  width: 55%;
}

.detalle-simulador .item-detalle p b {
  font-weight: 600;
}

.detalle-simulador .item-detalle p:last-child {
  width: 45%;
}

.detalle-simulador .item-detalle .ic-check {
  width: 17px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0A6BE4;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pago-simulador {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .card-pago-simulador {
    margin-bottom: 2rem;
  }
}
.card-pago-simulador .modificar {
  text-align: right;
  margin-bottom: 1.5rem;
}

.card-pago-simulador .modificar a {
  font-size: 16px;
  font-weight: 500;
  color: #0A6BE4;
  border-bottom: 1px solid #0A6BE4;
}

.card-pago-simulador h4 {
  margin: 0 0 0.2rem;
  font-size: 24px;
  color: #671E75;
  font-weight: 700;
}

.card-pago-simulador p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.2rem;
}

.card-pago-simulador .pagar span {
  font-size: 36px;
  font-weight: 600;
}

.card-pago-simulador .pagar span.pagar-small {
  font-size: 16px;
  font-weight: 400;
}

.card-pago-simulador .pagar-uf {
  color: #535353;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.card-pago-simulador .t-small {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.btn-full {
  width: 100%;
  border-radius: 5px;
}

.cantidad-aseg {
  display: flex;
  align-items: center;
  padding-top: 4px;
}

.cantidad-aseg p {
  margin-bottom: 0;
  color: #373737;
  font-weight: 600;
  font-size: 18px;
}

.cantidad-aseg .contador-aseg {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.cantidad-aseg .contador-aseg .contador {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0A6BE4;
  border-radius: 50%;
  color: #0A6BE4;
  font-size: 22px;
  cursor: pointer;
}

.cantidad-aseg .contador-aseg .contador-cifra {
  color: #373737;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0.8rem;
  width: 10px;
  text-align: center;
}

.box-asegurados {
  border-top: 1px solid #DEDEDE;
  padding: 24px 20px 0px;
  margin: 24px -20px 0;
}

.box-asegurados .ingresa {
  font-size: 16px;
  color: #373737;
  display: flex;
  align-items: flex-end;
}

.box-asegurados .ingresa.oculto {
  display: none;
}

.box-asegurados .ingresa span {
  font-size: 22px;
  line-height: 0.9;
}

.item-asegurado {
  align-items: center;
  margin-bottom: 26px;
  display: none;
}

.item-asegurado.visible {
  display: flex;
}

.item-asegurado:last-child {
  margin-bottom: 0;
}

.item-asegurado p {
  margin-bottom: 0;
  color: #373737;
  font-size: 16px;
  width: 220px;
}

.item-asegurado .input-asegurado {
  display: flex;
  align-items: center;
}

.item-asegurado .input-asegurado label {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
}

.item-asegurado .input-asegurado input {
  width: 82px;
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-left: 12px;
  text-align: center;
}

.flujo-simulador {
  padding-top: 37px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .flujo-simulador {
    padding-bottom: 140px;
  }
}
.titulo-center {
  text-align: center;
  margin: 0 auto 30px;
  color: #373737;
  font-size: 21px;
  font-weight: 600;
}

.titulo-center:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #872899;
  display: block;
  margin: 0.5rem auto 0;
}

@media only screen and (max-width: 991px) {
  .card-form.con-header.center {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
  }
}
.card-form.con-header.center .card-form__header {
  text-align: center;
}

.card-form.con-header.center .card-form__body {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}

.card-form.con-header.center .card-form__body p {
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.card-form.con-header.center .card-form__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
}

.card-form.con-header.center .card-form__body ul li {
  margin-bottom: 0.3rem;
}

.row.row-md {
  margin-right: -13px;
  margin-left: -13px;
}

.row.row-md > [class^=col-],
.row.row-md > [class*=" col-"] {
  padding-right: 13px;
  padding-left: 13px;
}

@media only screen and (max-width: 991px) {
  .card-form.card-simulador {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
  }
}
.card-form.card-simulador .card-form__body {
  min-height: 114px;
  display: flex;
  align-items: center;
}

.card-form.card-simulador .card-form__body .form-group {
  margin-bottom: 0;
}

.input-edad {
  width: 82px;
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 1rem;
}

.cobro {
  font-size: 0.85rem;
  background: #F0F0F0;
  padding: 0.7rem 1.25rem;
}

.botonera-simulador {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem;
  box-shadow: -1px -2px 20px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.botonera-simulador .form-botones a {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.botonera-simulador .form-botones .btn-outline--primary {
  padding: 0 0.5rem;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .botonera-simulador {
    padding: 1rem 0;
  }
  .botonera-simulador .form-botones {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .botonera-simulador .form-botones .btn-anterior {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
  }
  .botonera-simulador .form-botones .btn-primary {
    font-size: 16px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .botonera-simulador .form-botones .btn-outline--primary {
    padding: 0 0.5rem;
    font-size: 16px;
  }
}
.botonera-simulador .btn-anterior {
  color: #0A6BE4;
}

.botonera-simulador .btn-primary {
  background: #0A6BE4;
  padding-top: 10px;
}

body {
  background: #F5F5F5;
}

@media only screen and (max-width: 991px) {
  .titulo-sim {
    text-align: right;
  }
}
.titulo-sim p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #373737;
}

@media only screen and (max-width: 991px) {
  .titulo-sim p {
    font-size: 13px;
  }
}
.titulo-sim h5 {
  margin: 0;
  color: #671E75;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .titulo-sim h5 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .card-form.card-aseg {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .card-configura {
    margin-left: 0px;
    margin-right: 0;
  }
}
.form-group.error input {
  border-color: #F13F3F;
}

.input-asegurado.error input {
  border-color: #F13F3F;
}

.card-producto.error {
  border-color: #F13F3F;
}

.form-group .msg.error {
  display: none;
}

.form-group.error .msg.error {
  display: block;
}

.form-group .error-fono {
  padding-left: 40px;
}

.spinner {
  width: 13.59px;
  height: 13.59px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  /* display: none; */
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.msg-edad {
  color: #f00;
  position: absolute;
  font-size: 12px;
  margin-top: -10px;
}

.msg-edad2 {
  color: #f00;
  font-size: 12px;
  margin-top: -5px;
}

/*# sourceMappingURL=estilos-simulador.css.map */