@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&family=Great+Vibes&display=swap";:root{--blanco: #fffaf8;--blanco-puro: #ffffff;--rosa-palido: #fce8ed;--rosa-suave: #f7c5d0;--rosa: #e8849a;--rosa-oscuro: #c95f78;--rosa-intenso: #d4547a;--dorado: #d4a96a;--dorado-claro: #ead5a8;--dorado-dim: #b8935a;--crema: #fdf5ee;--crema-borde: #f0ddd5;--gris-suave: #f9f4f2;--texto: #3d2535;--texto-medio: #7a4f5e;--texto-claro: #b08090;--oscuro: #1a0d12;--oscuro-medio: #2d1520;--oscuro-suave: #3d2535;--dorado-vivo: #c9913a;--crema-rica: #f7ede0;--champagne: #f5e6c8;--fuente-titulo: "Playfair Display", Georgia, serif;--fuente-script: "Great Vibes", cursive;--fuente-cuerpo: "DM Sans", sans-serif;--sombra-rosa: 0 8px 40px rgba(232, 132, 154, .22);--sombra-suave: 0 4px 24px rgba(61, 37, 53, .09);--sombra-dorado: 0 8px 40px rgba(212, 169, 106, .25);--sombra-oscura: 0 20px 60px rgba(26, 13, 18, .35);--sombra-glass: 0 8px 32px rgba(61, 37, 53, .12);--radio: 10px;--radio-lg: 20px;--radio-xl: 28px;--transicion: all .38s cubic-bezier(.25, .46, .45, .94);--transicion-lenta: all .6s cubic-bezier(.25, .46, .45, .94);--borde: 1px solid var(--crema-borde)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--blanco);color:var(--texto);font-family:var(--fuente-cuerpo);font-weight:300;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--rosa-palido)}::-webkit-scrollbar-thumb{background:linear-gradient(var(--rosa),var(--dorado));border-radius:10px}::selection{background:var(--rosa-suave);color:var(--texto)}h1,h2,h3,h4{font-family:var(--fuente-titulo);font-weight:500;line-height:1.2;color:var(--texto)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1180px;margin:0 auto;padding:0 2rem}.eyebrow{font-family:var(--fuente-script);font-size:1.7rem;color:var(--rosa-oscuro);display:block;margin-bottom:.2rem;line-height:1}.eyebrow-dorado{font-family:var(--fuente-script);font-size:1.7rem;color:var(--dorado);display:block;margin-bottom:.2rem;line-height:1}.sep{display:flex;align-items:center;gap:.75rem;margin:1.25rem auto;width:fit-content}.sep:before,.sep:after{content:"";display:block;width:clamp(32px,7vw,80px);height:1px;background:linear-gradient(90deg,transparent,var(--rosa-suave));flex-shrink:0}.sep:after{background:linear-gradient(90deg,var(--rosa-suave),transparent)}.sep-icon{font-size:clamp(.8rem,2.5vw,1rem);color:var(--rosa);line-height:1}.sep-dorado:before{background:linear-gradient(90deg,transparent,var(--dorado-claro))}.sep-dorado:after{background:linear-gradient(90deg,var(--dorado-claro),transparent)}.sep-dorado .sep-icon{color:var(--dorado)}.btn-rosa{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2.4rem;background:linear-gradient(135deg,var(--rosa) 0%,var(--rosa-oscuro) 100%);color:#fff;font-family:var(--fuente-cuerpo);font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:50px;cursor:pointer;transition:var(--transicion);box-shadow:0 4px 20px #e8849a66;position:relative;overflow:hidden}.btn-rosa:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--rosa-oscuro) 0%,var(--rosa-intenso) 100%);opacity:0;transition:opacity .35s ease}.btn-rosa:hover:before{opacity:1}.btn-rosa:hover{box-shadow:0 8px 32px #c95f7880;transform:translateY(-2px)}.btn-rosa>*{position:relative;z-index:1}.btn-rosa span{position:relative;z-index:1}.btn-outline{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2.4rem;background:transparent;color:#fff;font-family:var(--fuente-cuerpo);font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1.5px solid rgba(255,255,255,.5);border-radius:50px;cursor:pointer;transition:var(--transicion);backdrop-filter:blur(4px)}.btn-outline:hover{background:#ffffff1a;border-color:#fffc}.btn-dorado{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2.4rem;background:linear-gradient(135deg,var(--dorado) 0%,var(--dorado-dim) 100%);color:#fff;font-family:var(--fuente-cuerpo);font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:50px;cursor:pointer;transition:var(--transicion);box-shadow:var(--sombra-dorado)}.btn-dorado:hover{transform:translateY(-2px);box-shadow:0 10px 40px #d4a96a80}.glass{background:#fffaf81f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2)}.glass-dark{background:#1a0d1266;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08)}.glass-rose{background:#fce8ed8c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(247,197,208,.4)}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes flotar-suave{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(2deg)}}@keyframes girar{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes girar-lento{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes aparecer{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulso-wa{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 18px #25d36600}to{box-shadow:0 0 #25d36600}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes contadorUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes petaloCaer{0%{transform:translateY(-10px) rotate(0);opacity:0}10%{opacity:.7}to{transform:translateY(110vh) rotate(720deg);opacity:0}}.fade-up{animation:fadeUp .8s ease both}.scale-in{animation:scaleIn .7s ease both}.d1{animation-delay:.1s}.d2{animation-delay:.24s}.d3{animation-delay:.38s}.d4{animation-delay:.52s}.d5{animation-delay:.66s}.d6{animation-delay:.8s}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.reveal.in-view{opacity:1;transform:none}.reveal-scale{opacity:0;transform:scale(.93);transition:opacity .6s ease,transform .6s ease}.reveal-scale.in-view{opacity:1;transform:scale(1)}.reveal-left{opacity:0;transform:translate(-36px);transition:opacity .7s ease,transform .7s ease}.reveal-left.in-view{opacity:1;transform:none}.reveal-right{opacity:0;transform:translate(36px);transition:opacity .7s ease,transform .7s ease}.reveal-right.in-view{opacity:1;transform:none}.shimmer-text{background:linear-gradient(90deg,var(--dorado-dim) 0%,var(--dorado-claro) 40%,var(--dorado) 50%,var(--dorado-claro) 60%,var(--dorado-dim) 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s linear infinite}.borde-gradiente{position:relative}.borde-gradiente:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:linear-gradient(135deg,var(--rosa-suave),var(--dorado-claro),var(--rosa));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.marquee-track{display:flex;gap:0;width:max-content;animation:marquee 28s linear infinite}.marquee-track:hover{animation-play-state:paused}@media (max-width: 768px){.container{padding:0 1.25rem}}.nav[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;right:0;z-index:200;padding:1.4rem 0;transition:all .45s cubic-bezier(.25,.46,.45,.94)}.nav[data-astro-cid-5blmo7yk].scrolled{background:#fffaf8f0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.85rem 0;box-shadow:0 1px #f0ddd5cc,0 4px 32px #3d253514}.nav-inner[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:1.5rem}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.65rem;text-decoration:none;flex-shrink:0}.logo-corona[data-astro-cid-5blmo7yk]{color:var(--rosa-oscuro);animation:flotar 4s ease-in-out infinite;display:flex;transition:color .3s}.logo-corona[data-astro-cid-5blmo7yk]{color:#ffffffe6}.nav[data-astro-cid-5blmo7yk].scrolled .logo-corona[data-astro-cid-5blmo7yk]{color:var(--rosa-oscuro)}.logo-texto[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;line-height:1}.logo-marbella[data-astro-cid-5blmo7yk]{font-family:var(--fuente-script);font-size:1.65rem;color:#fffffff2;transition:color .4s;line-height:1.1}.nav[data-astro-cid-5blmo7yk].scrolled .logo-marbella[data-astro-cid-5blmo7yk]{color:var(--rosa-oscuro)}.logo-sub[data-astro-cid-5blmo7yk]{font-family:var(--fuente-cuerpo);font-size:.56rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#ffffffa6;transition:color .4s}.nav[data-astro-cid-5blmo7yk].scrolled .logo-sub[data-astro-cid-5blmo7yk]{color:var(--texto-claro)}.links[data-astro-cid-5blmo7yk]{display:flex;gap:2.2rem;margin-left:auto}.link[data-astro-cid-5blmo7yk]{font-family:var(--fuente-cuerpo);font-size:.78rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#fffc;position:relative;transition:color .3s;padding:.25rem 0}.nav[data-astro-cid-5blmo7yk].scrolled .link[data-astro-cid-5blmo7yk]{color:var(--texto-medio)}.link[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:linear-gradient(90deg,var(--rosa),var(--dorado));transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.link[data-astro-cid-5blmo7yk]:hover{color:#fff}.link[data-astro-cid-5blmo7yk]:hover:after{transform:scaleX(1)}.nav[data-astro-cid-5blmo7yk].scrolled .link[data-astro-cid-5blmo7yk]:hover{color:var(--rosa-oscuro)}.nav-cta[data-astro-cid-5blmo7yk]{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;background:#ffffff26;color:#fff;font-family:var(--fuente-cuerpo);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:1.5px solid rgba(255,255,255,.4);border-radius:50px;cursor:pointer;transition:all .35s ease;backdrop-filter:blur(8px);text-decoration:none;flex-shrink:0;margin-left:.5rem}.nav-cta[data-astro-cid-5blmo7yk]:hover{background:#ffffff40;border-color:#ffffffb3;transform:translateY(-1px)}.nav[data-astro-cid-5blmo7yk].scrolled .nav-cta[data-astro-cid-5blmo7yk]{background:linear-gradient(135deg,var(--rosa) 0%,var(--rosa-oscuro) 100%);color:#fff;border-color:transparent;box-shadow:0 4px 20px #e8849a66}.nav[data-astro-cid-5blmo7yk].scrolled .nav-cta[data-astro-cid-5blmo7yk]:hover{box-shadow:0 6px 28px #c95f7880;transform:translateY(-2px)}.burger[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;margin-left:auto;padding:4px;width:32px;height:32px}.burger[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{display:block;width:22px;height:1.5px;background:#ffffffe6;border-radius:2px;transition:all .35s ease;transform-origin:center}.nav[data-astro-cid-5blmo7yk].scrolled .burger[data-astro-cid-5blmo7yk] span[data-astro-cid-5blmo7yk]{background:var(--rosa-oscuro)}.burger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.burger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0;transform:scaleX(0)}.burger[data-astro-cid-5blmo7yk].open span[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-panel[data-astro-cid-5blmo7yk]{display:none;flex-direction:column;align-items:center;gap:1.5rem;padding:0 2rem;background:#fffaf8f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--crema-borde);max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .4s ease,opacity .35s ease;opacity:0;pointer-events:none}.mobile-panel[data-astro-cid-5blmo7yk].open{max-height:500px;opacity:1;pointer-events:auto;padding:2rem 2rem 2.5rem}.mobile-link[data-astro-cid-5blmo7yk]{font-family:var(--fuente-cuerpo);font-size:.88rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--texto-medio);transition:color .3s}.mobile-link[data-astro-cid-5blmo7yk]:hover{color:var(--rosa-oscuro)}.mobile-cta[data-astro-cid-5blmo7yk]{margin-top:.25rem;justify-content:center;width:100%;max-width:240px}@media (max-width: 860px){.links[data-astro-cid-5blmo7yk],.nav-cta[data-astro-cid-5blmo7yk]{display:none}.burger[data-astro-cid-5blmo7yk],.mobile-panel[data-astro-cid-5blmo7yk]{display:flex}}@keyframes flotar{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.footer[data-astro-cid-sz7xmlte]{background:var(--blanco)}.footer-ola[data-astro-cid-sz7xmlte]{line-height:0;background:var(--blanco)}.footer-ola[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:100%;height:100px;display:block}.footer-cuerpo[data-astro-cid-sz7xmlte]{background:var(--oscuro);padding:4rem 0 0;position:relative;overflow:hidden}.footer-pattern[data-astro-cid-sz7xmlte]{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(247,197,208,.04) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.footer-glow[data-astro-cid-sz7xmlte]{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(232,132,154,.08),transparent 60%);pointer-events:none}.footer-cta-top[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 3rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:22px;margin-bottom:3.5rem;flex-wrap:wrap}.footer-cta-texto[data-astro-cid-sz7xmlte]{flex:1;min-width:240px}.footer-script[data-astro-cid-sz7xmlte]{display:block;font-family:var(--fuente-script);font-size:2rem;color:var(--rosa-suave);line-height:1.1;margin-bottom:.3rem}.footer-cta-texto[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.85rem;color:#ffffff80;line-height:1.6}.footer-cta-btn[data-astro-cid-sz7xmlte]{flex-shrink:0;font-size:.8rem;padding:.85rem 2rem}.footer-divisor[data-astro-cid-sz7xmlte]{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);margin-bottom:3.5rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3.5rem}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.footer-corona[data-astro-cid-sz7xmlte]{color:var(--rosa-suave);opacity:.8}.flogo-nombre[data-astro-cid-sz7xmlte]{display:block;font-family:var(--fuente-script);font-size:1.5rem;color:var(--rosa-suave);line-height:1}.flogo-sub[data-astro-cid-sz7xmlte]{display:block;font-size:.55rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#ffffff4d}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.82rem;color:#ffffff6b;line-height:1.75;margin-bottom:1.25rem;max-width:260px}.footer-social[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem;margin-bottom:1.5rem}.social-btn[data-astro-cid-sz7xmlte]{width:36px;height:36px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.social-btn[data-astro-cid-sz7xmlte]:hover{background:var(--rosa);border-color:var(--rosa);color:#fff;transform:translateY(-2px)}.social-wa[data-astro-cid-sz7xmlte]:hover{background:#25d366;border-color:#25d366}.footer-contacto[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem}.footer-tel[data-astro-cid-sz7xmlte],.footer-ubicacion[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:#fff6;transition:color .3s;text-decoration:none}.footer-tel[data-astro-cid-sz7xmlte]:hover{color:var(--rosa-suave)}.footer-h[data-astro-cid-sz7xmlte]{font-family:var(--fuente-cuerpo);font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--dorado);margin-bottom:1.1rem}.footer-ul[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.55rem}.footer-ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.8rem;color:#ffffff6b;transition:color .3s;text-decoration:none}.footer-ul[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fffc}.footer-col-desc[data-astro-cid-sz7xmlte]{font-size:.8rem;color:#ffffff61;line-height:1.65;margin-bottom:1.25rem}.footer-actions[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.6rem}.footer-action-btn[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.1rem;border-radius:10px;font-size:.78rem;font-weight:500;transition:all .3s;text-decoration:none;border:1px solid rgba(255,255,255,.1);color:#ffffff8c;background:#ffffff0a}.footer-action-btn[data-astro-cid-sz7xmlte]:hover{background:#ffffff14;color:#fff;border-color:#fff3}.wa-btn[data-astro-cid-sz7xmlte]:hover{background:#25d3661f;border-color:#25d3664d;color:#4ade80}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.07);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#ffffff40}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem;align-items:center}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.72rem;color:#ffffff40;transition:color .3s;text-decoration:none}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--rosa-suave)}.footer-legal[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#ffffff26}.wa-float[data-astro-cid-sz7xmlte]{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #25d36673;z-index:300;transition:transform .3s ease,box-shadow .3s ease;animation:pulso-wa 2.5s ease-in-out infinite;text-decoration:none}.wa-float[data-astro-cid-sz7xmlte]:hover{transform:scale(1.12);box-shadow:0 10px 36px #25d36699;animation:none}.wa-tip[data-astro-cid-sz7xmlte]{position:absolute;right:72px;background:#fff;color:var(--texto);font-family:var(--fuente-cuerpo);font-size:.78rem;font-weight:500;padding:.45rem .9rem;border-radius:50px;box-shadow:0 4px 20px #3d25351f;border:1px solid var(--crema-borde);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s}.wa-float[data-astro-cid-sz7xmlte]:hover .wa-tip[data-astro-cid-sz7xmlte]{opacity:1}@media (max-width: 1000px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-cta-top[data-astro-cid-sz7xmlte]{padding:2rem 1.75rem}}@media (max-width: 600px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center}.footer-cta-top[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;align-items:center}.footer-cta-btn[data-astro-cid-sz7xmlte]{width:100%;justify-content:center}}@keyframes pulso-wa{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 18px #25d36600}to{box-shadow:0 0 #25d36600}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0}.hero-foto[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.hero-overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:linear-gradient(135deg,#1a0d12c7,#2d1520a6 40%,#3d253580)}.hero-overlay-2[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(232,132,154,.15) 0%,transparent 65%)}.petals-container[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;pointer-events:none;overflow:hidden}.petal[data-astro-cid-bbe6dxrz]{position:absolute;width:8px;height:12px;border-radius:50%/60% 60% 40% 40%;opacity:0;animation:petaloCaer linear infinite}.p1[data-astro-cid-bbe6dxrz]{background:#f7c5d099;left:15%;animation-duration:8s;animation-delay:0s}.p2[data-astro-cid-bbe6dxrz]{background:#e8849a66;left:30%;animation-duration:11s;animation-delay:2s}.p3[data-astro-cid-bbe6dxrz]{background:#f7c5d080;left:55%;animation-duration:9s;animation-delay:4s}.p4[data-astro-cid-bbe6dxrz]{background:#d4a96a59;left:72%;animation-duration:13s;animation-delay:1s}.p5[data-astro-cid-bbe6dxrz]{background:#f7c5d073;left:85%;animation-duration:10s;animation-delay:6s}.hero-contenido[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;display:flex;align-items:center;gap:3rem;padding-top:8rem;padding-bottom:7rem}.hero-texto[data-astro-cid-bbe6dxrz]{flex:0 1 540px;max-width:540px}.hero-eyebrow[data-astro-cid-bbe6dxrz]{font-family:var(--fuente-cuerpo);font-size:.7rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--dorado);display:block;margin-bottom:1rem}.hero-titulo[data-astro-cid-bbe6dxrz]{font-family:var(--fuente-titulo);font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:600;color:#fff;line-height:1.1;letter-spacing:-.01em;margin-bottom:1.5rem}.hero-titulo[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{display:block;font-style:italic;font-weight:400;color:var(--rosa-suave);font-family:var(--fuente-script);font-size:1.25em;line-height:.95}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:.95rem;font-weight:300;color:#ffffffb8;line-height:1.85;max-width:420px;margin-bottom:2.25rem}.hero-botones[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-badges[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:0;background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:1rem 1.5rem;width:fit-content}.badge[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:0 1.25rem}.badge-num[data-astro-cid-bbe6dxrz]{font-family:var(--fuente-titulo);font-size:1.5rem;font-weight:600;color:#fff;line-height:1}.badge-label[data-astro-cid-bbe6dxrz]{font-size:.65rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}.badge-divider[data-astro-cid-bbe6dxrz]{width:1px;height:36px;background:#ffffff26}.hero-card[data-astro-cid-bbe6dxrz]{background:#fffaf81a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:22px;overflow:hidden;flex:0 0 280px;width:280px;margin-left:auto;box-shadow:0 24px 64px #1a0d1266}.hero-card[data-astro-cid-bbe6dxrz]:hover{animation-play-state:paused,paused;box-shadow:0 32px 80px #1a0d1280,0 0 0 1px #ffffff40}.card-foto[data-astro-cid-bbe6dxrz]{width:100%;height:200px;object-fit:cover;object-position:center;display:block}.card-cuerpo[data-astro-cid-bbe6dxrz]{padding:1.4rem 1.6rem}.card-titulo[data-astro-cid-bbe6dxrz]{font-family:var(--fuente-titulo);font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.3rem}.card-desc[data-astro-cid-bbe6dxrz]{font-size:.75rem;color:#ffffff8c;line-height:1.5;margin-bottom:1.1rem}.card-cta[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;color:var(--dorado-claro);transition:gap .3s,color .3s}.card-cta[data-astro-cid-bbe6dxrz]:hover{gap:.7rem;color:var(--dorado)}.scroll-hint[data-astro-cid-bbe6dxrz]{position:absolute;bottom:7rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem}.scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:48px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5));animation:fadeUp 1.5s ease infinite alternate}.scroll-hint[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:#fff6}.hero-ola[data-astro-cid-bbe6dxrz]{position:absolute;bottom:-1px;left:0;right:0;line-height:0;z-index:3}.hero-ola[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:100%;height:100px;display:block}.ticker-wrap[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,var(--oscuro) 0%,var(--oscuro-medio) 100%);overflow:hidden;padding:.9rem 0;position:relative;z-index:10}.ticker-wrap[data-astro-cid-bbe6dxrz]:before,.ticker-wrap[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2}.ticker-wrap[data-astro-cid-bbe6dxrz]:before{left:0;background:linear-gradient(to right,var(--oscuro),transparent)}.ticker-wrap[data-astro-cid-bbe6dxrz]:after{right:0;background:linear-gradient(to left,var(--oscuro),transparent)}.ticker-inner[data-astro-cid-bbe6dxrz]{overflow:hidden;width:100%}.ticker-item[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.6rem;padding:0 1.5rem;font-family:var(--fuente-cuerpo);font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#fff9;white-space:nowrap;transition:color .3s}.ticker-item[data-astro-cid-bbe6dxrz]:hover{color:var(--dorado)}.ticker-dot[data-astro-cid-bbe6dxrz]{color:var(--dorado);font-size:.5rem;opacity:.7}@media (max-width: 800px){.hero-contenido[data-astro-cid-bbe6dxrz]{flex-direction:column;text-align:center;gap:2.5rem;padding-top:7rem;padding-bottom:5rem}.hero-texto[data-astro-cid-bbe6dxrz]{flex:0 1 auto;max-width:100%}.hero-titulo[data-astro-cid-bbe6dxrz]{font-size:clamp(2.2rem,8vw,3rem)}.hero-desc[data-astro-cid-bbe6dxrz]{margin:0 auto 2rem}.hero-botones[data-astro-cid-bbe6dxrz],.hero-badges[data-astro-cid-bbe6dxrz]{justify-content:center}.hero-badges[data-astro-cid-bbe6dxrz]{margin:0 auto}.hero-card[data-astro-cid-bbe6dxrz]{flex:0 0 auto;width:260px;margin:0 auto}.scroll-hint[data-astro-cid-bbe6dxrz]{display:none}}@media (max-width: 480px){.hero-card[data-astro-cid-bbe6dxrz]{display:none}.hero-titulo[data-astro-cid-bbe6dxrz]{font-size:2rem}}@keyframes cardEntrada{0%{opacity:0}to{opacity:1}}@keyframes flotar{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes petaloCaer{0%{transform:translateY(-20px) rotate(0);opacity:0}8%{opacity:.7}to{transform:translateY(105vh) rotate(600deg);opacity:0}}@keyframes fadeUp{0%{opacity:.2;transform:translateY(4px)}to{opacity:.7;transform:translateY(0)}}.servicios[data-astro-cid-g5jplrhu]{padding:7rem 0 6rem;background:var(--blanco);position:relative;overflow:hidden}.servicios-deco[data-astro-cid-g5jplrhu]{position:absolute;inset:0;pointer-events:none}.deco-circulo[data-astro-cid-g5jplrhu]{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(247,197,208,.15),transparent 70%)}.dc1[data-astro-cid-g5jplrhu]{width:600px;height:600px;top:-200px;right:-150px}.dc2[data-astro-cid-g5jplrhu]{width:400px;height:400px;bottom:-100px;left:-100px}.sec-header[data-astro-cid-g5jplrhu]{text-align:center;max-width:580px;margin:0 auto 4.5rem}.sec-titulo[data-astro-cid-g5jplrhu]{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--texto);line-height:1.15}.sec-titulo[data-astro-cid-g5jplrhu] em[data-astro-cid-g5jplrhu]{font-style:italic;color:var(--rosa-oscuro);font-weight:400;font-family:var(--fuente-script);font-size:1.1em}.sec-desc[data-astro-cid-g5jplrhu]{color:var(--texto-claro);font-size:.95rem;line-height:1.85;margin-top:.75rem}.grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:4rem}.card[data-astro-cid-g5jplrhu]{position:relative;background:#fff;border:1px solid var(--crema-borde);border-radius:20px;padding:2.25rem 1.75rem 1.75rem;overflow:hidden;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease,border-color .4s ease;cursor:default;display:flex;flex-direction:column;gap:0}.card[data-astro-cid-g5jplrhu]:before{content:"";position:absolute;inset:0;border-radius:20px;padding:1.5px;background:linear-gradient(135deg,var(--rosa-suave),var(--dorado-claro),var(--rosa));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.card[data-astro-cid-g5jplrhu]:after{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,rgba(247,197,208,.08) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.card[data-astro-cid-g5jplrhu]:hover{transform:translateY(-8px);box-shadow:0 20px 60px #e8849a33,0 4px 16px #3d25350f;border-color:transparent}.card[data-astro-cid-g5jplrhu]:hover:before{opacity:1}.card[data-astro-cid-g5jplrhu]:hover:after{opacity:1}.card-num-bg[data-astro-cid-g5jplrhu]{position:absolute;top:.75rem;right:1rem;font-family:var(--fuente-titulo);font-size:4.5rem;font-weight:700;color:var(--rosa-palido);line-height:1;pointer-events:none;transition:color .4s;user-select:none}.card[data-astro-cid-g5jplrhu]:hover .card-num-bg[data-astro-cid-g5jplrhu]{color:#f7c5d099}.card-icon[data-astro-cid-g5jplrhu]{width:48px;height:48px;color:var(--rosa);margin-bottom:1.25rem;transition:color .4s,transform .4s;position:relative;z-index:1}.card[data-astro-cid-g5jplrhu]:hover .card-icon[data-astro-cid-g5jplrhu]{color:var(--rosa-oscuro);transform:scale(1.1) rotate(-3deg)}.card-titulo[data-astro-cid-g5jplrhu]{font-family:var(--fuente-titulo);font-size:1.1rem;font-weight:600;color:var(--texto);margin-bottom:.6rem;position:relative;z-index:1}.card-desc[data-astro-cid-g5jplrhu]{font-size:.82rem;color:var(--texto-claro);line-height:1.75;flex:1;position:relative;z-index:1}.card-footer[data-astro-cid-g5jplrhu]{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--crema-borde);position:relative;z-index:1;transition:border-color .4s}.card[data-astro-cid-g5jplrhu]:hover .card-footer[data-astro-cid-g5jplrhu]{border-color:#f7c5d080}.card-link[data-astro-cid-g5jplrhu]{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--texto-claro);transition:color .3s,gap .3s}.card-link[data-astro-cid-g5jplrhu]:hover,.card[data-astro-cid-g5jplrhu]:hover .card-link[data-astro-cid-g5jplrhu]{color:var(--rosa-oscuro);gap:.6rem}.card-popular[data-astro-cid-g5jplrhu]{background:linear-gradient(145deg,var(--oscuro) 0%,var(--oscuro-medio) 100%);border-color:#d4a96a4d}.card-popular[data-astro-cid-g5jplrhu] .card-num-bg[data-astro-cid-g5jplrhu]{color:#ffffff0a}.card-popular[data-astro-cid-g5jplrhu] .card-icon[data-astro-cid-g5jplrhu]{color:var(--dorado)}.card-popular[data-astro-cid-g5jplrhu] .card-titulo[data-astro-cid-g5jplrhu]{color:#fff}.card-popular[data-astro-cid-g5jplrhu] .card-desc[data-astro-cid-g5jplrhu]{color:#ffffff8c}.card-popular[data-astro-cid-g5jplrhu] .card-footer[data-astro-cid-g5jplrhu]{border-color:#d4a96a33}.card-popular[data-astro-cid-g5jplrhu] .card-link[data-astro-cid-g5jplrhu]{color:var(--dorado-claro)}.card-popular[data-astro-cid-g5jplrhu]:hover{border-color:#d4a96a80;box-shadow:0 24px 64px #1a0d1266,0 0 0 1px #d4a96a4d;transform:translateY(-10px)}.card-popular[data-astro-cid-g5jplrhu]:before{background:linear-gradient(135deg,#d4a96a66,#e8849a4d,#d4a96a66)}.card-popular[data-astro-cid-g5jplrhu]:hover .card-icon[data-astro-cid-g5jplrhu]{color:var(--dorado-claro);transform:scale(1.1) rotate(-3deg)}.popular-badge[data-astro-cid-g5jplrhu]{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--dorado),var(--dorado-dim));border-radius:50px;padding:.3rem .8rem;z-index:2}.popular-badge[data-astro-cid-g5jplrhu] span[data-astro-cid-g5jplrhu]{font-size:.65rem;font-weight:500;letter-spacing:.06em;color:#fff;text-transform:uppercase}.sec-cta[data-astro-cid-g5jplrhu]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta-texto[data-astro-cid-g5jplrhu]{color:var(--texto-medio);font-size:.95rem}@media (max-width: 1100px){.grid[data-astro-cid-g5jplrhu]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.grid[data-astro-cid-g5jplrhu]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 460px){.grid[data-astro-cid-g5jplrhu]{grid-template-columns:1fr}}.nosotros[data-astro-cid-v2cbyr3p]{padding:7rem 0;background:linear-gradient(180deg,var(--blanco) 0%,var(--crema) 100%);position:relative;overflow:hidden}.nosotros[data-astro-cid-v2cbyr3p]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--rosa-suave),transparent)}.nosotros-deco[data-astro-cid-v2cbyr3p]{position:absolute;inset:0;pointer-events:none}.deco-linea[data-astro-cid-v2cbyr3p]{position:absolute;width:1px;background:linear-gradient(to bottom,transparent,rgba(247,197,208,.3),transparent)}.dl1[data-astro-cid-v2cbyr3p]{left:8%;height:80%;top:10%}.dl2[data-astro-cid-v2cbyr3p]{right:8%;height:70%;top:15%}.grid-nosotros[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:5rem}.collage[data-astro-cid-v2cbyr3p]{position:relative;display:grid;grid-template-columns:1fr auto;gap:.75rem;height:520px}.foto-marco[data-astro-cid-v2cbyr3p]{border-radius:20px;overflow:hidden;position:relative}.foto-marco[data-astro-cid-v2cbyr3p].grande{grid-row:1}.fotos-col[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;gap:.75rem}.foto-marco[data-astro-cid-v2cbyr3p].chica{flex:1;border-radius:16px;min-width:140px}.foto[data-astro-cid-v2cbyr3p]{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}.foto-marco[data-astro-cid-v2cbyr3p]:hover .foto[data-astro-cid-v2cbyr3p]{transform:scale(1.04)}.foto-marco[data-astro-cid-v2cbyr3p]:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #fff3;border-radius:inherit;pointer-events:none}.badge-anos[data-astro-cid-v2cbyr3p]{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--rosa-oscuro) 0%,var(--rosa-intenso) 100%);color:#fff;border-radius:18px;padding:1.1rem 1.6rem;text-align:center;z-index:5;box-shadow:0 12px 40px #c95f7873;display:flex;flex-direction:column;align-items:center;gap:.2rem;animation:flotar 5s ease-in-out infinite}.badge-num[data-astro-cid-v2cbyr3p]{font-family:var(--fuente-titulo);font-size:2rem;font-weight:700;line-height:1}.badge-label[data-astro-cid-v2cbyr3p]{font-size:.58rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:.85;line-height:1.4}.badge-estrella[data-astro-cid-v2cbyr3p]{margin-top:.2rem;opacity:.6}.sec-titulo[data-astro-cid-v2cbyr3p]{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;color:var(--texto);line-height:1.2;margin-bottom:0}.sec-titulo[data-astro-cid-v2cbyr3p] em[data-astro-cid-v2cbyr3p]{display:block;font-style:italic;color:var(--rosa-oscuro);font-weight:400;font-family:var(--fuente-script);font-size:1.15em;line-height:1}.parrafo[data-astro-cid-v2cbyr3p]{font-size:.9rem;color:var(--texto-medio);line-height:1.95;margin-bottom:.85rem}.valores[data-astro-cid-v2cbyr3p]{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem;padding-top:2rem;border-top:1px solid var(--crema-borde)}.valor[data-astro-cid-v2cbyr3p]{display:flex;align-items:flex-start;gap:1rem}.valor-icono[data-astro-cid-v2cbyr3p]{width:36px;height:36px;color:var(--rosa);flex-shrink:0;padding:7px;background:var(--rosa-palido);border-radius:10px;border:1px solid var(--rosa-suave);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.valor[data-astro-cid-v2cbyr3p]:hover .valor-icono[data-astro-cid-v2cbyr3p]{background:var(--rosa);color:#fff;transform:scale(1.08)}.valor-titulo[data-astro-cid-v2cbyr3p]{display:block;font-family:var(--fuente-titulo);font-size:.95rem;font-weight:600;color:var(--texto);margin-bottom:.2rem}.valor-desc[data-astro-cid-v2cbyr3p]{font-size:.8rem;color:var(--texto-claro);line-height:1.6}.timeline[data-astro-cid-v2cbyr3p]{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;padding:2.5rem 2rem 2rem;background:#fff;border:1px solid var(--crema-borde);border-radius:24px;box-shadow:var(--sombra-suave)}.timeline-linea[data-astro-cid-v2cbyr3p]{position:absolute;top:calc(2.5rem + 11px);left:calc(2rem + 12.5%);right:calc(2rem + 12.5%);height:2px;background:linear-gradient(90deg,var(--rosa-suave),var(--dorado-claro),var(--rosa-suave))}.hito[data-astro-cid-v2cbyr3p]{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 .5rem}.hito-punto[data-astro-cid-v2cbyr3p]{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--rosa),var(--dorado));border:3px solid white;box-shadow:0 0 0 3px #e8849a40;margin-bottom:1.25rem;position:relative;z-index:1}.hito-año[data-astro-cid-v2cbyr3p]{font-family:var(--fuente-titulo);font-size:1.15rem;font-weight:700;color:var(--rosa-oscuro);margin-bottom:.25rem}.hito-label[data-astro-cid-v2cbyr3p]{font-size:.85rem;font-weight:600;color:var(--texto);display:block;margin-bottom:.3rem}.hito-desc[data-astro-cid-v2cbyr3p]{font-size:.72rem;color:var(--texto-claro);line-height:1.5}@media (max-width: 960px){.grid-nosotros[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:4rem}.collage[data-astro-cid-v2cbyr3p]{height:380px}.texto[data-astro-cid-v2cbyr3p]{text-align:center}.valores[data-astro-cid-v2cbyr3p]{align-items:flex-start}.badge-anos[data-astro-cid-v2cbyr3p]{bottom:-2rem}}@media (max-width: 680px){.timeline[data-astro-cid-v2cbyr3p]{grid-template-columns:repeat(2,1fr);gap:2rem}.timeline-linea[data-astro-cid-v2cbyr3p]{display:none}}@media (max-width: 480px){.collage[data-astro-cid-v2cbyr3p]{height:300px}.fotos-col[data-astro-cid-v2cbyr3p]{display:none}.foto-marco[data-astro-cid-v2cbyr3p].grande{grid-column:1 / -1}}@keyframes flotar{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}.galeria[data-astro-cid-ihllb3az]{padding:6rem 0 5rem;background:var(--crema);position:relative}.galeria[data-astro-cid-ihllb3az]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--rosa-suave),transparent)}.sec-header[data-astro-cid-ihllb3az]{text-align:center;max-width:560px;margin:0 auto 3rem}.sec-titulo[data-astro-cid-ihllb3az]{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:var(--texto)}.sec-titulo[data-astro-cid-ihllb3az] em[data-astro-cid-ihllb3az]{font-style:italic;color:var(--rosa-oscuro);font-weight:400}.sec-desc[data-astro-cid-ihllb3az]{color:var(--texto-claro);font-size:.95rem;line-height:1.8;margin-top:.75rem}.filtros[data-astro-cid-ihllb3az]{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem}.filtro-btn[data-astro-cid-ihllb3az]{padding:.5rem 1.2rem;background:#fff;border:1.5px solid var(--crema-borde);border-radius:50px;font-family:var(--fuente-cuerpo);font-size:.8rem;font-weight:400;color:var(--texto-medio);cursor:pointer;transition:var(--transicion)}.filtro-btn[data-astro-cid-ihllb3az]:hover{border-color:var(--rosa-suave);color:var(--rosa-oscuro)}.filtro-btn[data-astro-cid-ihllb3az].activo{background:var(--rosa);border-color:var(--rosa);color:#fff;box-shadow:0 4px 14px #e8849a4d}.foto-grid[data-astro-cid-ihllb3az]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.foto-item[data-astro-cid-ihllb3az]{transition:opacity .4s ease}.foto-item[data-astro-cid-ihllb3az].oculto,.foto-item[data-astro-cid-ihllb3az].pag-oculto{display:none}.foto-wrap[data-astro-cid-ihllb3az]{position:relative;aspect-ratio:4/3;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 4px 16px #3d253512}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.foto-img[data-astro-cid-ihllb3az]{width:100%;height:100%;background:linear-gradient(90deg,var(--rosa-palido) 25%,#f5d0da 50%,var(--rosa-palido) 75%);background-size:1200px 100%;animation:shimmer 1.6s ease infinite;transition:transform .55s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:center;position:relative}.foto-img[data-astro-cid-ihllb3az].cargado{background:var(--rosa-palido);animation:none}.foto-imagen[data-astro-cid-ihllb3az]{width:100%;height:100%;object-fit:cover;object-position:center}.foto-wrap[data-astro-cid-ihllb3az]:hover .foto-img[data-astro-cid-ihllb3az]{transform:scale(1.07)}.foto-placeholder[data-astro-cid-ihllb3az]{font-size:2.5rem;opacity:.4;pointer-events:none}.foto-overlay[data-astro-cid-ihllb3az]{position:absolute;inset:0;background:linear-gradient(to top,rgba(61,37,53,.75) 0%,transparent 55%);opacity:0;transition:opacity .35s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.foto-wrap[data-astro-cid-ihllb3az]:hover .foto-overlay[data-astro-cid-ihllb3az]{opacity:1}.foto-titulo[data-astro-cid-ihllb3az]{font-family:var(--fuente-titulo);font-size:.95rem;font-weight:600;color:#fff;line-height:1.2}.foto-desc[data-astro-cid-ihllb3az]{font-size:.72rem;color:#ffffffbf;margin-top:.15rem}.foto-zoom[data-astro-cid-ihllb3az]{position:absolute;top:.75rem;right:.75rem;width:34px;height:34px;background:#fff3;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}.foto-zoom[data-astro-cid-ihllb3az]:hover{background:var(--rosa);border-color:var(--rosa)}.ver-mas-wrap[data-astro-cid-ihllb3az]{text-align:center;margin-top:2rem}.ver-mas-btn[data-astro-cid-ihllb3az]{padding:.7rem 2rem;background:#fff;border:1.5px solid var(--rosa-suave);border-radius:50px;font-family:var(--fuente-cuerpo);font-size:.85rem;font-weight:500;color:var(--rosa-oscuro);cursor:pointer;transition:var(--transicion);display:inline-flex;align-items:center;gap:.4rem}.ver-mas-btn[data-astro-cid-ihllb3az]:hover{background:var(--rosa);border-color:var(--rosa);color:#fff;box-shadow:0 4px 14px #e8849a4d}.ver-mas-btn[data-astro-cid-ihllb3az][hidden]{display:none}.galeria-cta[data-astro-cid-ihllb3az]{text-align:center;margin-top:3rem}.reveal[data-astro-cid-ihllb3az]{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal[data-astro-cid-ihllb3az].in-view{opacity:1;transform:none}.lightbox[data-astro-cid-ihllb3az]{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center}.lightbox[data-astro-cid-ihllb3az].open{display:flex;animation:aparecer .3s ease}.lb-backdrop[data-astro-cid-ihllb3az]{position:absolute;inset:0;background:#1e0a14eb;backdrop-filter:blur(12px)}.lb-content[data-astro-cid-ihllb3az]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:90vw;max-height:90vh}#lb-img[data-astro-cid-ihllb3az]{max-width:80vw;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 24px 60px #00000080}.lb-caption[data-astro-cid-ihllb3az]{color:#ffffffb3;font-family:var(--fuente-titulo);font-style:italic;font-size:1rem}.lb-close[data-astro-cid-ihllb3az],.lb-prev[data-astro-cid-ihllb3az],.lb-next[data-astro-cid-ihllb3az]{position:fixed;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s;z-index:3}.lb-close[data-astro-cid-ihllb3az]{top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;font-size:1.1rem}.lb-prev[data-astro-cid-ihllb3az],.lb-next[data-astro-cid-ihllb3az]{top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;font-size:1.8rem;line-height:1}.lb-prev[data-astro-cid-ihllb3az]{left:1.5rem}.lb-next[data-astro-cid-ihllb3az]{right:1.5rem}.lb-close[data-astro-cid-ihllb3az]:hover,.lb-prev[data-astro-cid-ihllb3az]:hover,.lb-next[data-astro-cid-ihllb3az]:hover{background:var(--rosa);border-color:var(--rosa)}@media (max-width: 900px){.foto-grid[data-astro-cid-ihllb3az]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.foto-grid[data-astro-cid-ihllb3az]{grid-template-columns:repeat(2,1fr);gap:.6rem}}.reels[data-astro-cid-paoz6lpb]{padding:6rem 0;background:var(--blanco, #fff);position:relative;overflow:hidden}.reels[data-astro-cid-paoz6lpb]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--rosa-suave),transparent)}.sec-header[data-astro-cid-paoz6lpb]{text-align:center;max-width:560px;margin:0 auto 3rem}.sec-titulo[data-astro-cid-paoz6lpb]{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:var(--texto)}.sec-titulo[data-astro-cid-paoz6lpb] em[data-astro-cid-paoz6lpb]{font-style:italic;color:var(--rosa-oscuro);font-weight:400;font-family:var(--fuente-script)}.sec-desc[data-astro-cid-paoz6lpb]{color:var(--texto-claro);font-size:.95rem;line-height:1.8;margin-top:.75rem}.reel-carousel[data-astro-cid-paoz6lpb]{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,200px);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.reel-carousel[data-astro-cid-paoz6lpb]::-webkit-scrollbar{display:none}.reel-card[data-astro-cid-paoz6lpb]{position:relative;aspect-ratio:9 / 16;border-radius:16px;overflow:hidden;cursor:pointer;border:1px solid var(--crema-borde);padding:0;background:var(--rosa-palido);scroll-snap-align:start;box-shadow:0 4px 16px #3d253514;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease}.reel-card[data-astro-cid-paoz6lpb]:hover,.reel-card[data-astro-cid-paoz6lpb]:focus-visible{transform:translateY(-6px);box-shadow:var(--sombra-rosa, 0 12px 30px rgba(232,132,154,.28));outline:none}.reel-poster[data-astro-cid-paoz6lpb]{width:100%;height:100%;object-fit:cover;display:block}.reel-card[data-astro-cid-paoz6lpb]:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(61,37,53,.55) 0%,transparent 45%);pointer-events:none}.reel-play[data-astro-cid-paoz6lpb]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#ffffff38;backdrop-filter:blur(6px);border:1.5px solid rgba(255,255,255,.5);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .3s,transform .3s;z-index:2}.reel-play[data-astro-cid-paoz6lpb] svg[data-astro-cid-paoz6lpb]{margin-left:3px}.reel-card[data-astro-cid-paoz6lpb]:hover .reel-play[data-astro-cid-paoz6lpb]{background:var(--rosa);border-color:var(--rosa)}.reel-cat[data-astro-cid-paoz6lpb]{position:absolute;bottom:.7rem;left:.8rem;right:.8rem;z-index:2;font-family:var(--fuente-titulo);font-size:.8rem;font-weight:600;color:#fff;text-align:left}.reveal[data-astro-cid-paoz6lpb]{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.reveal[data-astro-cid-paoz6lpb].in-view{opacity:1;transform:none}.vlb[data-astro-cid-paoz6lpb]{position:fixed;inset:0;z-index:600;display:none;align-items:center;justify-content:center}.vlb[data-astro-cid-paoz6lpb].open{display:flex;animation:aparecer .3s ease}.vlb-backdrop[data-astro-cid-paoz6lpb]{position:absolute;inset:0;background:#1e0a14f0;backdrop-filter:blur(12px)}.vlb-stage[data-astro-cid-paoz6lpb]{position:relative;z-index:2;max-width:92vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.vlb-video[data-astro-cid-paoz6lpb]{max-width:min(420px,92vw);max-height:90vh;width:auto;height:auto;aspect-ratio:9 / 16;background:#000;border-radius:14px;box-shadow:0 24px 60px #00000080}.vlb-close[data-astro-cid-paoz6lpb],.vlb-prev[data-astro-cid-paoz6lpb],.vlb-next[data-astro-cid-paoz6lpb]{position:fixed;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s;z-index:3}.vlb-close[data-astro-cid-paoz6lpb]{top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;font-size:1.1rem}.vlb-prev[data-astro-cid-paoz6lpb],.vlb-next[data-astro-cid-paoz6lpb]{top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;font-size:1.8rem;line-height:1}.vlb-prev[data-astro-cid-paoz6lpb]{left:1.5rem}.vlb-next[data-astro-cid-paoz6lpb]{right:1.5rem}.vlb-close[data-astro-cid-paoz6lpb]:hover,.vlb-prev[data-astro-cid-paoz6lpb]:hover,.vlb-next[data-astro-cid-paoz6lpb]:hover{background:var(--rosa);border-color:var(--rosa)}@media (max-width: 760px){.reel-carousel[data-astro-cid-paoz6lpb]{grid-auto-columns:62%}.vlb-prev[data-astro-cid-paoz6lpb],.vlb-next[data-astro-cid-paoz6lpb]{width:40px;height:40px}.vlb-prev[data-astro-cid-paoz6lpb]{left:.5rem}.vlb-next[data-astro-cid-paoz6lpb]{right:.5rem}}@media (prefers-reduced-motion: reduce){.reveal[data-astro-cid-paoz6lpb]{opacity:1;transform:none;transition:none}.reel-card[data-astro-cid-paoz6lpb]{transition:none}.vlb[data-astro-cid-paoz6lpb].open{animation:none}}.reviews[data-astro-cid-aadlzisc]{padding:7rem 0;background:linear-gradient(180deg,var(--crema) 0%,var(--blanco) 100%);position:relative;overflow:hidden}.reviews[data-astro-cid-aadlzisc]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--rosa-suave),transparent)}.reviews-deco[data-astro-cid-aadlzisc]{position:absolute;inset:0;pointer-events:none}.deco-blob[data-astro-cid-aadlzisc]{position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(247,197,208,.12),transparent 65%)}.sec-header[data-astro-cid-aadlzisc]{text-align:center;max-width:560px;margin:0 auto 3rem}.sec-titulo[data-astro-cid-aadlzisc]{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--texto)}.sec-titulo[data-astro-cid-aadlzisc] em[data-astro-cid-aadlzisc]{font-style:italic;color:var(--rosa-oscuro);font-weight:400;font-family:var(--fuente-script);font-size:1.1em}.sec-desc[data-astro-cid-aadlzisc]{color:var(--texto-claro);font-size:.92rem;line-height:1.8;margin-top:.75rem}.g-summary[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:1.5rem;max-width:620px;margin:0 auto 2.75rem;padding:1.5rem 2rem;background:#fff;border:1px solid var(--crema-borde);border-radius:18px;box-shadow:0 10px 30px #0000000a;flex-wrap:wrap}.g-logo[data-astro-cid-aadlzisc]{width:40px;height:40px;flex-shrink:0}.g-summary-main[data-astro-cid-aadlzisc]{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:180px}.g-summary-title[data-astro-cid-aadlzisc]{font-size:.95rem;font-weight:600;color:var(--texto)}.g-summary-rating[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:.6rem}.g-rating-num[data-astro-cid-aadlzisc]{font-family:var(--fuente-titulo);font-size:1.5rem;font-weight:700;color:#e7711b;line-height:1}.g-summary-count[data-astro-cid-aadlzisc]{font-size:.78rem;color:var(--texto-claro)}.g-summary-btn[data-astro-cid-aadlzisc]{flex-shrink:0;font-size:.82rem;font-weight:600;color:#1a73e8;text-decoration:none;padding:.6rem 1.1rem;border:1px solid rgba(26,115,232,.35);border-radius:999px;transition:background .25s ease,box-shadow .25s ease;white-space:nowrap}.g-summary-btn[data-astro-cid-aadlzisc]:hover{background:#1a73e80f;box-shadow:0 3px 10px #1a73e81f}.carousel-wrapper[data-astro-cid-aadlzisc]{position:relative;margin-bottom:4rem}.carousel[data-astro-cid-aadlzisc]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel[data-astro-cid-aadlzisc]::-webkit-scrollbar{display:none}.review-card[data-astro-cid-aadlzisc]{background:#fff;border:1px solid var(--crema-borde);border-radius:22px;padding:1.75rem;position:relative;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease,border-color .4s ease;scroll-snap-align:start;overflow:hidden;display:flex;flex-direction:column;gap:.9rem}.review-card[data-astro-cid-aadlzisc]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rosa-suave),var(--dorado-claro));opacity:0;transition:opacity .4s}.review-card[data-astro-cid-aadlzisc]:hover{transform:translateY(-6px);box-shadow:var(--sombra-rosa);border-color:var(--rosa-suave)}.review-card[data-astro-cid-aadlzisc]:hover:before{opacity:1}.card-top[data-astro-cid-aadlzisc]{display:flex;align-items:center;gap:.9rem}.avatar-wrap[data-astro-cid-aadlzisc]{position:relative;flex-shrink:0;width:46px;height:46px;line-height:0}.avatar[data-astro-cid-aadlzisc]{width:46px;height:46px;border-radius:50%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-family:var(--fuente-titulo);font-size:1.15rem;font-weight:600;color:#fff}.avatar-rosa[data-astro-cid-aadlzisc]{background:linear-gradient(135deg,var(--rosa-suave) 0%,var(--rosa-oscuro) 100%)}.avatar-dorado[data-astro-cid-aadlzisc]{background:linear-gradient(135deg,var(--dorado-claro) 0%,var(--dorado-dim) 100%)}.avatar-photo[data-astro-cid-aadlzisc]{display:block;object-fit:cover;border:2px solid var(--crema-borde)}.avatar-g[data-astro-cid-aadlzisc]{position:absolute;right:-3px;bottom:-3px;width:18px;height:18px;background:#fff;border-radius:50%;padding:2px;box-shadow:0 1px 4px #00000026;display:block}.card-ident[data-astro-cid-aadlzisc]{display:flex;flex-direction:column;gap:.15rem;min-width:0}.autor-nombre[data-astro-cid-aadlzisc]{font-family:var(--fuente-titulo);font-size:.95rem;font-weight:600;color:var(--texto)}.autor-fecha[data-astro-cid-aadlzisc]{font-size:.75rem;color:var(--texto-claro)}.stars[data-astro-cid-aadlzisc]{display:flex;gap:2px}.stars-lg[data-astro-cid-aadlzisc]{gap:3px}.star[data-astro-cid-aadlzisc]{color:#fbbc04}.star-empty[data-astro-cid-aadlzisc]{color:var(--crema-borde)}.review-texto[data-astro-cid-aadlzisc]{font-size:.9rem;color:var(--texto-medio);line-height:1.75;quotes:none;flex:1;position:relative;margin:0}.carousel-dots[data-astro-cid-aadlzisc]{display:none;justify-content:center;gap:.5rem;margin-top:1.5rem}.dot[data-astro-cid-aadlzisc]{width:8px;height:8px;border-radius:50%;background:var(--crema-borde);border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot[data-astro-cid-aadlzisc].active{background:var(--rosa);width:24px;border-radius:4px}.stats-banner[data-astro-cid-aadlzisc]{background:linear-gradient(135deg,var(--oscuro) 0%,var(--oscuro-medio) 100%);border-radius:24px;padding:3rem 4rem;display:flex;align-items:center;justify-content:space-around;gap:2rem;flex-wrap:wrap;position:relative;overflow:hidden}.stats-banner[data-astro-cid-aadlzisc]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(232,132,154,.12),transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(212,169,106,.1),transparent 60%)}.stat-item[data-astro-cid-aadlzisc]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.3rem;position:relative;z-index:1}.stat-num[data-astro-cid-aadlzisc]{font-family:var(--fuente-titulo);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#fff;line-height:1;background:linear-gradient(135deg,white 0%,var(--dorado-claro) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label[data-astro-cid-aadlzisc]{font-size:.7rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80}.stat-sep[data-astro-cid-aadlzisc]{width:1px;height:56px;background:#ffffff1a;flex-shrink:0}@media (max-width: 760px){.g-summary[data-astro-cid-aadlzisc]{justify-content:center;text-align:center}.g-summary-main[data-astro-cid-aadlzisc]{align-items:center}.carousel[data-astro-cid-aadlzisc]{grid-template-columns:repeat(4,calc(100% - 2rem));gap:1rem}.carousel-dots[data-astro-cid-aadlzisc]{display:flex}.stat-sep[data-astro-cid-aadlzisc]{display:none}.stats-banner[data-astro-cid-aadlzisc]{padding:2.5rem 1.75rem;gap:1.5rem}}@media (max-width: 480px){.stats-banner[data-astro-cid-aadlzisc]{flex-direction:column}}.contacto[data-astro-cid-xmivup5a]{background:var(--crema);position:relative}.contacto[data-astro-cid-xmivup5a]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--rosa-suave),transparent)}.contacto-banner[data-astro-cid-xmivup5a]{background:linear-gradient(135deg,var(--oscuro) 0%,var(--oscuro-medio) 100%);padding:.85rem 0;text-align:center}.banner-inner[data-astro-cid-xmivup5a]{display:flex;align-items:center;justify-content:center;gap:.75rem}.banner-inner[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]:not(.banner-dot){font-size:.78rem;font-weight:400;letter-spacing:.06em;color:#ffffffb3}.banner-dot[data-astro-cid-xmivup5a]{font-size:.85rem;opacity:.6}.contacto-cuerpo[data-astro-cid-xmivup5a]{padding:5rem 0 6rem}.proceso[data-astro-cid-xmivup5a]{background:#fff;border:1px solid var(--crema-borde);border-radius:28px;padding:3.5rem;margin-bottom:5rem;box-shadow:var(--sombra-suave)}.proceso-header[data-astro-cid-xmivup5a]{text-align:center;margin-bottom:3rem}.proceso-titulo[data-astro-cid-xmivup5a]{font-family:var(--fuente-titulo);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--texto)}.pasos-grid[data-astro-cid-xmivup5a]{display:flex;align-items:flex-start;gap:0;position:relative}.paso[data-astro-cid-xmivup5a]{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem;position:relative}.paso-icono[data-astro-cid-xmivup5a]{width:56px;height:56px;color:var(--rosa);background:var(--rosa-palido);border:1.5px solid var(--rosa-suave);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .35s ease}.paso[data-astro-cid-xmivup5a]:hover .paso-icono[data-astro-cid-xmivup5a]{background:var(--rosa);color:#fff;border-color:var(--rosa);transform:scale(1.08)}.paso-num[data-astro-cid-xmivup5a]{font-family:var(--fuente-titulo);font-size:.65rem;font-weight:700;letter-spacing:.2em;color:var(--dorado);margin-bottom:.4rem}.paso-titulo[data-astro-cid-xmivup5a]{font-family:var(--fuente-titulo);font-size:1rem;font-weight:600;color:var(--texto);display:block;margin-bottom:.4rem}.paso-desc[data-astro-cid-xmivup5a]{font-size:.8rem;color:var(--texto-claro);line-height:1.65;max-width:180px}.paso-flecha[data-astro-cid-xmivup5a]{position:absolute;top:27px;right:-24px;color:var(--crema-borde);z-index:1}.contacto-grid[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:start}.sec-titulo[data-astro-cid-xmivup5a]{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:600;color:var(--texto);line-height:1.2}.sec-titulo[data-astro-cid-xmivup5a] em[data-astro-cid-xmivup5a]{font-style:italic;color:var(--rosa-oscuro);font-weight:400;font-family:var(--fuente-script);font-size:1.1em}.info-desc[data-astro-cid-xmivup5a]{font-size:.9rem;color:var(--texto-medio);line-height:1.9;margin-bottom:2.25rem}.canales[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.75rem}.canal[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border:1.5px solid var(--crema-borde);border-radius:16px;transition:all .35s cubic-bezier(.25,.46,.45,.94);text-decoration:none;position:relative;overflow:hidden}.canal[data-astro-cid-xmivup5a]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px 0 0 3px;transition:opacity .3s;opacity:0}.canal-wa[data-astro-cid-xmivup5a]:before{background:#25d366}.canal-email[data-astro-cid-xmivup5a]:before{background:var(--rosa)}.canal-ig[data-astro-cid-xmivup5a]:before{background:linear-gradient(to bottom,#f77737,#e1306c)}.canal[data-astro-cid-xmivup5a]:hover{border-color:transparent;box-shadow:var(--sombra-rosa);transform:translate(6px)}.canal[data-astro-cid-xmivup5a]:hover:before{opacity:1}.canal-icono[data-astro-cid-xmivup5a]{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s}.canal[data-astro-cid-xmivup5a]:hover .canal-icono[data-astro-cid-xmivup5a]{transform:scale(1.08)}.canal-wa[data-astro-cid-xmivup5a] .canal-icono[data-astro-cid-xmivup5a]{background:#dcfce7;color:#16a34a}.canal-email[data-astro-cid-xmivup5a] .canal-icono[data-astro-cid-xmivup5a]{background:var(--rosa-palido);color:var(--rosa-oscuro)}.canal-ig[data-astro-cid-xmivup5a] .canal-icono[data-astro-cid-xmivup5a]{background:#fce7f3;color:#9d174d}.canal-texto[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.15rem;flex:1}.canal-texto[data-astro-cid-xmivup5a] strong[data-astro-cid-xmivup5a]{font-size:.88rem;font-weight:600;color:var(--texto)}.canal-texto[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{font-size:.75rem;color:var(--texto-claro)}.canal-badge[data-astro-cid-xmivup5a]{display:inline-flex!important;align-items:center;gap:.35rem;font-size:.72rem!important;color:#16a34a!important}.badge-dot[data-astro-cid-xmivup5a]{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e40;animation:pulso-badge 2s ease-in-out infinite}.canal-arrow[data-astro-cid-xmivup5a]{font-size:1rem;color:var(--crema-borde);transition:all .3s;margin-left:auto}.canal[data-astro-cid-xmivup5a]:hover .canal-arrow[data-astro-cid-xmivup5a]{color:var(--rosa);transform:translate(2px)}.form-wrap[data-astro-cid-xmivup5a]{background:#fff;border:1px solid var(--crema-borde);border-radius:24px;padding:2.75rem;box-shadow:0 12px 48px #3d253514}.form-header[data-astro-cid-xmivup5a]{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--crema-borde)}.form-header[data-astro-cid-xmivup5a] h3[data-astro-cid-xmivup5a]{font-family:var(--fuente-titulo);font-size:1.35rem;font-weight:600;color:var(--texto);margin-bottom:.3rem}.form-header[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{font-size:.82rem;color:var(--texto-claro)}.fila[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.campo[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.1rem}.campo[data-astro-cid-xmivup5a] label[data-astro-cid-xmivup5a]{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--texto-claro)}.campo[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a],.campo[data-astro-cid-xmivup5a] select[data-astro-cid-xmivup5a],.campo[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{background:var(--gris-suave, #f9f4f2);border:1.5px solid var(--crema-borde);border-radius:12px;color:var(--texto);font-family:var(--fuente-cuerpo);font-size:.88rem;padding:.8rem 1rem;outline:none;transition:border-color .3s,box-shadow .3s;appearance:none;-webkit-appearance:none}.campo[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]::placeholder,.campo[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]::placeholder{color:var(--texto-claro);opacity:.55}.campo[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:focus,.campo[data-astro-cid-xmivup5a] select[data-astro-cid-xmivup5a]:focus,.campo[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]:focus{border-color:var(--rosa);box-shadow:0 0 0 3px #e8849a1f}.campo[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:not(:placeholder-shown):valid,.campo[data-astro-cid-xmivup5a] select[data-astro-cid-xmivup5a]:not([value=""]):valid{border-color:#22c55e}.campo[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:not(:placeholder-shown):invalid{border-color:#ef4444}.campo[data-astro-cid-xmivup5a] select[data-astro-cid-xmivup5a]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b08090' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.campo[data-astro-cid-xmivup5a] textarea[data-astro-cid-xmivup5a]{resize:vertical;min-height:90px}.checks[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.4rem}.check-item[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.82rem;color:var(--texto-medio);padding:.4rem 0;transition:color .3s}.check-item[data-astro-cid-xmivup5a]:hover{color:var(--rosa-oscuro)}.check-item[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]{display:none}.check-box[data-astro-cid-xmivup5a]{width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--crema-borde);border-radius:6px;background:var(--gris-suave, #f9f4f2);position:relative;transition:all .25s ease}.check-item[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:checked+.check-box[data-astro-cid-xmivup5a]{background:linear-gradient(135deg,var(--rosa),var(--rosa-oscuro));border-color:var(--rosa);box-shadow:0 2px 8px #e8849a59}.check-item[data-astro-cid-xmivup5a] input[data-astro-cid-xmivup5a]:checked+.check-box[data-astro-cid-xmivup5a]:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:8px;border:1.5px solid white;border-top:none;border-left:none;transform:rotate(45deg)}.check-text[data-astro-cid-xmivup5a]{line-height:1.2}.submit-btn[data-astro-cid-xmivup5a]{width:100%;justify-content:center;margin-top:.75rem;font-size:.85rem;padding:1.1rem;border-radius:14px;gap:.75rem}@media (max-width: 1000px){.contacto-grid[data-astro-cid-xmivup5a]{grid-template-columns:1fr;gap:3rem}.proceso[data-astro-cid-xmivup5a]{padding:2.5rem 2rem}}@media (max-width: 700px){.pasos-grid[data-astro-cid-xmivup5a]{flex-direction:column;align-items:center;gap:2rem}.paso-flecha[data-astro-cid-xmivup5a]{display:none}.fila[data-astro-cid-xmivup5a],.checks[data-astro-cid-xmivup5a]{grid-template-columns:1fr}.form-wrap[data-astro-cid-xmivup5a]{padding:2rem 1.5rem}}@keyframes pulso-badge{0%,to{opacity:1}50%{opacity:.5}}
