/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/stylesheets/pages/home.scss ***!
  \******************************************************************************************************************************************************/
.home {
  color: var(--ds-color-branding-500);
}
@media (min-width: 768px) {
  .home-banner {
    margin-bottom: 5rem;
  }
}
.home-banner .title {
  max-width: 20ch;
  margin: auto;
  line-height: normal;
}
.home-banner .subtitle {
  letter-spacing: 3px;
}
.home-score-title {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.home-score-title span {
  font-weight: 600;
  line-height: 1;
}
.home-score-title :nth-child(1) {
  font-size: 41px;
}
.home-score-title :nth-child(2) {
  font-size: 51px;
}
.home-score-values {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-inline: 1rem;
}
.home-score-values span {
  position: relative;
  display: block;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 8px;
}
.home-score-values span::before {
  content: "";
  width: 35px;
  height: 35px;
  background: linear-gradient(180deg, var(--color, #003b4d) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 4px;
  top: 8px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 50%, 25% 95%, 75% 95%, 100% 50%, 75% 5%, 25% 5%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  z-index: -1;
}

@media (min-width: 992px) {
  .about-resume .card-title {
    position: relative;
    height: 160px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: -115px;
  }
  .about-resume .card-title span {
    line-height: 1;
  }
  .about-resume .card-title :nth-child(1) {
    font-weight: 500;
    font-size: 60px;
  }
  .about-resume .card-title :nth-child(2) {
    font-weight: 600;
    font-size: 74px;
  }
}

.tac {
  background-color: var(--ds-color-branding-500);
  background-image: linear-gradient(35deg, var(--ds-color-branding-500) 20%, rgba(0, 0, 0, 0) 95%), url("../assets/images/background/represa.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  color: var(--ds-color-white);
  text-align: center;
}
@media (min-width: 992px) {
  .tac {
    text-align: start;
  }
}
.tac .title {
  color: var(--ds-color-white);
}
@media (min-width: 992px) {
  .tac .title {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .tac .title span {
    line-height: 1;
  }
  .tac .title :nth-child(1) {
    font-weight: 700;
    font-size: 80px;
  }
  .tac .title :nth-child(2) {
    font-size: 40px;
    font-weight: 400;
  }
}

@media (max-width: calc(768px - 0.2px)) {
  .video {
    text-align: center;
  }
}
.video .bg-thumb-video {
  margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .video .bg-thumb-video {
    margin-top: 0;
  }
}

.swiper-wrapper .swiper-slide {
  height: auto;
  padding-block: 3rem;
  padding-inline: 1rem;
}
