@charset "UTF-8";
.section-banner {
  position: relative;
}

.section-banner:before {
  top: 0;
  left: 0;
  width: 192px;
  height: 577px;
  content: "";
  position: absolute;
  z-index: 99;
  background: url("/assets/images/sections/detail-banner.png") no-repeat;
}

@media screen and (max-width: 1360px) {
  .section-banner:before {
    left: -80px;
  }
}

@media screen and (max-width: 1279px) {
  .section-banner:before {
    left: -100px;
  }
}

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

.banner-item {
  /*height: 525px;*/
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .banner-item {
    /*height: 460px;*/
  }
}

.banner-item img {
  max-width: 100%;
  width: auto;
  display: block;
}

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

.banner-item .banner-image {
  height: 205px;
  display: none;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .banner-item .banner-image {
    height: 340px;
    display: block;
  }
}

.content-banner {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 40px;
  margin-left: -480px;
  z-index: 99;
  width: 1000px;
  padding-top: 90px;
  max-width: 470px;
  text-align: left;
}

@media screen and (max-width: 1170px) {
  .content-banner {
    left: 0;
    max-width: 570px;
    padding-left: 100px;
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .content-banner {
    padding: 40px 15px 0;
  }
}

.banner-title {
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #e8c21c;
}

@media screen and (max-width: 959px) {
  .banner-title {
    font-size: 23px;
  }
}

.banner-title strong {
  display: block;
  color: #FFF;
}

.banner-pagination {
  z-index: 10;
}

.banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFF;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #009673;
}

.section-benefits {
  padding: 160px 0 120px;
}

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

.section-benefits .block-title {
  position: relative;
}

.section-benefits .block-title:before {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 106px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  content: "Benef\ED  cios";
  color: #e6e6e6;
}

@media screen and (max-width: 959px) {
  .section-benefits .block-title:before {
    display: none;
  }
}

.section-benefits .block-title .section-title {
  position: relative;
  z-index: 2;
}

.section-benefits .content-benefits {
  margin-top: 20px;
}

.section-benefits .row {
  margin: 0 -47px;
}

.section-benefits .col-benefit {
  padding: 0 47px;
}

.section-benefits .content-benefit {
  position: relative;
  padding-bottom: 35px;
  height: 205px;
  border-bottom: 2px solid #f2f2f2;
}

@media screen and (max-width: 959px) {
  .section-benefits .content-benefit {
    height: auto;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

.section-benefits .content-benefit.small {
  padding: 30px 0 0;
  height: 175px;
  border-bottom-width: 0;
}

@media screen and (max-width: 959px) {
  .section-benefits .content-benefit.small {
    padding: 0 0 35px;
    height: auto;
    border-bottom-width: 2px;
  }
}

.section-benefits .content-benefit.small:before, .section-benefits .content-benefit.small:after {
  bottom: 0;
}

.section-benefits .content-benefit.border:before, .section-benefits .content-benefit.border:after {
  position: absolute;
  top: 0;
  left: -47px;
  bottom: -2px;
  width: 2px;
  content: "";
  background: #f2f2f2;
}

.section-benefits .content-benefit.border:after {
  left: auto;
  right: -47px;
}

.section-benefits .benefit-icon {
  height: 96px;
}

.section-benefits .icon {
  width: 90px;
  height: 86px;
  display: inline-block;
  vertical-align: middle;
  background: url("/assets/images/sections/icons-benefits.png") no-repeat;
  background-size: 330px 307px;
}

.section-benefits .icon.financeiro {
  width: 87px;
  background-position: -126px 0;
}

.section-benefits .icon.sustentabilidade {
  width: 83px;
  background-position: -247px 0;
}

.section-benefits .icon.inovacao {
  background-position: 0 -221px;
}

.section-benefits .icon.valorizacao {
  width: 79px;
  background-position: -130px -221px;
}

.section-benefits .icon.longa-vida {
  width: 85px;
  background-position: -245px -221px;
}

.section-benefits .benefit-title,
.section-benefits .benefit-description {
  font-size: 21px;
  line-height: 1em;
  color: #003050;
}

.section-benefits .benefit-title {
  padding: 0 25px;
  font-family: "Town80TextMedium", Arial, sans-serif;
}

.section-services .row {
  margin: 0;
}

.section-services .col {
  padding: 0;
}

.content-service {
  position: relative;
  height: 443px;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 1279px) {
  .content-service {
    height: 343px;
  }
}

.content-service:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 91px;
  height: 138px;
  margin-left: -45px;
  background: url("/assets/images/sections/detail-service.png") no-repeat;
}

.content-service:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 9px;
  content: "";
  background: #e8c21c;
}

.content-service.empresas:after {
  background: #003050;
}

.content-service.instituicoes:after {
  background: #009673;
}

.content-service .table {
  position: relative;
  z-index: 3;
}

.content-service .service-title {
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1em;
  text-transform: uppercase;
  color: #FFF;
}

.content-service .service-title strong {
  padding-top: 5px;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 50px;
  line-height: 1em;
  display: block;
  color: #FFF;
}

@media screen and (max-width: 1279px) {
  .content-service .service-title strong {
    font-size: 40px;
  }
}

.content-service .btn {
  padding-left: 40px;
  padding-right: 40px;
  color: #FFF;
  border-color: #FFF;
}

.section-about {
  padding: 110px 0 175px;
  min-height: 500px;
  background: #f9f9e4 url("/assets/images/sections/about.jpg") no-repeat center bottom;
  background-size: cover;
}

@media screen and (max-width: 959px) {
  .section-about {
    min-height: inherit;
  }
}

.section-about .section-content {
  position: relative;
}

.section-about .section-content:after {
  position: absolute;
  top: -107px;
  right: 130px;
  width: 245px;
  height: 419px;
  content: "";
  background: url("/assets/images/sections/detail-about.png") no-repeat;
}

@media screen and (max-width: 959px) {
  .section-about .section-content:after {
    display: none;
  }
}

.section-about .content-description {
  text-align: right;
  max-width: 500px;
}

@media screen and (max-width: 959px) {
  .section-about .content-description {
    text-align: left;
  }
}

.section-about .section-description {
  font-size: 16px;
  line-height: 1.7em;
  color: #4d4d4d;
}
