.section-structure .content-pagination {
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0;
}
.section-structure .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFD700;
}

.swiper-slide {
  height: auto;
}

.structure-item {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .structure-item {
    height: 600px;
  }
}
.structure-item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=1);
}
@media (min-width: 768px) {
  .structure-item:before {
    width: 52%;
  }
}
.structure-item .table {
  position: relative;
  z-index: 2;
}
.structure-item .centraliza {
  padding: 150px 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .structure-item .centraliza {
    padding: 170px 0;
  }
}
.structure-item .block-value-description {
  max-width: 550px;
  line-height: 1.5em;
  color: #FFF;
}

.structure-item-title {
  max-width: 550px;
  margin-bottom: 5px;
  font-size: 34px;
  line-height: 1.1em;
}
@media (min-width: 992px) {
  .structure-item-title {
    font-size: 44px;
  }
}

.section-values {
  overflow: hidden;
  background: #F8F8F8;
}
@media (min-width: 992px) {
  .section-values {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .section-values:after {
    position: absolute;
    top: -50px;
    right: -150px;
    width: 772px;
    height: 908px;
    content: "";
    background: url("/assets/images/sections/raios-2.png") no-repeat right top;
    transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
  }
}
@media (min-width: 1400px) {
  .section-values:after {
    right: 0;
  }
}
.section-values .row-blocks {
  margin: -60px -40px 0;
}
.section-values .col-blocks {
  padding: 0 40px;
  margin-top: 60px;
}

.block-value-title {
  margin-bottom: 20px;
  font-size: 28px;
}
@media (min-width: 992px) {
  .block-value-title {
    font-size: 34px;
  }
}

.block-value-description {
  line-height: 1.4em;
}
.block-value-description p:last-child {
  margin-bottom: 0;
}

.map {
  margin-top: 30px;
  position: relative;
  height: 350px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .map {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .map {
    height: 550px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}