@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap";#header{grid-column:2;position:relative;z-index:3;position:sticky;top:1rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:2rem}.tutorial-header{position:absolute;top:1rem;right:1rem;z-index:5;pointer-events:none}.nav-link{display:flex;gap:.25rem;align-items:center}.nav-link span{color:var(--bege-500)}.nav-link a{display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.25rem;font-size:.8rem;font-weight:500;color:var(--bege-400);transition:.3s ease-out}.nav-link a svg>path{fill:var(--bege-500)}.nav-link a:hover{color:var(--bege-600)}.nav-link a:last-child{color:var(--bege-600)}.nav-link a:last-child:hover{color:var(--bege-800)}.header-actions{display:flex;justify-content:end;align-items:center;gap:.5rem}.profile-dropdown{position:relative;justify-self:end}.profile-dropdown>button{display:flex;align-items:center;gap:.4rem;height:2rem;padding-inline:4px;border:1px solid var(--bege-150);border-radius:1rem;background-color:var(--branco);cursor:pointer}.profile-dropdown>button:hover>button{background-color:var(--bege-60)}.profile-dropdown>button p{font-size:.8rem;font-weight:500;color:var(--bege-500)}.profile-dropdown>button span{cursor:pointer;display:flex;align-items:center;justify-self:center;background-color:var(--branco);padding:.25rem;border-radius:50%;transition:.3s ease-out}.profile-dropdown>button span svg{transition:transform .3s ease-out}.profile-dropdown>button span svg path{fill:var(--bege-600)}.profile-dropdown>button span.dropdown-open>svg{transform:rotate(180deg)}.profile-menu{position:absolute;right:0;z-index:3;margin-top:.25rem;padding:.25rem;width:100%;display:flex;flex-direction:column;gap:.25rem;background-color:var(--branco);box-shadow:var(--shadow2);border-radius:1rem}.profile-menu li{display:flex;justify-content:space-between;padding:.5rem .75rem;border-radius:.8rem;font-size:.8rem;font-weight:500;color:var(--bege-500);cursor:pointer;transition:.3s ease-out}.profile-menu li:hover{background-color:var(--bege-60)}.slide-down{opacity:0;transform:translateY(-20px);animation:slide-down .3s forwards}@keyframes slide-down{to{opacity:1;transform:initial}}.profile{display:flex;align-items:center;justify-content:center}.profile>div{display:grid;grid-template-columns:16rem 1fr;gap:1rem;width:47rem;height:80%;background:var(--branco);box-shadow:var(--shadow1);border-radius:.75rem}.profile-aside{display:flex;flex-direction:column;gap:.5rem;border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;background:var(--bege-120);padding:1.5rem .75rem 1.5rem 2rem}.profile-aside img,.profile-aside svg{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.profile-aside>div{display:flex;flex-direction:column;gap:.25rem}.profile-aside>div h3{color:var(--bege-700);font-size:.875rem;font-weight:500}.profile-aside>div p{overflow:hidden;color:var(--bege-300);text-overflow:ellipsis;font-size:.75rem;font-weight:450}.profile-content{display:flex;flex-direction:column;gap:2rem;padding:1.5rem 2rem 1.5rem 1.25rem}.profile-content hgroup{display:flex;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--bege-150)}.profile-content hgroup h2{color:var(--bege-700);font-size:1rem;font-weight:500}.profile-details{position:relative;display:grid;grid-template-columns:1fr 1fr;row-gap:1rem;column-gap:.25rem}.profile-details .btn-cancel,.profile-details .btn-save{padding-top:1rem}.profile-details>button{position:absolute;top:0;right:0}.profile-details>div:has(p){grid-column:span 2}.profile-details>div{display:flex;flex-direction:column;gap:.3rem}.profile-details>div strong,.profile-details>div label{font-weight:500;color:var(--bege-400);font-size:.75rem}.profile-details>div p,.profile-details>div input{margin:0;width:100%;border:1px solid var(--bege-150);border-radius:.5rem;font-size:.875rem;font-weight:450;color:var(--bege-600)}.profile-details>div p{border:1px solid transparent}.profile-details menu{grid-column:span 2;display:flex;gap:.5rem;align-items:flex-end;justify-content:flex-end}.profile-details menu button:nth-child(1){background:transparent;color:var(--bege-300)}.profile-details menu button:nth-child(1):hover{color:var(--vermelho-400)}.input-field{position:relative;display:flex;flex-direction:column;gap:.25rem;width:100%}.input-field label{display:flex;align-items:center;justify-content:space-between;color:var(--bege-400);font-size:.8rem}.input-field input,.input-field textarea{width:100%;padding:.625rem .75rem;border:1px solid var(--bege-150);border-radius:.5rem;font-size:.875rem;font-weight:450;color:var(--bege-600)}.input-field input::placeholder,.input-field textarea::placeholder{color:var(--bege-250);font-size:.875rem;font-weight:450}.input-field textarea{resize:none;height:6rem}.input-field input[type=search]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input-field input[type=search]::-webkit-search-decoration,.input-field input[type=search]::-webkit-search-results-decoration,.input-field input[type=search]::-webkit-search-results-button,.input-field input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-field .search-results{position:absolute;top:4rem;z-index:2;height:max-content;max-height:10rem;width:100%;padding:.25rem;background:var(--branco);border:1px solid var(--bege-150);border-radius:.5rem;box-shadow:var(--shadow1);overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.input-field .search-results::-webkit-scrollbar{display:none}.input-field .search-results li{display:flex;align-items:center;height:2.25rem;padding-inline:.75rem;font-size:.875rem;color:var(--bege-600);text-wrap:nowrap;cursor:pointer;transition:.3s ease-out}.input-field .search-results li:hover{background-color:var(--bege-60);border-radius:.25rem}.color-input{position:relative}.custom-select{position:relative;width:100%;height:100%}.custom-select>div{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.625rem .75rem;border:1px solid var(--bege-150);background:var(--branco);border-radius:.5rem;font-size:.875rem;font-weight:450;color:var(--bege-600);transition:.3s ease-out;cursor:pointer}.custom-select>div svg>path{fill:var(--bege-300);transition:.3s ease-out}.custom-select>div:hover{color:var(--bege-700);border-color:var(--bege-400)}.custom-select ul{position:absolute;top:calc(100% + .25rem);z-index:2;display:flex;flex-direction:column;gap:.25rem;min-width:100%;max-height:14rem;padding:.25rem;background:var(--branco);border:1px solid var(--bege-150);border-radius:1rem;box-shadow:var(--shadow2);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.custom-select ul::-webkit-scrollbar{width:.5rem}.custom-select ul::-webkit-scrollbar-track{margin:.5rem 0}.custom-select ul::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem;border:1px solid var(--branco)}.custom-select ul::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.custom-select ul li{display:flex;align-items:center;padding:.625rem .625rem .625rem .75rem;border-radius:.8rem;width:100%;font-size:.8rem;font-weight:450;text-wrap:nowrap;background:var(--bege-30);color:var(--bege-600);cursor:pointer;transition:.3s ease-out}.custom-select ul li:hover{color:var(--bege-700);background-color:var(--bege-90)}.custom-select.disabled{pointer-events:none}.custom-select.disabled>div{border-color:var(--bege-150);background:var(--bege-60);color:var(--bege-400)}.profile-picture{display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--bege-60);border:1px solid var(--bege-150);overflow:hidden;-webkit-user-select:none;user-select:none;aspect-ratio:1 / 1}.profile-picture path{fill:var(--bege-400)}.profile-picture text{pointer-events:none;fill:var(--bege-500);font-weight:500;text-transform:uppercase;dominant-baseline:central;text-anchor:middle}.close-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:.75rem;background:var(--bege-300);transition:.3s ease-out}.close-btn svg>path{fill:var(--branco)}.close-btn:hover{background:var(--vermelho-400)}.notification-btn{position:relative}.notification-btn>button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;aspect-ratio:1/1;border-radius:1rem;border:1px solid var(--bege-150);background:var(--branco);cursor:pointer}.notification-btn>button>svg path{fill:var(--bege-400)}.notification-btn>button.has-notifications{border:1px solid var(--vermelho-200);background:var(--vermelho-100)}.notification-btn>button.has-notifications>svg path{fill:var(--vermelho-400)}.notification-btn>span{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;padding:0 2px;min-width:1rem;height:1rem;border-radius:.75rem;background:var(--vermelho-400);color:var(--branco);font-size:.6rem;font-weight:600}.notifications{position:fixed;top:.5rem;right:.5rem;z-index:3;display:flex;flex-direction:column;align-items:flex-start;width:28rem;height:max-content;max-height:calc(100vh - 1rem);padding:1.25rem;gap:.75rem;border-radius:1.25rem;background:var(--branco)}.notifications>header{display:flex;justify-content:space-between;width:100%;padding-bottom:.5rem;border-bottom:1px solid var(--bege-150)}.notifications>header h3{color:var(--urb-800);font-size:1rem;font-weight:500}.notifications>nav{display:flex;justify-content:space-between;align-items:center;width:100%}.notifications>nav>button{height:max-content;color:var(--bege-400);font-size:.7rem;font-weight:500;text-decoration:underline;cursor:pointer}.notifications>ul{display:flex;flex-direction:column;width:100%;gap:.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.notifications>ul::-webkit-scrollbar{display:none}.notifications-empty{display:flex;justify-content:center;align-items:center;width:100%;padding:.75rem;border-radius:.75rem;border:1px solid var(--bege-90);background:var(--bege-30)}.notifications-empty p{color:var(--bege-500);font-size:.8rem;font-weight:500}.nav-tabs{padding:.2rem;display:flex;align-items:center;width:max-content;gap:.5rem;background:var(--bege-60);border:1px solid var(--bege-150);border-radius:1.125rem}.nav-tabs li{color:var(--bege-300);font-size:.8rem;font-weight:500;padding:.4rem .75rem;cursor:pointer}.nav-tabs li.active{border-radius:10.25rem;color:var(--bege-600);box-shadow:var(--shadow1);background:var(--branco)}.notification-toast{display:flex;gap:.5rem;padding:.75rem;border-radius:.75rem;background:var(--bege-30);border:1px solid var(--bege-90);cursor:pointer}.notification-toast picture{display:flex;align-items:center;width:1.5rem;height:1.5rem;aspect-ratio:1/1}.notification-toast picture>span{display:flex;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;aspect-ratio:1/1;border-radius:.75rem}.notification-toast picture>img{width:100%;height:100%;object-fit:cover}.notification-toast>div{display:flex;flex-direction:column;gap:.5rem}.notification-toast>div hgroup{display:flex;flex-direction:column;gap:.125rem}.notification-toast>div hgroup p{color:var(--bege-500);font-size:.8rem;font-weight:450}.notification-toast>div hgroup span{color:var(--bege-500);font-size:.7rem;font-weight:450}.notification-toast>div a{padding:.4rem .875rem;width:max-content;gap:.4rem;font-size:.8rem;font-weight:500;border-radius:1rem;transition:.3s ease-out;cursor:pointer}.notification-toast>div a:hover{scale:1.03}.notification-toast .marcar-lida{width:.5rem;height:.5rem;border-radius:50%}.notification-toast>button{margin-left:auto;margin-bottom:auto;aspect-ratio:1/1;cursor:pointer;transition:.2s ease-out}.notification-toast>button svg path{fill:var(--bege-500)}.notification-toast>button:hover{scale:1.1}.notification-toast.notificacao-informativa{border:1px solid var(--urb-200);background:var(--urb-50)}.notification-toast.notificacao-informativa p{color:var(--bege-600)}.notification-toast.notificacao-informativa .marcar-lida{background:var(--urb-600)}.notification-toast.notificacao-informativa .marcar-lida:hover{box-shadow:0 0 0 2px var(--urb-300)}.notification-toast.notificacao-informativa>button svg path{fill:var(--urb-600)}.notification-toast.notificacao-alerta{border:1px solid var(--amarelo-200);background:var(--amarelo-100)}.notification-toast.notificacao-alerta>picture>span{border:1px solid var(--amarelo-200);background:var(--amarelo-100)}.notification-toast.notificacao-alerta>picture>span svg path{fill:var(--amarelo-400)}.notification-toast.notificacao-alerta>div p{color:var(--bege-600)}.notification-toast.notificacao-alerta>div a{color:var(--bege-30);background:var(--amarelo-400)}.notification-toast.notificacao-alerta>div a:hover{background:var(--amarelo-300)}.notification-toast.notificacao-alerta .marcar-lida{background:var(--amarelo-400)}.notification-toast.notificacao-alerta .marcar-lida:hover{box-shadow:0 0 0 2px var(--amarelo-200)}.notification-toast.notificacao-alerta>button svg path{fill:var(--amarelo-600)}.notification-toast.notificacao-destrutiva{border:1px solid var(--vermelho-200);background:var(--vermelho-100)}.notification-toast.notificacao-destrutiva>picture>span{border:1px solid var(--vermelho-200);background:var(--vermelho-100)}.notification-toast.notificacao-destrutiva>picture>span svg path{fill:var(--vermelho-400)}.notification-toast.notificacao-destrutiva p{color:var(--bege-600)}.notification-toast.notificacao-destrutiva .marcar-lida{background:var(--vermelho-400)}.notification-toast.notificacao-destrutiva .marcar-lida:hover{box-shadow:0 0 0 2px var(--vermelho-200)}.notification-toast.notificacao-destrutiva>button svg path{fill:var(--vermelho-600)}.notification-portal{position:absolute;top:.75rem;right:1rem;z-index:1000;width:22rem}.sidebar{grid-column:1;grid-row:1/-1;border-radius:1.25rem;border:1px solid var(--bege-150);background-color:var(--bege-30);height:calc(100vh - 32px);position:fixed;width:13rem;padding:.75rem;display:flex;justify-content:space-between;flex-direction:column}.sidebar section{display:flex;flex-direction:column;gap:2rem}.sidebar section>.sidebar-logo{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-left:.75rem;padding-top:.75rem}.sidebar section>.sidebar-logo>picture{display:flex;gap:.4rem}.sidebar section>.sidebar-logo>picture img{width:5.5rem}.sidebar section>.sidebar-logo>picture>span{display:flex;align-items:center;font-size:.7rem;font-weight:500;color:var(--bege-400);background-color:var(--bege-60);border:1px solid var(--bege-200);border-radius:.75rem;padding:0rem .4rem}.sidebar section>.sidebar-logo>p{font-size:.7rem;font-weight:450;color:var(--bege-250)}.sidebar section>div{display:flex;flex-direction:column;gap:.75rem}.sidebar section>div>div{display:flex;flex-direction:column;gap:.5rem;align-items:start}.sidebar section>div>div h4{padding-left:.75rem;color:var(--bege-400);font-size:.7rem;font-weight:450}.sidebar section>div>div menu{display:flex;flex-direction:column;gap:.125rem;width:100%}.sidebar section>div>hr{width:100%;height:1px;background-color:var(--bege-90)}.btn-sidebar{position:relative;width:100%}.btn-sidebar button{display:flex;gap:.75rem;align-items:center;position:relative;color:var(--bege-500);border:1px solid transparent;font-size:.75rem;font-weight:450;padding:.4rem .5rem;border-radius:.625rem;width:100%;cursor:pointer;transition:.3s ease-out}.btn-sidebar button:hover{background:var(--bege-60);color:var(--bege-600)}.btn-sidebar button:hover svg>path{fill:var(--bege-600)}.btn-sidebar button svg>path{fill:var(--bege-500);transition:.3s ease-out}.selected{border:1px solid var(--bege-90)!important;background:var(--branco);color:var(--urb-600)!important}.selected svg>path{fill:var(--urb-500)!important}.selected:before{content:"";display:inline-block;width:.125rem;height:.75rem;border-radius:.125rem;background-color:var(--urb-600);position:absolute;left:-1px;z-index:1}.selected:hover{color:var(--bege-600)!important;border:1px solid transparent!important}.selected:hover svg>path{fill:var(--bege-600)!important}.selected:hover:before{background-color:var(--bege-600)!important}.soon{color:var(--bege-200)!important;cursor:default!important}.soon svg>path{fill:var(--bege-200)!important}.feedback-sidebar{z-index:1;position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.875rem;border-radius:.875rem;border:1px solid var(--bege-120);background:var(--bege-30);overflow:hidden}.feedback-sidebar:before{z-index:-1;content:"";position:absolute;right:0;bottom:0;width:195px;height:223px;background:radial-gradient(47.8% 50% at 49.87% 50%,#c6e4cd,#e4feea00)}.feedback-sidebar>div{display:flex;flex-direction:column;align-items:center;gap:.25rem}.feedback-sidebar>div img{width:70px}.feedback-sidebar>div p{color:var(--bege-600);font-size:.875rem;font-weight:500;text-align:center}.feedback-sidebar>div p span{color:var(--urb-500);font-weight:600}.feedback-sidebar a{display:flex;align-items:center;gap:.25rem;color:var(--urb-500);font-size:.7rem;font-weight:600;transition:.3s ease-out;cursor:pointer}.feedback-sidebar a:hover{color:var(--urb-600);scale:1.01}.feedback-sidebar a svg{transform:rotate(180deg)}.feedback-sidebar a svg path{fill:var(--urb-500)}.tutorial-card{display:flex;flex-direction:column;gap:1.5rem;align-items:center;background:var(--branco);border-radius:20px;box-shadow:var(--shadow2);width:26rem;padding:1.25rem}.tutorial-card hgroup{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:.5rem;border-bottom:1px solid var(--bege-90)}.tutorial-card hgroup h1{color:var(--bege-500);font-size:1rem;font-weight:500}.tutorial-card section{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.tutorial-card section>img{height:9rem}.tutorial-card section>div{display:flex;flex-direction:column;gap:.4rem}.tutorial-card section>div h2{color:var(--urb-700);text-align:center;font-size:1.125rem;font-weight:600}.tutorial-card section>div p{color:var(--bege-600);text-align:center;font-size:.875rem;font-weight:450;line-height:140%;max-width:32ch}.tutorial-card section>div p em{color:var(--urb-600);font-weight:500}.tutorial-card nav{display:flex;width:100%;justify-content:space-between}.tutorial-card.step-final>nav>button{width:100%}.tutorial-steps{position:relative;display:flex;flex-direction:column;gap:.4rem;width:22rem;padding:.25rem .25rem .5rem;background:var(--bege-60);border:1px solid var(--bege-150);border-radius:1.25rem;box-shadow:0 2px 5px #0000001a}.tutorial-steps svg{position:absolute;z-index:-1}.tutorial-steps section{display:flex;flex-direction:column;padding:1rem;gap:.4rem;border-radius:1.125rem;border:1px solid var(--bege-150);background:var(--branco)}.tutorial-steps section h2{color:var(--bege-750);font-size:1rem;font-weight:500}.tutorial-steps section h2 span{color:var(--urb-600)}.tutorial-steps section p{color:var(--bege-600);font-size:.875rem;font-weight:450;line-height:140%}.tutorial-steps>div{display:flex;justify-content:space-between;align-items:center;padding:0 .75rem}.tutorial-steps>div p{color:var(--bege-400);font-size:.75rem;font-weight:500}.tutorial-steps>div nav{display:flex;gap:.4rem}.tutorial-steps>div nav .btn-outline{color:var(--bege-400);font-size:.8rem;padding:.25rem .75rem;border:1px solid var(--bege-150);background-color:transparent}.tutorial-steps>div nav .btn-primary{font-size:.8rem;padding:.25rem .75rem}.tutorial:has(.tutorial-card){display:flex;align-items:center;justify-content:center}.step-panel>svg{bottom:2rem;left:-.6rem}.step-dashboard>svg{bottom:-.75rem;left:2rem;rotate:-90deg}.step-profile>svg{top:1rem;right:-.6rem;rotate:-180deg}.step-products>svg{top:1.3rem;left:-.6rem}.step-lots>svg{bottom:-.75rem;left:2rem;rotate:-90deg}.step-company>svg{top:1.3rem;left:-.6rem}.panel{display:flex;flex-direction:column;min-height:calc(100vh - 5rem);overflow-y:auto;justify-content:flex-end;z-index:1}.panel>section{display:flex;justify-content:space-between;align-items:flex-end;width:100%;max-width:1120px;padding-bottom:1rem;border-bottom:1px solid var(--bege-150)}.panel>section>div{display:flex;flex-direction:column;gap:1rem}.panel>section>div hgroup{display:flex;flex-direction:column;gap:.25rem}.panel>section>div hgroup h2{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;line-height:120%;color:var(--bege-700)}.panel>section>div hgroup h3{color:var(--bege-500);font-size:.875rem;font-weight:450}.panel>div{width:100%;max-width:1120px}@media(min-width:1440px){.panel{justify-content:center;align-items:center}}.shadow{position:sticky;width:40rem;height:42rem;left:100%;top:5rem;z-index:0;background:radial-gradient(47.8% 50% at 49.87% 50%,#c6e4cd,#e4feea00)}.company-pill{display:flex;align-items:center;gap:.5rem;width:max-content;padding:.25rem .75rem .25rem .25rem;background:var(--bege-30);border:1px solid var(--bege-150);border-radius:.75rem}.company-pill h1{color:var(--bege-500);font-size:.8rem;font-weight:600}.company-icon{display:"inline-flex";border-radius:.5rem;overflow:"hidden"}.company-icon img{width:1.5rem;height:1.5rem;border-radius:.5rem;padding:.25rem;object-fit:contain}.company-icon svg{border:1px solid var(--bege-350);background:var(--bege-250)}.company-icon svg>path{fill:var(--bege-30)}.dashboard-filters{display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none}.dashboard-filters p{color:var(--bege-600);font-size:.8rem;font-weight:500}.dashboard-filters>div{display:flex;align-items:center;gap:.5rem}.dashboard-filters>div .input-field{gap:0}.dashboard-filters>div .custom-select>div{padding:.5rem .75rem;border:1px solid var(--bege-250);border-radius:1.25rem;font-size:.8rem;font-weight:500;color:var(--bege-600)}.dashboard-filters>div .custom-select>div:hover{color:var(--bege-700);background-color:var(--bege-30);border:1px solid var(--bege-150)}.dashboard-filters>div .custom-select>ul{right:0}.dashboard-loteadora{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:10.5rem;gap:1.25rem;padding-top:1rem}.dashboard-imobiliaria{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:10.5rem;gap:1.5rem}.dashboard-card{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1.25rem;border-radius:1.25rem;border:1px solid var(--bege-150);background:var(--bege-30)}.dashboard-card dl{display:flex;flex-direction:column;gap:.75rem}.dashboard-card dl dt{display:flex;flex-direction:column;font-size:.875rem;font-weight:500}.dashboard-card dl dd{font-size:2rem;font-weight:600}.dashboard-card ul{display:flex;flex-direction:column;gap:.5rem}.dashboard-card ul li{display:flex;justify-content:space-between;padding:.75rem 1rem;border-radius:.75rem;font-size:.8rem;background:var(--urb-200)}.dashboard-card ul li span{color:var(--urb-800)}.dashboard-card ul li em{color:var(--urb-800);font-weight:600}.dashboard-card ul li em .moeda-simbolo{color:var(--urb-500)}.big-card{grid-row:span 2;grid-column:1 / span 2;display:flex;flex-direction:column;gap:1.5rem}.big-card p{font-size:.875rem;font-weight:500;color:var(--bege-600)}.radial-card{grid-row:span 2;background:radial-gradient(47.46% 47.46% at 83.07% 37.71%,#6ac0b2,#5aa79a)}.radial-card dl>dt{color:var(--bege-120)}.radial-card dl>dd{color:var(--bege-60)}.radial-card li>span{font-weight:500}.large-card{grid-row:span 2}.large-card dl>dt{color:var(--bege-700)}.large-card dl>dd{color:var(--urb-600)}.large-card ul>li:first-child{background:var(--urb-300)}.large-card ul>li:last-child{background:var(--urb-100)}.large-card li>span{color:var(--urb-800);font-weight:500}.small-card>dl{gap:2px}.small-card>dl dt{color:var(--bege-700)}.small-card>dl div{display:flex;align-items:center;gap:.25rem}.small-card>dl div>span{color:var(--bege-400);font-size:.7rem;font-weight:500;padding:2px 6px;border-radius:.75rem;border:1px solid var(--bege-300)}.small-card>dl div>em{color:var(--bege-60);font-size:.7rem;font-weight:500;padding:2px 6px;border-radius:.75rem;background:var(--urb-600)}.small-card>div{display:flex;align-items:center;gap:.5rem}.small-card>div p{color:var(--urb-600);font-size:1.5rem;font-weight:600}.small-card>div p .metro-simbolo{font-size:1rem}.small-card>div p .moeda-simbolo{color:var(--urb-500)}.small-card>div em{font-size:.75rem;font-weight:500;color:var(--branco);padding:2px 6px;background:var(--urb-500);border-radius:.75rem}.small-card>div em span{color:var(--urb-100)}.cards-wrapper{display:flex;flex-direction:column;gap:.5rem}.cards-wrapper.disabled{opacity:.35;pointer-events:none}.cards-wrapper>h3{color:var(--bege-600);font-size:.8rem;font-weight:500;text-transform:uppercase}.cards-wrapper>h3.disabled{opacity:.35;pointer-events:none}.cards-wrapper>div{display:flex;flex-direction:row;gap:1rem;height:100%}.cards-wrapper>div>div{flex:1}.detail-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%;width:100%;padding:1rem;row-gap:1rem;flex:1 0 0;flex-wrap:wrap;border-radius:1.25rem;border:1px solid var(--bege-150);background:var(--bege-30)}.detail-card.disabled{opacity:.35;pointer-events:none}.detail-card h3{color:var(--bege-700);font-size:.8rem;font-weight:500}.detail-card>div{display:flex;align-items:center;gap:.5rem;width:100%}.detail-card>div>p{font-size:1.5rem;font-weight:600}.detail-card>div>p span{color:var(--bege-300)}.detail-card>div>span{padding:.25rem .5rem;border-radius:.75rem;background:var(--urb-500);color:var(--urb-50);font-size:.75rem;font-weight:500}.detail-card>div>a{margin-left:auto;display:flex;padding:.5rem .5rem .5rem .875rem;align-items:center;gap:.25rem;border-radius:1rem;border:1px solid var(--laranja-200);background:var(--laranja-100);color:var(--laranja-400);font-size:.75rem;font-weight:500}.detail-card>div>a.azul{border:1px solid var(--azul-200);background:var(--azul-100);color:var(--azul-400)}.detail-card.verde p{color:var(--urb-700)}.detail-card.laranja p{color:var(--laranja-700)}.product{display:flex;flex-direction:column;gap:2.25rem;min-height:calc(100vh - 6rem)}.product>hgroup{position:relative;display:flex;padding-left:1.5rem;gap:.7rem;z-index:2}.product>hgroup picture{overflow:hidden;aspect-ratio:5 / 3;height:4rem;border-radius:.75rem}.product>hgroup picture img{width:100%;height:100%;object-fit:cover;transition:.3s ease-out}.product>hgroup>div{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.product>hgroup>div h1{color:var(--bege-800);font-size:1rem;font-weight:500}.product>hgroup>div p{color:var(--bege-600);font-size:.8rem;font-weight:450}.product>hgroup:hover picture img{scale:110%}.product>hgroup .nav-tabs{position:absolute;bottom:-3.5rem}.product>section>hgroup{position:relative}.product-type-pill{color:var(--bege-600);font-weight:450;background-color:var(--bege-120);border:1px solid var(--bege-200);border-radius:.75rem}.product-type-pill.small{font-size:.7rem;padding:.125rem .5rem}.product-type-pill.medium{font-size:.75rem;padding:.125rem .5rem}.product-type-pill.type-pill-outline{padding:0;color:var(--bege-400)!important;background-color:transparent!important;border:transparent!important}.product-type-pill.type-pill-selected{padding:0;background-color:transparent!important;border:transparent!important}.product-type-pill.bairro{background-color:var(--bairro-claro);color:var(--bairro-escuro);border-color:var(--bairro-claro)}.product-type-pill.bairro-planejado{background-color:var(--bairro-planejado-claro);color:var(--bairro-planejado-escuro);border-color:var(--bairro-planejado-claro)}.product-type-pill.condominio-fechado{background-color:var(--cond-fechado-claro);color:var(--cond-fechado-escuro);border-color:var(--cond-fechado-claro)}.product-type-pill.chacaras{background-color:var(--chacaras-claro);color:var(--chacaras-escuro);border-color:var(--chacaras-claro)}.product-type-pill.condominio-alto-padrao{background-color:var(--alto-padrao-claro);color:var(--alto-padrao-escuro);border-color:var(--alto-padrao-claro)}.product-type-pill.condominio-chacaras{background-color:var(--cond-chacaras-claro);color:var(--cond-chacaras-escuro);border-color:var(--cond-chacaras-claro)}.product-type-pill.condominio-nautico{background-color:var(--nautico-claro);color:var(--nautico-escuro);border-color:var(--nautico-claro)}.product-type-pill.industrial{background-color:var(--industrial-claro);color:var(--industrial-escuro);border-color:var(--industrial-claro)}.product-lots>colgroup .col-lots-checkbox{width:2%}.product-lots>colgroup .col-lots-quadra,.product-lots>colgroup .col-lots-lote,.product-lots>colgroup .col-lots-tipo{width:4%}.product-lots>colgroup .col-lots-status{width:6%}.product-lots>colgroup .col-lots-perimetro{width:4%}.product-lots>colgroup .col-lots-area,.product-lots>colgroup .col-lots-valor-m2{width:5%}.product-lots>colgroup .col-lots-valor{width:8%}.product-lots thead th:first-child{display:flex;justify-content:center;align-items:center}.product-lots tbody tr .row-lots-checkbox>div{display:flex;align-items:center;justify-content:center}.product-lots tbody tr .row-lots-status,.product-lots tbody tr .row-lots-tipo{cursor:default}.product-lots tbody tr .row-lots-status span,.product-lots tbody tr .row-lots-tipo span{position:relative;font-size:.75rem;border-radius:1rem;padding:.25rem .75rem}.product-lots tbody tr .row-lots-status.lote-disponivel span,.product-lots tbody tr .row-lots-tipo.lote-disponivel span{background-color:var(--verde-100);border:1px solid var(--verde-200);color:var(--verde-300)}.product-lots tbody tr .row-lots-status.lote-indisponivel span,.product-lots tbody tr .row-lots-tipo.lote-indisponivel span{background-color:var(--bege-100);border:1px solid var(--bege-200);color:var(--bege-300)}.product-lots tbody tr .row-lots-status.lote-reservado span,.product-lots tbody tr .row-lots-tipo.lote-reservado span{background-color:var(--laranja-100);border:1px solid var(--laranja-200);color:var(--laranja-300)}.product-lots tbody tr .row-lots-status.lote-vendido-terceiros span,.product-lots tbody tr .row-lots-tipo.lote-vendido-terceiros span{background-color:var(--vermelho-100);border:1px solid var(--vermelho-200);color:var(--vermelho-300)}.product-lots tbody tr .row-lots-status.lote-vendido-urblot span,.product-lots tbody tr .row-lots-tipo.lote-vendido-urblot span{background-color:var(--roxo-100);border:1px solid var(--roxo-200);color:var(--roxo-300)}.product-lots tbody tr .row-lots-status.lote-proposta span,.product-lots tbody tr .row-lots-tipo.lote-proposta span{background-color:var(--amarelo-100);border:1px solid var(--amarelo-200);color:var(--amarelo-300)}.product-lots tbody tr .row-lots-status.lote-residencial span,.product-lots tbody tr .row-lots-tipo.lote-residencial span{background-color:var(--verde-100);border:1px solid var(--verde-200);color:var(--verde-300)}.product-lots tbody tr .row-lots-status.lote-comercial span,.product-lots tbody tr .row-lots-tipo.lote-comercial span{background-color:var(--azul-100);border:1px solid var(--azul-200);color:var(--azul-300)}.active-filters{display:flex;gap:.25rem}.active-filters>div{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem .75rem;gap:.25rem;width:max-content;border-radius:1.25rem;border:1px solid var(--urb-500);background:var(--urb-50);cursor:pointer;transition:.3s ease-out;z-index:1}.active-filters>div:hover{background:var(--urb-100)}.active-filters>div:hover svg>path{fill:var(--vermelho-300)}.active-filters>div svg path{transition:.3s ease-out}.active-filters>div svg{cursor:pointer}.active-filters>div span{display:flex;align-items:center;width:100%;gap:.5rem;justify-content:space-between;color:var(--urb-500);font-size:.7rem;font-weight:500;text-wrap:nowrap}.active-filters>div span>button{display:flex}.filters{position:absolute;right:0;top:2.5rem;z-index:2;display:flex;flex-direction:column;gap:.25rem;padding:.4rem;border-radius:.75rem;background-color:var(--branco);min-width:14rem}.filters .search>input{width:100%;height:2rem;border-radius:.5rem;border:1px solid var(--bege-30);color:var(--bege-700);font-size:.7rem;font-weight:400;text-wrap:nowrap}.filters .search>input::placeholder{font-size:.7rem;font-weight:450;color:var(--bege-250)}.filters ul{display:flex;flex-direction:column;gap:.25rem;max-height:17rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.filters ul::-webkit-scrollbar{width:.5rem}.filters ul::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem;border:1px solid var(--branco)}.filters ul::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.filters ul li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;border-radius:.5rem;border:1px solid var(--bege-30);color:var(--bege-700);font-size:.7rem;font-weight:400;text-wrap:nowrap;cursor:pointer}.filters ul li>div{display:flex;align-items:center;gap:.25rem}.filters ul li>div .status-calendar>path{fill:var(--verde-400)}.filters ul li>div .status-check>path{fill:var(--vermelho-400)}.filters ul li>div .status-flag>path{fill:var(--bairro-planejado-escuro)}.filters ul li>div .status-canceled>path{fill:var(--bairro-escuro)}.filters ul li .angle-right{margin-left:auto;color:var(--bege-300)}.filters button{color:var(--urb-500);border:1px solid var(--urb-500)}.filters button:hover{background:var(--urb-500);border:1px solid var(--urb-500)}.radio-button{position:relative;padding-inline:0;background:var(--bege-30);border:1px solid var(--bege-150);border-radius:50%;cursor:pointer;transition:.3s ease-out}.radio-button:hover{background:var(--bege-150);border:1px solid var(--bege-250)}.radio-button:after{content:"";display:inline-block;position:absolute;background:var(--urb-500);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:.3s ease-out}.radio-button:checked:after{opacity:1}.radio-button:checked{border:1px solid var(--bege-250);background:var(--bege-60)}.radio-button:checked:hover{background:var(--bege-150)}.radio-button.small{width:1rem;height:1rem}.radio-button.small:after{width:.6rem;height:.6rem}.radio-button.medium{width:1.25rem;height:1.25rem}.radio-button.medium:after{width:.8rem;height:.8rem}.radio-button.big{width:1.5rem;height:1.5rem}.radio-button.big:after{width:1rem;height:1rem}.btn-outline.has-selected{border:1px solid var(--urb-500);background:var(--urb-50);color:var(--urb-500)}.btn-outline.has-selected:hover{background:var(--urb-100);color:var(--urb-500);border:1px solid var(--urb-500)}.paginacao{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;height:3.5rem;padding:1rem 2rem;background-color:var(--bege-30)}.paginacao>p{font-size:.75rem;font-weight:500;color:var(--bege-600)}.paginacao>div{display:flex;justify-self:center;align-items:center;gap:.4rem}.anterior,.posterior{display:flex;gap:.2rem}.anterior a,.posterior a{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:.4rem;width:1.5rem;height:1.5rem;cursor:pointer;transition:.3s ease-out}.anterior a svg>path,.posterior a svg>path{fill:var(--bege-500);transition:.3s ease-out}.anterior a:hover,.posterior a:hover{background:var(--bege-120);border-color:var(--bege-200)}.anterior a:hover svg>path,.posterior a:hover svg>path{fill:var(--bege-700)}.posterior a>svg{transform:rotate(180deg)}.indice{display:flex;gap:.4rem}.indice li>a{display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;color:var(--bege-500);width:1.5rem;height:1.5rem;border-radius:.4rem;border:1px solid var(--bege-150);background-color:var(--bege-60);cursor:pointer;transition:.3s ease-out}.indice li>a:hover{background-color:var(--bege-120);border:1px solid var(--bege-200);color:var(--bege-600)}li.active a{background-color:var(--urb-100);border:1px solid var(--urb-300);color:var(--urb-600)}.checkbox-wrapper{position:relative;display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-wrapper input{display:none}.checkmark{position:relative;height:1rem;width:1rem;background-color:var(--bege-60);border:1px solid var(--bege-200);border-radius:.25rem;cursor:pointer;transition:.3s ease-out}.checkmark:after{content:"";display:none;width:.875rem;height:.875rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.48227%2010.5936L12.8114%204.17178L12.8122%204.17262C12.935%204.04145%2013.0024%203.86688%2013.0003%203.68604C12.9981%203.5052%2012.9265%203.33234%2012.8006%203.20424C12.6748%203.07614%2012.5047%203.0029%2012.3264%203.00008C12.1482%202.99727%2011.9759%203.06512%2011.8462%203.18919L5.51537%209.6102L2.83711%206.89308C2.70857%206.76267%202.53422%206.6894%202.35243%206.6894C2.17064%206.6894%201.9963%206.76267%201.86775%206.89308C1.73921%207.02349%201.66699%207.20036%201.66699%207.38479C1.66699%207.56922%201.73921%207.74609%201.86775%207.8765L4.54765%2010.5936C4.80424%2010.8538%205.15217%2011%205.51496%2011C5.87775%2011%206.22569%2010.8538%206.48227%2010.5936Z'%20fill='white'/%3e%3c/svg%3e") no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s ease-out}.checkmark.indeterminate{background-color:var(--urb-500);border:1px solid var(--urb-500)}.checkmark.indeterminate:after{content:"";display:inline-block;width:.875rem;height:.875rem;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8889%205.83334H3.11111C2.78232%205.83334%202.46221%205.93256%202.21114%206.12086C1.95989%206.30929%201.75%206.61415%201.75%207C1.75%207.38586%201.95989%207.69071%202.21114%207.87915C2.46221%208.06745%202.78232%208.16667%203.11111%208.16667H10.8889C11.2177%208.16667%2011.5378%208.06745%2011.7889%207.87915C12.0401%207.69071%2012.25%207.38586%2012.25%207C12.25%206.61415%2012.0401%206.30929%2011.7889%206.12086C11.5378%205.93256%2011.2177%205.83334%2010.8889%205.83334Z'%20fill='%23F3FAF8'/%3e%3c/svg%3e") no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s ease-out}.checkbox-wrapper:hover .checkmark{background-color:var(--bege-200)}.checkbox-wrapper input:checked~.checkmark{background-color:var(--urb-500);border:1px solid var(--urb-500)}.checkbox-wrapper input:checked~.checkmark:after{display:inline-block}.tooltip{position:absolute;top:-12px;left:calc(100% + .75rem);display:flex;flex-direction:column;padding:.4rem;gap:.25rem;border-radius:1rem;border:1px solid var(--bege-150);background:#e2e2dfbf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2}.tooltip:before{content:"";position:absolute;left:-9px;top:1rem;width:9px;height:14px;background:#cfcfc9;opacity:.75;clip-path:path("M1.5 9.52632C-0.5 8.37162 -0.5 5.48487 1.5 4.33017L9 0L9 13.8564L1.5 9.52632Z");z-index:1}.tooltip dl{display:flex;align-items:center;gap:.4rem;color:var(--bege-700);font-size:.75rem;font-weight:500}.lote-residencial>dt,.lote-comercial>dt{border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;display:inline-block}.lote-residencial>dt{background-color:var(--verde-100);border:1px solid var(--verde-200);color:var(--verde-300)}.lote-comercial>dt{background-color:var(--azul-100);border:1px solid var(--azul-200);color:var(--azul-300)}.lote-comercial>dd,.lote-residencial>dd{text-align:left;width:5rem}.masterplan{position:relative;z-index:0}.masterplan>img{border-radius:1rem}.masterplan>svg{height:100%;position:absolute;top:0;left:0;z-index:1;fill:transparent}.masterplan>svg>rect{pointer-events:none}.masterplan>svg g>path{fill:transparent;transition:.4s ease-out}.masterplan>svg g>text{font-size:.875rem;font-weight:500;fill:var(--urb-950);text-anchor:middle;transition:.3s ease-out;pointer-events:none}.masterplan>svg g>circle{fill:#d9eee999;stroke:var(--urb-100);stroke-width:1px;transition:.3s ease-out;pointer-events:none}.masterplan>svg g.quadra-indisponivel>circle{fill:#78878799;stroke:var(--bege-600)}.masterplan>svg g.quadra-indisponivel>text{fill:var(--bege-400)}.masterplan>svg g.quadra-indisponivel>path{fill:#0f1e1966;stroke:transparent}.masterplan>svg g.quadra-indisponivel .tag-vendido{opacity:0;transform:translateY(30px);transition:.5s ease}.masterplan>svg g.quadra-indisponivel .tag-vendido rect{transform:translate(-47px,-15px);width:94px;height:30px;fill:#b4c127;fill-opacity:.6;stroke:#b4c127;stroke-width:1px}.masterplan>svg g.quadra-indisponivel .tag-vendido text{fill:var(--branco);font-size:.875rem;font-weight:500;text-align:center}.masterplan>svg g:hover>text,.masterplan>svg g:hover>circle{fill:transparent;stroke:transparent}.masterplan>svg g:hover .quadra{stroke:#00ff89;stroke-width:2px}.masterplan>svg g:hover .quadra-comercial{stroke:#00adff;stroke-width:2px}.masterplan>svg g:hover>a.lote-disponivel.residencial>path{cursor:pointer;fill:#00ff8933;stroke:#72dcab;stroke-width:1px}.masterplan>svg g:hover>a.lote-disponivel.residencial>path:hover{fill:#00ff8959;stroke:#00ff89;stroke-width:2px}.masterplan>svg g:hover>a.lote-disponivel.comercial>path{cursor:pointer;fill:#0089ff4d;stroke:#5daef3;stroke-width:1px}.masterplan>svg g:hover>a.lote-disponivel.comercial>path:hover{fill:#0089ff80;stroke:#0089ff;stroke-width:2px}.masterplan>svg g:hover>a.lote-disponivel>text{fill:#ffffffe6}.masterplan>svg g:hover>a.lote-disponivel:hover>text{font-size:13px;fill:var(--branco)}.masterplan>svg g:hover>a.lote-indisponivel>path{fill:#a39f9f4d}.masterplan>svg g:hover>a.lote-indisponivel>text{fill:#fff3}.masterplan>svg g.quadra-indisponivel:hover>path{fill:#14231e99;stroke:transparent}.masterplan>svg g.quadra-indisponivel:hover>a.lote-indisponivel>path{fill:none}.masterplan>svg g.quadra-indisponivel:hover a.lote-indisponivel>text{fill:transparent}.masterplan>svg g.quadra-indisponivel:hover .tag-vendido{transform:translateY(0);opacity:1}.masterplan>svg a{cursor:pointer;position:relative}.masterplan>svg a.lote-disponivel>text,.masterplan>svg a.lote-indisponivel>text{font-size:11px;font-weight:500;fill:#fff3;text-anchor:middle;transition:.4s ease-out;pointer-events:none}.masterplan>svg a.lote-indisponivel>path{cursor:default;pointer-events:none;transition:.3s ease-out}.masterplan>svg a.lote-disponivel>path{fill:transparent;stroke:transparent;transition:.3s ease-out}.masterplan>svg a.lote-disponivel.mais-barato>path{fill:#ffe5a233;stroke:#ffe5a2;stroke-width:1px}.masterplan>svg a.lote-disponivel.mais-barato>text{fill:#ffe5a2}.masterplan>svg g:hover>a.lote-disponivel.mais-barato>path{fill:#ffe5a259;stroke:#ffe5a2;stroke-width:2px}.masterplan>svg g:hover>a.lote-disponivel.mais-barato>path:hover{fill:#ffe5a273}.masterplan>svg g:hover>a.lote-disponivel.mais-barato text{fill:#ffe5a2}.masterplan>svg #fases path{fill:#0f1e1966;stroke:transparent}.masterplan>svg #fases:hover path{fill:#0f1e1999}.masterplan>svg #pins>g .tag-pin{width:160px;height:28px;pointer-events:none}.masterplan>svg #pins>g .tag-pin div{background-color:var(--urb-900);border:1px solid var(--urb-800);color:var(--branco);font-size:.875rem;font-weight:500;text-align:center;text-wrap:nowrap;max-width:max-content;padding:.125rem .75rem;border-radius:.25rem;opacity:0;transform:translate(-160px);transition:.3s ease}.masterplan>svg #pins>g .tag-pin .right{transform:translate(160px)}.masterplan>svg #pins>g .tag-pin-mais-barato{width:120px;height:28px;pointer-events:none}.masterplan>svg #pins>g .tag-pin-mais-barato div{background-color:#464619cc;color:#ffe5a2;font-size:.875rem;font-weight:500;text-align:center;padding:.25rem .75rem;border-radius:.25rem;opacity:0;transform-origin:center;transform:translate(-120px);transition:.3s ease}.masterplan>svg #pins>g .tag-pin-mais-barato .right{transform:translate(120px)}.masterplan>svg #pins>g svg>path{transition:.4s ease-out;transform-origin:center;transform:scale(.85)}.masterplan>svg #pins>g:hover svg>path,.masterplan>svg #pins>g.hovered svg>path{transform:scale(1);fill-opacity:1}.masterplan>svg #pins>g:hover div,.masterplan>svg #pins>g:hover div.right,.masterplan>svg #pins>g.hovered div,.masterplan>svg #pins>g.hovered div.right{transform:translate(0);opacity:1}.masterplan-p svg g>text{font-size:.75rem}.masterplan-p svg g.quadra-indisponivel .tag-vendido div{font-size:.8rem}.masterplan-p svg a.lote-disponivel>text,.masterplan-p svg a.lote-indisponivel>text{font-size:10px}.masterplan-p svg #pins>g svg>path{transform:scale(.75)}.masterplan-g svg g>text{font-size:1rem}.masterplan-g svg g.quadra-indisponivel .tag-vendido div{font-size:1rem}.masterplan-g svg a.lote-disponivel>text,.masterplan-g svg a.lote-indisponivel>text{font-size:1rem;font-weight:600}.masterplan-g svg #pins>g svg>path{transform:scale(.95)}.product-page>.close-btn{position:fixed;top:.75rem;right:.75rem;z-index:6}.lote-card{position:absolute;z-index:2;display:flex;flex-direction:column;gap:.375rem;padding:.75rem;min-width:max-content;border-radius:1rem;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);box-shadow:var(--shadow2);opacity:0;animation:fade-in .2s forwards ease-out}.lote-card>button{background:var(--urb-500)}.lote-card.residencial{background:#29514bb3}.lote-card.comercial{background:#133a4cbf;--urb-50: var(--comercial-50);--urb-200: var(--comercial-200);--urb-500: var(--comercial-500);--verde-200: var(--comercial-100);--verde-300: var(--comercial-600)}.lote-card>span{position:absolute;top:-.5rem;right:1rem;color:var(--verde-300);font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:1rem;background:var(--verde-200)}.lote-card h4{font-size:.7rem;font-weight:500;color:#ffffff80}.lote-card .info-card-lote,.lote-card .info-card-valor,.lote-card .info-card-area{display:flex;flex-direction:column}.lote-card .info-card-lote>div{display:flex;gap:.375rem;align-items:center}.lote-card .info-card-lote>div>.info-quadra{font-size:.75rem;font-weight:500;color:var(--urb-200)}.lote-card .info-card-lote>div>.info-lote{font-size:1rem;font-weight:500;color:var(--branco)}.lote-card .info-wrapper>div{display:flex;justify-content:space-between;gap:1rem}.lote-card .info-wrapper>div .info-card-area{gap:2px}.lote-card .info-wrapper>div .info-card-area>div{display:flex;gap:.25rem;align-items:center}.lote-card .info-wrapper>div .info-card-area>div button{cursor:pointer;height:.875rem;border-radius:50%;transition:ease-out .3s}.lote-card .info-wrapper>div .info-card-area>div button svg{transition:ease-out .3s}.lote-card .info-wrapper>div .info-card-area>div button.open svg{transform:rotate(-180deg);transition:ease-out .3s}.lote-card .info-wrapper>div .info-card-area>div button:hover{background-color:#fff3}.lote-card .info-wrapper>div .info-card-area>div>p{font-size:.875rem;font-weight:500;color:var(--urb-200)}.lote-card .info-wrapper>div .info-card-area>div>p>span{font-size:.75rem}.lote-card .info-wrapper>ul{display:flex;gap:.25rem;justify-content:space-between;background:#17322f99;border-radius:.25rem;padding:.25rem .5rem;opacity:0;animation:fade-in .4s forwards ease-out}.lote-card .info-wrapper>ul>li{display:flex;flex-direction:column}.lote-card .info-wrapper>ul>li>p{font-size:.625rem;font-weight:450;color:#ffffff80}.lote-card .info-wrapper>ul>li>span{font-size:.75rem;font-weight:500;color:var(--bege-300)}.valor-content{display:flex;flex-direction:row;align-items:flex-end;gap:.25rem}.valor-content .moeda-valor{font-size:1rem;font-weight:500;color:var(--branco)}.valor-content .moeda-simbolo,.valor-content .moeda-centavos{font-size:.75rem;color:var(--urb-200)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.simulation{position:fixed;top:0;left:0;width:100%;height:100%;background:#eaededb3;display:flex;justify-content:center;padding-top:8rem;transition:all .3s ease-out;-webkit-user-select:none;user-select:none;z-index:7}.simulation>section{display:grid;grid-template-columns:20rem 20rem;grid-template-rows:auto auto 1fr;max-width:720px;gap:.25rem 5rem;transition:.4s ease;z-index:8}.simulation>section>nav{grid-column:2;grid-row:1;width:100%;display:flex;align-items:start;justify-content:end;gap:.5rem}.simulation>section>picture{grid-column:1;grid-row:1}.simulation>section>picture>img{height:2.25rem;transition:.4s ease}.simulation>section>hgroup{grid-column:1;grid-row:2;position:relative;height:max-content;margin-bottom:2.75rem;display:flex;flex-direction:column;gap:.5rem}.simulation>section>hgroup>h1{font-size:2.75rem;font-weight:700;color:#ffffffbf;max-width:9ch;line-height:100%;letter-spacing:-.02em;mix-blend-mode:soft-light;transition:.4s ease}.simulation>section>main{grid-column:2;grid-row:3;display:flex;padding-bottom:2rem}.simulation>section>main>div{width:100%}.simulation>section>main>div>div{scrollbar-width:none;z-index:4}.simulation>section>main>div>div::-webkit-scrollbar{display:none}.simulation>section>main>div>hgroup{display:flex;flex-direction:column;gap:.75rem}.simulation>section>main>div>hgroup h2{font-size:1.75rem;font-weight:700;max-width:12ch;line-height:105%;letter-spacing:-.02em;color:var(--urb-900)}.simulation>section>main>div>hgroup p{font-size:.8rem;font-weight:450;color:var(--urb-950)}.simulation>section>main:has(.step-resumo){flex-direction:column;gap:.5rem}.simulation:has(.step-resumo){background:#eaedede6}.simulation:has(.step-resumo)>section main:has(.step-resumo){gap:0}.simulation:has(.step-resumo)>section>picture>img{width:36px}.simulation:has(.step-resumo)>section>hgroup{margin-bottom:1.5rem}.simulation:has(.step-resumo)>section>hgroup>h1{font-size:2.25rem}.simulation:has(.step-resumo)>section>.simulation-info{gap:0}.simulation:has(.step-resumo)>section>.simulation-info h3{font-size:1.25rem}.simulation:has(.step-resumo)>section>main>div>div{overflow-y:visible}.simulation:has(.step-resumo)>section>hgroup>h1{color:#004047;max-width:12ch;mix-blend-mode:normal}.valores-wrap{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.valores-wrap div{display:flex;flex-direction:column;gap:.1rem;align-items:center}.valores-wrap div .qtd-parcelas{font-size:1rem;font-weight:600;color:var(--urb-900)}.valores-wrap div .condicoes-amortizacao{color:var(--bege-500);font-size:.7rem;font-weight:450}.valores-wrap .moeda-simbolo,.valores-wrap .moeda-centavos{font-family:Montserrat;font-weight:700;font-size:.875rem;color:#0f242266}.valores-wrap .moeda-valor{font-family:Montserrat;font-size:1.5rem;font-weight:700;color:var(--urb-950)}.valores-wrap .juros-parcelas{color:var(--bege-500);font-size:.7rem;padding:.125rem .5rem;border-radius:1.25rem}.valores-wrap .juros-parcelas span{font-size:.6rem}.valores-wrap .hidden{opacity:0}.simulation>hgroup.step-resumo{display:none}.entrada-value>div>button svg>rect{transition:.3s ease-out}.entrada-value>div>button:hover:not(:disabled) svg rect{fill:var(--bege-500)}@media(min-width:768px)and (max-width:1440px){.simulation>section{scale:85%}}@media(max-width:768px){.simulation{padding-top:1.5rem;padding-inline:1.5rem;max-height:100vh}.simulation:not(:has(.step-inicio)){padding-top:1rem}.simulation:has(.step-resumo)>section{grid-template-rows:auto auto 1fr;gap:1.5rem}.simulation>section{max-width:100%;width:100%;grid-template-columns:1fr;grid-template-rows:1fr auto auto auto auto;gap:.5rem}.simulation>section>nav{grid-column:1;grid-row:1;align-self:start;justify-content:space-between}.simulation>section>nav>span{font-size:.8rem;font-weight:450;color:var(--branco);background-color:var(--urb-700);border-radius:1rem;padding:.25rem 1rem}.simulation>section>picture{grid-column:1;grid-row:2;margin-top:3rem}.simulation>section>picture>img{height:2rem}.simulation>section>hgroup{grid-column:1;grid-row:3;margin-bottom:2rem}.simulation>section>hgroup>h1{font-size:2.5rem}.simulation>section>main{grid-column:1;grid-row:5;align-items:end;padding-bottom:.5rem}.simulation>section>main>div>hgroup h2{font-size:2rem}.simulation>section>main>div>hgroup p{font-size:.875rem}.simulation:has(.step-resumo)>section>picture{display:none}.simulation:has(.step-resumo)>section>hgroup{display:none}.simulation main:has(.step-resumo){grid-row:3;justify-content:end}.simulation main:has(.step-resumo)>div{height:100%}.valores-wrap{gap:.5rem}.valores-wrap div{gap:0rem}.valores-wrap div .qtd-parcelas{font-size:1.125rem}.valores-wrap div .condicoes-amortizacao{font-size:.75rem}.valores-wrap .moeda-simbolo,.valores-wrap .moeda-centavos{font-size:1.25rem}.valores-wrap .moeda-valor{font-size:1.75rem}.valores-wrap .juros-parcelas{font-size:.8rem;padding:.25rem .625rem;border-radius:1.5rem}}.entrada-value button{background:var(--bege-300);border-radius:50%}.entrada-value button svg>path{fill:var(--branco)}.entrada-value button:disabled{cursor:not-allowed!important;opacity:.5}.simulation main:has(.step-resumo)>nav{display:flex;flex-direction:column;gap:.5rem;width:100%}.simulation main:has(.step-resumo)>nav>div{display:flex;gap:.5rem;margin-top:1rem;width:100%}.simulation main:has(.step-resumo)>nav>div .btn-primary{width:100%}.simulation main:has(.step-resumo)>nav>button{cursor:pointer;color:var(--bege-400);font-size:.75rem;font-weight:500;text-decoration:underline;text-align:center;transition:.3s ease-out}.simulation main:has(.step-resumo)>nav>button:hover{color:var(--bege-600)}.step-resumo{display:flex;flex-direction:column;gap:.5rem}.step-resumo>hgroup>h3{font-size:1rem;font-weight:600;color:var(--bege-800);margin-left:1.25rem}.step-resumo>div{display:flex;flex-direction:column;gap:.5rem;overflow-y:visible}.step-resumo>div>div{position:relative;display:flex;flex-direction:column;background-color:#ffffffb3;border-radius:.75rem;padding-block:1rem;padding-inline:1rem .875rem;transition:.3s ease-out}.step-resumo>div>div:hover{background-color:#ffffffe6}.step-resumo>div>div>div{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.step-resumo>div>div>div>h4{font-size:.8rem;font-weight:500;color:var(--bege-500)}.step-resumo>div>div>div>div{display:flex;gap:.5rem;align-items:center}.step-resumo>div>div>div>div>p{font-size:.8rem;font-weight:500;color:var(--bege-800)}.step-resumo>div>div>div>div>p>span{color:var(--bege-500)}.step-resumo>div>div>div>div>button{display:flex;align-items:center;justify-content:center;cursor:pointer}.step-resumo>div>div>div>div>button svg>path{fill:var(--bege-400)}.step-resumo>div>div>div>div>button.rotated svg{transition:.3s ease-out;transform:rotate(180deg)}.step-resumo>div>div>.resumo-dropdown{position:absolute;top:0;left:0;z-index:-1;width:100%;background-color:#ffffffe6;border-radius:.75rem;padding-block:3rem 1rem;padding-inline:1rem .875rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.step-resumo>div>div>.resumo-dropdown>section{position:relative}.step-resumo>div>div>.resumo-dropdown>div{display:flex;justify-content:space-between;align-items:center;padding-block:.25rem;padding-inline:.875rem .25rem;margin-bottom:2rem;border-radius:1.5rem;border:1px solid var(--bege-400)}.step-resumo>div>div>.resumo-dropdown>div p{color:var(--urb-950);font-size:1rem;font-weight:500}.step-resumo>div>div>.resumo-dropdown>div div{display:flex;gap:.25rem;align-items:center}.step-resumo>div>div>.resumo-dropdown>div div span{color:var(--bege-700);font-size:.875rem;font-weight:500;width:2.25rem;text-align:center;-webkit-user-select:none;user-select:none}.step-resumo>div>div>.resumo-dropdown>div div button{max-height:1.5rem;cursor:pointer;transition:.3s ease-out}.step-resumo>div>div>.resumo-dropdown>div div button:hover{background:var(--bege-400)}.step-resumo>div>div:has(.resumo-dropdown){z-index:1}.resumo-info{grid-column:1;grid-row:3;display:flex;flex-direction:column;gap:.5rem}.resumo-info>hgroup>h3{font-size:1rem;font-weight:600;color:var(--bege-800);margin-left:1.25rem}.resumo-info>ul{display:flex;flex-direction:column;background-color:#ffffffb3;border-radius:.75rem;padding:.5rem 1rem}.resumo-info>ul>li{display:flex;align-items:center;justify-content:space-between;padding-block:.5rem}.resumo-info>ul>li+li{border-top:1px solid var(--bege-90)}.resumo-info>ul>li svg>path{fill:var(--bege-400)}.resumo-info>ul>li h4{font-size:.8rem;font-weight:500;color:var(--bege-800)}.resumo-info>ul>li h4 span{color:var(--bege-600)}.resumo-info>ul>li h4 .moeda-simbolo,.resumo-info>ul>li h4 .moeda-centavos{font-size:.8rem;font-weight:500;color:var(--bege-500)}.resumo-info>ul>li h4 .moeda-valor{font-size:.8rem;font-weight:500;color:var(--bege-800)}.resumo-planos article{display:flex;flex-direction:column;gap:.375rem}.resumo-planos article label{display:flex;flex-direction:column;gap:.375rem;padding-inline:1rem .75rem;padding-block:.75rem;border-radius:.75rem;background:var(--branco);border:1px solid rgba(15,35,35,.1);cursor:pointer;transition:.3s ease-out}.resumo-planos article label div{display:flex;align-items:center;gap:.625rem}.resumo-planos article label div span{font-size:.875rem;font-weight:500;color:var(--urb-900)}.resumo-planos article label p{font-size:.75rem;font-weight:450;color:var(--bege-600)}.resumo-planos article label:has(input:checked){background:var(--urb-100);border:1px solid var(--urb-500)}.moeda-valor{font-weight:500;color:var(--urb-950)}@media(max-width:768px){.resumo-info{grid-row:2}.resumo-info>hgroup>h3{font-size:1.125rem}.resumo-info>ul>li{padding-block:.5rem}.resumo-info>ul>li h4{font-size:.875rem}.resumo-info>ul>li h4 .moeda-simbolo,.resumo-info>ul>li h4 .moeda-centavos,.resumo-info>ul>li h4 .moeda-valor{font-size:.875rem}.step-resumo{max-height:100vh;overflow-y:auto;scrollbar-width:none}.step-resumo::-webkit-scrollbar{display:none}.step-resumo>hgroup>h3{font-size:1.125rem}.step-resumo>div{overflow-y:auto}.step-resumo>div>div>div>h4{font-size:.875rem}.step-resumo>div>div>div>div>p{font-size:.875rem}.step-resumo>div>div>.resumo-dropdown>div{margin-bottom:1rem}.step-resumo>div>div>.resumo-dropdown>section{width:100%;height:100%}.step-resumo>div>div>.resumo-dropdown>section>svg{width:100%;height:100%}.resumo-planos article{gap:.5rem}.resumo-planos article label div span{font-size:1rem}.resumo-planos article label p{font-size:.8rem}.resumo-planos article label input{width:1.25rem;height:1.25rem}.resumo-planos article label input:after{width:.875rem;height:.875rem}}.simulation-gradient{position:absolute;width:100%;height:100%;isolation:isolate;z-index:-1}.circle1{width:275px;height:275px;border-radius:50%;background-color:#86ffc8;opacity:.7;filter:blur(50px);position:absolute;top:0;left:0}.circle2{width:225px;height:225px;border-radius:50%;background-color:#29c172;opacity:.75;filter:blur(60px);position:absolute;top:100px;left:100px}.circle3{width:175px;height:175px;border-radius:50%;background-color:#61ffda;opacity:.8;filter:blur(35px);position:absolute;top:0;left:50px}.circle4{width:150px;height:150px;border-radius:50%;background-color:#00816c;opacity:.7;filter:blur(45px);position:absolute;top:75px;left:150px}.circle5{width:125px;height:125px;border-radius:50%;background-color:#29c12e;opacity:.6;filter:blur(40px);position:absolute;top:200px;left:75px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ebebeb1a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:5}.product-masterplan{padding:2rem 1rem}.product-features{display:flex;flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;gap:1.5rem}.product-features>div{display:grid;grid-template-columns:7rem 1fr;gap:.75rem}.product-features>div h4{color:var(--bege-400);font-size:.75rem;font-weight:500}.product-features>div ul{display:flex;flex-wrap:wrap;width:30rem;gap:.4rem}.product-features>div ul li{display:flex;height:2rem;padding:.5rem .625rem;align-items:center;gap:.4rem;border-radius:1rem;border:1px solid var(--bege-150);background:var(--bege-90);color:var(--bege-800);font-size:.8rem;font-weight:450}.btn-product{display:flex;align-items:center;gap:.5rem}.modal-overlay{display:flex;justify-content:flex-end;padding:.875rem;height:100%}.modal-overlay>div{position:relative;display:flex;flex-direction:column;gap:1rem;width:35rem;height:100%;padding:1.5rem;background-color:var(--branco)!important;border:1px solid var(--bege-150);border-radius:1.25rem;animation:slide-left .5s .1s forwards ease}.modal-overlay>div>nav{display:flex;justify-content:flex-end;align-items:center;gap:.25rem;padding-bottom:.75rem}.modal-overlay>div>nav h3{color:var(--urb-700);font-size:1rem;font-weight:500}.modal-overlay>div>nav:has(h3){justify-content:space-between;border-bottom:1px solid var(--bege-200)}.prev-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:.75rem;background:var(--bege-300);transition:.3s ease-out}.prev-btn svg>path{fill:var(--branco)}.prev-btn:hover{background:var(--bege-400)}.step-comodidades{display:flex;flex-direction:column;gap:1.5rem;height:100%;padding-block:.5rem 5rem}.step-comodidades .order-comodidade{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid var(--bege-200);padding-bottom:1.5rem}.step-comodidades .order-comodidade>ul{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;height:fit-content;max-height:8rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.step-comodidades .order-comodidade>ul::-webkit-scrollbar{display:none}.step-comodidades .order-comodidade>ul li{display:flex;align-items:center;gap:.5rem;padding:.25rem .25rem .25rem .8rem;border-radius:1.25rem;background-color:var(--bege-120);color:var(--bege-700);font-size:.75rem;text-wrap:nowrap}.step-comodidades .select-comodidade{height:100%;padding-bottom:2rem;display:flex;flex-direction:column;gap:1.125rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.step-comodidades .select-comodidade::-webkit-scrollbar{display:none}.step-comodidades .select-comodidade>div{display:flex;flex-direction:column;gap:.75rem}.step-comodidades .select-comodidade>div h4{color:var(--bege-700);font-size:.75rem;font-weight:600}.step-comodidades .select-comodidade>div ul{display:grid;grid-template-columns:1fr 1fr;row-gap:.4rem;column-gap:.5rem}.step-comodidades .select-comodidade>div ul li{display:flex;align-items:center;gap:.5rem;color:var(--bege-600);font-size:.75rem}.step-comodidades .select-comodidade>div ul li .checkmark{height:1rem;width:1rem;background-color:var(--branco);border:1px solid var(--bege-600);border-radius:.25rem}.step-comodidades .select-comodidade>div ul li .checkbox-wrapper:hover .checkmark{background-color:var(--bege-200)}.step-comodidades .select-comodidade>div ul li .checkbox-wrapper input:checked~.checkmark{background-color:#3883fa;border:1px solid #3260b6}.draggable{cursor:grab}.dragging{opacity:.5}.drag-over{border:2px dashed var(--bege-300)}.manage-features{display:flex;justify-content:flex-end;padding:.875rem}.manage-features>div{position:relative;display:flex;flex-direction:column;gap:1rem;width:35rem;padding:1.5rem;background-color:var(--branco);border:1px solid var(--bege-200);border-radius:1rem;animation:slide-left .5s .1s forwards ease}.manage-features>div>section{display:flex;flex-direction:column;gap:2rem;height:100%;padding-bottom:3rem}.manage-features>div>section>form{display:flex;flex-direction:column;gap:.5rem}.manage-features>div>section>form>div{position:relative;display:flex;flex-direction:row;gap:.5rem}.manage-features>div>section>form>div:hover .delete-form{opacity:1}.manage-features>div>section>form>div>div{width:100%}.manage-features>div>section>form>button{display:flex;justify-content:center;align-items:center;background:var(--bege-60);padding-block:5px;border-radius:6px;transition:.3s ease-out;cursor:pointer}.manage-features>div>section>form>button:hover{background:var(--bege-200)}.manage-features>div>section h3{color:var(--urb-700);font-size:1rem;font-weight:500;padding-bottom:.75rem;border-bottom:1px solid var(--bege-200)}.manage-features>div>section>div{display:flex;flex-direction:column;gap:1.25rem;height:100%;padding-bottom:4rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.manage-features>div>section>div::-webkit-scrollbar{display:none}.manage-features>div>section>div>div{display:flex;flex-direction:column;gap:.5rem}.manage-features>div>section>div>div h4{color:var(--bege-700);font-size:.75rem;font-weight:600}.manage-features>div>section>div>div ul{display:grid;grid-template-columns:1fr 1fr;row-gap:.4rem;column-gap:.5rem}.manage-features>div>section>div>div ul li{cursor:pointer;display:flex;align-items:center;gap:.5rem;width:100%;color:var(--bege-600);font-size:.75rem;transition:.3s ease-out}.manage-features>div>section>div>div ul li:hover{color:var(--bege-700)}.existing-comodidades div>ul>li{height:1rem}.existing-comodidades div>ul>li button{display:none;cursor:pointer;background:var(--bege-200);border-radius:.25rem;padding:.25rem;transition:.3s ease-out}.existing-comodidades div>ul>li button:hover{scale:1.05}.existing-comodidades div>ul>li:hover button{display:flex}.delete-form{position:absolute;right:-1rem;top:65%;transform:translateY(-50%);background:var(--bege-60);padding:4px 2px;border-radius:.25rem;opacity:0;transition:opacity .3s ease-out;cursor:pointer}.delete-form:hover{background:var(--vermelho-400)}.delete-form:hover svg path{fill:var(--branco)}.manage-features-header{display:flex;justify-content:flex-end;align-items:center;gap:.25rem;padding-bottom:.75rem}.manage-features-header h3{color:var(--urb-700);font-size:1rem;font-weight:500}.manage-features-header:has(h3){justify-content:space-between;border-bottom:1px solid var(--bege-200)}.manage-features-footer{position:fixed;bottom:0;left:0;display:flex;align-items:center;justify-content:end;gap:.75rem;width:100%;padding:2rem 1.5rem 1.5rem;background:linear-gradient(0deg,#fff 60%,#fff0);border-radius:1.25rem;pointer-events:none}.manage-features-footer *{pointer-events:all}.new-product-footer{position:absolute;bottom:0;left:0;display:flex;align-items:center;justify-content:end;gap:.75rem;width:100%;padding:2rem 1.5rem 1.5rem;background:linear-gradient(0deg,#fff 60%,#fff0);border-radius:1.25rem;pointer-events:none}.new-product-footer p{font-size:.75rem;font-weight:400;color:var(--bege-400);max-width:15.5rem;text-align:end}.new-product-footer p>span{font-weight:500;color:var(--bege-600)}.new-product-footer *{pointer-events:all}.confirm-dialog{display:flex;justify-content:center;align-items:center;cursor:default}.confirm-dialog>div{display:flex;flex-direction:column;gap:1.25rem;width:22rem;border-radius:1.25rem;padding:2rem 1rem 1rem;background:var(--branco);box-shadow:var(--shadow2);animation:slide-left .5s .1s forwards ease}.confirm-dialog>div hgroup{display:flex;flex-direction:column;align-items:center;gap:.4rem}.confirm-dialog>div hgroup p{padding-inline:1rem;text-align:center;color:var(--urb-700);font-size:1rem;font-weight:500;word-break:break-word}.confirm-dialog>div hgroup span{text-align:center;color:var(--bege-500);font-size:.8rem;font-weight:450;max-width:80%}.confirm-dialog>div>div{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}.confirm-dialog>div>div button{padding:.625rem 1.25rem}.alert{position:absolute;top:1rem;right:1rem;display:flex;gap:.4rem;padding-block:1rem;padding-inline:1rem .75rem;background:var(--branco);border:1px solid var(--bege-120);border-radius:.875rem;z-index:999}.alert span{height:max-content;display:flex;align-items:center;justify-content:center}.alert span svg>path{fill:var(--verde-400)}.alert>div{max-width:17rem}.alert>div h4{font-size:.875rem;font-weight:500;color:var(--bege-800)}.alert>div p{font-size:.8rem;color:var(--bege-600);text-wrap:wrap}.input{position:relative;display:flex;flex-direction:column;gap:.25rem;min-width:0;max-width:100%;width:100%}.input>div>svg{position:absolute;top:50%;transform:translateY(-50%);left:.875rem}.input>div>svg path{fill:var(--bege-500);transition:.3s ease-out}.input .input-wrapper{position:relative;width:100%}.input .password-toggle-btn{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;cursor:pointer;z-index:2}.input .password-toggle-btn svg path{fill:var(--bege-300);transition:.3s ease-out}.input .password-toggle-btn:hover svg path{fill:var(--bege-400)}.input:has(.password-toggle-btn) input{padding-right:2.5rem}.input:has(svg) input{padding-left:2.5rem}.input:has(input:focus) svg path{fill:var(--urb-500)}.input label{display:flex;align-items:center;justify-content:space-between;color:var(--bege-500);font-size:.8rem;text-wrap:nowrap}.input input,.input textarea{width:100%;height:2.5rem;padding:0 .875rem;border:1px solid var(--bege-150);border-radius:.75rem;font-size:.875rem;font-weight:450;color:var(--bege-600);transition:.3s ease-out}.input input::placeholder,.input textarea::placeholder{color:var(--bege-150);font-size:.875rem;font-weight:450}.input textarea{resize:none;height:6rem;padding:.5rem .875rem}.input input[type=search]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input input[type=search]::-webkit-search-decoration,.input input[type=search]::-webkit-search-results-decoration,.input input[type=search]::-webkit-search-results-button,.input input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.input input[type=number]::-webkit-inner-spin-button,.input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input input[type=number]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input ul{position:absolute;top:calc(100% + .25rem);z-index:2;display:flex;flex-direction:column;gap:.25rem;width:100%;max-height:14rem;overflow-x:hidden;padding:.25rem;background:var(--branco);border:1px solid var(--bege-150);border-radius:1rem;box-shadow:var(--shadow2);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.input ul.dropdown-upwards{bottom:calc(100% + .25rem);top:auto}.input ul::-webkit-scrollbar{width:.5rem}.input ul::-webkit-scrollbar-track{margin:.5rem 0}.input ul::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem;border:1px solid var(--branco)}.input ul::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.input ul li{display:flex;align-items:center;padding:.625rem .625rem .625rem .75rem;border-radius:.8rem;width:100%;font-size:.8rem;font-weight:450;text-wrap:nowrap;background:var(--bege-30);color:var(--bege-600);cursor:pointer;transition:.3s ease-out}.input ul li:hover{color:var(--bege-700);background-color:var(--bege-90)}.search-input-wrapper{position:relative;width:100%}.search-input-wrapper ul>li{text-overflow:ellipsis;text-wrap:wrap}.color-input{position:relative;width:max-content}.color-input div>svg{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.selected-color>div>input{border:1px solid var(--bege-150)!important}.input-large{grid-column:1 / -1}.input-medium{grid-column:1 / -1;grid-row:span 2}.input-medium>div{height:5rem}.input-big{grid-column:1 / -1;grid-row:span 2}.input-big>div{height:10rem}.input-bigger{grid-column:1 / -1;grid-row:span 2}.input-bigger>div{height:20rem}.select-input{position:relative;width:100%;height:100%}.select-input>div{display:flex;justify-content:space-between;align-items:center;height:2.5rem;gap:.5rem;padding:0 .875rem;border:1px solid var(--bege-150);background:var(--branco);border-radius:.75rem;font-size:.875rem;font-weight:450;color:var(--bege-600);transition:.3s ease-out;cursor:pointer}.select-input>div svg>path{fill:var(--bege-300);transition:.3s ease-out}.select-input>div:hover{color:var(--bege-700);border-color:var(--bege-400)}.select-input.disabled{pointer-events:none}.file-input{display:flex;align-items:center;justify-content:space-between;min-width:0;max-width:100%;width:100%;border:1px solid var(--urb-400);background:var(--urb-50);border-radius:.75rem;padding:0 .875rem;gap:.625rem;height:2.5rem;cursor:default}.file-input>div{display:flex;align-items:center;justify-content:center;max-width:90%;gap:.5rem}.file-input>div input{display:none}.file-input>div svg path{fill:var(--urb-600)}.file-input>div p{color:var(--urb-600);font-size:.75rem;font-weight:500;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.file-input>div span{color:var(--urb-500);font-size:.75rem;font-weight:500}.file-input button{cursor:pointer}.file-input button svg path{fill:var(--urb-600);transition:.3s ease-out}.file-input button:hover svg path{fill:var(--vermelho-400)}.file-input.no-file{justify-content:center;border:1px dashed var(--bege-300);background:unset;transition:.3s ease-out;cursor:pointer}.file-input.no-file svg path{fill:var(--bege-300);transition:.3s ease-out}.file-input.no-file p{color:var(--bege-300);font-weight:400;transition:.3s ease-out}.file-input.no-file:hover{border-color:var(--bege-400);background:var(--bege-60)}.file-input.no-file:hover svg path{fill:var(--bege-500)}.file-input.no-file:hover p{color:var(--bege-600)}.image-input{position:relative;display:flex;align-items:center;justify-content:space-between;min-width:0;max-width:100%;min-height:0;max-height:100%;overflow:hidden;border:1px solid var(--urb-400);border-radius:.75rem;height:2.5rem;cursor:default}.image-input>div{display:flex;align-items:center;justify-content:center;height:100%;width:100%;position:relative;gap:.5rem}.image-input>div img,.image-input>div video,.image-input>div iframe{height:100%;width:100%;border-radius:.5rem;transition:.3s ease-out;object-fit:cover}.image-input>div img:hover,.image-input>div video:hover,.image-input>div iframe:hover{filter:brightness(.7)}.image-input>div:hover button{opacity:1}.image-input>div button{opacity:0;position:absolute;top:2%;right:2%}.image-input>div input{display:none}.image-input.no-file{justify-content:center;border:1px dashed var(--bege-300);background:unset;transition:.3s ease-out;cursor:pointer}.image-input.no-file svg path{fill:var(--bege-300);transition:.3s ease-out}.image-input.no-file p{color:var(--bege-300);font-weight:400;transition:.3s ease-out}.image-input.no-file:hover{border-color:var(--bege-400);background:var(--bege-60)}.image-input.no-file:hover svg path{fill:var(--bege-500)}.image-input.no-file:hover p{color:var(--bege-600)}.input.invalid label{color:var(--vermelho-400)}.input.invalid input,.input.invalid textarea{border-color:var(--vermelho-400)}@media(max-width:1024px){.input input{height:3rem;font-size:1rem}.input input::placeholder{font-size:1rem}.select-input>div{height:3rem;font-size:1rem}.file-input{height:3rem}}.product-info{display:flex;flex-direction:column;padding:1.25rem 1.5rem;gap:1rem}.product-info>div{display:flex;flex-direction:column;max-width:40rem;gap:1.5rem;padding:1.5rem;border-radius:1.25rem;border:1px solid var(--bege-150);background:var(--branco)}.product-info>div dl{display:flex;flex-direction:column;gap:.5rem}.product-info>div dl dt{color:var(--bege-400);font-size:.75rem;font-weight:500}.product-info>div dl dd{color:var(--bege-800);font-size:.875rem;font-weight:450}.product-info>div dl dd a:hover{text-decoration:underline}.product-info>div>div{display:grid;grid-template-columns:1fr 1fr}.product-contracts{display:flex;gap:1rem;flex-wrap:wrap;padding:0 1.5rem 1.5rem}.product-contracts:has(.no-contracts){align-items:center;justify-content:center}.no-contracts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.no-contracts hgroup{max-width:22rem;text-align:center}.document-card{position:relative;display:flex;width:18.5rem;height:11rem;padding:1.5rem .5rem .5rem .875rem;border-radius:1rem;box-shadow:var(--shadow1);background:var(--branco);overflow:hidden}.document-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2.75rem;background:var(--bege-90)}.document-card>div{display:flex;flex-direction:column;gap:.5rem;z-index:1;width:100%;height:100%}.document-card>div span{display:flex;align-items:center;justify-content:center;padding:.5rem;width:2.25rem;height:2.25rem;background-color:var(--urb-700);border-radius:50%}.document-card>div span svg>path{fill:var(--branco)}.document-card>div p{color:var(--bege-700);font-size:.875rem;font-weight:500}.document-card>div nav{display:flex;justify-content:flex-end;gap:.5rem;margin-top:auto;margin-left:auto;height:2rem;width:100%}.document-card:hover>div>nav>.btn-trash{opacity:1}@media(max-width:768px){.document-card{width:100%}}.file-preview{width:100vw;height:100vh;max-height:100vh;z-index:6;display:flex;justify-content:center}.file-preview>iframe{width:210mm;height:calc(100% - 1rem)}.file-preview>div{transform:scale(.95);justify-self:center;height:100vh;padding-right:5px;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.file-preview>div::-webkit-scrollbar{width:.5rem}.file-preview>div::-webkit-scrollbar-track{background:var(--bege-150);border-radius:.5rem;margin:.5rem 0}.file-preview>div::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem}.file-preview>div::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.file-preview>button{position:absolute;top:1.5rem;right:1.5rem}.menu-navigation{display:flex;flex-direction:column;gap:.5rem;padding:.4rem;margin:1.5rem .4rem 0 0;height:fit-content;width:190px;background:var(--bege-60);border:1px solid var(--bege-300);border-radius:1.25rem;z-index:6;overflow:hidden;transition:.3s ease-out;animation:slide-left .75s .75s forwards ease}.menu-navigation li{cursor:pointer;display:flex;align-items:center;gap:.5rem;width:max-content;height:max-content;padding-right:.75rem;border-radius:1rem;transition:.3s ease-out}.menu-navigation li>div{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:var(--branco);border:1px solid var(--bege-150);border-radius:50%;transition:.3s ease-out}.menu-navigation li>div svg path{fill:var(--bege-500);transition:.3s ease-out}.menu-navigation li span{font-size:.8rem;font-weight:450;color:var(--bege-600);transition:.3s ease-out}.menu-navigation li:hover>div{background:var(--urb-50);border:1px solid var(--urb-500)}.menu-navigation li:hover>div svg path{fill:var(--urb-500)}.menu-navigation li:hover>span{color:var(--urb-500)}.menu-navigation li.active>div{background:var(--urb-100);border:1px solid var(--urb-500)}.menu-navigation li.active>div svg>path{fill:var(--urb-600)}.menu-navigation li.active span{color:var(--bege-600)}.portal{position:fixed;display:flex;top:0;right:0;bottom:0;left:0;z-index:5;padding:1rem;height:100%;width:100%}.portal-stack{position:relative;width:35rem;height:100%}.portal-stack>.side-panel{position:absolute;right:0}.product-table>colgroup .col-product-thumb{width:6.5rem}.product-table>colgroup .col-product-nome{width:15%}.product-table>colgroup .col-product-cidade{width:14%}.product-table>colgroup .col-product-estado{width:6%}.product-table>colgroup .col-product-tipo{width:16%}.product-table>colgroup .col-product-ativo{width:5%}.product-table>colgroup .col-product-edit{width:3rem}.product-table tbody>tr{height:4rem}.product-table tbody>tr .row-product-thumb{padding:.4rem}.product-table tbody>tr .row-product-thumb picture{display:block;overflow:hidden;aspect-ratio:16 / 9;border-radius:.5rem;cursor:pointer}.product-table tbody>tr .row-product-thumb picture img{object-fit:cover;transition:.3s ease-out;min-height:100%}.product-table tbody>tr .row-product-thumb picture:hover img{scale:110%}.product-table tbody>tr .row-product-nome{text-align:start!important}.product-table tbody>tr .row-product-nome span{color:var(--bege-500)}.product-table tbody>tr .row-product-loteadora span,.product-table tbody>tr .row-product-responsavel span{border-radius:4px;padding-inline:.25rem;padding-block:.1rem;transition:.3s ease-out;cursor:pointer}.product-table tbody>tr .row-product-loteadora span:hover,.product-table tbody>tr .row-product-responsavel span:hover{background-color:var(--bege-150);color:var(--bege-850)}.product-table tbody>tr .row-product-status span{font-size:.75rem;border-radius:1rem;padding:.25rem .75rem}.product-table tbody>tr .row-product-status.loteamento-disponivel span{background-color:var(--verde-100);border:1px solid var(--verde-200);color:var(--verde-300)}.product-table tbody>tr .row-product-status.loteamento-indisponivel span{background-color:var(--bege-100);border:1px solid var(--bege-200);color:var(--bege-300)}.product-table tbody>tr .row-product-status.loteamento-em-breve span{background-color:var(--amarelo-100);border:1px solid var(--amarelo-200);color:var(--amarelo-300)}.search{position:relative;display:flex;align-items:center;height:100%}.search>svg{position:absolute;left:.875rem;z-index:1;cursor:text}.search>svg>path{fill:var(--bege-600);transition:.3s ease-out}.search>svg:has(+input:focus)>path{fill:var(--urb-500)}.search>input{background:var(--branco);border:1px solid var(--bege-150);border-radius:1.25rem;padding-inline:2.5rem .5rem;width:18rem;height:100%;font-size:.875rem;font-weight:450;color:var(--bege-600);transition:.3s ease-out}.search>input::placeholder{font-size:.875rem;font-weight:450;color:var(--bege-250)}.search:hover>svg>path{fill:var(--urb-500)}.schedules{display:flex;flex-direction:column;gap:1.5rem}.schedules>section{display:flex;flex-direction:column;gap:1rem}.schedules>section h1{color:var(--bege-750);font-size:1.25rem;font-weight:500}.schedules>section>div{display:flex;flex-direction:column}.schedules>section>div>nav{display:flex;align-items:center;justify-content:space-between;position:relative}.schedules>section>div>div{display:flex;justify-content:space-between;align-items:end}.schedules>section>div>div>span{color:var(--bege-600);font-size:1rem;font-weight:500}.schedules>section>div>div aside{display:flex;align-items:center;gap:.75rem}.schedules>section>div>div aside input[type=search]{background:var(--branco);font-size:.8rem;border-radius:1.5rem;width:17rem;padding:.625rem 1.125rem .625rem .75rem}.schedules>section>div>div aside>div{position:relative;display:flex;align-items:center;gap:.75rem}.schedules>section>div>div aside>div>button{height:2.25rem}.calendar{display:flex;flex-direction:column;width:100%;gap:.625rem;padding-bottom:1rem}.calendar-header{display:grid;grid-template-columns:4.25rem repeat(5,1fr);align-items:center;gap:.25rem}.calendar-header>:nth-child(1){margin-right:.5rem}.calendar-header nav{display:flex;justify-content:space-between}.calendar-header nav>button{cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid var(--bege-150);background:var(--bege-30);border-radius:1.5rem;width:1.75rem;height:1.75rem;transition:.3s ease-out}.calendar-header nav>button:disabled{cursor:default;background:var(--bege-100);border:1px solid var(--bege-150)}.calendar-header nav>button:disabled svg>path{fill:var(--bege-200)}.calendar-header nav>button:disabled:hover svg>path{fill:var(--bege-200)}.calendar-header nav>button:nth-child(2){transform:rotate(180deg)}.calendar-header nav>button:hover svg>path{fill:var(--bege-700)}.calendar-header nav>button:hover{background:var(--bege-100);border:1px solid var(--bege-200)}.calendar-header>div{display:flex;align-items:center;justify-content:center;gap:.625rem}.calendar-header>div span{display:flex;justify-content:center;align-items:center;padding:.5rem 2.5rem;gap:.625rem;border-radius:.625rem;border:1px solid var(--bege-150);background:var(--bege-30);color:var(--bege-700);font-size:.75rem;font-weight:500}.calendar-table{position:relative;display:grid;grid-template-columns:4.25rem 1fr;gap:.5rem}.calendar-table .calendar-hours{display:grid;grid-template-rows:repeat(10,5.5rem)}.calendar-table .calendar-hours span{display:flex;justify-content:center;align-items:center;height:fit-content;padding:.125rem .25rem;gap:.675rem;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-30);color:var(--bege-600);font-size:.75rem;font-weight:500}.calendar-table .calendar-days{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--bege-150);background-color:var(--bege-30);border-radius:1rem}.calendar-table .calendar-days .calendar-day{display:grid;grid-template-rows:repeat(10,5.5rem)}.calendar-table .calendar-days .calendar-day+div{border-left:1px solid var(--bege-150)}.calendar-table .calendar-days .calendar-day>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem;padding:.25rem}.calendar-table .calendar-days .calendar-day>div .schedule-small-group{display:flex;gap:.25rem;width:100%}.calendar-table .calendar-days .calendar-day>div+div{border-top:1px solid var(--bege-150)}.no-schedules{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;width:100%;height:100%;background:var(--bege-30);border-radius:1rem}.no-schedules section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.no-schedules section picture{width:106px;height:96px}.no-schedules section picture img{width:100%;height:100%;object-fit:cover}.no-schedules section hgroup{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.no-schedules section hgroup h2{color:var(--urb-800);font-size:1.125rem;font-weight:500}.no-schedules section hgroup p{text-align:center;color:var(--bege-500);font-size:.8rem;width:21rem}.schedule-card{position:relative;display:flex;width:100%;height:100%;border-radius:.75rem}.schedule-card.past{background:repeating-linear-gradient(-60deg,var(--bege-120),var(--bege-120) 1px,transparent 1px,transparent 10px);pointer-events:none}.schedule-compact{height:1.5rem;flex-direction:row!important;gap:.75rem!important;padding:.25rem .5rem!important;border-radius:.5rem!important;align-items:center!important}.schedule-compact hgroup>div>h3{text-wrap:nowrap;overflow:hidden}.schedule-compact>div{display:flex!important;gap:.5rem!important;align-items:center!important}.schedule-compact .schedule-status{display:flex!important;position:relative!important;right:unset!important;bottom:unset!important;width:.875rem!important;height:.875rem!important;border:unset!important;background:unset!important}.schedule-small{width:1.5rem;height:1.5rem}.schedule-small .schedule-status{width:.875rem!important;height:.875rem!important;position:relative!important;border:unset!important;background:unset!important}.scheduled{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem .5rem .4rem;cursor:pointer}.scheduled hgroup{display:flex;flex-direction:column;gap:.125rem}.scheduled hgroup>div{display:flex;justify-content:space-between;align-items:flex-start}.scheduled hgroup>div h3{font-size:.8rem;font-weight:500}.scheduled hgroup p{font-size:.7rem;font-weight:450}.scheduled>div{display:flex;justify-content:space-between;align-items:flex-end}.scheduled>div p{display:flex;gap:.25rem;align-items:center;font-size:.7rem;font-weight:500}.scheduled>div menu{position:relative}.scheduled>div .schedule-status{cursor:pointer;position:absolute;right:.25rem;bottom:.25rem;display:flex;justify-content:center;align-items:center;gap:.25rem;width:1.5rem;height:1.5rem;border-radius:1rem;border:1px solid var(--bege-150);background:var(--bege-30);transition:.2s ease}.scheduled>div .schedule-status span{display:none;transition:.2s ease;transform:translate(100%);overflow:hidden}.scheduled>div .schedule-status:hover span{display:inline-block;font-size:.7rem;font-weight:450;transform:translate(0)}.scheduled>div .schedule-status svg>path{transition:.2s ease}.scheduled>div .status-check:hover svg>path{fill:#4c9668}.scheduled>div .status-check:hover{width:97px;border:1px solid #4c9668;background:#daede0}.scheduled>div .status-check:hover span{color:#4c9668}.scheduled>div .status-calendar:hover svg>path{fill:#5485bc}.scheduled>div .status-calendar:hover{width:88px;border:1px solid #5485bc;background:#cee2ef}.scheduled>div .status-calendar:hover span{color:#5485bc}.scheduled>div .status-flag:hover svg>path{fill:#734fab}.scheduled>div .status-flag:hover{width:88px;border:1px solid #734fab;background:#e6dff5}.scheduled>div .status-flag:hover span{color:#734fab}.scheduled>div .status-canceled:hover svg>path{fill:#af0012}.scheduled>div .status-canceled:hover{width:90px;border:1px solid #af0012;background:#ffd5d5}.scheduled>div .status-canceled:hover span{color:#af0012}.schedule-corretor{cursor:pointer;display:flex;align-items:center;gap:.25rem;color:var(--bege-400);font-size:.7rem;font-weight:450}.schedule-corretor svg{width:1rem;height:1rem;border:1px dashed var(--bege-400);border-radius:50%}.schedule-corretor svg path{fill:var(--bege-400);transition:.3s ease-out}.schedule-corretor:hover{color:var(--urb-400);transition:.3s ease-out}.schedule-corretor:hover svg{border:1px solid var(--urb-300);background:var(--urb-100);transition:.3s ease-out}.schedule-corretor:hover svg>path{fill:var(--urb-400)}.no-schedule:hover{display:flex;border-radius:12px;background:var(--bege-60)}.no-schedule button{display:none}.no-schedule:hover button{display:flex}.loteamento-1{border:1px solid var(--verde-200);background:var(--verde-100)}.loteamento-1 hgroup>div>h3{color:var(--verde-300)}.loteamento-1 hgroup>div>p{color:var(--verde-300)}.loteamento-1 hgroup>p{color:var(--verde-400)}.loteamento-1>div>p{color:var(--verde-300)}.loteamento-2{border:1px solid var(--roxo-200);background:var(--roxo-100)}.loteamento-2 hgroup>div>h3{color:var(--roxo-400)}.loteamento-2 hgroup>div>p{color:var(--roxo-300)}.loteamento-2 hgroup>p{color:var(--roxo-300)}.loteamento-2>div>p{color:var(--roxo-400)}.loteamento-3{border:1px solid var(--rosa-200);background:var(--rosa-100)}.loteamento-3 hgroup>div>h3{color:var(--rosa-400)}.loteamento-3 hgroup>div>p{color:var(--rosa-300)}.loteamento-3 hgroup>p{color:var(--rosa-300)}.loteamento-3>div>p{color:var(--rosa-400)}.loteamento-4{border:1px solid var(--laranja-200);background:var(--laranja-100)}.loteamento-4 hgroup>div>h3{color:var(--laranja-400)}.loteamento-4 hgroup>div>p{color:var(--laranja-300)}.loteamento-4 hgroup>p{color:var(--laranja-300)}.loteamento-4>div>p{color:var(--laranja-400)}.loteamento-5{border:1px solid var(--oliva-200);background:var(--oliva-100)}.loteamento-5 hgroup>div>h3{color:var(--oliva-400)}.loteamento-5 hgroup>div>p{color:var(--oliva-300)}.loteamento-5 hgroup>p{color:var(--oliva-300)}.loteamento-5>div>p{color:var(--oliva-400)}.loteamento-6{border:1px solid var(--azul-200);background:var(--azul-100)}.loteamento-6 hgroup>div>h3{color:var(--azul-400)}.loteamento-6 hgroup>div>p{color:var(--azul-300)}.loteamento-6 hgroup>p{color:var(--azul-300)}.loteamento-6>div>p{color:var(--azul-400)}.loteamento-7{border:1px solid var(--lilas-200);background:var(--lilas-100)}.loteamento-7 hgroup>div>h3{color:var(--lilas-400)}.loteamento-7 hgroup>div>p{color:var(--lilas-300)}.loteamento-7 hgroup>p{color:var(--lilas-300)}.loteamento-7>div>p{color:var(--lilas-400)}.loteamento-8{border:1px solid var(--vermelho-200);background:var(--vermelho-100)}.loteamento-8 hgroup>div>h3{color:var(--vermelho-400)}.loteamento-8 hgroup>div>p{color:var(--vermelho-300)}.loteamento-8 hgroup>p{color:var(--vermelho-300)}.loteamento-8>div>p{color:var(--vermelho-400)}.loteamento-9{border:1px solid var(--amarelo-200);background:var(--amarelo-100)}.loteamento-9 hgroup>div>h3{color:var(--amarelo-400)}.loteamento-9 hgroup>div>p{color:var(--amarelo-300)}.loteamento-9 hgroup>p{color:var(--amarelo-300)}.loteamento-9>div>p{color:var(--amarelo-400)}.past-schedule{border:1px solid var(--bege-300);background:var(--bege-60)}.past-schedule hgroup>div>h3{color:var(--bege-500)}.past-schedule hgroup>div>p{color:var(--bege-400)}.past-schedule hgroup>p{color:var(--bege-400)}.past-schedule>div>p{color:var(--bege-500)}.past-schedule div>menu{display:none}.btn-add{position:absolute;cursor:pointer;top:.4rem;left:.4rem;width:1.5rem;height:1.5rem;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid var(--bege-150);background:var(--branco);transition:.3s ease-out}.btn-add:hover{border:1px solid var(--urb-300);background:var(--urb-100)}.btn-add:hover svg>path{fill:var(--urb-500)}.btn-add svg>path{fill:var(--bege-400)}.new-schedule{display:flex;justify-content:flex-end;padding:.875rem}.new-schedule h2{color:var(--bege-400);font-size:.8rem;font-weight:500}.new-schedule>div{position:relative;display:flex;flex-direction:column;gap:1rem;width:28rem;padding:1.5rem;background-color:var(--branco);border:1px solid var(--bege-150);border-radius:1rem;animation:slide-left .5s .1s forwards ease}.new-schedule>div hgroup{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--bege-60)}.new-schedule>div hgroup h2{color:var(--urb-600);font-size:1rem;font-weight:500}.schedule-inicio>section{display:flex;flex-direction:column;gap:1.25rem;height:100%;justify-content:space-between}.schedule-inicio>section form{display:flex;flex-direction:column;gap:1.25rem}.schedule-inicio>section .btn-icon{padding:.625rem .75rem .625rem 1.125rem;font-size:.8rem;font-weight:500;width:max-content;align-self:flex-end;justify-self:flex-end}.schedule-dia{display:flex;flex-direction:column;gap:.5rem}.schedule-dia>div{display:flex;justify-content:space-between;align-items:flex-end}.schedule-dia>div nav{display:flex;justify-content:space-between;gap:.25rem}.schedule-dia>div nav>button{cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid var(--bege-150);background:var(--bege-60);border-radius:1.5rem;width:1.5rem;height:1.5rem;transition:.3s ease-out}.schedule-dia>div nav>button:hover svg>path{fill:var(--bege-700)}.schedule-dia>div nav>button:hover{background:var(--bege-150);border:1px solid transparent}.schedule-dia>div nav>button:disabled{cursor:default;border:1px solid var(--bege-60);background:var(--bege-30)}.schedule-dia>div nav>button:disabled svg>path{fill:var(--bege-150)}.schedule-dia>section{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.schedule-hora{display:flex;flex-direction:column;gap:.5rem}.schedule-hora>section{display:flex;flex-direction:column;gap:.75rem}.schedule-hora>section ul{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.schedule-confirmacao>section{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;gap:2rem}.schedule-confirmacao>section>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.schedule-confirmacao>section>div img{width:123px;height:112px}.schedule-confirmacao>section>div h3{color:var(--urb-800);font-size:1.125rem;font-weight:500}.schedule-confirmacao>section>div p{color:var(--bege-500);font-size:.8rem;font-weight:450;text-align:center}.schedule-confirmacao>section form{display:flex;flex-direction:column;width:100%;gap:.5rem}.schedule-confirmacao>section form>div{display:flex;flex-direction:column;gap:.25rem}.schedule-confirmacao>section form>div label{color:var(--bege-400);font-size:.75rem;font-weight:500}.schedule-confirmacao>section form>div input{display:flex;padding:.75rem .875rem;align-items:center;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-30)}.dia{cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.25rem;gap:.125rem;border-radius:.5rem;border:1px solid var(--bege-150);background:var(--bege-30);transition:.3s ease-out}.dia dt{display:flex;justify-content:center;align-items:center;padding-block:.25rem;width:100%;gap:.625rem;border-radius:.25rem;background:var(--bege-90);font-size:.875rem;font-weight:500;color:var(--bege-500);transition:.3s ease-out}.dia dd{font-size:.875rem;font-weight:500;color:var(--bege-600);transition:.3s ease-out}.dia:hover dt{background:var(--bege-250);color:var(--branco)}.dia:hover dd{color:var(--bege-700)}.selected-dia{border:1px solid var(--urb-600);background:var(--urb-600);transition:.3s ease-out}.selected-dia dt{background:var(--urb-500);color:var(--bege-30);transition:.3s ease-out}.selected-dia dd{color:var(--bege-30);transition:.3s ease-out}.selected-dia:hover{background:var(--urb-700)}.selected-dia:hover dt{background:var(--urb-600)}.selected-dia:hover dd{color:var(--bege-30)}.invalid-dia{opacity:.5;pointer-events:none}.horario{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.5rem 0;border-radius:2rem;border:1px solid var(--bege-150);background:var(--bege-30);font-size:.8rem;font-weight:500;color:var(--bege-700);transition:.3s ease-out}.horario:hover{background:var(--bege-60);color:var(--bege-750)}.selected-horario{border:1px solid transparent;background:var(--urb-600);color:var(--bege-30);transition:.3s ease-out}.selected-horario:hover{color:var(--bege-30);background:var(--urb-700)}.invalid-horario{opacity:.5;pointer-events:none}.assign-broker{position:absolute;display:flex;flex-direction:column;cursor:default;z-index:2;width:14rem;padding:.4rem;gap:.5rem;gap:1rem;border-radius:12px;border:1px solid var(--bege-150);background:var(--branco)}.assign-broker.assign-broker-nav{right:0;bottom:40px}.assign-broker.assign-broker-list{left:0;bottom:18px}.assign-broker ul{display:flex;flex-direction:column;gap:.5rem;max-height:18rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.assign-broker ul::-webkit-scrollbar{display:none}.assign-broker ul li{-webkit-user-select:none;user-select:none;display:flex;align-items:center;cursor:pointer;width:100%;gap:.625rem;border-radius:.5rem;border:1px solid var(--bege-30);color:var(--bege-700);font-size:.7rem;font-weight:400}.assign-broker ul li label{cursor:pointer;display:flex;justify-content:space-between;width:100%;padding:.5rem;gap:.625rem}.assign-broker ul li label>div{display:flex;align-items:center;gap:.25rem}.assign-broker button{color:var(--urb-500);border:1px solid var(--urb-500)}.assign-broker button:hover{background:var(--urb-500);border:1px solid var(--urb-500)}.schedule-info{position:absolute;cursor:default;z-index:1;border-radius:1.25rem;background:var(--branco);box-shadow:var(--shadow1);display:flex;min-width:23rem;padding:1.25rem 1rem 1rem;flex-direction:column;justify-content:center;gap:.875rem}.schedule-info>div{display:flex;flex-direction:column;gap:.25rem;padding-right:1rem}.schedule-info>div button{position:absolute;top:1rem;right:1rem}.schedule-info>div h2{color:var(--urb-600);font-size:1rem;font-weight:500}.schedule-info>div>div{display:flex;gap:.5rem;align-items:center}.schedule-info>div>div p{display:flex;align-items:center;gap:.4rem;color:var(--bege-500);font-size:.75rem;font-weight:500;text-wrap:nowrap;text-overflow:ellipsis}.schedule-info>div>div hr{width:1px;height:.875rem;background:var(--bege-150)}.schedule-info>ul{display:grid;grid-template-columns:repeat(2,1fr);row-gap:.75rem;border-top:1px solid var(--bege-60);padding-top:.875rem}.schedule-info>ul li{display:flex;align-items:center;gap:.5rem}.schedule-info>ul li:nth-child(3),.schedule-info>ul li:nth-child(6){grid-column:span 2}.schedule-info>ul li i{display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-30)}.schedule-info>ul li i svg>path{fill:var(--bege-400)}.schedule-info>ul li>div{display:flex;flex-direction:column;gap:.25rem}.schedule-info>ul li>div span{color:var(--bege-300);font-size:.7rem;font-weight:450}.schedule-info>ul li>div p{color:var(--bege-700);font-size:.8rem;font-weight:500}.schedule-info>ul li>div>div{position:relative}.schedule-info nav{display:flex;justify-content:space-between;border-top:1px solid var(--bege-60);padding-top:1rem}.schedule-info nav>.btn-primary{background:transparent;color:var(--bege-300);font-size:.75rem;font-weight:500;padding-inline:0}.schedule-info nav>.btn-primary:hover{color:var(--vermelho-400)}.schedule-info nav>div{position:relative;display:flex;align-items:center}.schedule-info nav>div .btn-icon-dark{padding:.5rem 1.125rem;gap:6px;font-size:.75rem}.schedule-info nav>div .btn-icon-dark.btn-icon-dark:has(svg){padding:.5rem .625rem .5rem 1.125rem}.needle{position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;margin-left:1.25rem}.needle hr{position:absolute;left:0;width:100%;height:1px;background:var(--urb-500);border-radius:2px;pointer-events:none;z-index:1}.needle time{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;border-radius:1.5rem;background:var(--urb-500);color:var(--urb-50);font-size:.7rem;font-weight:500;z-index:2;position:absolute;transform:translateY(-50%);pointer-events:none}.double-lines{display:flex;flex-direction:column;width:100%}.double-lines :nth-child(1){height:1px;background:var(--bege-150)}.double-lines :nth-child(2){height:1px;background:var(--branco)}.company-data{position:relative;display:flex;flex-direction:column;gap:2rem;padding:1.5rem}.company-data div{display:flex;flex-direction:column;gap:.75rem}.company-data div h3{color:var(--bege-750);font-size:1rem;font-weight:500}.company-data div>dl{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:2rem 2rem 1.5rem;gap:1.5rem;width:38rem;background:var(--branco);border:1px solid var(--bege-150);border-radius:1.25rem}.company-data div>dl>div{display:flex;flex-direction:column;gap:.5rem}.company-data div>dl>div dt{font-size:.75rem;font-weight:500;color:var(--bege-400)}.company-data div>dl>div>div dd{font-size:.875rem;font-weight:500;color:var(--bege-600)}.company-data div>dl>div>div p{font-size:.875rem;font-weight:500;color:var(--bege-400)}.company-data div>dl button{cursor:pointer;position:absolute;right:1rem;top:1rem;transition:.3s ease-out}.company-data div>dl button svg>path{transition:.3s ease-out}.company-data div>dl button:hover{transform:scale(1.05)}.company-data div>dl button:hover svg>path{fill:var(--bege-400)}.company{display:flex;flex-direction:column;gap:1.5rem}.company>div{position:relative;z-index:2;border:1px solid var(--bege-150);background-color:var(--bege-30);border-radius:1.25rem;padding-block:1rem;height:100vh;overflow:hidden}.company>div .nav-tabs{position:absolute;top:-1rem;left:1.5rem}.team-members{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}.side-panel{display:flex;flex-direction:column;height:100%;padding-block:1.5rem;border-radius:1.25rem;z-index:6;overflow:hidden;position:relative}.side-panel>hgroup{display:flex;justify-content:flex-end;align-items:center;gap:.25rem;margin-inline:1.5rem;padding-bottom:.75rem}.side-panel>hgroup h3{color:var(--urb-700);font-size:1rem;font-weight:500}.side-panel>hgroup:has(h3){justify-content:space-between;border-bottom:1px solid var(--bege-200)}.side-panel>*:not(hgroup){padding-top:1rem}.new-user{display:flex;flex-direction:column;gap:3rem;padding-inline:1.5rem;height:100%;max-height:calc(100vh - 6rem);overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto;padding-bottom:4rem}.new-user::-webkit-scrollbar{display:none}.new-user>div{display:flex;flex-direction:column;gap:1.25rem}.new-user>div form{display:flex;flex-direction:column;gap:.75rem}.new-user>div form>div{display:flex;flex-direction:column;gap:.25rem}.new-user>div form label{display:flex;align-items:center;justify-content:space-between;color:var(--bege-400);font-size:.8rem;text-wrap:nowrap}.new-user>section{display:flex;flex-direction:column;padding:1rem;gap:1rem;border-radius:1rem;border:1px solid var(--bege-120);background:var(--bege-60)}.new-user>section hgroup{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid var(--bege-150)}.new-user>section hgroup svg path{fill:var(--bege-500)}.new-user>section hgroup h3{color:var(--bege-700);font-size:.875rem;font-weight:550}.new-user>section ul{display:flex;flex-direction:column;gap:1.25rem}.new-user>section ul li{position:relative;padding-left:1rem}.new-user>section ul li:before{content:"";position:absolute;left:0;top:.35rem;width:.5rem;height:.5rem;border-radius:50%}.new-user>section ul li:nth-child(1):before{background:#5759d4}.new-user>section ul li:nth-child(2):before{background:#227ca7}.new-user>section ul li:nth-child(3):before{background:#d5822b}.new-user>section ul h4{color:var(--bege-600);font-size:.8rem;font-weight:500}.new-user>section ul p{color:var(--bege-500);font-size:.8rem;font-weight:450}.new-user>nav{position:absolute;bottom:0;left:0;width:100%;padding:1.25rem;display:flex;align-items:end;justify-content:end;pointer-events:none}.new-user>nav>*{pointer-events:auto;z-index:1}.new-user>nav:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:6rem;background:linear-gradient(to top,#f9f9f8,#f9f9f800);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);mask-image:linear-gradient(to top,black 40%,transparent 100%);-webkit-mask-image:linear-gradient(to top,black 40%,transparent 100%)}.email-wrapper{display:flex;flex-wrap:wrap;align-items:start;gap:.5rem;width:100%;min-height:5rem;padding:.75rem .875rem;background:var(--branco);border:1px solid var(--bege-150);border-radius:.75rem;transition:.3s ease-out;resize:none}.email-wrapper input{display:flex;align-items:center;max-width:100%;height:1.25rem;font-size:.875rem;font-weight:450;color:var(--bege-600)}.email-wrapper span{height:1.25rem;padding:0 .4rem;border-radius:.875rem;background:var(--bege-60);color:var(--bege-600);font-size:.875rem;font-weight:500;text-overflow:ellipsis;overflow:hidden}.email-wrapper span.invalid-email{background:var(--vermelho-100);color:var(--vermelho-400)}.email-wrapper input:focus{outline:none;border:none}.has-invalid label{color:var(--vermelho-400)!important}.has-invalid>div{border-color:var(--vermelho-400)}.user-card{display:flex;flex-direction:column;gap:1rem;border-radius:1.25rem;padding:.875rem;flex:1 1 calc((100% - 2 * .75rem) / 3);max-width:calc((100% - 2 * .75rem) / 3);min-width:18rem;background-color:var(--branco);box-shadow:var(--shadow1)}.user-card>hgroup{display:flex;gap:.5rem}.user-card>hgroup>div{display:flex;flex-direction:column;gap:.25rem}.user-card>hgroup>div dt{display:flex;gap:.5rem;color:var(--bege-700);font-size:.875rem;font-weight:500}.user-card>hgroup>div>div{display:flex;flex-wrap:wrap;gap:.5rem}.user-card>hgroup>div>div span{color:var(--verde-300);font-size:.75rem;font-weight:500;background:var(--verde-100);border:1px solid;width:max-content;padding:.25rem .75rem;border-radius:.75rem}.user-card>hgroup>div>div span#responsavel{color:var(--roxo-400);border-color:var(--roxo-200);background:var(--roxo-100)}.user-card>hgroup>div>div span#coordenador{color:var(--rosa-400);border-color:var(--rosa-200);background:var(--rosa-100)}.user-card>hgroup>div>div span#administrativo{color:var(--azul-400);border-color:var(--azul-200);background:var(--azul-100)}.user-card>hgroup>div>div span#corretor{color:var(--laranja-400);border-color:var(--laranja-200);background:var(--laranja-100)}.user-card>hgroup>div>div span#gerente{color:var(--verde-400);border-color:var(--verde-200);background:var(--verde-100)}.user-card>div{display:flex;flex-direction:column;gap:.5rem;margin-left:.375rem}.user-card>div dd{display:flex;align-items:center;gap:.4rem;color:var(--bege-500);font-size:.8rem;font-weight:450}.user-card>div dd>svg{color:var(--bege-300)}.feedback{display:flex;flex-direction:column;gap:.75rem}.feedback>section{display:flex;flex-direction:column;gap:.8rem}.feedback>section>nav{display:flex;align-items:center;justify-content:space-between;position:relative}.suggestions{display:grid;grid-template-columns:1fr 29rem;gap:.5rem;width:100%;height:100%}.suggestions>div{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:1.25rem;border:1px solid var(--bege-150);background:var(--bege-30)}.suggestions>div hgroup{display:flex;align-items:center;justify-content:space-between}.suggestions>div hgroup h3{color:var(--bege-700);font-size:1rem;font-weight:500}.suggestions>div hgroup button{position:relative;display:flex;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;border-radius:1.25rem;border:1px solid var(--bege-150);background:var(--branco);cursor:pointer}.suggestions>form{display:flex;flex-direction:column;padding:1.5rem 1rem 1rem;gap:1.25rem;height:max-content;border-radius:20px;border:1px solid var(--Bege-bege-150, #dbdbd7);background:var(--Bege-bege-30, #f9f9f8)}.suggestions>form h3{padding-left:.5rem;max-width:330px;color:var(--bege-700);font-size:1rem;font-weight:500}.suggestions>form h3 span{color:var(--urb-500);font-weight:600}.suggestions>form>div{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.suggestions>form>div label{padding-inline:.625rem;font-size:.8rem;font-weight:500;color:var(--bege-500)}.suggestions>form>div textarea{background:var(--branco);border-radius:1.25rem;padding:.875rem 1rem;height:10rem}.suggestions>form>div svg{transform:rotate(180deg)}.feedback-filters{position:absolute;top:2.25rem;right:0;background-color:var(--branco);box-shadow:var(--shadow2);border-radius:1rem;padding:.25rem}.feedback-filters li{display:flex;justify-content:space-between;padding:.5rem .75rem;border-radius:.8rem;text-wrap:nowrap;font-size:.8rem;font-weight:500;color:var(--bege-600);cursor:pointer;transition:.3s ease-out}.feedback-filters li:hover{background-color:var(--bege-60)}.feedback-card{display:flex;justify-content:space-between;padding:1.25rem;gap:.5rem;border-radius:1.25rem;border:1px solid var(--bege-150);background:var(--branco)}.feedback-card dl{display:flex;flex-direction:column;gap:1rem}.feedback-card dl>div{display:flex;flex-direction:column;gap:.25rem}.feedback-card dl>div dt{color:var(--bege-700);font-size:.875rem;font-weight:500}.feedback-card dl>div span{display:flex;align-items:center;gap:.25rem;color:var(--bege-400);font-size:.75rem;font-weight:500}.feedback-card dl dd{color:var(--bege-500);font-size:.8rem;font-weight:450}.feedback-card>div{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.feedback-card>div span{display:flex;padding:.25rem .75rem;justify-content:center;align-items:center;border-radius:1rem;font-size:.75rem;font-weight:500}.feedback-card>div span.pendente{background:var(--azul-100);border:1px solid var(--azul-200);color:var(--azul-300)}.feedback-card>div span.analise{background:var(--laranja-100);border:1px solid var(--laranja-200);color:var(--laranja-300)}.feedback-card>div span.planejado{background:var(--roxo-100);border:1px solid var(--roxo-200);color:var(--roxo-300)}.feedback-card>div span.desenvolvimento{background:var(--rosa-100);border:1px solid var(--rosa-200);color:var(--rosa-300)}.feedback-card>div span.teste{background:var(--amarelo-100);border:1px solid var(--amarelo-200);color:var(--amarelo-300)}.feedback-card>div span.concluido{background:var(--verde-100);border:1px solid var(--verde-200);color:var(--verde-300)}.feedback-card>div button{cursor:pointer;display:flex;align-items:center;width:fit-content;gap:.25rem;color:var(--bege-600);font-size:.8rem;font-weight:500}.feedback-card>div button svg>path{transition:.3s ease-out}.feedback-card>div button:hover svg>path:nth-child(1){fill:var(--urb-500)}.feedback-card>div button.curtido>svg>path:nth-child(1){fill:none}.feedback-card>div button.curtido>svg>path:nth-child(2),.feedback-card>div button.curtido>svg>path:nth-child(3){fill:var(--bege-500)}.sales-table>colgroup .col-sales-checkbox{width:2.5rem}.sales-table>colgroup .col-sales-numero{width:8%}.sales-table>colgroup .col-sales-cliente,.sales-table>colgroup .col-sales-loteamento{width:17%}.sales-table>colgroup .col-sales-quadra,.sales-table>colgroup .col-sales-lote{width:5%}.sales-table>colgroup .col-sales-valor,.sales-table>colgroup .col-sales-vendedor,.sales-table>colgroup .col-sales-status{width:15%}.sales-table>colgroup .col-sales-data{width:9%}.sales-table>colgroup .col-sales-edit{width:1rem}.sales-table thead th:first-child{display:flex;justify-content:center;align-items:center}.sales-table tbody>tr{cursor:pointer}.sales-table tbody>tr .row-sales-checkbox>div{display:flex;align-items:center;justify-content:center}.sales-table tbody>tr .row-sales-cliente>div{display:flex;align-items:center;gap:.5rem}.sales-table tbody>tr .row-sales-loteamento,.sales-table tbody>tr .row-sales-numero{text-align:start!important}.sales-table tbody>tr .row-sales-vendedor>span{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.sale-status-pill{color:var(--bege-600);font-weight:450;background-color:var(--bege-120);border:1px solid var(--bege-200);border-radius:.75rem}.sale-status-pill.small{font-size:.7rem;padding:.125rem .5rem}.sale-status-pill.medium{font-size:.75rem;padding:.125rem .5rem}.sale-status-pill.pendente-cliente{background-color:var(--azul-100);color:var(--azul-400);border-color:var(--azul-200)}.sale-status-pill.pendente-proposta{background-color:var(--roxo-100);color:var(--roxo-400);border-color:var(--roxo-200)}.sale-status-pill.pendente-corretor{background-color:var(--lilas-100);color:var(--lilas-400);border-color:var(--lilas-200)}.sale-status-pill.pendente-envio{background-color:var(--rosa-100);color:var(--rosa-400);border-color:var(--rosa-200)}.sale-status-pill.em-analise{background-color:var(--amarelo-100);color:var(--laranja-400);border-color:var(--laranja-200)}.sale-status-pill.pendente-correcao{background-color:var(--amarelo-100);color:var(--amarelo-400);border-color:var(--amarelo-200)}.sale-status-pill.aguardando-assinaturas{background-color:var(--oliva-100);color:var(--oliva-400);border-color:var(--oliva-200)}.sale-status-pill.concluida{background-color:var(--verde-100);color:var(--verde-400);border-color:var(--verde-200)}.sale-status-pill.cancelada{background-color:var(--vermelho-100);color:var(--vermelho-400);border-color:var(--vermelho-200)}.select-seller{display:flex;flex-direction:column;padding-inline:.25rem;width:100%;height:100%}.select-seller>div{display:flex;flex-direction:column;gap:.75rem;padding-inline:1.25rem;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.select-seller>div::-webkit-scrollbar{width:.5rem}.select-seller>div::-webkit-scrollbar-track{background:var(--bege-150);border-radius:.5rem;margin:.5rem 0}.select-seller>div::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem}.select-seller>div::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.select-seller>button{margin-top:auto;margin-left:auto;margin-right:1.25rem}.select-seller input{background:var(--branco)}.info-row-user{display:flex;flex-direction:column;width:100%;gap:.5rem}.info-row-user>dl{padding-left:.875rem}.info-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:1rem;gap:.5rem;border-radius:1rem;border:1px solid var(--bege-120);background:var(--bege-30)}.info-row dl{display:flex;justify-content:space-between;width:100%}.info-row dl+dl{border-top:1px solid var(--bege-120);padding-top:.5rem}.info-row dl dt{color:var(--bege-400);font-size:.75rem;font-weight:450}.info-row dl dd{display:flex;align-items:center;gap:.75rem;color:var(--bege-700);font-size:.8rem;font-weight:500}.info-row dl dd span{display:flex;align-items:center;gap:.4rem}.info-row dl dd span>svg path{fill:var(--urb-600)}.info-row dl dd>svg{color:var(--bege-400);transition:transform .3s ease-out}.info-row dl dd>svg.open{transform:rotate(180deg)}.info-row>div{width:100%;display:flex;align-items:center;justify-content:center}.info-row.expanded{padding:1rem .75rem;gap:1rem}.signatory{display:flex;flex-direction:column}.signatory dt{color:var(--bege-600);font-size:.625rem;font-weight:450}.signatory dd{display:flex;align-items:center;gap:.25rem;color:var(--bege-700);font-size:.7rem;font-weight:500}.user-details{position:relative;display:flex;width:100%;padding:.75rem;gap:.4rem;border-radius:16px;border:1px solid var(--bege-150);background:var(--branco)}.user-details dl{display:flex;flex-direction:column}.user-details dl dt{color:var(--bege-700);font-size:.8rem;font-weight:500}.user-details dl dd{color:var(--bege-500);font-size:.75rem;font-weight:450}.user-details picture,.user-details i{display:flex;align-items:center;overflow:hidden;border-radius:.4rem;width:2rem;height:2rem;aspect-ratio:1 / 1;cursor:pointer}.user-details picture img,.user-details i img{padding:.25rem;object-fit:cover}.user-details i{display:flex;justify-content:center;align-items:center;border:1px solid var(--bege-350);background:var(--bege-250)}.user-details i svg>path{fill:var(--bege-30)}.user-details span{position:absolute;top:.5rem;right:.5rem}.menu-btn{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background-color:var(--bege-30);border:1px solid var(--bege-120);border-radius:.4rem;transition:.3s ease-out;cursor:pointer}.menu-btn svg>path{fill:var(--bege-400);transition:.3s ease-out}.menu-btn.rounded{border-radius:50%}.menu-btn:hover{background-color:var(--bege-400);border-color:var(--bege-400)}.menu-btn:hover svg>path{fill:var(--branco)}.modal{position:absolute;top:1.5rem;right:0%;z-index:2;display:flex;flex-direction:column;gap:.25rem;background:var(--branco);border-radius:.75rem;box-shadow:var(--shadow1);padding:.25rem;overflow:hidden}.modal li{font-size:.75rem;text-align:left;text-wrap:nowrap;color:var(--bege-600);font-weight:500;width:100%;border-radius:.5rem;padding:.4rem .5rem;transition:.3s ease-out;cursor:pointer}.modal li:hover{background:var(--bege-60);color:var(--bege-700)}.assign-button{cursor:pointer;display:flex;align-items:center;gap:.5rem;color:var(--bege-500);font-size:.75rem;font-weight:500;transition:.3s ease-out}.assign-button span{display:flex;justify-content:center;align-items:center;width:1.5rem!important;height:1.5rem!important;aspect-ratio:1/1;border-radius:50%;border:1px dashed var(--bege-250);transition:.3s ease-out}.assign-button span svg>path{transition:.3s ease-out}.assign-button:hover{color:var(--urb-400)}.assign-button:hover span{background:var(--urb-100);border:1px solid var(--urb-300)}.assign-button:hover span svg>path{fill:var(--urb-400)}.assign-button:active{color:var(--urb-500)}.assign-button:active span{background:var(--urb-500);border:1px solid var(--urb-500)}.assign-button:active span svg>path{fill:var(--urb-50)}.sale-details{display:grid;grid-template-columns:1fr 25rem;gap:1rem}.sale-details>section{display:flex;flex-direction:column;gap:1.25rem;max-height:calc(100vh - 5rem);height:100%;width:100%;max-width:47rem;justify-self:center;background:var(--bege-30);border:1px solid var(--branco);border-radius:1.5rem}.sale-details>section hgroup{display:flex;gap:.75rem;margin:1.25rem 1.25rem 0;padding-bottom:.5rem;border-bottom:1px solid var(--bege-150)}.sale-details>section hgroup h1{font-size:1rem;font-weight:500;color:var(--bege-750)}.sale-status{display:flex;flex-direction:column;gap:.875rem;height:100%;width:100%;padding:1rem;background:var(--bege-30);border:1px solid var(--branco);border-radius:1.5rem}.sale-status>h2{color:var(--bege-600);font-size:.75rem;font-weight:500}.sale-status>section{display:flex;flex-direction:column}.sale-status nav{display:flex;gap:.75rem;margin-top:auto;margin-left:auto}.sale-milestone{display:flex;gap:.5rem}.sale-milestone>div{display:flex;flex-direction:column;align-items:center}.sale-milestone>div span{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:.75rem}.sale-milestone>dl{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem;width:100%}.sale-milestone>dl>dt{font-size:.8rem;font-weight:500}.sale-milestone>dl>dd{font-size:.75rem;font-weight:450;color:var(--bege-500)}.sale-milestone>dl ul{display:flex;flex-direction:column}.sale-milestone>dl ul li{display:flex;align-items:center;gap:.25rem}.sale-milestone>dl ul li p{color:var(--bege-600);font-size:.7rem;font-weight:500}.sale-milestone>dl>div{display:flex;flex-direction:column;gap:.75rem}.sale-milestone>dl>div p{font-size:.75rem;font-weight:450;color:var(--bege-500)}.sale-milestone>dl>div>div{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem;gap:.5rem}.sale-milestone>dl>div>div hgroup>p{color:var(--bege-700)}.milestone-current>div>span{border:1px solid var(--urb-400);background:var(--urb-50)}.milestone-current>div>span>svg>path{fill:var(--urb-600)}.milestone-current>dl>dt{color:var(--urb-600)}.milestone-completed>div>span{border:1px solid var(--urb-600);background:var(--urb-600)}.milestone-completed>div>span>svg>path{fill:var(--urb-100)}.milestone-completed>div>svg path{stroke-dasharray:none;stroke:var(--urb-600)}.milestone-completed>dl>dt{color:var(--urb-600)}.milestone-completed:has(+.milestone-current)>div>svg path,.milestone-completed:has(+.milestone-pending)>div>svg path{stroke-dasharray:5,5;stroke:var(--urb-400)}.milestone-pending>div>span{border:1px solid var(--amarelo-200);background:var(--amarelo-100)}.milestone-pending>div>span>svg>path{fill:var(--amarelo-400)}.milestone-pending>dl>dt{color:var(--amarelo-400)}.milestone-pending>dl>div>div{border:1px solid var(--amarelo-200);background:var(--amarelo-100);border-radius:1rem}.milestone-pending>dl>div>div hgroup>svg path{fill:var(--amarelo-400)}.milestone-canceled>div>span{border:1px solid var(--vermelho-200);background:var(--vermelho-100)}.milestone-canceled>div>span>svg>path{fill:var(--vermelho-400)}.milestone-canceled>dl>dt{color:var(--vermelho-400)}.milestone-canceled>dl>div>div{border:1px solid var(--vermelho-200);background:var(--vermelho-100);border-radius:1rem}.milestone-canceled>dl>div>div hgroup>svg path{fill:var(--vermelho-400)}.prompt-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:6;width:25rem;height:max-content;padding:1.5rem 1rem 1rem;gap:1.5rem;border-radius:1.25rem;background:var(--branco);box-shadow:var(--shadow2)}.prompt-modal.amarelo h2{color:var(--amarelo-400)}.prompt-modal.amarelo>div>hgroup>div>p>span{color:var(--amarelo-300)}.prompt-modal.amarelo button:nth-child(2){background:var(--alto-padrao-escuro)}.prompt-modal.amarelo button:nth-child(2):hover{background:var(--amarelo-400)}.prompt-modal.vermelho h2{color:var(--vermelho-400)}.prompt-modal.vermelho>div>hgroup>div>p>span{color:var(--vermelho-300)}.prompt-modal.vermelho button:nth-child(2){background:var(--vermelho-300)}.prompt-modal.vermelho button:nth-child(2):hover{background:var(--vermelho-400)}.prompt-modal>div{display:flex;flex-direction:column;gap:1rem}.prompt-modal>div>hgroup{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;width:100%}.prompt-modal>div>hgroup>div{display:flex;flex-direction:column;gap:.25rem;align-items:center;justify-content:center}.prompt-modal>div>hgroup>div h2{font-size:1rem;font-weight:500;color:var(--urb-700);text-align:center}.prompt-modal>div>hgroup>div p{color:var(--bege-500);font-size:.8rem;font-weight:450;text-align:center}.prompt-modal>div>hgroup>div p span{color:var(--urb-500)}.prompt-modal>nav{display:flex;width:100%;gap:.75rem}.prompt-modal>nav>button:nth-child(1){flex-basis:20%}.prompt-modal>nav>button:nth-child(2){flex-basis:80%}.prompt-modal>nav>button:nth-child(2):disabled{opacity:.3;filter:grayscale(60%);cursor:not-allowed}.sale-details-content{display:flex;flex-direction:column;gap:1.5rem;height:100%;padding:0 1.25rem 1.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.sale-details-content::-webkit-scrollbar{width:.5rem}.sale-details-content::-webkit-scrollbar-track{margin:.5rem 0}.sale-details-content::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem;border:1px solid var(--branco)}.sale-details-content::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.sale-details-content>div{display:flex;flex-direction:column;gap:.4rem}.sale-details-content>div>h3{color:var(--bege-600);font-size:.7rem;font-weight:500}.sale-details-content>div>div{display:flex;justify-content:space-between;width:max-content;gap:3rem;padding:1rem;border-radius:.75rem;border:1px solid var(--bege-120);background:var(--bege-60)}.sale-details-content>div>div>section{display:flex;flex-direction:column;gap:1.5rem;width:19rem}.info-list{display:flex;flex-direction:column;gap:.5rem}.info-list h4{color:var(--bege-600);font-size:.7rem;font-weight:500;border-bottom:1px solid var(--bege-150)}.info-list ul{display:flex;flex-direction:column;gap:.5rem}.info-list ul li{display:flex;justify-content:space-between}.info-list ul li span{color:var(--bege-400);font-size:.7rem;font-weight:450;text-decoration:none!important}.info-list ul li p{color:var(--bege-750);font-size:.8rem;font-weight:500}.contract-modal{width:100vw;height:100vh;max-height:100vh;z-index:6;display:grid;grid-template-columns:1fr 1fr 1fr}.contract-modal>menu{align-self:center;display:flex;flex-direction:column;gap:.4rem}.contract-modal>menu button{display:flex;align-items:center;height:2rem;padding:.75rem 1.125rem;gap:.4rem;width:max-content;color:var(--urb-800);font-size:.75rem;font-weight:500;transition:.3s ease-out;cursor:pointer}.contract-modal>menu button.current{border-radius:100px;background:#b6b6af40}.contract-modal>div{transform:scale(.95);justify-self:center;height:100vh;padding-right:5px;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.contract-modal>div::-webkit-scrollbar{width:.5rem}.contract-modal>div::-webkit-scrollbar-track{background:var(--bege-150);border-radius:.5rem;margin:.5rem 0}.contract-modal>div::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem}.contract-modal>div::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.contract-modal>iframe{width:210mm;height:calc(100% - 1rem)}.contract-modal>nav{align-self:end;justify-self:end;display:flex;flex-direction:column;gap:.625rem;width:272px;margin:0 1.25rem 2.25rem 0;padding:1rem;border-radius:1.5rem;background:var(--branco)}.contract-modal>button{position:absolute;top:1.5rem;right:1.5rem}.contract-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate;contain:layout paint;user-select:none;-webkit-user-select:none}.contract-loading .loading-background{position:relative;filter:blur(12px) saturate(120%);width:32rem;height:32rem;pointer-events:none}.contract-loading .loading-background .bolha{position:absolute;border-radius:50%;will-change:transform}.contract-loading .loading-background .bolha.bolha-1{width:360px;height:360px;background:radial-gradient(50% 50%,rgba(41,193,46,.85) 0%,transparent 100%);left:-10%;top:0}.contract-loading .loading-background .bolha.bolha-2{width:340px;height:340px;background:radial-gradient(50% 50%,rgba(61,197,136,1) 0%,transparent 100%);right:0;top:-10%}.contract-loading .loading-background .bolha.bolha-3{width:320px;height:320px;background:radial-gradient(50% 50%,rgba(41,193,46,.9) 0%,transparent 100%);left:10%;bottom:0}.contract-loading .loading-background .bolha.bolha-4{width:300px;height:300px;background:radial-gradient(50% 50%,rgba(97,255,218,.6) 0%,transparent 100%);right:-10%;bottom:-10%}.contract-loading .loading-background .bolha.bolha-5{width:360px;height:360px;background:radial-gradient(50% 50%,rgba(0,129,108,.9) 0%,transparent 100%);left:25%;top:25%}.contract-loading-list{position:absolute;text-align:center;gap:.75rem;display:flex;flex-direction:column;justify-content:center}.contract-loading-list .phrases{will-change:opacity,transform;opacity:0;transform:translateY(16px);color:var(--branco);font-family:Montserrat;font-weight:700;font-size:1.75rem;user-select:none;-webkit-user-select:none}.contract-pdf{width:210mm;height:297mm;max-height:297mm;background:var(--branco);border:1px solid var(--bege-120);border-radius:.75rem;display:flex;align-items:start;padding:15mm 10mm 10mm}.contract-pdf>picture{width:35mm}.contract-pdf>picture img{max-width:30mm}.contract-pdf>div{display:flex;flex-direction:column;gap:15mm;width:100%}.contract-pdf>div header{display:flex;justify-content:space-between}.contract-pdf>div header>hgroup{display:flex;flex-direction:column;gap:15mm}.contract-pdf>div header>hgroup p{color:var(--bege-600);font-size:8pt;font-weight:400;max-width:90mm}.contract-pdf>div header>p{display:flex;flex-direction:column;color:var(--bege-600);font-size:8pt;font-weight:400}.sale-details-content.pdf{overflow:hidden;height:max-content;padding:0}.sale-details-content.pdf>div{gap:1.5mm}.sale-details-content.pdf>div h3{font-size:7pt;font-weight:400}.sale-details-content.pdf>div>div{gap:32px;padding:4mm}.sale-details-content.pdf>div>div>section{gap:5mm;width:65mm}.sale-details-content.pdf>div>div>section>div{gap:0}.sale-details-content.pdf>div>div>section>div h4{font-size:7pt;font-weight:400;padding-bottom:1mm;margin-bottom:1.5mm;border-bottom:.3mm solid var(--bege-150)}.sale-details-content.pdf>div>div>section>div ul{gap:2mm}.sale-details-content.pdf>div>div>section>div ul span{font-size:7pt;font-weight:400}.sale-details-content.pdf>div>div>section>div ul p{font-size:8pt;font-weight:400}@page{size:A4;margin:15mm 10mm 10mm}.new-sale{display:grid;grid-template-columns:1fr 27rem;gap:2rem}.new-sale>section{display:flex;flex-direction:column;align-items:center;justify-self:center;gap:3rem;width:360px}.new-sale>section>hgroup{display:flex;flex-direction:column;align-items:center;gap:.5rem}.new-sale>section>hgroup span{display:flex;padding:.625rem;align-items:center;border-radius:.75rem;border:1px solid var(--bege-200);background:var(--bege-120)}.new-sale>section>hgroup span svg>path{fill:var(--bege-600)}.new-sale>section>hgroup>div{display:flex;flex-direction:column;align-items:center}.new-sale>section>hgroup>div p{text-align:center}.new-sale>section>div{position:relative;display:flex;flex-direction:column;align-items:center}.sale-steps{position:relative;display:flex;flex-direction:column;width:max-content}.sale-steps>span{position:absolute;top:-1.5rem;display:flex;padding:.125rem .5rem;gap:.125rem;width:max-content;color:var(--bege-200);font-size:.7rem;font-weight:500;border-radius:1rem;border:1px solid var(--bege-90);background:var(--bege-60)}.sale-steps>section{display:flex;gap:.5rem;padding:.5rem 1rem .5rem .5rem;border-radius:1.25rem;align-items:center;border:1px solid var(--bege-60);background:var(--bege-30)}.sale-steps>section>span{display:flex;align-items:center;justify-content:center;min-height:1.5rem;min-width:1.5rem;height:1.5rem;width:1.5rem;border-radius:50%;border:1px solid var(--bege-60);background:var(--branco)}.sale-steps>section>span svg>path{fill:var(--bege-150)}.sale-steps>section>div{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.sale-steps>section>div h2{color:var(--bege-200);font-size:.875rem;font-weight:500}.sale-steps>section>div p{color:var(--bege-500);font-size:.8rem;font-weight:450}.sale-steps>svg{align-self:center}.current-step>span{color:var(--urb-500);border-color:var(--urb-300);background:var(--urb-50)}.current-step>section{cursor:pointer;border-color:var(--urb-300);background:linear-gradient(0deg,#f9f9f8 50%,#f3faf8)}.current-step>section>span{border-color:var(--bege-150);background:var(--branco)}.current-step>section>span svg>path{fill:var(--bege-400)}.current-step>section>div h2{color:var(--bege-750)}.completed-step{width:max-content}.completed-step>span{display:none}.completed-step>section{cursor:pointer;padding:.5rem 1rem .5rem .5rem;border-radius:1.25rem;border-color:var(--urb-600);background:var(--urb-600)}.completed-step>section>span{border-color:var(--urb-400);background-color:var(--urb-400)}.completed-step>section>span svg>path{fill:var(--bege-30)}.completed-step>section>div h2{color:var(--branco)}.completed-step>section>div p{color:var(--bege-120)}.completed-step>section>div>button{background:var(--urb-400)}.completed-step>svg path{stroke-dasharray:none;stroke:var(--urb-300)}.completed-step:has(+.current-step)>svg path{stroke-dasharray:5 5;stroke:var(--urb-300)}.completed-step.opened-step>span{display:block;border-color:var(--urb-600);background:var(--urb-600);color:var(--branco)}.opened-step{max-width:360px;width:100%}.opened-step>section{padding:1rem 1rem .75rem;align-items:flex-start}@media(min-height:800px){.new-sale>section{align-self:center}}.select-lote{display:flex;flex-direction:column;gap:1rem;padding-inline:.25rem;height:100%;overflow:hidden}.select-lote>.search{margin-inline:1.25rem 1.75rem;height:2.5rem}.select-lote>.search input{width:100%}.select-lote>ul{display:flex;flex-direction:column;gap:.75rem;padding-inline:1.25rem;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.select-lote>ul::-webkit-scrollbar{width:.5rem}.select-lote>ul::-webkit-scrollbar-track{background:var(--bege-150);border-radius:.5rem;margin:.5rem 0}.select-lote>ul::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem}.select-lote>ul::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.select-lote>ul li{position:relative;display:flex;flex-direction:column;gap:1rem;padding:.5rem;background:var(--bege-30);border:1px solid var(--bege-150);border-radius:1rem;cursor:pointer;transition:.3s ease-out}.select-lote>ul li input[type=radio]{position:absolute;top:.75rem;right:.75rem;z-index:1}.select-lote>ul li>section{display:flex;flex-direction:column;gap:.875rem;cursor:default;padding:1rem;align-items:center;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-60)}.select-lote>ul li>section>div{display:flex;flex-direction:column;gap:.5rem;width:100%}.select-lote>ul li>section>div nav{display:flex;justify-content:space-between}.select-lote>ul li>section>div nav h3{color:var(--bege-600);font-size:.875rem;font-weight:500}.select-lote>ul li>section>div nav>button{display:flex;align-items:center;gap:.25rem;color:var(--urb-600);font-size:.75rem;font-weight:500;cursor:pointer}.select-lote>ul li>section>div nav>button:hover{text-decoration:underline}.select-lote>ul li>section>div>div{display:flex;gap:.5rem}.select-lote>ul li>section>button{width:100%}.select-lote>ul li:not(.selected-lote){border-color:var(--bege-60)}.loteamento-warnings{display:flex;flex-direction:column;gap:.5rem}.loteamento-warnings button{display:flex;align-items:center;gap:.4rem;color:var(--vermelho-400);font-size:.7rem;font-weight:450;text-decoration:underline;width:max-content;cursor:pointer}.loteamento-preview{display:flex;gap:.75rem;width:100%}.loteamento-preview.loteamento-preview-small picture{width:5rem;height:3rem;aspect-ratio:16/9}.loteamento-preview>picture{width:10rem;height:5.5rem;aspect-ratio:16/9}.loteamento-preview>picture img{object-fit:cover;border-radius:.6rem;height:100%;width:100%}.loteamento-preview>picture span{display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:.6rem;background:var(--bege-90)}.loteamento-preview>picture span svg>path{fill:var(--bege-300)}.loteamento-preview>div{display:flex;flex-direction:column;justify-content:space-between;width:100%}.loteamento-preview>div section{display:flex;flex-direction:column}.loteamento-preview>div section span{border-radius:.75rem;width:max-content;color:var(--bege-400);font-size:.7rem;font-weight:450}.loteamento-preview>div section h4{color:var(--bege-700);font-size:.8rem;font-weight:500}.loteamento-preview>div section p{color:var(--bege-600);font-size:.75rem;font-weight:450}.loteamento-preview>div>ul{display:flex;gap:1rem}.loteamento-preview-disabled>picture span{background-color:var(--bege-30)}.loteamento-preview-disabled>picture span svg>path{fill:var(--bege-250)}.loteamento-preview-disabled>picture img{opacity:.1}.loteamento-preview-disabled>div section span{color:var(--bege-200)}.loteamento-preview-disabled>div section h4{color:var(--bege-300)}.loteamento-preview-disabled>div section p{color:var(--bege-200)}.loteamento-preview-disabled>div>ul>li>span{border-color:transparent}.loteamento-preview-disabled>div>ul>li>span svg>path{fill:var(--bege-250)}.loteamento-preview-disabled>div>ul>li>div>span{color:var(--bege-200)}.loteamento-preview-disabled>div>ul>li>div>p{color:var(--bege-300)}.info-block{display:flex;align-items:center;gap:.5rem}.info-block>span{display:flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-30)}.info-block>span svg>path{fill:var(--bege-400)}.info-block>div{display:flex;flex-direction:column}.info-block>div span{color:var(--bege-400);font-size:.7rem;font-weight:450}.info-block>div p{color:var(--bege-700);font-size:.8rem;font-weight:500}.info-block>div>div{position:relative}.buyer-selector{display:flex;flex-direction:column;gap:.5rem;justify-content:center;align-items:center;width:100%;height:100%}.buyer-selector>div{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding-bottom:2.5rem;width:25rem;height:100%}.buyer-selector>div>hgroup{display:flex;flex-direction:column;gap:.5rem;align-self:center;align-items:center;width:15rem}.buyer-selector>div>hgroup img{width:145px;height:88px}.buyer-selector>div>hgroup h4{color:var(--bege-750);text-align:center;font-size:1rem;font-weight:600}.buyer-selector>div>hgroup p{color:var(--bege-500);text-align:center;font-size:.8rem;font-weight:450}.buyer-selector>div>section{display:flex;flex-direction:column;gap:.75rem}.buyer-selector>div>section>div{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;border-radius:1rem;border:1px solid var(--bege-60);background:var(--bege-30)}.buyer-selector>div>section>div>div{display:flex;flex-direction:column;gap:.25rem}.buyer-selector>div>section>div>div>span{padding-left:.4rem;color:var(--bege-600);font-size:.7rem;font-weight:500}.buyer-selector>div>section>div>div .assign-button{padding:.75rem;border-radius:1rem;border:1px dashed var(--bege-200);font-size:.8rem}.buyer-selector>div>section>div>div .assign-button:hover{border-color:var(--urb-300)}.buyer-selector>div>section>div>div .assign-button:hover span{border-color:var(--urb-300);background:var(--urb-100)}.buyer-selector>div>section>div>div .assign-button:hover span svg>path{fill:var(--urb-600)}.buyer-selector>div>section>div>div .assign-button>span{width:2rem;height:2rem;border:1px solid var(--bege-150);background:var(--bege-90)}.buyer-selector>div>section>div>div .assign-button>span svg>path{fill:var(--bege-600)}.buyer-selector>div>section>div>div input[type=search]{background:var(--branco);border-radius:1.5rem;width:100%}.buyer-selector>div>section>div>div>ul{background:var(--bege-30);border-radius:1.25rem}.buyer-selector>div>section>div>div>ul li{border-radius:1rem;border:1px solid var(--bege-150);background:var(--branco)}.buyer-selector>div>section>div>div>section{display:flex;padding:.75rem;border-radius:16px;border:1px solid var(--bege-150);background:var(--branco)}.buyer-selector>div>section>div>div .btn-outline{color:var(--urb-700);border-color:var(--urb-700)}.buyer-selector>div>section>div>div .btn-outline:hover{background:var(--urb-700);border-color:var(--urb-700);color:var(--branco)}.buyer-selector>button{position:absolute;bottom:1rem;right:1.5rem}.solidario-button{border:1px dashed var(--bege-150)!important;border-radius:1.25rem!important;padding:.5rem!important}.solidario-button span{border:1px dashed var(--bege-150)!important;background:var(--bege-30)!important}.solidario-button:hover span{border-color:var(--urb-300)!important;background:var(--urb-100)!important}.solidario-button:hover svg path{fill:var(--urb-400)!important}.solidario-button svg path{fill:var(--bege-400)!important;transition:.3s ease-out}.conjuge-button{border-radius:1.25rem!important;border:1px solid var(--bege-150)!important;background:var(--branco);padding:.5rem!important}.conjuge-button span{border:1px solid var(--bege-150)!important;background:var(--branco)!important}.conjuge-button:hover span{border-color:var(--urb-300)!important;background:var(--urb-100)!important}.conjuge-button:hover svg path{fill:var(--urb-400)!important}.conjuge-button svg path{fill:var(--bege-400)!important;transition:.3s ease-out}.client-card{position:relative;display:flex;gap:.4rem}.client-card dl{min-height:3rem}.client-card dt{color:var(--bege-700);font-size:.8rem;font-weight:500;max-width:18rem;text-overflow:ellipsis;overflow:hidden}.client-card dd{color:var(--bege-500);font-size:.75rem;font-weight:450;max-width:12rem;text-overflow:ellipsis;overflow:hidden}.client-card span{position:absolute;bottom:.5rem;right:.5rem;display:flex;padding:.125rem .3rem .125rem .125rem;align-items:center;gap:.25rem;border-radius:.75rem;border:1px solid var(--bege-90);background:var(--bege-30);color:var(--bege-500);font-size:.7rem;font-weight:500;margin-left:.5rem}.client-card .menu-clientes{position:absolute;top:.5rem;right:.5rem}.buyer-form{display:flex;flex-direction:column;gap:1rem;padding-inline:.25rem;height:calc(100% - 2.5rem)}.buyer-form>div{height:100%;padding-inline:1.25rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.buyer-form>div::-webkit-scrollbar{width:.5rem}.buyer-form>div::-webkit-scrollbar-track{background:var(--bege-150);border-radius:.5rem;margin:.5rem 0}.buyer-form>div::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem}.buyer-form>div::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.buyer-form>div>label{padding-bottom:1rem;color:var(--bege-500);font-size:.8rem;font-weight:500}.buyer-form>div>div{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:.5rem;align-items:end}.buyer-form>div>div>*{min-width:0}.buyer-form>div h3{color:var(--urb-700);font-size:1rem;font-weight:500;margin-block:1.5rem 1rem;border-bottom:1px solid var(--bege-200);padding-bottom:.75rem}.buyer-form>button{margin-right:1.25rem;align-self:flex-end}.purposal{display:flex;flex-direction:column;padding-inline:.25rem;height:calc(100% - 6rem)}.purposal>div{display:flex;flex-direction:column;gap:.75rem;height:100%;padding-inline:1.25rem .75rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.purposal>div::-webkit-scrollbar{width:.5rem}.purposal>div::-webkit-scrollbar-track{background:var(--branco);border-radius:.5rem;margin:.5rem 0}.purposal>div::-webkit-scrollbar-thumb{background-color:var(--bege-250);border-radius:.5rem}.purposal>div::-webkit-scrollbar-thumb:hover{cursor:grab;background-color:var(--bege-400)}.purposal>div .loteamento-preview{display:flex;align-items:flex-start;width:unset;padding:.5rem;gap:.5rem;border-radius:1rem;border:1px solid var(--bege-120);background:var(--bege-30)}.purposal>div>section{display:flex;flex-direction:column;gap:.25rem}.purposal>div>button{position:absolute;right:1.5rem;bottom:1rem}.purposal-planos{display:flex;flex-direction:column;gap:.5rem}.purposal-entrada{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.purposal-entrada>div{cursor:default;display:flex;align-items:center;justify-content:space-between;padding:.125rem .125rem .125rem .75rem;border-radius:1rem;border:1px solid var(--bege-150);width:100%}.purposal-financiamento>section{position:relative;cursor:default;width:100%;display:flex;padding:1.25rem;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--bege-120);background:var(--bege-60)}.purposal-financiamento>section>div{padding-bottom:1rem}.purposal-financiamento>section svg path{cursor:pointer}.purposal-entrada{width:60%;min-width:60%}.purposal-entrada>div{background:var(--branco)}.purposal-entrada>div p{color:var(--bege-600);font-size:.8rem;font-weight:500}.purposal-entrada>div div{display:flex;gap:.25rem;align-items:center}.purposal-entrada>div div span{color:var(--bege-600);font-size:.8rem;font-weight:500;width:2.25rem;text-align:center;-webkit-user-select:none;user-select:none}.purposal-entrada>div div button{background:var(--bege-250);max-height:1.5rem;cursor:pointer;transition:.3s ease-out}.purposal-entrada>div div button:disabled{background:var(--bege-90);opacity:1}.purposal-entrada>div div button:hover:not(:disabled){background:var(--bege-300)}.purposal-entrada>section{position:relative;cursor:default}.plano-card{display:flex;justify-content:space-between;padding:.75rem .625rem .75rem 1rem;gap:1rem;border-radius:.75rem;border:1px solid var(--bege-120);background:var(--branco);cursor:pointer}.plano-card ul{display:flex;flex-direction:column;width:90%}.plano-card ul h4{color:var(--bege-700);font-size:.8rem;font-weight:500}.plano-card ul li{color:var(--bege-500);font-size:.75rem;font-weight:450}.plano-card.plano-selecionado{border-color:var(--urb-500);background:var(--urb-100)}.entrada-selector{display:flex;padding:.75rem .75rem .75rem .875rem;width:100%;border-radius:1rem;border:1px solid var(--bege-120);background:var(--branco)}.entrada-selector>div{display:flex;align-items:center;justify-content:space-between;gap:.4rem;flex-direction:column;width:100%}.entrada-selector>div button+button{padding-top:.4rem;border-top:1px solid var(--bege-120)}.entrada-option{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer}.entrada-option p{color:var(--bege-400);font-size:.8rem;font-weight:500}.entrada-option p .entrada-highlight{color:var(--bege-700);transition:.3s ease-out}.entrada-option .entrada-juros{color:var(--bege-350);font-size:.6rem;font-weight:500}.entrada-option.active .entrada-highlight{color:var(--urb-500)}.sales-summary{display:flex;flex-direction:column;gap:.75rem;padding:1rem .75rem 0;width:100%;height:fit-content;max-height:calc(100vh - 5rem);border-radius:1.5rem;border:1px solid var(--branco);background:var(--bege-30)}.sales-summary>h2{padding-left:.5rem;color:var(--bege-600);font-weight:500;font-size:.875rem}.sales-summary>div{display:flex;flex-direction:column;gap:.7rem;padding-bottom:.75rem;height:max-content;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:auto;touch-action:auto}.sales-summary>div::-webkit-scrollbar{display:none}.sales-summary>div>h3{padding-left:.5rem;color:var(--bege-600);font-weight:500;font-size:.75rem}.sales-summary>div .loteamento-preview{display:flex;align-items:flex-start;padding:.5rem;gap:.5rem;border-radius:1rem;border:1px solid var(--bege-120);background:var(--bege-60)}.sales-summary>div>div{background:var(--bege-60);padding:1rem}.sales-summary>div ul{display:flex;flex-direction:column;cursor:default;gap:.4rem;width:100%}.sales-summary>div ul li{display:flex;justify-content:space-between}.sales-summary>div ul li span{color:var(--bege-500);font-size:.75rem;font-weight:450}.sales-summary>div ul li .moeda-valor,.sales-summary>div ul li p{color:var(--bege-600);font-size:.8rem;font-weight:500}.sales-summary>div ul li .moeda-valor em,.sales-summary>div ul li p em{font-size:.8rem;font-weight:500;color:var(--bege-400)}.sales-summary>div ul li+li{padding-top:.4rem;border-top:1px solid var(--bege-120)}.sales-summary>div ul li .moeda-simbolo,.sales-summary>div ul li .moeda-centavos{color:var(--bege-400);font-size:.8rem;font-weight:500}.clients-table>colgroup .col-clients-picture{width:5%}.clients-table>colgroup .col-clients-nome{width:20%}.clients-table>colgroup .col-clients-cpf{width:15%}.clients-table>colgroup .col-clients-email{width:20%}.clients-table>colgroup .col-clients-telefone{width:15%}.clients-table>colgroup .col-clients-estado-civil{width:20%}.clients-table>colgroup .col-clients-edit{width:5%}.clients-table tbody>tr .row-clients-picture{padding-left:1rem}.clients-table tbody>tr .row-clients-nome{text-align:start!important;overflow:hidden;text-overflow:ellipsis;padding-left:.75rem}.clients-table tbody>tr .row-clients-email{text-align:start!important;overflow:hidden;text-overflow:ellipsis}.clients-table tbody>tr .row-clients-edit div{position:relative;display:flex;justify-content:center;max-width:max-content}.register{position:relative;display:flex;flex-direction:column;gap:1.25rem;align-items:center;justify-content:center;height:100vh;width:100vw;overflow:hidden}.register>img{height:1.5rem}.register>section{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:27rem;padding:2.5rem 1.5rem 1.5rem;gap:1.25rem;border-radius:2rem;border:1px solid var(--bege-150);background:var(--branco)}.register>section hgroup{display:flex;justify-content:center;width:100%}.register>section hgroup h1{color:var(--bege-700);font-size:1.125rem;font-weight:500}.register>section form{display:flex;flex-direction:column;gap:.75rem;width:100%}.register>section form>div{display:flex;flex-direction:column;gap:.25rem}.register>section form>div label{color:var(--bege-400);font-size:.8rem;font-weight:500}.register>section form>div input{padding:.75rem .875rem;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-30);color:var(--bege-600);font-size:1rem;font-weight:500}.register>section form>button{margin-top:.5rem;height:48px;border-radius:1.5rem;font-size:.875rem}.register .mouse-shadow{position:absolute;top:0;left:0}.mouse-shadow{width:230%;height:200%;background:radial-gradient(42.17% 42.07% at 55% 55%,#c6e4cd 20%,#e4feea00);position:absolute;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;transition:1s ease-out;z-index:-1;opacity:80%}@media(max-width:540px){.mouse-shadow{width:170%;height:130%}}.login{position:relative;display:flex;flex-direction:column;gap:1.25rem;align-items:center;justify-content:center;height:100vh;width:100vw;overflow:hidden}.login>img{height:1.5rem}.login>section{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:27rem;padding:2.5rem 1.5rem 1.5rem;gap:1.25rem;border-radius:2rem;border:1px solid var(--bege-150);background:var(--branco)}.login>section hgroup{display:flex;justify-content:center;width:100%}.login>section hgroup h1{color:var(--bege-700);font-size:1.125rem;font-weight:500}.login>section form{display:flex;flex-direction:column;gap:.75rem;width:100%}.login>section form>div{display:flex;flex-direction:column;gap:.25rem}.login>section form>div label{color:var(--bege-400);font-size:.8rem;font-weight:500}.login>section form>div input{padding:.75rem .875rem;border-radius:.75rem;border:1px solid var(--bege-150);background:var(--bege-30);color:var(--bege-600);font-size:1rem;font-weight:500}.login>section form>button{margin-top:.5rem;height:48px;border-radius:1.5rem;font-size:.875rem}.login .mouse-shadow{position:absolute;top:0;left:0}:root{--branco: hsl(60, 5%, 100%);--preto: hsl(60, 5%, 0%);--bege-30: hsl(60, 5%, 97%);--bege-60: hsl(60, 5%, 94%);--bege-90: hsl(60, 5%, 91%);--bege-120: hsl(60, 5%, 88%);--bege-150: hsl(60, 5%, 85%);--bege-200: hsl(60, 5%, 80%);--bege-250: hsl(60, 5%, 75%);--bege-300: hsl(60, 5%, 70%);--bege-350: hsl(60, 5%, 65%);--bege-400: hsl(60, 5%, 60%);--bege-500: hsl(60, 5%, 50%);--bege-600: hsl(60, 5%, 40%);--bege-700: hsl(60, 5%, 30%);--bege-750: hsl(60, 5%, 25%);--bege-800: hsl(60, 5%, 20%);--bege-850: hsl(60, 5%, 15%);--bege-900: hsl(60, 5%, 10%);--bege-950: hsl(60, 5%, 5%)}:root{--urb-50: #f3faf8;--urb-100: #d9eee9;--urb-200: #b2ddd3;--urb-300: #83c5b6;--urb-400: #5aa79a;--urb-500: #429184;--urb-600: #317067;--urb-700: #2b5a54;--urb-800: #264945;--urb-900: #233e3b;--urb-950: #0f2422}:root{--vermelho-100: #fdf4f3;--vermelho-200: #f5cece;--vermelho-300: #da5f59;--vermelho-400: #cb4a4a;--laranja-100: #fcf6ed;--laranja-200: #f3cfa8;--laranja-300: #d5822b;--laranja-400: #c36624;--laranja-700: #ae4820;--amarelo-100: #fbf8e6;--amarelo-200: #f2e6ac;--amarelo-300: #c2991f;--amarelo-400: #b28602;--oliva-100: #f8fbe6;--oliva-200: #dce7a5;--oliva-300: #8e9b2c;--oliva-400: #738420;--verde-100: #effaf4;--verde-200: #b4e6c9;--verde-300: #2d9c69;--verde-400: #1e7d54;--azul-100: #f2f9fd;--azul-200: #c5e4f2;--azul-300: #227ca7;--azul-400: #1f6c93;--roxo-100: #f0f4fd;--roxo-200: #cdd9f8;--roxo-300: #5759d4;--roxo-400: #4646b9;--lilas-100: #faf6fe;--lilas-200: #eadbf9;--lilas-300: #984ecf;--lilas-400: #7c39ac;--rosa-100: #fcf3fa;--rosa-200: #f6d4ed;--rosa-300: #c73b90;--rosa-400: #b92e7f}:root{--bairro-claro: #cee2ef;--bairro-escuro: #307099;--bairro-planejado-claro: #e8e2f2;--bairro-planejado-escuro: #715899;--cond-fechado-claro: #f1d9ea;--cond-fechado-escuro: #b34d88;--alto-padrao-claro: #ede7d4;--alto-padrao-escuro: #b3884d;--chacaras-claro: #f2dbd6;--chacaras-escuro: #b35e4d;--cond-chacaras-claro: #e1e8c9;--cond-chacaras-escuro: #697f31;--nautico-claro: #d5e9e5;--nautico-escuro: #448584;--industrial-claro: #d5dee8;--industrial-escuro: #5e6f98}:root{--comercial-50: #f3f7fa;--comercial-100: #c5e4f2;--comercial-200: #8fc8f0;--comercial-500: #65a3cd;--comercial-600: #227ca7}:root{--shadow1: 0px 1px 2px 0px rgba(0, 0, 0, .2);--shadow2: 5px 5px 10px 0px rgba(0, 0, 0, .1)}.btn-primary{font-size:.8rem;font-weight:500;color:var(--bege-30);background-color:var(--urb-700);padding:.7rem 1.25rem;border-radius:1.25rem;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s ease-out}.btn-primary:hover{filter:brightness(125%);scale:103%}.btn-primary:has(.loading-spinner){background-color:var(--bege-250);cursor:default;pointer-events:none}.btn-primary:disabled{background-color:var(--bege-250);cursor:default;pointer-events:none}.btn-primary.cinza{background:var(--bege-250)}.btn-primary.cinza:hover{background:var(--bege-500)}.btn-primary.amarelo{background:var(--amarelo-400)}.btn-primary.amarelo:hover{background:var(--amarelo-300)}.btn-primary.vermelho{background:var(--vermelho-400)}.btn-primary.vermelho:hover{background:var(--vermelho-300)}.btn-primary.icon{gap:.4rem;padding:.7rem .7rem .7rem 1.5rem}.btn-outline{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--bege-500);background:var(--branco);border:1px solid var(--bege-150);border-radius:1.5rem;padding:.625rem .75rem;cursor:pointer;transition:.3s ease-out}.btn-outline:hover{background:var(--bege-300);border:1px solid var(--bege-300);color:var(--branco)}.btn-ghost{font-size:.8rem;font-weight:500;color:var(--bege-350);background-color:transparent;padding-inline:.8rem;padding-block:.7rem;border-radius:1.25rem;display:flex;justify-content:center;cursor:pointer;transition:.3s ease-out}.btn-ghost:hover{scale:103%;color:var(--bege-600);background-color:var(--bege-60)}.btn-dashed{display:flex;justify-content:center;align-items:center;padding:.25rem .75rem;gap:.5rem;border-radius:1rem;border:1px dashed var(--bege-250);color:var(--bege-500);font-size:.75rem;font-weight:450;cursor:pointer;transition:.3s ease-out}.btn-dashed svg path{transition:.3s ease-out}.btn-dashed:hover svg path{fill:var(--branco)}.btn-dashed:hover{background:var(--bege-250);color:var(--branco)}.btn-icon{display:flex;height:fit-content;gap:.5rem;align-items:center;color:var(--branco);border:1px solid transparent;background:var(--urb-500);font-size:.75rem;padding:.5rem .75rem;border-radius:1.25rem;cursor:pointer;transition:.3s ease-out}.btn-icon svg>path{fill:var(--branco)}.btn-icon:hover{filter:brightness(120%)}.btn-icon-dark{display:flex;justify-content:center;align-items:center;gap:6px;font-size:.8rem;color:var(--bege-30);font-weight:500;border-radius:1.5rem;padding:.625rem 1.25rem;background:var(--urb-700);cursor:pointer;transition:.3s ease-out}.btn-icon-dark .btn-icon-dark:has(svg),.btn-icon-dark .btn-icon-dark:has(.loading-spinner){padding:.625rem .75rem .625rem 1.25rem}.btn-icon-dark svg>path{fill:var(--branco)}.btn-icon-dark:hover{filter:brightness(120%)}.btn-icon-dark:disabled{background-color:var(--bege-200);cursor:default;pointer-events:none}.btn3{font-size:.875rem;font-weight:500;color:var(--urb-600);background-color:transparent;padding-inline:2rem;padding-block:.7rem;border-radius:.5rem;border:1px solid var(--urb-500);display:flex;justify-content:center;gap:.5rem;align-items:center;cursor:pointer;transition:.3s ease-out}.btn3:hover{background-color:var(--branco);color:var(--urb-600);border:1px solid var(--urb-600)}.loading-spinner{border:4px solid rgba(255,255,255,.3);border-left-color:var(--branco);width:1.25rem;height:1.25rem;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{opacity:0}@keyframes fade-in{to{opacity:1}}.slide-left{opacity:0;transform:translate(100%)}@keyframes slide-left{to{opacity:1;transform:translate(0)}}main{grid-column:2;display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 5rem)}main:has(.nav-tabs)>.main-section>hgroup{align-items:flex-end}h1{font-size:1.25rem;font-weight:500;color:var(--bege-750)}h2{font-size:1rem;font-weight:500;color:var(--bege-800)}h3{font-size:1rem;font-weight:500;color:var(--bege-600)}p{font-size:.875rem;font-weight:400;color:var(--bege-500)}.scroll{overflow-y:auto;scrollbar-width:thin;height:100%;scrollbar-color:var(--bege-300) var(--bege-30);background-color:var(--bege-30)}.main-section{display:flex;flex-direction:column;overflow:hidden;height:100vh;border:1px solid var(--bege-150);background:var(--bege-30);border-radius:1.25rem}.main-section>hgroup{display:flex;justify-content:space-between;align-items:center;min-height:5.5rem;padding:1.5rem;background:var(--bege-30)}.main-section>hgroup>div{position:relative;display:flex;align-items:center;gap:.75rem;height:2.5rem}.main-section>hgroup>div>div{position:relative;display:flex;align-items:center;gap:.75rem;height:100%}.table{table-layout:fixed;border-collapse:collapse;width:100%}.table thead{position:sticky;top:0;z-index:1;background-color:var(--branco)}.table thead th{font-size:.75rem;font-weight:500;color:var(--bege-700);height:2.5rem}.table thead th button{cursor:pointer;font-size:.75rem;font-weight:500;color:var(--bege-700)}.table thead th button svg{margin-left:.5rem}.table thead th button:hover svg>path{fill:var(--bege-700)}.table thead th.justify-left.padding{text-align:start;justify-content:flex-start;padding-left:.75rem}.table thead th.justify-left{text-align:start;justify-content:flex-start}.table thead th:has(button){cursor:pointer}.table tbody tr{display:table-row;height:3rem;transition:.3s ease-out}.table tbody tr:nth-child(odd){background-color:var(--bege-30)}.table tbody tr:nth-child(odd):hover{background-color:var(--bege-90)}.table tbody tr:nth-child(2n){background-color:var(--bege-60);border-block:1px solid var(--bege-150)}.table tbody tr:nth-child(2n):hover{background-color:var(--bege-90)}.table tbody tr td{font-size:.75rem;font-weight:500;color:var(--bege-700);text-align:center;text-wrap:nowrap}.table tbody tr td a{border-radius:.4rem;padding:.25rem .5rem;margin-left:.25rem;transition:.3s ease-out;cursor:pointer}.table tbody tr td a:hover{background-color:var(--bege-200);color:var(--bege-900)}.table tbody tr.selecionado{background-color:#effaf4}.table tbody tr.selecionado:nth-child(1){border-bottom:1px solid #b4e6c9}.table tbody tr.selecionado:nth-child(2n){border-block:1px solid #b4e6c9}.table tbody tr.selecionado:hover{background-color:#effaf4}.table tbody .desativado{opacity:.5;filter:grayscale(100%)}*,button{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;color:inherit;background:none;font-family:Sora,Helvetica,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scrollbar-width:thin}body{background-color:var(--bege-60)}input:focus,select:focus,textarea:focus{outline:none;border:1px solid var(--urb-500)}img{display:block;max-width:100%}.pages{display:grid;grid-template-columns:13rem 1fr;grid-template-rows:1rem auto;column-gap:1rem;row-gap:2rem;max-width:1920px;min-height:100vh;margin:0 auto;padding:1rem;background-color:var(--bege-60)}.pages:has(.new-sale){background:radial-gradient(circle,var(--bege-120) 2px,transparent 0%) 0 0 / 20px 20px}.overlay-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:6;background:#ffffff1a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);animation:fade-in .5s forwards ease}.scrim{position:fixed;top:0;left:0;width:100%;height:100%;z-index:4}
