:root{--k2-burdeo: #b1143c;--k2-burdeo-dark: #8f0f30;--k2-grey: #6f6f73;--k2-grey-light: #e5e5e7;--k2-bg: #f7f7f8}html,body{height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--k2-bg);color:#27272a}a{color:inherit;text-decoration:none}.site-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.header{width:100%;background:#fff;border-bottom:1px solid var(--k2-grey-light);padding:.75rem 1.5rem;box-sizing:border-box}.header-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:1.5rem}.logo img{display:block;height:40px}.nav{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.nav a{margin:0 .6rem;font-size:.95rem;color:var(--k2-grey)}.nav a.active{color:var(--k2-burdeo);border-bottom:2px solid var(--k2-burdeo)}.nav-dropdown{position:relative;margin:0 .6rem}.nav-dropdown-toggle{border:none;background:transparent;color:var(--k2-grey);font-size:.95rem;cursor:pointer;padding:0}.nav-dropdown-menu{position:absolute;top:1.8rem;left:0;background:#fff;border:1px solid var(--k2-grey-light);border-radius:8px;padding:.45rem .7rem;min-width:210px;z-index:20;box-shadow:0 8px 18px #0f172a2e;display:flex;flex-direction:column;gap:.25rem}.nav-dropdown-menu a{margin:0;font-size:.9rem;color:#111827}.nav-right{display:flex;align-items:center;gap:.5rem}.nav-login,.nav-register{padding:.35rem .9rem;border-radius:999px;border:1px solid var(--k2-burdeo);font-size:.9rem;white-space:nowrap}.nav-register{background:transparent;color:var(--k2-burdeo)}.nav-login{background:var(--k2-burdeo);color:#fff}.nav-register:hover{background:#b1143c14}.nav-login:hover{background:var(--k2-burdeo-dark)}.page{max-width:960px;margin:2rem auto 2.5rem;padding:0 1.5rem;box-sizing:border-box}.page h1{font-size:2rem;margin-bottom:1rem;color:var(--k2-burdeo-dark)}.page p{line-height:1.8;font-size:1rem;margin-bottom:1rem}.home-root{min-height:100vh}.home-hero-wrapper{max-width:none;margin:0;padding:0}.home-inner-content{max-width:960px;margin:-2.5rem auto 2rem;padding:0 1.5rem;box-sizing:border-box}.hero.hero-with-image{position:relative;margin-top:.5rem;min-height:calc(100vh - 80px);width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:0;overflow:hidden;color:#fff}.hero.hero-with-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0000008c,#00000040)}.hero-inner{position:relative;z-index:1;max-width:960px;margin:0 auto;padding:3rem 2rem;box-sizing:border-box}.hero-inner h1{font-size:2.4rem;margin-bottom:1rem}.hero-inner p{max-width:640px}.hero-slider{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.hero-slide{text-align:left;background:#ffffff14;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:12px;padding:1.3rem 1.5rem;border:1px solid rgba(248,250,252,.1);color:#ffffffeb;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.hero-slide h2{font-size:1.1rem;font-weight:600;margin-top:0;margin-bottom:.55rem;letter-spacing:.01em}.hero-slide p{font-size:.95rem;line-height:1.65;margin:0;color:#ffffffd1}.hero-slide:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0f172a2e}.hero-slide-active{background:#ffffffe6;color:var(--k2-burdeo-dark);border-color:#ffffffa6}.hero-slide-active p{color:var(--k2-burdeo-dark);opacity:.85}.hero-dots{display:flex;align-items:center;gap:.4rem;margin-top:.9rem}.hero-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;width:8px;height:8px;border-radius:999px;background:#f8fafc73;cursor:pointer;transition:all .2s ease}.hero-dot:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.hero-dot-active{width:18px;background:#fff}.value-strip{margin-top:2.5rem;background:#fff;border-radius:12px;padding:1.5rem 1.75rem;box-shadow:0 1px 4px #0f172a1a;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.value-item h3{margin-top:0;margin-bottom:.4rem;font-size:1.05rem;color:var(--k2-burdeo-dark)}.value-item p{margin:0;font-size:.95rem}.home-about{margin-top:2.5rem}.home-about h2{font-size:1.5rem;margin-bottom:.75rem;color:var(--k2-burdeo-dark)}.home-about p{line-height:1.8;font-size:1rem;margin-bottom:1rem}.page-hero{position:relative;width:100%;height:360px;margin:0 0 1.5rem;overflow:hidden;background-image:var(--page-hero-image);background-size:cover;background-position:center;background-repeat:no-repeat}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--page-hero-image);background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05);animation:kenburns 20s ease-in-out infinite alternate;z-index:0}@keyframes kenburns{0%{transform:scale(1.05)}to{transform:scale(1.15)}}.page-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0009,#0000004d);z-index:1}.page-hero-inner{position:relative;z-index:2;max-width:960px;margin:0 auto;padding:2.5rem 1.5rem;color:#fff;box-sizing:border-box}.page-hero-inner h1{font-size:2rem;margin-bottom:.75rem}.page-hero-inner p{max-width:640px;margin:0}.footer{background:#fff;border-top:1px solid var(--k2-grey-light);color:var(--k2-grey);padding:1rem 1.5rem;box-sizing:border-box}.footer-inner{max-width:1200px;margin:0 auto;font-size:.85rem;display:grid;grid-template-columns:1.2fr 2fr 1.5fr;column-gap:1.5rem;align-items:center}.footer-left p,.footer-middle p,.footer-right p{margin:.2rem 0}.footer-icon{margin-right:.35rem}.contact-form{max-width:480px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.contact-form label{display:block;font-size:.9rem;margin-bottom:.25rem}.contact-form input,.contact-form textarea{width:100%;padding:.5rem;border-radius:4px;border:1px solid #cbd2e1;font:inherit;box-sizing:border-box}.contact-form button{align-self:flex-start;padding:.5rem 1.25rem;border-radius:4px;border:none;background:var(--k2-burdeo);color:#fff;cursor:pointer}@media (max-width: 768px){.header-inner{grid-template-columns:1fr;row-gap:.75rem}.nav{justify-content:flex-start}.nav a,.nav-dropdown{margin-bottom:.25rem}.nav-right{justify-content:flex-start}.footer-inner{grid-template-columns:1fr;row-gap:.5rem}}@media (max-width: 640px){.hero.hero-with-image{min-height:70vh}.hero-inner{padding:2rem 1.5rem}.page-hero-inner{padding:2rem 1.25rem}.page{padding:0 1.25rem}}.asesor-slider{margin-top:2rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:1rem}.asesor-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem 1.5rem;box-shadow:0 1px 4px #0f172a1f;text-align:center}.asesor-card-slider{max-width:360px;margin:0 auto}.asesor-foto-wrapper{width:160px;height:160px;margin:0 auto .9rem;border-radius:50%;overflow:hidden;background:#e5e7eb}.asesor-foto{width:100%;height:100%;object-fit:cover}.asesor-info h2{font-size:1rem;margin:0 0 .25rem;color:#111827}.asesor-cargo{margin:0;font-size:.9rem;color:var(--k2-grey)}.asesor-nav-button{border:none;background:transparent;font-size:2rem;line-height:1;cursor:pointer;color:var(--k2-grey);padding:.25rem .5rem}.asesor-nav-button:hover{color:var(--k2-burdeo)}.asesor-dots{margin-top:.75rem;display:flex;justify-content:center;gap:.4rem}.asesor-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;width:7px;height:7px;border-radius:999px;background:#d4d4d8;cursor:pointer;transition:all .2s ease}.asesor-dot:focus-visible{outline:2px solid var(--k2-burdeo);outline-offset:2px}.asesor-dot-active{width:16px;background:var(--k2-burdeo)}.registro-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.registro-tipo{display:flex;gap:1.5rem;font-size:.95rem}.registro-tipo label{display:flex;align-items:center;gap:.35rem}.registro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.registro-form label{display:block;font-size:.9rem;margin-bottom:.25rem}.registro-form input,.registro-form textarea{width:100%;padding:.5rem;border-radius:4px;border:1px solid #cbd2e1;font:inherit;box-sizing:border-box}.registro-note{font-size:.9rem;color:var(--k2-grey);margin-top:0}.registro-msg{margin-top:1rem;font-size:.95rem}.registro-msg-error{color:#b91c1c}.phone-field{display:flex;align-items:center;gap:.4rem}.phone-flag{font-size:1.1rem}.phone-input{--PhoneInput-color--focus: var(--k2-burdeo);--PhoneInputCountrySelect-arrowColor: var(--k2-grey);--PhoneInputCountrySelect-borderColor: #cbd2e1;--PhoneInputCountrySelect-backgroundColor: #ffffff;--PhoneInputCountrySelect-color: #111827;--PhoneInputInput-borderColor: #cbd2e1;--PhoneInputInput-backgroundColor: #ffffff;--PhoneInputInput-color: #111827;font-size:.95rem}.phone-input .PhoneInputInput{width:100%;padding:.5rem;border-radius:4px;border:1px solid #cbd2e1;font:inherit;box-sizing:border-box}.phone-input .PhoneInputCountry{margin-right:.4rem}.registro-form button[type=submit]{display:inline-block;margin-top:1.5rem;padding:.9rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#8b1f41,#c4315f);color:#fff;box-shadow:0 10px 20px #0000002e;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.registro-form button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 24px #00000038;opacity:.95}.registro-form button[type=submit]:disabled{opacity:.6;cursor:wait}.file-drop-area{border:2px dashed #cbd2e1;border-radius:8px;padding:.85rem;text-align:center;background-color:#f9fafb;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.file-drop-area.is-drag-over{border-color:#8b1f41;background-color:#fef2f5}.file-drop-area input[type=file]{display:none}.file-drop-label-main{font-size:.95rem;font-weight:500}.file-drop-label-sub{font-size:.8rem;color:#6b7280;margin-top:.25rem}.file-drop-previews{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.6rem;justify-content:center}.file-drop-preview-item{display:flex;flex-direction:column;align-items:center;max-width:90px}.file-drop-preview-image{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.file-drop-preview-icon{width:80px;height:80px;border-radius:6px;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1.8rem;background-color:#f3f4f6}.file-drop-preview-name{margin-top:.2rem;font-size:.7rem;text-align:center;color:#4b5563;word-break:break-all}.manuales-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.manual-card{border-radius:10px;border:1px solid #e5e7eb;padding:1.25rem 1.4rem;background-color:#fff;box-shadow:0 4px 10px #0f172a0a}.manual-card h2{font-size:1rem;margin-bottom:.4rem}.manual-descripcion{font-size:.9rem;color:#4b5563;margin-bottom:.75rem}.manual-meta{font-size:.8rem;color:#6b7280;display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.9rem}.manual-download-btn{display:inline-block;padding:.55rem 1.4rem;font-size:.9rem;font-weight:600;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,#8b1f41,#c4315f);color:#fff;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease;box-shadow:0 6px 14px #00000029}.manual-download-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #0003;opacity:.97}.manual-download-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.manual-note{margin-top:.6rem;font-size:.75rem;color:#6b7280}.pdf-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:50}.pdf-modal{width:min(960px,95vw);height:min(640px,90vh);background-color:#fff;border-radius:10px;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000059;overflow:hidden}.pdf-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.1rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.pdf-modal-header h2{font-size:.95rem;margin:0}.pdf-modal-close{border:none;background:transparent;font-size:1.3rem;cursor:pointer;line-height:1}.pdf-modal-body{flex:1;background-color:#111827}.pdf-modal-iframe{width:100%;height:100%;border:none}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
