:root{--verde: #7BC31C;--verde-hover: #69a818;--verde-claro: #e8f7d0;--azul: #1A3DB5;--azul-dark: #0d2580;--negro: #0e0e0e;--gris: #f4f6f9;--gris-texto: #555;--blanco: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;color:var(--negro);background:#fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.page-hero{background:linear-gradient(135deg,var(--azul) 0%,var(--azul-dark) 100%);padding:72px 60px 80px;color:#fff;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:#7bc31c26;border-radius:50%}.page-hero-inner{position:relative;z-index:1;max-width:700px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#fff9;margin-bottom:20px}.breadcrumb a:hover{color:var(--verde)}.page-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#7bc31c33;border:1px solid rgba(123,195,28,.4);color:#a8e04a;padding:6px 16px;border-radius:30px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:20px}.page-hero h1{font-size:2.8rem;font-weight:900;line-height:1.1;margin-bottom:18px;letter-spacing:-1px}.page-hero h1 .highlight{color:var(--verde)}.page-hero p{font-size:1.05rem;color:#ffffffbf;line-height:1.7;max-width:560px}.hero-stats-bar{display:flex;flex-wrap:wrap;gap:40px;margin-top:36px}.hero-stat{display:flex;align-items:center;gap:10px}.hero-stat .num{font-size:1.6rem;font-weight:900;color:var(--verde)}.hero-stat .label{font-size:.78rem;color:#fff9;line-height:1.3}@media(max-width:768px){.hero-stats-bar{gap:20px;flex-direction:column;align-items:flex-start}.page-hero h1{font-size:2.2rem}}.footer-main{background:#0a0a0a;color:#fffc;padding:72px 60px 48px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:56px;margin-bottom:56px}@media(max-width:900px){.footer-grid{grid-template-columns:1fr;gap:40px}.footer-main{padding:40px 20px}}.footer-brand p{font-size:.87rem;line-height:1.7;color:#ffffff8c;margin-bottom:24px}.footer-col h4{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:20px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-col a{color:#ffffffb3;text-decoration:none;transition:.2s}.footer-col a:hover{color:var(--verde);padding-left:4px}.footer-offices{display:flex;flex-direction:column;gap:16px}.office-item{display:flex;gap:12px;align-items:flex-start}.office-hours{background:#7bc31c1f;border-left:3px solid var(--verde);padding:12px 16px;border-radius:0 8px 8px 0;margin-top:16px;font-size:.85rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;font-size:.8rem;color:#ffffff4d}@media(max-width:600px){.footer-bottom{flex-direction:column;gap:12px;text-align:center}}.logo img{height:48px;margin-bottom:20px}.blog-layout{display:grid;grid-template-columns:1fr 340px;gap:48px;padding:64px 60px;align-items:start;max-width:1300px;margin:0 auto}.featured-post{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 8px 40px #0000001a;margin-bottom:48px;display:grid;grid-template-columns:1fr 1fr;transition:transform .3s;cursor:pointer;text-decoration:none;color:inherit}.featured-post:hover{transform:translateY(-4px);box-shadow:0 20px 60px #00000024}.featured-img{height:100%;min-height:380px;position:relative;overflow:hidden}.featured-img img{width:100%;height:100%;object-fit:cover}.featured-badge{position:absolute;top:20px;left:20px;background:var(--verde);color:#fff;font-size:.75rem;font-weight:800;padding:5px 14px;border-radius:20px;text-transform:uppercase}.featured-body{padding:40px;display:flex;flex-direction:column;justify-content:center}.featured-label{font-size:.78rem;font-weight:700;color:var(--verde);text-transform:uppercase;margin-bottom:12px}.featured-body h2{font-size:1.55rem;font-weight:900;line-height:1.25;margin-bottom:14px}.featured-body p{font-size:.9rem;color:var(--gris-texto);line-height:1.7;margin-bottom:24px}.featured-meta{display:flex;align-items:center;gap:16px;font-size:.8rem;color:#aaa;margin-bottom:24px}.author-avatar-sm{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--azul),var(--verde));display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff}.read-more-btn{display:inline-flex;align-items:center;gap:8px;background:var(--verde);color:#fff;padding:13px 26px;border-radius:10px;font-weight:700;font-size:.88rem;transition:background .2s;align-self:flex-start}.section-label-sm{font-size:.8rem;font-weight:700;color:var(--verde);text-transform:uppercase;margin-bottom:8px;display:block}.section-title-sm{font-size:1.6rem;font-weight:900;margin-bottom:28px;line-height:1.2}.section-title-sm .green{color:var(--verde)}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}.post-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #f0f0f0;transition:transform .2s;cursor:pointer;text-decoration:none;color:inherit}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0000001a;border-color:transparent}.post-card.hidden{display:none!important}.post-img{height:190px;position:relative}.post-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.5))}.post-tag{position:absolute;top:14px;left:14px;background:var(--verde-claro);color:var(--verde-hover);padding:4px 12px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase}.post-body{padding:22px}.post-body h3{font-size:1rem;font-weight:800;line-height:1.4;margin-bottom:10px}.post-body p{font-size:.83rem;color:var(--gris-texto);line-height:1.65;margin-bottom:16px}.post-footer{display:flex;justify-content:space-between;align-items:center}.post-meta{font-size:.75rem;color:#bbb;display:flex;gap:10px;align-items:center}.post-link{font-size:.8rem;font-weight:700;color:var(--verde)}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.page-btn{width:42px;height:42px;border-radius:10px;border:2px solid #eee;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s;color:var(--gris-texto);background:#fff}.page-btn:hover,.page-btn.active{border-color:var(--verde);color:var(--verde)}.page-btn.active{background:var(--verde);color:#fff}.page-btn[disabled]{opacity:.5;cursor:not-allowed}.sidebar{display:flex;flex-direction:column;gap:28px}.sidebar-widget{background:#fff;border-radius:20px;padding:28px;border:1px solid #f0f0f0}.sidebar-widget.green-bg{background:linear-gradient(135deg,var(--verde) 0%,var(--verde-hover) 100%);border:none;color:#fff}.sidebar-widget.blue-bg{background:linear-gradient(135deg,var(--azul) 0%,var(--azul-dark) 100%);border:none;color:#fff}.widget-title{font-size:.95rem;font-weight:800;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--gris)}.widget-title.white{border-bottom-color:#fff3}.cat-list{display:flex;flex-direction:column;gap:4px}.cat-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:10px;font-size:.88rem;font-weight:500;color:var(--gris-texto)}.cat-item:hover{background:var(--verde-claro);color:var(--verde-hover)}.cat-count{background:var(--gris);color:#999;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:20px}.cat-item:hover .cat-count{background:var(--verde);color:#fff}.popular-list{display:flex;flex-direction:column;gap:16px}.popular-item{display:flex;gap:14px;cursor:pointer;text-decoration:none;color:inherit}.popular-item:hover .popular-title{color:var(--verde)}.popular-thumb{width:72px;height:60px;border-radius:10px;flex-shrink:0;background-size:cover;background-position:center}.popular-tag{font-size:.7rem;font-weight:700;color:var(--verde);text-transform:uppercase;margin-bottom:4px}.popular-title{font-size:.85rem;font-weight:700;line-height:1.35;color:var(--negro)}.cta-widget-title{font-size:1.1rem;font-weight:900;margin-bottom:10px}.cta-widget-desc{font-size:.85rem;color:#fffc;line-height:1.6;margin-bottom:20px}.cta-widget-btn{display:block;text-align:center;background:#fff;color:var(--verde);padding:14px;border-radius:10px;font-weight:800;font-size:.9rem;margin-bottom:10px}.cta-widget-phone{display:block;text-align:center;color:#ffffffb3;font-size:.82rem;font-weight:600}.newsletter-desc{font-size:.88rem;color:#ffffffd9;line-height:1.6;margin-bottom:20px}.newsletter-input{width:100%;padding:13px 16px;border:none;border-radius:10px;font-family:Poppins,sans-serif;font-size:.88rem;margin-bottom:10px}.newsletter-btn{width:100%;background:#fff3;border:2px solid rgba(255,255,255,.4);color:#fff;padding:13px;border-radius:10px;font-family:Poppins,sans-serif;font-weight:700;cursor:pointer}@media(max-width:1000px){.blog-layout,.featured-post{grid-template-columns:1fr}.featured-img{height:250px;min-height:250px}}@media(max-width:768px){.posts-grid{grid-template-columns:1fr}.category-bar,.blog-layout{padding:20px}.page-hero{padding:60px 20px}.page-hero h1{font-size:2.2rem}}.whatsapp-float{position:fixed;bottom:28px;right:28px;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680;z-index:1400;transition:transform .2s;cursor:pointer}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-float svg{width:32px;height:32px;fill:#fff}
