.section-box-about {
  background-image: url("../../../images/bg-diagonal.webp");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}

.section-box-about h1 {
  font-family: "Superclarendon";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  color: #ffffff;
  width: 70%;
}

.section-box-about-03 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-box-about-03 img {
  position: relative;
  z-index: -1;
  width: 100%;
  border-radius: 13px;
}

.section-box-about-03::after {
  content: "";
  position: absolute !important;
  z-index: 999;
  display: block;
  width: 148px;
  height: 148px;
  background-image: url("../../../images/svg/play-circle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1);
  -webkit-animation: heartbeat 2.5s steps(5, start) 0.4s infinite both;
  animation: heartbeat 2.5s steps(5, start) 0.4s infinite both;
}

.section-box-about-04 h2,
.section-box-about-04 p {
  text-align: left;
  width: 100%;
}

.section-box-about-04 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #475467;
}

.section-box-about-04 h2 {
  font-family: "Superclarendon";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #101828;
}

.section-box-about-04 .list-icons .item-icon {
  height: 240px;
}

.section-box-about-05 h2 {
  font-family: "Superclarendon";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #000000;
}

/* Slider Nossos Produtos */

.slider-button {
  background-color: transparent;
}
.slider-button.hide {
  visibility: hidden;
}
.slider-button::after {
  width: 50px;
  height: 50px;
}
.slider-button-previous::after {
  content: "";
  background-image: url("../../../images/svg/button-slider-left.svg");
}
.slider-button-next::after {
  content: "";
  background-image: url("../../../images/svg/button-slider-right.svg");
}  

.section-box-2 .slider-nav {
  margin-top: -120px !important;
  right: 0;
}

@media (max-width: 863px) {
  .section-box-2 .slider-nav {
    margin-top: -360px !important;
    right: 0;
  }

  .slider-button::after {
    width: 30px;
    height: 30px;
}
}

/* SWIPER */

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next {
  background-image: url("../../../images/svg/button-slider-right.svg");
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  top: 0;
}
.swiper-button-prev {
  background-image: url("../../../images/svg/button-slider-left.svg");
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  top: 0;
}

@media (min-width: 474px) and (max-width: 863px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px!important;
    height: 34px!important;
    background-size: cover;
  } 
  }

