*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit}:root{--color-primary: #ec7000;--color-primary-dark: #d66300;--color-primary-light: #ff8c1a;--color-secondary: #003d6b;--color-secondary-dark: #002a4a;--color-success: #28a745;--color-error: #dc3545;--color-warning: #ffc107;--color-info: #17a2b8;--color-white: #ffffff;--color-gray-100: #f8f9fa;--color-gray-200: #e9ecef;--color-gray-300: #dee2e6;--color-gray-400: #ced4da;--color-gray-500: #adb5bd;--color-gray-600: #6c757d;--color-gray-700: #495057;--color-gray-800: #343a40;--color-gray-900: #212529;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out}body{min-height:100vh;margin:0;display:flex;flex-direction:column;background:#ec7000}.container{width:100%;margin:0 auto;flex:1;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;width:100%;padding:15px 20px;background:#ec7000;z-index:1000;box-shadow:0 2px 8px #0000001a;display:block}.main{margin-top:70px}@media (max-width: 768px){.card{margin-top:0}}.header__logo_2{display:flex;align-items:center;justify-content:flex-start}.header__logo_2 img{height:40px;width:auto}.header__logo{display:none}.header__logo-img{height:40px;margin:0 auto}.logoItau{width:60px;height:auto}.header__title{font-size:2rem;font-weight:700;color:var(--color-secondary)}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl) 0;z-index:10;margin-bottom:90px}.card{width:100%;max-width:980px;display:grid;grid-template-columns:440px 1fr;align-items:stretch;gap:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026;position:relative}.card__logo{display:flex;justify-content:center;align-items:center;position:relative;overflow:visible;background:#fff}.card__logo:after{content:"";position:absolute;right:-1px;top:0;width:80px;height:100%;background:#fff;clip-path:ellipse(80px 100% at 0% 50%);z-index:2}.card__logo_fundo{width:400px;height:auto}.card__logo-main{width:100%;height:100%;position:relative;overflow:hidden}.card__logo-main .img5{width:100%;height:100%;object-fit:cover}.card__logo-main .img-desktop{display:block;clip-path:ellipse(72% 63% at 23% 46%)}.card__logo-main .img-mobile{display:none}#boletoForm{height:100%;padding:50px 60px 50px 5px;background:#fff;border-radius:0 20px 20px 0;display:flex;flex-direction:column;gap:20px;position:relative;z-index:3}.confirmation-card{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer{width:100%;display:none;position:absolute;background-color:#303030;padding:1rem 0;bottom:0}.footer__content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__brand{display:flex;align-items:center;gap:1rem}.footer__logo{height:50px;filter:none;transition:filter .3s ease-in-out}.footer__logo:hover{filter:brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(2300%) hue-rotate(5deg) brightness(105%) contrast(105%)}.footer__brand-text{color:#ffffffe6;font-size:.875rem;margin:0;text-decoration:none}.footer__certifications{display:flex;flex-direction:row;align-items:center;gap:1rem;flex-wrap:wrap}.footer__cert-badge{display:flex;align-items:center;gap:.5rem;background-color:#ffffff1a;padding:.5rem 1rem;border-radius:.5rem}.footer__cert-icon{width:20px;height:20px;color:#fff}.footer__cert-icon--verified{color:#4caf50}.footer__cert-text{color:#fff;font-size:.8rem;font-weight:600}.footer__bottom{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.footer__copyright{color:#ffffffb3;font-size:.75rem;margin:0;text-decoration:none}.footer__brand a:hover,.footer__copyright:hover,.footer__cert-text a:hover,.footer__cert-text:hover{color:#ff7a1a}@media (max-width: 768px){.footer__top{flex-direction:column;text-align:center}.footer__brand{flex-direction:column}.footer__certifications{justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-xl);font-size:1.2rem;font-weight:600;border-radius:var(--border-radius-md);transition:all var(--transition-normal);width:420px;height:55px}.btn--primary{background:var(--color-primary);color:var(--color-white)}.btn--primary:hover:not(:disabled){background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn__loader{width:16px;height:16px;border:2px solid var(--color-white);border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000006e;z-index:999998;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.result-overlay--show{opacity:1}.result{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%) scale(.8);padding:56px 32px 32px;border-radius:20px;z-index:999999!important;max-width:440px;min-width:320px;width:90%;max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 20px 60px #0000004d;opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);background:#fff;text-align:center;box-sizing:border-box;margin:20px 0}.result--show{opacity:1;transform:translate(-50%,-50%) scale(1)}.result--success{background:#fff;color:#1e7e34}.result--error{background:#fff;color:#c82333}.result--warning{background:#fff;color:#ff9800}.result--invalid{background:#fff;color:#f39c12}.result__close{position:absolute;top:12px;right:12px;background:#0000001a;border:none;font-size:26px;line-height:1;cursor:pointer;color:inherit;opacity:.7;transition:all .2s;padding:4px 10px;border-radius:8px;font-weight:700;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.result__close:hover{opacity:1;background:#0003;transform:rotate(90deg)}.result__icon-container{position:absolute;top:-48px;left:50%;transform:translate(-50%);width:100px;height:100px;background:#fff;border-radius:50%;padding:8px;box-shadow:0 4px 12px #00000026;z-index:1}.result__icon{width:100%;height:100%;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}.result__icon--success .result__icon-circle{stroke:#28a745;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:strokeSuccess .6s cubic-bezier(.65,0,.45,1) forwards}.result__icon--success .result__icon-check{stroke:#28a745;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) .4s forwards}.result__icon--error .result__icon-circle{stroke:#dc3545;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:strokeError .6s cubic-bezier(.65,0,.45,1) forwards}.result__icon--error .result__icon-x{stroke:#dc3545;stroke-width:3;stroke-linecap:round;stroke-dasharray:28;stroke-dashoffset:28;animation:strokeX .3s cubic-bezier(.65,0,.45,1) .4s forwards}.result__icon--warning .result__icon-circle{stroke:#ff9800;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:strokeWarning .6s cubic-bezier(.65,0,.45,1) forwards}.result__icon--warning .result__icon-exclamation{stroke:#ff9800;stroke-width:3;stroke-dasharray:16;stroke-dashoffset:16;animation:strokeExclamation .3s cubic-bezier(.65,0,.45,1) .4s forwards}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes strokeSuccess{to{stroke-dashoffset:0}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes strokeError{to{stroke-dashoffset:0}}@keyframes strokeX{to{stroke-dashoffset:0}}@keyframes strokeWarning{to{stroke-dashoffset:0}}@keyframes strokeExclamation{to{stroke-dashoffset:0}}.result__icon--invalid .result__icon-triangle{stroke:#f39c12;stroke-width:2;stroke-dasharray:140;stroke-dashoffset:140;animation:strokeTriangle .6s cubic-bezier(.65,0,.45,1) forwards}.result__icon--invalid .result__icon-exclamation-line{stroke:#f39c12;stroke-width:3;stroke-dasharray:12;stroke-dashoffset:12;animation:strokeExclamationLine .3s cubic-bezier(.65,0,.45,1) .4s forwards}.result__icon--invalid .result__icon-exclamation-dot{fill:#f39c12;opacity:0;animation:fadeInDot .2s ease .7s forwards}@keyframes strokeTriangle{to{stroke-dashoffset:0}}@keyframes strokeExclamationLine{to{stroke-dashoffset:0}}@keyframes fadeInDot{to{opacity:1}}.result__title{font-size:1.75rem;font-weight:700;margin-bottom:0;margin-top:8px;color:inherit}.result__message{margin:0 0 24px;line-height:1.6;font-size:1rem;color:#666}.result__btn-confirmar{margin-top:24px;padding:14px 32px;background:#28a745;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%;max-width:280px}.result__btn-confirmar:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.result__btn-confirmar:active{transform:translateY(0)}.result--error .result__btn-confirmar{background:#dc3545}.result--error .result__btn-confirmar:hover{background:#c82333;box-shadow:0 4px 12px #dc35454d}.result__btn-confirmar--warning{background:#ff9800}.result__btn-confirmar--warning:hover{background:#f57c00;box-shadow:0 4px 12px #ff98004d}.result__help-message{margin-top:24px;padding:16px;background:#fff3e0;border-radius:12px;border-left:4px solid #ff9800;text-align:left}.result__help-title{font-weight:700;font-size:1rem;color:#e65100;margin-bottom:8px}.result__help-text{font-size:.95rem;color:#666;line-height:1.5}.result__help-section{margin-top:24px;text-align:left}.result__help-section-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.1rem;color:#2c3e50;margin-bottom:16px}.result__tip-icon{width:24px;height:24px;color:#f39c12;flex-shrink:0}.result__tip-icon svg{width:100%;height:100%}.result__help-list{display:flex;flex-direction:column;gap:12px}.result__help-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fef5e7;border-radius:8px;font-size:.9rem;color:#555;line-height:1.5;transition:all .2s}.result__help-item:hover{background:#fdebd0;transform:translate(4px)}.result__help-item-icon{width:20px;height:20px;color:#f39c12;flex-shrink:0;margin-top:2px}.result__help-item strong{color:#e74c3c;font-weight:700}.result__btn-confirmar--invalid{background:#f39c12}.result__btn-confirmar--invalid:hover{background:#e67e22;box-shadow:0 4px 12px #f39c124d}.result__info{display:flex;flex-direction:column;gap:16px;margin-top:24px;text-align:left}.result__info-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8f9fa;border-radius:12px;transition:all .2s}.result__info-item:hover{background:#e9ecef;transform:translate(4px)}.result__info-icon{width:24px;height:24px;flex-shrink:0;color:#28a745}.result--error .result__info-icon{color:#dc3545}.result--warning .result__info-icon{color:#ff9800}.result__info-icon svg{width:100%;height:100%}.result__info-text{flex:1;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:end}.result__info-label{font-weight:600;font-size:.9rem;color:#495057}.result__info-value{font-weight:600;font-size:1rem;color:#212529}.Titulo-Val{font-size:2.4rem;font-family:Plus Jakarta Sans,sans-serif;color:#ec7000;font-weight:700}.Sub-Titulo-Val{font-size:1.2rem;font-family:Plus Jakarta Sans,sans-serif;color:#515151;padding-bottom:20px}.img5{width:100%;height:100%;object-fit:cover;clip-path:ellipse(72% 63% at 23% 46%)}.card__logo_5{padding:30px;position:fixed}.form{display:flex;flex-direction:column;gap:var(--spacing-lg)}.form__group{display:flex;flex-direction:column;gap:var(--spacing-sm)}.form__label{font-size:1rem;font-weight:600;color:var(--color-gray-700)}.form__input{padding:12px;font-size:1rem;border:2px solid var(--color-gray-300);border-radius:var(--border-radius-md);transition:all var(--transition-fast)}.form__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ec70001a}.form__input--error{border-color:var(--color-error)}.form__input--error:focus{box-shadow:0 0 0 3px #dc35451a}.form__error{font-size:.875rem;color:var(--color-error);min-height:0rem}.g-recaptcha{display:flex;justify-content:center}.custom-captcha{display:flex;justify-content:center;padding:10px;border:2px solid transparent;border-radius:var(--border-radius-lg);transition:all var(--transition-normal)}.custom-captcha:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--border-radius-lg);padding:2px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity var(--transition-normal);pointer-events:none}.custom-captcha:hover:before{opacity:1}.custom-captcha:hover{box-shadow:0 4px 16px #ec700026;transform:translateY(-2px)}.custom-captcha__label{display:flex;align-items:center;gap:var(--spacing-md);cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.custom-captcha__checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-captcha__checkmark{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--color-white);border:2px solid var(--color-gray-400);border-radius:4px;transition:all var(--transition-fast);flex-shrink:0}.custom-captcha__label:hover .custom-captcha__checkmark{border-color:var(--color-primary);box-shadow:0 0 0 3px #ec70001a}.custom-captcha__checkbox:checked~.custom-captcha__checkmark{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-color:var(--color-primary)}.custom-captcha__checkmark:after{content:"";position:absolute;display:none;left:9px;top:5px;width:6px;height:11px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-captcha__checkbox:checked~.custom-captcha__checkmark:after{display:block;animation:checkPop .3s cubic-bezier(.68,-.55,.265,1.55)}@keyframes checkPop{0%{transform:rotate(45deg) scale(0)}50%{transform:rotate(45deg) scale(1.2)}to{transform:rotate(45deg) scale(1)}}.custom-captcha__text{font-size:1rem;font-weight:500;color:var(--color-gray-700);transition:color var(--transition-fast)}.custom-captcha__label:hover .custom-captcha__text{color:var(--color-secondary)}.custom-captcha__checkbox:checked~.custom-captcha__text{color:var(--color-secondary)}.custom-captcha__checkbox:focus~.custom-captcha__checkmark{outline:2px solid var(--color-primary);outline-offset:2px}.custom-captcha{animation:slideInUp .4s cubic-bezier(.16,1,.3,1)}.custom-captcha--error{border-color:var(--color-error);background:linear-gradient(135deg,#fff5f5,#fff)}.custom-captcha--error .custom-captcha__checkmark{border-color:var(--color-error)}@media (max-width: 480px){.custom-captcha{padding:var(--spacing-md)}.custom-captcha__checkmark{width:24px;height:24px}.custom-captcha__checkmark:after{left:7px;top:3px;width:5px;height:10px}.custom-captcha__text{font-size:.9375rem}}@media (max-width: 1024px){.main{padding:80px 1rem 2rem}.card{grid-template-columns:1fr 1fr;max-width:95%;margin:0 auto;gap:20px}.card__logo{padding:2rem 1rem 0;order:1}.card__logo-img{width:100%;max-width:350px;height:auto}#boletoForm{padding:2rem;width:100%;max-width:600px;margin:0 auto;order:2}.footer__top{flex-direction:row;text-align:center;gap:1.25rem;justify-content:center}.confirmation-card{grid-template-columns:1fr;gap:1.5rem}.footer__content{padding:0 2rem}}@media (max-width: 768px){body{background:#fff}.header{padding:.75rem 1rem;justify-content:center}.header__logo-img{height:32px}.header__logo-img{height:30px}.main{padding:0;align-items:flex-start;margin-top:55px}.card{max-width:100%;gap:10px;display:flex;flex-direction:column;border-radius:0;box-shadow:none;background:none}.card__logo{padding:1rem .5rem 0;order:1}.card__logo-img{width:100%;max-width:220px}.logoItau{filter:drop-shadow(3px 5px 3px #0000002a)}.card__logo_5{right:-10px}.card__logo-main{width:100%;height:250px;position:relative;overflow:hidden}.card__logo-main .img5{width:100%;height:100%;object-fit:cover;clip-path:ellipse(89% 69% at 68% 20%)}.card__logo-main .img-desktop{display:none}.card__logo-main .img-mobile{display:block}#boletoForm{padding:0 20px;width:100%;max-width:100%;order:2;box-sizing:border-box;top:-25px;gap:10px;background:none;text-align:center}.Titulo-Val{font-size:2.4rem;margin-bottom:.5rem;line-height:1.2}.Sub-Titulo-Val{font-size:1.1rem;line-height:1.4;margin-bottom:1rem}.form__label{font-size:.9rem}.form__input{font-size:.95rem;padding:.75rem}.btn{width:100%;padding:.875rem 1.5rem;font-size:.95rem}.recaptcha-container{padding:1rem}.recaptcha-label{font-size:.85rem}.result{margin-top:1rem;padding:1rem;margin-top:-40px}.result__info-item{padding:.875rem}.footer{padding:1.5rem 0}.footer__top{flex-direction:row;text-align:center;gap:1.25rem;justify-content:center}.footer__brand{flex-direction:row;gap:.75rem}.footer__logo{height:45px}.footer__certifications{justify-content:center;width:100%}.footer__cert-badge{flex:1;min-width:140px;justify-content:center}.result__icon-container{width:90px;height:90px;top:-50px;padding:6px}.result{width:92%;min-width:300px;padding:48px 24px 24px;max-height:85vh}.result__title{font-size:2rem;margin-top:4px}.result__close{top:10px;right:10px;font-size:24px;width:30px;height:30px}.result__info-item{padding:12px 14px}.result__info-text{flex-direction:row;align-items:flex-start;gap:4px}.result__info-label,.result__info-value{font-size:.9rem}.result__btn-confirmar{font-size:1rem;padding:12px 28px}}@media (max-width: 480px){body{font-size:14px}.header{padding:.5rem;justify-content:center;position:fixed;top:0}.header__logo-img{height:30px}.main{padding:0;align-items:flex-start}.card{max-width:100%;gap:10px;display:flex;flex-direction:column;border-radius:0}.card__logo{padding:1rem .5rem 0;order:1}.card__logo-img{width:100%;max-width:220px}.logoItau{filter:drop-shadow(3px 5px 3px #0000002a)}.card__logo_5{right:-10px;z-index:11}.card__logo-main{width:100%;height:220px;position:relative;overflow:hidden;margin-bottom:15px}.card__logo-main .img5{width:100%;height:100%;object-fit:cover;clip-path:ellipse(89% 69% at 68% 20%)}.card__logo-main .img-desktop{display:none}.card__logo-main .img-mobile{display:block}#boletoForm{padding:0 20px;width:100%;max-width:100%;order:2;box-sizing:border-box;top:-25px;gap:10px}.Titulo-Val{font-size:1.8rem;margin-bottom:.5rem;line-height:1.2}.Sub-Titulo-Val{font-size:.85rem;line-height:1.4;margin-bottom:1rem}.form__group{margin-bottom:0}.form__label{font-size:.85rem}.form__input{font-size:16px;padding:.75rem}.form__error{font-size:.75rem}.confirmation-card{grid-template-columns:1fr;gap:1rem}.btn{width:100%;height:auto;padding:.875rem 1rem;font-size:.95rem}.btn__text{font-size:.95rem}.recaptcha-container{padding:.875rem}.recaptcha-label{font-size:.8rem;margin-bottom:.5rem}.recaptcha-badge{font-size:.7rem;margin-top:.5rem}.custom-captcha__text{font-size:.9rem}.custom-captcha__checkmark{width:22px;height:22px}.footer{padding:1.5rem 0}.footer__content{padding:0 1rem}.footer__top{flex-direction:column;text-align:center;gap:1rem}.footer__brand{flex-direction:row;gap:.5rem}.footer__logo{height:40px}.footer__brand-text{font-size:.8rem}.footer__certifications{flex-direction:column;width:100%;gap:.75rem}.footer__cert-badge{width:100%;max-width:100%;margin:0;justify-content:center;padding:.5rem 1rem}.footer__cert-icon{width:18px;height:18px}.footer__cert-text{font-size:.75rem}.footer__bottom{margin-top:1rem;padding-top:1rem}.footer__copyright{font-size:.7rem;line-height:1.4}.result{width:94%;min-width:280px;padding:44px 20px 20px;max-height:calc(100vh - 100px);border-radius:16px;margin-top:-40px;margin-bottom:50px}.result__icon-container{width:90px;height:90px;top:-50px;padding:6px}.result__title{font-size:2rem;margin-top:2px;margin-bottom:0}.result__message{font-size:.95rem;margin:0}.result__close{top:8px;right:8px;font-size:22px;width:28px;height:28px}.result__info{gap:12px;margin-top:16px}.result__info-item{padding:10px 12px;border-radius:10px}.result__info-icon{width:20px;height:20px}.result__info-text{flex-direction:row;align-items:flex-start;gap:2px}.result__info-label{font-size:.8rem}.result__info-value{font-size:.9rem;font-weight:700}.result__btn-confirmar{font-size:.95rem;padding:12px 24px;max-width:100%}}@media (max-width: 360px){body{min-width:330px}.header__logo-img{height:26px}.main{padding:0}.card__logo-img{max-width:180px}#boletoForm{padding:1rem}.Titulo-Val{font-size:1.3rem}.Sub-Titulo-Val{font-size:.8rem}.form__input{font-size:16px;padding:.625rem}.btn{padding:.75rem 1rem;font-size:.9rem}.footer{min-width:330px}.footer__logo{height:35px}.footer__cert-badge{padding:.625rem .875rem}.result{width:96%;min-width:260px;padding:40px 16px 16px;max-height:calc(100vh - 120px);border-radius:12px;margin-top:60px;margin-bottom:60px}.result__icon-container{width:56px;height:56px;top:-28px;padding:5px}.result__title{font-size:1.2rem;margin-bottom:0}.result__message{font-size:.9rem;margin:0}.result__close{top:6px;right:6px;font-size:20px;width:26px;height:26px}.result__info{gap:10px;margin-top:12px}.result__info-item{padding:8px 10px;border-radius:8px;min-height:44px}.result__info-icon{width:18px;height:18px;min-width:18px}.result__info-text{flex-direction:row;align-items:flex-start;gap:2px;width:100%}.result__info-label{font-size:.75rem;min-height:16px}.result__info-value{font-size:.85rem;font-weight:700;word-break:break-word}.result__btn-confirmar{font-size:.9rem;padding:10px 20px;max-width:100%}}@media (max-width: 768px){.result__help-message{padding:14px;margin-top:20px}.result__help-title{font-size:.95rem}.result__help-text{font-size:.9rem}.result__help-section{margin-top:20px}.result__help-section-title{font-size:1rem}.result__help-item{padding:10px;font-size:.85rem}}@media (max-width: 480px){.result__help-message{padding:12px;margin-top:16px;border-radius:10px}.result__help-title{font-size:.9rem;margin-bottom:6px}.result__help-text{font-size:.85rem}.result__help-section{margin-top:16px}.result__help-section-title{font-size:.95rem;gap:6px}.result__tip-icon{width:20px;height:20px}.result__help-list{gap:10px}.result__help-item{padding:10px;font-size:.8rem;gap:10px;border-radius:6px}.result__help-item-icon{width:18px;height:18px}}@media (max-width: 360px){.result__help-message{padding:10px;margin-top:12px;border-radius:8px}.result__help-title{font-size:.85rem;margin-bottom:4px}.result__help-text{font-size:.8rem}.result__help-section{margin-top:12px}.result__help-section-title{font-size:.9rem;gap:6px}.result__tip-icon{width:18px;height:18px}.result__help-list{gap:8px}.result__help-item{padding:8px;font-size:.75rem;gap:8px;border-radius:6px}.result__help-item-icon{width:16px;height:16px}}.recaptcha-container{position:relative;padding:0}.recaptcha-label{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);font-size:.875rem;font-weight:600;color:var(--color-secondary)}.recaptcha-label:before{content:"🔒";font-size:1rem}#recaptcha{display:flex;justify-content:center;align-items:center;min-height:78px;background:#fff0}#recaptcha>div{animation:slideInUp .4s cubic-bezier(.16,1,.3,1);background:#fff0}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.recaptcha-badge{display:flex;align-items:center;justify-content:center;gap:var(--spacing-xs);margin-top:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);font-size:.75rem;color:var(--color-gray-600);background:#003d6b08;border-radius:var(--border-radius-sm)}.recaptcha-badge:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:.625rem;font-weight:700;color:var(--color-white);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:50%}.recaptcha-container--error{border-color:var(--color-error);background:none}.recaptcha-container--error:before{opacity:1;background:none}.recaptcha-container--error .recaptcha-label{color:var(--color-error)}.recaptcha-container--success{border-color:var(--color-success);background:none}.recaptcha-container--success:before{opacity:1;background:none}.recaptcha-container--success .recaptcha-badge{color:var(--color-success);background:none}.recaptcha-loading{position:relative;pointer-events:none}.recaptcha-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(236,112,0,.2);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}#rc-anchor-container{border:none!important;background:transparent!important}@media (max-width: 480px){.recaptcha-container{padding:var(--spacing-md)}#recaptcha{transform:scale(.9);transform-origin:center;background:#fff0}.recaptcha-label{font-size:.8125rem}}.rc-anchor-container{border-radius:3px;height:74px;width:300px;background:#0026ff!important;color:#000;border:1px solid #d3d3d3}
