.device2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.arrow-left2, .arrow-right2 {
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 27px;
  height: 62px;
  z-index: 1;
  transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.arrow-left2 {left: 10px;}

.arrow-right2 {right: 10px;}

.swiper-container2 {
  width: 100%;
  height: 100%;
}

.device2 .swiper-slide{
  position: relative;
}

.device2 .swiper-slide img{
  margin: 0 auto;
  display: block;
}

.pagination {
  text-align: center;
  margin-top: 10px;
}

.swiper-pagination-switch {display: inline-block;width: 16px;height: 16px;background:url('img/btn_portfolio.png')  0 0 no-repeat;margin: 0;cursor: pointer;}

.swiper-active-switch {background-position:-17px 0px;}

#o_que_fazemos_bg{
  background-color: #333;
  position: absolute;
  width: 100%;
}

.subtitulo_o_que_fazemos{
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 8px;
  color:#ff9900;
}