.section-how-it-works {
  padding-bottom: 0;
}

.section-services {
  margin-bottom: 95px;
}

.services-list {
  padding-top: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.service-item {
  position: relative;
  width: 20%;
  margin: 0;
  vertical-align: top;
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .service-item {
    max-width: 200px;
    width: 50%;
    margin: 0 auto 50px;
  }
}

.service-item:first-child:before {
  display: none;
}

@media screen and (max-width: 959px) {
  .service-item:last-child {
    margin-bottom: 0;
  }
}

.service-item:before {
  position: absolute;
  top: 42px;
  left: -50%;
  width: 100%;
  height: 6px;
  content: "";
  background: #FFF;
}

@media screen and (max-width: 959px) {
  .service-item:before {
    display: none;
  }
}

.service-icon {
  position: relative;
  width: 89px;
  height: 89px;
  margin: 0 auto;
  z-index: 2;
  background: #FFF;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.icon {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url("/assets/images/sections/icons-services.png") no-repeat 3px 0;
  background-size: 443px 89px;
}

.icon.aquisicao {
  background-position: -86px 0;
}

.icon.regulamentacao {
  background-position: -175px 0;
}

.icon.instalacao {
  background-position: -263px 0;
}

.icon.suporte {
  background-position: -351px 0;
}

.service-title {
  padding: 0 10px;
  font-family: "Town80TextBook", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  padding-top: 10px;
  color: #003050;
}

.block-technology {
  position: relative;
  height: 263px;
  background: #FFF;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 959px) {
  .block-technology {
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

.technology-title {
  padding: 15px 0;
  font-family: "Town80TextBook", Arial, sans-serif;
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  color: #003050;
}

.technology-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 216px;
  display: block;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 959px) {
  .technology-image {
    height: 213px;
  }
}

.section-system {
  padding: 90px 0 60px;
  overflow: hidden;
  background: url("/assets/images/sections/bg-system.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .section-system {
    padding: 40px 0 60px;
  }
}

.content-system {
  position: relative;
  height: 940px;
}

@media screen and (max-width: 959px) {
  .content-system {
    height: auto;
  }
}

.content-system .section-title {
  padding: 30px 10px 0 0;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 57px;
  line-height: 1em;
  text-align: right;
  color: #FFF;
}

@media screen and (max-width: 959px) {
  .content-system .section-title {
    padding: 0 0 30px;
    font-size: 36px;
    text-align: left;
  }
}

.block-steps {
  position: relative;
  z-index: 3;
  padding: 25px 15px 25px 30px;
  text-align: left;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.step-item {
  position: relative;
  min-height: 30px;
  font-family: "Town80TextBook", Arial, sans-serif;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}

.step-item:first-child {
  margin-top: 0;
}

.number {
  position: absolute;
  top: 0;
  left: -45px;
  width: 30px;
  height: 30px;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #003050;
  border: 2px solid #FFF;
  background: #c7d300;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.poste {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 1920px;
}

@media screen and (max-width: 959px) {
  .poste {
    display: none;
  }
}

.poste img {
  max-width: 100%;
  width: auto;
}

.content-diagram {
  position: relative;
  margin: 115px 0 0 83px;
  z-index: 3;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .content-diagram {
    margin-left: 0;
    display: none;
  }
}

.content-diagram img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
