/** 
 * ===================================================================
 * process section
 *
 * ------------------------------------------------------------------- 
 */
.intro-content .process-content{
    padding-top:35px;
}
.process {
  background: #FFFFFF;
    padding-top: 16rem;
    padding-bottom: 20rem;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.process-content {
  width: 100%;
  position: relative;
  text-align: left;
}
.process-content .right-side,
.process-content .left-side,
.process-content .image-part {

  font-size: 16px;
  line-height: 28px;
}
    .process-content .right-side, .process-content .left-side {
        padding: 1rem 1rem 0 6rem;
        color: rgba(255, 255, 255, 0.7);
        width: 40%;
        float: left;
    }


.process-content .right-side {
  float: right;
}

.process-content .image-part, .process-content .part-right, .process-content .image-analytics, .process-content .part-page {
  position: absolute;
  right: -1px;
  margin: 0 auto;
  width: 457px;
  height: 458px;
  background-image: url("../images/icon_principal.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

    .process-content .part-right {
        right: inherit;
        background-image: url("../images/recuit.svg");
    }

.process-content .image-analytics { 

  position: absolute;
  right: -160px;
  top: -80px;
  margin: 0 auto;  
  background-image: url("../images/dashboard.png");



}




    .process-content h5 {
        color: #ffffff;
        font-size: 2rem;
        line-height: 1.23;
        letter-spacing: .2rem;
        margin-bottom: 2rem;
        font-weight: 500;
    }

/**
 * responsive:
 * process
 * -
 */

@media only screen and (max-width:1024px) {
  .process-content .right-side, .process-content .left-side {
    padding: 0 3% 24px;
    width: 35%;
  }

  .page {
    padding-top: 13rem;
    padding-bottom: 6rem !important;

  }
  .project {
      padding-top: 13rem;
      padding-bottom: 1rem !important;
  }
  .analytics {
    padding-top: 18rem;
    padding-bottom: 8rem !important;

  }

  .process-content .image-part {
      width: 85% !important;
  }
}
@media only screen and (max-width:768px) {

  .intro-content .bounce {
    
  }


  .box-image {
    display: block;
    float: left;
    width: 100%;
    height: 280px;
    position: relative;

  }
  .process-content .left-side { width: 0;}

  .process {
  }
  .page {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
  }
  .project {

    padding-top: 8rem;
    padding-bottom: 8rem !important;

  }
  .analytics {
    padding-top: 8rem;
    padding-bottom: 8rem;

  }
  .process-content .image-analytics { 
    top: -70px !important;
    margin-left: -230px;

  } 

  .process-content .right-side, .process-content .left-side {
    position: static;
    width: 100%;
    max-width: 480px;
    font-size: 1.6rem;
    line-height: 3rem;
     padding-top: 8rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .process-content .image-part {
    width: 100% !important;
    position: absolute;
    top: -115px;
    left: 50%;
    margin-left: -275px;
  }

}
@media only screen and (max-width:480px) {

  .box-image {
    height: 150px;
    margin-top: 100px;
  }

  .process {

  }
  .process .item{
     
  }
  .process-content .image-part {
    width: 100%;
    margin-left: -120px;
    top: -180px;
  }
  .process-content .image-analytics {
    width: 100% !important;
    margin-left: -139px;
    top: -140px !important;
  }

  .process-content .image-part {
    width: 100% !important;  
    margin-left: -158px;
  }
}



.gif-page { 

  width: 650px;
  height: 410px;
  background-image: url("../images/page.gif");
  position: relative;
  right: -111px;
  top: 42px;

}