:root{--color-primary: #101725;--color-black: #010101;--color-light: #F9FAFB;--color-accent: #D4A843;--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--transition-fast: .15s ease-in-out;--transition-base: .3s ease-in-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-family-base);font-weight:400;line-height:1.6;color:var(--color-black);background-color:var(--color-light);min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-primary)}p{margin-bottom:var(--spacing-md)}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}#root{min-height:100vh;width:100%}._appContainer_13j66_5{width:100%;min-height:100vh;display:flex;flex-direction:column}._main_13j66_12{flex:1;width:100%}._container_13j66_21{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md)}@media(min-width:768px){._container_13j66_21{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media(min-width:1024px){._container_13j66_21{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}}._hero_1lbdo_2{position:relative;min-height:100vh;display:flex;align-items:center;padding:2rem 1rem;overflow:hidden;background:#0a0f1a}._bgPattern_1lbdo_13{position:absolute;inset:0;background-image:url(/images/4.png);background-size:cover;background-position:center top;background-repeat:no-repeat}._bgDecor_1lbdo_23{position:absolute;inset:0;background:linear-gradient(135deg,#0a0f1aeb,#101725d9 40%,#0a0f1ae0)}._bgDecor_1lbdo_23:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 80% 20%,rgba(212,168,67,.08) 0%,transparent 50%);pointer-events:none}._bgDecor_1lbdo_23:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(to top,rgba(10,15,26,.95) 0%,transparent 100%);pointer-events:none}._container_1lbdo_57{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:2.5rem;position:relative;z-index:1}._logoWrapper_1lbdo_70{margin-bottom:1rem}._logo_1lbdo_70{height:90px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}._badge_1lbdo_83{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#d4a84333,#d4a8431a);border:1px solid rgba(212,168,67,.3);border-radius:50px;color:#d4a843;font-size:.875rem;font-weight:600;letter-spacing:.02em}._badgeIcon_1lbdo_97{display:flex;align-items:center;color:#d4a843}._content_1lbdo_104{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}._title_1lbdo_113{display:flex;flex-direction:column;gap:.5rem;margin:0}._titleHighlight_1lbdo_120{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.1;text-transform:uppercase;letter-spacing:.02em}._titleSub_1lbdo_129{font-size:1rem;font-weight:500;color:#d4a843;letter-spacing:.1em;text-transform:uppercase}._subtitle_1lbdo_138{font-size:1.125rem;color:#cbd5e1;line-height:1.7;margin:0;max-width:500px}._subtitle_1lbdo_138 strong{color:#fff;font-weight:600}._iconFeatures_1lbdo_152{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;max-width:400px;margin-top:.5rem}._iconFeature_1lbdo_152{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#101725cc,#10172599);border:1px solid rgba(212,168,67,.2);border-radius:12px;padding:.75rem 1rem;transition:all .3s ease}._iconFeature_1lbdo_152:hover{border-color:#d4a84380;transform:translateY(-2px)}._iconBox_1lbdo_177{width:44px;height:44px;background:linear-gradient(135deg,#d4a843,#c49a38);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #d4a8434d}._iconBox_1lbdo_177 svg{width:22px;height:22px;color:#0a0f1a;stroke-width:2.5}._iconText_1lbdo_196{display:flex;flex-direction:column}._iconNumber_1lbdo_201{font-size:1.25rem;font-weight:800;color:#fff;line-height:1.2}._iconLabel_1lbdo_208{font-size:.6875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}._ctaButton_1lbdo_216{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#d4a843,#b8922e);color:#0a0f1a;font-size:1rem;font-weight:700;padding:1rem 2rem;border-radius:12px;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 4px 20px #d4a84366;margin-top:.5rem}._ctaButton_1lbdo_216 svg{width:20px;height:20px;transition:transform .3s ease}._ctaButton_1lbdo_216:hover{transform:translateY(-3px);box-shadow:0 8px 30px #d4a84380}._ctaButton_1lbdo_216:hover svg{transform:translate(4px)}._imageWrapper_1lbdo_250{width:100%;max-width:320px;display:flex;justify-content:center;position:relative}._imageWrapper_1lbdo_250:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(212,168,67,.4) 0%,transparent 70%);filter:blur(40px);z-index:0}._imageWrapper_1lbdo_250:after{content:"";position:absolute;inset:-8px;border:2px solid rgba(212,168,67,.3);border-radius:28px;z-index:0}._floatingIcon_1lbdo_283{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#d4a843,#b8922e);border:3px solid rgba(255,255,255,.2);border-radius:16px;padding:1rem;z-index:4;box-shadow:0 10px 30px #0006,0 0 20px #d4a8434d;animation:_float_1lbdo_283 4s ease-in-out infinite;white-space:nowrap;min-width:70px}._floatingIcon_1lbdo_283 svg{width:28px;height:28px;color:#0a0f1a;flex-shrink:0;stroke-width:2.5}._floatingIcon_1lbdo_283 span{font-size:.625rem;font-weight:700;color:#0a0f1a;text-transform:uppercase;letter-spacing:.02em;display:block;text-align:center}@keyframes _float_1lbdo_283{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}._iconTop_1lbdo_331{top:-15px;right:-25px;animation-delay:0s}._iconRight_1lbdo_337{top:40%;right:-35px;animation-delay:.75s}._iconLeft_1lbdo_343{top:20%;left:-35px;animation-delay:1.5s}._iconBottomLeft_1lbdo_349{bottom:18%;left:-30px;animation-delay:2.25s}._imageBadge_1lbdo_355{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#0a0f1af2,#101725f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #D4A843;border-radius:12px;padding:.75rem 1.5rem;display:flex;flex-direction:column;align-items:center;z-index:3;box-shadow:0 8px 24px #0006}._imageBadgeText_1lbdo_372{color:#fff;font-weight:700;font-size:1.125rem}._imageBadgeRole_1lbdo_378{color:#d4a843;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._instructorImage_1lbdo_386{position:relative;width:100%;height:400px;border-radius:20px;object-fit:cover;object-position:top center;box-shadow:0 25px 60px #00000080,0 0 0 4px #d4a84380,0 0 40px #d4a84333;z-index:1}@media(min-width:768px){._hero_1lbdo_2{padding:3rem 2rem}._container_1lbdo_57{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}._content_1lbdo_104{align-items:flex-start;text-align:left;flex:1}._logo_1lbdo_70{height:110px}._titleHighlight_1lbdo_120{font-size:3rem}._titleSub_1lbdo_129{font-size:1.125rem}._subtitle_1lbdo_138{font-size:1.25rem}._iconFeatures_1lbdo_152{max-width:450px}._ctaButton_1lbdo_216{font-size:1.125rem;padding:1.125rem 2.5rem}._imageWrapper_1lbdo_250{flex:0 0 auto;max-width:350px}._imageBadge_1lbdo_355{bottom:30px}._instructorImage_1lbdo_386{height:450px}._floatingIcon_1lbdo_283{padding:1.125rem;border-radius:18px;min-width:85px}._floatingIcon_1lbdo_283 svg{width:32px;height:32px}._floatingIcon_1lbdo_283 span{font-size:.6875rem}._iconTop_1lbdo_331{top:-20px;right:-50px}._iconRight_1lbdo_337{top:45%;right:-60px}._iconLeft_1lbdo_343{top:15%;left:-60px}._iconBottomLeft_1lbdo_349{bottom:15%;left:-55px}}@media(min-width:1024px){._hero_1lbdo_2{padding:4rem 3rem}._container_1lbdo_57{gap:4rem}._content_1lbdo_104{gap:2rem}._logo_1lbdo_70{height:130px}._titleHighlight_1lbdo_120{font-size:3.5rem}._titleSub_1lbdo_129{font-size:1.25rem}._subtitle_1lbdo_138{font-size:1.375rem;max-width:550px}._iconFeatures_1lbdo_152{grid-template-columns:repeat(4,1fr);max-width:100%;gap:1rem}._iconFeature_1lbdo_152{flex-direction:column;text-align:center;padding:1.25rem 1rem;gap:.5rem}._iconBox_1lbdo_177{width:52px;height:52px}._iconBox_1lbdo_177 svg{width:26px;height:26px}._iconText_1lbdo_196{align-items:center}._iconNumber_1lbdo_201{font-size:1.5rem}._iconLabel_1lbdo_208{font-size:.75rem}._ctaButton_1lbdo_216{font-size:1.25rem;padding:1.25rem 3rem}._imageWrapper_1lbdo_250{max-width:400px}._instructorImage_1lbdo_386{height:500px;border-radius:24px}._imageWrapper_1lbdo_250:after{border-radius:32px}._floatingIcon_1lbdo_283{padding:1.25rem;border-radius:20px;min-width:95px;box-shadow:0 15px 40px #0006,0 0 30px #d4a84340}._floatingIcon_1lbdo_283 svg{width:36px;height:36px}._floatingIcon_1lbdo_283 span{font-size:.75rem}._iconTop_1lbdo_331{top:-30px;right:-70px}._iconRight_1lbdo_337{top:45%;right:-85px}._iconLeft_1lbdo_343{top:12%;left:-85px}._iconBottomLeft_1lbdo_349{bottom:12%;left:-75px}}@media(min-width:1280px){._titleHighlight_1lbdo_120{font-size:4rem}._subtitle_1lbdo_138{font-size:1.5rem}._imageWrapper_1lbdo_250{max-width:450px}._instructorImage_1lbdo_386{height:540px}._floatingIcon_1lbdo_283{padding:1.5rem;min-width:105px}._floatingIcon_1lbdo_283 svg{width:40px;height:40px}._floatingIcon_1lbdo_283 span{font-size:.8125rem}._iconTop_1lbdo_331{top:-35px;right:-90px}._iconRight_1lbdo_337{top:45%;right:-105px}._iconLeft_1lbdo_343{top:10%;left:-105px}._iconBottomLeft_1lbdo_349{bottom:10%;left:-95px}}._section_11vrf_1{padding:5rem 1.5rem;background:linear-gradient(135deg,#0a0f1a,#101725,#0a0f1a);position:relative;overflow:hidden}._section_11vrf_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(212,168,67,.05) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(212,168,67,.03) 0%,transparent 30%);pointer-events:none}._container_11vrf_43{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:1}._content_11vrf_65{text-align:center}._badge_11vrf_73{display:inline-block;padding:.625rem 1.25rem;background:linear-gradient(135deg,#d4a84333,#d4a8431a);border:1px solid rgba(212,168,67,.3);color:#d4a843;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}._title_11vrf_101{font-size:2rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#fff}._titleHighlight_11vrf_117{color:#d4a843}._description_11vrf_125{font-size:1.125rem;color:#cbd5e1;line-height:1.8;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}._stats_11vrf_145{display:flex;justify-content:center;gap:1rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}._statItem_11vrf_165{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#101725cc,#10172599);border-radius:16px;border:1px solid rgba(212,168,67,.2);min-width:120px;transition:all .3s ease}._statItem_11vrf_165:hover{border-color:#d4a84380;transform:translateY(-4px)}._statNumber_11vrf_199{font-size:2.25rem;font-weight:800;color:#d4a843;line-height:1}._statLabel_11vrf_213{font-size:.8125rem;color:#94a3b8;margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}._imageWrapper_11vrf_229{position:relative;display:flex;justify-content:center}._imageWrapper_11vrf_229:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(212,168,67,.25) 0%,transparent 50%);filter:blur(50px);z-index:0;pointer-events:none}._image_11vrf_229{position:relative;width:100%;max-width:300px;height:400px;border-radius:20px;object-fit:cover;object-position:top center;box-shadow:0 30px 60px -15px #00000080;border:4px solid rgba(212,168,67,.5);z-index:1}@media(min-width:768px){._section_11vrf_1{padding:6rem 2rem}._container_11vrf_43{grid-template-columns:1fr 1fr;gap:4rem;text-align:left}._content_11vrf_65{text-align:left}._title_11vrf_101{font-size:2.5rem}._description_11vrf_125{margin-left:0;margin-right:0}._stats_11vrf_145{justify-content:flex-start}._image_11vrf_229{max-width:350px;height:450px}}@media(min-width:1024px){._section_11vrf_1{padding:7rem 3rem}._container_11vrf_43{gap:5rem}._title_11vrf_101{font-size:3rem}._description_11vrf_125{font-size:1.25rem}._statItem_11vrf_165{padding:1.5rem 2rem;min-width:140px}._statNumber_11vrf_199{font-size:2.5rem}._image_11vrf_229{max-width:400px;height:500px}}._section_1hd93_2{background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:4rem 1rem}._container_1hd93_7{max-width:1200px;margin:0 auto;width:100%}._header_1hd93_14{text-align:center;margin-bottom:3rem}._badge_1hd93_19{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#101725,#1a2438);color:#d4a843;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}._title_1hd93_32{font-size:1.75rem;font-weight:800;color:#101725;margin:0 0 .75rem;line-height:1.2}._subtitle_1hd93_40{font-size:1rem;color:#64748b;margin:0}._grid_1hd93_47{display:grid;grid-template-columns:1fr;gap:1rem}._card_1hd93_54{background-color:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #1017250f;border:2px solid transparent;transition:all .3s ease}._card_1hd93_54:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1017251f;border-color:#d4a843}._cardIcon_1hd93_73{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#d4a84326,#d4a8430d);border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,168,67,.2)}._cardIcon_1hd93_73 svg{width:24px;height:24px;color:#d4a843}._cardContent_1hd93_92{display:flex;flex-direction:column;gap:.25rem;flex:1}._moduleLabel_1hd93_99{font-size:.6875rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}._moduleTitle_1hd93_107{font-size:.9375rem;font-weight:600;color:#101725;margin:0;line-height:1.4}@media(min-width:640px){._section_1hd93_2{padding:5rem 2rem}._title_1hd93_32{font-size:2.25rem}._subtitle_1hd93_40{font-size:1.125rem}._header_1hd93_14{margin-bottom:3.5rem}._grid_1hd93_47{grid-template-columns:repeat(2,1fr);gap:1.25rem}._card_1hd93_54{padding:1.5rem}._cardIcon_1hd93_73{width:54px;height:54px}._cardIcon_1hd93_73 svg{width:26px;height:26px}._moduleTitle_1hd93_107{font-size:1rem}}@media(min-width:1024px){._section_1hd93_2{padding:6rem 3rem}._title_1hd93_32{font-size:2.75rem}._header_1hd93_14{margin-bottom:4rem}._grid_1hd93_47{grid-template-columns:repeat(3,1fr);gap:1.5rem}._card_1hd93_54{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}._cardIcon_1hd93_73{width:64px;height:64px;border-radius:16px}._cardIcon_1hd93_73 svg{width:30px;height:30px}._cardContent_1hd93_92{align-items:center}._moduleLabel_1hd93_99{font-size:.75rem}._moduleTitle_1hd93_107{font-size:1.0625rem}}@media(min-width:1280px){._grid_1hd93_47{grid-template-columns:repeat(4,1fr)}._card_1hd93_54:last-child{grid-column:2 / 4}}._contenidoPrograma_1xplp_2{background-color:#101725;padding:4rem 1rem}._container_1xplp_7{max-width:900px;margin:0 auto;width:100%}._title_1xplp_14{font-size:1.75rem;font-weight:800;color:#f9fafb;text-align:center;margin:0 0 .75rem;line-height:1.2}._subtitle_1xplp_23{font-size:1rem;color:#b0b8c4;text-align:center;margin:0 0 2.5rem;line-height:1.5}._modulesContainer_1xplp_32{display:flex;flex-direction:column;gap:.75rem}._moduleCard_1xplp_39{background-color:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all .3s ease}._moduleCard_1xplp_39:hover{border-color:#d4a8434d;background-color:#ffffff0d}._moduleCard_1xplp_39._expanded_1xplp_52{border-color:#d4a84380;background-color:#d4a8430d}._moduleHeader_1xplp_58{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;gap:1rem}._moduleInfo_1xplp_71{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}._moduleNumber_1xplp_79{font-size:.75rem;font-weight:600;color:#d4a843;text-transform:uppercase;letter-spacing:.1em}._moduleTitle_1xplp_87{font-size:.9rem;font-weight:600;color:#f9fafb;margin:0;line-height:1.3}._toggleIcon_1xplp_95{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#d4a8431a;color:#d4a843;flex-shrink:0;transition:all .3s ease}._moduleCard_1xplp_39._expanded_1xplp_52 ._toggleIcon_1xplp_95{background-color:#d4a84333;transform:rotate(180deg)}._moduleCard_1xplp_39:hover ._toggleIcon_1xplp_95{background-color:#d4a84333}._moduleContent_1xplp_118{max-height:0;overflow:hidden;transition:max-height .4s ease}._topicsList_1xplp_125{list-style:none;padding:0 1rem 1.25rem;margin:0;display:flex;flex-direction:column;gap:.75rem}._topicItem_1xplp_134{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#b0b8c4;line-height:1.5;padding-left:.5rem}._topicBullet_1xplp_144{width:6px;height:6px;background-color:#d4a843;border-radius:50%;flex-shrink:0;margin-top:.5rem}@media(min-width:768px){._contenidoPrograma_1xplp_2{padding:5rem 2rem}._title_1xplp_14{font-size:2.25rem}._subtitle_1xplp_23{font-size:1.125rem;margin-bottom:3rem}._modulesContainer_1xplp_32{gap:1rem}._moduleCard_1xplp_39{border-radius:14px}._moduleHeader_1xplp_58{padding:1.5rem}._moduleNumber_1xplp_79{font-size:.8rem}._moduleTitle_1xplp_87{font-size:1rem}._toggleIcon_1xplp_95{width:36px;height:36px}._topicsList_1xplp_125{padding:0 1.5rem 1.5rem 2rem;gap:.875rem}._topicItem_1xplp_134{font-size:.9375rem}}@media(min-width:1024px){._contenidoPrograma_1xplp_2{padding:6rem 3rem}._title_1xplp_14{font-size:2.5rem}._subtitle_1xplp_23{font-size:1.25rem;margin-bottom:3.5rem}._moduleCard_1xplp_39{border-radius:16px}._moduleHeader_1xplp_58{padding:1.5rem 2rem}._moduleInfo_1xplp_71{flex-direction:row;align-items:center;gap:1.25rem}._moduleNumber_1xplp_79{font-size:.85rem;min-width:90px}._moduleTitle_1xplp_87{font-size:1.0625rem}._toggleIcon_1xplp_95{width:40px;height:40px}._topicsList_1xplp_125{padding:0 2rem 1.75rem 2.5rem;padding-left:calc(90px + 3.75rem)}._topicItem_1xplp_134{font-size:1rem}}@media(min-width:1280px){._title_1xplp_14{font-size:2.75rem}._subtitle_1xplp_23{font-size:1.375rem}._moduleTitle_1xplp_87{font-size:1.125rem}}._bonos_1bk88_2{background-color:#010101;padding:4rem 1rem}._container_1bk88_7{max-width:1200px;margin:0 auto;width:100%}._headerSection_1bk88_14{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}._headerText_1bk88_22{text-align:center}._headerSubtitle_1bk88_26{color:#94a3b8;font-size:1.125rem;margin-top:.5rem}._headerImage_1bk88_32{position:relative;width:100%;max-width:350px}._networkingImg_1bk88_38{width:100%;height:280px;border-radius:1rem;border:3px solid #D4A843;box-shadow:0 20px 40px #d4a84326;object-fit:cover;object-position:top center}._title_1bk88_49{font-size:2rem;font-weight:800;color:#d4a843;text-align:center;margin-bottom:0}._gridPrincipal_1bk88_58{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}._card_1bk88_66{background-color:#101725;border:2px solid #D4A843;border-radius:12px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}._card_1bk88_66:hover{transform:translateY(-5px);box-shadow:0 10px 30px #d4a84333}._cardHeader_1bk88_79{margin-bottom:1rem}._bonoNumero_1bk88_83{background-color:#d4a843;color:#010101;font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}._cardTitulo_1bk88_94{font-size:1.125rem;font-weight:700;color:#f9fafb;margin:0 0 1rem;line-height:1.4}._cardInfo_1bk88_102{display:flex;flex-direction:column;gap:.5rem}._duracion_1bk88_108{font-size:.875rem;color:#b0b8c4}._valorTachado_1bk88_113{font-size:1rem;font-weight:600;color:#d4a843}._valorTachado_1bk88_113 s{color:#b0b8c4;text-decoration:line-through}._separador_1bk88_125{display:flex;align-items:center;justify-content:center;margin:2.5rem 0}._separadorTexto_1bk88_132{background-color:#010101;color:#d4a843;font-size:1.25rem;font-weight:700;padding:0 1rem;position:relative}._separadorTexto_1bk88_132:before,._separadorTexto_1bk88_132:after{content:"";position:absolute;top:50%;width:60px;height:2px;background-color:#d4a843}._separadorTexto_1bk88_132:before{right:100%;margin-right:.5rem}._separadorTexto_1bk88_132:after{left:100%;margin-left:.5rem}._gridEspecial_1bk88_162{display:grid;grid-template-columns:1fr;gap:1.5rem}._cardEspecial_1bk88_169{background-color:#101725;border:2px solid #D4A843;border-radius:12px;padding:2rem 1.5rem;text-align:center;position:relative;transition:transform .3s ease,box-shadow .3s ease}._cardEspecial_1bk88_169:hover{transform:translateY(-5px);box-shadow:0 10px 30px #d4a84333}._badgeContainer_1bk88_184{position:absolute;top:-12px;left:50%;transform:translate(-50%)}._badge_1bk88_184{background:linear-gradient(135deg,#f44,#c00);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;animation:_pulse_1bk88_1 2s infinite;white-space:nowrap}@keyframes _pulse_1bk88_1{0%,to{box-shadow:0 0 #ff4444b3}50%{box-shadow:0 0 0 10px #f440}}._cardTituloEspecial_1bk88_213{font-size:1.25rem;font-weight:700;color:#f9fafb;margin:.5rem 0 0;line-height:1.4}@media(min-width:768px){._bonos_1bk88_2{padding:5rem 2rem}._headerSection_1bk88_14{flex-direction:row;justify-content:space-between;text-align:left}._headerText_1bk88_22{text-align:left;flex:1}._headerImage_1bk88_32{max-width:280px}._title_1bk88_49{font-size:2.5rem}._gridPrincipal_1bk88_58{grid-template-columns:repeat(2,1fr);gap:2rem}._card_1bk88_66{padding:2rem}._cardTitulo_1bk88_94{font-size:1.25rem}._gridEspecial_1bk88_162{grid-template-columns:repeat(2,1fr);gap:2rem}._cardEspecial_1bk88_169{padding:2.5rem 2rem}._separadorTexto_1bk88_132:before,._separadorTexto_1bk88_132:after{width:100px}}@media(min-width:1024px){._bonos_1bk88_2{padding:6rem 3rem}._title_1bk88_49{font-size:3rem}._gridPrincipal_1bk88_58{grid-template-columns:repeat(3,1fr)}._card_1bk88_66:nth-child(4),._card_1bk88_66:nth-child(5){grid-column:span 1}._cardTitulo_1bk88_94{font-size:1.125rem;min-height:3.5rem}._separadorTexto_1bk88_132{font-size:1.5rem}._separadorTexto_1bk88_132:before,._separadorTexto_1bk88_132:after{width:150px}._cardTituloEspecial_1bk88_213{font-size:1.5rem}}@media(min-width:1280px){._gridPrincipal_1bk88_58{grid-template-columns:repeat(5,1fr)}._card_1bk88_66:nth-child(4),._card_1bk88_66:nth-child(5){grid-column:span 1}._gridEspecial_1bk88_162{max-width:800px;margin:0 auto}._separadorTexto_1bk88_132:before,._separadorTexto_1bk88_132:after{width:200px}}._section_7rtio_5{background:linear-gradient(180deg,#f9fafb,#fff,#f9fafb);padding:80px 0}._container_7rtio_10{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}._title_7rtio_17{font-size:2.5rem;font-weight:700;color:#101725;text-align:center;margin-bottom:16px}._subtitle_7rtio_25{font-size:1.125rem;color:#4b5563;text-align:center;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}._grid_7rtio_35{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}._card_7rtio_41{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px #10172514;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(16,23,37,.05)}._card_7rtio_41:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1017251f}._iconWrapper_7rtio_56{width:64px;height:64px;background:linear-gradient(135deg,#d4a843,#e8c76a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}._icon_7rtio_56{width:32px;height:32px;color:#fff}._cardTitle_7rtio_73{font-size:1.25rem;font-weight:600;color:#101725;margin-bottom:12px}._cardDescription_7rtio_80{font-size:.95rem;color:#6b7280;line-height:1.6}@media(min-width:640px){._grid_7rtio_35{grid-template-columns:repeat(2,1fr)}._container_7rtio_10{padding:0 24px}}@media(min-width:1024px){._section_7rtio_5{padding:100px 0}._title_7rtio_17{font-size:3rem}._grid_7rtio_35{grid-template-columns:repeat(4,1fr);gap:32px}._container_7rtio_10{padding:0 32px}._card_7rtio_41{padding:40px 24px}}._section_1nrwv_1{padding:5rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e293b)}._container_1nrwv_11{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2.5rem;text-align:center}._seal_1nrwv_33{position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center}._sealRing_1nrwv_51{position:absolute;inset:0;border:4px solid #D4A843;border-radius:50%;animation:_pulse_1nrwv_1 2s ease-in-out infinite}@keyframes _pulse_1nrwv_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.5}}._sealInner_1nrwv_89{width:130px;height:130px;background:linear-gradient(135deg,#d4a843,#b8922e);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 40px #d4a84366}._sealIcon_1nrwv_113{width:32px;height:32px;color:#0a0f1a;margin-bottom:.25rem}._sealDays_1nrwv_127{font-size:2.5rem;font-weight:800;color:#0a0f1a;line-height:1}._sealText_1nrwv_141{font-size:.875rem;font-weight:700;color:#0a0f1a;letter-spacing:.1em}._content_1nrwv_157{color:#fff}._title_1nrwv_165{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#d4a843}._description_1nrwv_179{font-size:1.125rem;color:#94a3b8;line-height:1.8;margin-bottom:2rem;max-width:600px}._description_1nrwv_179 strong{color:#fff}._list_1nrwv_203{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._list_1nrwv_203 li{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1rem;color:#e2e8f0}._list_1nrwv_203 svg{width:20px;height:20px;color:#22c55e;flex-shrink:0}@media(min-width:768px){._container_1nrwv_11{flex-direction:row;text-align:left;gap:4rem}._seal_1nrwv_33{width:180px;height:180px;flex-shrink:0}._sealInner_1nrwv_89{width:160px;height:160px}._sealIcon_1nrwv_113{width:40px;height:40px}._sealDays_1nrwv_127{font-size:3rem}._title_1nrwv_165{font-size:2.5rem}._list_1nrwv_203 li{justify-content:flex-start}}._section_1388h_5{background:linear-gradient(180deg,#101725,#0a0f1a);padding:80px 0;position:relative;overflow:hidden}._section_1388h_5:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center top,rgba(212,168,67,.08) 0%,transparent 60%);pointer-events:none}._container_1388h_23{width:100%;max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:1}._urgencyBanner_1388h_32{background:linear-gradient(90deg,#d4a843,#e8c76a,#d4a843);color:#101725;padding:12px 24px;border-radius:50px;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;animation:_pulse_1388h_1 2s infinite}@keyframes _pulse_1388h_1{0%,to{box-shadow:0 0 #d4a84366}50%{box-shadow:0 0 0 10px #d4a84300}}._urgencyIcon_1388h_55{width:20px;height:20px;display:flex}._urgencyIcon_1388h_55 svg{width:100%;height:100%}._title_1388h_66{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:16px}._subtitle_1388h_74{font-size:1.125rem;color:#ffffffb3;text-align:center;margin-bottom:48px}._content_1388h_81{display:flex;flex-direction:column;gap:40px;align-items:center}._tableWrapper_1388h_92{width:100%;max-width:600px;overflow-x:auto}._table_1388h_92{width:100%;border-collapse:collapse;background:#ffffff08;border-radius:16px;overflow:hidden}._table_1388h_92 thead tr{background:#d4a84326}._table_1388h_92 th{padding:16px 20px;text-align:left;font-weight:600;color:#d4a843;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}._table_1388h_92 th:last-child{text-align:right}._table_1388h_92 td{padding:14px 20px;color:#ffffffd9;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px}._table_1388h_92 tbody tr{display:table-row}._table_1388h_92 tbody td{display:table-cell}._checkIcon_1388h_142{width:18px;height:18px;color:#4ade80;flex-shrink:0;display:inline-flex}._checkIcon_1388h_142 svg{width:100%;height:100%}._valorCell_1388h_155{text-align:right;color:#fff9}._table_1388h_92 tfoot tr{background:#d4a8431a}._table_1388h_92 tfoot td{padding:18px 20px;font-weight:700;color:#fff;font-size:1.1rem}._totalCell_1388h_171{text-align:right;color:#d4a843!important}._priceCard_1388h_180{background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid rgba(212,168,67,.3);border-radius:24px;padding:40px 32px;width:100%;max-width:420px;text-align:center;position:relative}._priceCard_1388h_180:before{content:"";position:absolute;top:-1px;left:50%;transform:translate(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent,#D4A843,transparent)}._priceHeader_1388h_202{margin-bottom:24px}._priceLabel_1388h_206{display:block;font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}._priceOld_1388h_215{margin-bottom:8px}._strikethrough_1388h_219{color:#fff6;text-decoration:line-through;font-size:1.25rem}._priceNew_1388h_225{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:8px}._currency_1388h_233{font-size:2rem;font-weight:700;color:#d4a843}._amount_1388h_239{font-size:4.5rem;font-weight:800;color:#d4a843;line-height:1}._usd_1388h_246{font-size:1.5rem;font-weight:600;color:#d4a843}._savings_1388h_252{display:inline-block;background:#4ade8026;color:#4ade80;padding:6px 16px;border-radius:50px;font-size:.85rem;font-weight:600}._divider_1388h_262{display:flex;align-items:center;gap:16px;margin:24px 0}._divider_1388h_262:before,._divider_1388h_262:after{content:"";flex:1;height:1px;background:#ffffff1a}._divider_1388h_262 span{color:#ffffff80;font-size:.9rem}._installments_1388h_282{margin-bottom:32px}._installmentsLabel_1388h_286{display:block;font-size:.85rem;color:#ffffff80;margin-bottom:4px}._installmentsPrice_1388h_293{color:#fff;font-size:1.1rem}._installmentsPrice_1388h_293 strong{color:#d4a843}._ctaButton_1388h_306{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:18px 32px;background:linear-gradient(135deg,#d4a843,#e8c76a,#d4a843);background-size:200% 100%;border:none;border-radius:12px;color:#101725;font-size:1.2rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #d4a84366}._ctaButton_1388h_306:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 8px 30px #d4a84380}._ctaArrow_1388h_332{width:24px;height:24px;display:flex;transition:transform .3s ease}._ctaButton_1388h_306:hover ._ctaArrow_1388h_332{transform:translate(4px)}._ctaArrow_1388h_332 svg{width:100%;height:100%}._guarantee_1388h_352{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;color:#fff9;font-size:.85rem}._guaranteeIcon_1388h_362{width:20px;height:20px;color:#4ade80;display:flex}._guaranteeIcon_1388h_362 svg{width:100%;height:100%}._benefits_1388h_374{list-style:none;padding:24px 0 0;margin:24px 0 0;border-top:1px solid rgba(255,255,255,.1)}._benefits_1388h_374 li{display:flex;align-items:center;gap:10px;color:#ffffffb3;font-size:.9rem;margin-bottom:12px}._benefits_1388h_374 li:last-child{margin-bottom:0}._benefits_1388h_374 svg{width:18px;height:18px;color:#d4a843;flex-shrink:0}@media(min-width:768px){._container_1388h_23{padding:0 24px}._urgencyBanner_1388h_32{font-size:1rem}}@media(min-width:1024px){._section_1388h_5{padding:100px 0}._container_1388h_23{padding:0 32px}._title_1388h_66{font-size:3rem}._content_1388h_81{flex-direction:row;align-items:flex-start;justify-content:center;gap:60px}._tableWrapper_1388h_92{max-width:550px}._priceCard_1388h_180{position:sticky;top:100px}}._footer_2wt18_2{background-color:#010101;padding:3rem 1rem 2rem}._container_2wt18_7{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}._brand_2wt18_18{margin-bottom:.5rem}._logo_2wt18_22{height:70px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}._contactInfo_2wt18_31{display:flex;flex-direction:column;align-items:center;gap:.75rem}._phone_2wt18_38{font-size:1.125rem;font-weight:600;color:#f9fafb;margin:0;letter-spacing:.05em}._paymentText_2wt18_46{font-size:.9375rem;color:#b0b8c4;margin:0}._copyright_2wt18_53{padding-top:1.5rem;border-top:1px solid rgba(212,168,67,.2);width:100%}._copyright_2wt18_53 p{font-size:.875rem;color:#6b7280;margin:0}@media(min-width:768px){._footer_2wt18_2{padding:3.5rem 2rem 2rem}._container_2wt18_7{flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left;flex-wrap:wrap}._brand_2wt18_18{margin-bottom:0}._logo_2wt18_22{height:70px}._contactInfo_2wt18_31{align-items:flex-end}._copyright_2wt18_53{flex-basis:100%;text-align:center;margin-top:1rem}}@media(min-width:1024px){._footer_2wt18_2{padding:4rem 3rem 2rem}._container_2wt18_7{gap:2.5rem}._logo_2wt18_22{height:80px}._phone_2wt18_38{font-size:1.25rem}._paymentText_2wt18_46{font-size:1rem}._copyright_2wt18_53 p{font-size:.9375rem}}._divider_okri7_1{display:flex;align-items:center;justify-content:center;padding:0 2rem;background:#0a0f1a}._line_okri7_17{flex:1;max-width:200px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(212,168,67,.5) 50%,transparent 100%)}._icon_okri7_31{padding:0 1.5rem;color:#d4a843}._icon_okri7_31 svg{width:24px;height:24px}@media(min-width:768px){._line_okri7_17{max-width:300px}}
