.s-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 190px 60px 55px 60px;
  overflow: visible;
  z-index: 2;
  background: #fff;
  max-width: 1366px;
  margin: 0 auto;
}
 
.hero-ola {
  position: absolute;
  top: 225px;
    right: 104px;
  width: 198px;
  height: 151px;
  z-index: 0;
  pointer-events: none;
}
 
.hero-text {
  position: relative;
  z-index: 2;
  max-width: 36%;
  padding-top: 0;
}
 
.hero-text h1 > p{
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  color: #2A3570;
  margin-bottom: 16px;
}
 
.hero-text strong {
  color: #E06E1D;
  display: block;
  font-weight: 500;
}
 
.hero-text p {
  font-size: 16px;
  color: #464646;
  line-height: 22px;
  margin-bottom: 26px;
  font-weight: 400;
}
 
.btn-pill {
  display: inline-block;
  background: #E06E1D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
}
.btn-pill:hover{
  background:#D91575;
}
 
/* Bolsas: flotan a la derecha y bajan sobre la franja rosa */
.hero-bags {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  bottom: -186px;
  left: -174px;
  flex-shrink: 0;
  margin-left: -6px;
}
 
.hero-bags img {
  height: 305px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(2px 8px 18px rgba(0,0,0,0.18));
  display: block;
}
 
/* ════════════════════════════════════════
   SECCIÓN 2 — BANDA ROSA
   fullwidth: 100vw centrado, sin padding lateral izquierdo
   border-radius solo arriba-derecha
════════════════════════════════════════ */
 
.s-pink-outer {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  background: linear-gradient(
  to right,
  #D91575 0%,
  #D91575 50%,
  #fff 50%,
  #fff 100%
);
}
 
.s-pink {
  background: #D91575;
  border-radius: 0 170px 0 0;
  display: flex;
  align-items: end;
  min-height: 550px;
  width: 1240px;
  margin: 0 auto;
    padding-bottom: 63px;
}
 
.pink-img {
  width: 50%;
  flex-shrink: 0;

}
 
.pink-img img {
width: 608.246px;
  height: 422px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}
 
.pink-body {
  flex: 1;
  padding: 52px 56px 0px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
 
.pink-body h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 16px;
  width: 96%;
}
 
.pink-body p {
  font-size: 15px;
  color: #FFC8E4;
  line-height: 21px;
  margin-bottom: 24px;
  font-weight: 400;
}
 
.btn-pill-full {
  display: block;
  background: #E06E1D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  border: 0.5px solid #FFF;
  width: 252px;
}
 
/* ════════════════════════════════════════
   SECCIÓN 3 — NUESTROS CLIENTES
════════════════════════════════════════ */
.s-clients {
  padding: 93px 60px 40px 60px;
  max-width: 1366px;
  margin: 0 auto;
  background: #ffffff;
}

.s-clients h2 {
  font-size: 32px;
  font-weight: 400;
  color: #2A3570;
  line-height: 41px;
  margin-bottom: 32px;
}

.clientesSwiper {
    width: 100%;
    overflow: hidden;
}

.clientes-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.cliente-item {
    display: flex;
    align-items: center;
}

.cliente-item img {
    height: 88px;
    width: auto;
    object-fit: contain;
    border-radius: 20px;
    transition: opacity 0.3s ease;
}

/* ── DOTS ── */
.clientes-dots {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    width: 100%;
}

.clientes-dots span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #E06E1D;
    opacity: 0.5;

    cursor: pointer;
    transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
}

.clientes-dots span.active {
    background: #E87722;
    width: 97px;
    border-radius: 5px;
    opacity: 1;
}

 
.s-proceso {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 77px 0px 238px 0;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
 
/* Imagen absolutamente posicionada desde el borde izquierdo */
.proceso-img-abs {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 907px;
  height: 607px;
  z-index: 1;
}
 
.proceso-img-abs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 
/* Contenido (pasos + título) encima de la imagen */
.proceso-right {
  position: relative;
  z-index: 5;
  flex: 1;
  margin-left: 56%;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
 
.proceso-right h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
  color: #2A3570;
  margin-bottom: 50px;
  text-align: center;
}
 
.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  width: 100%;
  max-width: 518px;
  margin-bottom: 50px;
}
 
.step {
  background: #F3EEE3;
  border-radius: 20px;
  gap: 33px 46px;
  padding: 36px 32px;

  position: relative;
  min-height: 88px;
  z-index: 5;
}
 
.step-n {
  position: absolute;
  top: -13px;
  left: -8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F49122;
  color: #ffffff;
  font-size: 19px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.step p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 20PX;
  margin-top: 2px;
}
 .containerbtn{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 518px;
 }
 .hero-bags.responsivo{
 display: none;
}
/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */

@media (max-width: 1366px) {
.s-proceso {
  padding: 77px 64px 238px 64px;
}
.hero-bags{
 display: none;
}
.hero-bags.responsivo{
 display: flex;
 bottom: 46px;
 margin-top: -499px;
 z-index: 9;
 left: 0px;

}
.hero-bags.responsivo img {
  height: 305px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(2px 8px 18px rgba(0,0,0,0.18));
  display: block;
}
}
@media (max-width: 1266px) {
.hero-bags {
        left: -114px;
    }
}

@media (max-width: 1256px) {
  .s-pink{
    width: 91%;
  }
  .pink-img img{
    width: 100%;
  }
  .proceso-right{
    margin-left: 46%;
  }
  .hero-ola{
        top: 188px;
  }
}
 
@media (max-width: 1100px) {
  .s-hero {
            padding: 166px 48px 37px;
    }
  .hero-bags img {
    height: 230px;
  }
  .hero-bags {
    margin-bottom: -130px;
  }
  .pink-body {
    padding: 40px 36px 40px 40px;
  }
  .s-clients {
    padding: 50px 36px 32px;
  }
  .s-proceso {
    padding: 40px 36px 175px 0;
  }
  .proceso-img-abs{
    width: 741px;
    height: 478px;
  }

  .hero-bags.responsivo{
            bottom: 24px;
        margin-top: -167px;
        margin-bottom: 0px;
    
  }
  .hero-text{
    max-width: 48%;
  }
  .s-hero{
    padding: 166px 48px 120px;
  }
}
 
@media (max-width: 1000px) {

  .hero-bags.responsivo{
display: none;

  }
  .hero-bags{
  display: flex;
  left: -31px;
  }
  .hero-ola{
    right: 50px;
    width: 62px;
    height: 73px;
  }
  .olarosada{
    width: 100%;
  }
  .hero-bags img{
    height: 246px;
  }
}
@media (max-width: 860px) {
  .hero-bags{
    margin-bottom: 0px;
    bottom: 0px;
  }
  .s-hero {
        padding: 166px 48px 75px;
    }
        .hero-ola {
        right: 22px;
      }

}

@media (max-width: 789px) {
  .s-hero{
    padding: 65px 48px 37px;
  }
     .s-clients {
        padding: 48px 24px 32px;
    }

     .clientes-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
        justify-items: center;
        align-items: center;
    }

    .cliente-item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cliente-item img {
        height: 56px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
    .s-proceso{
     padding: 40px 36px 461px 0;
    }
    .proceso-right{
      margin-left: 0px;
    }
    .steps{
      max-width: 100%;
    }
    .containerbtn{
      max-width: 100%;
    }
        .hero-bags img {
        height: 212px;
    }
}
@media (max-width: 767px) {
.hero-text{
  max-width: 100%;
}
.s-pink-outer{
  padding: 20px;
    background: #D91575;
}
.s-pink{
  flex-direction: column;
  width: 100%;
  border-radius: 0px;
}
.pink-img{
  width: 100%;
  margin-bottom: 32px;
}
    .s-hero {
        flex-wrap: wrap;
        gap: 32px;
    }
    .hero-bags{
      width: 100%;
      left: 0px;
    }
    .hero-bags img{
      height:auto
    }
}
@media (max-width: 540px) {
  .hero-ola{
    display: none;
  }
  .s-hero {
    flex-direction: column;
        padding: 49px 24px 39px;
  }
  .hero-bags {
    margin-bottom: 0;
    align-self: center;
  }
  .hero-bags img {
    height: 263px;
  }
  .logos-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .logo-col {
    justify-content: flex-start !important;
  }
  .steps {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .pink-img img{
    height: 229px;
  }
  .pink-body{
            padding: 32px 0px 0px 0px;
  }
  .s-pink-outer{
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pink-img{
    margin-bottom: 0px;
    min-height: 0px;
  }
  .s-pink{
    padding-bottom: 0px;
  }
  .s-clients{
    padding: 48px 20px 32px 20px;
  }
          .s-proceso {
        padding: 40px 20px 334px 20px;
    }
    .proceso-right{
      padding-left: 0px;
    }
    .proceso-img-abs img{
      height: 268px;
      object-fit: contain;
    }
    .proceso-img-abs{
      height: auto;
      width: 100%;
    }
    .proceso-img-abs {
    bottom: 46px;
    left: -14px;
    }
    .proceso-right h2{
    text-align: start;
    }
}
@media (max-width: 540px) {
    .hero-bags img {
        height: 204px;
    }
}
 