/*-------------------------------------------------------------------------------------------*/
/* 5. COMO COMPRAR */
/*-------------------------------------------------------------------------------------------*/
.tit {
  width: 70%;
  margin: 0 auto 20px;
  padding: 0 0 15px;
  background: url(/bundles/front/images/1/linea.png) no-repeat bottom;
  text-align: center;
}
.tit h2 {
  font-size: 21px;
  line-height: 27px;
  font-weight: 800;
  color: #1579BD;
  margin: 0 0 10px;
  padding: 0;
}
.tit h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #F2900A;
  margin: 0;
  padding: 0;
}
.video {
  width: 462px;
  margin: 0 auto 40px;
  padding: 0 0 20px;
  background: url(/bundles/front/images/1/linea.png) no-repeat bottom;
  text-align: center;
}
.video iframe {
  width: 462px;
  height: 264px;
}
.pasos {
  width: 100%;
  margin: 0;
  padding: 0 0 65px;
}
.pasos article {
  display: block;
  float: left;
  width: 227px;
  padding: 0 12px 0 0;
}
.pasos article:last-child {
  padding: 0;
}
.pasos article figure {
  width: 100%;
  height: 185px;
  margin: 0;
  padding: 0;
}
.pasos article .text {
  width: 100%;
  min-height: 65px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
}
.listo {
  width: 300px;
  margin: 50px auto 0;
  padding: 15px 0 0;
  background: url(/bundles/front/images/1/linea.png) no-repeat top;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.paso img {
  width: 100%;
}
