

body {
  background-color: #DFFAFF;
  margin-top: 7.8rem;
}

/* Vista para pantallas grandes */
@media(min-width:768px) {
  body {
    background-color: #EFFDFF;
    margin-top: 6.7rem;
  }
}

/* Estilos */
.calc-tarjeta {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}

.mw-270 {
  max-width: 27rem!important;
}

.mt-10 {
  margin-top: 1rem!important;
}




/* Vista para pantallas grandes */
@media(min-width:768px) {
  .calc-tarjeta {
    max-width: 66rem;
    width: 93%;
    height: auto;
    background-image: linear-gradient(-180deg, #F1FDFF 0%, #B1F2FE 100%);
    box-shadow: 0 2px 35px 0 rgba(0,0,0,0.13);
    border-radius: 6px;
    overflow: hidden;
    margin: 4rem auto;
    position: relative;
  }

  .tarjeta {
    padding: 5rem 6rem 5rem 5rem;
    width: 100%;
    background-repeat: no-repeat;
  }

  .tarjeta-1 {
    background-image: url(../img/calc-fondo-1.png);
    background-position: 90% 100%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .tarjeta-2 {
    background-image: url(../img/calc-fondo-2.png);
    background-position: 90% 95%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .tarjeta-3 {
    background-image: url(../img/calc-fondo-3.png);
    background-position: 95% 100%;
    background-size: 60%;
    background-repeat: no-repeat;
  }

  .tarjeta-4 {
    background-image: url(../img/calc-fondo-4.png);
    background-position: 90% 95%;
    background-size: 60%;
    background-repeat: no-repeat;
  }
}

.titulo-h1 {
  font-size: 28px;
  color: #00344B;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 66rem;
  padding: 7rem 2rem 0 2rem;
}

.titulo-h2 {
  font-size: 23px;
  color: #00344B;
  letter-spacing: 0;
  margin: 0;
}

.calc-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: block;
  font-size: 15px;
  color: #00344B;
  letter-spacing: 0;
  margin-top: 2.5rem;
}

.calc-p {
  font-size: 14px;
  color: #414141;
  letter-spacing: 0;
  text-align: center;
  width: 93%;
  max-width: 70rem;
  margin: 2rem auto 0 auto;
}

.calc-p span {
  font-weight: 500;
}

.respuestas {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #155C6F;
  letter-spacing: 0;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.24);
  border-radius: 11px;
  padding: 1.4rem 2rem;
  border: none;
  outline: none;
  width: 100%;
}

.sel-arrow {
  appearance: none;
}

.btn-flex-container {
  margin: 3.5rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.back-btn {
  background-color: #E37A00;
}

.back-btn:hover {
  background-color: #E38F00;
}

.calc-btn {
  background-color: #05344B;
  margin-left: 1rem;
}

.calc-btn:hover {
  background-color: #1B85A1;
}

.calc-btn, .back-btn {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 1.3rem;
  color: #FFFFFF;
  letter-spacing: -0.25px;
  text-align: center;
  width: 90%;
  max-width: 22rem;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
  border: none;
  outline: none;
}

.calc-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  width: 100%;
  z-index: 2;
}

/* etiquetas en el mismo renglón que la pregunta */
.calc-input label {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #00344B;
  margin-right: 10px;
}

.help-btn {
  background: #05344B;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.24);
  border-radius: 11px;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 4.5rem;
  min-height: 4.5rem;
  background-image: url(../img/help-btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  margin-left: 10px;
}

.help-btn:hover {
  background-color: #1B85A1;
}

/* RESPONSIVO */
@media(max-width:767px) {
  .titulo-h1 {
    font-size: 20px;
    padding: 4rem 0 0 0;
  }

  .titulo-h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 4rem;
  }

  .calc-label {
    font-size: 14px;
    line-height: 18px;
    margin: 2rem auto 0 auto;
    text-align: center;
  }

  .calc-p {
    font-size: 12px;
    color: #636363;
    line-height: 14px;
    margin-top: 1rem;
  }

  .m-top-p {
    margin-top: 30px!important;
  }

  .calc-input {
    margin: 1rem auto 0 auto;
  }

  .btn-flex-container {
    flex-direction: column-reverse;
  }

  .calc-btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    max-width: 27rem;
  }

  .back-btn {
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
  }
}



/* REGISTRO */
.p-registro {
  font-size: 14px;
  color: #56676E;
  letter-spacing: 0;
  line-height: 17px;
  text-align: left;
  margin: 2rem 0 0 5px;
}

.p-registro a {
  color: #0E3B56;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}

.p-registro a:hover {
  color: #126FB0;
}

/* Responsivo */
@media(max-width:767px) {
  .p-registro {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 2rem auto 0 auto;
  }
}



/* PAGOS */
.titulo-datos {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #05344B;
  letter-spacing: 0;
  margin: 3rem 0 5px 5px;
}

.titulo-datos:first-of-type {
  margin-top: 4.5rem;
}

.titulo-datos:last-of-type {
  margin-top: 2.5rem;
}

.titulo-datos span {
  font-weight: 500;
}

.input-pago {
  display: block;
  font-family: 'Rubik', sans-serif;
  color: #155C6F;
  font-size: 14px;
  letter-spacing: 0;
  padding: 1.4rem 2rem;
  min-height: 4.5rem;
  width: 100%;
  max-width: 31rem;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.24);
  border-radius: 11px;
  margin: 1rem 0 0 0;
  border: none;
  outline: none;
  appearance: none;
}

.p-sub {
  font-size: 12px;
  color: #56676E;
  letter-spacing: 0;
  line-height: 17px;
  margin: 15px 0 0 5px;
  line-height: 17px;
}

.p-sub span {
  font-weight: 500;
}

.p-sub a {
  color: #0E3B56;
  text-decoration: none;
  transition: all 0.2s ease;
}

.p-sub a:hover {
  color: #126FB0;
}

.separador {
  opacity: 0.2;
  background: #05344B;
  width: 100%;
  height: 1px;
  margin: 3rem auto 0 auto;
}

.pasarelas {
  display: block;
  height: 4rem;
  margin: 3rem 0 0 0;
}

.pago-btn {
  margin: 3rem 0 0 0;
  max-width: 27rem;
}

/* RESPONSIVO */
@media(max-width:767px) {
  .titulo-datos {
    font-size: 16px;
    margin: 2rem auto 0 auto;
    text-align: center;
  }

  .titulo-datos:first-of-type {
    margin-top: 3rem;
  }

  .p-sub {
    font-size: 11px;
    margin: 10px 0 0 0;
    text-align: center;
    line-height: 15px;
  }

  .pasarelas {
    margin: 2rem 0 0 0;
  }

  .input-pago {
    margin: 1rem auto 0 auto;
  }

  .pago-btn, .pasarelas {
    margin: 3rem auto 0 auto;
  }
}




/* POP UPS de ayudas */
.pop-up-calc-ayuda {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
}

.calc-ayuda {
  max-width: 54rem;
  max-height: 95%;
  width: 100%;
  padding: 3rem 4rem;
  background: #00344B;
  box-shadow: 0 0 14px 0 rgba(0,0,0,0.50);
  border-radius: 8px;
  background-image: url(../img/calc-ayuda-fondo.png);
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  overflow-y: scroll;
}

.calc-ayuda-top-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.calc-ayuda-titulo {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
}

.calc-ayuda-cerrar {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.calc-ayuda-cont {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}

.calc-ayuda-cont a {
  color: #86DCF3;
}

.calc-ayuda-btn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-row: 10px;
  margin: 2.5rem auto 0 auto;
}

.calc-ayuda-btn {
  background-color: #EA930E;
  margin: 0 auto;
}

.isr-btn {
  background-color: #0090B5;
  margin: 1rem 0 0 0;
}

.calc-ayuda-btn:hover {
  background-color: #FFB000;
}

.isr-btn:hover {
  background-color: #00CAFF;
}

.calc-ayuda-btn, .isr-btn {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 1.3rem;
  color: #FFFFFF;
  letter-spacing: -0.25px;
  text-align: center;
  width: 100%;
  max-width: 27rem;
  display: block;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
  border: none;
  outline: none;
}

/* Vista responsiva */
@media(max-width:767px) {
  .calc-ayuda-cont {
    font-size: 12px;
    line-height: 20px;
  }

  .calc-ayuda-btn-grid {
    grid-template-columns: 1fr;
  }

  .isr-btn {
    margin: 1rem auto 0 auto;
  }
}


/* RESULTARO ISR */
.isr-resultado {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  color: #00344B;
  letter-spacing: 0;
  background-color: rgba(255,255,255,0.5);
  border-radius: 11px;
  font-weight: 400;
  padding: 11px 40px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
}

.isr-resultado span {
  font-weight: 500;
}

.btn-isr {
  margin: 35px 0 0 0;
  max-width: 27rem;
}

/* Vista responsiva */
@media(max-width:767px) {
  .isr-resultado {
    border: 1px solid #DCDCDC;
    width: 100%;
    font-size: 16px;
    display: block;
    padding: 12px;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-isr {
    margin: 35px auto 0 auto;
    max-width: 27rem;
  }
}



/* Textos especiales */
.calc-bienvenida p {
  line-height: 22px!important;
}

.calc-bienvenida ol li {
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.calc-bienvenida a {
  /* padding: 5px 12px; */
  border: none;
  border-radius: 8px;
  /* background-color: #E37A00; */
  /* color: #fff; */
  color: #00344B;
  font-weight: 500;
  /* font-size: 14px; */
  text-decoration: underline;
  transition: all 0.2s ease;
}

.calc-bienvenida a:hover {
  /* background-color: #E38F00; */
  color: #00799D;
}
