*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-title:"Montserrat", sans-serif;--font-body:"Lora", serif;--font-script:"Dancing Script", cursive}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:#444;background:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}:root{--blue:#2e67b1;--blue-dark:#1e4f8f}.header{z-index:100;background:#fff;border-bottom:1px solid #ebebeb;position:sticky;top:0;overflow:hidden}.header-inner{align-items:center;max-width:1200px;height:72px;margin:0 auto;padding:0 32px;display:flex}.header-logo img{width:auto;height:62px;transition:transform .3s}.header-logo:hover img{transform:scale(1.04)}.header-nav{flex:1;justify-content:center;align-items:center;gap:40px;display:flex}.header-nav-link{font-family:var(--font-title);letter-spacing:1.8px;text-transform:uppercase;color:#555;flex-direction:column;align-items:center;gap:5px;padding-bottom:2px;font-size:12px;font-weight:700;transition:color .25s;display:flex;position:relative}.header-nav-link:hover{color:var(--blue)}.header-nav-dot{background:var(--blue);border-radius:50%;width:5px;height:5px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);display:block;transform:scale(0)}.header-nav-link:hover .header-nav-dot{transform:scale(1)}.header-btn{background:var(--blue);color:#fff;font-family:var(--font-title);letter-spacing:.5px;white-space:nowrap;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:flex;box-shadow:0 3px 12px #2e67b14d}.header-btn:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2e67b166}.header-burger{background:0 0;flex-direction:column;gap:5px;margin-left:auto;padding:8px;display:none}.header-burger span{background:#333;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.header-burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header-burger--open span:nth-child(2){opacity:0}.header-burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-mobile-nav{background:#fff;border-top:1px solid #ebebeb;flex-direction:column;max-height:0;transition:max-height .35s;display:none;overflow:hidden}.header-mobile-nav--open{max-height:420px}.header-mobile-link{font-family:var(--font-title);letter-spacing:2px;text-transform:uppercase;color:#555;border-bottom:1px solid #f0f0f0;padding:16px 32px;font-size:13px;font-weight:700;transition:color .2s,background .2s}.header-mobile-link:hover{color:var(--blue);background:#f4f8ff}.header-mobile-btn{background:var(--blue);color:#fff;font-family:var(--font-title);letter-spacing:.5px;text-align:center;border-radius:50px;margin:16px 32px;padding:12px 20px;font-size:13px;font-weight:700;transition:background .25s;display:block}.header-mobile-btn:hover{background:var(--blue-dark)}@media (width<=900px){.header-nav{gap:24px}.header-btn{padding:10px 16px;font-size:12px}}@media (width<=768px){.header-nav,.header-btn{display:none}.header-burger,.header-mobile-nav{display:flex}}@media (width<=480px){.header-inner{height:64px;padding:0 20px}.header-logo img{height:52px}}.hero{background:#fff;align-items:stretch;min-height:580px;display:flex;overflow:hidden}.hero-text{z-index:2;flex-direction:column;flex:0 0 48%;justify-content:space-between;padding:64px 48px 56px 72px;display:flex;position:relative}.hero-creamos{font-family:var(--font-title);letter-spacing:4px;text-transform:uppercase;color:#d42b20;font-size:14px;font-weight:700;display:block}.hero-title{font-family:var(--font-title);color:#1a1a1a;text-transform:uppercase;letter-spacing:-1px;font-size:62px;font-weight:800;line-height:1.05}.hero-desc{font-family:var(--font-body);color:#666;max-width:420px;font-size:16px;line-height:1.75}.hero-script{font-family:var(--font-script);color:#d42b20;letter-spacing:.3px;align-items:center;gap:10px;font-size:30px;display:flex}.hero-heart{flex-shrink:0;margin-bottom:4px;transform:rotate(20deg)}.hero-story{font-family:var(--font-body);color:#666;max-width:420px;font-size:14.5px;font-style:italic;line-height:1.85}.hero-story strong{color:#333;font-style:normal;font-weight:600}.hero-btn{color:#fff;font-family:var(--font-title);letter-spacing:.5px;background:#d42b20;border-radius:50px;align-items:center;gap:9px;width:fit-content;padding:14px 28px;font-size:14px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 16px #d42b2059}.hero-btn:hover{background:#b01f16;transform:translateY(-3px);box-shadow:0 8px 24px #d42b2073}.hero-photo-wrap{flex:1;position:relative;overflow:hidden}.hero-photo{object-fit:cover;object-position:center 70%;width:100%;height:100%;display:block}.hero-fade-left{pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fff0 100%);width:45%;position:absolute;top:0;bottom:0;left:0}.hero-fade-right{pointer-events:none;background:linear-gradient(270deg,#ffffffa6 0%,#fff0 100%);width:18%;position:absolute;top:0;bottom:0;right:0}@media (width<=1024px){.hero-title{font-size:48px}.hero-text{padding:48px 32px 48px 48px}}@media (width<=768px){.hero{flex-direction:column;min-height:auto}.hero-text{flex:none;order:2;justify-content:flex-start;gap:22px;padding:48px 28px}.hero-photo-wrap{aspect-ratio:1;flex:none;order:1;height:auto}.hero-photo{object-position:center 30%}.hero-fade-left,.hero-fade-right{width:0}.hero-title{font-size:42px}}@media (width<=480px){.hero-text{padding:36px 20px}.hero-title{font-size:34px}.hero-script{font-size:24px}.hero-photo-wrap{aspect-ratio:1}}.features{background:#fff;border-top:1px solid #efefef;border-bottom:1px solid #efefef;padding:32px 0}.features-inner{justify-content:center;align-items:center;max-width:1100px;margin:0 auto;padding:0 32px;display:flex}.features-row-item{align-items:center;display:flex}.feature-item{align-items:center;gap:14px;padding:0 36px;display:flex}.feature-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex;box-shadow:0 3px 10px #00000026}.feature-label{font-family:var(--font-title);color:#333;max-width:130px;font-size:13px;font-weight:600;line-height:1.45}.feature-divider{background:#e0e0e0;flex-shrink:0;width:1px;height:44px}@media (width<=900px){.feature-item{gap:12px;padding:0 20px}.feature-label{max-width:110px;font-size:12px}.feature-circle{width:46px;height:46px}}@media (width<=640px){.features-inner{flex-wrap:wrap;justify-content:center;gap:0}.features-row-item{justify-content:center;width:50%}.feature-divider{display:none}.feature-item{padding:16px}.feature-label{max-width:120px}}@media (width<=380px){.features-row-item{width:100%}}.propuestas{background:#fff;padding:80px 0 100px}.propuestas-inner{max-width:1200px;margin:0 auto;padding:0 32px}.propuestas-header{text-align:center;margin-bottom:56px}.propuestas-title{font-family:var(--font-title);color:#1a1a1a;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:20px;font-size:46px;font-weight:800;line-height:1.2}.propuestas-title-script{font-family:var(--font-script);color:#d42b20;text-transform:none;letter-spacing:normal;font-size:52px;font-weight:600}.propuestas-wave{width:240px;height:14px;margin:0 auto 24px;display:block}.propuestas-desc{font-family:var(--font-body);color:#666;max-width:600px;margin:0 auto;font-size:16px;line-height:1.8}.propuestas-grid{flex-wrap:wrap;gap:20px;display:flex}.propuestas-card-wrap{flex:0 0 calc(20% - 16px)}.propuestas-card{background:#fff;border-radius:16px;position:relative;overflow:visible;box-shadow:0 2px 18px #00000014}.propuestas-card-photo{border-radius:16px 16px 0 0;height:180px;overflow:hidden}.propuestas-card-photo img{object-fit:cover;width:100%;height:100%;display:block}.propuestas-card-photo-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.propuestas-card-badge{z-index:3;background:#fff;border:1.5px solid #0000001f;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:155px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0000001a}.propuestas-card-body{text-align:center;background:#fff;border-radius:0 0 16px 16px;flex-direction:column;gap:1px;padding:36px 14px 22px;display:flex}.propuestas-card-label{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:700;line-height:1.4;display:block}.propuestas-card-label--black{color:#1a1a1a}.propuestas-cta{background:#fff0f0;border-radius:16px;flex:0 0 100%;justify-content:space-between;align-items:center;gap:24px;padding:28px 36px;display:flex}.propuestas-cta-left{align-items:center;gap:20px;display:flex}.propuestas-cta-mega{flex-shrink:0}.propuestas-cta-title{font-family:var(--font-script);color:#d42b20;margin-bottom:4px;font-size:30px;line-height:1.2}.propuestas-cta-sub{font-family:var(--font-body);color:#555;align-items:center;gap:8px;font-size:14.5px;line-height:1.5;display:flex}.propuestas-cta-btn{color:#fff;font-family:var(--font-title);letter-spacing:.5px;white-space:nowrap;background:#d42b20;border-radius:50px;flex-shrink:0;align-items:center;gap:9px;padding:14px 28px;font-size:14px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 16px #d42b2059}.propuestas-cta-btn:hover{background:#b01f16;transform:translateY(-2px);box-shadow:0 8px 24px #d42b2073}@media (width<=1024px){.propuestas-card-wrap{flex:0 0 calc(25% - 15px)}.propuestas-title{font-size:40px}}@media (width<=768px){.propuestas-title,.propuestas-script{font-size:32px}.propuestas-card-wrap{flex:0 0 calc(33.33% - 14px)}.propuestas-cta{flex-direction:column;align-items:flex-start}.propuestas-cta-btn{justify-content:center;width:100%}}@media (width<=540px){.propuestas-card-wrap{flex:0 0 calc(50% - 10px)}.propuestas-cta-left{align-items:flex-start;gap:12px}.propuestas-inner{padding:0 20px}}.opcionales{background:#f9f9f9;padding:80px 0 100px}.opcionales-inner{max-width:1200px;margin:0 auto;padding:0 32px}.opcionales-header{text-align:center;margin-bottom:56px}.opcionales-title{font-family:var(--font-title);color:#1a1a1a;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:20px;font-size:46px;font-weight:800;line-height:1.2}.opcionales-title-script{font-family:var(--font-script);color:#d42b20;text-transform:none;letter-spacing:normal;font-size:52px;font-weight:600}.opcionales-wave{width:240px;height:14px;margin:0 auto 24px;display:block}.opcionales-desc{font-family:var(--font-body);color:#666;max-width:600px;margin:0 auto;font-size:16px;line-height:1.8}.opcionales-grid{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.opcionales-card{background:#fff;border-radius:16px;flex-direction:column;flex:0 0 calc(20% - 16px);display:flex;overflow:hidden;box-shadow:0 2px 16px #00000012}.opcionales-card-body{text-align:center;flex-direction:column;flex:1;align-items:center;padding:40px 18px 32px;display:flex}.opcionales-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.opcionales-card-title{font-family:var(--font-title);color:#1a1a1a;margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.3}.opcionales-card-desc{font-family:var(--font-body);color:#777;font-size:13.5px;line-height:1.65}.opcionales-card-bar{flex-shrink:0;height:5px}.opcionales-carousel{margin:56px 0 48px;overflow:hidden}.opcionales-carousel-track{gap:16px;width:max-content;animation:28s linear infinite carousel-scroll;display:flex}.opcionales-carousel-track:hover{animation-play-state:paused}.opcionales-carousel-img{object-fit:cover;border-radius:14px;flex-shrink:0;width:280px;height:210px}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.opcionales-cta{background:#fff0f0;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:0;padding:28px 36px;display:flex}.opcionales-cta-left{align-items:center;gap:20px;display:flex}.opcionales-cta-mega{flex-shrink:0}.opcionales-cta-title{font-family:var(--font-script);margin-bottom:4px;font-size:30px;line-height:1.2}.opcionales-cta-black{color:#1a1a1a}.opcionales-cta-red{color:#d42b20}.opcionales-cta-sub{font-family:var(--font-body);color:#555;align-items:center;gap:8px;font-size:14.5px;line-height:1.5;display:flex}.opcionales-cta-btn{color:#fff;font-family:var(--font-title);letter-spacing:.5px;white-space:nowrap;background:#d42b20;border-radius:50px;flex-shrink:0;align-items:center;gap:9px;padding:14px 28px;font-size:14px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 16px #d42b2059}.opcionales-cta-btn:hover{background:#b01f16;transform:translateY(-2px);box-shadow:0 8px 24px #d42b2073}@media (width<=1100px){.opcionales-card{flex:0 0 calc(25% - 15px)}.opcionales-title{font-size:38px}}@media (width<=768px){.opcionales-card{flex:0 0 calc(33.33% - 14px)}.opcionales-title{font-size:30px}.opcionales-title-script{font-size:36px}.opcionales-cta{flex-direction:column;align-items:flex-start}.opcionales-cta-btn{justify-content:center;width:100%}.opcionales-carousel-img{width:210px;height:160px}}@media (width<=540px){.opcionales-card{flex:0 0 calc(50% - 10px)}}@media (width<=480px){.opcionales-inner{padding:0 20px}.opcionales-cta-left{align-items:flex-start;gap:12px}.opcionales-carousel-img{width:180px;height:130px}}.spa{background:#fff;padding:80px 0 100px}.spa-inner{max-width:1200px;margin:0 auto;padding:0 32px}.spa-header{text-align:center;margin-bottom:60px}.spa-title{font-family:var(--font-title);color:#1a1a1a;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:20px;font-size:46px;font-weight:800;line-height:1.2}.spa-title-script{font-family:var(--font-script);color:#d42b20;text-transform:none;letter-spacing:normal;font-size:52px;font-weight:600}.spa-wave{width:240px;height:14px;margin:0 auto 24px;display:block}.spa-desc{font-family:var(--font-body);color:#666;max-width:600px;margin:0 auto;font-size:16px;line-height:1.8}.spa-body{align-items:center;gap:64px;display:flex}.spa-photo-wrap{flex:0 0 50%;grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.spa-photo{object-fit:cover;border-radius:10px;width:100%;height:160px;display:block}.spa-photo-last{object-position:center 40%;grid-column:1/-1;height:180px}.spa-content{flex-direction:column;flex:1;gap:0;display:flex}.spa-content-title{font-family:var(--font-title);letter-spacing:2.5px;text-transform:uppercase;color:#aaa;margin-bottom:20px;font-size:11px;font-weight:700}.spa-list{flex-direction:column;gap:14px;margin-bottom:32px;display:flex}.spa-list-item{font-family:var(--font-body);color:#333;align-items:center;gap:14px;font-size:16px;line-height:1.4;display:flex}.spa-list-dot{background:#e879a4;border-radius:50%;flex-shrink:0;width:10px;height:10px}.spa-content-note{font-family:var(--font-body);color:#999;margin-bottom:36px;font-size:13.5px;font-style:italic;line-height:1.6}.spa-cta{background:#fff0f0;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:28px 36px;display:flex}.spa-cta-left{align-items:center;gap:20px;display:flex}.spa-cta-mega{flex-shrink:0}.spa-cta-title{font-family:var(--font-script);color:#d42b20;margin-bottom:4px;font-size:30px;line-height:1.2}.spa-cta-sub{font-family:var(--font-body);color:#555;align-items:center;gap:8px;font-size:14.5px;line-height:1.5;display:flex}.spa-cta-btn{color:#fff;font-family:var(--font-title);letter-spacing:.5px;white-space:nowrap;background:#d42b20;border-radius:50px;flex-shrink:0;align-items:center;gap:9px;padding:14px 28px;font-size:14px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 16px #d42b2059}.spa-cta-btn:hover{background:#b01f16;transform:translateY(-2px);box-shadow:0 8px 24px #d42b2073}@media (width<=900px){.spa-body{flex-direction:column;gap:40px}.spa-photo-wrap{flex:unset;width:100%}.spa-photo{height:140px}.spa-photo-last{height:100px}.spa-title{font-size:36px}.spa-title-script{font-size:42px}.spa-cta{flex-direction:column;align-items:flex-start}.spa-cta-btn{justify-content:center;width:100%}}@media (width<=480px){.spa-inner{padding:0 20px}.spa-title{font-size:28px}.spa-title-script{font-size:34px}.spa-photo{height:240px}}.contacto{background:#fff;padding:80px 0 100px}.contacto-inner{max-width:1200px;margin:0 auto;padding:0 32px}.contacto-header{text-align:center;margin-bottom:60px}.contacto-title{font-family:var(--font-title);color:#1a1a1a;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:20px;font-size:46px;font-weight:800;line-height:1.2}.contacto-title-script{font-family:var(--font-script);color:#d42b20;text-transform:none;letter-spacing:normal;font-size:52px;font-weight:600}.contacto-wave{width:240px;height:14px;margin:0 auto 24px;display:block}.contacto-desc{font-family:var(--font-body);color:#666;max-width:560px;margin:0 auto;font-size:16px;line-height:1.8}.contacto-body{align-items:flex-start;gap:56px;display:flex}.contacto-map-col{flex-direction:column;flex:1;gap:16px;display:flex}.contacto-map-wrap{border-radius:16px;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 6px 24px #0000001a}.contacto-map-wrap iframe{pointer-events:none;border:none;width:100%;height:340px;display:block}.contacto-map-overlay{background:linear-gradient(#0000 50%,#00000073 100%);align-items:flex-end;padding:16px 20px;transition:background .25s;display:flex;position:absolute;inset:0}.contacto-map-overlay span{color:#1b4490;font-family:var(--font-title);letter-spacing:.4px;background:#fff;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #00000026}.contacto-map-wrap:hover .contacto-map-overlay{background:linear-gradient(#0000 40%,#0009 100%)}.contacto-address{color:#1b4490;background:#f7f7f7;border-radius:12px;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.contacto-address-pin{color:#d42b20;flex-shrink:0;margin-top:2px}.contacto-address-main{font-family:var(--font-title);color:#1a1a1a;margin-bottom:2px;font-size:15px;font-weight:700}.contacto-address-sub{font-family:var(--font-body);color:#888;font-size:13px}.contacto-links-col{flex-direction:column;flex:0 0 320px;gap:14px;display:flex}.contacto-card{border-radius:14px;align-items:center;gap:18px;padding:20px 24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #00000012}.contacto-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.contacto-card--wa{color:#16a34a;background:#f0fdf4}.contacto-card--ig{color:#be185d;background:#fdf2f8}.contacto-card--fb{color:#1d4ed8;background:#eff6ff}.contacto-card-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contacto-card--wa .contacto-card-icon{color:#fff;background:#25d366}.contacto-card--ig .contacto-card-icon{color:#fff;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.contacto-card--fb .contacto-card-icon{color:#fff;background:#1877f2}.contacto-card-label{font-family:var(--font-title);letter-spacing:1.5px;text-transform:uppercase;opacity:.6;margin-bottom:2px;font-size:11px;font-weight:700}.contacto-card-val{font-family:var(--font-body);color:#1a1a1a;font-size:15px;font-weight:600;line-height:1.3}.contacto-card-note{font-family:var(--font-body);color:#aaa;margin-top:2px;font-size:11px}@media (width<=900px){.contacto-body{flex-direction:column;gap:40px}.contacto-links-col{flex:unset;width:100%}.contacto-title{font-size:36px}.contacto-title-script{font-size:42px}}@media (width<=480px){.contacto-inner{padding:0 20px}.contacto-title{font-size:28px}.contacto-title-script{font-size:34px}.contacto-map-wrap iframe{height:260px}}.footer{background:#1b4490;border-top:2px solid #d4af37}.footer-inner{align-items:center;gap:28px;max-width:1200px;height:72px;margin:0 auto;padding:0 48px;display:flex}.footer-logo{flex-shrink:0;width:auto;height:38px}.footer-cta{flex-direction:column;flex:1;gap:2px;display:flex}.footer-headline{font-family:var(--font-body);color:#fff;font-size:14px;font-weight:700;line-height:1.2}.footer-headline em{color:#d4af37;font-style:italic;font-weight:700}.footer-sub{font-family:var(--font-body);color:#ffffff8c;letter-spacing:.02em;font-size:11px}.footer-copy{font-family:var(--font-body);color:#ffffff73;white-space:nowrap;flex-shrink:0;font-size:11px}.footer-copy strong{color:#ffffffa6}.footer-ig{color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-ig:hover{color:#fff}@media (width<=768px){.footer-inner{text-align:center;flex-wrap:wrap;justify-content:center;gap:14px;height:auto;padding:20px 24px}.footer-cta{flex:unset;align-items:center;width:100%}.footer-copy{text-align:center;width:100%}}
