@charset "UTF-8";._barrierContainer_adloo_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e7ebff,#fff);font-family:Arial,sans-serif;padding:20px}._barrierContent_adloo_11{width:100%;max-width:450px;display:flex;flex-direction:column;align-items:center;gap:20px}._logo_adloo_20{width:200px;height:auto;margin-bottom:10px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}._banner_adloo_27{background-color:#ff6b35;color:#fff;padding:12px 24px;border-radius:8px;text-align:center;font-weight:700;font-size:14px;box-shadow:0 4px 12px #ff6b354d;animation:_pulse_adloo_1 2s infinite}._banner_adloo_27[data-localhost=true]{background-color:#4caf50;box-shadow:0 4px 12px #4caf504d}@keyframes _pulse_adloo_1{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}._card_adloo_52{background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px;text-align:center}._title_adloo_62{color:#333;font-size:24px;font-weight:600;margin:0 0 12px}._description_adloo_69{color:#666;font-size:16px;margin:0 0 32px;line-height:1.5}._form_adloo_76{display:flex;flex-direction:column;gap:20px}._inputGroup_adloo_82{text-align:left}._label_adloo_86{display:block;color:#333;font-weight:600;margin-bottom:8px;font-size:14px}._input_adloo_82{width:100%;padding:14px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;transition:all .3s ease;background-color:#f8f9fa;box-sizing:border-box}._input_adloo_82:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}._input_adloo_82::placeholder{color:#999}._submitButton_adloo_114{background:linear-gradient(135deg,#00a5ac,#00a5ac);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00a5ac4d}._submitButton_adloo_114:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00a5ac66}._submitButton_adloo_114:active{transform:translateY(0)}._submitButton_adloo_114:disabled{opacity:.6;cursor:not-allowed;transform:none}._errorMsg_adloo_139{background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:12px 16px;margin:0}._errorMsg_adloo_139 p{color:#c33;margin:0;font-size:14px;font-weight:500}._info_adloo_153{margin-top:24px;padding:16px;background-color:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}._info_adloo_153 p{margin:0;font-size:13px;color:#555;line-height:1.4}._info_adloo_153 p strong{color:#333}@media(max-width:768px){._barrierContainer_adloo_1{padding:15px}._logo_adloo_20{width:160px}._card_adloo_52{padding:32px 24px}._title_adloo_62{font-size:20px}._description_adloo_69{font-size:14px}._banner_adloo_27{font-size:12px;padding:10px 20px}}@media(max-width:480px){._barrierContainer_adloo_1{padding:10px}._logo_adloo_20{width:140px}._card_adloo_52{padding:24px 20px}._title_adloo_62{font-size:18px}._input_adloo_82,._submitButton_adloo_114{font-size:14px}._submitButton_adloo_114{padding:14px 20px}}.container{max-width:100vw;display:flex;margin:0 auto;flex-direction:column;justify-content:center}.lg{font-size:1.2em;font-weight:700}:root{--primary: #00a5ac;--darker-blue: #006f73;--green: #dbde5e;--white: white;--background: white;--cor-componentes: #f9f9f9;--preto: #1b1b1b;--mui-palette-primary-main: var(--primary);--mui-palette-secondary-main: var(--white);--mui-palette-primary-contrastText: var(--white)}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat;text-decoration:none;list-style:none}.bigContainer{max-width:1500px}a{text-decoration:none}html,body{height:100%;width:100%;margin:0;background-color:var(--background);padding:0;box-sizing:border-box}html::-webkit-scrollbar,body::-webkit-scrollbar{width:15px;background-color:#fff}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:var(--primary)}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background-color:#000}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background-color:#ffffff1a}@media screen and (max-width:2000px){button{font-size:.9em}}@media screen and (max-width:1300px){button{font-size:.8em}}@media screen and (max-width:550px){button{font-size:.8em}}button{background-color:var(--primary);color:var(--cor-componentes);padding:.7em;border-radius:5px;border:none;cursor:pointer}button:hover{background-color:var(--white);color:var(--primary);box-shadow:0 4px 4px #00000040}@media screen and (max-width:2000px){#acceptChanges{font-size:.9em}}@media screen and (max-width:1300px){#acceptChanges{font-size:.8em}}@media screen and (max-width:550px){#acceptChanges{font-size:.8em}}#acceptChanges{background-color:var(--primary);color:var(--cor-componentes);padding:.7em;border-radius:5px;border:none;cursor:pointer}#acceptChanges:hover{background-color:var(--primary);color:var(--white);box-shadow:0 4px 4px #00000040}.col{display:flex;flex-direction:column;gap:1em}.col-search{display:flex;flex-direction:column;gap:1em;width:120px}@media screen and (max-width:450px){.col-search{width:100%}}.flexd-col{flex-direction:column}.flexd-row{flex-direction:row}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.flex-1{flex:1}.text-center{text-align:center}@media screen and (max-width:450px){.col-search{display:flex;flex-direction:column;gap:1em;max-width:unset}}span{color:var(--primary);font-weight:700}.primary{color:var(--primary)}.secundary{color:var(--white)}.darkerBlue{color:var(--darker-blue)}.striked{text-decoration:line-through}.pointer{cursor:pointer}.dark-blue{color:"#006F73"}.bg-destaque{background-color:var(--darker-blue)}.lg-font{font-size:2em}.md-font{font-size:1.5em}.sm-font{font-size:12px;font-weight:400}.sm-tagFont{font-size:.8em}.smaller-font{font-size:.7em}.size-1{font-size:1em}.row{display:flex;flex-direction:row;gap:1em}.gap-1{gap:1em}.gap-half{gap:.5em}.row-center{display:flex;flex-direction:row;align-items:center}.sm-padding{padding:1em}#setup_button{display:none}.p-left-1{padding-left:1em}.p-bottom-1{padding-bottom:1em}.p-top-1{padding-top:1em}.m-top-1{margin-top:1em}.p-1{padding:1em}.w-full{width:100%}.flex{display:flex}.block{display:block}.i-flex{display:inline-flex}.c-pointer{cursor:pointer}.f-wrap{flex-wrap:wrap}.w-wrap{white-space:wrap}.bg-component{background-color:var(--cor-componentes)}.opacity-hidden{opacity:0}.text-left{text-align:left}.justify-end{justify-content:flex-end}.align-end{align-items:flex-end}.underline{text-decoration:underline}.bold{font-weight:700}input[type=file]{padding:1em;border:none;display:none}input[type=file] #file-upload-button{border:none;background-color:#e9f3f3}label{cursor:pointer}section{opacity:1;transition:opacity .5s ease-in-out}.mdc-button.mdc-button--raised.removed{display:none}.invisible{opacity:.2}.videoView,.detectOnClick{position:relative;float:left;width:48%;margin:2% 1%;cursor:pointer}.detectOnClick p{position:absolute;padding:5px;background-color:#007f8b;color:#fff;border:1px dashed rgba(255,255,255,.7);z-index:2;font-size:12px;margin:0}.videoView p{position:absolute;padding-bottom:5px;padding-top:5px;background-color:#007f8b;color:#fff;border:1px dashed rgba(255,255,255,.7);z-index:2;font-size:12px;margin:0}.highlighter{background:#00ff0040;border:1px dashed #fff;z-index:1;position:absolute}.detectOnClick{z-index:0}.detectOnClick img{width:100%}.key-point{position:absolute;z-index:1;width:3px;height:3px;background-color:red;border-radius:50%;display:block}button:disabled,button:disabled:hover{background-color:transparent;border:1px solid var(--primary);color:var(--primary);opacity:.5;box-shadow:unset;cursor:default}@keyframes changeBackgroundAndTextColor{0%,50%,to{background-color:#00a5ac;color:#fff}25%,75%{background-color:transparent;color:#00a5ac}}.pisca{animation:changeBackgroundAndTextColor 2s infinite steps(1,end);transition:none}.click{cursor:pointer}.asterisc{font-weight:400;font-size:10px;bottom:10px}.modal{color:#008086;font-weight:800;position:fixed;top:0;left:0;width:100%;height:100%;background:#01292c96;display:flex;justify-content:center;align-items:center}.modal .modal-content{background:#fff;padding:30px;border-radius:8px;text-align:center}.modal .modal-content button{margin-top:10px;padding:8px 16px;cursor:pointer}._mainLoading_oqeiq_1{width:100%;background-color:var(--primary);display:flex;align-items:center;justify-content:center}._mainLoading_oqeiq_1 ._loadingImages_oqeiq_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em}._mainLoading_oqeiq_1 ._mainLogo_oqeiq_15{max-width:20vw}._mainLoading_oqeiq_1 ._mainLoadingImage_oqeiq_18{max-width:100px}._overlay_wqg4v_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_wqg4v_15{background:#fff;border-radius:16px;padding:40px;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d;animation:_modalSlideIn_wqg4v_1 .3s ease-out}@keyframes _modalSlideIn_wqg4v_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._content_wqg4v_35{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}._loadingSpinner_wqg4v_43{display:flex;justify-content:center;align-items:center;margin-bottom:10px}._spinner_wqg4v_50{width:50px;height:50px;border:3px solid #e3f2fd;border-top:3px solid #00A6A6;border-radius:50%;animation:_spin_wqg4v_50 1s linear infinite}@keyframes _spin_wqg4v_50{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successIcon_wqg4v_67{margin-bottom:10px;animation:_successBounce_wqg4v_1 .6s ease-out}@keyframes _successBounce_wqg4v_1{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}._title_wqg4v_85{font-size:1.4rem;font-weight:600;color:#333;margin:0;line-height:1.3}._message_wqg4v_93{font-size:1rem;color:#666;margin:0;line-height:1.5}._submessage_wqg4v_100{font-size:.85rem;color:#00a6a6;margin:0;font-weight:500;font-style:italic}@media(max-width:768px){._modal_wqg4v_15{padding:30px 20px;max-width:350px}._title_wqg4v_85{font-size:1.2rem}._message_wqg4v_93{font-size:.9rem}}._auth_142uq_2{width:100%;border-spacing:0;border-collapse:collapse;font-size:.9em;background-color:#fff;color:#333;border-radius:10px;overflow:hidden}._auth_142uq_2 ._inputLarge_142uq_12{min-width:150px}._auth_142uq_2 th,._auth_142uq_2 td{border-top:1px solid #ddd;padding:12px;text-align:left}._auth_142uq_2 th{background-color:#00a5ac;color:#fff;font-weight:700;text-transform:uppercase}._auth_142uq_2 tr:nth-child(2n){background-color:#f9f9f9}._auth_142uq_2 tr:nth-child(odd){background-color:#e6f7f8}._auth_142uq_2 tr:hover{background-color:#d7f0f1;transition:background-color .3s ease}._auth_142uq_2 td input,._auth_142uq_2 select{width:100%;padding:8px;border:none;border-radius:4px;font-size:.9em;transition:border-color .3s ease}._auth_142uq_2 td input:focus,._auth_142uq_2 select:focus{border-color:#00a5ac;outline:none}._auth_142uq_2 td input::placeholder,._auth_142uq_2 select::placeholder{color:#aaa}._auth_142uq_2 td button{padding:8px 16px;font-size:.9em;background-color:#00a5ac;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}._auth_142uq_2 td button:hover{background-color:#007c83}._auth_142uq_2 td button:disabled{background-color:#ccc;cursor:not-allowed}._auth_142uq_2{width:100%;border-spacing:0;border-collapse:collapse;font-size:.9em;min-width:500px;background-color:#fff;color:#333}._tableWrapper_142uq_83{flex:1;overflow-x:auto;max-width:100vw;background-color:var(--cor-componentes);height:100%;border-radius:10px;-webkit-overflow-scrolling:touch}@media screen and (max-width:768px){._auth_142uq_2{display:none}}._mobileCards_142uq_98{display:none}@media screen and (max-width:768px){._mobileCards_142uq_98{display:flex;flex-direction:column;gap:1rem}}._mobileCard_142uq_98{background:#fff;border-radius:8px;padding:1rem;border:1px solid #ddd;box-shadow:0 2px 4px #0000001a}._mobileCard_142uq_98 ._cardHeader_142uq_116{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}._mobileCard_142uq_98 ._cardHeader_142uq_116 h4{margin:0;color:#00a5ac;font-size:1.1rem;flex:1;min-width:0}._mobileCard_142uq_98 ._cardHeader_142uq_116 ._cardActions_142uq_131{display:flex;gap:.5rem}._mobileCard_142uq_98 ._cardHeader_142uq_116 ._cardActions_142uq_131 button{padding:.4rem .8rem;font-size:.8rem;background-color:#00a5ac;color:#fff;border:none;border-radius:4px;cursor:pointer}._mobileCard_142uq_98 ._cardHeader_142uq_116 ._cardActions_142uq_131 button:hover{background-color:#007c83}._mobileCard_142uq_98 ._cardHeader_142uq_116 ._cardActions_142uq_131 button:disabled{background-color:#ccc;cursor:not-allowed}._mobileCard_142uq_98 ._cardTitle_142uq_151{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}._mobileCard_142uq_98 ._cardTitleName_142uq_157{color:#00a5ac;overflow-wrap:anywhere;word-break:break-word;line-height:1.2}._mobileCard_142uq_98 ._inProgressBadge_142uq_163{padding:2px 6px;border-radius:6px;font-size:12px;background:#fff3cd;border:1px solid #ffeeba;color:#856404;white-space:nowrap}._mobileCard_142uq_98 ._cardContent_142uq_172{display:flex;flex-direction:column;gap:.75rem}._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177{display:flex;flex-direction:column;gap:.25rem}._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 label{font-weight:700;color:#555;font-size:.9rem}._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 input,._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 input:focus,._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 select:focus{border-color:#00a5ac;outline:none}._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 input:disabled,._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 select:disabled{background-color:#f5f5f5;color:#888}._mobileCard_142uq_98 ._cardContent_142uq_172 ._cardField_142uq_177 ._fieldValue_142uq_201{color:#333;font-size:1rem;padding:.5rem 0}._headerNotPortal_142uq_207{display:flex;background-color:#00a5ac;font-size:1em;gap:1em;flex-wrap:wrap;padding:1em 5em;justify-content:center;align-items:center;color:#fff}._headerNotPortal_142uq_207 img{width:200px;object-fit:contain}._headerNotPortal_142uq_207 h1{font-size:1.5em}._headerNotPortal_142uq_207 ._headerNotPortalContent_142uq_226{display:flex;align-items:baseline;gap:1em;width:100%;max-width:1440px}@media screen and (max-width:768px){._headerNotPortal_142uq_207 ._headerNotPortalContent_142uq_226{flex-direction:column;align-items:center}}._containerAuth_142uq_241{display:flex;gap:1;padding:2em 5em;flex-wrap:wrap;color:#00a5ac;background-size:cover;align-items:center;justify-content:center}@media screen and (max-width:600px){._containerAuth_142uq_241{flex-wrap:wrap-reverse;padding:unset}}._containerAuth_142uq_241{justify-content:center}@media screen and (max-width:768px){._containerAuth_142uq_241{flex-wrap:wrap-reverse;padding:1em}}._pageAuth_142uq_267{display:flex;flex-direction:column;gap:1;text-align:center;align-items:center;padding:2em 5em;height:50vh;color:#fff;background-color:#fff;background-size:cover}@media screen and (max-width:768px){._pageAuth_142uq_267{flex-wrap:wrap-reverse;padding:1em}}@media screen and (max-width:375px){._pageAuth_142uq_267{padding:1em}}._pageAuth_142uq_267 h1{color:var(--primary);font-size:2.5em}._pageAuth_142uq_267{justify-content:center}._pageAuth_142uq_267 ._authForm_142uq_297{display:flex;flex-direction:column;justify-content:center;gap:.2em}._pageAuth_142uq_267 input[type=text],._pageAuth_142uq_267[type=email],._pageAuth_142uq_267[type=password],._pageAuth_142uq_267 select{margin:.2em 0;display:block;padding:.5em;border-radius:5px;border:none;font-size:16px;border:1px solid var(--primary)}._pageAuth_142uq_267 input[type=text]::placeholder,._pageAuth_142uq_267[type=email]::placeholder,._pageAuth_142uq_267[type=password]::placeholder,._pageAuth_142uq_267 select::placeholder{color:#929292}._cadastroAutorizado_142uq_318{width:100%;border-radius:10px;flex:1;display:flex;flex-direction:column;gap:1.5em;max-width:1440px;align-items:start;justify-content:center}._cadastroAutorizado_142uq_318 h3{color:#00a5ac;font-size:1.8rem;font-weight:600;margin:0}@media screen and (max-width:768px){._cadastroAutorizado_142uq_318{flex-direction:column;align-items:center}._cadastroAutorizado_142uq_318 h3{font-size:1.5rem;text-align:center}}._sectionSubtitle_142uq_346{margin:0 0 .5rem}._sectionSubtitle_142uq_346 h4{color:var(--primary);font-size:1.3rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;min-height:36px}@media screen and (max-width:768px){._sectionSubtitle_142uq_346{margin:1rem 0 .5rem;text-align:center}}._sectionSubtitleRow_142uq_366{margin:0 0 .5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:36px}._sectionSubtitleRow_142uq_366 h4{color:var(--primary);font-size:1.3rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;min-height:36px}@media screen and (max-width:768px){._sectionSubtitleRow_142uq_366{margin:1rem 0 .5rem}}._refreshButton_142uq_390{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,165,172,.25);background:#00a5ac14;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}._refreshButton_142uq_390:hover{background:#00a5ac24;border-color:#00a5ac59}._refreshButton_142uq_390:disabled{opacity:.5;cursor:not-allowed}._refreshIcon_142uq_411{font-size:18px;color:var(--primary);transition:transform .2s ease}._refreshButton_142uq_390:hover ._refreshIcon_142uq_411{transform:rotate(180deg)}._subtitleIcon_142uq_421{font-size:1.4rem;color:var(--primary)}._formSection_142uq_426{display:flex;flex-direction:column;flex:0 0 auto;max-width:350px;margin:0 0rem 0 0}@media screen and (max-width:768px){._formSection_142uq_426{margin:0}}._tableSection_142uq_439{display:flex;flex-direction:column;flex:1;width:100%;min-width:0}._cadastroAutorizadoContent_142uq_447{display:flex;width:100%;gap:1em;flex:1;align-items:flex-start}@media screen and (max-width:768px){._cadastroAutorizadoContent_142uq_447{flex-direction:column;align-items:center}}._cadastroAutorizado_142uq_318 form{display:flex;flex-direction:column;max-width:350px;padding:1.5rem;background:var(--cor-componentes);border-radius:16px;border:1px solid rgba(160,165,172,.1);font-weight:500;color:#374151;gap:1rem;flex:1}@media screen and (max-width:768px){._cadastroAutorizado_142uq_318 form{width:100%}}._cadastroAutorizado_142uq_318 form fieldset{border:none;margin:0;padding:0}._cadastroAutorizado_142uq_318 form label,._cadastroAutorizado_142uq_318 form p{font-weight:600;color:#00a5ac;margin:0 0 .5rem;font-size:.9rem;display:block}._cadastroAutorizado_142uq_318 form input,._cadastroAutorizado_142uq_318 form select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;color:#1f2937;transition:all .2s ease;box-sizing:border-box}._cadastroAutorizado_142uq_318 form input:focus,._cadastroAutorizado_142uq_318 form select:focus{border-color:#00a5ac;box-shadow:0 0 0 3px #00a5ac1a;outline:none;transform:translateY(-1px)}._cadastroAutorizado_142uq_318 form input::placeholder,._cadastroAutorizado_142uq_318 form select::placeholder{color:#9ca3af}._cadastroAutorizado_142uq_318 form button{width:100%;margin:.2em 0;display:block;padding:.5em;border-radius:5px;border:none;font-size:16px;border:1px solid var(--primary);background-color:var(--primary);color:#fff;cursor:pointer}._cadastroAutorizado_142uq_318 form button:hover{background-color:#007c83}._infoWarning_142uq_532{background-color:#fff5f5;border:1px solid #fed7d7;border-left:4px solid #e53e3e;border-radius:8px;padding:1.25rem;width:100%;box-sizing:border-box;box-shadow:0 1px 3px #0000000d}._infoWarning_142uq_532 ._infoWarningHeader_142uq_542{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}._infoWarning_142uq_532 ._infoWarningHeader_142uq_542 ._warningIcon_142uq_549{color:#e53e3e;font-size:1.2rem;flex-shrink:0}._infoWarning_142uq_532 ._infoWarningHeader_142uq_542 h4{color:#2d3748;font-size:1rem;font-weight:500;margin:0}._infoWarning_142uq_532 p{color:#2d3748;font-size:.9rem;line-height:1.4;text-align:center}._authWarning_142uq_567{background-color:#fff9e679;border:1px solid #e8e8e8;border-left:4px solid #ffc107;border-radius:8px;padding:1.25rem;margin:0;text-align:center;width:100%;box-sizing:border-box;box-shadow:0 1px 3px #0000000d}._authWarning_142uq_567 h4{color:#2d3748;font-size:1rem;font-weight:500;margin:0 0 .75rem;display:flex;align-items:center;justify-content:center;gap:.5rem}._authWarning_142uq_567 h4 ._authIcon_142uq_589{color:#ffc107;font-size:1.2rem;flex-shrink:0}._authWarning_142uq_567 p{color:#2d3748;margin:0 0 1rem;font-size:.9rem;line-height:1.4;text-align:center}._authWarning_142uq_567 button{background-color:#00a5ac;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;cursor:pointer;font-weight:500;font-size:.9rem;transition:background-color .2s ease}._authWarning_142uq_567 button:hover{background-color:#00939a}._authSuccess_142uq_616{background-color:#fff;border:1px solid #e8e8e8;border-left:4px solid #00a5ac;border-radius:8px;padding:1.25rem;text-align:center;width:100%;box-sizing:border-box;box-shadow:0 1px 3px #0000000d}._authSuccess_142uq_616 h4{color:#2d3748;font-size:1rem;font-weight:500;margin:0 0 .75rem;display:flex;align-items:center;justify-content:center;gap:.4rem}._authSuccess_142uq_616 h4 ._successIcon_142uq_637{color:#00a5ac;font-size:1.2rem;flex-shrink:0}._authSuccess_142uq_616 p{color:#2d3748;margin:0;font-size:.9rem;line-height:1.4;text-align:center}._productsTrash_142uq_651{color:#000;width:1.3em;height:1.3em;cursor:pointer}._productsTrash_142uq_651:hover{color:var(--primary)}._productsTrash_142uq_651:disabled{opacity:.5;cursor:not-allowed}._productsTrash_142uq_651:disabled:hover{color:#000}._tableWrapper_142uq_83{position:relative}._loadingOverlay_142uq_673{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px}._loadingContent_142uq_687{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}._loadingContent_142uq_687 span{color:#00a5ac;font-weight:500;font-size:.9rem}._stepIndicator_5pcgh_2{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;gap:8px}._progressBar_5pcgh_10{width:200px;height:8px;background-color:#e9ecef;border-radius:10px;overflow:hidden;position:relative}._progressFill_5pcgh_19{height:100%;background:linear-gradient(90deg,#00a5ac,#00c4cc);border-radius:10px;transition:width .4s ease-in-out;position:relative}._progressFill_5pcgh_19:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:_shimmer_5pcgh_1 2s infinite}@keyframes _shimmer_5pcgh_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._stepText_5pcgh_46{font-size:14px;font-weight:600;color:#495057;text-align:center}._stepIndicator_5pcgh_2._small_5pcgh_54 ._progressBar_5pcgh_10{width:150px;height:6px}._stepIndicator_5pcgh_2._small_5pcgh_54 ._stepText_5pcgh_46{font-size:12px}._stepIndicator_5pcgh_2._large_5pcgh_63 ._progressBar_5pcgh_10{width:250px;height:10px}._stepIndicator_5pcgh_2._large_5pcgh_63 ._stepText_5pcgh_46{font-size:16px}._modalParent_1vd1u_2{display:flex;width:100%;position:fixed;top:0;right:0;background:linear-gradient(90deg,#151520bb 100%,#686e6f);z-index:1000;height:100%;align-items:center;justify-content:center;padding:32px 24px;box-sizing:border-box;overflow-y:auto;transition:all 2s ease-in-out}@media(max-width:768px){._modalParent_1vd1u_2{align-items:flex-start;padding:24px 16px}}@media(max-width:480px){._modalParent_1vd1u_2{padding:16px 12px}}._modalParent_1vd1u_2 ._exampleImgs_1vd1u_29{max-width:280px;max-height:170px;width:100%;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 2px 8px #0000000f}@media(max-width:768px){._modalParent_1vd1u_2 ._exampleImgs_1vd1u_29{max-width:220px;max-height:140px}}._modalParent_1vd1u_2 select{padding:1em;border-radius:5px}._modalParent_1vd1u_2 ._stepContainer_1vd1u_48{padding:24px 28px;background-color:#fff;border-radius:10px;position:relative;min-width:40%;max-width:60%;display:flex;flex-direction:column;gap:1em;color:#000;text-align:start;align-items:flex-start;max-height:100%;overflow-y:auto;box-sizing:border-box}@media screen and (max-width:1300px){._modalParent_1vd1u_2 ._stepContainer_1vd1u_48{max-width:80%;max-height:80%}}@media screen and (max-width:1024px){._modalParent_1vd1u_2 ._stepContainer_1vd1u_48{min-width:unset;max-width:90%}}@media screen and (max-width:768px){._modalParent_1vd1u_2 ._stepContainer_1vd1u_48{width:100%;max-width:100%;max-height:none;padding:20px 18px}}@media screen and (max-width:480px){._modalParent_1vd1u_2 ._stepContainer_1vd1u_48{padding:18px 16px;border-radius:8px}}._modalParent_1vd1u_2 ._controlButtons_1vd1u_91{display:flex;justify-content:space-between;width:100%;gap:.2em;flex-wrap:wrap}@media screen and (max-width:640px){._modalParent_1vd1u_2 ._controlButtons_1vd1u_91{flex-direction:column;align-items:stretch;gap:.75em}._modalParent_1vd1u_2 ._controlButtons_1vd1u_91 button:not(._close_1vd1u_104){width:100%}}._modalParent_1vd1u_2 ._paddingBlock_1vd1u_108{padding:0 1em;width:100%}._modalParent_1vd1u_2 ._goBack_1vd1u_112{display:inline-block;flex:1;bottom:0;left:0;width:unset;padding:1em;border-radius:0;font-weight:700}._modalParent_1vd1u_2 ._nextStep_1vd1u_122{display:inline-block;bottom:0;right:0;flex:1;width:unset;padding:1em;border-radius:0;font-weight:700;align-self:flex-end;justify-self:flex-end}._modalParent_1vd1u_2 ._close_1vd1u_104{position:absolute;top:16px;right:16px;width:36px;height:36px;padding:0;border:2px solid #00A5AC;border-radius:8px;background:#00a5ac1a;color:#00a5ac;font-size:20px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10}._modalParent_1vd1u_2 ._close_1vd1u_104:hover{background:#00a5ac;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #00a5ac4d}._modalParent_1vd1u_2 ._close_1vd1u_104:active{transform:scale(.95)}._modalParent_1vd1u_2 ._userInfo_1vd1u_163{display:flex;flex-direction:column;gap:1em}._modalParent_1vd1u_2 h1,._modalParent_1vd1u_2 h3{padding:.5em;color:var(--primary)}._modalParent_1vd1u_2 ._selectCpf_1vd1u_173{display:flex;flex-direction:column;gap:1em}._modalParent_1vd1u_2 ._example_1vd1u_29{max-height:170px;object-fit:contain;align-self:flex-start}._modalParent_1vd1u_2 ._docsName_1vd1u_183{display:flex;flex-direction:column;border-radius:10px;margin:1em 0;color:#00a6a6;font-weight:700}._modalParent_1vd1u_2 ._docLabel_1vd1u_191{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;color:#fff;background-color:#00a5ac;cursor:pointer;border:2px solid #00a5ac;transition:all .2s ease;box-shadow:0 2px 8px #00000014;font-weight:600;font-size:16px;text-align:center;min-width:200px;margin:10px 0}._modalParent_1vd1u_2 ._docLabel_1vd1u_191:hover{background-color:#008b94;border-color:#008b94;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}._modalParent_1vd1u_2 ._docLabel_1vd1u_191:active{transform:translateY(0);box-shadow:0 2px 8px #00000014}._modalParent_1vd1u_2 ._listItem_1vd1u_219{padding:1em;box-shadow:0 7px 14px #00000040,0 5px 5px #00000038;display:flex;align-items:center}._modalParent_1vd1u_2 ._button60_1vd1u_225{width:60%}._modalParent_1vd1u_2 ._imgRegistrada_1vd1u_228{width:100%;height:50vh;object-fit:contain}._modalParent_1vd1u_2 ._terms_1vd1u_233{text-align:left;max-height:300px;overflow-y:auto;padding:12px;background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.4}._modalParent_1vd1u_2 ._exampleImgs_1vd1u_29{max-width:220px;max-height:140px;width:100%;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 2px 8px #0000000f}@media(max-width:768px){._modalParent_1vd1u_2 ._exampleImgs_1vd1u_29{max-width:200px;max-height:130px}}._modalParent_1vd1u_2 ._example_1vd1u_29{max-height:140px;object-fit:contain;align-self:flex-start}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264{text-align:left;padding:16px 18px;background-color:#fff;border:1px solid #e5eded;border-radius:10px;box-shadow:0 2px 8px #0000000f;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsHeader_1vd1u_274{text-align:left;margin-bottom:16px;padding-bottom:10px;border-bottom:3px solid #00A6A6}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsHeader_1vd1u_274 h2{color:#00a6a6;font-size:26px;font-weight:800;margin:0;text-transform:uppercase;letter-spacing:.4px}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsContent_1vd1u_288{display:flex;flex-direction:column;gap:10px}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsSection_1vd1u_293{margin-bottom:10px}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsSection_1vd1u_293 h3{color:#103b3c;font-size:13px;font-weight:800;margin:0 0 6px;padding:6px 10px;background-color:#eaf6f8;border-left:4px solid #00A6A6;border-radius:4px;text-transform:uppercase}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsSection_1vd1u_293 p{color:#000;font-size:13px;margin:4px 0;text-align:left;line-height:1.45}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsSection_1vd1u_293 ul,._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsSection_1vd1u_293 ol{margin:4px 0 4px 18px;padding-left:0}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsSection_1vd1u_293 li{color:#000;font-size:13px;margin:2px 0;line-height:1.45}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsWarning_1vd1u_324{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:10px;margin-top:10px}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsWarning_1vd1u_324 h3{color:#856404;font-size:13px;font-weight:700;margin:0 0 6px;background:none;border:none;padding:0;text-transform:uppercase}._modalParent_1vd1u_2 ._termsSimple_1vd1u_264 ._termsWarning_1vd1u_324 p{color:#856404;font-size:13px;margin:4px 0;font-weight:600;line-height:1.4}._modalParent_1vd1u_2 ._termsBox_1vd1u_348{display:flex;align-items:center;gap:10px;margin-top:10px}._modalParent_1vd1u_2 ._termsCheckmark_1vd1u_354+label:before{content:"✔";border:1px solid #00A6A6;border-radius:4px;display:inline-block;width:1rem;height:1rem;padding-left:.3rem;padding-right:.1rem;padding-bottom:.4rem;margin-right:.4rem;vertical-align:bottom;color:transparent;transition:.2s}._modalParent_1vd1u_2 ._termsCheckmark_1vd1u_354:checked+label:before{background-color:#00a6a6;color:#fff}._modalParent_1vd1u_2 ._stepIndicatorContainer_1vd1u_379{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto 2px;text-align:center}._modalParent_1vd1u_2 ._termsHeader_1vd1u_274{text-align:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #00A6A6}._modalParent_1vd1u_2 ._termsHeader_1vd1u_274 h2{color:#00a6a6;font-size:16px;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.3px}._modalParent_1vd1u_2 ._termsContent_1vd1u_288{display:flex;flex-direction:column;gap:8px}._modalParent_1vd1u_2 ._termsSection_1vd1u_293{margin-bottom:8px}._modalParent_1vd1u_2 ._termsSection_1vd1u_293 h3{color:#2c3e50;font-size:13px;font-weight:600;margin:0 0 4px;padding:4px 8px;background-color:#e8f4f8;border-left:3px solid #00A6A6;border-radius:3px}._modalParent_1vd1u_2 ._termsSection_1vd1u_293 p{color:#000;font-size:12px;margin:4px 0;text-align:justify;line-height:1.3}._modalParent_1vd1u_2 ._termsSection_1vd1u_293 ul,._modalParent_1vd1u_2 ._termsSection_1vd1u_293 ol{margin:4px 0 4px 16px;padding-left:0}._modalParent_1vd1u_2 ._termsSection_1vd1u_293 li{color:#000;font-size:12px;margin:2px 0;line-height:1.3}._modalParent_1vd1u_2 ._termsWarning_1vd1u_324{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:8px;margin-top:8px}._modalParent_1vd1u_2 ._termsWarning_1vd1u_324 h3{color:#856404;font-size:13px;font-weight:600;margin:0 0 4px}._modalParent_1vd1u_2 ._termsWarning_1vd1u_324 p{color:#856404;font-size:12px;margin:4px 0;font-weight:500;line-height:1.3}._modalParent_1vd1u_2 ._termsWarning_1vd1u_324 ul{margin:4px 0 0 16px}._modalParent_1vd1u_2 ._termsWarning_1vd1u_324 li{color:#856404;font-size:12px;margin:2px 0;line-height:1.3}._modalParent_1vd1u_2 ._termsBox_1vd1u_348{display:flex;flex-direction:row;align-items:center}._modalParent_1vd1u_2 ._termsCheckmark_1vd1u_354+label{display:block;margin:0;cursor:pointer;padding:.1em}._modalParent_1vd1u_2 ._termsCheckmark_1vd1u_354{display:none}._modalParent_1vd1u_2 ._termsCheckmark_1vd1u_354+label:before{content:"✔";border:1px solid #000;border-radius:0;display:inline-block;width:1rem;height:1rem;padding-left:.3rem;padding-right:.1rem;padding-bottom:.4rem;margin-right:.2rem;vertical-align:bottom;color:transparent;transition:.2s}._modalParent_1vd1u_2 ._termsCheckmark_1vd1u_354:checked+label:before{background-color:var(--primary);color:#fff}._verifyTokenContainer_1vd1u_500{width:100%;display:flex;flex-direction:column;gap:24px;padding:32px 24px;background:linear-gradient(135deg,#f8feff,#fff);border-radius:16px;box-shadow:0 8px 32px #00a5ac1f}@media(max-width:768px){._verifyTokenContainer_1vd1u_500{padding:24px 16px;gap:20px}}._tokenHeader_1vd1u_517{text-align:center}._tokenHeader_1vd1u_517 h2{margin:0 0 8px;color:#00a5ac;font-size:24px;font-weight:700;letter-spacing:-.5px}@media(max-width:768px){._tokenHeader_1vd1u_517 h2{font-size:20px}}._tokenDescription_1vd1u_533{margin:0;color:#5a6c7d;font-size:15px;line-height:1.5}@media(max-width:768px){._tokenDescription_1vd1u_533{font-size:14px}}._tokenInputWrapper_1vd1u_545{display:flex;justify-content:center;padding:16px 0}._tokenDiv_1vd1u_551{display:flex;gap:12px;justify-content:center}@media(max-width:768px){._tokenDiv_1vd1u_551{gap:8px}}._tokenInput_1vd1u_545{width:56px!important;max-width:56px!important;min-width:56px!important;height:56px!important;flex:0 0 56px!important;font-size:28px;font-weight:700;text-align:center;border:2px solid #d8e5e7;border-radius:8px;background:#fff;color:#00a5ac;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}._tokenInput_1vd1u_545:focus{outline:none;border-color:#00a5ac;box-shadow:0 0 0 4px #00a5ac26,0 4px 12px #00a5ac1a;transform:translateY(-2px)}._tokenInput_1vd1u_545::placeholder{color:#c1d3d6;font-size:20px}@media(max-width:768px){._tokenInput_1vd1u_545{width:50px!important;max-width:50px!important;min-width:50px!important;height:50px!important;flex:0 0 50px!important;font-size:24px}}@media(max-width:480px){._tokenInput_1vd1u_545{width:48px!important;max-width:48px!important;min-width:48px!important;height:48px!important;flex:0 0 48px!important;font-size:22px}}._successMessage_1vd1u_609,._errorMessage_1vd1u_610{padding:14px 18px;border-radius:10px;text-align:center;animation:_slideIn_1vd1u_1 .3s ease}._successMessage_1vd1u_609 p,._errorMessage_1vd1u_610 p{margin:0;font-size:14px;font-weight:600;line-height:1.4}._successMessage_1vd1u_609{background:linear-gradient(135deg,#d4f4dd,#e8f8ed);border:1.5px solid #47d764}._successMessage_1vd1u_609 p{color:#0d7a2a}._errorMessage_1vd1u_610{background:linear-gradient(135deg,#ffe8e8,#fff1f1);border:1.5px solid #ff6b6b}._errorMessage_1vd1u_610 p{color:#c92a2a}._tokenActions_1vd1u_640{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%}._resendContainer_1vd1u_648{width:100%;display:flex;justify-content:center}._resendButton_1vd1u_654{padding:14px 28px;border:2px solid #00A5AC;border-radius:10px;background:linear-gradient(135deg,#00a5ac,#008b94);color:#fff;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-width:240px;box-shadow:0 4px 12px #00a5ac40}._resendButton_1vd1u_654:hover:not(:disabled){background:linear-gradient(135deg,#008b94,#00757c);transform:translateY(-2px);box-shadow:0 6px 16px #00a5ac59}._resendButton_1vd1u_654:active:not(:disabled){transform:translateY(0)}._resendButton_1vd1u_654:disabled{background:linear-gradient(135deg,#b8c5c7,#9eacae);border-color:#9eacae;cursor:not-allowed;opacity:.7;box-shadow:none}@media(max-width:768px){._resendButton_1vd1u_654{width:100%;min-width:0;font-size:14px;padding:12px 20px}}._buttonIcon_1vd1u_695{font-size:18px;line-height:1}._changeNumberContainer_1vd1u_700{width:100%;display:flex;justify-content:center;margin-top:8px}._changeNumberButton_1vd1u_707{padding:12px 24px;border:2px solid #ffc107;border-radius:10px;background:linear-gradient(135deg,#fff9e6,#fff);color:#856404;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-width:240px;box-shadow:0 2px 8px #ffc10726}._changeNumberButton_1vd1u_707:hover{background:linear-gradient(135deg,#ffc107,#ffb300);color:#fff;border-color:#ffb300;transform:translateY(-2px);box-shadow:0 4px 12px #ffc1074d}._changeNumberButton_1vd1u_707:hover ._phoneIcon_1vd1u_731{color:#fff}._changeNumberButton_1vd1u_707:active{transform:translateY(0)}@media(max-width:768px){._changeNumberButton_1vd1u_707{width:100%;min-width:0;font-size:13px;padding:11px 20px}}._phoneIcon_1vd1u_731{color:#ffc107;transition:color .3s ease}._cameraContainer_1vd1u_761{display:flex;flex-direction:column;align-items:center;gap:.5em;padding:1.5em}._cameraContainerFirstAccess_1vd1u_769{display:flex;flex-direction:column;align-items:center;gap:.5em}._videoPreview_1vd1u_776{width:100%;max-width:420px;border:4px solid var(--primary);border-radius:10px;box-shadow:0 0 12px #00000080;position:relative;z-index:1}._faceOverlay_1vd1u_786{position:absolute;width:32%;height:55%;border:2px solid var(--primary);border-radius:50%/55%;top:18%;left:50%;transform:translate(-50%);z-index:2;pointer-events:none}._captureButton_1vd1u_799{padding:.55em 1em;background-color:var(--primary);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1em;transition:background-color .3s}._captureButton_1vd1u_799:hover{background-color:var(--primary-hover)}._capturedImage_1vd1u_815{width:100%;max-width:420px;border:4px solid var(--primary);border-radius:10px;box-shadow:0 0 12px #00000080;margin-top:1em}._cameraError_1vd1u_824{color:red;font-weight:700}._modal_1vd1u_2{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1vd1u_843{background-color:#fff;padding:20px;border-radius:8px;max-width:90%;max-height:90%;overflow:auto;position:relative;box-shadow:0 4px 8px #0003}._closeButton_1vd1u_854{position:absolute;top:10px;right:15px;font-size:24px;font-weight:700;cursor:pointer;color:#aaa}._closeButton_1vd1u_854:hover{color:#333}._modalImage_1vd1u_868{max-width:100%;height:auto;display:block;margin:10px auto}._inputCPF_1vd1u_875{width:100%;padding:10px;font-size:16px;border:1px solid #ccc;border-radius:5px}._registerContainer_1vd1u_883{display:flex;gap:1em;flex-direction:column;align-items:center;justify-content:center;width:100%}._register_1vd1u_883{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;margin:0 auto;border-radius:5px;background-color:#fff;color:#00a5ac;display:flex;flex-direction:column;align-items:center;max-width:80%}._register_1vd1u_883 select,._register_1vd1u_883 input[type=text],._register_1vd1u_883 input[type=email]{width:100%;padding:10px;font-size:18px;border:1px solid #ccc;border-radius:5px;margin-bottom:20px}._optionsContainerToken_1vd1u_920{display:flex;flex-direction:column;gap:1em}._optionsContainerToken_1vd1u_920>p{color:var(--primary);font-weight:600;text-align:center;margin-bottom:1em}._optionsContainerToken_1vd1u_920>button{background-color:var(--primary);color:#fff;border:2px solid var(--primary);border-radius:8px;padding:.75em 1.5em;cursor:pointer;font-weight:600;transition:all .3s ease;width:calc(300px + 1em);height:50px;min-width:calc(300px + 1em);min-height:50px;display:flex;align-items:center;justify-content:center;align-self:center}._optionsContainerToken_1vd1u_920>button:hover,._optionsContainerToken_1vd1u_920>button:active{background-color:#fff;color:var(--primary)}._optionsContainerToken_1vd1u_920>button:disabled{background-color:#ccc;border-color:#ccc;color:#666;cursor:not-allowed;opacity:.7}._optionsContainerToken_1vd1u_920>button:disabled:hover{background-color:#ccc;color:#666}@media screen and (max-width:758px){._optionsContainerToken_1vd1u_920>button{width:280px;min-width:280px}}._errorMessage_1vd1u_610{background-color:#ffebee;border:1px solid #f44336;border-radius:8px;padding:.75em 1em;margin:.5em 0;text-align:center}._errorMessage_1vd1u_610 p{color:#d32f2f;font-weight:600;margin:0}._channelOptions_1vd1u_985{display:flex;flex-direction:row;gap:1em;justify-content:center;align-items:center;padding:1em 0;margin:.5em 0}._channelOptions_1vd1u_985 button{flex:1;width:150px;height:50px;max-width:150px;min-width:150px;min-height:50px;padding:.75em .5em;border:2px solid var(--primary);border-radius:8px;background-color:var(--primary);color:#fff;cursor:pointer;font-weight:600;transition:background-color .3s ease,color .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._channelOptions_1vd1u_985 button:hover:not(:disabled){background-color:#fff;color:var(--primary)}._channelOptions_1vd1u_985 button:disabled{background-color:var(--primary);border-color:var(--primary);color:#fff;cursor:not-allowed;opacity:.8}@media screen and (max-width:758px){._channelOptions_1vd1u_985{flex-direction:column;gap:.5em}._channelOptions_1vd1u_985 button{width:280px;max-width:280px;min-width:280px}}._warningContainer_1vd1u_1039{text-align:center;padding:0;margin:0;width:100%}._warningContainer_1vd1u_1039 p{margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9em}._optionText_1vd1u_1054{text-align:center;padding:0;margin:0;width:100%}._optionText_1vd1u_1054 p{margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9em}._tokenDiv_1vd1u_551{display:flex;gap:.2em}._tokenInput_1vd1u_545{max-width:4rem;min-width:30px;max-height:3rem;font-size:1.2em;text-align:center}._resendContainer_1vd1u_648{display:flex;justify-content:center;margin:2em 0 1em}._resendButton_1vd1u_654{padding:.75em 1.5em;border:2px solid var(--primary);border-radius:8px;background-color:var(--primary);color:#fff;cursor:pointer;font-weight:600;transition:all .3s ease;min-width:200px;text-align:center;font-size:.95em}._resendButton_1vd1u_654:hover:not(:disabled){background-color:#fff;color:var(--primary)}._resendButton_1vd1u_654:disabled{background-color:#ccc;border-color:#ccc;color:#666;cursor:not-allowed;opacity:.8}._resendButton_1vd1u_654:disabled:hover{background-color:#ccc;color:#666}._changeNumberContainer_1vd1u_700{display:flex;justify-content:center;margin:1em 0}._changeNumberButton_1vd1u_707{padding:.75em 1.5em;border:2px solid var(--primary);border-radius:8px;background-color:var(--primary);color:#fff;cursor:pointer;font-weight:600;transition:all .3s ease;min-width:220px;text-align:center;font-size:.95em}._changeNumberButton_1vd1u_707:hover{background-color:#fff;color:var(--primary)}._chavePixInput_1vd1u_1141{margin-bottom:8px!important}._requirementsBox_1vd1u_1145{margin:0 0 20px}._valid_1vd1u_1149{color:#34b233}._invalid_1vd1u_1153{color:#ff5350}._previewContainer_1vd1u_1158{margin:20px 0;padding:15px;border:2px solid #e0e0e0;border-radius:8px;background-color:#f9f9f9}._previewContainer_1vd1u_1158 h4{margin:0 0 15px;color:#00a6a6;font-size:16px;font-weight:700}._previewImage_1vd1u_1173{max-width:100%;max-height:200px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:15px;display:block;margin-left:auto;margin-right:auto}@media(max-width:768px){._previewImage_1vd1u_1173{max-height:180px}}._legibilityCheck_1vd1u_1189{text-align:center}._legibilityCheck_1vd1u_1189 p{margin:10px 0;color:#333;font-weight:700}._legibilityButtons_1vd1u_1199{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}@media screen and (max-width:640px){._legibilityButtons_1vd1u_1199{flex-direction:column;align-items:stretch;width:100%;gap:10px}._legibilityButtons_1vd1u_1199 button{width:100%}}._legibilityBtn_1vd1u_1217{padding:10px 20px;border:2px solid #00A6A6;border-radius:6px;background-color:#fff;color:#00a6a6;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;min-width:160px}._legibilityBtn_1vd1u_1217:hover,._legibilityBtn_1vd1u_1217._selected_1vd1u_1236,._legibilityBtn_1vd1u_1217._selected_1vd1u_1236:hover{border-color:#00a6a6;background-color:#00a6a6;color:#fff}._legibilityBtn_1vd1u_1217:active{border-color:#00a6a6;background-color:#00a6a6;color:#fff;transform:scale(.98)}._buttonContainer_1vd1u_1256{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:12px;flex-wrap:wrap}._backButton_1vd1u_1265{padding:12px 24px;background-color:transparent;color:#00a5ac;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;min-width:180px;transition:all .2s ease;text-decoration:underline;text-align:center}._backButton_1vd1u_1265._disabled_1vd1u_1278{opacity:.5;cursor:not-allowed;color:#999;text-decoration:none;pointer-events:none}@media screen and (max-width:640px){._backButton_1vd1u_1265{width:100%;min-width:0;font-size:15px}}._confirmButton_1vd1u_1293{padding:12px 24px;background-color:#00a5ac;color:#fff;border:2px solid #00A5AC;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;min-width:180px;transition:all .2s ease}@media screen and (max-width:640px){._confirmButton_1vd1u_1293{width:100%;min-width:0;font-size:15px}}._confirmButton_1vd1u_1293:hover{background-color:#008b94;color:#fff;border-color:#008b94}._selectWrapper_1vd1u_1320{position:relative;width:100%}._prettySelect_1vd1u_1325{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;height:46px;padding:0 44px 0 14px!important;border:1px solid #d8e0e7;border-radius:12px;background:#fff;box-shadow:0 6px 18px #1453550f;transition:box-shadow .2s ease,border-color .2s ease;font-size:16px;color:#103b3c}._prettySelect_1vd1u_1325:hover{box-shadow:0 10px 24px #1453551a}._prettySelect_1vd1u_1325:focus{outline:none;border-color:#0e746f;box-shadow:0 0 0 3px #0e746f26}._selectWrapper_1vd1u_1320:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #00A5AC;pointer-events:none}._termsSimple_1vd1u_264{background:#fff;border:1px solid #e6efef;border-radius:10px;box-shadow:0 2px 10px #0000000f;padding:18px 20px;line-height:1.5}._termsHeader_1vd1u_274{text-align:center;margin-bottom:16px;padding-bottom:10px;border-bottom:3px solid #00A6A6}._termsHeader_1vd1u_274 h2{margin:0;color:#00a6a6;font-weight:800;font-size:26px;letter-spacing:.4px;text-transform:uppercase}._termsContent_1vd1u_288{display:flex;flex-direction:column;gap:12px}._termsSection_1vd1u_293{margin-bottom:10px}._termsSection_1vd1u_293 h3{margin:0 0 6px;color:#00a6a6;font-weight:800;font-size:14px;background:#eaf6f8;border-left:4px solid #00A6A6;border-radius:4px;padding:6px 10px;text-transform:uppercase}._termsSection_1vd1u_293 p{margin:4px 0;color:#000;font-size:14px}._termsSection_1vd1u_293 ul,._termsSection_1vd1u_293 ol{margin:4px 0 4px 18px;padding-left:0}._termsSection_1vd1u_293 li{margin:2px 0;color:#000;font-size:14px}._termsWarning_1vd1u_324{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:12px}._termsWarning_1vd1u_324 h3{margin:0 0 6px;color:#856404;font-weight:700;font-size:13px;text-transform:uppercase}._termsWarning_1vd1u_324 p{margin:4px 0;color:#856404;font-weight:600;font-size:13px}._termsBox_1vd1u_348{display:flex;align-items:center;gap:10px;margin-top:14px}._termsCheckmark_1vd1u_354{display:none}._termsBox_1vd1u_348 label{color:#000}._termsCheckmark_1vd1u_354+label{cursor:pointer}._termsCheckmark_1vd1u_354+label:before{content:"✔";display:inline-block;width:1rem;height:1rem;margin-right:.5rem;border:1px solid #00A6A6;border-radius:4px;color:transparent;vertical-align:-2px}._termsCheckmark_1vd1u_354:checked+label:before{background:#00a6a6;color:#fff}._termsBox_1vd1u_348{display:flex;align-items:center;gap:8px}._termsBox_1vd1u_348 label{display:inline-flex;align-items:center;gap:8px;color:#000;line-height:1.2}._termsCheckmark_1vd1u_354+label:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid #00A6A6;border-radius:4px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:12px 12px}._termsCheckmark_1vd1u_354:checked+label:before{background-color:#00a6a6}._termsBox_1vd1u_348{display:flex;align-items:flex-start;gap:8px}._termsCheckmark_1vd1u_354{position:absolute;opacity:0;pointer-events:none}._termsBox_1vd1u_348 label{position:relative;display:block;padding-left:28px;color:#000;line-height:1.4;cursor:pointer}._termsCheckmark_1vd1u_354+label:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #00A6A6;border-radius:4px;background:#fff}._termsCheckmark_1vd1u_354:checked+label:after{content:"";position:absolute;left:5px;top:3px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}._termsCheckmark_1vd1u_354:checked+label:before{background:#00a6a6}._termsBox_1vd1u_348{display:flex;align-items:flex-start;width:100%}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354{position:absolute;opacity:0;pointer-events:none}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354+label{position:relative;display:block;padding-left:28px;color:#000;line-height:1.45;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354+label:before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border:2px solid #00A6A6;border-radius:4px;background:#fff;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354:checked+label:after{content:"";position:absolute;left:5px;top:3px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354:checked+label:before{background:#00a6a6}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354+label:hover:before{border-color:#008b94}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354:focus-visible+label:before{box-shadow:0 0 0 3px #00a5ac47}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354:disabled+label{color:#8e9aa0;cursor:not-allowed}._termsBox_1vd1u_348 input._termsCheckmark_1vd1u_354:disabled+label:before{border-color:#cfd8dc;background:#f5f7f8}._label_1vd1u_1664{font-weight:600;font-size:16px;margin-bottom:1rem;display:inline-block}._cnhDiv_1vd1u_1672{gap:30px;justify-content:center;align-items:center;flex-wrap:wrap;display:flex}._documentTitle_1vd1u_1681{color:#00a6a6;margin-bottom:20px}._warningText_1vd1u_1686{color:#000}._warningIcon_1vd1u_1690{color:#fc0;margin-right:8px;animation:_blink_1vd1u_1 1s infinite}._exampleLabel_1vd1u_1696{margin-top:10px;margin-bottom:10px}._docLabelButton_1vd1u_1701{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;color:#fff;background-color:#00a5ac;cursor:pointer;border:2px solid #00a5ac;font-weight:600;font-size:16px;text-align:center;min-width:200px;box-shadow:0 2px 8px #00000014;transition:all .2s ease;margin:10px 0}._docLabelButton_1vd1u_1701:hover{background-color:#008b94;border-color:#008b94;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}._docLabelButton_1vd1u_1701._disabled_1vd1u_1278{cursor:not-allowed;opacity:.6;background-color:#fff;color:#00a5ac;pointer-events:none}._pdfPreviewWrapper_1vd1u_1733{width:100%;margin-bottom:20px}._pdfPreviewIframe_1vd1u_1738{width:100%;height:85vh;min-height:440px;max-height:610px;border:1px solid #ddd;border-radius:8px}@media(max-width:900px){._pdfPreviewIframe_1vd1u_1738{height:265px;min-height:200px}}._pdfPreviewHint_1vd1u_1753{font-size:12px;color:#666;margin-top:10px;text-align:center}._exampleImgCnhDigital_1vd1u_1760{max-width:150px;max-height:300px;width:100%;height:auto}._exampleImgPdf_1vd1u_1767{max-width:300px;max-height:320px;width:100%;height:auto}._exampleImgDefault_1vd1u_1774{max-width:220px;max-height:140px;width:100%;height:auto}._pixTokenContainer_1vd1u_1781{width:100%;display:flex;flex-direction:column;gap:24px;padding:32px 24px;background:linear-gradient(135deg,#f8feff,#fff);border-radius:16px;box-shadow:0 8px 32px #00a5ac1f}@media(max-width:768px){._pixTokenContainer_1vd1u_1781{padding:24px 16px;gap:20px}}._pixTokenHeader_1vd1u_1798{text-align:center}._pixTokenHeader_1vd1u_1798 h2{margin:0 0 8px;color:#00a5ac;font-size:24px;font-weight:700;letter-spacing:-.5px}@media(max-width:768px){._pixTokenHeader_1vd1u_1798 h2{font-size:20px}}._pixTokenDescription_1vd1u_1814{margin:0;color:#5a6c7d;font-size:15px;line-height:1.5}._pixTokenDescription_1vd1u_1814 strong{color:#00a5ac;font-weight:700}@media(max-width:768px){._pixTokenDescription_1vd1u_1814{font-size:14px}}._pixNoNumberWrapper_1vd1u_1830{display:flex;flex-direction:column;gap:20px;align-items:center}._pixWarningBox_1vd1u_1837{display:flex;gap:16px;padding:20px;background:linear-gradient(135deg,#fff9e6,#fffef8);border:2px solid #ffc107;border-radius:12px;box-shadow:0 4px 12px #ffc10726;width:100%}@media(max-width:768px){._pixWarningBox_1vd1u_1837{flex-direction:column;align-items:center;text-align:center;gap:12px}}._warningIcon_1vd1u_1690{font-size:32px;line-height:1}@media(max-width:768px){._warningIcon_1vd1u_1690{font-size:28px}}._warningContent_1vd1u_1866{flex:1}._warningContent_1vd1u_1866 h3{margin:0 0 8px;color:#856404;font-size:16px;font-weight:700}@media(max-width:768px){._warningContent_1vd1u_1866 h3{font-size:15px}}._warningContent_1vd1u_1866 p{margin:0;color:#856404;font-size:14px;line-height:1.5}@media(max-width:768px){._warningContent_1vd1u_1866 p{font-size:13px}}._pixChangeNumberButton_1vd1u_1892{padding:14px 28px;border:2px solid #ffc107;border-radius:10px;background:linear-gradient(135deg,#ffc107,#ffb300);color:#fff;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;min-width:260px;box-shadow:0 4px 12px #ffc1074d}._pixChangeNumberButton_1vd1u_1892:hover{background:linear-gradient(135deg,#ffb300,#ffa000);transform:translateY(-2px);box-shadow:0 6px 16px #ffc10766}._pixChangeNumberButton_1vd1u_1892:active{transform:translateY(0)}@media(max-width:768px){._pixChangeNumberButton_1vd1u_1892{width:100%;min-width:0;font-size:14px;padding:12px 20px}}._buttonPhoneIcon_1vd1u_1926{color:#fff;flex-shrink:0}._pixOptionsWrapper_1vd1u_1931{display:flex;flex-direction:column;gap:20px;align-items:center}._pixErrorMessage_1vd1u_1938{width:100%;padding:14px 18px;border-radius:10px;background:linear-gradient(135deg,#ffe8e8,#fff1f1);border:1.5px solid #ff6b6b;display:flex;align-items:center;gap:12px;animation:_slideIn_1vd1u_1 .3s ease}._pixErrorMessage_1vd1u_1938 ._errorIcon_1vd1u_1949{font-size:20px;flex-shrink:0}._pixErrorMessage_1vd1u_1938 p{margin:0;color:#c92a2a;font-size:14px;font-weight:600;line-height:1.4;flex:1}._pixChannelButtons_1vd1u_1962{display:flex;gap:16px;width:100%;justify-content:center}@media(max-width:640px){._pixChannelButtons_1vd1u_1962{flex-direction:column;gap:12px}}._pixChannelButton_1vd1u_1962{flex:1;max-width:200px;padding:16px 24px;border:2px solid #00A5AC;border-radius:12px;background:linear-gradient(135deg,#00a5ac,#008b94);color:#fff;cursor:pointer;font-weight:600;font-size:16px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #00a5ac40;min-height:90px}._pixChannelButton_1vd1u_1962:hover:not(:disabled){background:linear-gradient(135deg,#008b94,#00757c);transform:translateY(-3px);box-shadow:0 6px 16px #00a5ac59}._pixChannelButton_1vd1u_1962:active:not(:disabled){transform:translateY(0)}._pixChannelButton_1vd1u_1962:disabled{background:linear-gradient(135deg,#b8c5c7,#9eacae);border-color:#9eacae;cursor:not-allowed;opacity:.7;box-shadow:none}@media(max-width:640px){._pixChannelButton_1vd1u_1962{max-width:none;width:100%;flex-direction:row;min-height:60px;padding:14px 20px;font-size:15px}}._channelIcon_1vd1u_2021{font-size:28px;line-height:1}@media(max-width:640px){._channelIcon_1vd1u_2021{font-size:24px}}._channelText_1vd1u_2031{font-size:16px;color:#fff}@media(max-width:640px){._channelText_1vd1u_2031{font-size:15px}}._pixDivider_1vd1u_2041{width:100%;display:flex;align-items:center;gap:16px;margin:8px 0}._pixDivider_1vd1u_2041:before,._pixDivider_1vd1u_2041:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,#d8e5e7,transparent)}._pixDivider_1vd1u_2041 span{color:#8b9ea8;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px}._pixAlternativeButton_1vd1u_2062{padding:12px 24px;border:2px solid #d8e5e7;border-radius:10px;background:#fff;color:#5a6c7d;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;min-width:240px}._pixAlternativeButton_1vd1u_2062:hover{background:#f8feff;border-color:#00a5ac;color:#00a5ac;transform:translateY(-2px);box-shadow:0 4px 12px #00a5ac26}._pixAlternativeButton_1vd1u_2062:hover ._altButtonIcon_1vd1u_2085{color:#00a5ac}._pixAlternativeButton_1vd1u_2062:active{transform:translateY(0)}@media(max-width:768px){._pixAlternativeButton_1vd1u_2062{width:100%;min-width:0;font-size:13px;padding:11px 20px}}._altButtonIcon_1vd1u_2085{color:#8b9ea8;transition:color .3s ease;flex-shrink:0}@keyframes _slideIn_1vd1u_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._cpfInput_1vd1u_2116{margin-bottom:0}._adminContactContainer_1vd1u_2120{width:100%;display:flex;flex-direction:column;gap:28px;padding:32px 24px;background:linear-gradient(135deg,#f8feff,#fff);border-radius:16px;box-shadow:0 8px 32px #00a5ac1f}@media(max-width:768px){._adminContactContainer_1vd1u_2120{padding:24px 16px;gap:24px}}._adminContactHeader_1vd1u_2137{text-align:center}._adminContactHeader_1vd1u_2137 h2{margin:0 0 12px;color:#00a5ac;font-size:24px;font-weight:700;letter-spacing:-.5px}@media(max-width:768px){._adminContactHeader_1vd1u_2137 h2{font-size:20px}}._adminContactDescription_1vd1u_2153{margin:0;color:#5a6c7d;font-size:16px;line-height:1.6}._adminContactDescription_1vd1u_2153 strong{color:#00a5ac;font-weight:700}@media(max-width:768px){._adminContactDescription_1vd1u_2153{font-size:15px}}._adminContactPermissions_1vd1u_2169{display:flex;flex-direction:column;gap:16px;padding:24px;background:linear-gradient(135deg,#e3f2fd,#f8fcff);border:2px solid #2196f3;border-radius:12px;box-shadow:0 4px 12px #2196f326}@media(max-width:768px){._adminContactPermissions_1vd1u_2169{padding:20px 16px;gap:14px}}._permissionItem_1vd1u_2186{display:flex;align-items:flex-start;gap:12px}@media(max-width:768px){._permissionItem_1vd1u_2186{gap:10px}}._permissionIcon_1vd1u_2197{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#00a5ac;color:#fff;border-radius:50%;font-size:14px;font-weight:700;margin-top:2px}@media(max-width:768px){._permissionIcon_1vd1u_2197{width:22px;height:22px;font-size:13px}}._permissionText_1vd1u_2219{flex:1;color:#1565c0;font-size:15px;line-height:1.5;font-weight:500}@media(max-width:768px){._permissionText_1vd1u_2219{font-size:14px}}._adminContactForm_1vd1u_2232{display:flex;flex-direction:column;gap:24px;width:100%}._adminContactField_1vd1u_2239{display:flex;flex-direction:column;gap:8px;width:100%}._adminContactLabel_1vd1u_2246{color:#00a5ac;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}._adminContactInput_1vd1u_2255{width:100%;padding:14px 16px;font-size:16px;border:2px solid #d8e5e7;border-radius:10px;background:#fff;color:#2c3e50;transition:all .3s ease}._adminContactInput_1vd1u_2255:focus{outline:none;border-color:#00a5ac;box-shadow:0 0 0 4px #00a5ac26}._adminContactInput_1vd1u_2255::placeholder{color:#8b9ea8}@media(max-width:768px){._adminContactInput_1vd1u_2255{font-size:15px;padding:12px 14px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}._container_2xy27_2{max-width:100vw;display:flex;margin:0 auto;flex-direction:column;justify-content:center}._lg_2xy27_10{font-size:1.2em;font-weight:700}._Container_2xy27_15{display:flex;min-height:100vh}._Container_2xy27_15 ._truck_2xy27_19{flex:1;background-image:linear-gradient(#021414c6,#020d0eb0),url(./kaizenbg3-DHH6Cztj.webp);background-size:cover;background-repeat:no-repeat}._Container_2xy27_15 ._truck_2xy27_19 img{display:none;object-fit:cover;filter:saturate(100%)}._Container_2xy27_15 ._selectSocio_2xy27_30{width:200px;height:30px;border:1px solid #ccc;border-radius:5px;padding:5px;color:#333;background-color:#fff;font-family:Arial,sans-serif;cursor:pointer}._Container_2xy27_15 ._buttonContainer_2xy27_41{display:flex;justify-content:center;align-items:center;gap:12px;padding:20px 0;flex-wrap:wrap}@media screen and (max-width:768px){._Container_2xy27_15 ._buttonContainer_2xy27_41{gap:10px;padding:16px 0}}@media screen and (max-width:480px){._Container_2xy27_15 ._buttonContainer_2xy27_41{gap:8px;padding:12px 0;flex-direction:column;width:100%}._Container_2xy27_15 ._buttonContainer_2xy27_41 ._back_2xy27_62,._Container_2xy27_15 ._buttonContainer_2xy27_41 ._next_2xy27_62{width:100%;max-width:280px;margin:0}}@media screen and (max-width:360px){._Container_2xy27_15 ._buttonContainer_2xy27_41 ._back_2xy27_62,._Container_2xy27_15 ._buttonContainer_2xy27_41 ._next_2xy27_62{max-width:100%}}._Container_2xy27_15 ._back_2xy27_62{padding:12px 24px;margin:0;text-decoration:none;color:#00a5ac;outline:none;background:transparent;cursor:pointer;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block;text-align:center;min-width:140px;text-decoration:underline}._Container_2xy27_15 ._back_2xy27_62:active{transform:translateY(0)}@media screen and (max-width:768px){._Container_2xy27_15 ._back_2xy27_62{padding:14px 20px;font-size:14px;min-width:120px}}@media screen and (max-width:480px){._Container_2xy27_15 ._back_2xy27_62{padding:16px 18px;font-size:14px;min-width:110px}}._Container_2xy27_15 ._next_2xy27_62{padding:12px 24px;text-decoration:none;color:#fff;outline:none;border:2px solid #00A5AC;background:#00a5ac;cursor:pointer;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block;text-align:center;min-width:140px}._Container_2xy27_15 ._next_2xy27_62:hover{background:#008b94;border-color:#008b94;transform:translateY(-2px);box-shadow:0 4px 12px #00a5ac66}._Container_2xy27_15 ._next_2xy27_62:active{transform:translateY(0)}._Container_2xy27_15 ._next_2xy27_62:focus{outline:none;box-shadow:0 0 0 3px #00a5ac4d}._Container_2xy27_15 ._next_2xy27_62._disabled_2xy27_136{opacity:.6;cursor:not-allowed;background:#ccc;border-color:#ccc;color:#666}._Container_2xy27_15 ._next_2xy27_62._disabled_2xy27_136:hover{transform:none;box-shadow:none;background:#ccc;border-color:#ccc}@media screen and (max-width:768px){._Container_2xy27_15 ._next_2xy27_62{padding:14px 20px;font-size:14px;min-width:120px}}@media screen and (max-width:480px){._Container_2xy27_15 ._next_2xy27_62{padding:16px 18px;font-size:14px;min-width:110px}}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163{flex:1;display:flex;gap:1em;padding:1em;flex-direction:column;align-items:center;justify-content:center;background-image:linear-gradient(#026f79b7,#026f79b7),url(./Ilustra%C3%A7%C3%A3oLogin-Bwrab0II.webp);width:100%}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._logo_2xy27_174{max-width:50%}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._title_2xy27_177{color:var(--white)}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;margin:0 auto;padding:2em;border-radius:5px;background-color:#fff;color:#00a5ac;display:flex;flex-direction:column;align-items:center;max-width:80%}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 h2{text-align:center;font-size:28px;margin-bottom:20px}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197{display:flex;align-items:flex-start;gap:12px;width:100%;max-width:600px;padding:16px 20px;margin-bottom:24px;background:linear-gradient(135deg,#e3f2fd,#f5f9ff);border:2px solid #00a5ac;border-radius:10px;box-shadow:0 2px 8px #00a5ac1a}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197 ._infoIcon_2xy27_210{font-size:24px;flex-shrink:0;line-height:1.4}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197 ._infoText_2xy27_215{flex:1;font-size:14px;line-height:1.6;color:#374151}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197 ._infoText_2xy27_215 strong{color:#00a5ac;font-weight:600}@media screen and (max-width:768px){._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197{padding:14px 16px;margin-bottom:20px}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197 ._infoIcon_2xy27_210{font-size:20px}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._infoBox_2xy27_197 ._infoText_2xy27_215{font-size:13px}}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 a{cursor:pointer}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 input[type=text],._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 input[type=email]{width:100%;padding:10px;font-size:18px;border:1px solid #ccc;border-radius:5px;margin-bottom:20px}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 input[type=password],._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 input[type=inscricaoEstadual]{width:100%;padding:10px;font-size:18px;border:1px solid #ccc;border-radius:5px}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._requirementsBox_2xy27_262{cursor:auto;margin:5px 0 20px 3px}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._valid_2xy27_266{color:#34b233}._Container_2xy27_15 ._ContainerSeparacao_2xy27_163 ._register_2xy27_180 ._invalid_2xy27_269{color:#ff5350}@media screen and (max-width:1300px){._Container_2xy27_15{flex-direction:column;gap:1em;background-image:linear-gradient(#00a6acb0,#000000b9),url(./kaizenbg3-DHH6Cztj.webp);justify-content:center}._Container_2xy27_15 ._truck_2xy27_19{display:none}._Container_2xy27_15 ._truck_2xy27_19 img{display:none;max-width:unset;max-width:100%}}._partnerContainer_2xy27_290{margin:0;padding-top:1rem;width:100%;box-sizing:border-box}._partnerContainer_2xy27_290 h3{margin-bottom:.5rem;color:#008b8b;font-size:1.1rem}._partnerList_2xy27_303{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){._partnerList_2xy27_303{grid-template-columns:1fr 1fr}}._partnerItem_2xy27_318{display:flex;align-items:center;justify-content:space-between;background:#f5fdfd;border:1px solid #e0f2f2;border-radius:.5rem;padding:.75rem 1rem}._partnerItem_2xy27_318 p{margin:0;font-size:.95rem}._partnerItem_2xy27_318 p:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._partnerLabel_2xy27_338{font-weight:600;color:#007a7a;margin-right:.25rem}._consultButton_2xy27_344{background-color:#008b8b;color:#fff;border:none;padding:.4rem 1.1rem;border-radius:.2rem;cursor:pointer;transition:background .2s}._addButton_2xy27_355{background-color:#008b8b;color:#fff;border:none;margin-top:.5rem;padding:.4rem 1.8rem;border-radius:.2rem;cursor:pointer;transition:background .2s}._removeButton_2xy27_366{font-size:10px;background-color:#008b8b;color:#fff;border:none;margin-top:1rem;padding:.3rem 8rem;border-radius:.25rem;cursor:pointer;transition:background .2s}._selectedPartner_2xy27_379{background:#e6f7f7!important;border:2px solid #008b8b!important}._selectButton_2xy27_384{background-color:#008b8b;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;transition:background .2s;font-size:.9rem}._selectButton_2xy27_384:hover{background-color:#007a7a}._selectedButton_2xy27_398{background-color:#4a9a4a;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:not-allowed;font-size:.9rem}._selectedPartnerContainer_2xy27_408{margin-top:1rem;padding:1rem;background:#f0f8f8;border:1px solid #c0e6e6;border-radius:.5rem}._selectedPartnerContainer_2xy27_408 h3{margin-bottom:.5rem;color:#008b8b;font-size:1.1rem}._selectedPartnerInfo_2xy27_421{display:flex;justify-content:space-between;align-items:center}._selectedPartnerInfo_2xy27_421 ._partnerDetails_2xy27_426{flex:1}._selectedPartnerInfo_2xy27_421 ._partnerDetails_2xy27_426 p{margin:.25rem 0;font-size:.95rem}._loadingMessage_2xy27_434{text-align:center;padding:2rem;color:#008b8b}._loadingMessage_2xy27_434 p{margin:0;font-size:1.1rem}._noPartnersMessage_2xy27_444{text-align:center;padding:2rem;color:#666}._noPartnersMessage_2xy27_444 p{margin:0;font-size:1rem}._block_2xy27_456{margin-top:16px;display:grid;gap:8px}._block_2xy27_456 h3{color:#00a5ac;font-weight:700;font-size:1.05rem;margin:0}._partnerSelect_2xy27_469{position:relative}._partnerSelectTrigger_2xy27_473{width:100%;background:#fff;border:1px solid #d8e0e7;border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 6px 18px #1453550f;transition:box-shadow .2s ease,border-color .2s ease;cursor:pointer}._partnerSelectTrigger_2xy27_473:hover{box-shadow:0 10px 24px #1453551a}._partnerSelectTrigger_2xy27_473:focus{outline:none;border-color:#0e746f}._triggerContent_2xy27_495{display:grid;gap:2px;text-align:left}._partnerName_2xy27_501{font-weight:700;color:#103b3c}._partnerCpf_2xy27_506{font-size:.9rem;color:#5e6b74}._placeholder_2xy27_511{color:#7a8a93}._caret_2xy27_515{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #0e746f;flex-shrink:0}._partnerList_2xy27_303{position:absolute;z-index:20;top:calc(100% + 8px);left:0;right:0;max-height:320px;overflow:auto;background:#fff;border:1px solid #d8e0e7;border-radius:14px;box-shadow:0 16px 40px #1453552e;padding:8px}._partnerItem_2xy27_318{padding:10px 12px;border-radius:12px;cursor:pointer;display:grid;gap:2px}._partnerItem_2xy27_318 ._itemName_2xy27_546{font-weight:700;color:#0e3b3c}._partnerItem_2xy27_318 ._itemCpf_2xy27_550{font-size:.9rem;color:#5e6b74}._partnerItem_2xy27_318:hover{background:#f1fcfa}._selectedPartnerContainer_2xy27_408{margin-top:18px}._selectedPartnerContainer_2xy27_408 h3{color:#0e746f;font-weight:700;margin-bottom:10px}._selectedPartnerCard_2xy27_568{background:#fff;border:1px solid #d8e0e7;border-radius:16px;padding:16px;box-shadow:0 8px 22px #14535514;display:grid;gap:16px}._partnerDetails_2xy27_426{display:grid;grid-template-columns:1fr 1fr;gap:12px}._partnerDetails_2xy27_426 ._label_2xy27_583{display:block;font-size:.82rem;color:#5e6b74;margin-bottom:4px}._partnerDetails_2xy27_426 ._value_2xy27_589{margin:0;font-weight:700;color:#102b2c}._cpfConfirm_2xy27_595{display:grid;gap:6px}._cpfConfirm_2xy27_595 label{font-size:.9rem;color:#5e6b74}._input_2xy27_604{width:100%;padding:12px 14px;border:1px solid #d8e0e7;border-radius:12px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}._input_2xy27_604:focus{outline:none;border-color:#0e746f;box-shadow:0 0 0 3px #0e746f26}._ok_2xy27_618{border-color:#16a34a!important}._err_2xy27_622{border-color:#dc2626!important}._helperText_2xy27_626{font-size:.85rem;color:#dc2626}._helperTextOk_2xy27_631{font-size:.85rem;color:#16a34a}._actionsRow_2xy27_637{margin-top:20px;display:flex;gap:12px}._back_2xy27_62,._next_2xy27_62{border:0;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;text-decoration:none;outline:none;background:transparent;color:#0e746f}button._back_2xy27_62,button._next_2xy27_62{border:0;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;text-decoration:none;outline:none!important;background:transparent;box-shadow:none}button._back_2xy27_62:focus,button._next_2xy27_62:focus{outline:none!important;box-shadow:none!important;border:none!important}button._back_2xy27_62:focus-visible,button._next_2xy27_62:focus-visible{outline:none!important;box-shadow:none!important;border:none!important}button._back_2xy27_62:active,button._next_2xy27_62:active{outline:none!important;box-shadow:none!important;border:none!important}._back_2xy27_62:focus{outline:none}._back_2xy27_62:active{outline:none}._next_2xy27_62:focus{outline:none}._next_2xy27_62:active{outline:none;transform:translateY(1px)}._next_2xy27_62:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}button._next_2xy27_62:hover{background:transparent;color:#0e746f}button._next_2xy27_62:disabled{opacity:.6;cursor:not-allowed;box-shadow:none!important;outline:none!important;border:none!important;background:transparent;color:#0e746f}._addEmailButton_2xy27_716,._removeEmailButton_2xy27_717{width:40px;height:42px;border:1px solid #00A5AC;border-radius:5px;background:transparent;color:#00a5ac;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;padding:0;line-height:1;box-sizing:border-box}._addEmailButton_2xy27_716:hover:not(:disabled),._removeEmailButton_2xy27_717:hover:not(:disabled){background:#00a5ac;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #00a5ac4d}._addEmailButton_2xy27_716:active,._removeEmailButton_2xy27_717:active{transform:translateY(0)}._addEmailButton_2xy27_716:disabled,._removeEmailButton_2xy27_717:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._addEmailButton_2xy27_716:focus,._removeEmailButton_2xy27_717:focus{outline:none;box-shadow:0 0 0 3px #00a5ac4d}._removeEmailButton_2xy27_717{border-color:#dc3545;color:#dc3545}._removeEmailButton_2xy27_717:hover:not(:disabled){background:#dc3545;color:#fff;box-shadow:0 2px 8px #dc35454d;transform:translateY(-1px)}._removeEmailButton_2xy27_717:focus{box-shadow:0 0 0 3px #dc35454d}@media screen and (max-width:768px){._addEmailButton_2xy27_716,._removeEmailButton_2xy27_717{width:36px;height:36px;font-size:16px}}@media screen and (max-width:480px){._addEmailButton_2xy27_716,._removeEmailButton_2xy27_717{width:32px;height:32px;font-size:14px}}._required_2xy27_791{color:#ff6b6b;font-weight:600;font-size:.9em;margin-left:4px;cursor:help}._noPartnersMessage_2xy27_444{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:16px;margin:16px 0;text-align:center}._noPartnersMessage_2xy27_444 p{margin:4px 0;color:#856404}._noPartnersMessage_2xy27_444 p:first-child{font-weight:600}._manualPartnerForm_2xy27_816{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:16px 0}._manualPartnerForm_2xy27_816 h3{margin:0 0 16px;color:#495057;font-size:1.1em}._formRow_2xy27_829{display:flex;gap:16px}@media(max-width:768px){._formRow_2xy27_829{flex-direction:column;gap:12px}}._inputGroup_2xy27_840{flex:1}._inputGroup_2xy27_840 label{display:block;margin-bottom:8px;font-weight:600;color:#495057}._inputGroup_2xy27_840 ._input_2xy27_604{width:100%;padding:12px;border:1px solid #ced4da;border-radius:4px;font-size:14px}._inputGroup_2xy27_840 ._input_2xy27_604:focus{outline:none;border-color:#00a5ac;box-shadow:0 0 0 2px #00a5ac33}._inputGroup_2xy27_840 ._input_2xy27_604._ok_2xy27_618{border-color:#28a745}._inputGroup_2xy27_840 ._input_2xy27_604._err_2xy27_622{border-color:#dc3545}._helperText_2xy27_626{display:block;margin-top:4px;font-size:12px;color:#dc3545}._helperTextOk_2xy27_631{display:block;margin-top:4px;font-size:12px;color:#28a745}._successBox_2xy27_882{text-align:center;padding:1em;border:2px solid #00a5ac;border-radius:8px;background-color:#e0f7fa;color:#007c80;font-weight:600;font-size:16px;margin:1em 0}._passwordValidation_2xy27_894{font-weight:700}._inscricaoEstadualBox_2xy27_898{margin-bottom:30px}._loader_container_urkyv_1{display:flex;flex-direction:column-reverse;gap:3em;height:100%;justify-content:center;align-items:center}._loader_urkyv_1{width:60px}._clientInfoContainer_b0e7f_1{position:absolute;top:2.8rem;right:0;z-index:1000;min-width:220px;background-color:#00a5ac;border-radius:12px;box-shadow:0 4px 20px #0003;overflow:hidden;border:1px solid rgba(255,255,255,.1);animation:_fadeIn_b0e7f_1 .2s ease-out}._clientInfoContainer_b0e7f_1:before{content:"";position:absolute;top:-6px;right:24px;width:12px;height:12px;background-color:#00a5ac;transform:rotate(45deg);border-left:1px solid rgba(255,255,255,.1);border-top:1px solid rgba(255,255,255,.1);z-index:-1}@media(max-width:768px){._clientInfoContainer_b0e7f_1{min-width:260px;top:45px;right:-10px}._clientInfoContainer_b0e7f_1:before{right:34px}}._clientInfoMenuList_b0e7f_40{list-style:none;padding:8px 0;margin:0;display:flex;flex-direction:column}._clientInfoMenuList_b0e7f_40 li{width:100%}._clientInfoMenuList_b0e7f_40 li ._link_b0e7f_50,._clientInfoMenuList_b0e7f_40 li ._logOut_b0e7f_50{display:flex;align-items:center;gap:12px;padding:12px 20px;font-size:14px;color:var(--white);font-weight:500;transition:background-color .2s;cursor:pointer;width:100%;text-decoration:none}._clientInfoMenuList_b0e7f_40 li ._link_b0e7f_50:hover,._clientInfoMenuList_b0e7f_40 li ._logOut_b0e7f_50:hover{background-color:#ffffff26;color:var(--white)}._clientInfoMenuList_b0e7f_40 li ._link_b0e7f_50 svg,._clientInfoMenuList_b0e7f_40 li ._logOut_b0e7f_50 svg{font-size:18px;color:var(--white)}._clientInfoMenuList_b0e7f_40 li ._logOut_b0e7f_50{color:var(--white)}._clientInfoMenuList_b0e7f_40 li ._logOut_b0e7f_50:hover{background-color:#ffffff26}._divider_b0e7f_79{height:1px;background-color:#fff3;margin:4px 0}@keyframes _fadeIn_b0e7f_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._container_1gul8_1{max-width:100vw;display:flex;margin:0 auto;flex-direction:column;justify-content:center}._lg_1gul8_9{font-size:1.2em;font-weight:700}._mainHome_1gul8_14{background-color:var(--background);display:flex;padding:1em 5em;width:100%;min-width:0}@media screen and (max-width:758px){._mainHome_1gul8_14{padding:unset}}@media screen and (max-width:400px){._mainHome_1gul8_14{padding:0}}._mainHome_1gul8_14 ._mainCart_1gul8_31{border-radius:5px;display:flex;flex-direction:row;width:100%;height:100%}@media screen and (max-width:1350px){._mainHome_1gul8_14 ._mainCart_1gul8_31{flex-direction:column}}@media screen and (max-width:500px){._mainHome_1gul8_14 ._mainCart_1gul8_31{padding:1em 0}}._mainHome_1gul8_14 ._mainCart_1gul8_31 ._productSearch_1gul8_48{display:flex;flex-direction:column;position:static;gap:1em;width:63%;min-height:auto;border-radius:5px;padding-right:1em;min-width:0}@media screen and (max-width:1350px){._mainHome_1gul8_14 ._mainCart_1gul8_31 ._productSearch_1gul8_48{width:100%;height:unset;padding-right:unset}}._mainHome_1gul8_14 ._mainCart_1gul8_31 ._productSearch_1gul8_48._hasResults_1gul8_66{min-height:100vh}._mainHome_1gul8_14 ._mainCart_1gul8_31 ._productSearch_1gul8_48 ._products_1gul8_69{display:flex;background-color:var(--cor-componentes);flex-direction:row;color:#000;flex-wrap:wrap;border-radius:10px;padding:1.5em 1.25em;align-items:center;justify-content:center;box-shadow:0 4px 4px #00000013}._mainHome_1gul8_14 ._mainCart_1gul8_31 ._productSearch_1gul8_48 ._products_1gul8_69 ._loading_1gul8_81{width:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:600px){._mainHome_1gul8_14 ._mainCart_1gul8_31 ._productSearch_1gul8_48 ._products_1gul8_69{padding:1em}}._modalContent_1gul8_93{width:100%;min-width:45vw;max-width:50rem;max-height:50em;display:flex;flex-direction:column;align-items:center;gap:.5em;flex-direction:column-reverse}._modalContent_1gul8_93 ._actions_1gul8_104{display:flex;gap:1em;justify-content:space-between;width:100%;flex-wrap:wrap}._modalContent_1gul8_93 ._actions_1gul8_104 ._buttons_1gul8_111{display:flex;gap:1em;flex:1;align-self:end;justify-content:end}._modalContent_1gul8_93 ._whatsNewText_1gul8_118{height:180px;max-height:150px;max-width:100%;align-self:start;display:flex;flex-direction:column;gap:.4em;overflow:auto;font-weight:600;color:var(--darker-blue);justify-content:center}@media screen and (max-width:500px){._modalContent_1gul8_93 ._whatsNewText_1gul8_118{justify-content:unset}}._modalContent_1gul8_93 ._whatsNewImg_1gul8_136{max-width:100%;width:100%;max-height:400px;object-fit:contain}._modalContent_1gul8_93 ._next_1gul8_142{align-self:end}._modalContent_1gul8_93 ._dontWantToSee_1gul8_145{display:flex;align-items:center;gap:1em;font-size:.8em}._modalContent_1gul8_93 ._end_1gul8_151{align-self:end;font-size:1.2em;color:var(--primary);font-weight:700}._modalContent_1gul8_93 ._title_1gul8_157{color:var(--primary);font-weight:700;align-self:center}._terms_1gul8_163{text-align:left;max-height:250px;overflow-y:auto;padding:0 .5rem}._terms_1gul8_163 a{color:#00a5ac;text-decoration:none}._terms_1gul8_163 a:hover{color:#007a80;text-decoration:underline}@media screen and (max-width:600px){._terms_1gul8_163{font-size:.9em}}._termsUndertext_1gul8_183{text-align:justify;font-style:italic;padding:0 .5rem}._termsUndertext_1gul8_183 a{color:#00a5ac;text-decoration:none}._termsUndertext_1gul8_183 a:hover{color:#007a80;text-decoration:underline}@media screen and (max-width:600px){._termsUndertext_1gul8_183{text-align:justify;font-size:.8em}}._termAcceptance_1gul8_203{display:flex;justify-content:space-between;gap:16px;margin-top:4px}._termAcceptance_1gul8_203 ._button60_1gul8_209{flex:1}@media(max-width:480px){._termAcceptance_1gul8_203{flex-direction:column;gap:12px}._termAcceptance_1gul8_203 ._button60_1gul8_209{width:100%}}._button60_1gul8_209{margin-top:1em;width:30%}@media screen and (max-width:600px){._button60_1gul8_209{width:70%}}._modalParent_1es09_1{display:flex;width:100%;position:fixed;padding-top:80px;top:0;right:0;background:linear-gradient(90deg,#151520bb 100%,#686e6f);z-index:1000001;height:100vh;align-items:center;justify-content:center}._modalParent_1es09_1 select{padding:1em;border-radius:5px}._modalParent_1es09_1 ._stepContainer_1es09_18{background-color:#fff;border-radius:10px;position:relative;min-width:40%;display:flex;flex-direction:column;color:#000;text-align:start;max-width:60%;padding:1em;align-items:flex-start;max-height:100%;overflow:auto;overflow-x:hidden;margin:1em}@media screen and (max-width:425px){._modalParent_1es09_1 ._stepContainer_1es09_18{max-width:unset}}._modalParent_1es09_1 ._controlButtons_1es09_41{display:flex;justify-content:space-between;width:100%;gap:.2em}._modalParent_1es09_1 ._paddingBlock_1es09_47{padding:0 1em 1em;width:100%}._modalParent_1es09_1 ._goBack_1es09_52{display:inline-block;bottom:0;left:0;width:unset;padding:1em;border-radius:0;font-weight:700}._modalParent_1es09_1 ._nextStep_1es09_61{display:inline-block;bottom:0;right:0;flex:1;width:unset;padding:1em;border-radius:0;font-weight:700;align-self:flex-end;justify-self:flex-end}._modalParent_1es09_1 ._close_1es09_73{position:absolute;top:0;right:0;width:unset;max-height:30px;border-radius:0;padding:.5em;font-weight:700}._modalParent_1es09_1 ._userInfo_1es09_83{display:flex;flex-direction:column;gap:1em}._modalParent_1es09_1 h1{padding:.5em 1em .5em .5em;max-width:100%;word-wrap:break-word}._modalParent_1es09_1 ._selectCpf_1es09_94{display:flex;flex-direction:column;gap:1em}._modalParent_1es09_1 ._example_1es09_99{max-height:100px;object-fit:contain;align-self:flex-start}._modalParent_1es09_1 ._docsName_1es09_104{display:flex;flex-direction:column;border-radius:10px;margin-bottom:1em 0}._modalParent_1es09_1 ._docLabel_1es09_110{display:flex;flex-direction:column;padding:1em;border-radius:10px;color:#fff;background-color:#00a5ac;max-width:fit-content}._modalParent_1es09_1 ._listItem_1es09_119{padding:1em;box-shadow:0 7px 14px #00000040,0 5px 5px #00000038;display:flex;align-items:center}._container_1egwe_2{max-width:100vw;display:flex;margin:0 auto;flex-direction:column;justify-content:center}._lg_1egwe_10{font-size:1.2em;font-weight:700}header ._container_1egwe_2{display:grid;grid-template-columns:1fr 1fr;align-items:end;justify-content:end;color:var(--primary);color:var(--white);position:relative;gap:10px;position:fixed;z-index:100;min-width:100%;max-width:unset;flex-wrap:wrap;max-height:250px}@media screen and (max-width:1350px){header ._container_1egwe_2{grid-template-columns:1fr;font-size:1.2rem}}@media screen and (max-width:400px){header ._container_1egwe_2{gap:10px}}header ._container_1egwe_2 ._headerContainerColumn_1egwe_42{flex-wrap:wrap;display:flex;grid-column:1/4;font-size:clamp(12px,10px + 2vmin,36px);flex-direction:row;align-items:center;justify-content:space-between;padding:0 4em;height:75px;color:var(--primary);background-color:var(--primary);color:var(--white);gap:50px;min-width:100%;max-width:unset}@media screen and (max-width:1350px){header ._container_1egwe_2 ._headerContainerColumn_1egwe_42{height:100%;padding:.5em}}@media screen and (max-width:500px){header ._container_1egwe_2 ._headerContainerColumn_1egwe_42{gap:unset}}header ._container_1egwe_2 ._clockContainer_1egwe_70{width:100%;grid-column:1/3;padding:0 4em}@media screen and (max-width:1350px){header ._container_1egwe_2 ._clockContainer_1egwe_70{padding:.5em}}header ._container_1egwe_2 select{padding:.5em 1em;border-radius:10px;background-color:#dbde5e;color:#006f73;border:none;font-weight:700}header ._container_1egwe_2 select:focus{outline:none;border-color:transparent}header ._container_1egwe_2 ._estadosContainer_1egwe_92{position:relative}header ._container_1egwe_2 ._estados_1egwe_92{font-size:.4em;position:relative;cursor:pointer;padding:8px;border-radius:8px;background-color:#dbde5e;color:#006f73;font-weight:700;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:800px){header ._container_1egwe_2 ._estados_1egwe_92{font-size:.5em}}header ._container_1egwe_2 ._estadosOpcao_1egwe_113{font-size:.4em;position:absolute;background-color:#dcde5e;color:#006f73;border-radius:8px;max-height:150px;overflow-y:auto;width:100%;z-index:1;margin-top:.2em}@media screen and (max-width:800px){header ._container_1egwe_2 ._estadosOpcao_1egwe_113{border:1px solid var(--primary);font-size:.55em}}header ._container_1egwe_2 ._estadosOpcao_1egwe_113 ul{list-style:none;padding:0;margin:0}header ._container_1egwe_2 ._estadosOpcao_1egwe_113 li{padding:10px;cursor:pointer;background-color:#dbde5e}header ._container_1egwe_2 ._estadosOpcao_1egwe_113 li:hover{background-color:#cde860}header ._container_1egwe_2 ._selectedOption_1egwe_144{background-color:#dbde5e;font-weight:700}header ._container_1egwe_2 span{color:var(--white)}header ._container_1egwe_2 ._logo_1egwe_151 img{width:10vw;min-width:100px;height:100%}@media screen and (max-width:1544px)and (min-width:1301px){header ._container_1egwe_2 ._logo_1egwe_151 img{width:8vw;min-width:90px}}header ._container_1egwe_2 ._menuListDiv_1egwe_162{display:flex}header ._container_1egwe_2 ._userInteractions_1egwe_165{display:flex;align-items:center;gap:1em}@media screen and (max-width:1544px)and (min-width:1301px){header ._container_1egwe_2 ._userInteractions_1egwe_165{gap:.7em}}header ._container_1egwe_2 ._userInteractions_1egwe_165 ._userAndCart_1egwe_175{display:flex;align-items:center;position:relative;gap:.5em}@media screen and (max-width:300px){header ._container_1egwe_2 ._userInteractions_1egwe_165 ._userAndCart_1egwe_175{padding-right:unset}}header ._container_1egwe_2 ._userInteractions_1egwe_165 ._userAndCart_1egwe_175 ._icon_1egwe_186{height:100%;cursor:pointer}header ._container_1egwe_2 ._userInteractions_1egwe_165 ._termsButton_1egwe_190{display:flex;align-items:center;justify-content:center}header ._container_1egwe_2 ._userInteractions_1egwe_165 ._termsButton_1egwe_190 ._termsIcon_1egwe_195{font-size:1.2em;color:#dbde5e;cursor:pointer;transition:all .3s ease}header ._container_1egwe_2 ._userInteractions_1egwe_165 ._termsButton_1egwe_190 ._termsIcon_1egwe_195:hover{color:#fff;transform:scale(1.1)}header ._container_1egwe_2 ._MenuList_1egwe_205{list-style:none;display:flex;gap:1.5em;align-items:center}header ._container_1egwe_2 ._MenuList_1egwe_205 li a{font-size:1em}@media screen and (max-width:2000px){header ._container_1egwe_2 ._MenuList_1egwe_205 li a{font-size:.9em}}@media screen and (max-width:1300px){header ._container_1egwe_2 ._MenuList_1egwe_205 li a{font-size:.8em}}@media screen and (max-width:550px){header ._container_1egwe_2 ._MenuList_1egwe_205 li a{font-size:.8em}}@media screen and (max-width:1544px)and (min-width:1351px){header ._container_1egwe_2 ._MenuList_1egwe_205{gap:1em}header ._container_1egwe_2 ._MenuList_1egwe_205 li a{font-size:.9em}header ._container_1egwe_2 ._headerContainerColumn_1egwe_42{padding:0 2em;gap:30px}}@media screen and (max-width:1350px){header ._container_1egwe_2 ._MenuList_1egwe_205{list-style:none;display:none;gap:1em;align-items:center}}header ._container_1egwe_2 ._MenuListActive_1egwe_249{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1100;background-color:var(--primary);justify-content:center;padding:1em;gap:1em;align-items:center}header ._container_1egwe_2 ._MenuListActive_1egwe_249 ul{display:flex;flex-direction:column;gap:2em;height:100%;justify-content:center;text-align:left}header ._container_1egwe_2 ._MenuListActive_1egwe_249 li a{font-size:1.5em}header ._container_1egwe_2 ._menuHamburguer_1egwe_275{display:flex;gap:1em;flex:1;align-items:center;justify-content:space-between}@media screen and (max-width:1350px){header ._container_1egwe_2 ._menuHamburguer_1egwe_275{flex-direction:row-reverse;justify-content:flex-start}}header ._container_1egwe_2 ._menuHamburguer_1egwe_275 ._hamburguer_1egwe_288{display:none}@media screen and (max-width:1350px){header ._container_1egwe_2 ._menuHamburguer_1egwe_275 ._hamburguer_1egwe_288{display:flex;align-items:center;text-align:top;z-index:1101}}header ._container_1egwe_2 ._welcomeMsg_1egwe_299{font-size:.6em;align-items:center}header ._container_1egwe_2 ._welcomeMsg_1egwe_299 p{font-size:1em}@media screen and (max-width:1544px)and (min-width:1301px){header ._container_1egwe_2 ._welcomeMsg_1egwe_299 p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}}@media screen and (max-width:1000px){header ._container_1egwe_2 ._welcomeMsg_1egwe_299{display:none}}header ._container_1egwe_2 ._Sign_1egwe_319{font-size:.8em;display:flex;align-items:center;color:var(--white);gap:20px;text-decoration:none}header ._container_1egwe_2 ._Sign_1egwe_319:hover{transform:scale(1.2)}header ._container_1egwe_2 ._Sign_1egwe_319 a{display:flex;align-items:center;color:var(--primary);gap:.3em;color:var(--white)}@media screen and (max-width:500px){header ._container_1egwe_2 ._icon_1egwe_186{height:100%;width:1.5em;cursor:pointer}header ._container_1egwe_2 ._menuHamburguer_1egwe_275{display:flex;gap:1em;flex:1;align-items:center}}header ._container_1egwe_2 ._novo_1egwe_350{position:absolute;top:-10px;right:-20px;margin-bottom:5px;font-size:10px;background-color:#dbde5e;color:#006f73;z-index:20;padding:.5em;border-radius:5px}._link_1egwe_363{color:var(--white);display:flex;align-items:center}._relogios_1egwe_369{display:flex;align-items:center;font-weight:700;gap:1em;color:#006f73;top:80px;right:0;justify-content:end;grid-column:1/3;font-size:16px}@media screen and (max-width:1000px){._relogios_1egwe_369{width:100%;right:unset;text-align:center;flex-direction:column;gap:unset;grid-column:unset}}._relogio_1egwe_369{padding:.5em;background-color:#dbde5e;display:flex;align-items:center;font-weight:700;gap:1em;color:#006f73;font-size:.7em;justify-content:center}@media screen and (max-width:1000px){._relogio_1egwe_369{width:100%;right:unset;text-align:center}}._slamoto_1egwe_411{padding:.5em;background-color:#dbde5e;display:flex;align-items:center;font-weight:700;gap:1em;color:#006f73;font-size:.7em;justify-content:center}._slamoto_1egwe_411 svg{font-size:1em;min-width:14px;min-height:14px}@media screen and (max-width:1000px){._slamoto_1egwe_411{width:100%;right:unset;text-align:center}._slamoto_1egwe_411 svg{font-size:1.1em;min-width:16px;min-height:16px}}@media screen and (max-width:500px){._slamoto_1egwe_411 svg{margin-left:15px;font-size:1.2em;min-width:15px;min-height:15px}}._trapezio_1egwe_448{width:200px;height:60px;background-color:#dbde5e;position:relative;overflow:hidden}._trapezio_1egwe_448:before{content:"";position:absolute;top:0;left:-20px;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:60px solid #dbde5e;width:200px;height:0;z-index:-1}._searchFilter_1egwe_469{background-color:#dbde5e;display:flex;align-items:center;font-weight:700;gap:1em;flex-wrap:nowrap;color:var(--darker-blue);min-width:fit-content;height:30px;clip-path:polygon(0% 0%,100% 0%,90% 100%,10% 100%);width:100%;z-index:900;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}._searchFilter_1egwe_469 select{border:1px solid #00a5ac;border-radius:5px}._searchFilter_1egwe_469 p{padding:10em}@media screen and (max-width:1000px){._searchFilter_1egwe_469{width:100%;left:unset;text-align:center;top:100px;flex-wrap:wrap;white-space:wrap;clip-path:none}._searchFilter_1egwe_469 p{padding:unset}}._searchFilterContainer_1egwe_510{display:flex;flex-direction:column;font-size:.8em;align-items:center;font-weight:700;flex-wrap:nowrap;color:var(--darker-blue);min-width:fit-content;justify-content:center;position:fixed;top:75px;left:120px;z-index:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._searchFilterContainer_1egwe_510 ._searchInnerContent_1egwe_528{max-height:500px;overflow:auto;max-width:80%;white-space:pre-wrap;padding:1em;flex-direction:column}._searchFilterContainer_1egwe_510 ._searchInnerContent_1egwe_528::-webkit-scrollbar{width:5px;background-color:transparent;color:#006f73}._searchFilterContainer_1egwe_510 ._searchInnerContent_1egwe_528::-webkit-scrollbar-thumb{background-color:var(--primary)}._searchFilterContainer_1egwe_510 select{border:1px solid #00a5ac;border-radius:5px}._searchFilterContainer_1egwe_510 p{padding:10em}@media screen and (max-width:1000px){._searchFilterContainer_1egwe_510{width:100%;left:unset;text-align:center;top:100px;flex-wrap:wrap;white-space:wrap;clip-path:none}._searchFilterContainer_1egwe_510 p{padding:unset}}._emBreveContainer_1egwe_566{display:inline-flex;position:relative}._emBreve_1egwe_566{position:absolute;top:-13px;right:-15px;font-size:.45em;background-color:#dbde5e;color:#006f73;z-index:20;padding:.4em;border-radius:5px}._spacing_1b67x_1{padding-top:120px;max-width:unset}@media screen and (max-width:1350px){._spacing_1b67x_1{padding-top:180px}}@media screen and (max-width:1000px){._spacing_1b67x_1{padding-top:200px}}@media screen and (max-width:800px){._spacing_1b67x_1{padding-top:200px}}@media screen and (max-width:425px){._spacing_1b67x_1{padding-top:150px}}._cashbackContainer_1mcv1_1{max-width:1200px;margin:0 auto;padding:24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media(max-width:768px){._cashbackContainer_1mcv1_1{padding:16px}}._cashbackHeader_1mcv1_13{background:linear-gradient(135deg,#00a5ac,#008a90);color:#fff;border-radius:16px;padding:32px;margin-bottom:32px;text-align:center;position:relative;overflow:hidden;box-shadow:0 6px 9px #0000001a}._cashbackHeader_1mcv1_13:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%)}._cashbackHeader_1mcv1_13:hover:before{animation:_float_1mcv1_1 6s ease-in-out infinite}@media(max-width:768px){._cashbackHeader_1mcv1_13{padding:24px 16px}}._headerContent_1mcv1_42{position:relative;z-index:1}._titleSection_1mcv1_47{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}._titleSection_1mcv1_47 h1{font-size:2.5rem;font-weight:700;margin:0;color:#f8f9fa}@media(max-width:768px){._titleSection_1mcv1_47 h1{font-size:2rem}}._titleIcon_1mcv1_66{font-size:2.5rem;color:#f8f9fa}@media(max-width:768px){._titleIcon_1mcv1_66{font-size:2rem}}._subtitle_1mcv1_76{font-size:1.2rem;opacity:.9;margin:0}@media(max-width:768px){._subtitle_1mcv1_76{font-size:1rem}}._summaryCards_1mcv1_87{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){._summaryCards_1mcv1_87{grid-template-columns:1fr}}@media(max-width:1024px)and (min-width:769px){._summaryCards_1mcv1_87{grid-template-columns:repeat(2,1fr)}}._summaryCards_1mcv1_87{margin-bottom:32px}._card_1mcv1_106{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 3px #0000001a;display:flex;align-items:center;gap:16px;border:1px solid #e9ecef}@media(max-width:768px){._card_1mcv1_106{padding:20px}}._cardIcon_1mcv1_122{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}._card_1mcv1_106:nth-child(1) ._cardIcon_1mcv1_122{background:linear-gradient(45deg,#00a5ac,#00b8c2);color:#fff}._card_1mcv1_106:nth-child(2) ._cardIcon_1mcv1_122{background:linear-gradient(45deg,#00a5ac,#00b8c2)}._card_1mcv1_106:nth-child(3) ._cardIcon_1mcv1_122{background:linear-gradient(45deg,#00a5ac,#00b8c2)}._cardContent_1mcv1_144{flex:1}._cardContent_1mcv1_144 h3{margin:0 0 8px;font-size:.9rem;color:#6c757d;text-transform:uppercase;font-weight:700;letter-spacing:.5px}._cardValue_1mcv1_156{margin:0;font-size:1.5rem;font-weight:700;color:#343a40}@media(max-width:768px){._cardValue_1mcv1_156{font-size:1.3rem}}._progressSection_1mcv1_168{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 2px 3px #0000001a;border:1px solid #e9ecef}@media(max-width:768px){._progressSection_1mcv1_168{padding:24px}}._progressHeader_1mcv1_182{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._progressHeader_1mcv1_182 h2{margin:0;color:#343a40;font-size:1.5rem}@media(max-width:768px){._progressHeader_1mcv1_182{flex-direction:column;gap:8px;text-align:center}._progressHeader_1mcv1_182 h2{font-size:1.3rem}}._progressReward_1mcv1_204{font-size:1.1rem;font-weight:700;color:#343a40;padding:10px;border-radius:6px}._progressPercentage_1mcv1_212{font-size:1rem;font-weight:700;color:#00a5ac}._progressBarContainer_1mcv1_218{height:14px;background:#e9ecef;border-radius:6px;overflow:hidden;margin-bottom:8px;position:relative}._progressBar_1mcv1_218{height:100%;background:linear-gradient(90deg,#00a5ac,#00b8c2);border-radius:6px;transition:width 1s ease-in-out;position:relative}._progressBar_1mcv1_218:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:_shine_1mcv1_1 8s infinite}._progressInfo_1mcv1_245{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-color)}._progressInfo_1mcv1_245 span{color:#00a5ac}@media(max-width:768px){._progressInfo_1mcv1_245{flex-direction:column-reverse;text-align:center;gap:4px}}._rewardsSection_1mcv1_263,._campaignsSection_1mcv1_264{background:#fff;border-radius:12px;padding:32px;margin-bottom:32px;box-shadow:0 6px 9px #0000001a;border:1px solid #e9ecef}._rewardsSection_1mcv1_263 h2,._campaignsSection_1mcv1_264 h2{color:#343a40;font-size:1.5rem}@media(max-width:768px){._rewardsSection_1mcv1_263,._campaignsSection_1mcv1_264{padding:24px}._rewardsSection_1mcv1_263 h2,._campaignsSection_1mcv1_264 h2{font-size:1.3rem}}._rewardsHeader_1mcv1_288{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px}._pixDescription_1mcv1_295{margin-bottom:16px}._pixDescription_1mcv1_295 p{color:#343a40;font-weight:500}._pixDescription_1mcv1_295 p strong{font-weight:700;color:#343a40}._pixWarning_1mcv1_307{margin-bottom:16px}._pixWarning_1mcv1_307 ._pixWarningTitle_1mcv1_310{color:#343a40;font-weight:500}._pixWarning_1mcv1_307 ._pixWarningTitle_1mcv1_310 strong{font-weight:700}._pixWarning_1mcv1_307 ._pixWarningText_1mcv1_317{color:#343a40;font-weight:500}._pixWarning_1mcv1_307 ._pixWarningText_1mcv1_317 strong{font-weight:700}._pixWarning_1mcv1_307 ._cpfList_1mcv1_324{margin-left:0;margin-top:8px}._pixWarning_1mcv1_307 ._cpfList_1mcv1_324 p{margin-bottom:4px;font-weight:500}._pixWarning_1mcv1_307 ._cpfList_1mcv1_324 p strong{font-weight:700}._rewardsInfo_1mcv1_336{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:24px}._rewardsInfo_1mcv1_336 ._rewardsInfoItem_1mcv1_343{color:#343a40;font-weight:500}._rewardsInfo_1mcv1_336 ._rewardsInfoItem_1mcv1_343 strong{font-weight:700}._rewardsList_1mcv1_351,._campaignsList_1mcv1_352{display:flex;flex-direction:column;gap:16px}._rewardItem_1mcv1_358,._campaignItem_1mcv1_359{border:1px solid #e9ecef;border-radius:8px;padding:20px;transition:all .3s ease}._rewardItem_1mcv1_358:hover,._campaignItem_1mcv1_359:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._campaignItem_1mcv1_359 h3{margin:0 0 8px;color:#343a40}._campaignItem_1mcv1_359 p{margin:0 0 16px;color:#6c757d}._campaignDetails_1mcv1_380{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}@media(max-width:768px){._campaignDetails_1mcv1_380{flex-direction:column;gap:8px;align-items:flex-start}}._campaignBonus_1mcv1_394{background:#dbde5e;color:#fff;padding:4px 12px;border-radius:12px;font-weight:600}._noRewards_1mcv1_402,._noCampaigns_1mcv1_403{text-align:center;color:#6c757d;padding:40px 20px}._noRewards_1mcv1_402 p,._noCampaigns_1mcv1_403 p{margin:8px 0}._imageSlider_1mcv1_413{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 3px #0000001a;border:1px solid #e9ecef}._imageSlider_1mcv1_413 h2{margin:0 0 24px;color:#343a40;font-size:1.5rem;text-align:center}@media(max-width:768px){._imageSlider_1mcv1_413{padding:24px}._imageSlider_1mcv1_413 h2{font-size:1.3rem}}._sliderContainer_1mcv1_435{position:relative;display:flex;align-items:center;gap:16px;margin-bottom:24px}._sliderButton_1mcv1_443{border:none;padding:12px 24px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#00a5ac;width:48px;height:48px;border:2px solid #00A5AC;border-radius:8px;flex-shrink:0;font-size:1.8rem;transition:all .3s ease;position:relative}._sliderButton_1mcv1_443:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-top:3px solid #00A5AC;border-right:3px solid #00A5AC;transform:translate(-50%,-50%) rotate(45deg);transition:border-color .3s ease}._sliderButton_1mcv1_443:first-child:after{transform:translate(-30%,-50%) rotate(-135deg)}._sliderButton_1mcv1_443:last-child:after{transform:translate(-70%,-50%) rotate(45deg)}._sliderButton_1mcv1_443:hover{background:#00a5ac;color:#fff;transform:translate(0)}._sliderButton_1mcv1_443:hover:after{border-color:#fff}._sliderButton_1mcv1_443:active{transform:scale(.95)}._sliderButton_1mcv1_443:first-child:hover{transform:translate(-3px)}._sliderButton_1mcv1_443:last-child:hover{transform:translate(3px)}._sliderButton_1mcv1_443 svg+._sliderButtonText_1mcv1_500{display:none}._sliderButtonText_1mcv1_500{font-size:2rem;font-weight:700;line-height:1}._sliderContent_1mcv1_510{flex:1;overflow:hidden;border-radius:12px}._slideImage_1mcv1_516{position:relative;width:100%;height:300px}._slideImage_1mcv1_516 img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){._slideImage_1mcv1_516{height:200px}}._slideOverlay_1mcv1_533{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:24px}._slideOverlay_1mcv1_533 h3{margin:0;font-size:1.5rem;font-weight:700}@media(max-width:768px){._slideOverlay_1mcv1_533{padding:16px}._slideOverlay_1mcv1_533 h3{font-size:1.2rem}}._sliderDots_1mcv1_556{display:flex;justify-content:center;gap:8px}._dot_1mcv1_562{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}._dot_1mcv1_562._active_1mcv1_571{background:#00a5ac;transform:scale(1.2)}._dot_1mcv1_562:hover{background:#13f5ff}._loadingContainer_1mcv1_579,._errorContainer_1mcv1_580{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:12px;box-shadow:0 2px 3px #0000001a}._loadingContainer_1mcv1_579 p,._errorContainer_1mcv1_580 p{margin:16px 0 0;color:#6c757d;font-size:1.1rem}._errorMessage_1mcv1_598{color:#dc3545;font-weight:600;margin-bottom:24px}._retryButton_1mcv1_604{border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;background:#00a5ac;color:#fff}._retryButton_1mcv1_604:hover{background:#007479}@keyframes _spin_1mcv1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _float_1mcv1_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes _shine_1mcv1_1{0%{left:-100%}to{left:100%}}._historySection_1mcv1_646{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 3px #0000001a;border:1px solid #e9ecef}@media(max-width:768px){._historySection_1mcv1_646{padding:20px;border-radius:8px}}._historyHeader_1mcv1_660{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}@media(max-width:768px){._historyHeader_1mcv1_660{flex-direction:column;align-items:stretch}}._historyTitle_1mcv1_675{display:flex;align-items:center;gap:12px}._historyTitle_1mcv1_675 h2{margin:0;color:#343a40;font-size:1.5rem}@media(max-width:768px){._historyTitle_1mcv1_675 h2{font-size:1.3rem}}._historyIcon_1mcv1_691{font-size:1.5rem;color:#00a5ac}._monthSelector_1mcv1_696{display:flex;align-items:center;gap:12px;background:#f8f9fa;padding:8px 16px;border-radius:8px;border:1px solid #e9ecef}._calendarIcon_1mcv1_706{color:#00a5ac;font-size:1.2rem}._monthInput_1mcv1_711{border:none;background:transparent;font-size:1rem;color:#343a40;font-weight:500;cursor:pointer;outline:none}._monthInput_1mcv1_711::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(50%)}._historyLoading_1mcv1_725{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px}._historyLoading_1mcv1_725 p{margin-top:16px;color:#6c757d}._cashbackValue_1mcv1_737{color:#00a5ac}._purchaseAmount_1mcv1_741{color:#6c757d}._cashbackAmount_1mcv1_745{color:#dbde5e;font-weight:600}._status_1mcv1_750{padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}._status_1mcv1_750._creditado_1mcv1_756{background:#dbde5e33;color:#aeb224}._status_1mcv1_750._pendente_1mcv1_760{background:#ffc10733;color:#a07800}._noHistory_1mcv1_765{text-align:center;color:#6c757d;padding:60px 20px}._noHistory_1mcv1_765 p{margin:0;font-size:1.1rem}._historyTable_1mcv1_775{margin-top:24px;border-radius:8px;overflow:hidden;border:1px solid #e9ecef}._historyPagination_1mcv1_782{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;flex-wrap:wrap;color:#6c757d;font-size:.95rem}._paginationButton_1mcv1_793{border:none;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:6px;background:#00a5ac;color:#fff;font-size:.9rem}._paginationButton_1mcv1_793:disabled{opacity:.5;cursor:not-allowed}._paginationInfo_1mcv1_815{font-weight:600;color:#343a40}._paginationCount_1mcv1_820{color:#6c757d}._tableHeader_1mcv1_824{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;background:linear-gradient(135deg,#00a5ac,#00a5ac);color:#fff;font-weight:600}@media(max-width:768px){._tableHeader_1mcv1_824{display:none}}._tableHeaderCell_1mcv1_837{padding:16px;text-align:center;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:4px}._tableBody_1mcv1_849{background:#f8f9fa}._tableRow_1mcv1_853{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;border-bottom:1px solid #e9ecef;transition:background-color .2s ease;background-color:#f8f9fa}._tableRow_1mcv1_853:hover{background-color:#e9ecef}._tableRow_1mcv1_853:last-child{border-bottom:none}@media(max-width:768px){._tableRow_1mcv1_853{display:block;border-bottom:1px solid #e9ecef;padding:20px;border-radius:8px;margin-bottom:12px;background:#f8f9fa;box-shadow:0 2px 4px #0000001a}._tableRow_1mcv1_853:last-child{border-bottom:1px solid #e9ecef;margin-bottom:0}}._tableCell_1mcv1_882{padding:16px;display:flex;align-items:center;justify-content:center;word-wrap:break-word}@media(max-width:768px){._tableCell_1mcv1_882{padding:8px 0;justify-content:space-between;border-bottom:1px solid #f0f0f0;min-height:40px;align-items:flex-start}._tableCell_1mcv1_882:last-child{border-bottom:none}._tableCell_1mcv1_882:before{content:attr(data-label);font-weight:600;color:#6c757d;font-size:.9rem;flex-shrink:0;margin-right:8px;min-width:120px}}._cellValue_1mcv1_911{font-weight:400;color:#6c757d;font-size:1.1rem}@media(max-width:768px){._cellValue_1mcv1_911{font-size:1rem;text-align:right;flex:1;word-break:break-word}}._cellDate_1mcv1_925{color:#343a40;font-weight:400}@media(max-width:768px){._cellDate_1mcv1_925{font-size:.95rem}}._cellStatus_1mcv1_935{padding:6px 12px;border-radius:5px;font-size:.85rem;font-weight:400;letter-spacing:.5px;white-space:normal;word-break:break-word;text-align:center;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:6px;min-width:130px;width:130px}@media(max-width:768px){._cellStatus_1mcv1_935{padding:4px 8px;font-size:.8rem;word-break:break-word;white-space:normal;text-align:center;min-width:110px;width:110px}}._statusError_1mcv1_964{color:#d3302a}._statusGood_1mcv1_968{color:#6c757d}@media(max-width:480px){._cashbackContainer_1mcv1_1{padding:12px}._card_1mcv1_106{flex-direction:column;text-align:center;gap:12px}._sliderContainer_1mcv1_435{flex-direction:column;gap:12px}._sliderButton_1mcv1_443{width:40px;height:40px;font-size:1.5rem}._historyTable_1mcv1_775{margin-top:16px}._tableRow_1mcv1_853{padding:16px;margin-bottom:8px}._tableCell_1mcv1_882{padding:6px 0;font-size:.9rem}._tableCell_1mcv1_882:before{font-size:.8rem}._cellValue_1mcv1_911{font-size:1.1rem}._cellDate_1mcv1_925{font-size:.85rem}._cellStatus_1mcv1_935{padding:3px 6px;font-size:.75rem}}._warningMessage_1mcv1_1015{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffc107;border-radius:12px;padding:20px;margin-bottom:32px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 2px 3px #0000001a}@media(max-width:768px){._warningMessage_1mcv1_1015{padding:16px;margin-bottom:24px}}._warningContent_1mcv1_1033{flex:1}._warningContent_1mcv1_1033 h3{margin:0 0 8px;font-size:1.2rem;color:#856404;font-weight:600}@media(max-width:768px){._warningContent_1mcv1_1033 h3{font-size:1.1rem}}._warningContent_1mcv1_1033 p{margin:0;color:#856404;font-size:.95rem;line-height:1.5}@media(max-width:768px){._warningContent_1mcv1_1033 p{font-size:.9rem}}._warningHeader_1mcv1_1059{display:flex;align-items:baseline;gap:8px;margin-bottom:8px;margin-top:4px}._warningIcon_1mcv1_1067{font-size:1.2rem;flex-shrink:0;line-height:1;display:flex;align-items:center}@media(max-width:768px){._warningIcon_1mcv1_1067{font-size:1.1rem}}._infoIconDark_1mcv1_1080{color:#00a5ac;cursor:pointer}._infoIconLight_1mcv1_1085{color:#f8f9fa;cursor:pointer}._cadastrarChavePix_1hbkh_1{color:var(--white);font-weight:700;transition:all .3s ease;padding:.5em;background-color:var(--primary);border-radius:.5em;width:100%;text-align:center;transition:all .2s ease}._cadastrarChavePix_1hbkh_1:hover{cursor:pointer;background-color:var(--white);color:var(--primary);border:1px solid var(--primary)}@media screen and (max-width:1680px){._cadastrarChavePix_1hbkh_1{font-size:.9em}}@media screen and (max-width:600px){._cadastrarChavePix_1hbkh_1{font-size:.8em}}._overlay_8jxyd_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:999999;font-family:Arial,sans-serif}._modal_8jxyd_15{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 30px #0000004d;text-align:center;max-width:400px;margin:20px;animation:_slideIn_8jxyd_1 .3s ease-out}@keyframes _slideIn_8jxyd_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._title_8jxyd_36{margin:0 0 15px;color:#333;font-size:18px;font-weight:600}._message_8jxyd_43{margin:0 0 25px;color:#666;font-size:14px;line-height:1.4}._button_8jxyd_50{background-color:#00a5ac;color:#fff!important;border:none;padding:12px 30px;border-radius:6px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s ease;min-width:140px}._button_8jxyd_50:hover{background-color:#006f73;color:#fff!important}._button_8jxyd_50:active{background-color:#005a5e;color:#fff!important;transform:translateY(1px)}._button_8jxyd_50:focus{outline:2px solid #00A5AC;outline-offset:2px;color:#fff!important}._button_8jxyd_50:visited{color:#fff!important}
