*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #0d3a5f;--secondary-color: #1a5a8a;--accent-color: #c9a961;--whatsapp-color: #25D366;--text-color: #2c3e50;--text-light: #5a6c7d;--bg-light: #f5f7fa;--white: #ffffff;--border-color: #e1e8ed;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 20px rgba(0, 0, 0, .15)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-wrapper{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;letter-spacing:-.5px;display:flex;align-items:center;gap:.75rem;transition:opacity .3s}.logo:hover{opacity:.9}.logo-image{height:50px;width:auto;object-fit:contain;display:block}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:45px;width:auto;max-width:180px;object-fit:contain;display:block;flex-shrink:0}.logo-text{display:block;font-size:1.3rem;font-weight:700;color:var(--primary-color);white-space:nowrap}@media (max-width: 767px){.logo-image{height:35px;max-width:140px}.logo-text{font-size:1.1rem}}@media (max-width: 767px){.logo-image{height:40px}}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color)}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.mobile-menu-toggle span{width:25px;height:3px;background:var(--primary-color);transition:all .3s}.hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:#ffffff08;z-index:0}.hero-wrapper{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{text-align:left}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;font-weight:500;opacity:.95}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;max-width:450px;height:auto;min-height:500px;border-radius:12px;box-shadow:0 10px 40px #0000004d;object-fit:cover;border:4px solid rgba(255,255,255,.2);display:block}.hero-image:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:2px solid var(--accent-color);border-radius:16px;opacity:.3;z-index:-1}.hero-image-placeholder{width:100%;max-width:450px;height:500px;background:#ffffff1a;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#ffffffb3;border:2px dashed rgba(255,255,255,.3)}.hero-image-placeholder svg{opacity:.5}.hero-image-placeholder p{text-align:center;font-size:.9rem;margin:0}.btn{display:inline-block;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--accent-color);color:var(--white)}.btn-primary:hover{background:#b8941f;transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:var(--primary-color);color:var(--white)}.btn-secondary:hover{background:var(--secondary-color)}.btn-link{color:var(--primary-color);text-decoration:none;font-weight:600}.btn-link:hover{text-decoration:underline}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background:var(--whatsapp-color);color:var(--white);text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #25d3664d}.btn-whatsapp:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666;color:var(--white)}.btn-whatsapp svg{width:20px;height:20px;flex-shrink:0}section{padding:4rem 0}.section-title{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--primary-color)}.section-title a{color:var(--primary-color);text-decoration:none}.services-preview{background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.service-card{background:var(--white);padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.service-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.service-card p{color:var(--text-light);margin-bottom:1rem}.about-preview{background:var(--white)}.about-content{text-align:center;max-width:800px;margin:0 auto}.about-text h2{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.oab-info{color:var(--text-light);font-weight:600;margin-bottom:1rem}.about-text p{margin-bottom:1rem;color:var(--text-light)}.testimonials{background:var(--bg-light)}.rating{text-align:center;margin-bottom:2rem}.rating-stars{font-size:2rem;color:var(--accent-color);display:block;margin-bottom:.5rem}.rating-text{font-size:1.2rem;margin-bottom:.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:var(--white);padding:2rem;border-radius:8px;box-shadow:var(--shadow)}.testimonial-text{font-style:italic;margin-bottom:1rem;color:var(--text-light)}.testimonial-author{font-weight:600;color:var(--primary-color)}.trust-section{background:var(--white)}.trust-section p{max-width:900px;margin:0 auto 1rem;color:var(--text-light);text-align:center}.blog-preview{background:var(--bg-light)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.blog-card{background:var(--white);padding:2rem;border-radius:8px;box-shadow:var(--shadow)}.blog-card h3{color:var(--primary-color);margin-bottom:1rem}.blog-meta{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);text-align:center}.cta-section .section-title{color:var(--white)}.cta-subtitle{font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.benefit-item h3{font-size:1.1rem;font-weight:500}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.page-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);padding:3rem 0;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.services-detail{padding:4rem 0}.service-detail-card{background:var(--white);padding:2.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:var(--shadow)}.service-detail-card h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.service-detail-card p{color:var(--text-light);margin-bottom:1rem}.service-detail-card ul{margin-left:2rem;color:var(--text-light)}.service-detail-card li{margin-bottom:.5rem}.cta-box{background:var(--bg-light);padding:3rem;border-radius:8px;text-align:center;margin-top:3rem}.cta-box h2{color:var(--primary-color);margin-bottom:1rem}.about-detail{padding:4rem 0}.about-content-full{max-width:900px;margin:0 auto}.about-content-full h2{color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem;text-align:center}.about-text-full{margin-top:2rem}.about-text-full p{margin-bottom:1rem;color:var(--text-light);line-height:1.8}.about-text-full h3{color:var(--primary-color);margin-top:2rem;margin-bottom:1rem}.about-text-full ul{margin-left:2rem;color:var(--text-light)}.about-text-full li{margin-bottom:.5rem}.contact-section{padding:4rem 0;background:var(--bg-light)}.contact-content{max-width:800px;margin:0 auto}.contact-main{background:var(--white);padding:3rem;border-radius:12px;box-shadow:var(--shadow)}.contact-main h2{color:var(--primary-color);margin-bottom:1rem;font-size:2rem;text-align:center}.contact-main>p{color:var(--text-light);margin-bottom:2.5rem;text-align:center;font-size:1.1rem}.contact-methods{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.contact-method{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:var(--bg-light);border-radius:8px;transition:transform .3s,box-shadow .3s}.contact-method:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.contact-icon{flex-shrink:0;width:48px;height:48px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-icon svg{width:24px;height:24px}.contact-details h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.2rem}.contact-details p{color:var(--text-color);margin:0}.contact-details a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s}.contact-details a:hover{color:var(--secondary-color);text-decoration:underline}.whatsapp-button-wrapper{text-align:center;margin-top:2rem}.whatsapp-button-wrapper .btn-whatsapp{padding:16px 32px;font-size:1.1rem;border-radius:50px;gap:.75rem}.whatsapp-button-wrapper .btn-whatsapp svg{width:24px;height:24px}.blog-section{padding:4rem 0}.blog-intro{max-width:900px;margin:0 auto 3rem;text-align:center}.blog-intro-text{font-size:1.1rem;color:var(--text-light);line-height:1.8}.blog-list{max-width:1000px;margin:0 auto}.blog-post{background:var(--white);padding:2.5rem;margin-bottom:2.5rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;border-left:4px solid var(--primary-color)}.blog-post:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.blog-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.blog-category{display:inline-block;background:var(--primary-color);color:var(--white);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-date{color:var(--text-light);font-size:.9rem;font-weight:500}.blog-post h2{color:var(--primary-color);margin-bottom:.75rem;font-size:1.8rem;line-height:1.3}.blog-post .blog-meta{color:var(--text-light);font-size:.95rem;margin-bottom:1rem;font-weight:500}.blog-excerpt{color:var(--text-color);margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.blog-card-category{display:inline-block;background:var(--accent-color);color:var(--white);padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.blog-card-excerpt{color:var(--text-light);margin-bottom:1rem;line-height:1.7;font-size:.95rem}.blog-cta{background:var(--bg-light);padding:3rem;border-radius:12px;text-align:center;margin-top:4rem;border:2px solid var(--primary-color)}.blog-cta h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.blog-cta p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.blog-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.breadcrumb a{color:var(--primary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:var(--text-light)}.article-section{padding:2rem 0 4rem}.article-content{max-width:900px;margin:0 auto;background:var(--white);padding:3rem;border-radius:12px;box-shadow:var(--shadow)}.article-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.article-category{display:inline-block;background:var(--primary-color);color:var(--white);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-date{color:var(--text-light);font-size:.9rem;font-weight:500}.article-title{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;line-height:1.2}.article-meta{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--bg-light)}.article-author{color:var(--text-light);font-size:1rem;font-weight:500}.article-body{font-size:1.1rem;line-height:1.9;color:var(--text-color);margin-bottom:3rem}.article-body h3{font-size:1.8rem;color:var(--primary-color);margin-top:2.5rem;margin-bottom:1rem}.article-body h4{font-size:1.4rem;color:var(--primary-color);margin-top:2rem;margin-bottom:.75rem}.article-body p{margin-bottom:1.5rem}.article-body ul,.article-body ol{margin-bottom:1.5rem;padding-left:2rem}.article-body li{margin-bottom:.75rem;line-height:1.8}.article-body strong{color:var(--primary-color);font-weight:600}.article-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--bg-light)}.article-share h4{font-size:1.2rem;color:var(--primary-color);margin-bottom:1rem}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-btn{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}.share-facebook{background:#1877f2;color:var(--white)}.share-facebook:hover{background:#1565c0;color:var(--white)}.share-linkedin{background:#0077b5;color:var(--white)}.share-linkedin:hover{background:#005885;color:var(--white)}.share-whatsapp{background:var(--whatsapp-color);color:var(--white)}.share-whatsapp:hover{background:#20ba5a;color:var(--white)}.article-cta{background:var(--bg-light);padding:3rem;border-radius:12px;text-align:center;margin:3rem auto 2rem;max-width:900px;border:2px solid var(--primary-color)}.article-cta h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.article-cta p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.article-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.article-back{text-align:center;margin-top:2rem}@media (max-width: 768px){.article-content{padding:2rem 1.5rem}.article-title{font-size:1.8rem}.article-body{font-size:1rem}.article-body h3{font-size:1.5rem}.article-body h4{font-size:1.2rem}}.footer{background:var(--primary-color);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem}.footer-section p,.footer-section a{color:#fffc;text-decoration:none;margin-bottom:.5rem;display:block}.footer-section a:hover{color:var(--white)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.footer-bottom p{margin-bottom:.5rem;color:#fffc}.footer-disclaimer{font-size:.85rem;margin-top:1rem}.footer-credits{margin-top:1rem;font-size:.9rem}.footer-credits a{color:var(--accent-color);text-decoration:none;font-weight:600;transition:color .3s}.footer-credits a:hover{color:#e0c080;text-decoration:underline}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;box-shadow:var(--shadow)}.nav-menu.active{display:flex}.hero-wrapper{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{text-align:center}.hero-content h1{font-size:1.8rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{justify-content:center}.hero-image{order:-1}.hero-image img{max-width:300px}.services-grid,.testimonials-grid,.blog-grid{grid-template-columns:1fr}.contact-main{padding:2rem 1.5rem}.contact-method{flex-direction:column;text-align:center}.contact-icon{margin:0 auto}.benefits-grid{grid-template-columns:1fr}}
