.section-banner {
  position: relative;
}
.section-banner .picturefill-background {
  width: 100%;
  height: 70svh;
  display: block;
  background-color: #f4f4f4;
  position: relative;
}
.section-banner .picturefill-background::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .section-banner .picturefill-background {
    max-height: 831px;
    height: 100vh;
  }
}
.section-banner .container-banner {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
  padding-right: 80px;
}
.section-banner .container-banner .centraliza {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-banner .container-banner .centraliza {
    top: 155px;
  }
}
.section-banner .container-banner .title-banner {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .section-banner .container-banner .title-banner {
    margin-bottom: 21px;
    font-size: 35px;
    padding-right: 0;
  }
}
.section-banner .container-banner .text {
  max-width: 521px;
  color: #ffffff;
  margin-bottom: 33px;
  padding-right: 60px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-banner .container-banner .text {
    font-size: 23px;
    padding-right: 0;
  }
}
.section-banner .banner-hero-video {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner .swiper-pagination {
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 1720px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 32%;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 30px;
}
.section-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.section-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff782d;
}
@media (min-width: 992px) {
  .section-banner .swiper-pagination {
    top: 50%;
    padding-right: 60px;
  }
}
.section-banner .initial-line {
  display: block;
  height: 30px;
}

.section-about .about-title {
  color: #ff782d;
  font-weight: 300;
  padding-left: 30px;
}
.section-about .about-subtitle {
  font-weight: 500;
  font-size: 20px;
  margin-top: 22px;
}
.section-about .content-text {
  width: 100%;
  padding-left: 0;
  border-left: 0;
}
.section-about .container-video {
  height: 350px;
  max-width: 580px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.section-about .container-video .container-play {
  background-color: transparent;
  border: 0;
  z-index: 1;
  position: relative;
}
.section-about .container-video .container-play path {
  transition: fill 0.5s ease;
  transition-delay: 0.5s;
}
.section-about .container-video .container-play:hover path {
  fill: #ff782d;
}
.section-about .container-video .container-play .play-video-btn,
.section-about .container-video .container-play .play-video-btn-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-about .container-video .container-play .play-video-btn {
  z-index: 2;
}
.section-about .container-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 78, 78, 0.4);
}
.section-about .container-line {
  position: relative;
}
.section-about .container-line .line-horizontal {
  width: 2px;
  height: 0px;
  background-color: #ff782d;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  transition: 0.3s ease all;
}
.section-about .col-custom-1 {
  padding-left: 20px;
}
.section-about .col-custom-2 {
  padding-right: 20px;
}
.section-about .banner-hero-youtube {
  position: relative;
}
.section-about .banner-hero-youtube .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
  padding: 2rem;
}
.section-about .banner-hero-youtube .modal-content {
  height: 75vh;
  background-color: #000;
  position: relative;
  max-width: 1280px;
  max-height: 1080px;
  overflow: visible;
  padding-bottom: 0;
}
.section-about .banner-hero-youtube .modal-content .btn-close {
  width: 32px;
  height: 32px;
  background: #ff782d;
  opacity: 1;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about .banner-hero-youtube .modal-content .btn-close::after, .section-about .banner-hero-youtube .modal-content .btn-close::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  rotate: -45deg;
  border-radius: 2px;
}
.section-about .banner-hero-youtube .modal-content .btn-close::before {
  rotate: 45deg;
}
.section-about .banner-hero-youtube .modal-content .iframe-youtube {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .section-about .about-title {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: normal;
    padding-left: 0;
  }
  .section-about .about-subtitle {
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 27px;
  }
  .section-about .content-text {
    max-width: 405px;
  }
  .section-about .container-video {
    height: 460px;
  }
  .section-about .container-line .line-horizontal {
    left: -50px;
  }
  .section-about .col-custom-1 {
    padding-left: 70px;
  }
  .section-about .col-custom-2 {
    padding-right: 70px;
  }
}

@media (min-width: 992px) {
  .section-differences .subtitle {
    line-height: 55px;
    margin-bottom: 6px;
  }
}
.section-differences .content-text {
  padding-left: 0;
  border-left: 0;
}
.section-differences .content-text .text {
  padding-right: 25px;
}
@media (min-width: 992px) {
  .section-differences .content-text .text {
    font-size: 24px;
    line-height: 125%;
  }
}
.section-differences .swiper-differences {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .section-differences .swiper-differences {
    padding-top: 55px;
  }
}
.section-differences .swiper-differences .differences-item {
  color: #ffffff;
  height: auto;
  padding: 46px 34px;
  padding-bottom: 26px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.section-differences .swiper-differences .differences-item::before, .section-differences .swiper-differences .differences-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-differences .swiper-differences .differences-item::before {
  background-color: #4e4e4e;
}
.section-differences .swiper-differences .differences-item::after {
  background-color: #ff782d;
  height: 0%;
  transition: 0.3s ease height;
}
.section-differences .swiper-differences .differences-item:hover::after {
  height: 100%;
}
.section-differences .swiper-differences .differences-item-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.section-differences .swiper-differences .differences-item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 115%;
}
.section-differences .swiper-differences .differences-item .text {
  margin-bottom: 0;
}
.section-differences .swiper-differences .differences-pagination {
  position: relative;
  bottom: 0;
  padding-top: 33px;
}
@media (min-width: 992px) {
  .section-differences .container-title {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .section-differences {
    padding-top: 114px;
  }
}

.section-cta {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55)), url("../../images/sections/home/bg-cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.section-cta .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.section-cta .content-text {
  padding-left: 0;
  border-left: 0;
}
.section-cta .content-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-cta .content-text {
    padding-right: 8.77%;
  }
}
.section-cta .btn-secondary p {
  color: #ffffff;
}
.section-cta .btn-secondary:hover p {
  color: #ff782d;
}
@media (min-width: 992px) {
  .section-cta .cta-title {
    font-size: 62px;
    line-height: 70px;
  }
  .section-cta .content-text p {
    font-size: 26px;
  }
  .section-cta .content-text .btn p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .section-news {
    padding-top: 90px;
  }
}