.lq-divcotizador {
  min-height: 600px;
  position: relative;
}

.lq-renta-print {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 950px) {
  .lq-divcotizador {
    min-height: 560px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-divcotizador {
    min-height: 440px;
  }
	.lq-renta-print {
	  width: 16px;
	  height: 16px;
	}  
}

.lq-cotizador-home {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #00cec5;
}

.lq-cotizador-home__image {
  width: 35.48387%;
  margin-left: 9.67742%;
  float: left;
  height: 600px;
  background: url("../img/cotizador-coach-big.png") no-repeat 0 bottom;
  background-size: 81.4% auto;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador-home__image {
    height: 0;
    width: 0;
    margin-left: 0;
    background: none;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__image {
    height: 0;
    width: 0;
    margin-left: 0;
    background: none;
  }
}

.lq-cotizador-home__data {
  width: 85.16129%;
  float: center;
  height: 700px;
  position: relative;
/*   padding-left: 6.45161%; */
}

@media only screen and (max-width: 950px) {
  .lq-cotizador-home__data {
    height: 500px;
    width: 93.54839%;
    padding-left: 6.45161%;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data {
    height: 300px;
    width: 93.33333%;
    padding-left: 6.66667%;
  }
}

.lq-cotizador-home__data__align {
  width: 100%;
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 950px) {
  .lq-cotizador-home__data__align {
    padding-left: 18.51852%;
    background: url("../img/cotizador-coach-white.png") no-repeat 0 5px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data__align {
    padding-left: 23.07692%;
    background-size: 12% auto;
  }
}

@media only screen and (max-width: 480px) {
  .lq-cotizador-home__data__align {
    background-size: 17.58% auto;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__form {
  font-size: 0;
  text-align: right;
  padding-top: 60px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__form {
    padding-top: 30px;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__form > div {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__form > div {
    width: 100%;
    display: block;
  }
  .lq-cotizador-home__data .lq-cotizador-home__form > div:after {
    clear: both;
    content: " ";
    display: table;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home {
  width: 200px;
  height: 59px;
  border-bottom: 1px solid #fff;
  margin-right: 25px;
  padding: 0 10px;
  opacity: 0.6;
}

.lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home input {
  width: 100%;
  height: 50px;
  line-height: 62px;
  display: block;
  font-family: "mirai-lightuploaded_file", Verdana;
  font-size: 42px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  text-transform: uppercase;
  float: left;
  color: #fff;
  letter-spacing: -1px;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home input::placeholder {
  color: #fff;
  opacity: 0.4;
}

.lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home.lq-focus, .lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home.lq-ok {
  opacity: 1;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home {
    width: 130px;
    height: 40px;
    float: right;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 5px;
  }
  .lq-cotizador-home__data .lq-cotizador-home__form .lq-input-home input {
    font-size: 24px;
    height: 35px;
    line-height: 40px;
    margin-top: 5px;
    letter-spacing: 0;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__form .lq-btn {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}

.lq-cotizador-home__data .lq-cotizador-home__title {
  color: #fff;
  font-size: 58px;
  font-family: "mirai-lightuploaded_file", Verdana;
  letter-spacing: -2px;
  padding-bottom: 30px;
  line-height: 112%;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__title {
    font-size: 30px;
    letter-spacing: -1px;
    padding-bottom: 15px;
    line-height: 120%;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__subtitle {
  color: #fff;
  font-size: 20px;
  font-family: "mirai-lightuploaded_file", Verdana;
  line-height: 160%;
}

.lq-cotizador-home__data .lq-cotizador-home__data-transaction{
    color: #fff;
    font-family: "mirai-lightuploaded_file", Verdana;
    text-align: left;
    width: 50%;
    margin: 0 auto;
}

.lq-cotizador-home__data .lq-cotizador-home__data-transaction p {
    font-weight: bold;
    font-size: 18px;
}

.lq-cotizador-home__data .lq-cotizador-home__data-transaction p.title {
    font-size: 18px;
    padding-bottom: 10px;
}

.lq-cotizador-home__data .lq-cotizador-home__data-transaction span {
    font-weight: normal;
}

.lq-cotizador-home__data .lq-cotizador-home__conteiner-transaction{
  border-style: solid; 
  border-width: 1px; 
  border-color: white; 
  text-align: center; 
  padding: 20px; 
  width: 100%
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__subtitle {
    font-size: 16px;
    font-family: "mirai-regularuploaded_file", Verdana;
    line-height: 150%;
  }

  .lq-cotizador-home__data .lq-cotizador-home__data-transaction {
    width: 80%;
  }
  .lq-cotizador-home__data .lq-cotizador-home__data-transaction p.title {
      font-size: 16px; 
  }
  .lq-cotizador-home__data .lq-cotizador-home__data-transaction span {
    font-size: 16px;   
  }
}

.lq-cotizador-home__data .lq-cotizador-home__link {
  padding-top: 70px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__link {
    padding-top: 30px;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__link a {
  font-family: "mirai-bolduploaded_file", Verdana;
  font-size: 13px;
  line-height: 2.17;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}

.lq-cotizador-home__data .lq-cotizador-home__link a span {
  margin-right: 17px;
  position: relative;
}

.lq-cotizador-home__data .lq-cotizador-home__link a span:after {
  font-family: 'lapositivaicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e913';
  right: -16px;
  top: 3px;
  font-size: 12px;
  position: absolute;
}

.lq-cotizador-home__data .lq-cotizador-home__link a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__link a {
    font-size: 11px;
    font-family: "mirai-regularuploaded_file", Verdana;
    line-height: 1.17;
  }
  .lq-cotizador-home__data .lq-cotizador-home__link a span:after {
    font-size: 9px;
    top: 3px;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__btnfoot {
  padding-top: 35px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__btnfoot {
    text-align: center;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__btnfoot .lq-back {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-family: "mirai-bolduploaded_file", Verdana;
  color: #00cec5;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home__data .lq-cotizador-home__btnfoot .lq-back {
    display: block;
    clear: both;
    padding: 5px 0;
    margin-top: 10px;
  }
}

.lq-cotizador-home__data .lq-cotizador-home__btnfoot .lq-back:hover {
  text-decoration: underline;
}

.lq-cotizador-home--error {
  background: #f8f8fa;
}

.lq-cotizador-home--error .lq-cotizador-home__image {
  background-image: url("../img/cotizador-error-big.png");
}

.lq-cotizador-home--error .lq-cotizador-home__data .lq-cotizador-home__title,
.lq-cotizador-home--error .lq-cotizador-home__data .lq-cotizador-home__subtitle {
  color: #2a2a2e;
}

.lq-cotizador-home--error .lq-cotizador-home__data .lq-cotizador-home__btnfoot .lq-btn {
  margin-right: 40px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-home--error .lq-cotizador-home__data .lq-cotizador-home__btnfoot .lq-btn {
    margin-right: 0;
  }
}

@media only screen and (max-width: 950px) {
  .lq-cotizador-home--error .lq-cotizador-home__data__align {
    padding-left: 0;
    background: none;
  }
}

.lq-cotizador {
  padding: 0 12.90323% 60px;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador {
    padding: 0 9.67742% 40px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador {
    padding: 0 6.66667% 20px;
  }
}

.lq-cotizador .lq-divprogressbar {
  position: relative;
  padding-bottom: 110px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-divprogressbar {
    padding-bottom: 50px;
  }
}

.lq-cotizador .lq-progressbar {
  padding: 50px 8.69565% 0;
  display: none;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-progressbar {
    padding: 10px 0 20px;
  }
}

.lq-cotizador .lq-progressbar__group {
  position: relative;
  color: #00cec5;
}

.lq-cotizador .lq-progressbar__group:after {
  clear: both;
  content: " ";
  display: table;
}

.lq-cotizador .lq-progressbar__group .lq-icon-clock {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 16px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-progressbar__group .lq-icon-clock {
    top: 13px;
  }
}

.lq-cotizador .lq-progressbar__group .lq-progressbar__bar {
  height: 4px;
  margin: 0 43px 0 30px;
  background: #ececf0;
  border-radius: 2px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-progressbar__group .lq-progressbar__bar {
    margin: 0 35px 0 0;
  }
}

.lq-cotizador .lq-progressbar__group .lq-progressbar__bar div {
  height: 4px;
  background: #00cec5;
  border-radius: 2px;
  -webkit-transition: width 0.55s;
  -moz-transition: width 0.55s;
  transition: width 0.55s;
}

.lq-cotizador .lq-progressbar__group .lq-progressbar__percent {
  position: absolute;
  right: 0;
  top: -7px;
  font-size: 13px;
  font-family: "mirai-regularuploaded_file", Verdana;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-progressbar__group .lq-progressbar__percent {
    font-family: "mirai-mediumuploaded_file", Verdana;
    font-size: 11px;
    top: -6px;
  }
}

.lq-cotizador .lq-progressbar__text {
  font-size: 13px;
  font-family: "mirai-regularuploaded_file", Verdana;
  color: #2a2a2e;
  text-transform: uppercase;
  padding: 10px 0  0 30px;
  line-height: 150%;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-progressbar__text {
    font-size: 11px;
    padding: 7px 0  0 25px;
  }
}

.lq-cotizador .lq-progressbar.lq-fixedbar {
  position: fixed;
  width: 100%;
  padding: 0;
  left: 0;
  top: 111px;
  z-index: 5;
}

.lq-cotizador .lq-progressbar.lq-fixedbar .lq-progressbar__group .lq-icon-clock,
.lq-cotizador .lq-progressbar.lq-fixedbar .lq-progressbar__group .lq-progressbar__percent {
  display: none;
}

.lq-cotizador .lq-progressbar.lq-fixedbar .lq-progressbar__group .lq-progressbar__bar {
  margin: 0;
  border-radius: 0;
}

.lq-cotizador .lq-progressbar.lq-fixedbar .lq-progressbar__group .lq-progressbar__bar div {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.lq-cotizador .lq-progressbar.lq-fixedbar .lq-progressbar__text {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .lq-cotizador .lq-progressbar.lq-fixedbar {
    top: 71px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-progressbar.lq-fixedbar {
    top: 51px;
  }
}

.lq-cotizador .lq-cotizador__content {
  overflow: hidden;
  position: relative;
  min-height: 60px;
  -webkit-transition: height 0.45s ease-out;
  -moz-transition: height 0.45s ease-out;
  transition: height 0.45s ease-out;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__content {
    min-height: 50px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__content {
    min-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .lq-cotizador .lq-cotizador__content {
    min-height: 30px;
  }
}

.lq-cotizador .lq-cotizador__content .lq-cotizador__coach {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 8.69565%;
  bottom: 0;
  background: url("../img/cotizador-coach.png") no-repeat 0 bottom;
  background-size: 100% auto;
  -webkit-transition: bottom 0.35s ease-out;
  -moz-transition: bottom 0.35s ease-out;
  transition: bottom 0.35s ease-out;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__content .lq-cotizador__coach {
    width: 50px;
    height: 50px;
    left: 8%;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__content .lq-cotizador__coach {
    width: 7.69231%;
    height: 50px;
    left: 0;
  }
}

.lq-cotizador .lq-cotizador__block {
  display: none;
  padding: 0 8.69565%;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__block {
    padding: 0 8%;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__block {
    padding: 0;
  }
}

.lq-cotizador .lq-cotizador__block.lq-cotizador__rpta--default .lq-cotizador__rpta {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}

.lq-cotizador .lq-cotizador__block.lq-cotizador__rpta--default .lq-cotizador__rpta .lq-cotizador__rpta__text {
  text-transform: uppercase;
}

.lq-cotizador .lq-cotizador__info {
  padding-left: 10.52632%;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__info {
    padding-left: 11.90476%;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__info {
    padding-left: 11.53846%;
  }
}

.lq-cotizador .lq-cotizador__info.lq-relative {
  position: relative;
}

.lq-cotizador .lq-cotizador__info.lq-relative .lq-cotizador__coach {
  left: 0;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message {
  padding-top: 10px;
  position: relative;
  display: none;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__writing {
  display: none;
  width: 56px;
  padding-bottom: 15px;
  left: 0;
  top: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__writing.lq-prepareanimation {
  display: block;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__writing.lq-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__writing {
    width: 40px;
    padding-bottom: 0;
  }
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__writing.lq-absolute {
  position: absolute;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__message__content {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease-in;
  -moz-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__message__content.lq-prepareanimation {
  display: block;
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__message__content.lq-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__message__content .lq-cotizador__message__txt {
  width: auto;
  max-width: 70.58824%;
  display: inline-block;
  font-family: "mirai-regularuploaded_file", Verdana;
  font-size: 16px;
  color: #7a7a87;
  line-height: 160%;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 12px;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__info .lq-cotizador__message .lq-cotizador__message__content .lq-cotizador__message__txt {
    max-width: 100%;
    line-height: 130%;
  }
}

.lq-cotizador .lq-cotizador__time {
  color: #a0a0a0;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "mirai-regularuploaded_file", Verdana;
  letter-spacing: 0.5px;
  padding-top: 10px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lq-cotizador .lq-cotizador__time.lq-prepareanimation {
  display: block;
}

.lq-cotizador .lq-cotizador__time.lq-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lq-cotizador .lq-cotizador__options {
  padding: 15px 0 20px;
  text-align: right;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lq-cotizador .lq-cotizador__options.lq-prepareanimation {
  display: block;
}

.lq-cotizador .lq-cotizador__options.lq-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lq-cotizador .lq-cotizador__options .lq-rpta-cancel,
.lq-cotizador .lq-cotizador__options .lq-rpta-cancel--refresh {
  display: inline-block;
  font-family: "mirai-bolduploaded_file", Verdana;
  font-size: 13px;
  text-transform: uppercase;
  color: #00cec5;
  padding: 10px 0;
  margin-top: 15px;
  line-height: 140%;
}

.lq-cotizador .lq-cotizador__options .lq-rpta-cancel:hover,
.lq-cotizador .lq-cotizador__options .lq-rpta-cancel--refresh:hover {
  text-decoration: underline;
}

.lq-cotizador .lq-cotizador__rpta {
  text-align: right;
  padding: 15px 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.lq-cotizador .lq-cotizador__rpta.lq-prepareanimation {
  display: block;
}

.lq-cotizador .lq-cotizador__rpta.lq-show {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lq-cotizador .lq-cotizador__rpta__text {
  display: inline-block;
  color: #fff;
  background: #00cec5;
  font-family: "mirai-regularuploaded_file", Verdana;
  font-size: 16px;
  padding: 15px 30px 17px;
  border-radius: 12px;
  border-bottom-right-radius: 0;
}

.lq-cotizador .lq-cotizador__rpta .lq-cotizador__time {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lq-cotizador .lq-cotizador__resumen {
  margin-left: -10.52632%;
  text-align: left;
  padding-top: 80px;
}

.lq-cotizador .lq-cotizador__resumen:after {
  clear: both;
  content: " ";
  display: table;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__resumen {
    margin-left: 0;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__resumen {
    padding-top: 40px;
  }
}

.lq-cotizador .lq-cotizador__resumen__info {
  max-width: 34.7619%;
  float: left;
  font-family: "mirai-lightuploaded_file", Verdana;
  font-size: 18px;
  color: #7a7a87;
  line-height: 166%;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__resumen__info {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__resumen__info {
    font-size: 16px;
    line-height: 150%;
  }
}

.lq-cotizador .lq-cotizador__resumen__info h3 {
  line-height: 100%;
  padding: 20px 0;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__resumen__info h3 {
    padding: 0;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__resumen__info h3 {
    padding-bottom: 10px;
  }
}

.lq-cotizador .lq-cotizador__resumen__form {
  float: right;
  display: block;
  width: 410px;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__resumen__form {
    width: 100%;
  }
}

.lq-cotizador .lq-cotizador__resumen__catpcha {
  margin-bottom: 30px;
}

.lq-cotizador .lq-cotizador__resumen__chk {
  margin-bottom: 34px;
  padding-top: 12px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__resumen__chk {
    margin-bottom: 30px;
    padding-top: 2px;
  }
}

.lq-cotizador .lq-cotizador__resumen__chk a {
  color: #00cec5;
}

.lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn {
  margin-left: -150px;
}

.lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn:after {
  clear: both;
  content: " ";
  display: table;
}

.lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn > div {
  display: inline-block;
  width: auto;
  float: right;
}

@media only screen and (max-width: 950px) {
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn {
    margin-left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn > div {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
  }
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn .lq-btn {
    width: 230px;
  }
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn .lq-btn--secondary {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn .lq-btn--secondary {
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    font-size: 13px;
    padding-top: 19px;
  }
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn .lq-btn--secondary:after {
    border: none;
  }
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn .lq-btn--secondary:hover {
    text-decoration: underline;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .lq-cotizador .lq-cotizador__resumen .lq-cotizador__resumen__btn .lq-btn--secondary:hover:after {
    border: none;
    border-width: 0;
  }
}

.lq-cotizador-storage,
.lq-cotizador-formstorage {
  display: none;
}

.lq-cotizador-x15 {
  max-width: 615px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-x15 {
    max-width: 70%;
  }
}

.lq-cotizador-x13 {
  max-width: 535px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-x13 {
    max-width: 100%;
  }
}

.lq-cotizador-x10 {
  max-width: 410px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-x10 {
    max-width: 100%;
  }
}

.lq-cotizador-x7 {
  max-width: 290px;
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-x7 {
    max-width: 100%;
  }
}

.lq-cotizador-x8 {
/*   max-width: 328px; */
}

@media only screen and (max-width: 700px) {
  .lq-cotizador-x8 {
    max-width: 100%;
  }
}

table.mytable {
	width: 100%;
/* 	border-collapse: collapse; */
}

table.mytable tr:nth-of-type(odd) {
	background: #eee;
}

table.mytable th {
	background: #ff6d46;
	font-weight: bold;
	padding: 10px;
/* 	border: 1px solid #ccc; */
	text-align: center;
	text-transform: uppercase;
	font-family: "mirai-bolduploaded_file", Verdana;
	font-size: 12px;
/* 	line-height: 2.04; */
	color: #fff;
	margin-bottom: 6px;
	position: relative;
}

table.mytable td {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
	font-family: "mirai-mediumuploaded_file", Verdana;
	font-size: 12px;
/* 	line-height: 2.04; */
	color: #2a2a2e;
	margin-bottom: 1px;
	position: relative;
}

/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 700px) {
	/* Force table to not be like tables anymore */
	table.mytable table, table.mytable thead, table.mytable tbody,
		table.mytable th, table.mytable td, table.mytable tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.mytable thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.mytable tr {
		/* 		border: 1px solid #c0c0c0; */
		
	}
	table.mytable td {
		position: relative;
		padding-left: 50%;
		text-align: left;
	}
	table.mytable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	/*
		Label the data B\00dasqueda
		*/
	table.mytable.busqueda td:nth-of-type(2):before {
		content: "Nro Solicitud:";
	}
	table.mytable.busqueda td:nth-of-type(3):before {
		content: "Fecha registro:";
	}
	table.mytable.busqueda td:nth-of-type(4):before {
		content: "Nro de Documento:";
	}
	table.mytable.busqueda td:nth-of-type(5):before {
		content: "Nombres:";
	}
	table.mytable.busqueda td:nth-of-type(6):before {
		content: "Estado:";
	}
	table.mytable.busqueda td:nth-of-type(7):before {
		content: "Detalle:";
	}
	table.mytable.busqueda td:nth-of-type(8):before {
		content: "Cotizaci\00d3n:";
	}
	table.mytable.busqueda td:nth-of-type(9):before {
		content: "Emisi\00d3n:";
	}
	table.mytable.busqueda td:nth-of-type(10):before {
		content: "Comparativo de Modalidades:";
	}
	table.mytable.busqueda td:nth-of-type(11):before {
		content: "Rescate:";
	}
	/*
		Label the data Beneficiario
		*/
/* 	table.mytable.beneficiario td:nth-of-type(1):before { */
/* 		content: "Tipo de Documento:"; */
/* 	} */
/* 	table.mytable.beneficiario td:nth-of-type(2):before { */
/* 		content: "Nro de Documento:"; */
/* 	} */
	table.mytable.beneficiario td:nth-of-type(1):before {
		content: "Nro Beneficiario:";
	}
	table.mytable.beneficiario td:nth-of-type(6):before {
		content: "Nombre completo:";
	}
	table.mytable.beneficiario td:nth-of-type(11):before {
		content: "G\00e9nero:";
	}
	table.mytable.beneficiario td:nth-of-type(12):before {
		content: "Fecha de Nacimiento:";
	}
	table.mytable.beneficiario td:nth-of-type(13):before {
		content: "Edad Actuarial:";
	}
	table.mytable.beneficiario td:nth-of-type(15):before {
		content: "Cond. de Salud:";
	}
	table.mytable.beneficiario td:nth-of-type(17):before {
		content: "Parentesco:";
	}
	table.mytable.beneficiario td:nth-of-type(19):before {
		content: "% Renta:";
	}
	table.mytable.beneficiario td:nth-of-type(20):before {
		content: "Vigencia del Pago de la Renta:";
	}
	table.mytable.beneficiario td:nth-of-type(21):before {
		content: "Periodo de Pago a Benficiarios:";
	}
	table.mytable.beneficiario td:nth-of-type(22):before {
		content: "Editar:";
	}
	table.mytable.beneficiario td:nth-of-type(23):before {
		content: "Eliminar:";
	}
	/*
		Label the data Cotizaci\00d3n
		*/
	table.mytable.modalidades td:nth-of-type(1):before {
		content: "Nro Modalidad:";
	}
	table.mytable.modalidades td:nth-of-type(3):before {
		content: "Moneda de la Renta:";
	}
	table.mytable.modalidades td:nth-of-type(5):before {
		content: "Tasa de Ajuste Anual:";
	}
	table.mytable.modalidades td:nth-of-type(6):before {
		content: "Periodo Diferido:";
	}
	table.mytable.modalidades td:nth-of-type(7):before {
		content: "Periodo Temporal / Tramo 1:";
	}
	table.mytable.modalidades td:nth-of-type(9):before {
		content: "% RV /RT inicial - %Tramo 2 /Tramo 1:";
	}
	table.mytable.modalidades td:nth-of-type(10):before {
		content: "Periodo Garantizado:";
	}
	table.mytable.modalidades td:nth-of-type(11):before {
		content: "Gratificaci\00d3n:";
	}
	table.mytable.modalidades td:nth-of-type(12):before {
		content: "Derecho a Crecer:";
	}
	table.mytable.modalidades td:nth-of-type(14):before {
		content: "Suma Asegurada Sepelio (obligatorio):";
	}
	table.mytable.modalidades td:nth-of-type(16):before {
		content: "Suma Asegurada Fallecimiento:";
	}
	table.mytable.modalidades td:nth-of-type(18):before {
		content: "% Devoluci\00d3n de Prima \00danica:";
	}	
	table.mytable.modalidades td:nth-of-type(19):before {
		content: "R. Temporal/Tramo 1:";
	}
	table.mytable.modalidades td:nth-of-type(20):before {
		content: "R. Vitalicia/Temporal Tramo 2:";
	}
	table.mytable.modalidades td:nth-of-type(21):before {
		content: "Editar:";
	}
	table.mytable.modalidades td:nth-of-type(22):before {
		content: "Eliminar:";
	}
	table.mytable.modalidades td:nth-of-type(23):before {
		content: "Seleccionado:";
	}
	
	/*
		Label the data Datos Adicionales
		*/
	table.mytable.datosadicionales td:nth-of-type(1):before {
		content: "Modalidad:";
	}
	table.mytable.datosadicionales td:nth-of-type(2):before {
		content: "Fecha Inicio del Periodo Garantizado:";
	}
	table.mytable.datosadicionales td:nth-of-type(3):before {
		content: "Fecha Fin del Periodo Garantizado:";
	}
	table.mytable.datosadicionales td:nth-of-type(4):before {
		content: "Fecha Inicio de Renta Temporal:";
	}
	table.mytable.datosadicionales td:nth-of-type(5):before {
		content: "Fecha Fin de Renta Temporal:";
	}
	table.mytable.datosadicionales td:nth-of-type(6):before {
		content: "Fecha Inicio de Renta Vitalicia:";
	}
	table.mytable.datosadicionales td:nth-of-type(7):before {
		content: "Tasa de Venta:";
	}
	table.mytable.datosadicionales td:nth-of-type(8):before {
		content: "Total de Rentas Garantizadas:";
	}
	table.mytable.datosadicionales td:nth-of-type(9):before {
		content: "Porcentaje de Recupero de Inversi\00d3n:";
	}
	
}

@media only screen and (max-width: 670px) {
	table.mytable th, table.mytable td {
		font-size: 10px;
		padding-left: 57%;
		min-height: 30px;
	}
}

@media only screen and (max-width: 400px) {
	table.mytable.busqueda, table.mytable.beneficiario{
        width: 400px;
	}
}

@media only screen and (max-width: 550px) {
	table.mytable.modalidades, table.mytable.datosadicionales{
        width: 550px;
	}
}
