/* line 96, ../../../scss/layout/_service-block.scss */
.service-block {
  text-align: center;
}
/* line 6, ../../../scss/layout/_service-block.scss */
.service-block .icon-wrapper {
  position: relative;
  height: 105px;
}
/* line 11, ../../../scss/layout/_service-block.scss */
.service-block .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  max-width: 63px;
  max-height: 58px;
  width: auto;
  height: auto;
  opacity: 1;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 22, ../../../scss/layout/_service-block.scss */
.service-block .icon.hover {
  opacity: 0;
}
/* line 28, ../../../scss/layout/_service-block.scss */
.service-block:hover .icon {
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
/* line 32, ../../../scss/layout/_service-block.scss */
.service-block:hover .normal {
  opacity: 0;
}
/* line 36, ../../../scss/layout/_service-block.scss */
.service-block:hover .hover {
  opacity: 1;
}
/* line 40, ../../../scss/layout/_service-block.scss */
.service-block:hover .title .txt:after {
  width: 50%;
}
/* line 46, ../../../scss/layout/_service-block.scss */
.service-block .title {
  font-family: 'dinbold', sans-serif;
  text-transform: uppercase;
  color: #183665;
  font-size: 20px;
  line-height: 1.2em;
  width: 96%;
  height: 90px;
  overflow: hidden;
  margin: 0 auto 5px;
}
@media screen and (max-width: 990px) {
  /* line 46, ../../../scss/layout/_service-block.scss */
  .service-block .title {
    font-size: 18px;
  }
}
/* line 53, ../../../scss/layout/_service-block.scss */
.service-block .title .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
/* line 59, ../../../scss/layout/_service-block.scss */
.service-block .title .txt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0%;
  height: 3px;
  background-color: #00C8C6;
  -moz-transition: all, 225ms;
  -o-transition: all, 225ms;
  -webkit-transition: all, 225ms;
  transition: all, 225ms;
}
/* line 72, ../../../scss/layout/_service-block.scss */
.service-block .desc {
  width: 96%;
  height: 100px;
  overflow: hidden;
  margin: 0 auto 10px;
  font-size: 14px;
}
/* line 80, ../../../scss/layout/_service-block.scss */
.service-block .btn-more {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  /* line 87, ../../../scss/layout/_service-block.scss */
  .service-block .title,
  .service-block .desc {
    height: auto;
  }
}

/* line 32, ../../../scss/layout/_partner-block.scss */
.partner-block {
  font-size: 16px;
}
/* line 6, ../../../scss/layout/_partner-block.scss */
.partner-block .info {
  height: 95px;
  overflow: hidden;
}
/* line 11, ../../../scss/layout/_partner-block.scss */
.partner-block .name,
.partner-block .function {
  line-height: 1.2em;
}
/* line 16, ../../../scss/layout/_partner-block.scss */
.partner-block .name {
  font-size: 18px;
  margin-top: 22px;
  text-transform: uppercase;
  font-family: 'dinmediumalternate', sans-serif;
  color: #1D76B8;
}
/* line 24, ../../../scss/layout/_partner-block.scss */
.partner-block .function {
  margin-top: 2px;
  font-family: 'dinregular', sans-serif;
  color: #002C60;
}

/* Slider */
/* line 3, ../../../scss/plugins/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../../../scss/plugins/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../../../scss/plugins/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../../../scss/plugins/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../../../scss/plugins/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../../../scss/plugins/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../../../scss/plugins/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../../../scss/plugins/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../../../scss/plugins/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../../../scss/plugins/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../../../scss/plugins/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../../../scss/plugins/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../../../scss/plugins/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../../../scss/plugins/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../../../scss/plugins/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../../../scss/plugins/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../../../scss/plugins/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../../../scss/plugins/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper {
  padding: 35px 0 85px;
  background-color: #495972;
  border-bottom: 10px solid #00C8C6;
}
/* line 6, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper .title {
  margin: 0 0 30px;
  color: #fff;
}
/* line 10, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper .title .txt {
  padding-bottom: 20px;
}
/* line 14, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper .title .txt:after {
  width: 50%;
  background-color: #fff;
}
/* line 21, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper .desc {
  padding: 0 20%;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 31, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper .logo-wrapper {
  margin: 0 auto 20px;
  height: 140px;
  width: 90%;
  text-align: center;
}
/* line 37, ../../../scss/layout/_testimonial-list.scss */
.testimonials-list-wrapper .logo-wrapper img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  /* line 47, ../../../scss/layout/_testimonial-list.scss */
  .testimonials-list-wrapper .desc {
    padding: 0;
  }
}

/* line 55, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel {
  padding-top: 115px;
}
/* line 58, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .slick-list {
  width: 1170px;
  margin: 0 auto;
  overflow: visible;
}
/* line 64, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item {
  position: relative;
  text-align: center;
  padding: 0 0.8%;
  -moz-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  opacity: .7;
  -moz-transition: all, 325ms;
  -o-transition: all, 325ms;
  -webkit-transition: all, 325ms;
  transition: all, 325ms;
}
/* line 72, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .icon-svg_quotes {
  position: absolute;
  top: -20px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 50% auto;
  background-position: center center;
  background-color: #00ada8;
}
/* line 83, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .texto {
  height: 275px;
  padding: 30px 5%;
  font-size: 17px;
  color: #7A7A7A;
  line-height: 1.55em;
  background-color: #fff;
}
/* line 92, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .infos {
  position: relative;
  padding: 20px 4% 5px;
  height: 130px;
  color: #fff;
  background-color: #00ada8;
}
/* line 99, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .infos:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 30px 26px;
  border-color: transparent transparent #00ada8 transparent;
}
/* line 113, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .nome {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.03em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1em;
}
/* line 126, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .nome:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 33%;
  height: 2px;
  background-color: #fff;
}
/* line 138, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item .empresa {
  font-size: 14px;
  color: #666666;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
/* line 145, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .item.slick-active {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 152, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .slick-next-blocked {
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 10;
  margin-left: 15px;
  width: 55px;
  height: 55px;
  display: none;
}
/* line 161, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel.slick-next-disabled .slick-next-blocked {
  display: block;
}
/* line 165, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .slick-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
/* line 170, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .slick-prev {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -9999px;
  margin-left: -63px;
}
/* line 509, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transition: all, 175ms;
  -o-transition: all, 175ms;
  -webkit-transition: all, 175ms;
  transition: all, 175ms;
}
/* line 520, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-prev.slick-disabled, .testimonial-carrosel .slick-prev.disabled {
  opacity: .4;
  cursor: default;
}
/* line 526, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-prev:hover:not(.disabled):not(.slick-disabled):after {
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.2);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.2);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
  transform: translate3d(-50%, -50%, 0) scale(1.2);
}
/* line 535, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-prev:after {
  margin-left: -2px;
  border-width: 11px 13px 11px 0;
  border-color: transparent #065DC6 transparent transparent;
}
/* line 175, ../../../scss/layout/_testimonial-list.scss */
.testimonial-carrosel .slick-next {
  box-shadow: none;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  text-indent: 0;
  text-decoration: none !important;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  text-indent: -9999px;
  margin-left: 20px;
}
/* line 509, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transition: all, 175ms;
  -o-transition: all, 175ms;
  -webkit-transition: all, 175ms;
  transition: all, 175ms;
}
/* line 520, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-next.slick-disabled, .testimonial-carrosel .slick-next.disabled {
  opacity: .4;
  cursor: default;
}
/* line 526, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-next:hover:not(.disabled):not(.slick-disabled):after {
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.2);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.2);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.2);
  transform: translate3d(-50%, -50%, 0) scale(1.2);
}
/* line 546, ../../../scss/layout/_mixins-buttons.scss */
.testimonial-carrosel .slick-next:after {
  margin-left: 2px;
  border-width: 11px 0 11px 13px;
  border-color: transparent transparent transparent #065DC6;
}
@media screen and (max-width: 1280px) {
  /* line 182, ../../../scss/layout/_testimonial-list.scss */
  .testimonial-carrosel .slick-list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 192, ../../../scss/layout/_testimonial-list.scss */
  .testimonial-carrosel .item .texto {
    height: 230px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 203, ../../../scss/layout/_testimonial-list.scss */
  .testimonial-carrosel .item {
    padding: 0 1.5%;
  }
  /* line 206, ../../../scss/layout/_testimonial-list.scss */
  .testimonial-carrosel .item .texto {
    height: 280px;
  }
  /* line 210, ../../../scss/layout/_testimonial-list.scss */
  .testimonial-carrosel .item .nome {
    margin-bottom: 15px;
  }
}

/* line 8, ../../../scss/pages/servicos.scss */
.col-sidebar-service {
  padding-top: 30px;
}
/* line 11, ../../../scss/pages/servicos.scss */
.col-sidebar-service .form-search-service {
  margin-bottom: 50px;
}

/* line 17, ../../../scss/pages/servicos.scss */
.services-blocks-wrapper {
  margin-top: 50px;
}
/* line 20, ../../../scss/pages/servicos.scss */
.services-blocks-wrapper .title-others {
  padding: 20px 0 40px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
/* line 27, ../../../scss/pages/servicos.scss */
.services-blocks-wrapper .title-others.title-others-more {
  font-size: 24px;
}
/* line 30, ../../../scss/pages/servicos.scss */
.services-blocks-wrapper .title-others.title-others-more .dst {
  color: #1D76B8;
}
@media screen and (max-width: 990px) {
  /* line 40, ../../../scss/pages/servicos.scss */
  .services-blocks-wrapper .title-others {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 44, ../../../scss/pages/servicos.scss */
  .services-blocks-wrapper .title-others.title-others-more {
    font-size: 18px;
  }
}

/* line 54, ../../../scss/pages/servicos.scss */
.service-block-wrapper {
  padding: 40px 0 55px;
  margin-bottom: 20px;
  background: url('http://dev.blbbrasil.com.br/wp-content/themes/blbbrasil/assets/img/global/bg-gray.png?1745503235') repeat-y;
}
/* line 61, ../../../scss/pages/servicos.scss */
.service-block-wrapper .service-block .icon-wrapper {
  height: 110px;
}
/* line 65, ../../../scss/pages/servicos.scss */
.service-block-wrapper .service-block .icon {
  max-width: 60px;
  max-height: 70px;
}
/* line 70, ../../../scss/pages/servicos.scss */
.service-block-wrapper .service-block .title,
.service-block-wrapper .service-block .desc {
  height: auto;
  margin-bottom: 20px;
}
/* line 76, ../../../scss/pages/servicos.scss */
.service-block-wrapper .service-block .title {
  font-size: 30px;
}
/* line 80, ../../../scss/pages/servicos.scss */
.service-block-wrapper .service-block .desc {
  font-size: 16px;
}
/* line 86, ../../../scss/pages/servicos.scss */
.service-block-wrapper .service-block-full {
  padding-bottom: 0;
}
/* line 94, ../../../scss/pages/servicos.scss */
.service-block-wrapper.service-block-full.animate .service-block .icon, .service-block-wrapper.service-block-full:hover .service-block .icon,
.service-block-wrapper .col-service:hover .service-block .icon {
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.25);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.25);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.25);
  transform: translate3d(-50%, -50%, 0) scale(1.25);
}
/* line 98, ../../../scss/pages/servicos.scss */
.service-block-wrapper.service-block-full.animate .service-block .normal, .service-block-wrapper.service-block-full:hover .service-block .normal,
.service-block-wrapper .col-service:hover .service-block .normal {
  opacity: 0;
}
/* line 102, ../../../scss/pages/servicos.scss */
.service-block-wrapper.service-block-full.animate .service-block .hover, .service-block-wrapper.service-block-full:hover .service-block .hover,
.service-block-wrapper .col-service:hover .service-block .hover {
  opacity: 1;
}
/* line 106, ../../../scss/pages/servicos.scss */
.service-block-wrapper.service-block-full.animate .service-block .title .txt:after, .service-block-wrapper.service-block-full:hover .service-block .title .txt:after,
.service-block-wrapper .col-service:hover .service-block .title .txt:after {
  width: 50%;
}
/* line 114, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block {
  *zoom: 1;
}
/* line 38, ../../../../../../../../../../../usr/local/share/gems/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.service-block-wrapper .col-service .service-block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 117, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .icon-wrapper,
.service-block-wrapper .col-service .service-block .title {
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 55px;
}
/* line 125, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .icon-wrapper {
  width: 15%;
  padding-left: 2%;
  height: auto;
  line-height: 40px;
}
/* line 132, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .icon.icon {
  position: relative;
  left: 0;
  top: 0;
  max-height: 44px;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
/* line 142, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .icon.hover {
  display: none;
}
/* line 146, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .title {
  text-align: left;
  width: 85%;
  padding-top: 10px;
  padding-left: 22px;
  font-size: 16px;
}
/* line 154, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .txt:after {
  display: none;
}
/* line 158, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .desc {
  display: none;
}
/* line 162, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .service-block .btn-more {
  display: none;
}
/* line 168, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .services-list {
  clear: both;
}
/* line 171, ../../../scss/pages/servicos.scss */
.service-block-wrapper .col-service .services-list .name {
  font-size: 14px;
  border: none;
}
/* line 180, ../../../scss/pages/servicos.scss */
.service-block-wrapper + .title-others {
  margin-top: 50px;
}
@media screen and (min-width: 990px) {
  /* line 188, ../../../scss/pages/servicos.scss */
  .service-block-wrapper.single-col .col-service {
    width: 100%;
  }
  /* line 191, ../../../scss/pages/servicos.scss */
  .service-block-wrapper.single-col .col-service + .col-service {
    margin-top: 40px;
  }
  /* line 197, ../../../scss/pages/servicos.scss */
  .service-block-wrapper.single-col .service-block {
    width: 33.33%;
  }
  /* line 201, ../../../scss/pages/servicos.scss */
  .service-block-wrapper.single-col .services-list {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 206, ../../../scss/pages/servicos.scss */
  .service-block-wrapper.single-col .service-item {
    flex-basis: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  /* line 218, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .service-block.service-block .desc {
    padding-left: 20%;
    padding-right: 20%;
  }
  /* line 229, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .col-service .service-block .icon-wrapper {
    width: 10%;
  }
  /* line 237, ../../../scss/pages/servicos.scss */
  .service-block-wrapper + .title-others {
    margin-top: 25px;
  }
}
@media screen and (max-width: 990px) {
  /* line 54, ../../../scss/pages/servicos.scss */
  .service-block-wrapper {
    padding-top: 20px;
  }
  /* line 246, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .service-block {
    margin-bottom: 30px;
  }
  /* line 249, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .service-block .desc {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 254, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .service-block .title {
    font-size: 22px;
  }
  /* line 260, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .col-service {
    margin-bottom: 45px;
  }
  /* line 263, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .col-service .service-block {
    margin-bottom: 5px;
  }
  /* line 266, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .col-service .service-block .title {
    height: auto;
    margin-bottom: 10px;
  }
  /* line 271, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .col-service .service-block .icon-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 54, ../../../scss/pages/servicos.scss */
  .service-block-wrapper {
    padding-bottom: 20px;
  }
  /* line 284, ../../../scss/pages/servicos.scss */
  .service-block-wrapper .service-block-full {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* line 294, ../../../scss/pages/servicos.scss */
.services-list {
  padding: 0;
  margin: 0 0 0 15px;
}
/* line 298, ../../../scss/pages/servicos.scss */
.services-list .service-item {
  position: relative;
  list-style: none;
  padding: 5px 0 0 35px;
  margin: 5px 0 10px;
}
/* line 305, ../../../scss/pages/servicos.scss */
.services-list .name {
  margin: 0;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border-bottom: dotted 1px #B3B3B3;
}
/* line 313, ../../../scss/pages/servicos.scss */
.services-list .name, .services-list .name .name-link {
  display: block;
  color: #183665;
}
/* line 320, ../../../scss/pages/servicos.scss */
.services-list .service-item:last-child .name {
  border: none;
}
/* line 324, ../../../scss/pages/servicos.scss */
.services-list .name-link:hover,
.services-list .name-link.current {
  color: #1D76B8;
}
/* line 328, ../../../scss/pages/servicos.scss */
.services-list .name-link:hover svg, .services-list .name-link:hover path,
.services-list .name-link.current svg,
.services-list .name-link.current path {
  fill: #00C8C6;
}
/* line 334, ../../../scss/pages/servicos.scss */
.services-list .icon-svg_check {
  position: absolute;
  top: 2px;
  left: 0;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
/* line 340, ../../../scss/pages/servicos.scss */
.services-list .icon-svg_check svg, .services-list .icon-svg_check path {
  fill: #1D76B8;
}
@media screen and (max-width: 990px) {
  /* line 294, ../../../scss/pages/servicos.scss */
  .services-list {
    margin-left: 0;
  }
}

/* line 357, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .page-header .page-title .title8,
body.single-servico .page-header .page-title .title8 {
  font-size: 40px;
  padding-right: 25%;
}
/* line 362, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .page-header .page-title > .container,
body.single-servico .page-header .page-title > .container {
  padding: 0;
  padding-left: 12.5%;
}
/* line 367, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .page-header .page-title .icon-wrapper,
body.single-servico .page-header .page-title .icon-wrapper {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 10;
  display: inline-block;
  height: 100%;
  width: 11.5%;
  text-align: center;
  background-color: transparent;
}
/* line 376, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .page-header .page-title .icon-wrapper img,
body.single-servico .page-header .page-title .icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}
/* line 390, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .col-content-offset .editor-content ul, body.page-template-page-servicos-divsao .col-content-offset .editor-content ol,
body.single-servico .col-content-offset .editor-content ul,
body.single-servico .col-content-offset .editor-content ol {
  margin-left: 7%;
}
/* line 394, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .col-content-offset .editor-content li,
body.single-servico .col-content-offset .editor-content li {
  position: relative;
  list-style: none;
  padding-left: 35px;
  margin-bottom: 10px;
}
/* line 400, ../../../scss/pages/servicos.scss */
body.page-template-page-servicos-divsao .col-content-offset .editor-content li:before,
body.single-servico .col-content-offset .editor-content li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 25px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.5%22%20height%3D%2222.78%22%20viewBox%3D%220%200%2025.5%2022.78%22%3E%3Cstyle%3E.st0%7Bfill%3A%23003e7e%7D.st1%7Bfill%3A%23FFF%7D.st2%7Bfill%3A%23f27024%7D.st3%7Bfill%3A%23f37021%7D.st4%7Bfill%3A%233a7b3c%7D.st5%7Bfill%3A%237b7b7b%7D.st6%7Bfill%3A%231f76bb%7D.st7%7Bfill%3A%23fee235%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st6%22%20d%3D%22M23.77%200L8.16%2014.45l-6.57-2.43a1.2%201.2%200%200%200-1.37.43c-.31.44-.28%201.03.07%201.44l7.21%208.47c.23.26.55.42.9.42l.13-.01c.32-.04.62-.2.81-.45L25.5%201.59%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
@media screen and (max-width: 990px) {
  /* line 422, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .col-content-offset .editor-content ul, body.page-template-page-servicos-divsao .col-content-offset .editor-content ol,
  body.single-servico .col-content-offset .editor-content ul,
  body.single-servico .col-content-offset .editor-content ol {
    margin-left: 0;
  }
  /* line 431, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .page-header .page-title .title8,
  body.single-servico .page-header .page-title .title8 {
    font-size: 24px;
    padding-right: 0;
  }
  /* line 436, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .page-header .page-title > .container,
  body.single-servico .page-header .page-title > .container {
    padding-left: 21%;
  }
  /* line 440, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .page-header .page-title .icon-wrapper,
  body.single-servico .page-header .page-title .icon-wrapper {
    width: 20%;
  }
  /* line 443, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .page-header .page-title .icon-wrapper img,
  body.single-servico .page-header .page-title .icon-wrapper img {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  /* line 458, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .page-header .page-title > .container,
  body.single-servico .page-header .page-title > .container {
    padding-left: 15px;
  }
  /* line 462, ../../../scss/pages/servicos.scss */
  body.page-template-page-servicos-divsao .page-header .page-title .icon-wrapper,
  body.single-servico .page-header .page-title .icon-wrapper {
    display: none;
  }
}

/* line 472, ../../../scss/pages/servicos.scss */
.service-sidebar-info {
  margin-top: 40px;
}
/* line 475, ../../../scss/pages/servicos.scss */
.service-sidebar-info .title {
  margin-bottom: 18px;
  color: #083C84;
  font-size: 16px;
}
/* line 480, ../../../scss/pages/servicos.scss */
.service-sidebar-info .title .txt {
  padding-bottom: 12px;
}
/* line 486, ../../../scss/pages/servicos.scss */
.service-sidebar-info .desc {
  color: #083C84;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 25px;
}
/* line 493, ../../../scss/pages/servicos.scss */
.service-sidebar-info .place {
  color: #083c84;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 499, ../../../scss/pages/servicos.scss */
.service-sidebar-info .row-members {
  margin-top: 15px;
}
/* line 503, ../../../scss/pages/servicos.scss */
.service-sidebar-info .partner-block {
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 507, ../../../scss/pages/servicos.scss */
.service-sidebar-info .partner-block .info {
  height: 75px;
}
/* line 511, ../../../scss/pages/servicos.scss */
.service-sidebar-info .partner-block .name,
.service-sidebar-info .partner-block .function {
  line-height: 1.1em;
}
/* line 516, ../../../scss/pages/servicos.scss */
.service-sidebar-info .partner-block .name {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 990px) {
  /* line 472, ../../../scss/pages/servicos.scss */
  .service-sidebar-info {
    margin-top: 0;
  }
}

/* line 529, ../../../scss/pages/servicos.scss */
.services-others {
  margin-top: 45px;
  margin-bottom: 100px;
  text-align: center;
}
/* line 534, ../../../scss/pages/servicos.scss */
.services-others > .title {
  margin-bottom: 60px;
  padding: 0 20%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #7A7A7A;
}
/* line 542, ../../../scss/pages/servicos.scss */
.services-others .service-block {
  max-width: 600px;
  margin: 0 auto;
}
/* line 546, ../../../scss/pages/servicos.scss */
.services-others .service-block.float-none {
  float: none;
}
/* line 550, ../../../scss/pages/servicos.scss */
.services-others .service-block .icon-wrapper {
  height: 110px;
}
/* line 554, ../../../scss/pages/servicos.scss */
.services-others .service-block .icon {
  max-width: 113px;
  max-height: 70px;
}
/* line 559, ../../../scss/pages/servicos.scss */
.services-others .service-block .title,
.services-others .service-block .desc {
  margin-bottom: 20px;
}
/* line 564, ../../../scss/pages/servicos.scss */
.services-others .service-block .title {
  font-size: 30px;
}
/* line 568, ../../../scss/pages/servicos.scss */
.services-others .service-block .desc {
  font-size: 16px;
}
/* line 576, ../../../scss/pages/servicos.scss */
.services-others .service-block:hover .icon {
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.25);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.25);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.25);
  transform: translate3d(-50%, -50%, 0) scale(1.25);
}
/* line 580, ../../../scss/pages/servicos.scss */
.services-others .service-block:hover .normal {
  opacity: 0;
}
/* line 584, ../../../scss/pages/servicos.scss */
.services-others .service-block:hover .hover {
  opacity: 1;
}
/* line 588, ../../../scss/pages/servicos.scss */
.services-others .service-block:hover .title .txt:after {
  width: 50%;
}
@media screen and (max-width: 990px) {
  /* line 596, ../../../scss/pages/servicos.scss */
  .services-others .service-block {
    margin-bottom: 60px;
  }
  /* line 599, ../../../scss/pages/servicos.scss */
  .services-others .service-block .title, .services-others .service-block .desc {
    height: auto;
  }
  /* line 603, ../../../scss/pages/servicos.scss */
  .services-others .service-block .title {
    font-size: 24px;
  }
  /* line 607, ../../../scss/pages/servicos.scss */
  .services-others .service-block .desc {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  /* line 529, ../../../scss/pages/servicos.scss */
  .services-others {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  /* line 619, ../../../scss/pages/servicos.scss */
  .services-others > .title {
    padding: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }
  /* line 627, ../../../scss/pages/servicos.scss */
  .services-others .service-block .title {
    margin-bottom: 15px;
  }
  /* line 631, ../../../scss/pages/servicos.scss */
  .services-others .service-block .desc {
    width: 100%;
  }
}

/* line 641, ../../../scss/pages/servicos.scss */
.service-title {
  margin: 0 0 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #065DC6;
}
@media screen and (max-width: 990px) {
  /* line 641, ../../../scss/pages/servicos.scss */
  .service-title {
    font-size: 20px;
  }
}

/* line 656, ../../../scss/pages/servicos.scss */
body.page-template-page-search-custom-services .page-header .page-title > .container {
  padding-left: 15px;
}

/* line 662, ../../../scss/pages/servicos.scss */
.division-services-list {
  text-align: center;
}
/* line 665, ../../../scss/pages/servicos.scss */
.division-services-list .division-services-name {
  text-transform: uppercase;
  color: #0f75bc;
  font-family: 'dinbold', sans-serif;
  font-size: 18px;
  line-height: 1.11em;
}
@media screen and (min-width: 990px) {
  /* line 662, ../../../scss/pages/servicos.scss */
  .division-services-list {
    display: flex;
    margin-top: 60px;
  }
  /* line 677, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    padding-top: 85px;
  }
  /* line 685, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-link:hover .division-services-name {
    color: #00C8C6;
  }
  /* line 689, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-link:hover .division-services-image {
    transform: translate3d(-50%, calc(-50% - 35px), 0) scale(0.55);
  }
  /* line 694, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, calc(-50% - 45px), 0) scale(0.5);
    transition: transform 200ms;
    will-change: transform;
  }
  /* line 701, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-name {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 989px) {
  /* line 662, ../../../scss/pages/servicos.scss */
  .division-services-list {
    margin-top: 30px;
  }
  /* line 710, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-link {
    display: block;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
  /* line 717, ../../../scss/pages/servicos.scss */
  .division-services-list .division-services-image {
    transform: scale(0.6);
  }
}

@media screen and (min-width: 990px) {
  /* line 730, ../../../scss/pages/servicos.scss */
  body.single-servico .testimonial-carrosel .item .texto {
    font-size: 16px;
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 739, ../../../scss/pages/servicos.scss */
  body.single-servico .testimonial-carrosel .item .texto {
    height: 300px;
  }
}
@media screen and (min-width: 640px) and (max-width: 989px) {
  /* line 747, ../../../scss/pages/servicos.scss */
  body.single-servico .testimonial-carrosel .item .texto {
    height: 340px;
  }
}
@media screen and (max-width: 639px) {
  /* line 755, ../../../scss/pages/servicos.scss */
  body.single-servico .testimonial-carrosel .item .texto {
    height: 430px;
  }
}

/* line 763, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel {
  margin-top: 40px;
}
/* line 766, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .title1 {
  font-size: 24px;
}
/* line 770, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonial-carrosel {
  padding-top: 85px;
}
/* line 774, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonials-list-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}
/* line 783, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonial-carrosel .item .infos {
  min-height: 110px;
  height: auto;
}
/* line 787, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonial-carrosel .item .infos:after {
  top: -20px;
  border-width: 0 16px 20px 16px;
}
/* line 794, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonial-carrosel .item .nome {
  font-size: 16px;
}
/* line 798, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonial-carrosel .item .empresa {
  color: #fff;
  font-size: 13px;
}
/* line 805, ../../../scss/pages/servicos.scss */
.clients-testimonial-carrosel .testimonial-carrosel .logo-wrapper {
  height: 100px;
}
@media screen and (min-width: 990px) {
  /* line 813, ../../../scss/pages/servicos.scss */
  .clients-testimonial-carrosel .texto {
    display: flex;
    text-align: left;
  }
  /* line 818, ../../../scss/pages/servicos.scss */
  .clients-testimonial-carrosel .item .logo-wrapper {
    padding-right: 30px;
    width: 170px;
    min-width: 170px;
    height: auto;
  }
  /* line 824, ../../../scss/pages/servicos.scss */
  .clients-testimonial-carrosel .item .logo-wrapper img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
@media screen and (min-width: 990px) {
  /* line 836, ../../../scss/pages/servicos.scss */
  .clients-testimonial-carrosel .testimonials-list-wrapper > .container {
    display: flex;
    justify-content: center;
  }
  /* line 840, ../../../scss/pages/servicos.scss */
  .clients-testimonial-carrosel .testimonials-list-wrapper > .container .desc {
    padding: 0 30px;
    text-align: left;
  }
}
@media screen and (max-width: 989px) {
  /* line 851, ../../../scss/pages/servicos.scss */
  .clients-testimonial-carrosel .testimonial-carrosel .item .texto {
    height: 275px;
  }
}
