.full-height {
  height: 95%;
}
.process-steps {
  background-color: #FFFFFF;
}
@media (max-width: 1200px) {
  .process-steps .container {
    width: 100%;
  }
}
.process-steps .top-line {
  display: none;
}
.process-steps .top-line .middle-line-mobile {
  width: 6px;
  height: 37px;
  background: #ea4e3d;
  transform-origin: 0 0;
  margin: 0 auto;
}
.process-steps .top-line .arrow-line-mobile {
  width: 39px;
  height: 40px;
  background: transparent url(../images/icon-arrows-orange.png) bottom no-repeat;
  position: absolute;
  top: 0px;
  right: 50%;
  margin: 0 -19px 0 0;
  opacity: 1;
  transform-origin: 0 0;
  background-size: 39px 40px !important;
}
.process-steps .middle-content {
  position: relative;
}
.process-steps .middle-content .middle-line {
  width: 6px;
  height: 71px;
  background: #ea4e3d;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  right: 50%;
  margin: 0 -3px 0 0;
  opacity: 1;
}
.process-steps .middle-content .circule {
  width: 213px;
  height: 213px;
  background: red;
  border-radius: 50%;
  padding-top: 34px;
  position: absolute;
  top: 67px;
  right: 50%;
  margin: 0 -106px 0 0;
  opacity: 0;
  background: transparent url(../images/process/strategy-gray-icon.png) 0px 0px no-repeat;
  background-size: 100%;
  border: 4px solid #ea4e3d;
}
@media (max-width: 992px) {
  .process-steps .middle-content .circule {
    width: 180px;
    height: 180px;
    margin: 0 -90px 0 0;
  }
}
@media (max-width: 767px) {
  .process-steps .middle-content .circule {
    top: 0px;
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.process-steps .middle-content .arrow-line {
  width: 39px;
  height: 40px;
  background: transparent url(../images/icon-arrows-orange.png) bottom no-repeat;
  position: absolute;
  top: 0px;
  right: 50%;
  margin: 0 -19px 0 0;
  opacity: 1;
  transform-origin: 0 0;
  background-size: 39px 40px !important;
}
.process-steps .first {
  height: 280px;
}
@media (max-width: 992px) {
  .process-steps .first {
    height: 247px;
  }
}
@media (max-width: 767px) {
  .process-steps .first .placeholder-left {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .process-steps .first .placeholder-left .left-title {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .process-steps .first .placeholder-left .left-title {
    padding-left: 0px;
  }
}
.process-steps .second {
  padding-bottom: 0px;
  height: 463px;
}
@media (max-width: 992px) {
  .process-steps .second {
    height: 429px;
  }
}
.process-steps .second .middle-line-mobile {
  height: 69px;
}
.process-steps .second .middle-content .middle-line {
  height: 210px;
}
.process-steps .second .middle-content .circule {
  top: 250px;
  background-image: url(../images/process/daily-gray-icon.png);
}
@media (max-width: 767px) {
  .process-steps .second .middle-content .circule {
    top: 0;
  }
}
.process-steps .second .placeholder-left {
  margin-top: 197px;
}
@media (max-width: 767px) {
  .process-steps .second .placeholder-left {
    margin-top: 0;
    padding: 0;
  }
}
.process-steps .second .placeholder-left .left-title {
  padding-left: 70px;
}
@media (max-width: 992px) {
  .process-steps .second .placeholder-left .left-title {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .process-steps .second .placeholder-left .left-title {
    padding-left: 0;
  }
}
.process-steps .second .placeholder-right {
  margin-top: 212px;
}
@media (max-width: 992px) {
  .process-steps .second .placeholder-right {
    margin-top: 198px;
  }
}
@media (max-width: 767px) {
  .process-steps .second .placeholder-right {
    margin-top: 0;
  }
}
.process-steps .third {
  padding-bottom: 0px;
  height: 463px;
}
@media (max-width: 992px) {
  .process-steps .third {
    height: 430px;
  }
}
.process-steps .third .middle-line-mobile {
  height: 69px;
  background: #565656;
}
.process-steps .third .arrow-line-mobile {
  background: transparent url(../images/icon-arrows-gray.png) bottom no-repeat;
}
.process-steps .third .middle-content .middle-line {
  height: 210px;
}
.process-steps .third .middle-content .circule {
  top: 250px;
  background-image: url(../images/process/weekly-gray-icon.png);
}
@media (max-width: 767px) {
  .process-steps .third .middle-content .circule {
    top: 0;
  }
}
.process-steps .third .placeholder-left {
  margin-top: 197px;
}
@media (max-width: 767px) {
  .process-steps .third .placeholder-left {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .process-steps .third .placeholder-left .left-title {
    padding-left: 0;
  }
}
.process-steps .third .placeholder-right {
  margin-top: 212px;
}
@media (max-width: 992px) {
  .process-steps .third .placeholder-right {
    margin-top: 205px;
  }
}
@media (max-width: 767px) {
  .process-steps .third .placeholder-right {
    margin-top: 0;
  }
}
.process-steps .third .placeholder-right .left-p {
  width: 73%;
}
@media (max-width: 767px) {
  .process-steps .third .placeholder-right .left-p {
    width: 100%;
  }
}
.process-steps .fourth {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .process-steps .fourth {
    padding-bottom: 50px;
  }
}
.process-steps .fourth .middle-line-mobile {
  height: 69px;
}
.process-steps .fourth .middle-content .middle-line {
  height: 210px;
}
.process-steps .fourth .middle-content .circule {
  top: 250px;
  background-image: url(../images/process/monthly-gray-icon.png);
}
@media (max-width: 767px) {
  .process-steps .fourth .middle-content .circule {
    top: 0;
  }
}
.process-steps .fourth .placeholder-left {
  margin-top: 197px;
}
@media (max-width: 767px) {
  .process-steps .fourth .placeholder-left {
    margin-top: 0;
    padding: 0;
  }
}
.process-steps .fourth .placeholder-left .left-title {
  padding-left: 110px;
}
@media (max-width: 992px) {
  .process-steps .fourth .placeholder-left .left-title {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .process-steps .fourth .placeholder-left .left-title {
    padding: 0;
  }
}
.process-steps .fourth .placeholder-right {
  margin-top: 212px;
}
@media (max-width: 767px) {
  .process-steps .fourth .placeholder-right {
    margin-top: 0;
  }
}
.process-steps .placeholder-left {
  padding-left: 0px;
  padding-top: 97px;
}
.process-steps .placeholder-left .left-title {
  color: #ea4e3d;
  opacity: 0;
  text-transform: uppercase;
  font: 44px 'Quicksand', sans-serif;
  line-height: 52px;
  text-align: center;
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .process-steps .placeholder-left .left-title {
    font-size: 34px;
    line-height: 40px;
  }
  .process-steps .placeholder-left .left-title span {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .process-steps .placeholder-left .left-title {
    padding-left: 40px;
    font-size: 25px;
    line-height: 30px;
  }
  .process-steps .placeholder-left .left-title span {
    font-size: 38px;
  }
}
.process-steps .placeholder-left span {
  font-size: 55px;
}
.process-steps .placeholder-right {
  /*padding-right: 60px;
		padding-top: 74px;*/
  position: relative;
}
.process-steps .placeholder-right .left-p {
  width: 69%;
  font: 20px 'Bitter', sans-serif;
  color: #555555;
  text-align: center;
  opacity: 0;
  line-height: 28px;
  position: absolute;
  top: 92px;
  left: 30px;
}
@media (max-width: 1200px) {
  .process-steps .placeholder-right .left-p {
    width: 83%;
    font-size: 18px;
    line-height: 24px;
    left: 45px;
  }
}
@media (max-width: 992px) {
  .process-steps .placeholder-right .left-p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .process-steps .placeholder-right .left-p {
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
    padding-top: 10px;
  }
}
.process-steps .secondary-color .left-title {
  color: #565656;
}
.process-steps .secondary-color .left-p {
  color: #ea4e3d;
}
.process-steps .secondary-color .middle-content .circule {
  border-color: #565656;
}
.process-steps .secondary-color .middle-content .middle-line {
  background: #ea4e3d;
}
.process-steps .primary-color .middle-content .middle-line {
  background: #565656;
}
.process-steps .primary-color .middle-content .arrow-line {
  background: transparent url(../images/icon-arrows-gray.png) bottom no-repeat;
}
@-webkit-keyframes animatedBkg {
  0% {
    background-position: 0 0;
  }
  5% {
    opacity: 0.5;
  }
  9% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    background-position: 0 100%;
  }
}
.header-process {
  height: 95%;
  background-color: rgba(0, 0, 0, 0.85);
  background-size: cover;
  padding-top: 86px;
}
@media (max-height: 30.5em) {
  .header-process {
    height: auto;
  }
}
@media (max-width: 992px) {
  .header-process {
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .header-process {
    height: 100%;
  }
}
.header-process .page-title {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .header-process .page-title {
    padding-bottom: 15px;
  }
}
.header-process .header-titles {
  width: 59%;
  font: 29px 'Quicksand', sans-serif;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 18px;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .header-process .header-titles {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-process .header-titles {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .header-process .header-titles {
    background-size: 50px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 53px;
    padding-bottom: 10px;
  }
}
.header-process .header-titles.percentaje-icon {
  background-image: url(../images/150-icon.png);
}
.header-process .header-titles.dollar-icon {
  background-image: url(../images/dollar-icon.png);
}
.header-process .header-titles.vel-icon {
  background-image: url(../images/vel-icon.png);
}
.header-process .video-bkg {
  position: absolute;
  bottom: -100px;
  right: 0px;
  min-width: 100%;
  min-height: 130%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.box-orange {
  background: #ea4e3d;
  padding-top: 36px;
  padding-bottom: 6px;
  font-family: 'Quicksand', sans-serif;
  color: #FFF;
  position: relative;
  background-image: url(../images/process/header-shadow.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .box-orange.full-height {
    height: auto;
  }
}
@media (max-height: 590px) {
  .box-orange.full-height {
    height: auto;
  }
}
.box-orange .page-title {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .box-orange .container {
    width: 100%;
  }
}
.box-orange .wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -110px 0 0 0;
}
@media (max-width: 992px) {
  .box-orange .wrapper {
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .box-orange .wrapper {
    position: relative;
    margin-top: 0;
  }
}
@media (max-height: 590px) {
  .box-orange .wrapper {
    position: relative;
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.box-orange .title {
  font-size: 36px;
  opacity: 0.5;
  text-align: center;
  margin: 0;
}
@media (max-width: 992px) {
  .box-orange .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .box-orange .title {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .box-orange .title {
    opacity: 1;
    font-size: 24px;
  }
}
.box-orange .uses-title {
  font-size: 72px;
  text-align: center;
  background: transparent url(../images/process/movement-effect.png) center center no-repeat;
  margin-top: 40px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .box-orange .uses-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .box-orange .uses-title {
    margin-top: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .box-orange .uses-title {
    font-size: 36px;
    background: transparent url(../images/process/movement-effect-small.png) center center no-repeat;
  }
}
.box-orange .uses-text {
  text-align: center;
  font: 28px/34px 'Bitter', sans-serif;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .box-orange .uses-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .box-orange .uses-text {
    font-size: 21px;
  }
}
.box-orange .arrows {
  width: 39px;
  height: 40px;
  position: absolute;
  bottom: 2px;
  right: 50%;
  margin: 0 -19px 0 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
@media (max-width: 767px) {
  .box-orange .arrows {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
@media (max-width: 480px) {
  .box-orange .arrows {
    width: 35px;
    height: 36px;
  }
  .box-orange .arrows img {
    width: 100%;
  }
}
.box-services {
  background-color: #eeeeee;
}
.box-services .container {
  padding: 55px 0 49px 0;
}
.box-services .title {
  text-align: center;
}
.box-services .title h3 {
  font: 24px 'Quicksand', sans-serif;
  color: #3d3d3d;
  display: inline-block;
  margin: 0;
  padding: 3px 10px 0 0;
  vertical-align: top;
}
.box-services .title a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: transparent url(../images/process/arrow-left.png) no-repeat;
}
@media (max-width: 590px) {
  .box-services .title a {
    margin-top: 20px;
  }
}
.box-services .services-wrapper {
  text-align: center;
  padding-top: 30px;
}
.box-services .services-wrapper a {
  display: inline-block;
  width: 71px;
  height: 69px;
  margin: 0 9px;
}
.box-services .services-wrapper a.estrategy-icon {
  background: transparent url(../images/services/strategy-black-mini-icon.png) center center no-repeat;
}
.box-services .services-wrapper a.design-icon {
  background: transparent url(../images/services/design-black-mini-icon.png) center center no-repeat;
}
.box-services .services-wrapper a.development-icon {
  background: transparent url(../images/services/development-black-mini-icon.png) center center no-repeat;
}
.box-services .services-wrapper a.cloud-icon {
  background: transparent url(../images/services/cloud-black-mini-icon.png) center center no-repeat;
}
@media (max-width: 420px) {
  .box-services .services-wrapper a {
    width: 61px;
    height: 59px;
    background-size: 100% !important;
    margin: 0 3px;
  }
}
