.lesson-module__s2qUSW__viewerContainer{background-color:var(--background);min-height:calc(100vh - 80px);display:flex}.lesson-module__s2qUSW__sidebar{background-color:var(--surface);border-right:1px solid var(--border);flex-direction:column;width:320px;display:flex;overflow-y:auto}.lesson-module__s2qUSW__sidebarHeader{border-bottom:1px solid var(--border);background-color:var(--surface-alt);padding:1.5rem}.lesson-module__s2qUSW__sidebarHeader h3{font-size:1.125rem;line-height:1.3}.lesson-module__s2qUSW__lessonList{flex-direction:column;display:flex}.lesson-module__s2qUSW__lessonItem{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.lesson-module__s2qUSW__lessonItem:hover{background-color:var(--surface-alt)}.lesson-module__s2qUSW__activeItem{border-left:4px solid var(--primary);background-color:#6d4c410d}.lesson-module__s2qUSW__lessonIcon{color:var(--primary);font-size:.875rem}.lesson-module__s2qUSW__lessonTitle{flex-direction:column;display:flex}.lesson-module__s2qUSW__lessonTitle span{color:var(--text-muted);font-size:.75rem}.lesson-module__s2qUSW__lessonTitle strong{color:var(--text-main);font-size:.875rem}.lesson-module__s2qUSW__mainContent{flex-direction:column;flex:1;display:flex;overflow-y:auto}.lesson-module__s2qUSW__videoWrapper{aspect-ratio:16/9;background-color:#000;width:100%;position:relative}.lesson-module__s2qUSW__iframe{width:100%;height:100%;position:absolute;top:0;left:0}.lesson-module__s2qUSW__noVideo{color:#fff;justify-content:center;align-items:center;height:100%;font-size:1.25rem;display:flex}.lesson-module__s2qUSW__lessonDetails{width:100%;max-width:900px;margin:0 auto;padding:3rem}.lesson-module__s2qUSW__lessonDetails h1{margin-bottom:1rem;font-size:2rem}.lesson-module__s2qUSW__description{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.lesson-module__s2qUSW__actions{border-top:1px solid var(--border);gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}@media (max-width:1024px){.lesson-module__s2qUSW__viewerContainer{flex-direction:column}.lesson-module__s2qUSW__sidebar{width:100%;max-height:300px}}
.Button-module__8RiFmG__button{border-radius:8px;outline:none;justify-content:center;align-items:center;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__primary{background:var(--primary);color:#fff;border:1px solid #0000001a;box-shadow:0 2px 8px #6d4c4133,inset 0 1px 1px #ffffff26}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #6d4c414d}.Button-module__8RiFmG__secondary{background-color:var(--secondary);color:var(--text-main);box-shadow:0 4px 14px #ddb7aa4d}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:var(--secondary-hover);transform:translateY(-2px)}.Button-module__8RiFmG__outline{color:var(--text-main);border:1px solid var(--border);background-color:#0000;box-shadow:0 2px 5px #00000005}.Button-module__8RiFmG__outline:hover:not(:disabled){border-color:var(--accent);color:var(--accent);transform:translateY(-2px);box-shadow:0 6px 15px #c58f6a26}.Button-module__8RiFmG__ghost{color:var(--text-main);background-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--surface-alt)}.Button-module__8RiFmG__fullWidth{width:100%}
.Card-module__b6YjYG__card{border-radius:16px;padding:1.5rem;transition:all .3s;overflow:hidden}.Card-module__b6YjYG__glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);box-shadow:0 4px 30px #0000001a}.Card-module__b6YjYG__solid{background:var(--surface);border:1px solid #0000000a;box-shadow:0 4px 20px #00000005}.Card-module__b6YjYG__hoverable{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s}.Card-module__b6YjYG__hoverable:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 16px 40px #0000000f}
.login-module__WEZH7G__container{background-color:var(--surface-alt);justify-content:center;align-items:center;min-height:calc(100vh - 280px);padding:2rem;display:flex}.login-module__WEZH7G__card{width:100%;max-width:450px;padding:3rem 2rem}.login-module__WEZH7G__header{text-align:center;margin-bottom:2.5rem}.login-module__WEZH7G__header h2{margin-bottom:.5rem;font-size:1.75rem}.login-module__WEZH7G__header p{color:var(--text-muted)}.login-module__WEZH7G__form{flex-direction:column;gap:1rem;display:flex}.login-module__WEZH7G__errorBanner{color:var(--danger);text-align:center;background-color:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.75rem;font-size:.875rem}.login-module__WEZH7G__footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.875rem}.login-module__WEZH7G__footer a{font-weight:600}
.blog-module__JsT-Oq__main{background-color:var(--background);flex-direction:column;display:flex}.blog-module__JsT-Oq__pageHeader{background-color:var(--surface);text-align:center;border-bottom:1px solid var(--border);padding:8rem 0 4rem}.blog-module__JsT-Oq__title{color:var(--primary);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.blog-module__JsT-Oq__subtitle{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.blog-module__JsT-Oq__featuredSection{padding:5rem 0 3rem}.blog-module__JsT-Oq__featuredCard{background-color:var(--surface);border:1px solid var(--border);color:inherit;border-radius:16px;grid-template-columns:1fr;text-decoration:none;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden;box-shadow:0 20px 40px #6d4c4114}.blog-module__JsT-Oq__featuredCard:hover{transform:translateY(-5px);box-shadow:0 30px 60px #6d4c411f}@media (min-width:1024px){.blog-module__JsT-Oq__featuredCard{grid-template-columns:3fr 2fr}}.blog-module__JsT-Oq__featuredImageWrapper{background-color:var(--surface-alt);width:100%;height:300px}@media (min-width:1024px){.blog-module__JsT-Oq__featuredImageWrapper{height:100%;min-height:400px}}.blog-module__JsT-Oq__featuredImage{object-fit:cover;width:100%;height:100%}.blog-module__JsT-Oq__featuredContent{flex-direction:column;justify-content:center;padding:3rem;display:flex}.blog-module__JsT-Oq__categoryBadge{text-transform:uppercase;letter-spacing:1px;color:var(--secondary);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-block}.blog-module__JsT-Oq__featuredTitle{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem;font-size:2.25rem;line-height:1.2}.blog-module__JsT-Oq__featuredExcerpt{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.blog-module__JsT-Oq__featuredFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.blog-module__JsT-Oq__date{color:var(--text-muted);font-size:.95rem}.blog-module__JsT-Oq__filtersSection{border-bottom:1px solid var(--border);background-color:var(--surface);z-index:10;padding:2rem 0;position:sticky;top:80px}.blog-module__JsT-Oq__filtersWrapper{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.blog-module__JsT-Oq__filterPill{background-color:var(--background);border:1px solid var(--border);color:var(--text-main);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.blog-module__JsT-Oq__filterPill:hover,.blog-module__JsT-Oq__filterPill.blog-module__JsT-Oq__active{background-color:var(--primary);color:var(--surface);border-color:var(--primary)}.blog-module__JsT-Oq__articlesSection{padding:5rem 0 8rem}.blog-module__JsT-Oq__articlesGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.blog-module__JsT-Oq__articlesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-module__JsT-Oq__articlesGrid{grid-template-columns:repeat(3,1fr)}}.blog-module__JsT-Oq__articleCard{flex-direction:column;padding:0;display:flex;overflow:hidden}.blog-module__JsT-Oq__articleLink{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.blog-module__JsT-Oq__articleImagePlaceholder{width:100%;height:200px}.blog-module__JsT-Oq__articleContent{flex-direction:column;flex:1;padding:2rem;display:flex}.blog-module__JsT-Oq__articleTitle{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem;font-size:1.5rem;line-height:1.3}.blog-module__JsT-Oq__articleExcerpt{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.blog-module__JsT-Oq__articleFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.blog-module__JsT-Oq__readMore{color:var(--primary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.blog-module__JsT-Oq__articleLink:hover .blog-module__JsT-Oq__readMore{color:var(--secondary)}.blog-module__JsT-Oq__newsletterSection{background-color:var(--surface-alt);border-top:1px solid var(--border);padding:6rem 0}.blog-module__JsT-Oq__newsletterCard{background-color:var(--primary);max-width:900px;color:var(--surface);border-radius:24px;grid-template-columns:1fr;gap:3rem;margin:0 auto;padding:4rem;display:grid;box-shadow:0 30px 60px #6d4c4126}@media (min-width:768px){.blog-module__JsT-Oq__newsletterCard{grid-template-columns:1fr 1fr;align-items:center}}.blog-module__JsT-Oq__newsletterContent h2{color:var(--surface);margin-bottom:1rem;font-size:2.25rem}.blog-module__JsT-Oq__newsletterContent p{color:#ffffffd9;font-size:1.125rem;line-height:1.6}.blog-module__JsT-Oq__newsletterForm{flex-direction:column;gap:1rem;display:flex}.blog-module__JsT-Oq__inputField{font-family:var(--font-sans);border:1px solid #0000;border-radius:8px;outline:none;padding:1rem 1.5rem;font-size:1rem;transition:box-shadow .2s}.blog-module__JsT-Oq__inputField:focus{box-shadow:0 0 0 3px #ffffff4d}
.contabilidad-module__1t5T0W__main{background-color:var(--surface);flex-direction:column;display:flex}.contabilidad-module__1t5T0W__hero{background-color:var(--background);color:var(--text-main);text-align:center;border-bottom:1px solid var(--border);padding:10rem 0 8rem;position:relative;overflow:hidden}.contabilidad-module__1t5T0W__heroContent{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex;position:relative}.contabilidad-module__1t5T0W__heroBadge{color:var(--accent);text-transform:uppercase;background-color:#c58f6a26;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block}.contabilidad-module__1t5T0W__heroTitle{color:var(--primary-dark);font-size:3.5rem;line-height:1.2;font-family:var(--font-serif)}@media (min-width:768px){.contabilidad-module__1t5T0W__heroTitle{font-size:4rem}}.contabilidad-module__1t5T0W__heroSubtitle{color:var(--text-muted);max-width:750px;font-size:1.25rem;line-height:1.7;font-family:var(--font-sans)}.contabilidad-module__1t5T0W__heroActions{margin-top:2rem}.contabilidad-module__1t5T0W__painSection{background-color:var(--surface);padding:8rem 0}.contabilidad-module__1t5T0W__painHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.contabilidad-module__1t5T0W__painHeader h2{color:var(--primary-dark);margin-bottom:1rem;font-size:2.5rem}.contabilidad-module__1t5T0W__painHeader p{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.contabilidad-module__1t5T0W__painGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.contabilidad-module__1t5T0W__painGrid{grid-template-columns:repeat(3,1fr)}}.contabilidad-module__1t5T0W__painCard{background-color:var(--background);border:1px solid var(--border);text-align:center;border-radius:16px;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 4px 20px #00000005}.contabilidad-module__1t5T0W__painCard:hover{border-color:#dc26264d;transform:translateY(-5px)}.contabilidad-module__1t5T0W__painIconWrapper{color:#dc2626;background-color:#dc26261a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.contabilidad-module__1t5T0W__painCard h4{color:var(--primary-dark);margin-bottom:1rem;font-size:1.25rem}.contabilidad-module__1t5T0W__painCard p{color:var(--text-muted);font-size:1rem;line-height:1.6}.contabilidad-module__1t5T0W__profilesSection{background-color:var(--primary-dark);color:var(--surface);padding:8rem 0}.contabilidad-module__1t5T0W__profilesHeader{text-align:center;margin-bottom:4rem}.contabilidad-module__1t5T0W__profilesHeader h2{color:var(--surface);margin-bottom:1rem;font-size:2.5rem}.contabilidad-module__1t5T0W__profilesHeader p{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.125rem}.contabilidad-module__1t5T0W__profilesGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.contabilidad-module__1t5T0W__profilesGrid{grid-template-columns:repeat(2,1fr)}}.contabilidad-module__1t5T0W__profileCard{background-color:var(--surface);color:var(--text-main);border:1px solid var(--border);border-radius:16px;padding:3rem;transition:transform .3s}.contabilidad-module__1t5T0W__profileCard:hover{border-color:var(--accent);transform:translateY(-5px)}.contabilidad-module__1t5T0W__profileHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.contabilidad-module__1t5T0W__profileIcon{width:48px;height:48px;color:var(--accent);background-color:#c58f6a26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contabilidad-module__1t5T0W__profileHeader h3{color:var(--primary-dark);font-size:1.5rem}.contabilidad-module__1t5T0W__profileBadge{background-color:var(--background);color:var(--text-muted);border-radius:50px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.contabilidad-module__1t5T0W__profileList{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.contabilidad-module__1t5T0W__profileList li{align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.6;display:flex}.contabilidad-module__1t5T0W__checkIcon{color:var(--accent);flex-shrink:0;margin-top:.25rem}.contabilidad-module__1t5T0W__contactSection{background-color:var(--background);padding:8rem 0}.contabilidad-module__1t5T0W__contactGrid{grid-template-columns:1fr;gap:4rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.contabilidad-module__1t5T0W__contactGrid{grid-template-columns:1fr 1fr;align-items:center}}.contabilidad-module__1t5T0W__contactInfo h2{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.5rem}.contabilidad-module__1t5T0W__contactInfo p{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.contabilidad-module__1t5T0W__formCard{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000000d}.contabilidad-module__1t5T0W__form{flex-direction:column;gap:1.5rem;display:flex}.contabilidad-module__1t5T0W__formGroup{flex-direction:column;gap:.5rem;display:flex}.contabilidad-module__1t5T0W__formGroup label{color:var(--primary-dark);font-size:.9rem;font-weight:600}.contabilidad-module__1t5T0W__input{border:1px solid var(--border);background-color:var(--background);font-family:var(--font-sans);border-radius:8px;padding:1rem;font-size:1rem;transition:all .2s}.contabilidad-module__1t5T0W__input:focus{border-color:var(--accent);background-color:var(--surface);outline:none;box-shadow:0 0 0 3px #c58f6a26}
.cuestionario-module__wFk3zW__container{max-width:800px;margin:0 auto;padding:4rem 2rem}.cuestionario-module__wFk3zW__header{text-align:center;margin-bottom:3rem}.cuestionario-module__wFk3zW__header h1{color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem}.cuestionario-module__wFk3zW__header p{color:var(--text-muted);font-size:1.125rem}.cuestionario-module__wFk3zW__questionsContainer{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.cuestionario-module__wFk3zW__questionCard h3{margin-bottom:1.5rem;font-size:1.25rem}.cuestionario-module__wFk3zW__options{flex-direction:column;gap:1rem;display:flex}.cuestionario-module__wFk3zW__optionLabel{border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.cuestionario-module__wFk3zW__optionLabel:hover{background-color:var(--surface-alt);border-color:var(--primary)}.cuestionario-module__wFk3zW__optionLabel input[type=radio]{width:1.25rem;height:1.25rem;accent-color:var(--primary)}.cuestionario-module__wFk3zW__footer{text-align:center}.cuestionario-module__wFk3zW__successCard{text-align:center;padding:4rem 2rem}.cuestionario-module__wFk3zW__icon{margin-bottom:1.5rem;font-size:4rem}.cuestionario-module__wFk3zW__successCard h2{color:var(--success);margin-bottom:1rem;font-size:2rem}.cuestionario-module__wFk3zW__successCard p{color:var(--text-muted);margin-bottom:2rem}.cuestionario-module__wFk3zW__actions{justify-content:center;gap:1rem;display:flex}
.cursos-module__tlftvG__main{background-color:#f9f9f9;flex-direction:column;min-height:100vh;display:flex}.cursos-module__tlftvG__lmsHeader{border-bottom:1px solid var(--border);z-index:40;background-color:#fff;padding:1rem 0;position:sticky;top:80px;box-shadow:0 4px 20px #00000005}.cursos-module__tlftvG__headerContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cursos-module__tlftvG__logo{color:var(--primary-dark);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.cursos-module__tlftvG__searchBar{flex:1;max-width:600px;display:none}@media (min-width:768px){.cursos-module__tlftvG__searchBar{background-color:#f3f4f6;border:1px solid #0000;border-radius:50px;align-items:center;padding:.5rem 1.5rem;transition:all .2s;display:flex}.cursos-module__tlftvG__searchBar:focus-within{border-color:var(--accent);background-color:#fff;box-shadow:0 0 0 3px #c58f6a1a}}.cursos-module__tlftvG__searchInput{color:var(--primary-dark);background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.95rem}.cursos-module__tlftvG__searchIcon{color:var(--text-muted)}.cursos-module__tlftvG__authButtons{align-items:center;gap:1rem;display:flex}.cursos-module__tlftvG__hero{background-color:var(--primary-dark);color:#fff;text-align:center;padding:6rem 0;position:relative;overflow:hidden}.cursos-module__tlftvG__heroContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.cursos-module__tlftvG__heroTitle{font-size:3rem;font-family:var(--font-serif);margin-bottom:1.5rem;line-height:1.2}.cursos-module__tlftvG__heroSubtitle{color:#fffc;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.cursos-module__tlftvG__catalogSection{background-color:#f9f9f9;padding:6rem 0}.cursos-module__tlftvG__catalogHeader{margin-bottom:3rem}.cursos-module__tlftvG__catalogHeader h2{color:var(--primary-dark);font-size:2rem}.cursos-module__tlftvG__courseGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.cursos-module__tlftvG__courseCard{border:1px solid var(--border);background-color:#fff;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.cursos-module__tlftvG__courseCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.cursos-module__tlftvG__courseImage{background-color:var(--primary);color:#fff;justify-content:center;align-items:center;height:180px;display:flex;position:relative}.cursos-module__tlftvG__courseImageOverlay{background-color:var(--accent);color:#fff;text-transform:uppercase;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.cursos-module__tlftvG__courseInfo{flex-direction:column;flex:1;padding:1.5rem;display:flex}.cursos-module__tlftvG__courseTitle{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700;line-height:1.4}.cursos-module__tlftvG__courseInstructor{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.cursos-module__tlftvG__instructorAvatar{background-color:var(--background);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cursos-module__tlftvG__courseFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.cursos-module__tlftvG__coursePrice{color:var(--primary-dark);font-size:1.25rem;font-weight:800}.cursos-module__tlftvG__buyButton{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .2s}.cursos-module__tlftvG__buyButton:hover{background-color:#a37356}.cursos-module__tlftvG__benefitsSection{border-top:1px solid var(--border);background-color:#fff;padding:6rem 0}.cursos-module__tlftvG__benefitsGrid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.cursos-module__tlftvG__benefitsGrid{grid-template-columns:repeat(3,1fr)}}.cursos-module__tlftvG__benefitBlock{text-align:center;padding:2rem}.cursos-module__tlftvG__benefitIcon{background-color:var(--background);width:80px;height:80px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.cursos-module__tlftvG__benefitBlock h3{color:var(--primary-dark);margin-bottom:1rem;font-size:1.5rem}.cursos-module__tlftvG__benefitBlock p{color:var(--text-muted);line-height:1.6}.cursos-module__tlftvG__instructorSection{background-color:var(--background);border-top:1px solid var(--border);padding:6rem 0}.cursos-module__tlftvG__instructorBanner{background-color:var(--primary-dark);text-align:center;color:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:4rem;display:flex}.cursos-module__tlftvG__instructorBanner h2{margin-bottom:1rem;font-size:2.5rem}.cursos-module__tlftvG__instructorBanner p{opacity:.9;max-width:600px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.cursos-module__tlftvG__lmsFooter{border-top:1px solid var(--border);background-color:#fff;padding:4rem 0 2rem}.cursos-module__tlftvG__footerGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (min-width:768px){.cursos-module__tlftvG__footerGrid{grid-template-columns:repeat(4,1fr)}}.cursos-module__tlftvG__footerCol h4{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.1rem}.cursos-module__tlftvG__footerLinks{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.cursos-module__tlftvG__footerLinks a{color:var(--text-muted);text-decoration:none;transition:color .2s}.cursos-module__tlftvG__footerLinks a:hover{color:var(--accent)}.cursos-module__tlftvG__footerBottom{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:4rem;padding-top:2rem;font-size:.9rem}
.dashboard-module__XABe8G__container{padding:4rem 0}.dashboard-module__XABe8G__header{margin-bottom:3rem}.dashboard-module__XABe8G__header h1{color:var(--text-main);margin-bottom:.5rem;font-size:2.5rem}.dashboard-module__XABe8G__header p{color:var(--text-muted);font-size:1.125rem}.dashboard-module__XABe8G__grid{flex-direction:column;gap:4rem;display:flex}.dashboard-module__XABe8G__section h2{border-bottom:2px solid var(--border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem;display:inline-block}.dashboard-module__XABe8G__emptyCard{text-align:center;color:var(--text-muted);padding:3rem 1.5rem}.dashboard-module__XABe8G__mt4{margin-top:1rem}.dashboard-module__XABe8G__cardsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.dashboard-module__XABe8G__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard-module__XABe8G__cardsGrid{grid-template-columns:repeat(3,1fr)}}.dashboard-module__XABe8G__courseCard{flex-direction:column;padding:0;display:flex}.dashboard-module__XABe8G__courseImage{width:100%;height:160px;overflow:hidden}.dashboard-module__XABe8G__courseImage img{object-fit:cover;width:100%;height:100%}.dashboard-module__XABe8G__placeholderImg{background:linear-gradient(135deg, var(--secondary), var(--icon));opacity:.5;width:100%;height:100%}.dashboard-module__XABe8G__courseContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.dashboard-module__XABe8G__courseContent h3{flex:1;margin-bottom:1.5rem;font-size:1.125rem}.dashboard-module__XABe8G__certCard{align-items:center;gap:1rem;padding:1.5rem;display:flex}.dashboard-module__XABe8G__certIcon{background:var(--surface-alt);border-radius:12px;padding:1rem;font-size:2.5rem}.dashboard-module__XABe8G__certInfo{flex:1}.dashboard-module__XABe8G__certInfo h4{margin-bottom:.25rem;font-size:1rem}.dashboard-module__XABe8G__certInfo p{color:var(--text-muted);font-size:.875rem}.dashboard-module__XABe8G__pendingText{color:var(--text-muted);font-size:.875rem;font-style:italic}
.home-module__Hx0lNG__main{flex-direction:column;display:flex}.home-module__Hx0lNG__whatsappFloat{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.home-module__Hx0lNG__whatsappFloat:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 8px 25px #25d36680}.home-module__Hx0lNG__hero{background:radial-gradient(circle at 15% 50%, #c58f6a0f, transparent 40%), radial-gradient(circle at 85% 30%, #6d4c410d, transparent 40%), var(--surface);text-align:center;border-bottom:1px solid var(--border);padding:10rem 0 8rem}.home-module__Hx0lNG__heroContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.home-module__Hx0lNG__title{color:var(--primary-dark);letter-spacing:-.02em;font-size:3.5rem;line-height:1.15}@media (min-width:768px){.home-module__Hx0lNG__title{font-size:4.5rem}}.home-module__Hx0lNG__subtitle{font-family:var(--font-sans);color:var(--primary);font-size:1.5rem;font-weight:600}.home-module__Hx0lNG__description{color:var(--text-muted);max-width:750px;font-size:1.125rem;line-height:1.7}.home-module__Hx0lNG__actions{margin-top:1rem}.home-module__Hx0lNG__aboutSection{background-color:var(--background);border-bottom:1px solid var(--border);padding:6rem 0}.home-module__Hx0lNG__aboutContent{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.home-module__Hx0lNG__badge{color:var(--primary);text-transform:uppercase;letter-spacing:1px;background-color:#c58f6a26;border-radius:50px;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.home-module__Hx0lNG__aboutTitle{color:var(--primary-dark);font-size:2.5rem}.home-module__Hx0lNG__aboutDesc{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.home-module__Hx0lNG__founderBlock{background-color:var(--surface);border:1px solid var(--border);text-align:left;border-radius:100px;align-items:center;gap:1.5rem;padding:1.5rem 2.5rem;display:flex;box-shadow:0 10px 30px #00000005}@media (max-width:640px){.home-module__Hx0lNG__founderBlock{text-align:center;border-radius:24px;flex-direction:column;padding:2rem}}.home-module__Hx0lNG__founderAvatar{background-color:var(--primary);width:60px;height:60px;color:var(--surface);font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.home-module__Hx0lNG__founderInfo h4{font-family:var(--font-serif);color:var(--primary-dark);margin-bottom:.25rem;font-size:1.25rem}.home-module__Hx0lNG__founderInfo p{color:var(--text-muted);margin-bottom:.25rem;font-size:.9rem}.home-module__Hx0lNG__founderLink{color:var(--accent);font-size:.9rem;font-weight:600;transition:color .2s}.home-module__Hx0lNG__founderLink:hover{color:var(--primary)}.home-module__Hx0lNG__routerSection{background-color:var(--surface);padding:8rem 0}.home-module__Hx0lNG__sectionHeader{text-align:center;margin-bottom:4rem}.home-module__Hx0lNG__sectionHeader h2{color:var(--primary-dark);margin-bottom:1rem;font-size:2.5rem}.home-module__Hx0lNG__sectionHeader p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.home-module__Hx0lNG__routerGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.home-module__Hx0lNG__routerGrid{grid-template-columns:repeat(2,1fr)}}.home-module__Hx0lNG__routerCard{flex-direction:column;height:100%;padding:3rem 2.5rem;display:flex}.home-module__Hx0lNG__cardHeader{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}.home-module__Hx0lNG__iconWrapper{background-color:var(--background);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.home-module__Hx0lNG__cardHeader h3{color:var(--primary-dark);font-size:1.5rem;line-height:1.3}.home-module__Hx0lNG__cardBody{flex:1;margin-bottom:2.5rem}.home-module__Hx0lNG__cardBody p{color:var(--text-muted);font-size:1rem;line-height:1.7}.home-module__Hx0lNG__cardFooter{margin-top:auto}.home-module__Hx0lNG__fullLink{width:100%;display:block}.home-module__Hx0lNG__contactSection{background-color:var(--primary-dark);color:var(--surface);padding:8rem 0}.home-module__Hx0lNG__contactContainer{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.home-module__Hx0lNG__contactContainer{grid-template-columns:1fr 1fr}}.home-module__Hx0lNG__contactInfo h2{color:var(--surface);margin-bottom:1.5rem;font-size:2.5rem}.home-module__Hx0lNG__contactInfo p{color:#ffffffb3;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.home-module__Hx0lNG__contactBenefits{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.home-module__Hx0lNG__contactBenefits li{align-items:center;gap:1rem;font-size:1.05rem;display:flex}.home-module__Hx0lNG__checkColor{color:var(--accent)}.home-module__Hx0lNG__contactFormCard{background-color:var(--surface);color:var(--text-main);padding:3rem}.home-module__Hx0lNG__form{flex-direction:column;gap:1.5rem;display:flex}.home-module__Hx0lNG__formGroup{flex-direction:column;gap:.5rem;display:flex}.home-module__Hx0lNG__formGroup label{color:var(--text-muted);font-size:.9rem;font-weight:600}.home-module__Hx0lNG__input{border:1px solid var(--border);font-family:var(--font-sans);background-color:var(--background);border-radius:8px;outline:none;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.home-module__Hx0lNG__input:focus{border-color:var(--accent);background-color:var(--surface);box-shadow:0 0 0 3px #c58f6a26}
.pages-module__gsH7DG__pageHeader{background-color:var(--surface-alt);text-align:center;border-bottom:1px solid var(--border);padding:6rem 0 4rem}.pages-module__gsH7DG__title{color:var(--primary);margin-bottom:1rem;font-size:3rem}.pages-module__gsH7DG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.pages-module__gsH7DG__content{background-color:var(--surface);padding:4rem 0}.pages-module__gsH7DG__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.pages-module__gsH7DG__grid2{grid-template-columns:1fr 1fr}.pages-module__gsH7DG__grid3{grid-template-columns:repeat(3,1fr)}}.pages-module__gsH7DG__profileCard{text-align:center;background:var(--background);border:1px solid var(--border);border-radius:16px;padding:3rem}.pages-module__gsH7DG__avatar{background-color:var(--primary);color:#fff;width:150px;height:150px;font-size:3rem;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.pages-module__gsH7DG__bio{color:var(--text-muted);margin-top:1rem}.pages-module__gsH7DG__formContainer{background:var(--background);border-radius:16px;max-width:600px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #6d4c410d}.pages-module__gsH7DG__formGroup{margin-bottom:1.5rem}.pages-module__gsH7DG__formGroup label{color:var(--text-main);margin-bottom:.5rem;font-weight:600;display:block}.pages-module__gsH7DG__formGroup input,.pages-module__gsH7DG__formGroup textarea{border:1px solid var(--border);width:100%;font-family:var(--font-sans);background:var(--surface);border-radius:8px;padding:.75rem 1rem}.pages-module__gsH7DG__formGroup textarea{resize:vertical;min-height:120px}.pages-module__gsH7DG__blogCard{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow:hidden}.pages-module__gsH7DG__blogImage{background:var(--surface-alt);height:200px}.pages-module__gsH7DG__blogContent{padding:1.5rem}.pages-module__gsH7DG__blogCategory{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700}.pages-module__gsH7DG__blogTitle{margin:.5rem 0 1rem;font-size:1.25rem}
.registro-module__qcjgSq__main{background-color:var(--surface);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:4rem 1rem;display:flex}.registro-module__qcjgSq__successCard{text-align:center;border:1px solid var(--border);background-color:#fff;border-radius:24px;width:100%;max-width:600px;padding:4rem 3rem;box-shadow:0 20px 40px #0000000d}.registro-module__qcjgSq__iconWrapper{color:#25d366;background-color:#25d3661a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;display:flex}.registro-module__qcjgSq__successCard h1{color:var(--primary-dark);font-size:2.25rem;font-family:var(--font-serif);margin-bottom:1rem}.registro-module__qcjgSq__successCard p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.registro-module__qcjgSq__form{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.registro-module__qcjgSq__formGroup{flex-direction:column;gap:.5rem;display:flex}.registro-module__qcjgSq__formGroup label{color:var(--primary-dark);font-size:.95rem;font-weight:600}.registro-module__qcjgSq__input{border:1px solid var(--border);background-color:var(--background);border-radius:8px;outline:none;padding:1rem;font-size:1rem;transition:all .2s}.registro-module__qcjgSq__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c58f6a1a}.registro-module__qcjgSq__notice{color:var(--primary-dark);text-align:left;background-color:#c58f6a1a;border-radius:8px;align-items:flex-start;gap:.75rem;margin-top:2rem;padding:1rem;font-size:.9rem;display:flex}
.rrhh-module__Z9uWPW__main{background-color:var(--background);flex-direction:column;display:flex}.rrhh-module__Z9uWPW__hero{background-color:var(--primary-dark);color:var(--surface);text-align:center;border-bottom:4px solid var(--accent);padding:10rem 0 8rem;position:relative;overflow:hidden}.rrhh-module__Z9uWPW__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#c58f6a14 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.rrhh-module__Z9uWPW__heroContent{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex;position:relative}.rrhh-module__Z9uWPW__heroBadge{color:var(--accent);letter-spacing:2px;text-transform:uppercase;background-color:#c58f6a26;border:1px solid #c58f6a4d;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block}.rrhh-module__Z9uWPW__heroTitle{color:var(--surface);font-size:3.5rem;line-height:1.15;font-family:var(--font-serif)}@media (min-width:768px){.rrhh-module__Z9uWPW__heroTitle{font-size:4rem}}.rrhh-module__Z9uWPW__heroSubtitle{color:#fffc;max-width:800px;font-size:1.25rem;line-height:1.6;font-family:var(--font-sans)}.rrhh-module__Z9uWPW__heroActions{margin-top:2rem}.rrhh-module__Z9uWPW__painSection{background-color:var(--surface);padding:8rem 0}.rrhh-module__Z9uWPW__painGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.rrhh-module__Z9uWPW__painGrid{grid-template-columns:1fr 1fr}}.rrhh-module__Z9uWPW__painText h2{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.rrhh-module__Z9uWPW__painText p{color:var(--text-main);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.rrhh-module__Z9uWPW__painHighlight{color:#dc2626;font-weight:600}.rrhh-module__Z9uWPW__painCards{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.rrhh-module__Z9uWPW__painCards{grid-template-columns:1fr 1fr}}.rrhh-module__Z9uWPW__painCard{background-color:var(--background);border-left:4px solid #dc2626;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #00000008}.rrhh-module__Z9uWPW__painCard h4{color:var(--primary-dark);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.125rem;display:flex}.rrhh-module__Z9uWPW__painCard p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.rrhh-module__Z9uWPW__pillarsSection{background-color:var(--background);border-top:1px solid var(--border);padding:8rem 0}.rrhh-module__Z9uWPW__sectionHeader{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.rrhh-module__Z9uWPW__sectionHeader h2{color:var(--primary-dark);margin-bottom:1rem;font-size:2.5rem}.rrhh-module__Z9uWPW__sectionHeader p{color:var(--text-muted);font-size:1.125rem;line-height:1.6}.rrhh-module__Z9uWPW__pillarsGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.rrhh-module__Z9uWPW__pillarsGrid{grid-template-columns:repeat(2,1fr)}}.rrhh-module__Z9uWPW__pillarCard{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem;transition:transform .3s,border-color .3s;box-shadow:0 10px 40px #00000008}.rrhh-module__Z9uWPW__pillarCard:hover{border-color:var(--accent);transform:translateY(-5px)}.rrhh-module__Z9uWPW__pillarHeader{border-bottom:1px solid var(--border);align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.rrhh-module__Z9uWPW__pillarIcon{width:56px;height:56px;color:var(--accent);background-color:#c58f6a1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rrhh-module__Z9uWPW__pillarHeader h3{color:var(--primary-dark);font-size:1.5rem;line-height:1.3}.rrhh-module__Z9uWPW__pillarList{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.rrhh-module__Z9uWPW__pillarList li{color:var(--text-main);align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.6;display:flex}.rrhh-module__Z9uWPW__checkIcon{color:var(--accent);flex-shrink:0;margin-top:.25rem}.rrhh-module__Z9uWPW__authoritySection{background-color:var(--surface);border-top:1px solid var(--border);padding:8rem 0}.rrhh-module__Z9uWPW__authorityCard{background-color:var(--primary-dark);border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (min-width:768px){.rrhh-module__Z9uWPW__authorityCard{flex-direction:row;align-items:stretch}}.rrhh-module__Z9uWPW__authorityImage{background-color:var(--primary);color:var(--accent);justify-content:center;align-items:center;padding:4rem;display:flex}@media (min-width:768px){.rrhh-module__Z9uWPW__authorityImage{width:40%}}.rrhh-module__Z9uWPW__authorityContent{color:var(--surface);flex-direction:column;justify-content:center;padding:4rem;display:flex}@media (min-width:768px){.rrhh-module__Z9uWPW__authorityContent{width:60%}}.rrhh-module__Z9uWPW__authorityContent h3{color:var(--surface);margin-bottom:1rem;font-size:2rem}.rrhh-module__Z9uWPW__authorityContent p{color:#fffc;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.rrhh-module__Z9uWPW__guaranteeBadge{color:var(--accent);background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:600;display:inline-flex}.rrhh-module__Z9uWPW__contactSection{background-color:var(--background);border-top:1px solid var(--border);padding:8rem 0}.rrhh-module__Z9uWPW__contactGrid{grid-template-columns:1fr;gap:4rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.rrhh-module__Z9uWPW__contactGrid{grid-template-columns:1fr 1fr}}.rrhh-module__Z9uWPW__contactInfo h2{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.5rem}.rrhh-module__Z9uWPW__contactInfo p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.rrhh-module__Z9uWPW__contactSteps{flex-direction:column;gap:1.5rem;display:flex}.rrhh-module__Z9uWPW__step{gap:1rem;display:flex}.rrhh-module__Z9uWPW__stepNumber{background-color:var(--accent);width:32px;height:32px;color:var(--surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.rrhh-module__Z9uWPW__step p{color:var(--text-main);margin-top:.25rem;font-weight:600}.rrhh-module__Z9uWPW__formCard{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000000d}.rrhh-module__Z9uWPW__form{flex-direction:column;gap:1.5rem;display:flex}.rrhh-module__Z9uWPW__formGroup{flex-direction:column;gap:.5rem;display:flex}.rrhh-module__Z9uWPW__formGroup label{color:var(--primary-dark);font-size:.9rem;font-weight:600}.rrhh-module__Z9uWPW__input{border:1px solid var(--border);background-color:var(--background);font-family:var(--font-sans);border-radius:8px;padding:1rem;font-size:1rem;transition:all .2s}.rrhh-module__Z9uWPW__input:focus{border-color:var(--accent);background-color:var(--surface);outline:none;box-shadow:0 0 0 3px #c58f6a26}
.salud-module__BGTMVq__main{background-color:var(--background);flex-direction:column;display:flex}.salud-module__BGTMVq__hero{background-color:var(--surface);color:var(--text-main);text-align:center;border-bottom:1px solid var(--border);padding:10rem 0 8rem;position:relative}.salud-module__BGTMVq__hero:after{content:"";background:linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);width:100%;height:4px;position:absolute;bottom:0;left:0}.salud-module__BGTMVq__heroContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:950px;margin:0 auto;display:flex}.salud-module__BGTMVq__heroBadge{color:var(--primary-dark);text-transform:uppercase;background-color:#c58f6a26;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.25rem;font-size:.85rem;font-weight:700;display:inline-block}.salud-module__BGTMVq__heroTitle{color:var(--primary-dark);font-size:3.5rem;line-height:1.15;font-family:var(--font-serif)}@media (min-width:768px){.salud-module__BGTMVq__heroTitle{font-size:4.25rem}}.salud-module__BGTMVq__heroSubtitle{color:var(--text-muted);max-width:800px;font-size:1.25rem;line-height:1.6}.salud-module__BGTMVq__heroActions{margin-top:2rem}.salud-module__BGTMVq__medicalSection{background-color:var(--background);padding:8rem 0}.salud-module__BGTMVq__medicalGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.salud-module__BGTMVq__medicalGrid{grid-template-columns:1fr 1fr}}.salud-module__BGTMVq__medicalContent h2{color:var(--primary-dark);margin-bottom:2.5rem;font-size:2.5rem;line-height:1.2}.salud-module__BGTMVq__medicalFeature{gap:1.5rem;margin-bottom:2.5rem;display:flex}.salud-module__BGTMVq__medicalIcon{background-color:var(--surface);width:64px;height:64px;color:var(--accent);border:1px solid var(--border);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 15px #00000005}.salud-module__BGTMVq__medicalFeature h4{color:var(--primary-dark);margin-top:.25rem;margin-bottom:.5rem;font-size:1.25rem}.salud-module__BGTMVq__medicalFeature p{color:var(--text-muted);font-size:1rem;line-height:1.6}.salud-module__BGTMVq__medicalVisual{background-color:var(--surface);color:var(--primary);border:1px solid var(--border);border-radius:24px;justify-content:center;align-items:center;padding:4rem;display:flex;box-shadow:0 20px 40px #0000000a}.salud-module__BGTMVq__financeSection{background-color:var(--primary-dark);color:var(--surface);padding:8rem 0}.salud-module__BGTMVq__financeHeader{text-align:center;max-width:800px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.salud-module__BGTMVq__financeHeader h2{color:var(--surface);margin-bottom:1rem;font-size:2.5rem}.salud-module__BGTMVq__financeHeader p{color:#ffffffb3;font-size:1.125rem;line-height:1.6}.salud-module__BGTMVq__financeSteps{grid-template-columns:1fr;gap:2rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.salud-module__BGTMVq__financeSteps{grid-template-columns:1fr 1fr}}.salud-module__BGTMVq__stepCard{background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;padding:3rem;display:flex}.salud-module__BGTMVq__stepHeader{border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.salud-module__BGTMVq__stepNumber{background-color:var(--accent);color:var(--surface);border-radius:50px;padding:.25rem .75rem;font-size:.9rem;font-weight:700}.salud-module__BGTMVq__stepHeader h3{color:var(--surface);font-size:1.5rem}.salud-module__BGTMVq__stepCard p{color:#fffc;flex:1;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.salud-module__BGTMVq__stepVisual{color:var(--accent);align-items:center;gap:1rem;font-size:1.1rem;font-weight:600;display:flex}.salud-module__BGTMVq__portalBanner{background-color:var(--accent);color:var(--surface);border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 10px 30px #c58f6a33}@media (max-width:768px){.salud-module__BGTMVq__portalBanner{text-align:center;flex-direction:column}}.salud-module__BGTMVq__portalBanner h4{margin-bottom:.5rem;font-size:1.5rem}.salud-module__BGTMVq__portalBanner p{opacity:.9;font-size:1rem}.salud-module__BGTMVq__portalIcon{background-color:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.salud-module__BGTMVq__benefitsSection{background-color:var(--surface);padding:8rem 0}.salud-module__BGTMVq__benefitsHeader{text-align:center;margin-bottom:4rem}.salud-module__BGTMVq__benefitsHeader h2{color:var(--primary-dark);font-size:2.5rem}.salud-module__BGTMVq__benefitsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.salud-module__BGTMVq__benefitsGrid{grid-template-columns:repeat(3,1fr)}}.salud-module__BGTMVq__benefitCard{background-color:var(--background);text-align:center;border:1px solid var(--border);border-radius:16px;padding:3rem 2rem;transition:transform .3s}.salud-module__BGTMVq__benefitCard:hover{border-color:var(--accent);transform:translateY(-5px)}.salud-module__BGTMVq__benefitIcon{width:64px;height:64px;color:var(--accent);background-color:#c58f6a1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.salud-module__BGTMVq__benefitCard h4{color:var(--primary-dark);margin-bottom:1rem;font-size:1.25rem}.salud-module__BGTMVq__benefitCard p{color:var(--text-muted);line-height:1.6}.salud-module__BGTMVq__contactSection{background-color:var(--background);border-top:1px solid var(--border);padding:8rem 0}.salud-module__BGTMVq__contactGrid{grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.salud-module__BGTMVq__contactGrid{grid-template-columns:1fr 1fr}}.salud-module__BGTMVq__contactInfo h2{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2.5rem}.salud-module__BGTMVq__contactInfo p{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.salud-module__BGTMVq__formCard{background-color:var(--surface);border:1px solid var(--border);border-radius:16px;padding:3rem;box-shadow:0 10px 40px #0000000d}.salud-module__BGTMVq__form{flex-direction:column;gap:1.5rem;display:flex}.salud-module__BGTMVq__formGroup{flex-direction:column;gap:.5rem;display:flex}.salud-module__BGTMVq__formGroup label{color:var(--primary-dark);font-size:.9rem;font-weight:600}.salud-module__BGTMVq__input{border:1px solid var(--border);background-color:var(--background);font-family:var(--font-sans);border-radius:8px;padding:1rem;font-size:1rem;transition:all .2s}.salud-module__BGTMVq__input:focus{border-color:var(--accent);background-color:var(--surface);outline:none;box-shadow:0 0 0 3px #c58f6a26}
.soluciones-module__jHwZfG__main{background-color:var(--background);flex-direction:column;display:flex}.soluciones-module__jHwZfG__pageHeader{background-color:var(--surface);text-align:center;border-bottom:1px solid var(--border);padding:8rem 0 6rem}.soluciones-module__jHwZfG__title{color:var(--primary);max-width:900px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3.5rem;line-height:1.1}.soluciones-module__jHwZfG__subtitle{color:var(--text-muted);max-width:800px;margin:0 auto;font-size:1.35rem;line-height:1.6}.soluciones-module__jHwZfG__sectionsContainer{padding:4rem 0}.soluciones-module__jHwZfG__alternatingSection{padding:7rem 0}.soluciones-module__jHwZfG__altBackground{background-color:var(--surface-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.soluciones-module__jHwZfG__sectionGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.soluciones-module__jHwZfG__sectionGrid{grid-template-columns:1fr 1fr;gap:8rem}}@media (max-width:1023px){.soluciones-module__jHwZfG__reverseGrid .soluciones-module__jHwZfG__imageColumn{order:-1}}.soluciones-module__jHwZfG__textColumn{flex-direction:column;display:flex}.soluciones-module__jHwZfG__imageColumn{width:100%;position:relative}.soluciones-module__jHwZfG__mockupWrapper{border:1px solid var(--border);border-radius:16px;transition:transform .5s cubic-bezier(.2,.8,.2,1);overflow:hidden;box-shadow:0 40px 80px #6d4c411f}.soluciones-module__jHwZfG__mockupWrapper:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 50px 100px #6d4c412e}.soluciones-module__jHwZfG__mockupImage{width:100%;height:auto;display:block}.soluciones-module__jHwZfG__sectionTitle{font-family:var(--font-serif);color:var(--primary);margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.soluciones-module__jHwZfG__sectionDesc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.soluciones-module__jHwZfG__serviceList{grid-template-columns:1fr;gap:1rem;margin:0 0 3rem;padding:0;list-style:none;display:grid}@media (min-width:640px){.soluciones-module__jHwZfG__serviceList{grid-template-columns:1fr 1fr}}.soluciones-module__jHwZfG__serviceList li{color:var(--text-main);align-items:center;gap:.75rem;font-size:1.05rem;display:flex}.soluciones-module__jHwZfG__checkIcon{color:var(--secondary);flex-shrink:0}.soluciones-module__jHwZfG__actionWrap{margin-top:auto}.soluciones-module__jHwZfG__animateOnScroll{opacity:0;transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(40px)}.soluciones-module__jHwZfG__animateIn{opacity:1;transform:translateY(0)}
