body {
  background: #0c4df2;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.step {
  display: none;
  padding: 15px;
  padding-top: 0;
}
.step.active {
  display: block;
}
.step .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
 
  margin-top: 30px;
}
.first-step .info-proyecto h2 {
  line-height: 1em;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}
.first-step .info-proyecto p {
  font-weight: 300;
}
.step.seleccion {
  text-align: center;
}
.step.seleccion img {
  width: 49%;
}
#js-seleccion-cantidad {
  width: 55%;
  border-radius: 15px;
  border: none;
  height: 30px;
  padding: 15px;
  margin: 40px 0;
}
.js-home {
  width: 50% !important;
  margin-top: 50px;
}
header {
  padding: 15px 15px 0 15px;
}
header .img-inti,
header .img-reciclaje {
  position: relative;
  float: right;
  width: 40px;
}
header .img-reciclaje {
  float: left;
}
footer p {
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  font-weight: 200;
    padding: 1em;
}
.btn {
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  border-radius: 20px;
  display: inline-block;
  width: 80%;
    ;
}
.resultado-box b,
.resultado-box span {
  font-size: 1.4rem;
}
.resultado-box span {
  font-weight: 300;
}


h3 {
      text-align: left;
    text-transform: uppercase;
    
}


