@font-face{font-family:Fixture Expanded;src:url(/fonts/Fixture-ExpandedRegular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--color-primary:#9df586;--color-primary-dark:#81db6a;--color-secondary:#055048;--color-secondary-light:#0a695f;--color-background:#e8edf2;--color-surface:#fff;--color-text:#1f2937;--color-text-light:#4b5563;--font-family:"Fixture Expanded", system-ui, -apple-system, sans-serif;--font-title:"Zen Dots", cursive;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-title)}button{font-family:var(--font-family);cursor:pointer;transition:var(--transition);border:none;outline:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius-full);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-secondary)}.btn-primary:hover{background-color:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:var(--color-secondary);color:#fff}.btn-secondary:hover{background-color:var(--color-secondary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.text-gradient{background:linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.header{z-index:100;width:100%;transition:var(--transition);background-color:var(--color-secondary);box-shadow:var(--shadow-md);padding:1.25rem 0;position:fixed;top:0;left:0}.header-scrolled{-webkit-backdrop-filter:blur(10px);background-color:#055048f2;padding:1rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;max-width:65vw;height:40px;transition:var(--transition)}.header-scrolled .logo-img{height:32px}.header-cta{padding:.6rem 1.25rem;font-size:.875rem}@media (width<=640px){.logo-img{height:32px}.header-cta span{display:none}.header-cta{border-radius:50%;padding:.6rem}}.hero{background-color:var(--color-background);align-items:center;padding-top:5rem;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.hero-svg-wrapper{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.official-line{pointer-events:none;z-index:0;opacity:1;position:absolute}.line-top{clip-path:circle(0% at 0 0);width:45vw;min-width:300px;max-width:700px;animation:3s cubic-bezier(.25,1,.5,1) 1s forwards revealLineTop;top:-25%;left:-15%}.line-bottom{clip-path:circle(0% at 100% 100%);width:50vw;min-width:300px;max-width:800px;animation:3s cubic-bezier(.25,1,.5,1) 1.5s forwards revealLineBottom;bottom:-10%;right:-5%}@keyframes revealLineTop{to{clip-path:circle(150% at 0 0)}}@keyframes revealLineBottom{to{clip-path:circle(150% at 100% 100%)}}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.hero-badge{border-radius:var(--radius-full);color:var(--color-secondary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:max-content;box-shadow:var(--shadow-sm);background-color:#ffffffb3;border:1px solid #fffc;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-title{color:var(--color-secondary);letter-spacing:-.02em;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.hero-description{color:var(--color-text-light);max-width:90%;font-size:1.125rem;line-height:1.6}.hero-actions{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.hero-btn{width:max-content;padding:1rem 2rem;font-size:1.125rem}.hero-trust{color:var(--color-secondary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.trust-icon{color:var(--color-primary-dark)}.hero-image-wrapper{perspective:1200px;justify-content:center;align-items:center;display:flex}.hero-collage{width:100%;max-width:550px;height:500px;transform-style:preserve-3d;position:relative}.collage-wrapper{pointer-events:none;position:absolute}.wrapper-1{z-index:3;width:55%;height:65%;animation:6s ease-in-out infinite float;top:5%;right:-5%}.wrapper-2{z-index:2;width:55%;height:60%;animation:8s ease-in-out infinite reverse float;bottom:0;left:-10%}.wrapper-3{z-index:1;width:45%;height:50%;animation:7s ease-in-out 1s infinite float;top:10%;left:20%}.collage-img{object-fit:cover;pointer-events:auto;border:1px solid #fff3;border-radius:1.5rem;width:100%;height:100%;transition:transform .1s ease-out,box-shadow .3s,filter 1s ease-out;box-shadow:0 25px 50px -12px #0000004d}.collage-img:hover{z-index:10;box-shadow:0 35px 60px -15px #0006;filter:blur()brightness()!important}.img-2{filter:brightness(.95)}.img-3{filter:blur(2.5px)brightness(.85)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (width<=968px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{margin-top:0}.hero-image-wrapper{order:-1;margin-top:2.5rem}.hero-badge,.hero-btn,.hero-description{margin-left:auto;margin-right:auto}.hero-trust{justify-content:center}}.target-groups{background-color:var(--color-background);padding:8rem 0 0;position:relative;overflow-x:hidden}.target-header{text-align:center;z-index:10;max-width:600px;margin:0 auto 4rem;position:relative}.section-title{color:var(--color-secondary);margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;line-height:1.2}.section-subtitle{color:var(--color-text-light);font-size:1.125rem}.fm-deck-container{perspective:1000px;justify-content:center;align-items:center;width:100%;height:550px;margin:2rem 0;display:flex;position:relative}.target-card-square{text-align:center;transform-origin:50%;cursor:grab;border-radius:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:95%;max-width:500px;height:500px;padding:4rem 3rem;display:flex;position:absolute;box-shadow:0 30px 60px -15px #00000026}.target-card-square:active{cursor:grabbing}.deck-nav-btn{z-index:20;width:60px;height:60px;color:var(--color-secondary);cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 20px #0000001a}.deck-nav-btn:hover{background:var(--color-primary);border-color:#0000;transform:translateY(-50%)scale(1.1);box-shadow:0 15px 30px #00000026}.prev-btn{left:calc(50% - 320px)}.next-btn{right:calc(50% - 320px)}.swipe-hint{text-align:center;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;opacity:.7;margin-top:3rem;font-size:.95rem;font-weight:600;animation:2s ease-in-out infinite pulseHint}@keyframes pulseHint{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.card-icon-wrapper-square{width:90px;height:90px;color:var(--color-secondary);background-color:#fff;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex;-webkit-mask-image:url(/isotipo.svg);mask-image:url(/isotipo.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.card-title-square{color:var(--color-secondary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800;line-height:1.2}.card-description-square{color:var(--color-text-light);font-size:1.125rem;line-height:1.5}.card-lime{background:linear-gradient(135deg,#9df586 0%,#81db6a 100%)}.card-teal{background:linear-gradient(135deg,#055048 0%,#0a695f 100%)}.card-teal .card-title-square,.card-teal .card-description-square{color:#fff}.card-white{background:linear-gradient(135deg,#fff 0%,#e8edf2 100%)}.card-white .card-icon-wrapper-square{color:var(--color-text)}@media (width<=768px){.target-card-square{height:420px;padding:2rem}.card-title-square{font-size:1.35rem}.card-description-square{font-size:1rem}.deck-nav-btn{display:none}}.contact-section{padding:4rem 0 8rem;position:relative}.contact-wrapper{background:linear-gradient(90deg,#ffffffe6,#ffffffb3);border-radius:2rem;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem;display:grid}.contact-description{color:var(--color-text-light);margin-top:1rem;font-size:1.125rem;line-height:1.6}.form-container{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-secondary);font-size:.875rem;font-weight:600}.form-input{border-radius:var(--radius-md);font-family:var(--font-family);background-color:#fff;border:1px solid #d1d5db;padding:.75rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-input:focus{border-color:var(--color-primary-dark);outline:none;box-shadow:0 0 0 3px #9df5864d}.radio-group{gap:1rem;display:flex}.radio-label{border-radius:var(--radius-md);cursor:pointer;background-color:#fff;border:1px solid #d1d5db;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:500;transition:all .2s;display:flex}.radio-label input{display:none}.radio-label.active{border-color:var(--color-primary-dark);color:var(--color-secondary);box-shadow:0 0 0 1px var(--color-primary-dark);background-color:#9df5861a}.submit-btn{width:100%;margin-top:1rem;padding:1rem;font-size:1rem}@media (width<=868px){.contact-wrapper{grid-template-columns:1fr;gap:2rem;padding:2rem}}@media (width<=480px){.radio-group{flex-direction:column}}.floating-whatsapp{background-color:var(--color-primary);width:60px;height:60px;color:var(--color-secondary);box-shadow:var(--shadow-lg);z-index:99;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite pulse;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-whatsapp:hover{background-color:var(--color-primary-dark);animation:none;transform:scale(1.1)}@keyframes pulse{0%{box-shadow:0 0 #9df586b3}70%{box-shadow:0 0 0 15px #9df58600}to{box-shadow:0 0 #9df58600}}@media (width<=640px){.floating-whatsapp{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}.preloader{background-color:var(--color-background);z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.preloader-icon{width:80px;height:80px}
