svg.tea{--secondary:var(--web-nav)}svg.tea #teabag{transform-origin:top center;transform:rotate(3deg);animation:swing 2s infinite}svg.tea #steamL{stroke-dasharray:13;stroke-dashoffset:13;animation:steamLarge 2s infinite}svg.tea #steamR{stroke-dasharray:9;stroke-dashoffset:9;animation:steamSmall 2s infinite}@-moz-keyframes swing{50%{transform:rotate(-3deg)}}@-webkit-keyframes swing{50%{transform:rotate(-3deg)}}@-o-keyframes swing{50%{transform:rotate(-3deg)}}@keyframes swing{50%{transform:rotate(-3deg)}}@-moz-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@-webkit-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@-o-keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@keyframes steamLarge{0%{stroke-dashoffset:13;opacity:0.6}100%{stroke-dashoffset:39;opacity:0}}@-moz-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@-webkit-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@-o-keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}@keyframes steamSmall{10%{stroke-dashoffset:9;opacity:0.6}80%{stroke-dashoffset:27;opacity:0}100%{stroke-dashoffset:27;opacity:0}}/*! * WEB V0.0.1 * Copyright 2022,Djalma Martins. * Licensed under MIT (https://github.com/djalmamartins) * http://www.opensource.org/licenses/mit-license.php * 23/04/2023 */ @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@600;700;800&display=swap');:root{--web-default:#333333;--web-primary:#C5A131;--web-h-primary:#D3C7A0;--web-secundary:#072617;--web-h-secundary:#444444;--web-nav:#FFFFFF;--web-backgroud:#F5F2E9;--web-h-backgroud:#ECEEF2;--gradient-web:linear-gradient(to right,var(--web-primary) 0%,var(--web-h-primary) 50%,var(--web-primary) 100%);--font-dm:'DM Sans',Arial,sans-serif;--shadow:0 16px 45px rgba(16,35,29,.1);--line:#e4e9e6;--ink:#10231d;--muted:#68746f;--soft:#f5f7f5;--border:#e5e4de;--org-primary:var(--web-primary);--org-primary-dark:#9b7b22;--org-success:var(--web-primary);--primary:var(--web-primary)}body{font-family:var(--font-gb);font-weight:var(--weight-light);color:var(--web-default)}p{margin:1em 0 0 0}.message.success.icon-check-square-o{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%;height:auto;margin:0 0 16px;padding:14px 16px;border:1px solid rgba(197,161,49,.38);border-radius:8px;background:#fdfaf0;box-shadow:0 6px 18px rgba(16,35,29,.06);color:var(--web-secundary);font-size:.875rem;line-height:1.5}.message.success.icon-check-square-o::before{width:1.25rem;height:1.25rem;flex:0 0 1.25rem;margin-top:.0625rem;color:var(--web-primary);font-size:1.25rem;line-height:1}.message.error.icon-warning{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%;height:auto;margin:0 0 16px;padding:14px 16px;border:1px solid rgba(190,18,60,.24);border-radius:8px;background:#fff1f2;box-shadow:0 6px 18px rgba(16,35,29,.06);color:#9f1239;font-size:.875rem;line-height:1.5}.message.error.icon-warning::before{width:1.25rem;height:1.25rem;flex:0 0 1.25rem;margin-top:.0625rem;color:#be123c;font-size:1.25rem;line-height:1}.main_header{width:100%;color:#FFFFFF;padding:12px 0;position:fixed;z-index:800}.main_header_fixed{background:#0a2618}.main_header .container{display:flex;align-items:center;justify-content:space-between}.main_header_page{width:100%;padding:12px 0;height:72px}.main_header_logo{width:240px}.main_header_logo h1 a{font-weight:var(--weight-normal);color:#ffffff;text-decoration:none;text-shadow:1px 1px 0 rgba(0,0,0,0.5)}.main_header_nav{height:100%;display:flex;align-items:center;justify-content:flex-end}.main_header_nav_links{display:flex;align-items:center;gap:6px}.main_header_nav_links .link{position:relative;display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 15px;color:#ffffff;font-family:Arial,sans-serif;font-size:14px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color 0.25s ease,background-color 0.25s ease}.main_header_nav_links .link:hover{color:var(--web-primary)}.main_header_nav_links .link::after{content:"";position:absolute;left:15px;right:15px;bottom:2px;height:2px;background:var(--web-primary);transform:scaleX(0);transform-origin:center;transition:transform 0.25s ease}.main_header_nav_links .link:hover::after{transform:scaleX(1)}.main_header_nav_links .link:nth-last-child(2),.main_header_nav_links .link:last-child{border-radius:6px}.main_header_nav_links .link:nth-last-child(2){margin-left:12px;padding:0 20px;color:#ffffff;background:var(--web-primary);font-weight:500;border:1px solid var(--web-primary)}.main_header_nav_links .link:nth-last-child(2):hover{color:var(--web-primary);background:rgba(0,0,0,0.08);border:1px solid var(--web-primary)}.main_header_nav_links .link:nth-last-child(2)::after{display:none}.main_header_nav_links .link:last-child{margin-left:4px;padding:0 18px;color:#ffffff;border:1px solid rgba(255,255,255,0.7);background:rgba(0,0,0,0.08)}.main_header_nav_links .link:last-child:hover{color:var(--web-primary);border-color:var(--web-primary);background:rgba(0,0,0,0.2)}.main_header_nav_links .link:last-child::after{display:none}.main_header_nav_links .icon-whatsapp:before{content:"\2e";font-size:1.4em !important;top:.1em ! Important}.main_header_nav_mobile{display:none;width:42px;height:42px;align-items:center;justify-content:center;color:#ffffff;cursor:pointer}.main_header_nav_mobile_close{display:none}.main_header_nav_mobile,.main_header_nav_mobile_close{display:none}.home_featured{position:relative;color:#ffffff;background:linear-gradient(90deg,#06251e 0%,rgba(6,37,30,.62) 42%,rgba(6,37,30,.08) 100%)}.home_featured:after{content:"";top:0;left:0;bottom:0;right:0;position:absolute;z-index:var(--index-back);background:url("images/bkg_home_connect.jpg") top center no-repeat;background-size:cover;background-attachment:fixed}.home_featured .selo{position:absolute;top:40%;right:40%;background:url("images/home_selo_cc.png") top center no-repeat;background-size:cover;width:180px;height:182px;z-index:99}.home_featured_title{height:100%;max-width:700px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative;padding:200px 0}.home_featured_title .eyebrow{display:block;color:var(--web-primary);font-size:.8em;font-weight:var(--font-gm);letter-spacing:2px;margin-bottom:10px}.home_featured_title h1{color:#fff;font-size:4em;text-transform:uppercase;letter-spacing:-2px;margin:0 0 22px}.home_featured_title h1 strong{color:var(--web-primary)}.home_featured_title p{font-size:1.2em;color:#fff;margin:0 0 28px}.home_featured_title .actions{display:flex;align-items:center;gap:6px;margin-top:1em}.home_featured_title .actions .link:nth-last-child(2),.home_featured_title .actions .link:last-child{border-radius:6px}.home_featured_title .actions .link:nth-last-child(2){padding:1em;color:#ffffff;background:var(--web-primary);border:1px solid var(--web-primary);font-weight:500;cursor:pointer}.home_featured_title .actions .link:nth-last-child(2):hover{color:var(--web-primary);background:rgba(0,0,0,0.08);border:1px solid var(--web-primary)}.home_featured_title .actions .link:nth-last-child(2)::after{display:none}.home_featured_title .actions .link:last-child{margin-left:12px;padding:.9em;border-radius:6px;color:#ffffff;border:1px solid rgba(255,255,255,0.7);background:rgba(0,0,0,0.08);cursor:pointer}.home_featured_title .actions .link:last-child:hover{color:var(--web-primary);border-color:var(--web-primary);background:rgba(0,0,0,0.2)}.home_featured_title .actions .link:last-child::after{display:none}.home_stats{position:absolute;z-index:4;left:50%;bottom:-5px;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:1em}.home_stats>div{display:grid;grid-template-columns:auto 1fr;gap:12px;justify-content:center;align-items:center;padding:8px 22px;border-right:1px solid var(--line)}.home_stats>div:last-child{border:0}.home_stats b{font-size:32px;color:var(--web-primary)}.home_stats strong{font:700 22px Montserrat;display:block}.home_stats span{font-size:10px;color:var(--muted);line-height:1.35}.numbers-bar{position:relative;z-index:10;width:100%;margin-top:-55px}.numbers-container{width:min(1380px,calc(100% - 50px));min-height:130px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#ffffff;border-radius:16px;box-shadow:0 12px 35px rgba(0,0,0,0.14)}.number-item{min-height:80px;padding:15px 35px;display:flex;align-items:center;gap:24px;border-right:1px solid #e5e5e5}.number-item:last-child{border-right:none}.number-icon{width:70px;min-width:78px;height:70px;display:flex;align-items:center;justify-content:center}.number-icon svg{width:70px;height:70px;fill:none;stroke:var(--web-primary);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.number-content{display:flex;flex-direction:column;cursor:pointer}.number-content strong{display:block;font-size:2em;line-height:1.1;color:var(--web-secundary)}.number-content span{display:block;margin-top:8px;font-size:.8em;line-height:1.45;color:var(--web-secundary)}.number-item{transition:transform .25s ease}.number-item:hover{transform:translateY(-2px)}.number-item:hover .number-icon svg{stroke:var(--web-h-primary)}.solutions{width:100%;padding:90px 20px 100px;background:#ffffff}/*!* =========================================*/ /*!* =========================================*/ /*!* =========================================*/ /*!**/ /*!**/ /*!* =========================================*/ /*!* =========================================*/ /*!* =========================================*/ /*!* =========================================*/ .solutions{width:100%;padding:85px 20px;background:linear-gradient( 180deg,#fff 0%,#fafafa 100% )}.solutions-header{max-width:1170px;margin:0 auto 24px;display:grid;grid-template-columns:1fr 1fr;align-items:start;column-gap:70px}.eyebrow{display:block;margin-bottom:8px;font-size:1em;letter-spacing:1.2px;color:var(--web-primary)}.solutions-header h2{margin:0 0 14px;font-size:2em;line-height:1.25;color:var(--web-secundary)}.solutions-header h2 strong{color:var(--web-primary)}.solutions-header>p{max-width:420px;margin:0;padding-top:7px;color:#606060;font-size:.8em;line-height:1.55}.solutions-grid{max-width:1170px;margin:0 auto;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.solution-card{min-height:150px;padding:14px 9px 12px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #ededed;border-radius:8px;box-shadow:0 3px 9px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.solution-card:hover{transform:translateY(-3px);border:1px solid var(--web-primary);box-shadow:0 8px 20px rgba(0,0,0,.09)}.solution-icon{width:60px;height:60px;margin-bottom:7px;display:flex;align-items:center;justify-content:center}.solution-icon svg{width:60px;height:60px;fill:none;stroke:var(--web-primary);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.solution-card h3{min-height:28px;margin:0 0 8px;font-size:1em;line-height:1.15;color:var(--web-secundary)}.solution-card p{min-height:38px;margin:0 0 8px;color:var(--web-secundary);font-size:.8em;line-height:1.45}.solution-card a{margin-top:auto;color:var(--web-primary);font-size:8px;font-weight:700}.solution-card a:hover{color:#9b711d}.app-section{width:100%;overflow:hidden;background:radial-gradient( circle at 45% 40%,rgba(0,79,59,.35),transparent 38% ),linear-gradient( 105deg,#002f23 0%,#00291f 100% );color:#fff}.app-content{position:relative;max-width:1170px;min-height:365px;margin:0 auto;padding:32px 0 25px;display:grid;grid-template-columns:1.15fr 1.25fr .8fr;align-items:center;gap:20px}.app-copy{align-self:start;padding-top:4px}.app-eyebrow{margin-bottom:11px}.app-copy h2{margin:0 0 14px;font-size:2em;line-height:1.25;color:var(--web-backgroud)}.app-copy h2 strong{color:var(--web-primary)}.app-description{max-width:800px;margin:0 0 12px;color:var(--web-backgroud);font-size:1em;line-height:1.5}.app-features{display:grid;grid-template-columns:1fr 1fr;max-width:800px;gap:4px 20px;margin-bottom:17px}.app-features ul{margin:0;padding:0;list-style:none}.app-features li{position:relative;margin-bottom:6px;padding-left:18px;color:var(--web-backgroud);font-size:.8em;line-height:1.3}.app-features li::before{content:"✓";position:absolute;left:0;top:-2px;width:11px;height:11px;display:flex;align-items:center;justify-content:center;color:var(--web-primary);font-size:.8em;font-weight:bold}.app-stores{width:500px;display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.app-stores a{display:inline-flex;flex:0 0 auto;text-decoration:none}.store{width:150px}.phones{position:relative;height:365px;display:flex;align-items:flex-start;justify-content:center;gap:0}.app-image{width:500px;height:auto;position:absolute}.app-benefits{display:flex;flex-direction:column;gap:18px}.benefit{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}.benefit:last-child{border-bottom:0}.benefit-icon{width:70px;min-width:78px;height:70px;display:flex;align-items:center;justify-content:center}.benefit-icon svg{width:70px;height:70px;fill:none;stroke:var(--web-primary);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.benefit h3{margin:0 0 3px;color:var(--web-primary);font-size:1em}.benefit p{margin:0;color:rgba(255,255,255,.78);font-size:.8em;line-height:1.4}.method{width:100%;padding:85px 20px;background:var(--web-backgroud)}.method-container{width:min(1200px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 405px;gap:45px;align-items:center}.method-label{display:block;margin-bottom:8px;font-size:1em;letter-spacing:1.2px;color:var(--web-primary)}.method-content h2{margin:0;font-size:2em;line-height:1.2;color:var(--web-secundary)}.method-timeline{position:relative;margin-top:38px;display:grid;grid-template-columns:repeat(6,1fr)}.method-timeline::before{content:"";position:absolute;top:21px;left:0;right:0;height:2px;background:var(--web-h-primary);z-index:0}.method-step{position:relative;z-index:1;text-align:center;padding:0 7px}.method-number{width:43px;height:43px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--web-secundary);color:var(--web-primary);font-size:1em;box-shadow:0 0 0 4px var(--web-backgroud)}.method-step h3{min-height:38px;margin:0 0 10px;font-size:1em;line-height:1.4;color:var(--web-secundary)}.method-step p{margin:0;font-size:.75em;line-height:1.55;color:var(--web-secundary)}.method-result{min-height:315px;padding:28px 30px;border-radius:13px;background:linear-gradient( 135deg,#003127 0%,#00231c 100% );box-shadow:0 8px 25px rgba(0,35,28,.12)}.method-result-label{display:block;margin-bottom:12px;font-size:1em;letter-spacing:1px;color:var(--web-primary)}.method-result h2{margin:0 0 18px;font-size:2em;line-height:1.3;color:#FFFFFF}.method-result ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.method-result li{display:flex;align-items:center;gap:10px;font-size:1em;line-height:1.3;color:#ffffff}.check{width:19px;min-width:19px;height:19px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--web-primary);color:#ffffff;font-size:1em}.about-team{width:100%;padding:90px 20px;background:#ffffff}.about-team-container{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:0.92fr 1.18fr;gap:55px;align-items:center}.about-team-content{max-width:500px}.about-team-label{display:block;margin-bottom:8px;font-size:1em;letter-spacing:1px;color:var(--web-primary)}.about-team-content h2{margin:0 0 14px;font-size:2em;line-height:1.25;color:var(--web-secundary)}.about-team-description{margin:0;font-size:1em;line-height:1.65;color:var(--web-secundary)}.about-team-features{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.about-team-feature{display:flex;flex-direction:column;align-items:center;text-align:center}.about-team-feature-icon{width:60px;height:60px;margin-bottom:7px;display:flex;align-items:center;justify-content:center}.about-team-feature-icon svg{width:60px;height:60px;fill:none;stroke:var(--web-primary);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.about-team-feature span{font-size:.8em;line-height:1.35;color:var(--web-secundary)}.about-team-images{display:grid;grid-template-columns:1.05fr 0.95fr;grid-template-rows:160px 150px;gap:10px}.about-team-image{overflow:hidden;border-radius:13px;background:#eeeeee}.about-team-image-main{grid-column:1 / 3}.about-team-image-bottom-left{grid-column:1}.about-team-image-bottom-right{grid-column:2}.about-team-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.about-team-image:hover img{transform:scale(1.04)}.section{padding:120px 0}.section--soft{background:var(--web-backgroud)}.section__head{text-align:center;max-width:820px;margin:0 auto 45px}.section__head .eyebrow{display:block;margin-bottom:10px;font-size:1em;letter-spacing:1.4px;color:var(--web-primary)}.section__head h2{margin:0;font-size:clamp(28px,3vw,38px);line-height:1.25;color:var(--web-secundary)}.section__head em{font-style:normal;color:var(--web-primary)}.cards{display:grid;gap:16px}.cards--testimonials{grid-template-columns:repeat(3,1fr)}.cards--testimonials article{min-height:205px;padding:30px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.3s}.cards--testimonials article:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--web-primary)}.cards--testimonials p{font-size:.9em;color:var(--muted);margin:14px 0 22px}.cards--testimonials small{display:block;color:var(--muted);font-size:.756em}.stars{color:var(--web-primary);letter-spacing:3px}.cards--blog{grid-template-columns:repeat(4,1fr)}.cards--blog article{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.cards--blog article>div{height:145px;background:linear-gradient(135deg,#17483b,#8d7746);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1em;overflow:hidden}.cards--blog small a{font-size:1.2em;line-height:1.25;color:var(--web-secundary);padding:1em}.cards--blog h3 a{font-size:1em;line-height:1.25;color:var(--web-secundary);padding:1em;min-height:76px}.cards--blog a{display:block;color:var(--web-primary);font-size:.8em;padding:1em;text-decoration:none}*{box-sizing:border-box}.condominio-cta{width:min(1380px,calc(100% - 50px));margin:1em auto;padding:18px 30px;background:radial-gradient( circle at 35% 50%,rgba(8,56,43,0.5),transparent 45% ),#002b20;border:1px solid rgba(255,255,255,0.12);border-radius:13px;color:#fff;font-family:Arial,Helvetica,sans-serif;box-shadow:0 2px 5px rgba(0,0,0,0.08)}.cta-content{min-height:72px;display:flex;align-items:center;gap:20px}.cta-icon{width:68px;min-width:68px;display:flex;justify-content:center;align-items:center}.cta-icon svg{width:56px;height:56px;fill:none;stroke:#e9a52f;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.cta-icon circle{fill:#e9a52f;stroke:none}.cta-text{flex:1;min-width:0}.cta-text h2{margin:0 0 5px;color:#ffffff;font-size:21px;line-height:1.15;font-weight:700;letter-spacing:-0.3px}.cta-text p{margin:0;color:rgba(255,255,255,0.82);font-size:14px;line-height:1.35;font-weight:500}.cta-actions{display:flex;align-items:center;gap:30px;flex-shrink:0}.btn{height:49px;padding:0 31px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;text-decoration:none;white-space:nowrap;font-size:14px;font-weight:700;transition:background-color 0.2s ease,border-color 0.2s ease,transform 0.2s ease}.btn-primary{min-width:184px;color:#152d25;background:var(--web-primary);border:1px solid var(--web-primary)}.btn-primary:hover{background:var(--web-h-primary);border-color:var(--web-h-primary);transform:translateY(-1px)}.btn-whatsapp{min-width:210px;color:#fff;background:#168a50;border:1px solid #168a50}.btn-whatsapp:hover{background:#107442;border-color:#107442;transform:translateY(-1px)}.btn-whatsapp svg{width:20px;height:20px;margin-right:9px;fill:currentColor}.localizacao{width:100%;min-height:600px;padding:70px 0;background:#f7f5ee}.localizacao-container{width:min(1180px,90%);min-height:460px;margin:0 auto;display:grid;grid-template-columns:43% 57%;align-items:center}.localizacao-info{padding-right:55px}.section-label{display:block;margin-bottom:12px;color:#c99a22;font-size:12px;font-weight:700;letter-spacing:1.5px}.localizacao-info h2{margin:0;color:#063d32;font-size:36px;line-height:1.15;font-weight:500}.localizacao-info h2 span{color:#d6a329}.localizacao-descricao{max-width:430px;margin:20px 0 28px;color:#59615d;font-size:15px;line-height:1.6}.contatos-grid{display:flex;flex-direction:column;gap:0}.contato-item{width:100%;min-height:78px;display:flex;align-items:center;gap:14px;padding:14px 0;color:inherit;text-decoration:none;border-bottom:1px solid #dddcd5;transition:padding-left .25s ease,color .25s ease}.contato-item:last-child{border-bottom:0}a.contato-item:hover{padding-left:5px}.contato-icon{width:43px;min-width:43px;height:43px;display:flex;align-items:center;justify-content:center;background:var(--web-secundary);border-radius:50%}.contato-icon svg{width:20px;height:20px;fill:none;stroke:var(--web-primary);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contato-item:nth-child(2) .contato-icon svg{fill:var(--web-primary);stroke:none}.contato-item>div:last-child{min-width:0;display:flex;flex-direction:column}.contato-item strong{display:block;margin-bottom:4px;color:var(--web-secundary);font-size:14px;font-weight:700}.contato-item span{display:block;color:#626966;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.contato-icon{width:43px;height:43px;flex:0 0 43px;display:flex;align-items:center;justify-content:center;background:#063d32;border-radius:50%}.contato-icon svg{width:20px;height:20px;fill:none;stroke:#d7a72a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.endereco{display:flex;align-items:flex-start;gap:14px;margin-top:22px}.endereco .contato-icon{margin-top:2px}.btn-agendar{width:190px;height:45px;margin-top:25px;display:flex;align-items:center;justify-content:center;gap:9px;color:#16463b;border:1px solid #16463b;border-radius:5px;background:transparent;font-size:13px;font-weight:600;text-decoration:none;transition:background .25s ease,color .25s ease}.btn-agendar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.btn-agendar:hover{color:#fff;background:#063d32}.mapa-wrapper{width:100%;height:460px;padding-left:20px}.mapa{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px;background:#ddd;box-shadow:0 12px 35px rgba(0,0,0,.10)}.mapa iframe{width:100%;height:100%;display:block;border:0}.connect-marker{position:absolute;top:48%;left:55%;transform:translate(-50%,-100%);z-index:5;pointer-events:none}.marker-pin{position:relative;width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:#063d32;border:3px solid #d7a72a;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 5px 12px rgba(0,0,0,.25)}.marker-pin::after{content:"";position:absolute;width:10px;height:10px;background:#d7a72a;border-radius:50%}.marker-pin img{position:relative;width:34px;height:34px;object-fit:contain;transform:rotate(45deg);z-index:2}.marker-shadow{width:25px;height:8px;margin:7px auto 0;background:rgba(0,0,0,.20);border-radius:50%;filter:blur(2px)}.article-hearder{width:100%;height:110px;background:var(--web-secundary)}.article-page{background:#fff;padding:38px 0 0}.article-container{width:min(1160px,90%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:55px;align-items:start}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:28px;color:#7b817e;font-size:.65em}.breadcrumb a{color:#7b817e;text-decoration:none}.breadcrumb a:hover{color:var(--web-primary)}.article-category{display:inline-block;margin-bottom:12px;color:var(--web-primary);font-size:.8em;font-weight:700;letter-spacing:1px}.article-content h1{max-width:760px;color:var(--web-secundary);font-size:clamp(34px,4vw,48px);line-height:1.08;font-weight:700;letter-spacing:-1px}.article-subtitle{max-width:700px;margin-top:17px;color:#626b67;font-size:1em;line-height:1.6}.article-meta{display:flex;align-items:center;gap:20px;margin:25px 0 28px;color:#68716d;font-size:.8em}.meta-item{display:flex;align-items:center;gap:7px}.meta-item svg{width:16px;height:16px}.meta-divider{width:1px;height:20px;background:#e5e4de}.share{display:flex;align-items:center;gap:10px}.share a{display:flex;align-items:center;justify-content:center;color:var(--web-secundary);border-radius:50%;text-decoration:none;cursor:pointer}.share a:hover{color:var(--web-primary)}.article-cover{position:relative;width:100%;max-height:720px;overflow:hidden;border-radius:8px;margin-bottom:30px}.article-cover img{width:100%;height:100%;object-fit:cover}.article-cover span{position:absolute;left:18px;bottom:18px;padding:7px 11px;color:#fff;background:var(--web-primary);border-radius:4px;font-size:1em;font-weight:700}.article-text{color:var(--default);font-size:1em;line-height:1.75}.article-text p{margin-bottom:20px}.article-text h2{position:relative;margin:34px 0 10px;padding-top:8px;color:var(--web-secundary);font-size:1.4em;line-height:1.3}.article-text h2::before{content:"";position:absolute;top:0;left:0;width:25px;height:2px;background:var(--web-primary)}.sidebar{display:flex;flex-direction:column;gap:20px}.sidebar-card{padding:24px;background:#fff;border:1px solid #e6e5df;border-radius:8px;box-shadow:0 4px 18px rgba(0,0,0,.025)}.sidebar-card h3{margin-bottom:20px;color:var(--web-secundary);font-size:1em}.author{display:flex;align-items:center;gap:14px}.author-logo{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--web-primary);border-radius:50%}.author-logo img{width:35px;height:35px;object-fit:contain}.author strong{display:block;margin-bottom:5px;color:var(--web-secundary);font-size:.8em}.author p{color:#69716e;font-size:.7em;line-height:1.45}.sidebar-card>a{display:inline-block;margin-top:20px;color:var(--web-secundary);font-size:.8em;font-weight:700;text-decoration:none}.sidebar-card>a:hover{color:var(--web-primary)}.categories{list-style:none}.categories li{display:flex;align-items:center;gap:13px;height:45px;padding:0 10px;color:var(--web-secundary);font-size:.9em;border-left:2px solid transparent}.categories li.selected{color:var(--web-secundary);background:#faf8f1;border-left-color:var(--web-primary)}.categories svg{width:17px;height:17px}.recent-post{display:grid;grid-template-columns:70px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid var(--border)}.recent-post:first-of-type{padding-top:0}.recent-post img{width:70px;height:60px;object-fit:cover;border-radius:5px}.recent-post strong{display:block;color:var(--web-secundary);font-size:.7em;line-height:1.35}.recent-post span{display:block;margin-top:5px;color:var(--web-default);font-size:.6em}.all-posts{margin-top:15px !important}.sidebar-cta{padding:25px;color:#fff;background:var(--web-secundary);border-radius:8px}.cta-icon{color:var(--web-primary);margin-bottom:13px}.cta-icon svg{width:30px;height:30px}.sidebar-cta h3{margin-bottom:12px;font-size:1.1em;line-height:1.25}.sidebar-cta p{margin-bottom:20px;color:#d6dfdc;font-size:.8em;line-height:1.55}.cta-whatsapp,.cta-proposta{width:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:4px;font-size:.8em;font-weight:600}.cta-whatsapp{color:#FFFFFF;background:var(--web-primary);text-decoration:none}.cta-proposta{color:#fff;border:1px solid #fff;text-decoration:none}.cta-whatsapp svg{width:15px}.cta-or{display:block;margin:10px 0;text-align:center;color:#FFFFFF;font-size:10px}.article-cta{width:min(1160px,90%);min-height:105px;margin:50px auto 0;padding:25px 35px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;background:var(--web-secundary);border-radius:7px}.cta-content{display:flex;align-items:center;gap:20px}.cta-calendar{color:var(--web-primary)}.cta-calendar svg{width:38px;height:38px}.cta-content h2{margin-bottom:4px;font-size:18px}.cta-content p{max-width:500px;color:#d4dfdc;font-size:11px;line-height:1.5}.cta-actions{display:flex;gap:12px;flex-shrink:0}.cta-main-button,.cta-outline-button{height:42px;padding:0 22px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:4px;font-size:11px;font-weight:600}.cta-main-button{color:#183d34;background:var(--web-primary)}.cta-outline-button{color:#fff;border:1px solid var(--web-primary)}.cta-outline-button svg{width:15px}.footer{background:var(--web-secundary);color:#fff;padding-top:60px}.footer__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:45px}.footer p,.footer span{display:block;color:#ffffffb3;font-size:.8em;margin:8px 0}.footer a{display:block;color:#ffffffb3;font-size:.8em;margin:8px 0;cursor:pointer;font-weight:400;text-decoration:none}.footer a:hover{color:var(--web-primary)}.footer h4{color:var(--web-primary);font-size:1em;margin:0 0 15px}.footer .logo{}.footer__bottom{border-top:1px solid #ffffff18;margin-top:45px;padding:17px;text-align:center;color:#ffffff80;font-size:.6em}.footer-social{display:flex;justify-content:center}.footer-social a{display:flex;font-size:1em;padding:.5em;cursor:pointer;color:#ffffff80;text-decoration:none}main{}.error-page{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:35px;overflow:hidden;background:radial-gradient( circle at 80% 20%,rgba(197,161,49,0.09),transparent 28% ),linear-gradient( 135deg,#ffffff 0%,#faf8f3 55%,#f5f1e7 100% )}.error-page::before{content:"";position:absolute;width:900px;height:450px;right:-320px;top:-260px;border-radius:50%;border:1px solid rgba(197,161,49,0.12);pointer-events:none}.error-page::after{content:"";position:absolute;width:700px;height:400px;left:-350px;bottom:-300px;border-radius:50%;background:rgba(197,161,49,0.035);pointer-events:none}.error-container{position:relative;z-index:2;width:min(1450px,100%);min-height:760px;margin:0 auto;padding:55px 70px}.error-header{width:100%;margin-bottom:70px}.error-logo{display:inline-block;width:285px}.error-logo img{width:100%;height:auto}.error-content{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,0.9fr);align-items:center;gap:75px}.error-copy{max-width:670px}.error-eyebrow{display:block;margin-bottom:25px;color:var(--web-primary);font-size:1rem;font-weight:700;letter-spacing:0.5px}.error-code{display:block;margin-bottom:15px;color:var(--web-primary);font-size:clamp(7rem,12vw,12rem);font-weight:800;line-height:0.8;letter-spacing:-9px}.error-copy h1{margin:35px 0 20px;color:var(--web-secundary);font-size:clamp(2.4rem,4vw,4rem);font-weight:700;line-height:1.05}.error-description{max-width:610px;margin:0 0 35px;color:var(--web-default);font-size:1.25rem;line-height:1.7}.error-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.error-button{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 28px;border-radius:8px;font-size:1rem;font-weight:600;transition:transform 0.2s ease,background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease}.error-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.error-button-primary{color:#ffffff;background:var(--web-primary);border:1px solid var(--web-primary);box-shadow:0 8px 20px rgba(197,161,49,0.16);text-decoration:none}.error-button-primary:hover{background:var(--web-h-primary);border-color:var(--web-h-primary);transform:translateY(-2px)}.error-button-whatsapp{color:var(--web-secundary);background:rgba(255,255,255,0.55);border:1px solid var(--web-secundary);text-decoration:none}.error-button-whatsapp:hover{color:#ffffff;background:var(--web-secundary);transform:translateY(-2px)}.error-support{display:flex;align-items:center;gap:16px;margin-top:50px}.error-support-icon{width:45px;height:45px;flex:0 0 45px;display:flex;align-items:center;justify-content:center;color:var(--web-primary)}.error-support-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.error-support span{display:block;margin-bottom:5px;color:var(--web-default);font-size:1rem}.error-support a{color:var(--web-primary);font-size:1.15rem;font-weight:700}.error-support a:hover{color:var(--web-h-primary)}.error-illustration{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}.error-circle{position:relative;z-index:4;width:min(440px,90%);aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient( circle at 40% 35%,#10523d 0%,65% );box-shadow:0 35px 60px rgba(7,38,23,0.20)}.error-svg{width:56%;height:auto}.error-decoration{position:absolute;z-index:1;width:570px;height:570px;overflow:visible;fill:none;stroke:rgba(197,161,49,0.6);stroke-width:1}.error-decoration .dots{stroke-width:4;stroke-linecap:round;stroke-dasharray:1 14}.error-leaves{position:absolute;z-index:2;width:130px;height:230px}.error-leaves span{position:absolute;width:55px;height:25px;background:rgba(98,139,112,0.15);border-radius:100% 0 100% 0}.error-leaves-left{left:2%;bottom:45px}.error-leaves-left::before{content:"";position:absolute;width:1px;height:180px;left:60px;bottom:5px;background:rgba(197,161,49,0.3);transform:rotate(-13deg)}.error-leaves-left span:nth-child(1){left:20px;top:25px;transform:rotate(25deg)}.error-leaves-left span:nth-child(2){left:55px;top:70px;transform:rotate(-10deg)}.error-leaves-left span:nth-child(3){left:5px;top:120px;transform:rotate(25deg)}.error-leaves-left span:nth-child(4){left:60px;top:160px;transform:rotate(-12deg)}.error-leaves-right{right:-2%;bottom:25px;transform:rotate(15deg)}.error-leaves-right::before{content:"";position:absolute;width:1px;height:190px;left:50px;bottom:0;background:rgba(197,161,49,0.3)}.error-leaves-right span:nth-child(1){top:40px;left:0}.error-leaves-right span:nth-child(2){top:100px;left:50px;transform:rotate(-20deg)}.error-leaves-right span:nth-child(3){top:155px;left:5px}.error-page a:focus-visible{outline:3px solid var(--web-primary);outline-offset:4px}.blog-container{width:min(calc(100% - 48px),var(--blog-container));margin-inline:auto}.blog-hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:440px;overflow:hidden;background:linear-gradient(90deg,#faf8f5 0%,#ffffff 100%)}.blog-hero__content{width:100%;max-width:590px;margin-left:auto;display:flex;flex-direction:column;justify-content:center;padding:60px 80px 60px 24px}.blog-hero__eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:18px;font-size:.9em;font-weight:700;letter-spacing:0.08em;color:var(--web-primary)}.blog-hero__eyebrow::after{content:"";width:32px;height:1px;background:var(--web-primary)}.blog-hero__title{margin:0 0 22px;font-size:clamp(36px,4vw,55px);line-height:1.04;letter-spacing:-0.035em;font-weight:700}.blog-hero__title strong{color:var(--web-primary);font-weight:700}.blog-hero__description{max-width:430px;margin:0 0 28px;font-size:1em;line-height:1.7;color:var(--web-default)}.blog-search{width:100%;max-width:390px;height:48px;display:flex;align-items:center;background:#fff;border:1px solid #ededed;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,0.04);overflow:hidden}.blog-search input{flex:1;min-width:0;height:100%;padding:0 18px;border:0;outline:none;color:var(--web-default);background:transparent;font-size:.8em}.blog-search input::placeholder{color:#aaa}.blog-search button{width:50px;height:100%;display:grid;place-items:center;border:0;cursor:pointer;background:transparent;color:var(--web-primary)}.blog-search button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.blog-hero__image{position:relative;min-height:440px;overflow:hidden;clip-path:polygon( 13% 0,100% 0,100% 100%,13% 100%,0 50% )}.blog-hero__image span{content:"";top:0;left:0;bottom:0;right:0;position:absolute;z-index:var(--index-back);background:url("images/bkg_home_connect.jpg") top center no-repeat;background-size:cover;background-attachment:fixed}.blog-hero .selo{position:absolute;top:38%;right:30%;background:url(images/home_selo_cc.png) top center no-repeat;background-size:cover;width:180px;height:182px;z-index:99}.blog-categories{padding:38px 0 50px}.section-title--center{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:30px}.section-title--center h2{margin:0;font-size:1em;font-weight:600;color:var(--web-primary)}.section-title--center span{width:75px;height:1px;background:var(--web-primary)}.categories-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px}.category-card{min-height:120px;padding:20px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;border:1px solid #ededed;border-radius:8px;background:#fff;box-shadow:0 3px 15px rgba(0,0,0,0.025);transition:transform 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease;text-decoration:none;color:var(--web-secundary)}.category-card:hover{transform:translateY(-4px);border-color:var(--web-primary);box-shadow:0 12px 25px rgba(0,0,0,0.07)}.category-card__icon{color:var(--web-primary)}.category-card__icon svg{width:61px;height:61px;fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.category-card span{font-size:1em;line-height:1.3;font-weight:500}.featured-posts{padding:1em 0 80px}.posts-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.posts-header h2{margin:0;font-size:1.2em;font-weight:600;color:var(--web-secundary)}.posts-header h2 strong{color:var(--web-primary);font-weight:600}.posts-header__link{display:inline-flex;align-items:center;gap:10px;font-size:.8em;font-weight:500;transition:color 0.2s ease;color:var(--web-default);text-decoration:none}.posts-header__link span{color:var(--web-default)}.posts-header__link:hover,.posts-header__link span:hover{transform:translateX(4px);color:var(--web-primary)}.posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.post-card{overflow:hidden;border:1px solid var(--blog-border);border-radius:var(--blog-radius);background:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.035);transition:transform 0.25s ease,box-shadow 0.25s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.08)}.post-card__image{display:block;height:220px;overflow:hidden}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.45s ease}.post-card:hover .post-card__image img{transform:scale(1.04)}.post-card__content{padding:20px 20px 22px}.post-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;color:var(--web-default);text-decoration:none}.post-card__category a{font-size:.8em;font-weight:700;letter-spacing:0.04em;color:var(--web-primary);text-decoration:none}.post-card__category a:hover{color:var(--web-secundary)}.post-card__meta time{flex-shrink:0;font-size:.675em;font-weight:700;letter-spacing:0.04em}.post-card h3{margin:0 0 13px;font-size:1.4em;line-height:1.45;font-weight:650}.post-card h3 a{transition:color 0.2s ease;color:var(--web-secundary);text-decoration:none}.post-card h3 a:hover{color:var(--web-primary)}.post-card p{margin:0 0 20px;font-size:.9em;line-height:1.75;color:var(--blog-text-light)}.read-more{display:inline-flex;align-items:center;gap:8px;font-size:.9em;font-weight:600;color:var(--web-default);text-decoration:none}.read-more a{font-weight:600;color:var(--web-default);text-decoration:none;transition:transform 0.2s ease}.read-more a:hover{transform:translateX(4px);color:var(--web-primary)}.paginator{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:40px 0}.paginator_item{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #e8e8e8;border-radius:8px;background:#ffffff;color:var(--web-primary);font-size:13px;font-weight:500;text-decoration:none;transition:color 0.2s ease,background-color 0.2s ease,border-color 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease}a.paginator_item:hover{color:var(--web-primary);border-color:var(--web-primary);background:#fdfaf4;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.05)}.paginator_active{color:#ffffff;background:var(--web-primary);border-color:var(--web-primary);font-weight:600;cursor:default;box-shadow:0 4px 12px rgba(197,154,61,0.22)}.paginator_item[title="Primeira página"],.paginator_item[title="Última página"]{min-width:44px;color:var(--web-primary);font-weight:600;background:#fdfbf7}.paginator_item[title="Primeira página"]:hover,.paginator_item[title="Última página"]:hover{color:#ffffff;background:var(--web-primary);border-color:var(--web-primary)}.empty-blog{width:100%;padding:60px 24px;background:var(--background)}.empty-blog__content{width:100%;max-width:1180px;min-height:520px;margin:0 auto;padding:60px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--border);border-radius:14px;background:linear-gradient( 180deg,#ffffff 0%,var(--web-backgroud) 100% );box-shadow:0 10px 40px rgba(0,0,0,0.025)}.empty-blog__illustration{width:100%;max-width:340px;margin-bottom:18px}.empty-blog__illustration svg{display:block;width:100%;height:auto}.empty-blog__title{margin:0 0 14px;font-family:Inter,Arial,sans-serif;font-size:clamp( 26px,3vw,34px );line-height:1.2;font-weight:700;letter-spacing:-0.025em;color:var(--web-default)}.empty-blog__description{width:100%;max-width:520px;margin:0 auto;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.7;color:var(--web-h-primary)}.empty-blog__line{display:block;width:100%;height:2px;margin-top:28px;border-radius:10px;background:linear-gradient( 90deg,transparent,var(--web-primary),transparent )}.empty-blog__line a{color:var(--web-secundary);text-decoration:none;padding:.6em 1em;border:1px solid var(--web-secundary);border-radius:8px}.empty-blog__line a:hover{color:var(--web-primary);border:1px solid var(--web-primary)}@media (max-width:1280px){.container{max-width:calc(100% - 40px)}}@media (max-width:1100px){.blog-hero__content{padding-right:50px}.categories-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){img,video,iframe{max-width:100%}}@media (max-width:1000px){.solutions-grid{grid-template-columns:repeat(4,1fr)}.app-content{padding:35px 30px;grid-template-columns:1fr 1fr}.app-benefits{display:none}.localizacao{padding:60px 0}.localizacao-container{grid-template-columns:1fr;gap:45px}.localizacao-info{padding-right:0}.mapa-wrapper{height:430px;padding-left:0}.error-page{padding:25px}.error-container{min-height:auto;padding:40px}.error-header{margin-bottom:45px}.error-logo{width:230px}.error-content{grid-template-columns:1fr;gap:55px}.error-copy{max-width:750px;margin:0 auto;text-align:center}.error-description{margin-left:auto;margin-right:auto}.error-actions{justify-content:center}.error-support{justify-content:center}.error-illustration{min-height:420px}.error-circle{width:360px}.error-decoration{width:450px;height:450px}.numbers-container{grid-template-columns:repeat(2,1fr);padding:10px 0}.number-item:nth-child(2){border-right:none}.number-item{padding:15px 25px}}@media (max-width:900px){.condominio-cta{padding:22px}.cta-content{flex-wrap:wrap}.cta-text{flex:1}.cta-actions{width:100%;justify-content:flex-end;margin-top:8px}}@media (max-width:850px){.blog-hero{grid-template-columns:1fr}.blog-hero__content{max-width:none;padding:60px 32px}.blog-hero__image{min-height:420px;clip-path:none}.blog-seal{left:50%;top:0;transform:translate(-50%,-50%)}.categories-grid{grid-template-columns:repeat(3,1fr)}.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{max-width:calc(100% - 32px)}.empty-blog{padding:35px 16px}.empty-blog__content{min-height:450px;padding:45px 22px}.empty-blog__illustration{max-width:280px}.empty-blog__description{max-width:400px;font-size:15px}}@media (max-width:700px){.solutions{padding:35px 18px}.solutions-header{grid-template-columns:1fr;gap:15px}.solutions-header h2{font-size:22px}.solutions-header>p{max-width:100%}.solutions-grid{grid-template-columns:repeat(2,1fr);gap:10px}.solution-card{min-height:165px}.app-content{grid-template-columns:1fr;padding:35px 20px}.app-copy{text-align:center}.app-description{margin-left:auto;margin-right:auto}.app-features{margin-left:auto;margin-right:auto;text-align:left}.app-stores{justify-content:center}.phones{height:350px;margin-top:10px;transform:scale(.9)}}@media (max-width:650px){.localizacao{padding:50px 0}.localizacao-container{width:88%}.localizacao-info h2{font-size:30px}.contatos-grid{grid-template-columns:1fr}.contato-item{min-height:68px}.mapa-wrapper{height:350px}.connect-marker{left:50%}}@media (max-width:600px){.condominio-cta{margin:15px;padding:22px 18px;border-radius:12px}.cta-content{display:grid;grid-template-columns:54px 1fr;gap:12px}.cta-icon{width:54px;min-width:54px;align-self:start}.cta-icon svg{width:48px;height:48px}.cta-text h2{font-size:18px;line-height:1.25}.cta-text p{font-size:13px;line-height:1.4}.desktop{display:none}.cta-actions{grid-column:1 / -1;display:flex;flex-direction:column;width:100%;gap:10px;margin-top:8px}.btn{width:100%}.error-page{padding:20px 15px}.error-container{padding:25px 10px}.error-header{margin-bottom:40px;text-align:center}.error-logo{width:190px}.error-eyebrow{margin-bottom:20px;font-size:0.72rem}.error-code{font-size:7rem;letter-spacing:-5px}.error-copy h1{margin-top:25px;font-size:2rem}.error-description{font-size:0.95rem;line-height:1.6}.error-actions{width:100%;flex-direction:column}.error-button{width:100%;min-height:52px}.error-support{margin-top:35px;justify-content:flex-start;text-align:left}.error-support span{font-size:0.85rem}.error-support a{font-size:1rem}.error-illustration{min-height:310px}.error-circle{width:260px}.error-decoration{width:310px;height:310px}.error-leaves{display:none}.blog-container{width:min(calc(100% - 32px),var(--blog-container))}.blog-hero__content{padding:48px 20px 60px}.blog-hero__title{font-size:38px}.blog-hero__description{font-size:13px}.blog-search{max-width:100%}.blog-hero__image{min-height:320px}.blog-seal{width:110px;height:110px}.blog-categories{padding-top:45px}.section-title--center{gap:12px}.section-title--center span{width:35px}.section-title--center h2{font-size:14px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:105px}.posts-header{align-items:flex-end}.posts-header h2{font-size:18px}.posts-header__link{font-size:10px}.posts-grid{grid-template-columns:1fr;gap:20px}.post-card__image{height:220px}.numbers-bar{margin-top:-35px}.numbers-container{width:calc(100% - 28px);grid-template-columns:1fr 1fr;border-radius:12px}.number-item{min-height:95px;padding:15px 12px;gap:10px}.number-item:nth-child(2){border-right:none}.number-item:nth-child(3){border-top:1px solid #e5e5e5}.number-item:nth-child(4){border-top:1px solid #e5e5e5;border-right:none}.number-icon{width:38px;min-width:38px;height:45px}.number-icon svg{width:38px;height:38px}.number-content strong{font-size:17px}.number-content span{font-size:9px;margin-top:5px}}@media (max-width:576px){.container{max-width:calc(100% - 28px)}}@media (max-width:480px){.paginator{gap:6px;margin:30px 0}.paginator_item{min-width:36px;height:36px;padding:0 10px;font-size:12px}.paginator_item[title="Primeira página"],.paginator_item[title="Última página"]{min-width:38px}.empty-blog{padding:25px 14px}.empty-blog__content{min-height:410px;padding:35px 18px;border-radius:10px}.empty-blog__illustration{max-width:235px;margin-bottom:12px}.empty-blog__title{font-size:25px}.empty-blog__description{font-size:14px;line-height:1.65}.empty-blog__line{margin-top:22px}}@media (max-width:420px){.solutions-grid{grid-template-columns:1fr}.solution-card{min-height:150px}.app-copy h2{font-size:22px}.app-features{grid-template-columns:1fr}.phones{transform:scale(.75) translateX(-5%)}}@media (max-width:390px){.container{max-width:calc(100% - 24px)}}@media (max-width:380px){.error-code{font-size:6rem}.error-copy h1{font-size:1.7rem}.error-circle{width:220px}.blog-hero__title{font-size:33px}.categories-grid{grid-template-columns:1fr 1fr}.posts-header__link{display:none}}@media (max-width:360px){.container{max-width:calc(100% - 20px)}}@media (prefers-reduced-motion:reduce){.error-page *,.error-page *::before,.error-page *::after{transition:none !important}}.proposal-benefits{margin:0;padding:0;list-style:none}.proposal-benefits li{display:flex;align-items:center;gap:12px;margin-bottom:13px;color:#FFFFFF;font-size:1em;font-weight:500}.proposal-check{width:21px;min-width:21px;height:21px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--web-primary);font-size:1em;font-weight:800}.proposal-form-card{width:100%;padding:1em;color:#FFFFFF;background:linear-gradient(90deg,#06251e 0%,rgb(6 37 30 / .62) 42%,rgb(6 37 30 / .08) 100%);border-radius:14px;box-shadow:var(--web-primary)}.proposal-form-header{margin-bottom:1em}.proposal-form-header h2{margin:0 0 8px;color:var(--web-primary);font-size:2em;line-height:1.15;font-weight:700}.proposal-form-header p{width:100%;max-width:410px;margin:0;color:#FFFFFF;font-size:.9em;line-height:1.55}.proposal-form{display:flex;flex-direction:column;gap:2px}.proposal-form-group{display:flex;flex-direction:column;gap:2px}.proposal-form-group label{display:flex;flex-direction:row;color:#FFFFFF;font-size:.8em;font-weight:700}.proposal-form-group label span{color:var(--web-primary)}.proposal-form-group input,.proposal-form-group select{width:100%;height:43px;padding:0 13px;outline:none;color:#37423E;border:1px solid var(--proposal-border);border-radius:6px;background:#FFFFFF;font-size:13px;transition:border-color .2s ease,box-shadow .2s ease}.proposal-form-group input::placeholder{color:#A2A8A5}.proposal-form-group input:focus,.proposal-form-group select:focus{border-color:var(--web-primary);box-shadow:0 0 0 3px rgba(197,161,49,.10)}.proposal-submit{width:100%;min-height:50px;margin-top:1em;padding:10px 18px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:6px;color:#FFFFFF;background:linear-gradient(90deg,#B89022,var(--web-h-primary));font-size:13px;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.proposal-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.proposal-submit:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(197,161,49,.26)}.proposal-security{display:flex;align-items:center;gap:11px;margin-top:4px}.proposal-security svg{width:22px;min-width:22px;height:22px;fill:none;stroke:#FFFFFF;stroke-width:1.7}.proposal-security p{margin:0;color:#FFFFFF;font-size:.6em;line-height:1.45}@media (max-width:1200px){.proposal-hero__container{grid-template-columns:minmax(0,1fr) 460px;gap:45px}}@media (max-width:1024px){.proposal-hero{min-height:auto}.proposal-hero__container{min-height:auto;grid-template-columns:1fr;gap:45px;max-width:760px;padding:70px 0}.proposal-copy{max-width:650px}.proposal-form-card{max-width:650px}}@media (max-width:768px){.proposal-container{width:calc(100% - 32px)}.proposal-copy h1{font-size:45px}.proposal-stats{grid-template-columns:repeat(2,1fr);gap:28px 0}.proposal-stat:nth-child(2){border-right:0}.proposal-form-card{padding:28px 24px}}@media (max-width:600px){.proposal-hero__container{padding:50px 0}.proposal-copy h1{font-size:38px;letter-spacing:-1.3px}.proposal-description{font-size:14px}.proposal-benefits li{align-items:flex-start;font-size:13px}.proposal-stats{margin-top:32px}.proposal-form-header h2{font-size:1em}}@media (max-width:480px){.proposal-copy h1{font-size:34px}.proposal-stat{padding:0 10px}.proposal-stat strong{font-size:23px}.proposal-form-card{padding:25px 18px}.proposal-submit{font-size:11px}}@media (max-width:380px){.proposal-container{width:calc(100% - 24px)}.proposal-copy h1{font-size:30px}.proposal-stats{grid-template-columns:1fr}.proposal-stat{padding:15px 0;border-right:0;border-bottom:1px solid rgba(197,161,49,.30)}.proposal-stat:last-child{border-bottom:0}}.solution-card[id],.app-section[id]{scroll-margin-top:100px}