/* Sección "Tu pedido ya va volando" (envíos) del home. Copiado tal
   cual de index.html, incluyendo los ajustes de tamaño del avión y
   la caja que vivían al final del archivo (esos son los que ganan
   en la cascada — son más grandes que los del bloque principal). */
#s-env .sec{position:relative;background:linear-gradient(180deg,var(--crema) 0%,var(--tinte) 60%,var(--crema) 100%);}
#s-env .sec::before{content:"";position:absolute;width:640px;height:640px;border-radius:44% 56% 62% 38% / 50% 42% 58% 50%;background:radial-gradient(circle,rgba(0,165,149,.12),transparent 70%);right:-250px;top:-260px;animation:env_morf 18s ease-in-out infinite alternate;}
#s-env .sec::after{content:"";position:absolute;width:440px;height:440px;border-radius:38% 62% 55% 45% / 45% 55% 45% 55%;background:radial-gradient(circle,rgba(245,148,31,.09),transparent 70%);left:-170px;bottom:-160px;}
@keyframes env_morf{to{border-radius:56% 44% 40% 60% / 44% 56% 44% 56%;}}
#s-env .sec-in{max-width:1240px;margin:0 auto;padding:64px 32px 70px;position:relative;z-index:2;}
#s-env .head{text-align:center;max-width:560px;margin:0 auto 8px;}
#s-env .eb{display:inline-flex;align-items:center;gap:7px;background:rgba(0,165,149,.09);border:1.5px solid var(--resalte);color:var(--resalte-hondo);font-family:'Poppins';font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;border-radius:999px;padding:6px 15px;margin-bottom:14px;}
#s-env h2{font-family:'Poppins';font-weight:800;font-size:clamp(26px,3.2vw,38px);letter-spacing:-1px;line-height:1.1;}
#s-env h2 .cur{font-family:'Caveat';font-weight:700;color:var(--resalte);font-size:1.1em;}
#s-env .sub{color:var(--tinta-suave);font-size:14.5px;margin-top:8px;}
#s-env .cielo{position:relative;height:380px;margin-top:8px;}
#s-env .linea{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;}
#s-env .gomita{position:absolute;left:2%;bottom:0;width:min(260px,36vw);height:auto;z-index:3;filter:drop-shadow(0 20px 28px rgba(30,43,39,.18));}
#s-env .avion{position:absolute;left:0;top:0;width:58px;height:58px;z-index:4;will-change:transform;filter:drop-shadow(0 10px 14px rgba(0,125,113,.28));}
#s-env .chip{position:absolute;background:#fff;border:1.5px solid var(--borde);border-radius:14px;padding:10px 14px;box-shadow:0 12px 26px rgba(30,43,39,.09);display:flex;align-items:center;gap:9px;font-family:'Poppins';z-index:3;}
#s-env .chip .ic{width:30px;height:30px;border-radius:9px;background:rgba(0,165,149,.1);color:var(--resalte-hondo);display:grid;place-items:center;flex-shrink:0;}
#s-env .chip b{font-size:12px;display:block;line-height:1.2;}
#s-env .chip small{font-size:10px;color:var(--tinta-suave);}
#s-env .ch1{left:26%;bottom:14%;}
#s-env .ch2{left:47%;bottom:30%;}
#s-env .ch3{right:16%;bottom:60%;}
#s-env .ch4{right:4%;bottom:10%;}
@media(max-width:760px){
  #s-env .sec-in{padding:40px 20px 56px;}
  #s-env .cielo{height:300px;}
  #s-env .avion{width:44px;height:44px;}
  #s-env .chip{padding:7px 10px;}
  #s-env .chip b{font-size:10.5px;}
  #s-env .chip small{display:none;}
  #s-env .ch1{left:30%;bottom:6%;}
  #s-env .ch2{left:50%;bottom:30%;}
  #s-env .ch3{right:8%;bottom:62%;}
  #s-env .ch4{display:none;}
}
#s-env .caja-dest{position:absolute;z-index:3;right:2.5%;top:12%;width:78px;height:auto;filter:drop-shadow(0 14px 20px rgba(30,43,39,.2));}
/* — ajustes finos (vivían al final del archivo; ganan la cascada) — */
#s-env .cielo{height:380px;}
#s-env .gomita{width:min(325px,45vw);height:auto;transform:translate(-40px,0px);}
#s-env .caja-dest{width:140px;height:auto;}
@media(max-width:900px){
  #s-env .cielo{height:460px;transform:translate(20px,0px);}
  #s-env .caja-dest{top:4%;}
}
