@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header-container{background-color:#fff;padding-top:3rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 4px #0000000d}.header{display:flex;justify-content:space-between;align-items:center;flex-direction:row!important;padding:10px 20px;background-color:#fff;box-shadow:0 2px 4px #0000000d;flex-wrap:wrap}.rightSection{display:flex;flex-direction:row;align-items:center;gap:16px;margin-right:2rem}.leftSection{display:flex;align-items:center;gap:10px;cursor:pointer}.logotipo{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.logoText{font-size:18px;font-weight:600;color:var(--secondary-color)}.rightSection{display:flex;align-items:center;gap:16px}.bell{color:#333;cursor:pointer}.profile-pic{width:46px;height:46px;border-radius:50%;cursor:pointer;-o-object-fit:cover;object-fit:cover;border:2px solid #ddd;transition:border-color .3s}.profile-pic:hover{border-color:#4285f4}@media (min-width:720px){.tabs-container{display:flex;gap:20px;padding:10px 16px;overflow-x:auto;margin-left:100px;margin-right:100px;margin-bottom:1rem}}@media (max-width:460px){.tab-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:100px}}@media (max-width: 720px){.logoText{display:block}.header{padding:10px 15px;margin-bottom:1rem!important}.logotipo{height:28px;width:28px}.profile-pic{width:40px;height:40px}.notification-count{display:flex!important;width:1.6rem!important;height:1.6rem!important;border-radius:1rem!important;align-items:center!important;justify-content:center!important}.tabs-container{border:none;margin-top:1rem!important;display:flex!important;justify-content:space-between!important}.header-container{padding:.5rem!important}}.tabs-container{display:flex;justify-content:space-between!important;gap:20px;padding:10px 16px;overflow-x:auto;margin-top:0!important;margin-bottom:0%}.tab-button{flex:0 1 auto;width:auto!important;overflow:hidden;cursor:pointer}.tab-button{text-align:center;cursor:pointer}.tab-text{font-size:16px;color:gray;font-weight:400}.tab-text.active{color:#4285f4;font-weight:700}.active-indicator{height:3px;width:20px;background-color:#4285f4;border-radius:2px;margin-top:5px;margin-left:auto;margin-right:auto}.category-banner{display:flex;overflow-x:auto;white-space:nowrap;padding:10px 16px;gap:16px;scrollbar-width:none;-ms-overflow-style:none;margin-top:1rem}.category-banner::-webkit-scrollbar{display:none}.category-item{flex:0 0 auto;font-size:16px;color:gray;font-weight:500;cursor:pointer;position:relative;padding-bottom:5px}.category-item.active{color:#4285f4;font-weight:700}.active-underline{position:absolute;bottom:0;left:0;right:0;height:3px;background-color:#4285f4;border-radius:2px;margin-top:4px}.notification-icon{position:relative;margin-right:16px;cursor:pointer}.notification-count{position:absolute;top:-6px;right:-6px;background-color:red;color:#fff;font-size:12px;padding:2px 6px;border-radius:50%;font-weight:700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;z-index:999;display:flex;justify-content:center;align-items:center;padding:1rem;overflow-y:auto}.modal-content{background-color:#fff;border-radius:16px;padding:2rem;max-width:600px;width:100%;box-shadow:0 0 25px #0003;position:relative;margin:auto}.spinner{border:2px solid #f3f3f3;border-top:2px solid #4285F4;border-radius:50%;width:16px;height:16px;animation:spin .8s linear infinite;display:inline-block;margin-left:8px;vertical-align:middle}@media (min-height: 700px){.modal-content{max-height:90vh!important;overflow-y:auto!important}}form{display:flex;flex-direction:column;gap:1rem}h2{margin-top:0;margin-bottom:1rem;font-size:1.5rem;color:#333}label{display:block;margin-bottom:1rem;font-size:.9rem;color:#222}input[type=text],input[type=email],textarea{width:100%;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;resize:vertical;font-family:inherit}input[type=file]{margin-top:.3rem}form label{display:block;margin-bottom:1rem;font-weight:600;color:#333}input[type=text],input[type=email],input[type=file],textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #ccc;border-radius:12px;background-color:#fafafa;transition:border-color .3s ease,box-shadow .3s ease;box-shadow:inset 0 1px 3px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;resize:vertical;outline-offset:2px}input[type=file]{padding:.3rem 1rem;font-size:.95rem;background-color:#fff;box-shadow:none;border-radius:8px}input[type=text]:focus,input[type=email]:focus,input[type=file]:focus,textarea:focus{border-color:#3b82f6;box-shadow:0 0 8px #3b82f680;background-color:#fff}input::-moz-placeholder,textarea::-moz-placeholder{color:#999;font-style:italic}input::placeholder,textarea::placeholder{color:#999;font-style:italic}@media (min-width: 768px){input[type=text],input[type=email],input[type=file],textarea{max-width:480px}}.auto-info{font-size:.8rem;color:#555;background:#f9f9f9;padding:.75rem;border-radius:4px;margin-bottom:1rem;max-height:100px;overflow-y:auto;font-family:monospace}.buttons{display:flex;gap:.5rem;justify-content:flex-end}button[type=submit]{background-color:#4285f4;border:none;color:#fff;padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s ease-in-out}button[type=submit]:hover{background-color:#3367d6}button[type=button]{background:transparent;border:1px solid #888;color:#444;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .15s ease-in-out}button[type=button]:hover{background-color:#eee}@media (max-width: 480px){.modal-content{max-width:100%}}.formMain{margin-top:.6rem!important}.formMain input{padding:.6rem!important}.problem{padding:.6rem!important;margin-top:.4rem!important}.feedback-button{position:fixed;bottom:250px;right:20px;background-color:#4285f4;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 8px #0003}.modal-overlayFBB{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1000!important}.modal-contentFBB{background-color:#fff!important;width:90%!important;max-width:400px!important;padding:2rem 1.5rem!important;border-radius:12px!important;box-shadow:0 10px 25px #0003!important;text-align:center!important;animation:fadeInScale .3s ease-in-out!important;position:relative!important}.modal-actionsFBB{display:flex!important;justify-content:center!important;gap:1rem!important;margin-top:1.5rem!important;flex-wrap:wrap!important}.close-btn-FBB{background-color:#f44336!important;color:#fff!important;border:none!important;padding:.5rem 1.2rem!important;font-size:.9rem!important;border-radius:8px!important;cursor:pointer!important;transition:background .2s ease!important}.close-btn-FBB:hover{background-color:#d32f2f!important}@keyframes fadeInScale{0%{opacity:0!important;transform:scale(.95)!important}to{opacity:1!important;transform:scale(1)!important}}.create-row{display:flex;align-items:center;justify-content:space-between}.create-button{border:1px solid var(--primary-color)!important;background-color:#fff!important;font-weight:600!important;font-size:15px!important;padding:12px!important;border:none!important;border-radius:8px!important;cursor:pointer!important;flex:1!important;margin-top:12px!important;text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;color:var(--primary-color)!important}.create-button:hover{background-color:#2f6bd1}@media (max-width:720px){.create-button{padding:.6rem!important;margin-top:1rem!important}}.chat-header{display:flex;align-items:center;padding:10px 16px;background-color:#fff;border-bottom:1px solid #ddd;max-width:600px!important;margin:0 auto!important}.chat-header-photo{width:45px;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:12px}.chat-header-info{display:flex!important;flex-direction:column!important;padding:.6rem!important;margin-left:-1rem!important}.infoUser{display:flex!important;flex-direction:row!important}.CCChat{display:flex!important;flex:1!important;flex-direction:row!important;justify-content:space-between!important}.chat-header-name{font-weight:700;font-size:16px}.chat-header-status{font-size:14px;color:#4caf50}.profile-link{text-decoration:none}.modal-overlayMM{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:#000000b3!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1000!important}.modal-boxMM{background:#fff!important;border-radius:16px!important;padding:24px!important;width:100%!important;max-width:90%!important;text-align:center!important;position:relative!important;animation:scaleIn .3s ease!important;box-shadow:0 10px 30px #0000004d!important}@keyframes scaleIn{0%{transform:scale(.8)!important;opacity:0!important}to{transform:scale(1)!important;opacity:1!important}}.modal-boxMM h2{margin-bottom:10px!important;font-size:1.4rem!important;color:#333!important}.modal-boxMM p{font-size:1rem!important;color:#555!important;margin-bottom:20px!important}.modal-buttonsMM{display:flex!important;flex-direction:row!important;justify-content:space-between!important;gap:10px!important;margin-top:6rem!important}.modal-buttonsMM button{padding:12px!important;font-size:1rem!important;border:none!important;border-radius:8px!important;border:1px solid #4285f4!important;color:#4285f4!important;cursor:pointer!important;transition:.3s!important;background-color:#fff!important}.modal-buttonsMM button:hover{background-color:#225b79!important}.close-buttonMM{position:absolute!important;top:12px!important;right:12px!important;border:none!important;font-size:1.2rem!important;cursor:pointer!important}.listaAppCard{min-width:140px;min-height:7rem!important;padding:.5rem!important}.CardContanermOa{flex:0 0 auto;scroll-snap-align:start;background:#fff;border-radius:12px;padding:.75rem!important;display:flex;align-items:center;gap:.5rem;cursor:pointer;width:100%;height:100%!important;justify-content:space-between!important;flex-direction:column!important;align-items:center!important;padding:.2rem!important;border:1px solid var(--primary-color)!important}.home-container{background-color:#fafafa;padding:100px 16px 80px;margin:auto!important}@media (max-width: 768px){.home-container{padding:.8rem!important;margin-bottom:100px!important}.tela-inicial{padding:.8rem!important}.card-bemvindo,.botao,.card-bemvindo h1{margin:1rem!important}.cardContainerHome,.cardContainer1Home{padding:.3rem!important;margin-top:1rem!important;margin-bottom:1rem!important}}@media (min-width: 768px){.home-container{max-width:600px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}}.cardContainer,.cardContainer1{display:flex!important;overflow-x:auto!important;padding-left:16px!important}@media (min-width: 768px){.cardContainer,.cardContainer1{padding-left:0!important;max-width:600px!important;margin-left:auto!important;margin-right:auto!important}}.tela-inicial{min-height:100vh!important;background:linear-gradient(135deg,#cce3ff,#e6f7ff,#fff)!important;display:flex!important;padding:20px!important}.card-bemvindo{background-color:#fff!important;padding:40px 30px!important;border-radius:20px!important;box-shadow:0 10px 25px #0000001a!important;max-width:500px!important;width:100%!important}.botao{background-color:var(--primary-color)!important;color:#fff!important;border:none!important;padding:12px 24px!important;border-radius:8px!important;font-size:1rem!important;cursor:pointer!important;transition:background-color .3s ease!important;margin:1rem!important}.botao:hover{background-color:var(--secondary-color)!important}@media (max-width: 720px){.card-bemvindo{padding:30px 20px!important}.card-bemvindo h1{font-size:1.5rem!important}.home-container{margin-top:2rem!important}.card-bemvindo p{font-size:1rem!important}}.CardContair{margin-bottom:.5rem!important}@media (max-width:720px){.CardContair{margin-bottom:.3rem!important;padding:.5rem!important;background-color:#fff!important}.cardInfo{margin-left:.3rem!important}}.ContainInter{padding:12px!important;background-color:#f9fbff!important;overflow-x:auto!important;white-space:nowrap!important}.ContainInter h3{font-size:1rem!important;color:#1a1a1a!important;margin-bottom:10px!important;font-weight:600!important;text-align:left!important}.list{display:flex!important;flex-direction:row!important;gap:10px!important;overflow-x:auto!important;padding-bottom:6px!important;scroll-snap-type:x mandatory!important}.itemLista{flex:0 0 auto!important;min-width:130px!important;max-width:160px!important;background-color:#fff!important;border:1px solid #d1e3ff!important;border-radius:10px!important;padding:10px 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 3px 6px #4285f414!important;scroll-snap-align:start!important}.itemLista:hover{background-color:#e3f0ff!important;transform:translateY(-2px)!important;box-shadow:0 6px 12px #4285f426!important}.label{font-size:13px!important;font-weight:500!important;color:#225b79!important;white-space:normal!important;text-align:center!important}.loading-categorias{color:#666!important;font-size:14px!important;padding:10px!important}@media (max-width: 600px){.itemLista{min-width:110px!important;max-width:130px!important;padding:8px 10px!important}.label{font-size:12px!important}}.highlight-search{background:linear-gradient(135deg,var(--primary-color),var(--warning-color))!important;padding:1.2rem 1.5rem!important;border-radius:16px!important;margin-bottom:1.5rem!important;box-shadow:0 4px 14px #00000026!important;animation:fadeSlideIn .6s ease-in-out!important;color:#fff!important}.highlight-search h2{color:#fff!important;font-size:1.2rem!important;font-weight:700!important;text-transform:uppercase!important;display:flex!important;align-items:center!important;gap:.5rem!important}.highlight-search p{font-size:.9rem!important;color:#fff!important;margin-top:.3rem!important}@media (max-width: 720px){.highlight-search{padding:1rem!important;text-align:center!important}.highlight-search h2{justify-content:center!important}}.super-servico-container{display:grid!important;grid-template-columns:1fr 1fr!important;overflow-y:auto!important;gap:1.5rem!important;padding:1rem!important;align-items:stretch!important}@media (min-width: 600px){.super-servico-container{grid-template-columns:1fr 1fr!important}}@media (min-width: 1024px){.super-servico-container{grid-template-columns:repeat(3,1fr)}}.super-card{background:#fff!important;border-radius:16px!important;box-shadow:0 8px 24px #00000014!important;overflow:hidden!important;transition:transform .3s!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;height:100%!important}.super-card:hover{transform:translateY(-5px)!important}.super-img-box{width:100%!important;height:200px!important;overflow:hidden!important;cursor:pointer!important}.super-img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;transition:scale .3s!important}.super-img-box:hover .super-img{transform:scale(1.05)!important}.super-info{padding:1rem!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:.3rem!important;flex:1!important}.super-title{font-size:1rem!important;font-weight:700!important;color:#333!important}.super-user{font-size:.85rem!important;color:#666!important}.super-price{font-size:.95rem!important;color:#0a9f41!important;font-weight:600!important}.super-btn{margin-top:auto!important;background:var(--primary-color)!important;color:#fff!important;border:none!important;padding:.6rem 1rem!important;border-radius:8px!important;font-weight:700!important;display:flex!important;align-items:center!important;gap:.4rem!important;cursor:pointer!important;width:100%!important;text-align:center!important;justify-content:center!important;transition:all .2s ease-in-out!important}.super-btn:hover{background-color:var(--primary-color)!important;color:#fff!important}.super-btn.outline{background:#fff!important;color:var(--primary-color)!important;border:1px solid var(--primary-color)!important}.super-btn.outline:hover{background:var(--primary-color)!important;color:#fff!important}.super-btn-group{display:flex!important;justify-content:space-between!important;gap:.5rem!important;margin-top:.6rem!important}.super-modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background-color:#000000b3!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:9999!important;padding:1rem!important}.super-modal{background:#fff!important;border-radius:16px!important;max-width:500px!important;width:100%!important;padding:1.5rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:1rem!important;animation:scaleIn .3s ease-in-out!important;position:relative!important}.modal-img{width:auto!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important;border-radius:12px!important}.modal-user{font-size:.9rem!important;color:#444!important}.modal-desc{font-size:.95rem!important;color:#555!important}.modal-preco{font-size:1rem!important;color:#0a9f41!important;font-weight:600!important}.close-btn{position:absolute!important;top:10px!important;right:10px!important;font-size:24px!important;font-weight:700!important;color:#333!important;border:none!important;cursor:pointer!important;z-index:2!important}.swal-buttons-spacing{margin-top:1.5rem!important;gap:1rem!important;display:flex!important;justify-content:center!important}.online{color:gray!important;font-size:.8rem!important}.carousel-wrapper{margin:0%!important;padding:16px!important;display:flex!important;flex:1!important;flex-direction:column!important;margin-top:6rem!important;padding:.58rem!important}.section-highlight-title{font-size:22px!important;font-weight:700!important;color:#333!important;text-align:start!important;margin-bottom:18px!important}.carousel-container{display:flex!important;overflow-x:scroll!important;scroll-snap-type:x mandatory!important;gap:12px!important;scroll-behavior:smooth!important}.banner-container{flex:0 0 100%!important;scroll-snap-align:start!important;display:flex!important;flex-direction:column!important;align-items:center!important;padding-bottom:10px!important;border:1px solid var(--primary-color)!important;border-radius:10px!important}.banner-img-container{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:5px!important}.banner-image{width:100%!important;height:100%!important;max-height:30vh!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;border-radius:0%!important;margin-bottom:8px}@media (min-width: 600px){.banner-container{flex:0 0 calc(50% - 8px)!important}}@media (min-width: 1024px){.banner-container{flex:0 0 calc(33.333% - 12px)!important;border:1px solid var(--primary-color)!important}}.banner-text-container{width:90%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:5px!important}.banner-title{font-size:12px!important;font-weight:700!important;color:#000!important}.app-rating{font-size:12px!important;color:gray!important;margin:0 8px!important}.install-button{background-color:#4285f4!important;border:none!important;border-radius:16px!important;padding:8px 12px!important;color:#fff!important;font-weight:700!important;font-size:14px!important;cursor:pointer!important}.pagination-dots{display:flex!important;justify-content:center!important;margin-top:12px!important;display:none!important}.dot{width:10px!important;height:10px!important;margin:0 5px!important;background-color:#d3d3d3!important;border-radius:50%!important;border:none!important;cursor:pointer!important}.dot:hover{background-color:#4285f4!important}@media (max-width:720px){.carousel-container{border-radius:16px!important}.banner-container{margin:1rem!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important}.banner-container:hover{transform:translateY(-5px)!important}.banner-image{-o-object-fit:cover!important;object-fit:cover!important;border-radius:0%!important}.banner-text-container{width:100%!important;margin-top:1rem!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:.5rem!important}.carousel-wrapper{width:100%!important}.homeSecondCon{padding:0%!important;margin:0%!important}}.modal-overlayBV{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1000!important}.modal-contentBV{background-color:#fff!important;padding:20px 24px!important;border-radius:10px!important;text-align:center!important;max-width:90%!important;width:800px!important;box-shadow:0 0 12px #0003!important;animation:fadeIn .3s ease-in-out!important;font-size:14pt!important;text-align:justify!important}.close-btnBV{margin-top:12px!important;background-color:#4285f4!important;color:#fff!important;padding:8px 16px!important;border:none!important;border-radius:8px!important;cursor:pointer!important;font-weight:700!important}@keyframes fadeIn{0%{transform:scale(.9)!important;opacity:0!important}to{transform:scale(1)!important;opacity:1!important}}@media (max-width:720px){.modal-overlayBV{padding:.4rem!important}.modal-contentBV{text-align:center!important}.texto{font-size:12pt!important;text-align:center!important;padding:.4rem!important}.close-btnBV{padding:.5rem!important}}.tela-inicialNovo{display:flex!important;justify-content:center!important;padding:.8rem!important;background:linear-gradient(to right,#f7f9fc,#e6f0ff)!important;min-height:100vh}.card-bemvindoNovo{padding:.4rem!important;max-width:900px;width:100%;box-shadow:0 10px 25px #00000014;text-align:center!important}.card-bemvindoNovo h1{font-size:2.2rem;margin-bottom:.5rem;color:#225b79;text-align:center!important}.destaqueNovo{color:#4285f4;font-weight:700;text-align:center!important}.subtextoNovo{font-size:1.1rem;margin-bottom:1.5rem;color:#555;margin:1rem!important}.descricaoNovo p{margin:.5rem 0;font-size:1rem;line-height:1.5;text-align:justify!important;margin:.3rem!important}.secao-tituloNovo{font-size:1.6rem;margin-top:2rem;color:#225b79;text-align:left!important}.botoes-acoes{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.Conteudo{margin-top:1rem!important;align-items:center!important;margin-bottom:-4rem!important}.botao{padding:.8rem 2rem;background-color:#4285f4;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.botao:hover{background-color:#3367d6}.botao-secundario{background-color:#ffc107;color:#000}.botao-secundario:hover{background-color:#e0a800}.card-bemvindoNovo p{text-align:justify!important}@media (max-width: 768px){.card-bemvindoNovo{padding:1.5rem}.card-bemvindoNovo h1{font-size:1.8rem}.descricao p{font-size:.95rem}}.postItemImg{border:none;-o-object-fit:contain!important;object-fit:contain!important;min-height:30rem!important}.Avatar{cursor:pointer!important}.actions{margin-top:.6rem!important;padding:.5rem!important}@media (max-width:720px){.CarroselWrapper{padding:0!important}.postItemContainer{padding:0rem!important}.ConatneiPostMon{border:none}.HeaderLeft{padding:.8rem!important}.postItemImg{-o-object-fit:contain!important;object-fit:contain!important;min-height:30rem!important}}.testPost{margin:1rem!important}.container{margin:auto!important;margin-top:5rem!important}.feed-container{min-height:100vh;background-color:#f8f9fa}.category-section{padding:15px 10px;background-color:#fff;box-shadow:0 2px 5px #0000001a;border-bottom:1px solid #eee}.post-list{padding:0 10px 20px}.post-card{margin:10px 0;border-radius:15px;background-color:#fff;box-shadow:0 2px 5px #0003;padding:15px}.post-image{width:100%;height:200px;border-radius:10px;-o-object-fit:cover;object-fit:cover;margin-top:10px}.post-text{font-size:14px;color:#333;margin-top:10px}.section-title{font-size:22px;font-weight:700;color:#333;margin:12px 0;padding:0 16px}.sectionPost{margin-top:120px!important;padding:.8rem!important;margin-bottom:100px!important}.sectionPost h2{margin:1rem!important}@media (min-width: 720px){.container{margin-top:100px}}.tela-inicial{min-height:100vh;background:linear-gradient(135deg,#cce3ff,#e6f7ff,#fff);display:flex;justify-content:center;align-items:center;padding:20px}.card-bemvindo{background-color:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 10px 25px #0000001a;text-align:center;max-width:500px;width:100%}.card-bemvindo h1{font-size:2rem;color:#1a237e;margin-bottom:20px}.card-bemvindo .destaque{color:#1976d2}.card-bemvindo p{font-size:1.1rem;color:#444;margin-bottom:30px}.botao{background-color:#1976d2;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.botao:hover{background-color:#0d47a1}@media (max-width: 720px){.card-bemvindo{padding:30px 20px}.card-bemvindo h1{font-size:1.5rem}.card-bemvindo p{font-size:1rem}.sectionPost{margin-top:100px!important;padding:0!important;margin-bottom:20px!important}.sectionSer{margin-bottom:3.6rem!important}}.buscar-container{padding:40px 10px 15px;margin-top:60px!important;margin-bottom:130px!important;min-height:100vh;background-color:#fff!important}.buscar-wrapper{max-width:600px;margin:auto}.buscar-title{font-size:1.5rem!important;font-weight:700!important;margin-bottom:15px!important;color:var(--secondary-color)!important}.buscar-content{padding:15px 10px!important;margin-bottom:3rem!important}.buscar-searchbox{position:fixed!important;top:4rem!important;left:0!important;right:0!important;z-index:100!important;background:#fff!important;display:flex!important;align-items:center!important;gap:.5rem!important;padding:.8rem 1rem!important;border-bottom:1px solid #ddd;box-shadow:0 2px 5px #0000001a}.buscar-searchbox input{margin-left:10px!important;flex:1!important;font-size:16px!important;border:none!important;outline:none!important;width:100%!important;background:transparent!important;color:#333!important}.buscar-info{text-align:center!important;color:#666!important;font-size:14px!important;margin-top:10px!important}@media (max-width: 480px){.buscar-title{font-size:1.25rem!important}.buscar-searchbox{padding:8px 10px!important}.buscar-searchbox input{font-size:14px!important}}@media (max-width: 720px){.buscar-searchbox{position:fixed!important;top:6.6rem!important;z-index:100;display:flex!important;align-items:center!important;padding:.8rem 1rem!important;border-bottom:1px solid #ddd!important;box-shadow:0 2px 5px #0000001a!important;margin-bottom:4rem!important;width:100%!important}.buscar-container{padding:.8rem!important}.buscar-searchbox input{padding:.5rem!important}.buscar-content{margin-top:-1rem!important}.buscar-servicos{margin-top:5rem!important}}@media (min-width: 721px){.buscar-searchbox{position:fixed!important;top:6.7rem!important;z-index:100!important;display:flex!important;align-items:center!important;padding:.8rem 1rem!important;border-bottom:1px solid #ddd!important;box-shadow:0 2px 5px #0000001a;margin:auto!important;width:600px!important}.buscar-servicos{margin-top:5rem!important}.prestador-searchbox input{width:100%!important}}.buscar-servicos{display:grid!important;grid-template-columns:1fr 1fr!important;overflow-y:auto!important;gap:1.5rem!important;padding:1rem!important;align-items:stretch!important}.prestador-container{max-width:600px!important;margin:140px auto 100px!important;padding:16px}.prestador-title{font-size:22px;font-weight:700;margin-bottom:15px;color:#333}.prestador-content{padding:15px 10px;margin-top:14px}.prestador-searchbox input{margin-left:10px!important;flex:1!important;font-size:16px!important;border:none!important;outline:none!important;max-width:600px!important}.prestador-list{display:flex!important;flex-direction:column!important;gap:16px!important}.prestador-info{text-align:center;color:#555;margin-top:10px}.prestador-title{margin-top:5rem!important}@media (max-width:720px){.prestador-searchbox{position:fixed;top:6rem!important;z-index:100!important;display:flex!important;align-items:center!important;padding:.8rem 1rem!important;border-bottom:1px solid #ddd!important;box-shadow:0 2px 5px #0000001a;margin-bottom:8rem!important;width:100%!important}.prestador-container{padding:.8rem!important}.contaner-Buscar{margin-bottom:2rem!important}.prestador-searchbox input{padding:.5rem!important;margin-top:1rem!important}.prestador-title{margin-bottom:1rem!important}.prestador-list{padding:0!important;margin:0!important}}@media (min-width: 721px){.prestador-searchbox{position:fixed;top:6.7rem!important;z-index:100!important;display:flex!important;align-items:center!important;padding:.8rem 1rem!important;border-bottom:1px solid #ddd!important;box-shadow:0 2px 5px #0000001a;margin-bottom:8rem!important;width:600px!important}.prestador-title{margin-top:0!important}.prestador-content{margin-top:5rem!important}.prestador-searchbox input{width:600px!important}}.avaliacoes-container{max-width:700px!important;margin-top:2rem!important;padding:20px!important;font-family:Arial,sans-serif!important;border-radius:10px!important;box-shadow:0 0 10px #0000001a!important}.avaliacoes-container h3{font-size:24px!important;margin-bottom:10px!important}.media-nota{font-size:18px!important;color:#f39c12!important}.grafico-estrelas{margin-bottom:20px!important}.barra-linha{display:flex!important;align-items:center!important;gap:10px!important;margin:5px 0!important}.barra-linha span:first-child{width:40px!important;text-align:right!important}.barra{flex:1!important;background:#eee!important;height:10px!important;border-radius:5px!important;overflow:hidden!important}.preenchimento{height:100%!important;background:#f39c12!important;transition:width .3s ease-in-out!important}.avaliacao-form{margin:20px 0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.stars{display:flex!important;gap:5px!important;margin-bottom:10px!important;cursor:pointer!important}textarea{resize:none!important;min-height:80px!important;padding:10px!important;margin-bottom:10px!important;border-radius:6px!important;border:1px solid #ccc!important;font-size:14px!important}button{align-self:flex-start!important;background:var(--primary-color)!important;color:#fff!important;padding:8px 14px!important;border:none!important;border-radius:6px!important;cursor:pointer!important;transition:background .3s ease-in-out!important}button:disabled{background:#aaa!important;cursor:not-allowed!important}button:hover:not(:disabled){background:var(--secondary-color)!important}.avaliacoes-lista{max-height:500px!important;overflow-y:auto!important;padding-right:10px!important;position:relative!important}.avaliacao-card{border:1px solid #ddd!important;border-radius:8px!important;padding:15px!important;margin-bottom:15px!important;background-color:#fafafa!important;cursor:pointer!important}.avaliador{display:flex!important;align-items:center!important;margin-bottom:10px!important}.avaliador img{width:50px!important;height:50px!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%!important;margin-right:10px!important}.avaliador strong{font-size:16px!important}.avaliador p{font-size:12px!important;color:#777!important;margin:2px 0 0!important}.estrelas{display:flex!important;gap:3px!important;margin-bottom:8px!important}.comentario{margin-bottom:10px!important;font-size:14px!important;color:#333!important}.reacoes{display:flex!important;align-items:center!important;gap:10px!important;font-size:14px!important}.avaliacao-acoes{margin-top:10px!important;display:flex!important;align-items:center!important;gap:8px!important}.btn-editar,.btn-apagar{padding:6px 10px!important;margin-right:10px!important;font-size:13px!important;border-radius:5px!important;cursor:pointer!important}.btn-editar{background:#2ecc71!important;color:#fff!important;border:none!important}.btn-editar:hover{background:#27ae60!important}.btn-apagar{background:#e74c3c!important;color:#fff!important;border:none!important}.btn-apagar:hover{background:#c0392b!important}.rodaAv{display:flex!important;justify-content:space-between!important}.ModalAV{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background-color:#0009!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;z-index:1000!important;animation:fadeIn .3s ease-in-out!important}.ModalAV>.ModalContentAV{background:#fff!important;width:100%!important;max-width:500px!important;border-radius:1rem 1rem 0 0!important;padding:2rem!important;box-shadow:0 -8px 20px #0000001a!important;animation:slideUp .3s ease-in-out!important}.ModalContentAV h3{font-size:1.4rem!important;font-weight:700!important;margin-bottom:.5rem!important;color:#333!important}.ModalContentAV p{font-size:1rem!important;color:#666!important;margin-bottom:1.5rem!important}.ModalContainerBtn{display:flex!important;justify-content:space-between!important;gap:1rem!important;flex-wrap:wrap!important}.btn-sim,.btn-nao{flex:1!important;padding:.75rem!important;font-size:1rem!important;border-radius:.5rem!important;border:none!important;cursor:pointer!important;transition:all .3s ease-in-out!important;margin:.6rem!important}.btn-sim{background-color:var(--primary-color)!important;color:#fff!important}.btn-sim:hover{background-color:var(--secondary-color)!important}.btn-nao{background-color:#f44336!important;color:#fff!important}.btn-nao:hover{background-color:#d9362d!important}@keyframes slideUp{0%{transform:translateY(100%)!important}to{transform:translateY(0)!important}}.EnviarAva{padding:.4rem!important;margin:.5rem!important;border:1px solid var(--primary-color)!important;color:var(--primary-color)!important;background-color:#fff!important}@media (max-width:720px){.avaliacoes-container{margin:0!important;padding:0!important;box-sizing:border-box!important}.Edi1{padding:1rem!important}.grafico-estrelas,.avaliacao-form{padding:.8rem!important}.Edit2{margin:1rem!important}.DeixaC{padding:1rem!important;border-radius:1rem!important;margin-bottom:1rem!important;max-width:100%!important}.questioDiv{display:flex!important;justify-content:center!important;align-items:center!important;margin-top:1rem!important}.EnviarAva{padding:.4rem!important;margin:.5rem!important;border:1px solid var(--primary-color)!important;color:var(--primary-color)!important;background-color:#fff!important}.avaliacoes-lista{padding:.8rem!important}.avaliacao-card{margin-bottom:1rem!important;padding:.8rem!important}.avaliador{margin-right:1rem!important}.UserVAN{margin:1rem!important}.estrelas{margin-bottom:1rem!important}.btnReact{margin-right:1rem!important}.QtPer{padding:.8rem!important}}@media (min-width: 640px){.Modal{align-items:center!important}.Modal>.ModalContent{border-radius:1rem!important}}.Edi1{display:flex!important;justify-content:center!important;align-items:center!important;margin-top:.5rem!important;margin-top:.7rem!important}.Edi2{display:flex!important;justify-content:center!important;align-items:center!important;margin-top:2rem!important;margin-top:.7rem!important}.Edit2Label{font-size:12pt!important;margin-bottom:1rem!important}.stars2{margin-top:1rem!important;margin-bottom:.8rem!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-box{background:#fff!important;padding:20px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 4px 12px #0000004d;position:relative}.modal-content{margin-top:10px;background-color:#fff!important;padding:.8rem!important}.modal-close{margin-top:15px;background:#ccc;padding:8px 14px;border:none;border-radius:6px;cursor:pointer}.header{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;background-color:#fff!important}.title{font-size:16px!important;font-weight:700!important;color:#333!important;margin:10px 0 5px!important}.see-more{border:none!important;cursor:pointer!important;padding:0!important}.list{display:flex!important;overflow-x:auto!important;padding:10px 0!important}.item{margin-right:15px!important;text-align:center!important}.image{width:150px!important;height:120px!important;border-radius:8px!important;-o-object-fit:cover!important;object-fit:cover!important}.text{margin-top:5px!important;font-size:12px!important;font-weight:500!important;color:#000!important}@media (max-width: 720px){.HHMo{flex-direction:column;align-items:flex-start;padding:.12!important;align-items:center!important;background-color:#fff!important}.title{font-size:12px!important}.list{padding:0!important;max-height:13rem!important}.item{margin-right:.4rem!important}.image{width:130px!important;height:180px!important;-o-object-fit:contain!important;object-fit:contain!important}.text{font-size:11px!important}}@media (max-width: 480px){.header{margin:10px 5px!important}.title{font-size:12px!important}.list{padding:5px!important}.item{margin-right:8px!important}.image{width:120px!important;height:90px!important}.text{font-size:10px!important}}.sobre-text{text-align:start!important;font-size:1rem;line-height:1.6;color:#000;transition:max-height .3s ease-in-out}.clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.expanded{display:block}.toggle-button{display:inline-flex;align-items:center;gap:8px;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer;font-weight:500;font-size:.95rem;padding:8px 14px;border-radius:999px;margin-top:10px;transition:all .3s ease;box-shadow:0 4px 10px #4285f44d}.toggle-button:hover{background-color:var(--secondary-color);transform:scale(1.05)}.icon{font-size:.85rem;transition:transform .3s ease}@media (max-width:720px){.toggle-button{padding:.5rem!important;margin:.7rem!important}}:root{--primary-color: #4285F4;--secondary-color: #225b79;--text-color: #222;--bg-color: #fff;--border-radius: 12px;--shadow-color: rgba(0, 0, 0, .15);--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;padding:1rem;z-index:9999;animation:fadeInBackdrop .3s ease forwards}@keyframes fadeInBackdrop{0%{background:#0000}to{background:#000000a6}}.modal-content{background:var(--bg-color);border-radius:var(--border-radius);box-shadow:0 10px 30px var(--shadow-color);width:100%;max-height:80vh;overflow-y:auto;padding:2rem 2.5rem 3rem;position:relative;font-family:var(--font-family);color:var(--text-color);animation:slideDownFade .4s ease forwards}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{margin:0 0 1.5rem;font-size:1.9rem;font-weight:700;color:var(--primary-color);text-align:center}.close-button{position:absolute;top:18px;right:20px;background:transparent;border:none;font-size:2rem;font-weight:700;cursor:pointer;color:var(--secondary-color);transition:color .3s ease;line-height:1}.close-button:hover{color:var(--primary-color)}.recommendations-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.recommendation-item{background:#f9fbff;border:2px solid var(--primary-color);border-radius:var(--border-radius);padding:1rem 1.5rem!important;box-shadow:0 3px 10px #4285f433;transition:transform .3s ease,box-shadow .3s ease;cursor:default}.recommendation-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #4285f459}.recommendation-item strong{color:var(--secondary-color);font-weight:600;font-size:1.1rem}.recommendation-item span{display:block;margin-top:.25rem;font-size:.9rem;color:#555}.no-recommendations{text-align:center;font-style:italic;font-size:1.15rem;color:var(--secondary-color);padding:2rem 1rem}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#eaeaea;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}.modal-content::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}@media (max-width: 600px){.modal-content{max-width:90vw;padding:1.5rem 1.8rem 2rem}.modal-content h2{font-size:1.5rem}.recommendation-item{font-size:.95rem;padding:.8rem 1.2rem!important}}.modal-content h2{margin:0 3rem 1.5rem 0!important}.close-button{right:2.5rem!important}:root{--primary-color: #4285F4 !important;--secondary-color: #225b79 !important}.online{color:gray!important;font-size:.9rem!important}.online.ativo{color:green!important;font-weight:700!important}.container{background:#f9f9f9!important;margin-top:60px!important;margin-bottom:100px!important;padding:0 20px!important}.cover-container{position:relative!important;width:100%!important;height:auto!important}.coverC{width:100%!important;height:220px!important;overflow:hidden!important;position:relative!important}.cover-image{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;display:block!important;border-bottom-left-radius:16px!important;border-bottom-right-radius:16px!important}.avatarC{position:absolute!important;bottom:-60px!important;left:50%!important;transform:translate(-50%)!important;z-index:2!important}.avatar{width:120px!important;height:120px!important;border-radius:50%!important;border:4px solid white!important;-o-object-fit:cover!important;object-fit:cover!important;background-color:#fff!important;box-shadow:0 0 10px #00000026!important}.profile-section{text-align:center!important;margin-top:50px!important;padding:0 20px!important}.profession{color:#666!important;font-size:16px!important}.section{margin:20px 0!important;text-align:left!important}.info-container{margin-top:20px!important;text-align:left!important}.info-row{display:flex!important;gap:10px!important;margin-bottom:10px!important;color:#444!important;font-size:14px!important}.stats-row{display:flex!important;justify-content:space-around!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;padding:10px 0!important;margin-top:20px!important}.stat{display:flex!important;flex-direction:column!important;align-items:center!important}.stat span{font-weight:700!important;margin-top:4px!important}.actions-row{display:flex!important;justify-content:space-between!important;margin-top:20px!important;flex-wrap:wrap!important;gap:10px!important}.action-button{flex:1!important;background-color:#4285f4!important;color:#fff!important;padding:10px!important;border-radius:14px!important;border:none!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:0 4px 6px #0003!important;cursor:pointer!important}.action-button{border:1px solid var(--primary-color)!important;color:var(--primary-color)!important;background-color:#fff!important}.action-button:hover{background-color:#fff!important;transform:scale(1.05)!important}.action-button-full{width:100%!important}.action-button.destaque{border:1px solid #f39c12!important;color:#f39c12!important;font-weight:700!important;border-radius:8px!important;box-shadow:0 2px 6px #0003!important;transition:all .3s ease!important}.action-button.destaque:hover{background-color:#fff!important;transform:scale(1.05)!important}@media (max-width: 720px){.container{padding:0 10px!important}.cover-container{height:180px!important;display:flex!important}.avatar{width:90px!important;height:90px!important;bottom:-45px!important}.profile-section{margin-top:50px!important}.stats-row{flex-direction:row!important;align-items:center!important}.actions-row{margin-top:0!important;gap:5px!important}.action-RowMobile{display:flex!important;flex-direction:column!important;justify-content:space-between!important}.action-button{width:100%!important;margin:3px 0!important}}.modal-overlayFP{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#000000bf!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1000!important}.modal-contentFP{max-width:90%!important;max-height:90%!important;padding:0!important}.tela-inicial{min-height:100vh!important;background:linear-gradient(135deg,#cce3ff,#e6f7ff,#fff)!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important}.card-bemvindo{background-color:#fff!important;padding:40px 30px!important;border-radius:20px!important;box-shadow:0 10px 25px #0000001a!important;text-align:center!important;max-width:500px!important;width:100%!important}.card-bemvindo h1{font-size:2rem!important;color:#1a237e!important;margin-bottom:20px!important}.card-bemvindo .destaque{color:#1976d2!important}.card-bemvindo p{font-size:1.1rem!important;color:#444!important;margin-bottom:30px!important}.botao{background-color:#1976d2!important;color:#fff!important;border:none!important;padding:12px 24px!important;border-radius:8px!important;font-size:1rem!important;cursor:pointer!important;transition:background-color .3s ease!important}.botao:hover{background-color:#0d47a1!important}@media (max-width: 720px){*{margin:0!important;padding:0!important;box-sizing:border-box!important}.info-row{margin:.6rem!important}.profile-section{padding:.8rem!important;margin-top:4rem!important}.stats-row{margin:.6rem!important}.stat{padding:.9rem!important}.actions-row{padding:.8rem!important;margin-top:0!important}.action-button{padding:.4rem!important}.card-bemvindo{padding:30px 20px!important}.card-bemvindo h1{font-size:1.5rem!important}.card-bemvindo p{font-size:1rem!important}.BtnModal{padding:.8rem!important;margin-top:1rem!important}}.modal-overlayFPPerfil{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#000000bf!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1000!important}.modal-contentFPPerfil{max-width:90%!important;max-height:90%!important;padding:0!important}.full-avatar{width:100%!important;height:auto!important;border-radius:10px!important;box-shadow:0 0 20px #fff3!important}.card-novo{background:#fff!important;border-radius:16px!important;box-shadow:0 4px 16px #00000014!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:12px!important;overflow:hidden!important;transition:transform .2s!important}.card-novo:hover{transform:scale(1.01)!important}.card-header-novo{display:flex!important;align-items:center!important;gap:16px!important}.card-image-novo{width:100px!important;height:100px!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:12px!important;cursor:pointer!important;border:1px solid #eee!important}.card-content-novo{flex:1!important}.card-name-novo{font-weight:700!important;color:#333!important;margin-bottom:4px!important;cursor:pointer!important}.card-title-novo{font-size:18px!important;font-weight:600!important;margin-bottom:4px!important}.card-desc-novo{font-size:14px!important;color:#555!important;margin-bottom:8px!important}.card-preco-novo{font-weight:700!important;color:#0c7!important;font-size:16px!important}.card-footer-novo{display:flex!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}.card-footer-novo button{padding:8px 14px!important;border:none!important;border-radius:8px!important;cursor:pointer!important;border:1px solid #005eff!important;background-color:#fff!important;color:#005eff!important;font-weight:500!important;transition:.2s!important}.card-footer-novo .deletar{border:1px solid #e53935!important;background-color:#fff!important;color:#e53935!important}.card-footer-novo .deletar:hover{background-color:#c62828!important}.spinner{margin-left:8px!important;border:2px solid #fff!important;border-top:2px solid transparent!important;border-radius:50%!important;width:14px!important;height:14px!important;animation:spin 1s linear infinite!important}.modal-overlayF,.modal-overlayFEditar{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:1000!important}.modal-contentF img{max-width:90vw!important;max-height:90vh!important;border-radius:10px!important}.modal-contentFEditar{background:#fff!important;padding:24px!important;border-radius:12px!important;width:90%!important;max-width:400px!important}.modal-contentFEditar input,.modal-contentFEditar textarea{width:100%!important;padding:10px!important;margin-bottom:10px!important;border-radius:8px!important;border:1px solid #ccc!important}.modal-contentFEditar button{margin-left:10px!important;padding:8px 12px!important;border-radius:6px!important;border:1px solid #005eff!important;background-color:#fff!important;color:#005eff!important}.modal-overlayF,.modal-overlayFEditar{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#0009!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:9999!important;animation:fadeIn .3s ease-in-out!important}.modal-contentF,.modal-contentFEditar{background:#fff!important;padding:24px!important;border-radius:12px!important;max-width:90vw!important;max-height:90vh!important;overflow-y:auto!important;box-shadow:0 0 20px #0000004d!important;animation:scaleIn .2s ease-in-out!important}@keyframes fadeIn{0%{opacity:0!important}to{opacity:1!important}}@keyframes scaleIn{0%{transform:scale(.9)!important;opacity:0!important}to{transform:scale(1)!important;opacity:1!important}}.spinner{border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;width:16px;height:16px;animation:spin .6s linear infinite;display:inline-block;margin-left:8px;vertical-align:middle}.btn-cancel{background-color:#ff220a!important;color:#fff!important;box-shadow:0 4px 12px #e74c3c66!important}.btn-cancel:hover{background-color:#ff220a!important}.btn-comfirm{background-color:#0b73eb!important;color:#fff!important;box-shadow:0 4px 12px #e74c3c66!important}.btn-comfirm:hover{background-color:#0a74ff!important}.form-container{display:flex!important;flex-direction:column!important;gap:24px!important;padding:20px!important;background-color:#fff!important;border-radius:16px!important;box-shadow:0 4px 12px #0000000d!important;max-width:100%!important}.form-group{display:flex!important;flex-direction:column!important;gap:10px!important}.form-group label{font-size:14px!important;font-weight:600!important;color:#333!important}.form-group input,.form-group select{padding:12px 14px!important;font-size:14px!important;border-radius:10px!important;border:1px solid #ccc!important;outline:none!important;transition:border .3s!important;background-color:#fafafa!important;min-width:100%!important}.form-group input:focus,.form-group select:focus{border-color:#06f!important}.primary-btn{background-color:#06f!important;color:#fff!important;border:none!important;padding:12px!important;border-radius:10px!important;font-weight:600!important;cursor:pointer!important;transition:background-color .3s!important}.primary-btn:hover{background-color:#004dcc!important}.input-file-btn{background-color:#eee!important;color:#333!important;padding:12px!important;border:none!important;border-radius:10px!important;cursor:pointer!important;font-weight:500!important;margin-top:10px!important}.logoutBtn{background-color:#e74c3c!important;color:#fff!important;border:none!important;padding:14px!important;border-radius:10px!important;font-weight:700!important;font-size:16px!important;cursor:pointer!important;margin-top:24px!important;transition:background-color .3s!important}.logoutBtn:hover{background-color:#c0392b!important}@media (min-width: 768px){.form-container{max-width:600px;margin:0 auto;padding:40px}}@media (max-width:720px){.SettiMO{padding:.8rem!important;margin-top:4rem!important;margin-bottom:6rem!important}.logoutBtn{padding:.5rem!important}.imgCapaMob{margin-bottom:1rem!important;margin-top:1rem!important}.imgCapaMob img{margin-bottom:1rem!important}.form-group input,select{padding:.5rem!important;margin-bottom:.3rem!important}}:root{--primary-color: #4285F4 !important;--secondary-color: #627b88 !important}.containerLogin{padding:20px!important;background-color:#f9fafb!important;flex-grow:1!important}.desktop-wrapper{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:20px!important;max-width:1000px!important;width:100%!important}.text-box{flex:1!important;background-color:var(--secondary-color)!important;padding:20px!important;border-radius:10px!important}.logo{width:60px!important;height:60px!important;-o-object-fit:contain!important;object-fit:contain!important;display:block!important;margin:0 auto 10px!important;border-radius:10px!important}.container-title{background-color:var(--secondary-color)!important;border-radius:10px!important;margin-bottom:35px!important;padding:10px!important}.title{font-size:20px!important;font-weight:700!important;color:#111!important;text-align:center!important;margin-bottom:10px!important}.subtitle{font-size:14px!important;color:#000!important;text-align:left!important;margin-bottom:1px!important}.input{background-color:#fff!important;border:1.5px solid var(--secondary-color)!important;border-radius:10px!important;padding:10px 14px!important;font-size:14px!important;margin-bottom:25px!important;width:100%!important;box-sizing:border-box!important}.button{border:1px solid var(--primary-color)!important;padding:10px!important;border-radius:8px!important;text-align:center!important;margin-bottom:10px!important;background-color:#fff!important;font-weight:600!important;font-size:16px!important;cursor:pointer!important;width:100%!important;color:var(--primary-color)!important}.forgot{background:none!important;text-align:center!important;margin-bottom:20px!important;cursor:pointer!important;border:none!important;color:#161616!important;padding:10px!important}.createAccount{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;border:1px solid var(--secondary-color)!important;padding:10px!important;width:100%!important;background-color:#fff!important;color:var(--secondary-color)!important}.createAccount:hover{background-color:#fff!important}.create-account{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.plus{font-size:20px!important;margin-right:6px!important;color:var(--secondary-color)!important}.create-text{color:var(--secondary-color)!important;font-size:15px!important;font-weight:500!important}@media (min-width: 768px){.container{max-width:600px!important;margin:0 auto!important}}@media (max-width: 768px){.container{padding:.8rem!important}.input,button{padding:.5rem!important;margin-bottom:1rem!important}.Containertitle{margin-top:2rem!important}}.input-password-wrapper{position:relative!important;width:100%!important;display:flex!important;align-items:center!important}.input-password-wrapper .input{width:100%!important;padding-right:40px!important}.toggle-password{position:absolute!important;right:12px!important;cursor:pointer!important;margin-bottom:.9rem!important}.register-container{padding:20px;background-color:#f9fafb;min-height:100vh;box-sizing:border-box}.create-button{border:1px solid var(--primary-color)!important;background-color:#fff!important;font-weight:600!important;font-size:15px!important;padding:12px!important;border-radius:8px!important;cursor:pointer!important;flex:1!important;margin-top:12px!important;text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;color:var(--primary-color)!important}.create-button:disabled{opacity:.6!important;cursor:not-allowed!important}.title{font-size:20px!important;font-weight:700!important;text-align:center!important;margin-bottom:6px!important}.subtitle{font-size:14px!important;text-align:center!important;color:var(--secondary-color)!important;margin-bottom:20px!important}.input{background-color:#fff!important;border:1px solid var(--secondary-color)!important;border-radius:10px!important;padding:10px 14px!important;font-size:14px!important;margin-bottom:14px!important;max-width:100%!important;box-sizing:border-box!important}.label{font-size:15px!important;font-weight:600!important;margin-bottom:6px!important;margin-top:12px!important;display:block!important}.radio-group{display:flex!important;flex-wrap:wrap!important;gap:16px!important;margin-bottom:12px!important}.radio-option{display:flex!important;align-items:center!important}.radio-option input[type=radio]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;height:20px!important;width:20px!important;border-radius:50%!important;border:2px solid var(--primary-color)!important;margin-right:6px!important;position:relative!important;cursor:pointer!important}.radio-option input[type=radio]:checked:before{content:""!important;position:absolute!important;top:5px!important;left:5px!important;width:8px!important;height:8px!important;background-color:var(--primary-color)!important;border-radius:50%!important}.radio-label{font-size:14px!important;color:#333!important}.terms{font-size:12px!important;color:#555!important;margin-top:10px!important;margin-bottom:20px!important}.logo{width:40px!important;height:40px!important;border-radius:10px!important}.container-title{display:flex!important;justify-content:space-between!important;margin-bottom:10px!important}.haveAccount{border-width:1px!important;background-color:var(--secondary-color)!important;font-size:13pt!important;padding:5px!important;border-radius:10px!important;width:100%!important;color:#fff!important}@media (min-width: 768px){.register-container{max-width:600px!important;margin:0 auto!important}}@media (max-width: 720px){.register-container{padding:.8rem!important}.modal-contentR{padding:.5rem!important}}.modal-overlayR{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.modal-contentR{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;box-shadow:0 20px 40px #0003;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}.modal-buttons{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem}.modal-buttons button{padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-weight:700}.modal-buttons .cancel{background-color:#eee;color:#333}.modal-buttons .confirm{background-color:var(--primary-color);color:#fff}.modal-buttons .confirm:hover{background-color:var(--secondary-color)}.input-password-container{position:relative}.show-password-btn{position:absolute!important;right:10px!important;top:34%!important;transform:translateY(-50%)!important;background:none!important;border:none!important;font-size:18px!important;cursor:pointer;color:#555}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;background:#f0f2f5!important;margin:0!important;padding:0!important}.spinner{display:inline-block!important;width:20px!important;height:20px!important;border:3px solid rgba(0,0,0,.2)!important;border-top-color:#000!important;border-radius:50%!important;animation:spin .6s linear infinite!important;vertical-align:middle!important}.form-container{max-width:600px!important;background:#fff!important;margin:20px auto 100px!important;padding:30px 40px!important;border-radius:8px!important;box-shadow:0 4px 15px #0000001a!important;display:flex!important;flex-direction:column!important;gap:20px!important}.form-container h2{text-align:center!important;color:#24292e!important;margin-bottom:10px!important;font-weight:700!important;font-size:1.3rem!important}form{display:flex!important;flex-direction:column!important;gap:16px!important}input[type=text],input[type=email],input[type=date],select,textarea,input[type=file]{padding:12px 15px!important;border:1.8px solid #d1d5db!important;border-radius:6px!important;font-size:1rem!important;transition:border-color .3s ease!important;width:100%!important;font-family:inherit!important}input[type=text]:focus,input[type=email]:focus,input[type=date]:focus,select:focus,textarea:focus,input[type=file]:focus{border-color:#0366d6!important;outline:none!important;box-shadow:0 0 5px #0366d666!important}textarea{resize:vertical!important;min-height:80px!important}label{font-weight:600!important;margin-bottom:6px!important;color:#555!important}button[type=submit]{background-color:#0366d6!important;color:#fff!important;padding:10px 24px!important;font-weight:600!important;border:none!important;border-radius:5px!important;cursor:pointer!important;font-size:1rem!important;max-width:180px!important;align-self:flex-start!important;transition:background-color .3s ease,box-shadow .3s ease!important;box-shadow:0 2px 6px #0366d64d!important}button[type=submit]:hover{background-color:#024bb5!important;box-shadow:0 4px 12px #024bb580!important}select[multiple]{height:120px!important}@media (max-width: 720px){.form-container{padding:.8rem!important;margin-top:5rem!important}.form-container label{color:var(--secondary-color)!important;font-weight:700!important}.form-container input,.form-container select{padding:.5rem!important;margin-bottom:.4rem!important}.form-container textarea{padding:.5rem!important;overflow:auto}.botao-salvar{padding:.5rem!important}}@media (min-width: 900px){.form-container{max-width:700px!important}}.css-yk16xz-control{border-radius:12px!important;border:2px solid #4285f4!important;box-shadow:0 2px 8px #4285f433!important;padding:2px 8px!important;transition:border-color .3s ease!important;min-height:44px!important;font-size:16px!important}.css-yk16xz-control:hover{border-color:#2a64d9!important}.css-1pahdxg-control{border-color:#2a64d9!important;box-shadow:0 0 8px #4285f4!important}.css-1wa3eu0-placeholder{color:#999!important;font-weight:500!important;font-size:16px!important}.css-1rhbuit-multiValue{background-color:#4285f4!important;border-radius:16px!important;padding:3px 10px!important;color:#fff!important;font-weight:600!important;font-size:14px!important;margin:3px 4px 3px 0!important;display:flex!important;align-items:center!important}.css-1rhbuit-multiValueLabel{color:#fff!important;padding-right:8px!important}.css-1rhbuit-multiValueRemove{color:#fffc!important;cursor:pointer!important;transition:background-color .2s ease!important;border-radius:50%!important;padding:2px!important}.css-1rhbuit-multiValueRemove:hover{background-color:#ffffff4d!important;color:#fff!important}.css-1gz8a9-MenuList{max-height:220px!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:#4285f4 #f0f0f0!important}.css-1gz8a9-MenuList::-webkit-scrollbar{width:8px!important}.css-1gz8a9-MenuList::-webkit-scrollbar-track{background:#f0f0f0!important;border-radius:10px!important}.css-1gz8a9-MenuList::-webkit-scrollbar-thumb{background-color:#4285f4!important;border-radius:10px!important;border:2px solid #f0f0f0!important}.css-1n7v3ny-option{font-size:16px!important;padding:10px 15px!important;cursor:pointer!important;transition:background-color .2s ease!important}.css-1n7v3ny-option:hover,.css-1n7v3ny-option--is-focused{background-color:#e4eafc!important;color:#2a64d9!important}.css-1s2u09g-control{flex-wrap:wrap!important}.css-1s2u09g-control input{width:120px!important;flex:1!important}.css-control{flex-wrap:wrap!important}.css-control input{width:120px!important;flex:1!important}.fotos-wrapper{display:flex;justify-content:center;background-color:#f3f4f6;min-height:100vh!important;padding:16px 10px;box-sizing:border-box;margin-top:160px!important;margin-bottom:120px!important}.nn{text-decoration:none!important}.fotos-container{width:100%;max-width:900px}.fotos-title{font-size:1.5rem;font-weight:700;color:#333;text-align:center;margin-bottom:16px}.fotos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:1rem!important}.fotos-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden;cursor:pointer;transition:transform .25s ease}.fotos-card:focus,.fotos-card:hover{transform:scale(1.03);outline:none}.fotos-image{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fotos-end{margin-top:20px;text-align:center;color:#777}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;padding:10px;box-sizing:border-box}.modal-content{position:relative;max-width:95vw;max-height:90vh;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 0 15px #000c}.modal-close{position:absolute;top:8px;right:12px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;font-weight:700;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-image{display:block;max-width:100%;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:12px}@media (min-width: 768px){.fotos-grid{grid-template-columns:repeat(3,1fr);gap:16px}.fotos-image{height:200px}.modal-content{max-width:70vw;max-height:80vh}}@media (min-width: 1200px){.fotos-grid{grid-template-columns:repeat(4,1fr);gap:20px}.fotos-image{height:220px}.modal-content{max-width:50vw;max-height:75vh}}@media (max-width:720px){.fotos-wrapper{margin-top:40px!important}.fotos-container{margin-top:3rem!important;padding:.8rem!important}.fotos-card{border:1px solid var(--secondary-color)!important}.fotos-image{-o-object-fit:contain!important;object-fit:contain!important}}.delete-btn{position:absolute!important;top:8px!important;right:8px!important;background:var(--secondary-color)!important;border:none!important;color:#fff!important;font-size:16px!important;padding:4px 8px!important;border-radius:6px!important;cursor:pointer!important;z-index:5!important}.criar-servico-container{max-width:600px!important;margin:160px auto!important;padding:20px!important;background:#fff!important;border-radius:12px!important;box-shadow:0 2px 10px #0000001a!important;font-family:sans-serif!important}.criar-servico-title{font-size:24px!important;font-weight:700!important;color:#333!important;margin-bottom:20px!important;text-align:center!important}.criar-servico-input,.criar-servico-textarea{min-width:100%!important;padding:12px!important;font-size:16px!important;border:1px solid #ccc!important;border-radius:10px!important;margin-bottom:15px!important}.criar-servico-textarea{height:100px!important;resize:none!important}.criar-servico-upload{display:inline-block!important;background-color:var(--secondary-color)!important;color:#fff!important;padding:12px 16px!important;border-radius:10px!important;cursor:pointer!important;margin-bottom:15px!important;font-size:16px!important}.criar-servico-preview{width:100%!important;max-height:300px!important;-o-object-fit:contain!important;object-fit:contain!important;border-radius:10px!important;margin-bottom:20px!important;border:1px solid #ccc!important}.criar-servico-button{border:1px solid var(--primary-color)!important;background-color:#fff!important;padding:14px!important;border-radius:10px!important;font-size:16px!important;width:100%!important;font-weight:700!important;cursor:pointer!important;transition:background .3s!important;color:var(--primary-color)!important}.criar-servico-button:hover{background-color:var(--primary-color)!important}@media (max-width: 768px){.criar-servico-container{margin:120px 10px!important}.criar-servico-title{font-size:20px!important}}.spinner{width:20px!important;height:20px!important;border:3px solid #fff!important;border-top:3px solid #2f6bd1!important;border-radius:50%!important;animation:spin .8s linear infinite!important}@keyframes spin{to{transform:rotate(360deg)!important}}@media (max-width:720px){.criar-servico-container{padding:.8rem!important}.criar-servico-container h2{margin-bottom:1rem!important}.criar-servico-container input{padding:.5rem!important;margin-bottom:1rem!important}.criar-servico-container textarea{padding:.7rem!important;margin-bottom:1rem!important}.criar-servico-preview,.criar-servico-button,.criar-servico-upload{padding:.5rem!important}}.criar-post-container{max-width:600px!important;margin:160px auto 120px!important;padding:20px!important;background:#fefefe;box-shadow:0 2px 8px #0000001a!important;border-radius:12px;font-family:Arial,sans-serif}.AA{margin:1rem!important;color:var(--secondary-color);font-weight:700!important;text-align:justify!important}.criar-post-title{font-size:24px!important;font-weight:700!important;margin-bottom:20px!important;color:#333!important;text-align:center!important}.criar-post-input,.criar-post-textarea{min-width:100%!important;padding:12px!important;border:1px solid #ccc!important;border-radius:10px!important;margin-bottom:15px!important;font-size:16px!important}.criar-post-file{margin-bottom:15px!important}.criar-post-preview-container{display:flex!important;flex-wrap:wrap!important;gap:10px;margin-bottom:20px!important}.criar-post-preview{width:100px!important;height:100px!important;-o-object-fit:contain!important;object-fit:contain!important;border-radius:8px!important;border:1px solid #ccc!important}.criar-post-button{background-color:var(--primary-color)!important;color:#fff!important;border:none!important;padding:14px!important;border-radius:10px!important;font-size:16px!important;width:100%!important;cursor:pointer!important;transition:background .3s!important}.criar-post-button:hover{background-color:var(--secondary-color)}@media (max-width: 768px){.criar-post-container{margin:120px 10px!important}.criar-post-preview{width:80px!important;height:80px!important}}.spinner{width:20px!important;height:20px!important;border:3px solid #fff;border-top:3px solid #2f6bd1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.criar-post-preview-wrapper{position:relative!important;display:inline-block!important;margin:10px!important}.criar-post-remove{position:absolute!important;top:-8px!important;right:-8px!important;background-color:red!important;color:#fff!important;border:none!important;border-radius:50%!important;font-size:14px!important;width:24px!important;height:24px!important;cursor:pointer!important;line-height:20px!important;padding:1rem!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important}.criar-post-subtitle{font-weight:700!important;margin-top:20px!important;margin-bottom:8px!important;color:#333!important}.criar-post-preview-title{font-weight:600!important;margin:15px 0 5px!important;color:#444!important;font-size:16px!important}.criar-post-file-hidden{display:none!important}.botao-upload{display:inline-block!important;padding:.5rem!important;border:2px solid #007BFF!important;background-color:#fff!important;color:#007bff!important;border-radius:8px!important;font-weight:700!important;cursor:pointer!important;transition:.3s ease!important;margin-bottom:10px!important;min-width:10rem!important}:root{--primary-color: #4285F4;--secondary-color: #225b79}.notificacoes-container{max-width:600px!important;margin:100px auto 120px!important;padding:1rem 1rem 3rem!important;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;background:#fff!important;border-radius:8px!important;box-shadow:0 8px 16px #0000001a!important;min-height:80vh!important;display:flex!important;flex-direction:column!important}.nn{text-align:center!important;margin:1rem!important}.notificacoes-container h2{margin-bottom:1rem!important;font-size:1.8rem!important;color:#333!important;text-align:center!important;letter-spacing:.03em!important}.notificacao-lista{list-style:none!important;padding:0!important;margin:0!important;flex-grow:1!important;overflow-y:auto!important}.notificacao-item{display:flex!important;align-items:center!important;background-color:#f9f9f9!important;border-left:4px solid #2196f3!important;padding:12px 16px!important;margin-bottom:12px!important;border-radius:8px!important;cursor:pointer!important;transition:background-color .25s ease,box-shadow .25s ease!important}.notificacao-item:hover{background-color:#e3f2fd!important;box-shadow:0 4px 8px #2196f333!important}.notificacao-item.lida{border-left-color:#bdbdbd!important;background-color:#fafafa!important;color:#777!important}.notificacao-avatar{width:48px!important;height:48px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important;margin-right:14px!important;box-shadow:0 2px 6px #00000026!important;flex-shrink:0!important}.notificacao-conteudo{flex:1!important;min-width:0!important}.notificacao-msg{margin:0 0 6px!important;font-weight:600!important;font-size:1rem!important;color:#222!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.notificacao-data{font-size:.85rem!important;color:#666!important}.loading{text-align:center!important;color:#2196f3!important;padding:1rem!important;font-weight:600!important}@media (max-width: 480px){.notificacoes-container{padding:1rem .5rem 2rem!important;max-width:100%!important;border-radius:0!important;margin-top:150px!important;margin-bottom:120px!important}.notificacao-item{padding:10px 12px!important}.notificacao-avatar{width:40px!important;height:40px!important;margin-right:10px!important}.notificacao-msg{font-size:.9rem!important}.notificacao-data{font-size:.75rem!important}}.notificacao-lista{list-style:none!important;padding:0!important;margin:0!important}.notificacao-item{display:flex!important;align-items:center!important;padding:12px!important;border-radius:10px!important;margin-bottom:10px!important;cursor:pointer!important;transition:background-color .3s!important;border:1px solid #e0e0e0!important}.notificacao-item.nao-lida{background-color:#f0f8ff!important;border-left:5px solid #007bff!important;font-weight:700!important}.notificacao-item.lida{background-color:#fff!important;color:#555!important;opacity:.8!important}.notificacao-avatar{width:45px!important;height:45px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important;margin-right:12px!important;border:1px solid #ccc!important}.notificacao-conteudo{flex:1!important}.notificacao-msg{margin:0!important;font-size:16px!important}.notificacao-data{font-size:12px!important;color:#888!important}.loading{text-align:center!important;font-size:14px!important;color:#999!important;margin-top:1rem!important}@media (max-width:720px){.notificacoes-container{margin-top:120px!important}.notificacao-lista{padding:.5rem!important;margin-top:1rem!important}.notificacao-item{margin-bottom:.6rem!important;padding:.3rem!important}}.ContainerMobileAllSer{padding:.8rem!important;margin-top:5rem!important}@media (max-width:720px){.ContainerMobileAllSer{padding:.8rem!important;margin-top:5rem!important}.ContentMobile{margin-top:1rem!important;margin-bottom:1rem!important}.SAerMobile input{padding:.5rem!important;margin-top:1rem!important}.ServicoListaMobile{margin-top:2rem!important}}:root{--primary-color: #4285F4;--secondary-color: #627b88;--glass-bg: rgba(255, 255, 255, .1);--white-bg: rgba(255, 255, 255, .9);--success-color: #00cc99;--error-color: #ff5e5e}.BBSQ{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));min-height:100vh;display:flex;align-items:center;justify-content:center}.senha-container{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:100vh;background:#0000000d}.form-box{background:var(--glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:30px 25px;max-width:400px;width:100%;color:#fff;box-shadow:0 8px 25px #0003}.form-box h2{margin-bottom:10px;font-size:24px}.form-box p{font-size:14px;margin-bottom:20px;color:#ddd}.form-box input{width:100%;padding:12px 15px;margin-bottom:15px;border:none;border-radius:10px;font-size:16px;outline:none;background:var(--white-bg);color:#000}.form-box input:focus{border:2px solid var(--primary-color)}.form-box button{width:100%;padding:14px;background:var(--primary-color);border:none;border-radius:10px;color:#fff;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease}.form-box button:hover{background:#3367d6}.status-msg{margin-top:15px;font-weight:700;text-align:center;font-size:14px}.status-msg.green{color:var(--success-color)}.status-msg.red{color:var(--error-color)}@media (max-width: 720px){.form-box{padding:25px 20px}.form-box h2{font-size:20px}.BBSQ{padding:.8rem!important}.form-box{padding:1rem!important}.form-box input{padding:.5rem!important;margin-bottom:1rem!important}.Something{margin:1rem!important}}:root{--primary-color: #4285F4 !important;--secondary-color: #225b79 !important;--background-chat: #f0f0f0 !important;--bubble-sent: #d6eaff !important;--bubble-received: #ffffff !important;--text-color: #222 !important;--timestamp-color: #555 !important}.chat-wrapper{display:flex!important;flex-direction:column!important;height:100vh!important;max-width:600px!important;margin:0 auto!important;background-color:var(--background-chat)!important;font-family:Segoe UI,sans-serif!important;border:1px solid #ccc!important}.chat-header{padding:1rem!important;font-weight:700!important;font-size:1.1rem!important;text-align:center!important}.chat-body{flex:1!important;padding:1rem!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;background-color:var(--background-chat)!important;margin-top:10rem!important}.chat-bubble{max-width:75%!important;padding:.6rem!important;border-radius:10px!important;margin-bottom:10px!important;position:relative!important;word-wrap:break-word!important;background-color:var(--bubble-received)!important;align-self:flex-start!important;box-shadow:0 1px 2px #0000001a!important;color:var(--text-color)!important}.chat-bubble.sent{background-color:var(--bubble-sent)!important;align-self:flex-end!important}.chat-meta{display:flex!important;align-items:center!important;gap:.5rem!important;font-size:.85rem!important;margin-bottom:5px!important}.avatar{width:32px!important;height:32px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important}.chat-content p{margin:0!important}.chat-img,.chat-video{max-width:100%!important;border-radius:8px!important;margin-top:.5rem!important}.chat-audio{margin-top:.5rem!important;width:100%!important}.chat-time{font-size:.7rem!important;color:var(--timestamp-color)!important;margin-top:.3rem!important;text-align:right!important}.nameChat{margin-right:2rem!important}.chat-input{display:flex!important;align-items:center!important;gap:.5rem!important;padding:.8rem 1rem!important;background-color:#fff!important;border-top:1px solid #ccc!important}.chat-input input[type=text]{flex:1!important;padding:.6rem 1rem!important;border-radius:30px!important;border:1px solid #ccc!important;outline:none!important;font-size:1rem!important}.icon-button{display:flex!important;align-items:center!important;cursor:pointer!important;color:var(--primary-color)!important}.dd,.send-btn{border:1px solid var(--primary-color)!important;background-color:#fff!important;padding:.6rem!important;border-radius:50%!important;color:#fff!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important}.reply-box{background-color:#f7f7f7!important;padding:.4rem!important;border-left:3px solid #ccc!important;font-size:.85rem!important;margin-bottom:.3rem!important}.reply-btn{background:transparent!important;border:none!important;cursor:pointer!important;margin-top:.3rem!important;color:var(--primary-color)!important;font-size:1rem!important;float:right!important}.preview-box{padding:.5rem!important;background:#fff!important;border-top:1px solid #ccc!important;position:relative!important;text-align:center!important}.preview-box img,.preview-box video,.preview-box audio{max-width:100%!important;margin-top:.5rem!important}.close-btn{position:absolute!important;top:5px!important;right:10px!important;cursor:pointer!important}.typing-status{padding:.5rem 1rem!important;font-style:italic!important;font-size:.9rem!important;background:#fff!important;color:#555!important}.modal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#0009!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:1000!important}.modal-img{max-width:90%!important;max-height:90%!important;border-radius:8px!important}.loading{text-align:center!important;color:#555!important;padding:1rem!important}.conversations-container{padding:16px!important;max-width:600px!important;margin:auto!important;background-color:#fff!important;margin-top:6rem!important}h2{font-size:1.5rem!important;color:#225b79!important;text-align:center!important;margin-bottom:20px!important}.conversation-list{list-style:none!important;padding:0!important;margin:0!important}.nn{text-align:center!important}.conversation-item{display:flex!important;align-items:center!important;padding:12px!important;background-color:#f8f9fa!important;border-radius:12px!important;margin-bottom:10px!important;box-shadow:0 2px 5px #0000000d!important;transition:background .2s ease!important;cursor:pointer!important}.conversation-item:hover{background-color:#e9ecef!important}.avatar{width:56px!important;height:56px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important;margin-right:12px!important;border:2px solid #4285F4!important}.conversation-info{flex:1!important;overflow:hidden!important}.conversation-info strong{font-size:1.1rem!important;color:#333!important;display:block!important;margin-bottom:4px!important}.conversation-info p{margin:0!important;font-size:.95rem!important;color:#666!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.conversation-info small{color:#999!important;font-size:.8rem!important}@media (min-width: 768px){.conversations-container{padding:24px!important}.conversation-item{padding:16px!important}.avatar{width:64px!important;height:64px!important}.conversation-info strong{font-size:1.2rem!important}.conversation-info p{font-size:1rem!important}}@media (max-width:720px){.conversations-container{margin-top:8rem!important;padding:.8rem!important}.conversation-info{margin-left:.5rem!important}}.servicos-container{max-width:600px!important;width:100%!important;margin:120px auto!important;padding:20px!important;background:#fefefe!important;border-radius:12px!important;font-family:Arial,sans-serif!important}@media (max-width:720px){.servicos-container{padding:.8rem!important;width:100%!important}}.lista{display:flex!important;flex-direction:column!important;gap:1rem!important;margin-bottom:2rem!important}.Valor{color:green!important}.btnP{cursor:pointer!important}.card{background:#f5f5f5!important;border-left:4px solid var(--primary-color)!important;padding:1rem!important;border-radius:6px!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.card .acoes{align-items:flex-end!important}.card.concluido{border-left-color:green!important;opacity:.8!important}.done{background-color:green!important;text-align:right!important}.cardInfo{min-width:70%!important}.cardInfo h4,.cardInfo p{margin-bottom:.4rem!important}.acoes{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;margin-left:auto!important;gap:10px!important}.acoes button{padding:.3rem .6rem!important;font-size:.9rem!important;cursor:pointer!important;border:none!important;border-radius:4px!important}.acoes .cancelar{background:#ff4d4d!important;color:#fff!important}.acoes button:hover{opacity:.9!important}.modal-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#00000080!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:10!important}.modal{background:#fff!important;padding:2rem!important;border-radius:10px!important;width:90%!important;max-width:400px!important;box-shadow:0 0 15px #0000004d!important}.spinner{border:3px solid rgba(255,255,255,.3)!important;border-top:3px solid white!important;border-radius:50%!important;width:16px!important;height:16px!important;animation:spin 1s linear infinite!important;display:inline-block!important;vertical-align:middle!important}.comentario-box{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;background-color:#94ce94!important;border:1px solid #94d394!important;border-radius:8px!important;padding:20px!important;width:90%!important;max-width:400px!important;text-align:center!important;box-shadow:0 4px 10px #0000004d!important;z-index:999!important}.comentario-box button{background-color:#4caf50!important;color:#fff!important;padding:10px 18px!important;font-weight:700!important;border:none!important;border-radius:6px!important;cursor:pointer!important;margin-top:10px!important}.comentario-box button:hover{background-color:#388e3c!important}.comentario-box .cancelar{background-color:#e53935!important;color:#fff!important}.comentario-box .cancelar:hover{background-color:#c62828!important}.success-modal-wrapper{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1000!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:all!important}.success-modal-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0006!important;z-index:999!important;transform:translateZ(0)!important}.success-modal{position:relative!important;background:#fff!important;padding:24px 32px!important;border-radius:8px!important;box-shadow:0 2px 10px #0003!important;width:320px!important;max-width:90%!important;z-index:1001!important;text-align:center!important;transform:translateZ(0)!important}.success-icon{width:48px!important;height:48px!important;margin-bottom:16px!important;stroke:#28a745!important}.success-message{font-size:18px!important;margin-bottom:24px!important;color:#333!important}.success-button{background-color:#28a745!important;border:none!important;color:#fff!important;padding:10px 20px!important;font-size:16px!important;border-radius:5px!important;cursor:pointer!important;transition:background-color .2s ease!important}.success-button:hover{background-color:#218838!important}*{padding:0!important;margin:0!important;box-sizing:border-box!important}html,body{width:100%;max-width:100vw;overflow-x:hidden;font-family:Arial,sans-serif;font-size:16px;background-color:#f9f9f9}.containerSer{width:100%;max-width:1200px;margin:10px auto 40px!important;padding:0 1rem}.erro-msg{color:red;padding:1rem;text-align:center;font-size:1rem}@media (max-width: 768px){html,body{font-size:15px}.containerSer{margin-bottom:80px!important;padding:0 .5rem}.erro-msg{font-size:.95rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary-color: #4285F4 !important;--secondary-color: #225b79 !important;--warning-color: #ffc107 !important;--bg-color: #f4f6f8 !important;--sent-color: #daf1fc !important;--received-color: #ffffff !important;--text-color: #333 !important;--bubble-radius: 18px !important}*{box-sizing:border-box!important}body{margin:0!important;font-family:Segoe UI,sans-serif!important;background-color:var(--bg-color)!important;color:var(--text-color)!important}.chat-container{display:flex!important;flex-direction:column!important;padding:0!important;min-height:100vh!important;margin-top:8rem!important;margin-bottom:1rem!important;margin-bottom:100px!important}.chat-box{flex:1!important;display:flex!important;flex-direction:column!important;margin:60px auto 70px!important;max-width:600px!important;width:100%!important;background:#fff!important;box-shadow:0 2px 10px #0000001f!important;border-radius:24px!important;overflow:hidden!important}.messages{flex:1!important;padding:16px!important;overflow-y:auto!important;background-color:var(--bg-color)!important;display:flex!important;flex-direction:column!important;scroll-behavior:smooth!important;scroll-behavior:auto!important}.message{display:flex!important;align-items:flex-end!important;margin-bottom:14px!important;animation:fadeIn .3s ease-in-out!important;position:relative!important;max-width:85%!important}.message.sent{align-self:flex-end!important;flex-direction:row-reverse!important;margin-bottom:.6rem!important}.message.received{align-self:flex-start!important;flex-direction:row!important;margin-bottom:.6rem!important}.avatarChat{display:none!important}.message .avatarChat{width:34px!important;height:34px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important;border:2px solid var(--primary-color)!important;margin:0 8px!important}.message-content{padding:10px 15px!important;border-radius:var(--bubble-radius)!important;position:relative!important;font-size:15px!important;line-height:1.5!important;box-shadow:0 2px 4px #0000001a!important;animation:slideUp .3s ease-in-out!important;word-break:break-word!important;margin-right:30px!important}.message.sent .message-content{background:var(--sent-color)!important;color:#000!important;border-bottom-right-radius:0!important;padding:1rem!important}.message.received .message-content{background:var(--received-color)!important;border-bottom-left-radius:0!important;padding:1rem!important}.message-time{font-size:11px!important;color:#888!important;margin:4px 10px!important;align-self:flex-end!important}.sender-name{font-weight:bolder!important;font-size:10pt!important;color:var(--secondary-color)!important;margin-bottom:4px!important}.message.sent .message-content:after{content:""!important;position:absolute!important;right:-8px!important;bottom:0!important;width:0!important;height:0!important;border-left:10px solid var(--sent-color)!important;border-top:10px solid transparent!important;border-bottom:10px solid transparent!important}.message.received .message-content:after{content:""!important;position:absolute!important;left:-8px!important;bottom:0!important;width:0!important;height:0!important;border-right:10px solid var(--received-color)!important;border-top:10px solid transparent!important;border-bottom:10px solid transparent!important}.input-area{display:flex!important;padding:10px!important;position:fixed!important;bottom:0!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;border-top:1px solid #ccc!important;z-index:2!important;justify-content:space-between!important;align-items:center!important;text-align:center!important;width:50%!important}@media (min-width:720px){.input-area{display:flex!important;padding:10px!important;position:fixed!important;bottom:0!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;border-top:1px solid #ccc!important;z-index:2!important;justify-content:space-between!important;align-items:center!important;text-align:center!important;width:60%!important;margin:auto!important}.textArea{flex:1!important;max-width:100%!important}}.input-area input{flex:1!important;padding:12px 16px!important;font-size:15px!important;border:1px solid #ccc!important;border-radius:25px!important;outline:none!important;transition:.3s!important;background:#fff!important;margin-left:.3rem!important;margin-right:.4rem!important}.input-area input:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 2px #4285f433!important}.input-area button{background-color:var(--primary-color)!important;color:#fff!important;border:none!important;border-radius:25px!important;padding:10px 20px!important;margin-left:10px!important;font-weight:600!important;cursor:pointer!important;transition:background-color .3s ease!important;display:flex!important;text-align:center!important;align-items:center!important;justify-content:center!important;max-height:3rem!important}.input-area button:hover{background-color:var(--secondary-color)!important}.typing-status{font-style:italic!important;font-size:13px!important;margin:6px auto!important;color:green!important;text-align:center!important;opacity:.8!important}.loading{text-align:center!important;padding:8px!important;font-size:14px!important;color:var(--secondary-color)!important;opacity:.7!important}@keyframes fadeIn{0%{opacity:0!important;transform:translateY(10px)!important}to{opacity:1!important;transform:translateY(0)!important}}@keyframes slideUp{0%{transform:scale(.98) translateY(10px)!important;opacity:0!important}to{transform:scale(1) translateY(0)!important;opacity:1!important}}@media screen and (max-width: 768px){.chat-box{border-radius:0!important;margin:0!important;height:100vh!important;box-shadow:none!important}.messages{padding:12px 10px!important;height:calc(100vh - 120px)!important}.message-content{font-size:14px!important}.input-area{padding:8px!important;width:100%!important}}.profile-link{text-decoration:none!important}.file-preview{margin-top:10px;background:#f9f9f9;padding:10px;border-radius:10px;position:relative;text-align:center}.preview-image{max-width:100%;max-height:200px;border-radius:5px}.cancel-button{margin-top:10px;background:#e74c3c;color:#fff;border:none;padding:5px 10px;border-radius:6px;cursor:pointer}.cancel-button:hover{background:#c0392b}.upload-button{background-color:var(--primary-color)!important;color:#fff!important;border:none!important;border-radius:25px!important;padding:10px 20px!important;margin-left:10px!important;font-weight:600!important;cursor:pointer!important;transition:background-color .3s ease!important;display:flex!important;text-align:center!important;align-items:center!important;justify-content:center!important;max-height:3rem!important}.reply-preview,.replied-message{background-color:#f0f0f0!important;border-left:4px solid #4285F4!important;padding:6px 10px!important;margin-bottom:5px!important;border-radius:5px!important}.reply-text,.reply-preview-text{font-size:.9em!important;color:#555!important;margin-bottom:.4rem!important}.reply-btn{position:absolute!important;top:6px!important;right:6px!important;background-color:#f0f0f0!important;border:none!important;border-radius:50%!important;padding:4px 6px!important;font-size:14px!important;cursor:pointer!important;box-shadow:0 1px 4px #0000001a!important;transition:background .2s ease!important}.reply-btn:hover{background-color:#e0e0e0!important}.reply-image{width:100px!important;height:100px!important;border-radius:8px!important}.image-modal{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#000c!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:20px!important}.image-modal-content{max-width:90%!important;max-height:90%!important;background:#fff!important;padding:10px!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 0 20px #fff3!important}.image-modal-content img{width:100%!important;height:auto!important;border-radius:10px!important}.spinner{width:18px!important;height:18px!important;border:3px solid #fff!important;border-top:3px solid #007bff!important;border-radius:50%!important;animation:spin 1s linear infinite!important;margin:auto!important}@keyframes spin{0%{transform:rotate(0)!important}to{transform:rotate(360deg)!important}}@media (max-width: 480px){.smol{min-width:6%!important;display:flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;font-size:9pt!important}.avatarChat{display:none!important}}:root{--primary-color: #4285F4;--secondary-color: #225b79;--warning-color: #ffc107;--bg-color: #f4f6f8;--text-color: #333;--bubble-radius: 18px}body,html{margin:0;padding:0;font-family:Segoe UI,sans-serif}.admin-layout{display:flex;min-height:100vh}.sidebar{width:240px;background-color:var(--secondary-color);color:#fff;padding:20px}.sidebar h2{margin-bottom:30px;font-size:24px}.sidebar nav a{display:block;color:#fff;text-decoration:none;padding:10px 0;border-bottom:1px solid #2e6b90}.sidebar nav a:hover{background-color:#1c4a64;border-radius:5px;padding-left:10px}.admin-main{flex-grow:1;padding:20px;background:#f5f6fa}.sidebar h2{color:#fff!important}:root{--primary-color: #4285F4 !important;--secondary-color: #225b79 !important;--warning-color: #ffc107 !important;--bg-color: #f4f6f8 !important;--text-color: #333 !important;--bubble-radius: 18px !important}.admin-layout{display:flex!important;background-color:var(--bg-color)!important;min-height:100vh!important;position:relative!important}.admin-main{flex:1!important;padding:2rem!important;overflow-y:auto!important}.cards-container{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:1.5rem!important}.card-dashboard{background-color:#fff!important;border-radius:12px!important;padding:1.5rem!important;box-shadow:0 2px 10px #00000014!important;transition:transform .2s ease!important}.card-dashboard:hover{transform:translateY(-5px)!important}.card-dashboard.primary{border-left:6px solid var(--primary-color)!important}.card-dashboard.secondary{border-left:6px solid var(--secondary-color)!important}.card-dashboard.warning{border-left:6px solid var(--warning-color)!important}.card-titulo{font-size:1.1rem!important;color:var(--text-color)!important;margin-bottom:.5rem!important}.card-valor{font-size:2rem!important;font-weight:700!important;color:var(--primary-color)!important}.dashboard-title{margin-bottom:4rem!important;text-align:center!important;color:var(--primary-color)!important}.hamburger-button{position:fixed!important;top:1rem!important;left:1rem!important;background-color:var(--primary-color)!important;color:#fff!important;border:none!important;font-size:1.5rem!important;padding:.6rem 1rem!important;border-radius:8px!important;z-index:1001!important;display:none!important}.close-sidebar{background:none!important;border:none!important;font-size:2rem!important;position:absolute!important;top:10px!important;right:15px!important;cursor:pointer!important;color:var(--text-color)!important;display:none!important}@media (max-width: 768px){.sidebar{position:fixed!important;top:0!important;left:0!important;height:100%!important;transform:translate(-100%)!important;z-index:1000!important;box-shadow:2px 0 10px #0003!important}.sidebar.open{transform:translate(0)!important}.hamburger-button,.close-sidebar{display:block!important}.admin-main{padding:1.2rem!important}.cards-container{grid-template-columns:1fr!important}}.btn-notificar{background-color:#007bff!important;color:#fff!important;padding:14px 26px!important;border:none!important;border-radius:8px!important;font-size:1rem!important;font-weight:700!important;cursor:pointer!important;transition:background .3s ease!important;margin-top:3rem!important}.btn-notificar:hover{background-color:#0056b3!important}.btn-notificar:disabled{background-color:#ccc!important;cursor:not-allowed!important}.container-prestadores{padding:20px;font-family:Segoe UI,sans-serif;background-color:#f9f9f9;min-height:100vh}.titulo{font-size:28px;color:#225b79;margin-bottom:20px;text-align:center}.tabela-container{overflow-x:auto;background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001a}.tabela-prestadores{width:100%;border-collapse:collapse;min-width:800px}.tabela-prestadores th,.tabela-prestadores td{padding:12px 16px;text-align:left;border-bottom:1px solid #ddd}.tabela-prestadores th{background-color:#4285f4;color:#fff}.tabela-prestadores tr:hover{background-color:#f1f1f1}.status-ativo{color:#28a745;font-weight:700}.status-inativo{color:#dc3545;font-weight:700}.btn-ver,.btn-editar,.btn-excluir{padding:6px 12px;margin-right:6px;border:none;border-radius:4px;cursor:pointer;font-size:13px;transition:.3s ease}.btn-ver{background-color:#17a2b8;color:#fff}.btn-editar{background-color:#ffc107;color:#000}.btn-excluir{background-color:#dc3545;color:#fff}.btn-ver:hover,.btn-editar:hover,.btn-excluir:hover{opacity:.8}@media (max-width: 768px){.titulo{font-size:22px}.tabela-prestadores th,.tabela-prestadores td{padding:10px 12px}.btn-ver,.btn-editar,.btn-excluir{font-size:11px;padding:4px 8px}}.filtros{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;gap:10px}.input-pesquisa,.select-profissao{padding:10px 14px;font-size:14px;border:1px solid #ccc;border-radius:8px;width:48%;max-width:350px;transition:border .3s}.input-pesquisa:focus,.select-profissao:focus{border-color:#4285f4;outline:none}@media (max-width: 600px){.input-pesquisa,.select-profissao{width:100%}}.email-link{background:none;border:none;color:#4285f4;text-decoration:underline;cursor:pointer;padding:0;font-size:1em}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px}.modal-content textarea{width:100%;margin-top:10px;padding:10px;font-size:1em;resize:none}.modal-botoes{margin-top:1rem;display:flex;justify-content:flex-end;gap:10px}.btn-enviar{background-color:#4285f4;color:#fff;padding:8px 16px;border:none;border-radius:5px;cursor:pointer}.btn-cancelar{background-color:#ccc;color:#000;padding:8px 16px;border:none;border-radius:5px;cursor:pointer}.container-prestadores{padding:20px;font-family:Arial,sans-serif}.btn-toggle-sidebar{margin-bottom:10px;padding:8px 16px;cursor:pointer}.content-with-sidebar{display:flex;gap:20px}.content-with-sidebar>div:first-child{width:250px}.main-content{flex:1}.paginacao{display:flex;gap:8px;justify-content:center;margin-top:20px}.paginacao button{padding:6px 12px;border:1px solid #ccc;background-color:#fff;cursor:pointer;border-radius:4px}.paginacao button.ativo{background-color:#4285f4;color:#fff;font-weight:700}.paginacao button:disabled{background-color:#f0f0f0;cursor:not-allowed}.btn-excluir{background-color:#e0793c!important}.admin-main{padding:2rem;background:#f9f9f9;min-height:100vh}.titulo{font-size:2rem;color:#225b79;margin-bottom:1.5rem}.form-habilidade{display:flex;gap:10px;margin-bottom:1rem}.form-habilidade input{flex:1;padding:.6rem;border-radius:8px;border:1px solid #ccc}.btn-salvar{background-color:#4285f4;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;display:flex;align-items:center;gap:5px;cursor:pointer;transition:background .3s ease}.btn-salvar:hover{background-color:#3367d6}.tabela-responsive{overflow-x:auto;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 8px #0000000d}.tabela-habilidades{width:100%;border-collapse:collapse}.tabela-habilidades th,.tabela-habilidades td{padding:.75rem 1rem;text-align:left}.tabela-habilidades th{background-color:#225b79;color:#fff;font-weight:600}.tabela-habilidades tr:nth-child(2n){background-color:#f0f4f8}.tabela-habilidades tr:hover{background-color:#e1ecf4}.btn-editar,.btn-excluir{background:none;border:none;cursor:pointer;font-size:1rem;margin-right:10px;transition:transform .2s ease}.btn-editar:hover{color:#ffc107;transform:scale(1.1)}.btn-excluir:hover{color:#e74c3c;transform:scale(1.1)}.alerta{background:#d4edda;color:#155724;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.paginacao{margin-top:1rem;display:flex;gap:8px;justify-content:center}.pagina{padding:.4rem .8rem;background-color:#e0e0e0;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.pagina:hover{background-color:#c2c2c2}.pagina.ativa{background-color:#4285f4;color:#fff}.container-provincias{padding:20px;font-family:Arial,sans-serif}.tabela-provincias{width:100%;border-collapse:collapse}.tabela-provincias th,.tabela-provincias td{border:1px solid #ddd;padding:10px;text-align:left}.tabela-provincias th{background-color:#f4f4f4}.modal-content input[type=text]{width:100%;padding:8px;margin-bottom:20px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px}.container-municipios{padding:20px;font-family:Arial,sans-serif}h1{margin-bottom:20px}.btn-adicionar{margin-bottom:20px;padding:10px 16px;cursor:pointer}.tabela-municipios{width:100%;border-collapse:collapse}.tabela-municipios th,.tabela-municipios td{border:1px solid #ddd;padding:10px;text-align:left}.tabela-municipios th{background-color:#f4f4f4}.btn-editar,.btn-apagar{margin-right:8px;padding:6px 12px;cursor:pointer}.btn-editar{background-color:#4285f4;color:#fff;border:none;border-radius:3px}.btn-apagar{background-color:#e53935;color:#fff;border:none;border-radius:3px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{background-color:#fff;padding:20px;width:400px;max-width:90%;border-radius:6px;box-shadow:0 2px 8px #0000004d}.modal-content h2{margin-top:0;margin-bottom:15px}.modal-content input[type=text],.modal-content select{width:100%;padding:8px;margin-bottom:20px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px}.modal-botoes{text-align:right}.btn-salvar{background-color:#4285f4;color:#fff;border:none;padding:8px 16px;cursor:pointer;border-radius:3px;margin-right:10px}.btn-cancelar{background-color:#ccc;color:#000;border:none;padding:8px 16px;cursor:pointer;border-radius:3px}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-duration:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.container{width:100%}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.items-center{align-items:center}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-150{--tw-duration:.15s;transition-duration:.15s}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}:root{--primary-color: #4285F4;--secondary-color: #225b79;--warning-color:#ffc107}a{text-decoration:none!important;color:inherit!important}img{max-width:100%!important;display:block!important}.CurriculoMobile{padding-left:.4rem!important;margin-top:7rem!important}.topSection{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-direction:column!important}html,body{background-color:#fff!important;color:#333!important;line-height:1.6!important}.container{margin:auto!important;margin-bottom:5rem!important;padding:0%!important}.swal-margin-top{margin-top:1rem!important}.swal-custom-popup{padding-bottom:2rem!important}.pp{cursor:pointer!important}.swal-buttons{display:flex!important;gap:1rem!important;margin-top:1rem!important;justify-content:center!important}.swal-confirm{background-color:#fff!important;color:#007bff!important;border:2px solid #007BFF!important;padding:.6rem 1.2rem!important;border-radius:6px!important;font-weight:600!important;transition:all .3s ease!important}.swal-confirm:hover{background-color:#007bff!important;color:#fff!important}.swal-cancel{background-color:#f2f2f2!important;color:#555!important;border:2px solid #ccc!important;padding:.6rem 1.2rem!important;border-radius:6px!important;font-weight:600!important;transition:all .3s ease!important}.swal-cancel:hover{background-color:#e0e0e0!important;color:#222!important}.ddd{font-size:14pt!important;color:var(--primary-color)!important;font-weight:bolder!important}.casel-button{background-color:red!important;border-radius:16px!important}.imagem-processando{color:#007bff!important;margin-top:10px!important}.fotos-card{position:relative!important;overflow:hidden!important}.fotos-video{width:100%!important;height:auto!important;border-radius:10px!important;-o-object-fit:cover!important;object-fit:cover!important;background-color:#000!important;max-height:320px!important}li{list-style:none!important}.BtnModal,.criar-post-button,.install-button{border:1px solid var(--primary-color)!important;color:var(--primary-color)!important;background-color:#fff!important}.back-button{border:1px solid var(--primary-color)!important;color:var(--primary-color)!important;background-color:#fff!important;border-radius:50%!important}.section-highlight-title{color:var(--primary-color)!important}.highlight-banner{border:1px solid var(--primary-color)!important;color:var(--primary-color)!important;padding:1.2rem 1.5rem!important;border-radius:16px!important;margin-bottom:.2rem!important;margin-top:.9rem!important;box-shadow:0 4px 14px #00000026!important;animation:fadeSlideIn .6s ease-in-out!important;background-color:#fff!important}.highlight-banner h2{color:var(--primary-color)!important;font-size:1.25rem!important;font-weight:700!important;text-transform:uppercase!important;display:flex!important;align-items:center!important;gap:.5rem!important}.highlight-banner p{font-size:.9rem!important;color:var(--secondary-color)!important;margin-top:.3rem!important}@keyframes fadeSlideIn{0%{transform:translateY(10px)!important;opacity:0!important}to{transform:translateY(0)!important;opacity:1!important}}@media (max-width: 720px){.highlight-banner{padding:1rem!important;text-align:center!important}.highlight-banner h2{justify-content:center!important}}@media (min-width:720px){*{padding:.2rem!important;font-family:Inter,sans-serif!important}}@media (max-width: 720px){*{font-size:13px!important;font-family:Inter,sans-serif!important}.install-button{padding:1rem!important;margin-left:1rem!important;display:flex!important}html,body{background-color:#fff!important;color:#333!important;line-height:1.6!important}}
