.section-hero {
  background: #fff;
  text-align: center;
  padding: 177px 24px 60px;
  position: relative;
}

.section-hero h1 {
  font-size: 40px;
  font-weight: 500;
  color: #2a3570;
  margin-bottom: 32px;
  line-height: 94%;
}

.section-hero h1 strong {
  color: #e06e1d;
  font-weight: 500;
}

.products-banner-wrapper {
  position: relative;
  display: inline-block;
  max-width: 977px;
  width: 100%;
}

.products-banner-wrapper img.products-img {
  width: 100%;
  display: block;
}

.btn-solicitar-hero {
  display: inline-block;
  margin-top: 12px;
  background: #d4438d;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

/* ───────────── SECTION 2: EXPERIENCIA ───────────── */
.section-experiencia {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.section-experiencia-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-experiencia-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.experiencia-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 10px 97px 80px;
  gap: 40px;
}

.experiencia-left {
  max-width: 48%;
}

.mascot-img {
  width: 284px;
  display: block;
  margin-top: -73px;
  margin-left: -10px;
}

.experiencia-left h2 {
  font-size: 32px;
  font-weight: 500;
  color: #2a3570;
  margin-bottom: 16px;
  line-height: 44px;
}

.experiencia-left p {
  font-size: 16px;
  color: #585858;
  line-height: 22.4px;
  margin-bottom: 28px;
}

.btn-solicitar-outline {
  display: inline-block;
  background: #2a3570;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 13px 24px;
  border-radius: 50px;
  text-decoration: none;
  border: 0.5px solid #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.experiencia-right {
  align-items: flex-start;
  padding-top: 40px;
  width: 40%;
}

.mapa-wrapper {
  position: relative;
  width: 423px;
}

.mapa-wrapper img.mapa-img {
  width: 100%;
  display: block;
  opacity: 0.85;
}

.mapa-paises {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 30px;
}

.mapa-paises span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #333;
}

.dot-pais {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e06e1d;
  flex-shrink: 0;
}

/* ───────────── SECTION 3: SOCIOS ───────────── */
.section-socios {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  margin-top: -40px;
}

.section-socios-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-socios-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.socios-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 40px 80px;
  gap: 0;
}

.socios-left {
  max-width: 48%;
  position: relative;
}

.personas-img {
  width: 909px;
  display: block;
  border-radius: 4px;
  margin-left: -234px;
  margin-bottom: -42px;
}

.socios-right {
  padding-left: 56px;
  width: 41%;
}

.socios-right h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 28px;
  line-height: 36px;
  max-width: 432px;
}

.pasos-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.paso-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.paso-num {
  background: #1a2e5a;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  padding: 6px 10px;
  min-width: 61px;
  text-align: center;
  border-radius: 10px;
}

.paso-label {
  background: #f5e9d8;
  color: #1a2e5a;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 20px;
  text-align: center;
  flex: 1;
  border-radius: 10px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1160px) {
  .experiencia-inner {
    padding: 60px 60px 97px 60px;
  }
  .personas-img {
    width: 606px;
    margin-left: -154px;
    margin-bottom: -114px;
  }
  .socios-right {
    width: 49%;
    padding: 0px;
  }
}
@media (max-width: 1020px) {
    .personas-img {
        width: 100%;
        margin-left: 0px;
        margin-bottom: -171px;
    }
    .socios-inner{
      padding: 80px 40px 40px 8px;
    }
    .socios-right{
              padding-bottom: 54px;
    }
}
@media (max-width: 890px) {
.socios-right h2{
  width: 100%;
  font-size: 27px;
}
.personas-img{
  margin-bottom: -213px;
}
}
@media (max-width: 820px) {
  .experiencia-inner {
    flex-direction: column;
    padding: 40px 24px 60px;
  }
  .experiencia-right {
    padding-top: 0;
    align-items: center;
    width: 100%;
  }
  .mapa-wrapper {
    width: 200px;
  }

  .socios-inner {
    flex-direction: column;
    padding: 50px 24px 60px;
  }
  .socios-left {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
  .socios-right {
    padding-left: 0;
    padding-top: 32px;
    width: 100%;
  }
}
@media (max-width: 790px) {
.personas-img{
  margin-bottom: 0px;
}
.experiencia-left{
  width: 100%;
  max-width: 100%;
}
    .mapa-wrapper {
        width: 100%;
    }
    .mapa-wrapper img.mapa-img{
      width: 68%;
      margin: 0 auto;
    }
    .mascot-img{
     margin-top:  0px
    }
    .section-socios{
      margin-top: -81px;
    }
    .experiencia-inner{
      padding: 40px 24px 123px;
    }
    .socios-inner{
      padding: 50px 24px 110px;
    }
}
@media (max-width: 420px) {
  .section-hero{
    padding: 59px 24px 13px;
  }
  .experiencia-left{
    align-items: center;
        display: flex;
        flex-direction: column;
  }
  .section-hero h1{
    font-size: 40px;
line-height: 94%;
  }
  .mascot-img{
    width: 308.392px;

  }
  .experiencia-left h2{
    text-align: center;

  }
  .experiencia-left p{
    text-align: center;
  }
  .mapa-wrapper img.mapa-img{
    width: 299px;
  }
      .socios-inner {
        padding: 102px 24px 110px;
    }
    .socios-right h2{
      font-size: 32px;
      line-height: 114%;
    }
    .paso-item{
      align-items: start;
    }
    .paso-label{
      text-align: start;
      font-size: 18px;

    }
}
