body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sobre-content{@media (max-width:900px){.sobre-content{font-size:1rem;max-width:98vw;padding:1.2rem}.sobre{min-height:auto;padding:1.5rem .5rem}}@media (max-width:600px){.sobre-content{border-radius:10px;font-size:.97rem;max-width:100vw;padding:.7rem}.sobre{padding:1rem .2rem}}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:#4b2e83;box-shadow:0 2px 8px #0000001a;color:#fff;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{font-size:1.4rem;font-weight:700;letter-spacing:1px}.logo-img{height:44px;margin-right:10px;width:44px}.logo-text{color:#fff}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0}.navbar-links li a{color:#fff;font-size:1.1rem;padding-bottom:6px;position:relative;text-decoration:none;transition:color .3s}.navbar-links li a.active:after{border-bottom:3px solid #fff;border-radius:2px;content:"";display:block;margin:4px auto 0;width:60%}.navbar-links li a:hover{color:gold}@media (max-width:900px){.navbar{align-items:center;box-sizing:border-box;flex-direction:column;padding:.8rem 1rem;width:100%}.logo-text{font-size:1.05rem}.navbar-links{align-items:center;flex-direction:column;gap:.5rem;margin-top:.6rem;width:100%}.navbar-links li a{border-radius:8px;display:block;padding:.5rem .75rem;width:100%}}@media (max-width:420px){.navbar-logo{font-size:1rem}.logo-img{height:36px;width:36px}.navbar-links{gap:.4rem}.navbar-links li a{font-size:.98rem}}@keyframes heroFadeIn{0%{opacity:0;transform:scale(.98) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero{align-items:center;animation:heroFadeIn 1.2s cubic-bezier(.4,0,.2,1);background:linear-gradient(#0a3c828c,#0a3c828c),url(https://images.unsplash.com/photo-1503264116251-35a269479413?auto=format&fit=crop&w=1500&q=80) 50%/cover no-repeat;color:#fff;display:flex;justify-content:center;min-height:100vh;scroll-margin-top:90px;text-align:center}.hero-content{animation:heroContentUp 1.5s cubic-bezier(.4,0,.2,1);background:#00000047;border-radius:20px;box-shadow:0 10px 36px #081e5029;margin:0 auto;max-width:640px;padding:2.2rem}@keyframes heroContentUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:clamp(1.6rem,3.2vw,2.8rem);margin-bottom:.8rem}.hero p{font-size:clamp(1rem,1.9vw,1.15rem);line-height:1.5}@media (max-width:700px){.hero{min-height:60vh;padding:2rem .6rem}.hero-content{border-radius:14px;padding:1.2rem}.hero h1{margin-bottom:.6rem}}.hero-btn{background:gold;border-radius:24px;color:#4b2e83;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:1.5rem;padding:.8rem 2rem;text-decoration:none;transition:background .3s,color .3s}.hero-btn:hover{background:#4b2e83;color:gold}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.trabajos{background:#f7f6fa;flex-direction:column;min-height:100vh;padding:3rem 1rem;scroll-margin-top:90px}.trabajos,.trabajos-list{display:flex;justify-content:center}.trabajos-list{flex-wrap:wrap;gap:2rem;margin-top:2rem}.trabajo-card{animation:trabajosFadeIn 1.2s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 2px 16px #4b2e8314;padding:1.5rem;text-align:left;transition:transform .3s,box-shadow .3s;width:260px;@keyframes trabajosFadeIn{0%{opacity:0;transform:scale(.96) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}}.trabajo-card:hover{box-shadow:0 8px 32px #4b2e8326;transform:translateY(-8px) scale(1.04)}.trabajo-img{border-radius:12px;height:140px;margin-bottom:1rem;object-fit:cover;width:100%}.galeria{background:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:3rem 1rem;scroll-margin-top:90px;text-align:left}.galeria h2{text-align:center}.galeria-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media (max-width:900px){.galeria-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.galeria-grid{grid-template-columns:1fr}}.galeria-item{animation:galeriaFadeIn 1.2s cubic-bezier(.4,0,.2,1);border-radius:16px;box-shadow:0 2px 16px #4b2e8314;overflow:hidden;@keyframes galeriaFadeIn{0%{opacity:0;transform:scale(.96) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}}.galeria-item img{aspect-ratio:16/9;border-radius:16px;box-shadow:0 4px 24px #4b2e831f;height:auto;object-fit:cover;transition:transform .5s;width:100%}@media (max-width:900px){.galeria-item img{aspect-ratio:4/3}}@media (max-width:420px){.galeria-item img{aspect-ratio:1/1}}.galeria-item:hover img{transform:scale(1.08) rotate(-2deg)}.testimonios{background:#f7f6fa;flex-direction:column;min-height:100vh;padding:3rem 1rem;scroll-margin-top:90px}.testimonios,.testimonios-list{display:flex;justify-content:center}.testimonios-list{flex-wrap:wrap;gap:2rem;margin-top:2rem}.testimonio-card{animation:testimonioFadeIn 1.2s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 2px 16px #4b2e8314;padding:1.5rem 2rem;text-align:left;transition:transform .3s,box-shadow .3s;width:320px;@keyframes testimonioFadeIn{0%{opacity:0;transform:scale(.96) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}}.testimonio-card:hover{box-shadow:0 8px 32px #4b2e8326;transform:scale(1.04)}.testimonio-text{font-size:1.1rem;font-style:italic;margin-bottom:1rem}.testimonio-nombre{color:#4b2e83;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.contacto{background:#fff7ff;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:3rem 1rem;scroll-margin-top:90px;text-align:left}.contacto h2{color:#3b245f;margin-bottom:1rem;text-align:center}.contacto-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto 1rem;max-width:100%;text-align:left}.contacto-form input,.contacto-form textarea{border:1px solid #e6dff3;border-radius:12px;box-shadow:inset 0 1px 0 #fff9;font-size:1.05rem;padding:1rem 1.1rem;resize:vertical}.input-error{border-color:#e74c3c!important}.error-msg{color:#e74c3c;font-size:.95rem;margin:-.5rem auto .5rem;max-width:560px;text-align:left}.contacto-form input:focus,.contacto-form textarea:focus{border-color:#b79fe9;box-shadow:0 4px 18px #4b2e831f;outline:none}.form-actions{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-top:.25rem}.primary-btn{background:linear-gradient(90deg,#6a3fbf,#4b2e83);border:none;border-radius:10px;box-shadow:0 6px 20px #4b2e831f;color:#fff;cursor:pointer;font-size:1.05rem;padding:.85rem 1.25rem;transition:transform .15s ease,box-shadow .15s ease}.primary-btn:hover{transform:translateY(-2px)}.whatsapp-btn{background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:1.05rem;font-weight:700;padding:.75rem 1rem;text-decoration:none;transition:background .2s,transform .12s}.whatsapp-btn:hover{background:#128c7e;transform:translateY(-2px)}.contacto-info{color:#4b2e83;font-size:1.05rem;margin-top:1rem;text-align:center}@media (min-width:900px){.contacto-card{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1fr 360px}.contacto-info{margin-top:0}}@media (max-width:900px){.contacto{padding:2rem .5rem}.contacto-card{padding:1.5rem}}@media (max-width:600px){.contacto{padding:1rem .4rem}.whatsapp-btn{width:100%}}.sobre{background:#f7f6fa;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:3rem 1rem;scroll-margin-top:90px}.sobre-content{animation:sobreFadeIn 1.2s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:16px;box-shadow:0 2px 16px #4b2e8314;color:#333;font-size:1.15rem;margin:0 auto;max-width:700px;padding:2rem;text-align:left;@media (max-width:900px){.sobre-content{font-size:1rem;max-width:98vw;padding:1.2rem}.sobre{min-height:auto;padding:1.5rem .5rem}}@media (max-width:600px){.sobre-content{border-radius:10px;font-size:.97rem;max-width:100vw;padding:.7rem}.sobre{padding:1rem .2rem}}@keyframes sobreFadeIn{0%{opacity:0;transform:scale(.96) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.6ecce696.css.map*/