.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section .circle-gradient-right, .hero-section .circle-gradient-left, .hero-section .circle-gradient-desktop {
  position: absolute;
  pointer-events: none;
  background: var(--color-purple);
  filter: blur(150px);
  z-index: 0;
  border-radius: 50%;
}
.hero-section .circle-gradient-right {
  width: 275px;
  height: 388px;
  top: 10%;
  left: 80%;
}
.hero-section .circle-gradient-left {
  width: 275px;
  height: 289px;
  top: 475px;
  left: -80%;
}
.hero-section .somos-subsection .container-section-title {
  margin-top: 36px;
}
.hero-section .somos-subsection .section-title {
  text-align: center;
}
.hero-section .somos-subsection .section-subtitle {
  margin-top: 0;
  text-align: center;
}
.hero-section .hero-inner-nosotros {
  margin-top: 30px;
}
.hero-section .hero-media {
  position: relative;
  grid-area: media;
  width: 100%;
  min-height: 226px;
}
.hero-section .hero-media .hero-main {
  min-height: 225px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 var(--radius-3) 0 var(--radius-3);
  box-shadow: var(--shadow-3);
}
.hero-section .hero-media .hero-badge {
  position: absolute;
  display: block;
}
.hero-section .hero-media .hero-badge--1 {
  width: clamp(130px, 14vw, 153px);
  top: 8%;
  left: 3%;
}
.hero-section .hero-media .hero-badge--2 {
  width: clamp(150px, 16vw, 250px);
  top: 95%;
  left: 5%;
}
.hero-section .hero-media .hero-badge--3 {
  width: clamp(158px, 10vw, 151px);
  top: 36%;
  left: 6%;
}
.hero-section .hero-media .hero-badge--4 {
  width: clamp(137px, 11vw, 124px);
  top: 84%;
  right: 5%;
}
.hero-section .talento-subsection {
  padding-top: 77px;
}
.hero-section .talento-subsection .section-subtitle {
  margin-top: 15px;
  font-size: 16px;
}
.hero-section .pain-points-grid {
  margin-top: 34px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.hero-section .pain-points-grid.animate .pain-point-item {
  animation: enter-left 0.5s ease-in both;
}
.hero-section .pain-points-grid.animate .pain-point-item:nth-child(1) {
  animation-delay: 0.1s;
}
.hero-section .pain-points-grid.animate .pain-point-item:nth-child(2) {
  animation-delay: 0.2s;
}
.hero-section .pain-points-grid.animate .pain-point-item:nth-child(3) {
  animation-delay: 0.3s;
}
.hero-section .pain-points-grid.animate .pain-point-item:nth-child(4) {
  animation-delay: 0.4s;
}
.hero-section .pain-points-action {
  text-align: center;
  margin-top: 20px;
}
.hero-section .pain-points-action .btn-primary-default {
  width: 225px;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}
.hero-section .pain-points-action .btn-primary-default:hover {
  color: var(--color-white);
  border: 1px solid var(--color-purple);
}
.hero-section .pain-point-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
}
.hero-section .pain-point-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.hero-section .pain-point-header img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.hero-section .pain-point-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.hero-section .pain-point-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 868px) {
  .hero-section .circle-gradient-right {
    width: 1808px;
    height: 856px;
    opacity: 0.4;
    filter: blur(85px);
    top: -4%;
    left: 64%;
  }
  .hero-section .circle-gradient-left {
    width: 861px;
    height: 407px;
    opacity: 0.4;
    top: 5%;
    left: -27%;
    filter: blur(85px);
  }
  .hero-section .circle-gradient-desktop {
    width: 565px;
    height: 191px;
    opacity: 0.4;
    top: 47%;
    left: 1%;
  }
  .hero-section .somos-subsection .container-section-title {
    max-width: 720px;
    margin: auto;
    margin-top: 17px;
  }
  .hero-section .hero-inner-nosotros {
    margin-top: 35px;
  }
  .hero-section .hero-media {
    position: relative;
    grid-area: media;
    width: 550px;
    height: 323px;
    margin: auto;
  }
  .hero-section .hero-media .hero-badge--1 {
    width: 187px;
    top: 16%;
    left: 8%;
  }
  .hero-section .hero-media .hero-badge--2 {
    width: 212px;
    top: 25%;
    left: 96%;
  }
  .hero-section .hero-media .hero-badge--3 {
    width: 265px;
    top: 45%;
    left: -34%;
  }
  .hero-section .hero-media .hero-badge--4 {
    width: 174px;
    top: 54%;
    left: 90%;
  }
  .hero-section .talento-subsection {
    padding-top: 69px;
  }
  .hero-section .talento-subsection .container-section-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero-section .talento-subsection .container-section-title .section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: -8px;
  }
  .hero-section .pain-points-grid {
    margin-top: 134px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .hero-section .pain-points-action {
    margin-top: 42px;
  }
  .hero-section .pain-points-action .btn {
    width: 254px;
  }
  .hero-section .pain-point-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
  }
  .hero-section .pain-point-header h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    width: 200px;
  }
  .hero-section .pain-point-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}/*# sourceMappingURL=hero-section.css.map */