.container-lifeproof{
  background: #f4f4f4 url(../img/lifeproof/bg-lifeproof-rayas.jpg) no-repeat center bottom;
  position: relative;
  padding: 50px 0 185px 10%;
  margin: 80px auto;
}

.container-lifeproof .heading {
    color: #ff2664;
}

.container-lifeproof .heading:before {
    background-color: #ff2664;
}

.container-lifeproof .title-lifeproof {
    font-family: "Helvetica Neue LT W01_77 Bd Cn";
    font-size: 99px;
    line-height: .8;
    margin: 25px 0 40px;
    text-align: left;
    text-transform: uppercase;
}

.container-lifeproof .text-lifeproof {
    color: #666666;
    font-family: "HelveticaNeueW01-Thin";
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 504px;
    width: 50%;
}

.container-lifeproof .box-steps-ask{
  box-shadow: 0px 0px 9px rgba(0,0,0, 0.3);
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0, 0.3);
  -moz-box-shadow: 0px 0px 9px rgba(0,0,0, 0.3);
  -ms-box-shadow: 0px 0px 9px rgba(0,0,0, 0.3);
  -o-box-shadow: 0px 0px 9px rgba(0,0,0, 0.3);
  height: 535px;
  left: 75%;
  position: absolute;
  top: 50%;
  width: 300px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.container-lifeproof .box-steps-ask .step{
  background: url(../img/lifeproof/mny_hyperprecise_paso1.gif) no-repeat center center;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  visibility: hidden;
  z-index: 0;
}

.container-lifeproof .box-steps-ask .step.action-step{
  visibility: visible;
  z-index: 1;
}

.container-lifeproof .box-steps-ask .step-1{
  background: url(../img/lifeproof/mny_hyperprecise_paso1.gif) no-repeat center center;
}

.container-lifeproof .box-steps-ask .step-2{
  background: url(../img/lifeproof/mny_hyperprecise_paso2.gif) no-repeat center center;
}

.container-lifeproof .box-steps-ask .step-3{
  background: url(../img/lifeproof/mny_hyperprecise_paso3.gif) no-repeat center center;
}

.container-lifeproof .box-steps-ask .step-final{
  background: url(../img/lifeproof/mny_hyperprecise_final.jpg) no-repeat center center;
}

.container-lifeproof .box-steps-ask .step .evolution{
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

.container-lifeproof .box-steps-ask .step .evolution > p {
  background: rgb(255,255,255, .3);
  display: inline-block;
  height: 5px;
  margin-right: 2px;
  padding: 0;
  position: relative;
  width: 85px;
  overflow:hidden;
}
.container-lifeproof .box-steps-ask .step .evolution > p:last-child{
  margin: 0;
}

.container-lifeproof .box-steps-ask .step .evolution > p.progress-white{
  background: #fff;
}

@keyframes progressActive {
        0%   {left: -85px;}
        100% {left: 0;}
}
.container-lifeproof .box-steps-ask .step .evolution > p.progress-active:before{
  animation-duration: 3s;
  animation-name: progressActive;
  background: #fff;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container-lifeproof .box-steps-ask .step .title-step{
  color:#fff;
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  font-size: 34px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 275px 0 7px 30px;
}
.container-lifeproof .box-steps-ask .step.step-2 .title-step{
  font-size: 32px;
  margin: 275px 0 7px 25px;
}
.container-lifeproof .box-steps-ask .step .title-step > span{
  font-size: 26px;
  display: block;
}

.container-lifeproof .box-steps-ask .step .ask-step{
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 250px;
  border-radius: 5px;
}

.container-lifeproof .box-steps-ask .step .ask-step > p{
   background: -webkit-linear-gradient(45deg, #f8a201, #b34980);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color:#b34980;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0px 10px 5px;
  text-align: center;
  vertical-align: middle;
  width: 47.8%;
}

.container-lifeproof .box-steps-ask .step .ask-step > p:last-child{
  padding: 10px 5px 10px;
}

.container-lifeproof .box-steps-ask .step .ask-step > span{
  background:#bfbfbf;
  display: inline-block;
  height: 45px;
  margin: 10px 0;
  padding: 0;
  vertical-align: middle;
  width: 2px;
}
.container-lifeproof .box-steps-ask .step .ask-step > p.blue-text{
  background: -webkit-linear-gradient(45deg, #00b7f3, #44fddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color:#00b7f3;
}

.container-lifeproof .box-steps-ask .step-final .title-step{
  color: #fc2561;
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  font-size: 48px;
  margin: 50px 77px 0 35px;
}

.container-lifeproof .box-steps-ask .step .content-step{
  color: #000;
  font-family: "Helvetica Neue LT W01_77 Bd Cn";
  font-size: 23px;
  line-height: 26px;
  margin: 17px 77px 0 35px;
}

.container-lifeproof .box-steps-ask .step .list-items-step{
  color: #000;
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  font-size: 18px;
  line-height: 24px;
  margin: 20px 70px 0 35px;
  font-weight: 400;
  letter-spacing: .5px;
}

.container-lifeproof .box-steps-ask .step .logo-step{
  margin: 30px 77px 0 35px;
}

.container-lifeproof .box-steps-ask .step .btn-return{
  background: #ff005e;
  color:#fff;
  cursor: pointer;
  font-family: "Helvetica Neue LT W01_67 Md Cn";
  font-size: 20px;
  line-height: 1;
  margin: 75px auto 0;
  padding: 18px 16px;
  text-align: center;
  width: 190px;
}

/* MEDIA QUERY */

@media only screen and (max-width: 991px) {

  .container-lifeproof .text-lifeproof{
    width: 100%;
  }
  .container-lifeproof .box-steps-ask{
    position: static;
    margin: 40px auto;
    -webkit-transform: translate(-10%,0%);
    -moz-transform: translate(-10%,0%);
    -ms-transform: translate(-10%,0%);
    -o-transform: translate(-10%,0%);
  }

}

@media only screen and (max-width: 660px) {

  .container{
    padding-left: 0;
    padding-right: 0;
  }

  .container-lifeproof {
      background: #f4f4f4;
      padding: 0px 0 30px 10%;
      margin: 80px auto;
  }

  .container-lifeproof .container-header {
      position: relative;
      top: -36px;
  }

  .container-lifeproof .title-lifeproof {
    font-size: 38px;
    margin: 10px 0 0;
  }

  .container-lifeproof .text-lifeproof {
    margin-bottom: 0px;
    position: relative;
    top: -13px;
  }

  .container-lifeproof .box-steps-ask{
    position: static;
    margin: 12px auto;
    -webkit-transform: translate(-8%,0%);
    -moz-transform: translate(-8%,0%);
    -ms-transform: translate(-8%,0%);
    -o-transform: translate(-8%,0%);
  }

}