/*Hoja de estilos base para las paginas de productos*/

.main {
  margin-top: 20px;
}
/*Bloque de 3 cajas de informacion principal:*/
.main-info .box {
  margin-bottom: 10px;
  padding: 18px 20px;
  text-align: center;
}

.main-info h3,
.main-info .number {
  color: #242424;
}
.main-info h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1;
}
.promotion-info h3 {
  color: #242424;
}
.main-info p {
  margin-bottom: 10px;
}
.main-info p:last-of-type:not(:first-of-type),
.main-info .last-item {
  margin-bottom: 0;
}
.main-info .number {
  font-size: 3.2rem;
  padding-left: 5px;
  line-height: 0.6;
}
.main-info .number span {
  font-size: 2.4rem;
}
.main-info .inline-block {
  display: inline-block;
}
.main-info .block {
  display: block;
}
.main-info .asterik {
  font-size: 2.4rem;
}
/*ASIDE*/

.aside-promo {
  text-align: center;
  margin-top: 10px;
  padding: 20px 0;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
}

.aside-promo .aside-title {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #999;
  padding-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.aside-promo h2 {
  font-family: 'Lato Light', sans-serif;
  font-size: 2.2rem;
  color: #0a8250;
  font-weight: 300;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.aside-promo .steps {
  padding: 0 20px;
  display: block;
  margin: 30px auto 0;
  max-width: 240px;
}

.aside-promo .steps li {
  text-align: left;
  color: #333;
  margin-bottom: 24px;
}

.aside-promo .steps li:last-child {
  margin-bottom: 4px;
}
.aside-title {
  padding-bottom: 140px;
  margin-bottom: 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* Como se contrata */
.how-to-block .nav-tabs > li {
  float: right;
}
.step .number,
.step .step-title {
  display: inline-block;
}
.step .number {
  background-color: #fff;
  border: 2px solid #ddd;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #0a8250;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1px;
  vertical-align: top;
}
.step .step-title {
  font-size: 1.8rem;
  padding-left: 4px;
}
.step-content {
  padding-left: 38px;
  margin-bottom: 20px;
}
.step-content p {
  margin-bottom: 10px;
}
.step-content b {
  text-decoration: underline;
}
.wrapper-title {
  display: table;
  width: 100%;
}
.item {
  display: table-cell;
}
.public .main .contact-box {
  margin-top: 0;
  min-height: 288px;
}
@media (max-width: 1023px) {

  .public .main .contact-box {
    margin-top: 35px;
    min-height: inherit;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {

  .main-info .box {
    padding: 20px 5px;
    min-height: 148px;
    margin-bottom: 30px;
  }
  .main-info .range {
    margin: 12px auto 14px;
  }
  .simulador .box {
    padding-top: 18px;
  }
  .step .step-title {
    max-width: 84%;
    padding-left: 8px;
    line-height: 1.15;
    margin-bottom: 10px;
    font-family: "Lato Light";
  }
  .tab-pane.active {
    padding-top: 51px;
    padding-bottom: 30px;
    width: 100%;
    min-height: 250px;
  }
  .public .main .contact-box {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .promotion-info h3 {
    max-width: 50%;
    margin: 0 auto 10px auto;
    color: #242424;
  }

}
@media (min-width: 1280px) {

  .main-info .box {
    padding: 30px 25px 17px 25px;
    margin-bottom: 27px;
    min-height: 194px;
  }
  .main-info .range {
    margin: 0 auto;
  }
  .main-info .number {
    font-size: 4.1rem;
  }
}
