.banner {
  height: 550px;
}
.banner.home {
  background: url(../images/banner-relatorio.jpg) no-repeat center top #fff !important;
  background-size: fill !important;
}
.banner.home h1 {
  font-size: 2rem;
}
.banner .banner-title .container p {
  position: absolute;
  left: calc(0% + 180px);
  top: 0;
  font-size: 5rem;
  user-select: none;
}
.sustentabilidade .-bg-white {
  background: url(../images/home-sustentabilidade.jpg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
}
.sustentabilidade .-bg-white .container {
  color: #fff;
  height: 450px;
}
.sustentabilidade .col-7:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: -4px;
  background-color: #fff;
}
.sustentabilidade .-bg-white .container h3 {
  text-shadow: 1px 1px #333;
  padding-left: 3rem;
}
.bordered {
  border-left: 1px solid #fff;
}
.btn-saiba {
  background-color: #fff;
  color: #2f983b;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 5px 15px;
  margin: 8px 0;
  border-radius: 0;
  display: inline-block;
  transition: 0.5s;
  margin-left: 3rem;
}
.btn-saiba:hover {
  background-color: #2f983b;
  text-decoration: none;
  color: #fff;
}
.destaques { position: relative; overflow: hidden; }
.destaques p { margin: 0; }
.cepel-grandes-numeros {
  position: relative;
}
.cepel-grandes-numeros .swiper-slide {
  background-color: #fff;

}
.swiper-controller {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.swiper-button_prev,
.swiper-button_next {
  padding: 25px;
  cursor: pointer;
}
.swiper-button_prev {
  background: url(../images/swiper-home.png) center no-repeat;
  transform: rotate(270deg);
  margin-top: 5px;
}
.swiper-button_next {
  background: url(../images/swiper-home.png) center no-repeat;
  transform: rotate(90deg);
}
.swiper-pagination {
  top: 20px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 0 !important;
  margin: 0 5px !important;
}
.swiper-pagination-bullet-active {
  background: var(--page-color) !important;
}
.swiper-utils {
  position: relative;
}
.acesso-rapido {
  overflow: hidden;
  position: relative;
  min-height: 550px;
  background: url(../images/loading.gif) no-repeat center; background-size: 80px;
}
.acesso-rapido .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--page-color);
}
.acesso-rapido .title .left,
.acesso-rapido .title .right {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--page-color);
  position: relative;
}
.acesso-rapido .title .right:after,
.acesso-rapido .title .left:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 13px;
  top: -6px;
  z-index:5;
}
.acesso-rapido .title .left:after {
  right: 0;
  background-color: var(--page-color);
}
.acesso-rapido .title .right:after {
  left: 0;
  background-color: var(--page-color);
}
.acesso-rapido .title h3 {
  width: 70%;
  margin: 0;
}
.swiper-button-prev-button,
.swiper-button-next-button {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 1;
  top: calc(52% + 4.1px);
  cursor: pointer;
}
.swiper-button-prev-button {
  left: 22%;
}
.swiper-button-next-button {
  right: 22%;
}
.swiper-button-prev-button:after,
.swiper-button-next-button:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/up-arrow-angle.png) no-repeat center;
  background-size: fill;
}
.swiper-button-next-button:after {
  transform: rotate(90deg);
}
.swiper-button-prev-button:after {
  transform: rotate(270deg);
}
.swiper-button-prev-button span,
.swiper-button-next-button span {
  position: relative;
}
.swiper-button-prev-button span:after,
.swiper-button-next-button span:after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: var(--page-color);
  top: 25px;
}
.swiper-button-prev-button span:after {
  left: -985px;
}
.swiper-button-next-button span:after {
  right: -1045px;
}
.acesso-rapido .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 400px;
}
.acesso-rapido .mySwiper .swiper-slide {
  height: 350px;
  filter: blur(1px);
  transition: all ease 0.2s;
}
.acesso-rapido .mySwiper .swiper-slide-active {
  height: 400px;
  filter: blur(0) !important;
  opacity: 1;
}

@media (min-width:1440px){
  .acesso-rapido .swiper-wrapper { height: 550px; }
  .acesso-rapido .mySwiper .swiper-slide { height: 450px; }
  .acesso-rapido .mySwiper .swiper-slide-active { height: 550px; }
}

.mySwiper .swiper-slide .card {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: white;
  transition: all ease 0.2s;
}

.mySwiper .swiper-slide .card .card-footer {
  width: 100%;
  padding: 1rem;
}
.mySwiper .swiper-slide .card .card-footer h4 {
  position: relative;
  padding-left: 2rem;
  border-left: 1px solid white;
}
.mySwiper .swiper-slide .card .card-footer h4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  left: -1px;
  top: -500px;
  border-left: 1px solid white;
  pointer-events: none;
}
.mySwiper .swiper-slide .card .card-footer h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: -1px;
  top: 100%;
  border-left: 1px solid white;
  pointer-events: none;
}
.mySwiper .swiper-slide .card .card-footer h4 span {
  position: absolute;
  height: 90%;
  width: 7px;
  top: 10%;
  left: -4px;
  background-color: white;
}
.mySwiper .swiper-slide .card .card-plus-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiper .swiper-slide .card .card-plus-button span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  font-size: 3rem;
  background: url("/assets/images/plus-sign.png") no-repeat center
    var(--page-color);
}

@media (min-width: 992px) {
  .banner.home h1 {
    font-size: 2rem;
  }
  .banner .banner-title .container p {
    position: absolute;
    left: calc(0% + 200px);
    top: -15px;
    font-size: 6rem;
    user-select: none;
  }
  .banner.home {
    background-size: cover !important;
  }
}

/* swiper slide, swiper-wrapper */
@media (max-width: 600px) {
  .acesso-rapido .mySwiper .swiper-slide,
  .acesso-rapido .swiper-wrapper,
  .acesso-rapido .swiper-slide,
  .acesso-rapido .swiper-slide-active,
  .mySwiper .swiper-slide .card {
    height: 480px !important;
  }
  .swiper-button-prev-button,
  .swiper-button-next-button {
    filter: opacity(0.5);
    top: calc(52% + 21px);
  }
  .swiper-button-prev-button:hover,
  .swiper-button-next-button:hover {
    filter: opacity(1);
  }
  .swiper-button-prev-button {
    left: 10%;
  }
  .swiper-button-next-button {
    right: 10%;
  }
  .acesso-rapido .title h3 {
    padding: 0 2rem;
  }
  .acesso-rapido .title .left,
  .acesso-rapido .title .right {
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--page-color);
    position: relative;
  }
  .acesso-rapido .title .right:after,
  .acesso-rapido .title .left:after {
    display: none;
  }
}
