:root{--structa-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--structa-navbar-font: "Montserrat", var(--structa-font);--structa-text-xs: .75rem;--structa-text-sm: .8125rem;--structa-text-base: 1rem;--structa-text-md: 1.125rem;--structa-text-lg: 1.25rem;--structa-text-xl: 1.5rem;--structa-text-2xl: 2rem;--structa-text-3xl: 2.5rem;--structa-text-4xl: 2.75rem;--structa-weight-normal: 400;--structa-weight-medium: 500;--structa-weight-semibold: 600;--structa-weight-bold: 700;--structa-weight-extrabold: 800;--structa-dark: #0A141A;--structa-white: #FFFFFF;--structa-green: #66FF33;--structa-green-bright: #7aff4d;--structa-orange: #FF9900;--structa-orange-light: #ffb366;--structa-cta-text: #1a1a1a;--structa-tagline: #CCCCCC;--structa-text: #0A2338;--structa-text-muted: #546e7a;--structa-gray-bg: #f5f5f5;--structa-border: #e0e0e0;--structa-container-max: 1200px;--structa-gap: 1rem;--structa-section-padding-y: 3rem;--structa-bp-sm: 576px;--structa-bp-md: 768px;--structa-bp-lg: 992px;--structa-bp-xl: 1200px}body{font-family:var(--structa-font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{overflow-x:hidden}@media(min-width:576px){:root{--structa-gap: 1.5rem;--structa-section-padding-y: 4rem}}@media(min-width:992px){:root{--structa-gap: 2rem;--structa-section-padding-y: 5rem}}.structa-hero .wrapper,.structa-problem .wrapper,.structa-solution-intro .wrapper,.structa-ecosystem .wrapper,.structa-process .wrapper,.structa-plans .wrapper,.structa-about-us .wrapper,.structa-cta .wrapper,.structa-footer .wrapper{max-width:var(--structa-container-max);margin-left:auto;margin-right:auto;padding-left:var(--structa-gap);padding-right:var(--structa-gap)}.section-block{padding-top:var(--structa-section-padding-y);padding-bottom:var(--structa-section-padding-y)}.structa-navbar{position:relative;z-index:1020;background:transparent;overflow-x:hidden;overflow-y:hidden;max-height:none}.structa-navbar__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;max-width:var(--structa-container-max);margin:0 auto;padding:1rem 1rem .75rem;overflow-x:hidden;overflow-y:hidden;min-height:0}@media(min-width:576px){.structa-navbar__container{padding:1.25rem 1.25rem .75rem;gap:1rem}}@media(min-width:992px){.structa-navbar__container{padding:1.75rem var(--structa-gap) 1rem}}.structa-navbar__brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--structa-white);text-decoration:none;font-family:var(--structa-navbar-font);letter-spacing:.02em;transition:opacity .2s;min-width:0}@media(min-width:576px){.structa-navbar__brand{gap:1.25rem}}.structa-navbar__brand:hover{color:var(--structa-white);opacity:.9}.structa-navbar__logo-img{display:block;height:40px;width:auto;max-width:180px;object-fit:contain}@media(min-width:576px){.structa-navbar__logo-img{height:48px;max-width:220px}}.structa-navbar__logo-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:2px;color:var(--structa-white)}@media(min-width:576px){.structa-navbar__logo-icon-wrap{width:44px;height:44px;padding:4px}}.structa-navbar__logo-icon-svg{width:100%;height:100%}.structa-navbar__logo-text-wrap{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;min-width:0}.structa-navbar__logo-line1{font-family:var(--structa-navbar-font);font-size:1.0625rem;font-weight:var(--structa-weight-bold);letter-spacing:.02em}@media(min-width:576px){.structa-navbar__logo-line1{font-size:1.3125rem}}.structa-navbar__logo-line2{font-family:var(--structa-navbar-font);font-size:.75rem;font-weight:var(--structa-weight-medium);letter-spacing:.02em;margin-top:2px}@media(min-width:576px){.structa-navbar__logo-line2{font-size:.9375rem}}.structa-navbar__toggler{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border:1px solid rgba(255,255,255,.4);border-radius:8px;background:transparent;color:var(--structa-white);cursor:pointer;flex-shrink:0}@media(min-width:576px){.structa-navbar__toggler{width:44px;height:44px;padding:10px}}@media(min-width:992px){.structa-navbar__toggler{display:none}}.structa-navbar__toggler-bar{display:block;width:100%;height:2px;background:currentColor;border-radius:1px}.structa-navbar__nav{display:flex;flex-basis:100%;flex-direction:column;gap:.125rem;max-height:0;overflow:hidden;transition:max-height .35s ease;order:99;width:100%}.structa-navbar__nav--open{max-height:320px;padding:.75rem 0 .5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:.25rem}@media(min-width:992px){.structa-navbar__nav{flex-basis:auto;flex-direction:row;align-items:center;gap:.5rem;max-height:none;overflow:visible;padding:0;order:unset;width:auto;border-top:none;margin-top:0}.structa-navbar__nav--open{padding:0;border-top:none;margin-top:0}}.structa-navbar__link{display:block;padding:.75rem 1rem;color:var(--structa-white);font-family:var(--structa-navbar-font);font-size:.9375rem;font-weight:var(--structa-weight-medium);letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:color .2s}.structa-navbar__link:hover{color:var(--structa-green-bright)}@media(min-width:576px){.structa-navbar__link{font-size:1rem}}@media(min-width:992px){.structa-navbar__link{padding:.625rem 1rem;font-size:1.0625rem}}.structa-scroll-down{display:flex;justify-content:center;align-items:center;padding:.75rem 0 1rem;position:relative;z-index:1}.structa-scroll-down__btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:50%;background:var(--structa-green);color:#fff;text-decoration:none;cursor:pointer;font:inherit;transition:background .2s ease,transform .2s ease;box-shadow:0 2px 12px #00000026}.structa-scroll-down__btn:hover{background:var(--structa-green-bright);transform:translateY(2px)}.structa-scroll-down__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.structa-scroll-down__icon{width:24px;height:24px;flex-shrink:0}.structa-hero-area{position:relative;background-image:url(/structa/images/fondo.png);background-size:cover;background-position:center 35%;background-repeat:no-repeat;overflow:hidden}.structa-hero-area:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#0a2338b3,#0a2338d1 70%,#0a2338e6);pointer-events:none}.structa-hero-area>*{position:relative;z-index:1}.structa-hero{position:relative;background:transparent;padding-top:2.5rem;padding-bottom:4.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-x:hidden}.structa-hero__pattern{position:absolute;inset:0;z-index:1;background-image:radial-gradient(ellipse 80% 50% at 50% 20%,rgba(0,255,136,.06) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(0,200,255,.05) 0%,transparent 45%);pointer-events:none}.structa-hero__content{position:relative;z-index:1;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.structa-hero__title{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;font-family:var(--structa-font);font-weight:var(--structa-weight-bold);font-size:clamp(1.25rem,5vw,2.875rem);line-height:1.15;letter-spacing:.02em;text-transform:uppercase;color:var(--structa-white);margin:0 0 1.5rem}@media(min-width:576px){.structa-hero__title{gap:1.25rem;margin-bottom:2rem}}@media(min-width:768px){.structa-hero__title{margin-bottom:2.75rem}}.structa-hero__title-line1,.structa-hero__title-line2{display:block;width:100%;white-space:normal;text-align:center}@media(min-width:1200px){.structa-hero__title-line1,.structa-hero__title-line2{white-space:nowrap}}.structa-hero__title-line2{font-size:.92em}.structa-hero__highlight--orange{color:var(--structa-orange)}.structa-hero__highlight--green{color:var(--structa-green)}.structa-hero__subtitle{font-family:var(--structa-font);font-size:.9375rem;font-weight:var(--structa-weight-normal);line-height:1.6;color:var(--structa-white);margin:0 0 1.5rem;width:100%;max-width:min(56rem,100%);text-align:center}@media(min-width:576px){.structa-hero__subtitle{font-size:var(--structa-text-md);margin-bottom:2rem}}@media(min-width:768px){.structa-hero__subtitle{margin-bottom:2.5rem}}.structa-hero__brand{font-weight:var(--structa-weight-bold)}.structa-hero__brand--orange{color:var(--structa-orange)}.structa-hero__cta{display:inline-block;padding:14px 1.5rem;background:var(--structa-green);color:var(--structa-cta-text);font-family:var(--structa-font);font-size:.8125rem;font-weight:var(--structa-weight-bold);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;border-radius:9999px;margin-bottom:1.25rem;box-shadow:0 4px 14px #0003;transition:background .2s,color .2s,transform .2s,box-shadow .2s;text-align:center;max-width:100%;box-sizing:border-box}@media(max-width:575px){.structa-hero__cta{display:inline-flex;align-items:center;justify-content:center;width:auto;max-width:80%;white-space:normal;font-size:.75rem;letter-spacing:.03em;padding:10px .9rem}}@media(min-width:375px)and (max-width:575px){.structa-hero__cta{max-width:none;white-space:nowrap}}@media(min-width:576px){.structa-hero__cta{padding:16px 2rem;font-size:.9375rem;margin-bottom:1.5rem}}@media(min-width:768px){.structa-hero__cta{padding:18px 40px;font-size:var(--structa-text-lg)}}.structa-hero__cta:hover{background:var(--structa-green-bright);color:var(--structa-cta-text);transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.structa-hero__note{font-family:var(--structa-font);font-size:.8125rem;font-weight:var(--structa-weight-normal);font-style:italic;color:var(--structa-tagline);margin:0;padding:0 .5rem}@media(min-width:576px){.structa-hero__note{font-size:var(--structa-text-base);padding:0}}.structa-problem-area{position:relative;z-index:2;margin-top:0;background:var(--structa-white)}.structa-problem-area:before{content:"";position:absolute;top:-3rem;left:0;right:0;height:10rem;z-index:0;pointer-events:none}.structa-problem-area .structa-scroll-down,.structa-problem-area .structa-problem{position:relative;z-index:1}@media(min-width:768px){.structa-problem-area{margin-top:0}.structa-problem-area:before{top:-3rem;height:10rem}}@media(min-width:992px){.structa-problem-area{margin-top:0}.structa-problem-area:before{top:-3rem;height:10rem}}.structa-problem-area--collapsed{min-height:0}.structa-problem-area .structa-scroll-down{position:absolute;top:.75rem;left:0;right:0;padding:0;z-index:2;pointer-events:auto}.structa-problem{background:transparent;padding-top:0;margin-top:0}.structa-problem__content{overflow:hidden;transition:max-height .4s ease-out;max-height:1200px}.structa-problem--collapsed .structa-problem__content{max-height:0}.structa-problem__container{background:var(--structa-white);border-radius:80px 80px 0 0;padding:3rem var(--structa-gap) 4rem;max-width:var(--structa-container-max);margin-left:auto;margin-right:auto;margin-top:2.5rem;box-shadow:0 -4px 24px #0a23381f,0 -1px #0a23380f inset}.structa-problem__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.structa-problem__title{font-family:var(--structa-font);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--structa-text);margin:0 0 .5rem;max-width:700px}.structa-problem__subtitle{font-family:var(--structa-font);font-size:1.25rem;font-weight:700;color:var(--structa-text);margin:3rem 0 2rem}.structa-problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%;max-width:800px;margin-bottom:2rem}.structa-problem__arrow{display:none;align-items:center;justify-content:center;padding:0 .5rem;align-self:center}.structa-problem__arrow:before{content:"";width:100%;min-width:36px;max-width:72px;height:0;border-top:2px dashed var(--structa-text-muted);margin-right:2px}.structa-problem__arrow:after{content:"";width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid var(--structa-text-muted);flex-shrink:0}@media(min-width:768px){.structa-problem__grid{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:1rem;max-width:100%}.structa-problem__arrow{display:flex}.structa-problem__arrow:before{min-width:32px;max-width:52px}}@media(min-width:992px){.structa-problem__arrow:before{min-width:44px;max-width:80px}}.structa-problem__item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.structa-problem__icon{display:flex;align-items:center;justify-content:center}.structa-problem__icon img{display:block;width:96px;height:96px;object-fit:contain}@media(min-width:768px){.structa-problem__icon img{width:112px;height:112px}}.structa-problem__label{font-family:var(--structa-font);font-size:1rem;font-weight:700;color:var(--structa-text);text-align:center}.structa-problem__conclusion{font-family:var(--structa-font);font-size:1.125rem;font-weight:700;color:var(--structa-text);margin:0 0 1.5rem}.structa-problem__statement{text-align:center;max-width:640px;margin:0 auto;padding:2rem var(--structa-gap) 3rem}.structa-problem__statement-line{font-family:var(--structa-font);color:#1a1a1a;margin:0}.structa-problem__statement-line--main{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:1.5rem;font-weight:400;line-height:1.3;margin-bottom:.5rem}.structa-problem__statement-mark{width:56px;height:3px;background:#ff8000;border-radius:0;flex-shrink:0;display:block}.structa-problem__statement-mark--mobile-bottom{display:none;width:56px;height:3px;background:#ff8000;border-radius:0}.structa-problem__statement-line--sub{font-size:1.5rem;font-weight:400;line-height:1.35}@media(max-width:767px){.structa-problem__statement-line--main{flex-direction:column;gap:.5rem}.structa-problem__statement-mark--right{display:none}.structa-problem__statement-mark--mobile-bottom{display:block;margin-top:.5rem;margin-left:auto;margin-right:auto}}@media(min-width:768px){.structa-problem__statement-line--main,.structa-problem__statement-line--sub{font-size:1.75rem}.structa-problem__statement-mark{width:72px;height:4px}}.structa-solution-intro{background:var(--structa-white)}.structa-solution-intro__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){.structa-solution-intro__inner{flex-direction:row;justify-content:center;gap:1.5rem}}.structa-solution-intro__line{width:60px;height:4px;background:var(--structa-orange);border-radius:2px;flex-shrink:0}@media(max-width:767px){.structa-solution-intro__line{display:none}}.structa-solution-intro__title{font-family:var(--structa-font);font-size:clamp(var(--structa-text-base),2.2vw,var(--structa-text-lg));font-weight:var(--structa-weight-bold);color:var(--structa-text);margin:0;max-width:700px}.structa-ecosystem{position:relative;background-color:#0d1421;background-image:url(/structa/images/fondo.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;overflow:hidden}.structa-ecosystem:before{content:"";position:absolute;inset:0;background:#0d1421c7;pointer-events:none}.structa-ecosystem__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:stretch;gap:2rem;padding-top:.25rem;padding-bottom:.25rem}@media(min-width:992px){.structa-ecosystem__inner{flex-direction:row;flex-wrap:wrap;gap:3.5rem}}@media(min-width:992px){.structa-ecosystem__title{flex-basis:100%}}.structa-ecosystem__content{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:0}@media(min-width:992px){.structa-ecosystem__content{flex:0 0 calc(50% - 1.75rem);max-width:calc(50% - 1.75rem);min-height:420px;align-items:stretch}}.structa-ecosystem__body{display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:0;width:100%;max-width:480px}@media(min-width:768px){.structa-ecosystem__body{max-width:520px}}@media(min-width:992px){.structa-ecosystem__body{max-width:100%;flex:1 1 auto;justify-content:center;align-items:flex-end}}@media(min-width:992px){.structa-ecosystem__media{flex:0 0 calc(50% - 1.75rem);max-width:calc(50% - 1.75rem);display:flex;align-items:center;justify-content:center;min-height:0}}.structa-ecosystem__title{font-family:var(--structa-navbar-font);font-size:clamp(1.25rem,3.5vw,2.25rem);font-weight:700;line-height:1.25;text-align:center;margin:1.5rem 0 2rem;color:#fffffff2;letter-spacing:-.02em;width:100%}@media(min-width:768px){.structa-ecosystem__title{margin-bottom:2.25rem}}@media(min-width:992px){.structa-ecosystem__title{margin-bottom:2.5rem}}.structa-ecosystem__highlight{color:#00e676;font-weight:700}.structa-ecosystem__intro{font-family:var(--structa-font);font-size:1.125rem;line-height:1.55;margin:0;color:#ffffffe6;text-align:center}@media(max-width:767px){.structa-ecosystem__intro{margin-bottom:2rem}}@media(max-width:480px){.structa-ecosystem__intro{max-width:20ch;margin-left:auto;margin-right:auto}}@media(min-width:768px){.structa-ecosystem__intro{font-size:1.25rem}}@media(min-width:992px){.structa-ecosystem__intro{max-width:520px;align-self:center}}.structa-ecosystem__media{min-width:0;overflow:hidden;min-height:240px}.structa-ecosystem__img{display:block;width:100%;height:auto;min-height:240px;object-fit:contain;object-position:center;vertical-align:middle}@media(min-width:992px){.structa-ecosystem__img{min-height:0;max-height:420px;width:100%;height:100%;object-fit:contain}}.structa-ecosystem__card{background:var(--structa-white);border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000001a,0 1px 3px #0000000f;border:1px solid rgba(0,0,0,.06);min-width:0;width:max-content;max-width:100%;margin-left:auto;margin-right:auto}@media(max-width:575px){.structa-ecosystem__card{width:auto;max-width:320px;padding:2rem 1.25rem;border-radius:14px}}@media(max-width:374px){.structa-ecosystem__card{max-width:280px;padding:1.75rem 1rem}}@media(min-width:768px){.structa-ecosystem__card{padding:2.25rem 1.75rem;border-radius:18px}}@media(min-width:992px){.structa-ecosystem__card{padding:2.5rem 2rem;border-radius:20px}}.structa-ecosystem__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.structa-ecosystem__list-item{display:flex;align-items:center;gap:.5rem;font-family:var(--structa-font);font-size:1.0625rem;line-height:1.6;color:#1a1a1a}.structa-ecosystem__check-img{width:26px;height:26px;object-fit:contain;flex-shrink:0;display:block}.structa-ecosystem__cta{font-family:var(--structa-font);font-size:1rem;line-height:1.5;margin:0;text-align:center;color:#ffffffe6}@media(min-width:992px){.structa-ecosystem__cta{flex-basis:100%}}@media(min-width:768px){.structa-ecosystem__cta{font-size:1.0625rem}}.structa-ecosystem__cta-accent{color:#ff6b35;font-weight:700}.structa-process{background:var(--structa-white)}.structa-process__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.structa-process__title{font-family:var(--structa-font);font-size:clamp(1.125rem,2.8vw,1.5rem);font-weight:800;color:#1a1a1a;margin:0 0 3.5rem;max-width:800px;line-height:1.35;letter-spacing:.01em}.structa-process__title-accent{color:var(--structa-orange);font-weight:800;font-size:1.08em}.structa-process__box{position:relative;width:100%;max-width:1000px;margin:0 auto 2rem;padding:2rem var(--structa-gap) 2.5rem;background:var(--structa-white);border:2px solid #c5c5c5;border-radius:20px;overflow:visible;box-sizing:border-box}@media(max-width:767.98px){.structa-process__box{padding-left:1rem;padding-right:1rem}}.structa-process__column{display:flex;flex-direction:column;align-items:center;min-width:0}.structa-process__number{width:40px;height:40px;border-radius:50%;background:#c4c4c4;border:1px solid #b8b8b8;display:flex;align-items:center;justify-content:center;font-family:var(--structa-font);font-weight:700;font-size:1.125rem;color:var(--structa-white);flex-shrink:0;box-shadow:0 0 0 2px var(--structa-gray-bg);margin-top:0;margin-bottom:1rem}@media(min-width:992px){.structa-process__number{margin-top:calc(-2rem - 20px)}}.structa-process__play{display:none;align-items:center;justify-content:center;flex-shrink:0}.structa-process__play-icon{width:36px;height:36px;display:block;object-fit:contain}@media(min-width:992px){.structa-process__play{display:flex}.structa-process__play-icon{width:42px;height:42px}}.structa-process__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;align-items:start}@media(min-width:992px){.structa-process__grid{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:1.5rem .5rem}.structa-process__card{min-width:0}.structa-process__play{align-self:center}}.structa-process__card{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;background:transparent;text-align:center}.structa-process__icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.structa-process__icon-img{display:block;width:96px;height:96px;object-fit:contain}.structa-process__icon--large .structa-process__icon-img{width:120px;height:120px}@media(min-width:992px){.structa-process__icon-img{width:120px;height:120px}.structa-process__icon--large .structa-process__icon-img{width:150px;height:150px}}.structa-process__card-title{font-family:var(--structa-font);font-size:1.25rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:.02em;line-height:1.3;text-transform:uppercase;max-width:10em;margin-left:auto;margin-right:auto}.structa-process__card-desc{font-family:var(--structa-font);font-size:1rem;font-weight:400;color:#1a1a1a;margin:0;line-height:1.5;text-align:center}.structa-process__card--icon-bottom .structa-process__icon{margin-top:1rem;margin-bottom:0}.structa-process__footer{font-family:var(--structa-font);font-size:1.25rem;font-weight:800;color:#1a1a1a;margin:0;width:100%;text-align:center;line-height:1.5}.structa-plans{position:relative;background:#1a2033;color:var(--structa-white);padding-top:var(--structa-section-padding-y);padding-bottom:var(--structa-section-padding-y);overflow:hidden}.structa-plans__pattern{position:absolute;inset:0;background-image:url(/structa/images/fondo.png);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}.structa-plans__pattern:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1a2033bf,#1a2033e0);pointer-events:none}.structa-plans__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.structa-plans__title{font-family:var(--structa-font);font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:800;color:var(--structa-white);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10rem;padding:.875rem 2.25rem;background:#f57c00;border-radius:14px;text-align:center;display:inline-block;width:auto;line-height:1.3;box-shadow:0 3px #1a202c59}@media(max-width:767px){.structa-plans__title{margin-bottom:4.5rem}}.structa-plans__grid{display:grid;grid-template-columns:1fr;gap:0;width:100%;max-width:1100px;margin:0 auto 2.5rem}@media(min-width:992px){.structa-plans__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;align-items:start}}.structa-plans__plan-unit{display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media(max-width:991px){.structa-plans__plan-unit{margin-top:4rem}.structa-plans__plan-unit:first-child{margin-top:0}}@media(min-width:992px){.structa-plans__plan-unit{gap:1.5rem}}.structa-plans__card{position:relative;background:var(--structa-white);border-radius:20px 20px 14px 14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f;padding:2.5rem 1.5rem 2rem;min-height:380px;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}@media(min-width:768px){.structa-plans__card{min-height:400px;padding:2.75rem 1.75rem 2.25rem}}@media(min-width:992px){.structa-plans__card{min-height:420px;padding:3rem 1.75rem 2.5rem}}.structa-plans__card-icon-wrap{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid var(--structa-white);box-shadow:0 2px 12px #00000026;flex-shrink:0;background:var(--structa-gray-bg)}.structa-plans__card-icon{width:100%;height:100%;object-fit:cover;display:block}.structa-plans__card-title{font-family:var(--structa-font);font-size:1rem;font-weight:700;color:#1a2b42;text-transform:uppercase;letter-spacing:.02em;line-height:1.5;margin:1.25rem 0 .875rem;max-width:100%}@media(min-width:768px){.structa-plans__card-title{font-size:1.0625rem}}.structa-plans__card--orange-title .structa-plans__card-title,.structa-plans__card--orange-title .structa-plans__card-title-accent{color:#ff6e00}.structa-plans__card-title-accent{color:var(--structa-orange);font-weight:700}.structa-plans__card-desc{font-family:var(--structa-font);font-size:.9375rem;font-weight:400;color:#1a1a1a;line-height:1.5;margin:0 0 1rem;text-align:center;max-width:18em;margin-left:auto;margin-right:auto}.structa-plans__card--gray-desc .structa-plans__card-desc{color:#333}.structa-plans__card-line{width:56px;height:3px;background:#ff6e00;border-radius:0;margin:0 auto .875rem}.structa-plans__card-includes{text-align:center;width:100%;flex:1 1 auto;max-width:20em;margin-left:auto;margin-right:auto}.structa-plans__card-includes-title{font-family:var(--structa-font);font-size:.9375rem;font-weight:700;color:#1a1a1a;display:block;margin-bottom:.5rem}.structa-plans__card-list{list-style:none;padding-left:0;margin:0;font-family:var(--structa-font);font-size:.875rem;font-weight:400;color:#1a1a1a;line-height:1.5;text-align:center}.structa-plans__card-list li{margin-bottom:.375rem}.structa-plans__card-list li.structa-plans__card-list-header{font-weight:700;font-size:.9375rem;margin-bottom:.5rem}.structa-plans__card-list li.structa-plans__card-list-item--multiline{line-height:1.85}.structa-plans__card-list li:last-child{margin-bottom:0}.structa-plans__card-list li:before{content:none}.structa-plans__cta{display:inline-block;width:auto;max-width:100%;flex-shrink:0;padding:.5rem .875rem;background:#72ff3d;text-decoration:none;border-radius:16px;border:none;cursor:pointer;transition:background .2s,color .2s;font-family:var(--structa-font);font-weight:700;letter-spacing:.02em;line-height:1.4;text-transform:uppercase;text-align:center;color:#1a1a1a;font-size:1.1875rem}.structa-plans__cta:hover{background:#8aff1a;color:#1a1a1a}@media(min-width:768px){.structa-plans__cta{padding:.625rem 1rem}}@media(min-width:992px){.structa-plans__cta{padding:.625rem 1.125rem}}.structa-plans__footer{text-align:center;margin:3.5rem 0 0}.structa-plans__footer-question{font-family:var(--structa-font);font-size:1rem;font-weight:400;color:var(--structa-white);margin:0 0 .25rem}.structa-plans__footer-help{font-family:var(--structa-font);font-size:1rem;font-weight:600;color:var(--structa-green);margin:0}.structa-for-you{position:relative;background:linear-gradient(180deg,#1a2033 0%,#1a2033 28%,#f8f8f8 28%,var(--structa-white) 100%);padding-top:var(--structa-section-padding-y);padding-bottom:var(--structa-section-padding-y);overflow:hidden}.structa-for-you__inner{display:flex;flex-direction:column;align-items:center;max-width:var(--structa-container-max);margin:0 auto;padding-left:var(--structa-gap);padding-right:var(--structa-gap)}.structa-for-you__card{width:100%;max-width:960px;background:#f2f2f2;border-radius:0 0 140px 140px;padding:2.75rem 1.5rem;box-shadow:0 16px 48px #0000002e,0 8px 24px #00000024,0 2px 8px #0000001a;margin-bottom:3rem;box-sizing:border-box;text-align:center}@media(min-width:768px){.structa-for-you__card{padding:3.25rem 2.5rem;border-radius:0 0 180px 180px;margin-bottom:3.5rem;max-width:100%}}.structa-for-you__title{font-family:var(--structa-font);font-size:1.5rem;font-weight:700;color:#000;text-align:center;margin:0 auto 2rem;line-height:1.3;max-width:560px;width:100%;box-sizing:border-box}@media(min-width:768px){.structa-for-you__title{font-size:1.75rem;margin-bottom:2.5rem}}.structa-for-you__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;width:100%;max-width:560px;margin:0 auto;transform:translate(3%);box-sizing:border-box}@media(min-width:768px){.structa-for-you__list{transform:translate(4%)}}.structa-for-you__item{display:flex;align-items:flex-start;justify-content:center;gap:.75rem;font-family:var(--structa-font);font-size:1rem;font-weight:400;color:#000;line-height:1.6;text-align:left}@media(min-width:768px){.structa-for-you__item{font-size:1.125rem}}.structa-for-you__check{flex-shrink:0;font-weight:700;color:#000;font-size:1.1em}.structa-for-you__text{flex:1;min-width:0;text-align:left}.structa-for-you__text-line{display:inline}@media(max-width:575px){.structa-for-you__text-line{display:block}}.structa-for-you__intro{font-family:var(--structa-font);font-size:.9375rem;font-weight:400;color:#000;text-align:center;margin:0 0 2.5rem;max-width:100%;width:100%;line-height:1.5;box-sizing:border-box}@media(min-width:768px){.structa-for-you__intro{font-size:1.0625rem;margin-bottom:3rem}}.structa-for-you__cta{font-family:var(--structa-font);font-size:1.0625rem;font-weight:800;letter-spacing:.02em;line-height:1.4;text-transform:uppercase;text-align:center;display:inline-block;color:#1a1a1a;padding:.5rem .75rem;background:#8cd852;font-size:1.1875rem;text-decoration:none;border:2px solid #000000;border-radius:9999px;box-shadow:4px 4px 12px #0000002e;transition:background .2s,box-shadow .2s}.structa-for-you__cta:hover{background:#9ae05e;box-shadow:5px 5px 14px #00000038}@media(min-width:768px){.structa-for-you__cta{padding:.5625rem 1rem}}.structa-standalone{position:relative;background:#0a2338;color:var(--structa-white);padding-top:var(--structa-section-padding-y);padding-bottom:var(--structa-section-padding-y);overflow:hidden}.structa-standalone__pattern{position:absolute;inset:0;pointer-events:none}.structa-standalone__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:var(--structa-container-max);margin:0 auto;padding-left:var(--structa-gap);padding-right:var(--structa-gap)}.structa-standalone__title{font-family:var(--structa-font);font-size:1.25rem;font-weight:700;color:var(--structa-white);text-align:center;text-transform:uppercase;letter-spacing:.03em;margin:0 0 1rem;line-height:1.3}@media(min-width:768px){.structa-standalone__title{font-size:1.5rem;margin-bottom:1.25rem}}.structa-standalone__intro{font-family:var(--structa-font);font-size:.9375rem;font-weight:400;color:#ffffffeb;text-align:center;max-width:560px;margin:2.5rem 0 2rem;line-height:1.5}@media(min-width:768px){.structa-standalone__intro{font-size:1rem;margin-bottom:2.5rem}}.structa-standalone__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:1100px;margin:0 auto 2rem}@media(min-width:576px){.structa-standalone__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.structa-standalone__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem}}.structa-standalone__card{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;min-width:0;padding-bottom:1.5rem}.structa-standalone__card-detail{width:100%;max-width:250px;max-height:0;overflow:hidden;transition:max-height .4s ease-out}@media(min-width:576px){.structa-standalone__card-detail{max-width:270px}}.structa-standalone__card--open .structa-standalone__card-detail{max-height:520px}.structa-standalone__card-detail-inner{background:var(--structa-white);border-radius:12px;padding:1.25rem 1rem;margin-top:1.5rem;box-shadow:0 4px 20px #0000001f;text-align:left}@media(min-width:576px){.structa-standalone__card-detail-inner{margin-top:1.75rem}}.structa-standalone__card-detail-intro,.structa-standalone__card-detail-lead,.structa-standalone__card-detail-closing{font-family:var(--structa-font);font-size:.9375rem;font-weight:400;color:#1a1a1a;line-height:1.5;margin:0 0 .5rem}.structa-standalone__card-detail-lead{margin-bottom:.35rem}.structa-standalone__card-detail-list{list-style:disc;padding-left:1.25rem;margin:0 0 .75rem}.structa-standalone__card-detail-list li{font-family:var(--structa-font);font-size:.9375rem;font-weight:400;color:#1a1a1a;line-height:1.45;margin-bottom:.25rem}.structa-standalone__card-detail-closing{margin-bottom:0}.structa-standalone__card-img-wrap{position:relative;width:100%;max-width:250px;aspect-ratio:11 / 14;overflow:visible;background:transparent}.structa-standalone__card-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}.structa-standalone__card-label{position:absolute;bottom:0;left:24px;right:24px;transform:translateY(50%);font-family:var(--structa-font);font-size:.875rem;font-weight:700;color:var(--structa-white);text-transform:uppercase;letter-spacing:.02em;background:var(--structa-orange);padding:.625rem .75rem;border-radius:8px;width:auto;text-align:center;line-height:1.35;border:none;cursor:pointer;transition:background .2s,transform .2s}.structa-standalone__card-label:hover{background:#e68a00}.structa-standalone__card-label:focus-visible{outline:2px solid var(--structa-white);outline-offset:2px}@media(min-width:576px){.structa-standalone__card-img-wrap{max-width:270px}.structa-standalone__card-label{font-size:.9375rem;padding:.75rem .875rem;left:28px;right:28px}}@media(min-width:992px){.structa-standalone__card-img-wrap{max-width:270px}.structa-standalone__card-label{font-size:1rem;padding:.75rem .875rem;left:28px;right:28px}}.structa-standalone__footer{font-family:var(--structa-font);font-size:.9375rem;font-weight:400;color:#ffffffeb;text-align:center;margin:0;margin-top:2.5rem;max-width:480px;line-height:1.5}@media(min-width:768px){.structa-standalone__footer{font-size:1rem}}.structa-about-us{background:#fff;color:#1a1a1a}.structa-about-us__inner{display:flex;flex-direction:column;gap:2rem;align-items:stretch}@media(min-width:992px){.structa-about-us__inner{position:relative;flex-direction:row;gap:3.5rem;min-height:400px}}.structa-about-us__content{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:0}@media(min-width:992px){.structa-about-us__content{flex:0 0 calc(50% - 1.75rem);max-width:calc(50% - 1.75rem)}}@media(min-width:992px){.structa-about-us__media{position:absolute;inset:0 0 0 auto;width:calc(50% - 1.75rem);display:flex;align-items:center;justify-content:center;overflow:visible}}.structa-about-us__title{font-family:var(--structa-navbar-font);font-size:clamp(1.6rem,4.2vw,2.3rem);font-weight:700;line-height:1.2;color:#000;text-transform:uppercase;letter-spacing:.03em;margin:0;margin-bottom:2rem;text-align:center;width:100%}@media(min-width:768px){.structa-about-us__title{margin-bottom:2.25rem}}@media(min-width:992px){.structa-about-us__title{margin-bottom:2.5rem}}.structa-about-us__body{display:flex;flex-direction:column;gap:0;min-width:0;max-width:480px;width:100%;text-align:left}@media(max-width:767px){.structa-about-us__body{text-align:center}}@media(min-width:768px){.structa-about-us__body{max-width:520px}}.structa-about-us__p{font-family:var(--structa-font);font-size:1.0625rem;font-weight:400;line-height:1.6;color:#000;margin:0;text-align:left}@media(max-width:767px){.structa-about-us__p{text-align:center}}@media(min-width:768px){.structa-about-us__p{font-size:1.125rem}}.structa-about-us__highlight{color:#ff7b00;font-weight:400;font-size:inherit}.structa-about-us__media{min-width:0;overflow:hidden}.structa-about-us__img{display:block;width:100%;height:auto;min-height:240px;object-fit:contain;object-position:center;vertical-align:middle}@media(min-width:992px){.structa-about-us__img{width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:auto;min-height:0;object-fit:contain;object-position:center;display:block}}.structa-cta{position:relative;background-color:#0d1421;background-image:url(/structa/images/fondo.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;overflow:hidden}.structa-cta:before{content:"";position:absolute;inset:0;background:#0d1421bf;pointer-events:none}.structa-cta__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 15%,rgba(0,180,200,.12) 0%,transparent 35%),radial-gradient(circle at 80% 85%,rgba(0,160,180,.1) 0%,transparent 35%),linear-gradient(rgba(0,160,200,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,160,200,.06) 1px,transparent 1px);background-size:100% 100%,100% 100%,32px 32px,32px 32px;pointer-events:none}.structa-cta__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:.35rem;padding-bottom:.75rem;max-width:960px;margin-left:auto;margin-right:auto}@media(min-width:768px){.structa-cta__inner{padding-top:.5rem;padding-bottom:1rem}}@media(min-width:992px){.structa-cta__inner{padding-top:.6rem;padding-bottom:1.25rem}}.structa-cta__title{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-family:var(--structa-navbar-font);font-weight:700;font-size:clamp(1.25rem,4vw,2rem);line-height:1.2;letter-spacing:.02em}.structa-cta__title-line1{color:#fff}.structa-cta__title-line2{color:#f97316}@media(min-width:768px){.structa-cta__title{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:2rem;gap:.75rem}}.structa-cta__lead{margin:0 0 1rem;font-family:var(--structa-font);font-size:clamp(1rem,2.2vw,1.25rem);font-weight:700;line-height:1.5;color:#fffffff2}.structa-cta__lead-line1,.structa-cta__lead-line2{display:block}.structa-cta__lead-line2{margin-top:.25em}.structa-cta__lead-italic{font-style:italic;font-weight:inherit}@media(min-width:768px){.structa-cta__lead{margin-bottom:1.25rem;font-size:1.25rem}}.structa-cta__body{margin:0;font-family:var(--structa-font);font-size:clamp(1rem,2.2vw,1.25rem);font-weight:700;line-height:1.5;color:#fffffff2}.structa-cta__body-line1,.structa-cta__body-line2{display:block}.structa-cta__body-line2{margin-top:.25em}@media(min-width:768px){.structa-cta__body{font-size:1.25rem}}.structa-footer{background:#fff;color:#1a1a1a;padding-top:var(--structa-section-padding-y);padding-bottom:var(--structa-section-padding-y)}.structa-footer__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;justify-items:center}@media(min-width:768px){.structa-footer__inner{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(min-width:992px){.structa-footer__inner{grid-template-columns:repeat(4,1fr);gap:2rem 3rem;justify-items:center;align-items:start}}.structa-footer__brand,.structa-footer__contact,.structa-footer__social,.structa-footer__copyright{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:100%}.structa-footer__brand{gap:1rem}.structa-footer__logo-wrap{flex-shrink:0;display:flex;align-items:center}.structa-footer__logo{width:28px;height:28px}.structa-footer__logo--img{width:auto;height:72px;max-width:280px;object-fit:contain;display:block}.structa-footer__brand-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25}.structa-footer__tagline{font-family:var(--structa-font);font-size:.75rem;font-weight:400;color:var(--structa-text-muted);margin-bottom:.15rem}.structa-footer__name{font-family:var(--structa-navbar-font);font-size:1.25rem;font-weight:700;color:#0c2340;text-transform:uppercase;letter-spacing:.02em}.structa-footer__sublabel{font-family:var(--structa-font);font-size:.875rem;font-weight:400;color:var(--structa-text-muted)}.structa-footer__heading{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;font-family:var(--structa-navbar-font);font-size:1.25rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.03em}.structa-footer__icon-img{width:44px;height:44px;flex-shrink:0;display:block;object-fit:contain}.structa-footer__contact{align-items:center}.structa-footer__contact .structa-footer__link{display:block;font-family:var(--structa-font);font-size:1.1875rem;font-weight:400;color:#1a1a1a;text-decoration:none;margin-bottom:.35rem}.structa-footer__contact .structa-footer__link:last-child{margin-bottom:0}.structa-footer__contact .structa-footer__link:hover{color:var(--structa-orange)}.structa-footer__social{align-items:center}.structa-footer__social-icons{display:flex;gap:.35rem;align-items:center}.structa-footer__social-link{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:transparent;color:#fff;transition:opacity .2s}.structa-footer__social-link:hover{opacity:.85}.structa-footer__social-link i{font-size:1.5rem;color:#fff}.structa-footer__social-link .structa-footer__social-icon-img{width:40px;height:40px;min-width:40px;min-height:40px;object-fit:contain;display:block;vertical-align:middle}.structa-footer__copyright{font-family:var(--structa-font);font-size:1.0625rem;font-weight:400;color:#1a1a1a;line-height:1.5}.structa-footer__copyright-line1,.structa-footer__copyright-line2{display:block}.structa-footer__copyright-line2{margin-top:.15rem}.structa-footer__privacy{display:block;margin-top:1.25rem;align-self:center;font-family:var(--structa-font);font-size:1.0625rem;font-weight:600;color:#1a1a1a;text-decoration:none;transition:color .2s}.structa-footer__privacy:hover{color:var(--structa-orange)}
