.impacto-section {
  background-color: var(--color-black);
  color: var(--color-white);
  margin-top: -1px;
  /* =========================
  Animations
  ========================= */
}
.impacto-section .container {
  padding-top: 36px;
}
.impacto-section .section-subtitle {
  margin-top: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.impacto-section .impact-visual {
  position: relative;
  width: 100%;
  min-height: 183px;
  margin-top: 36px;
}
.impacto-section .impact-visual .impact-img-main {
  width: 75%;
  height: auto;
}
.impacto-section .impact-visual .impact-badge {
  position: absolute;
}
.impacto-section .impact-visual .impact-badge--1 {
  top: 12%;
  left: 65%;
  width: 35%;
}
.impacto-section .impact-visual .impact-badge--2 {
  width: 56%;
  top: 79%;
  left: 35%;
}
.impacto-section .impact-values-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.impacto-section .impact-value-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.impacto-section .impact-value-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.impacto-section .impact-value-header {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.impacto-section .impact-value-header img {
  width: 32px;
  height: 32px;
}
.impacto-section .impact-value-titles {
  display: flex;
  flex-direction: column;
}
.impacto-section .impact-value-titles h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.impacto-section .impact-value-titles .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.impacto-section .impact-gallery {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
.impacto-section .impact-gallery::-webkit-scrollbar {
  display: none;
}
.impacto-section .impact-gallery-item {
  flex: 0 0 283px;
  width: 283px;
  height: 226px;
  max-width: 283px;
}
.impacto-section .impact-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.impacto-section .impact-gallery-loop {
  overflow: hidden;
}
.impacto-section .impact-gallery-loop .impact-gallery-item {
  flex: 0 0 70%;
}
.impacto-section .impact-gallery-track {
  display: flex;
  gap: 24px;
  animation: impact-gallery-scroll 45s linear infinite;
}
.impacto-section .impact-gallery-track:hover {
  animation-play-state: paused;
}
@keyframes impact-gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 868px) {
  .impacto-section .container {
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .impacto-section .section-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 34px;
    max-width: 460px;
  }
  .impacto-section .impact-values-grid {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
    row-gap: 34px;
  }
  .impacto-section .impact-value-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .impacto-section .impact-value-titles h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: -5px;
  }
  .impacto-section .impact-visual {
    width: 549px;
    height: 276px;
  }
  .impacto-section .impact-visual .impact-img-main {
    width: 406px;
    height: 276px;
  }
  .impacto-section .impact-visual .impact-badge--1 {
    top: 16%;
    left: 67%;
    width: 125px;
  }
  .impacto-section .impact-visual .impact-badge--2 {
    width: 242px;
    top: 77%;
    left: 51%;
  }
  .impacto-section .impact-gallery-container {
    padding-top: 35px;
    padding-bottom: 59px;
    overflow: hidden;
  }
  .impacto-section .impact-gallery-item {
    flex: 0 0 360px;
    width: 360px;
    height: 282px;
    max-width: 360px;
  }
}/*# sourceMappingURL=impacto-section.css.map */