
body{margin:0;font-family:Arial;background:#f4f4f4;color:#222;}
.container{max-width:1200px;margin:auto;padding:0 15px;}

.topo{background:#0b4c9e;padding:12px 0;color:white;}
.topo-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;}
.logo-img{height:70px;} /* Medium logo size */
.menu{display:flex;gap:14px;}
.menu a{color:white;font-weight:bold;text-decoration:none;padding:6px 10px;border-radius:6px;}
.menu a:hover{background:rgba(255,255,255,0.15);}
.btn-whats{background:#25D366;padding:8px 14px;border-radius:6px;color:white;text-decoration:none;font-weight:bold;white-space:nowrap;}

.hero{background:#0b4c9e;color:white;padding:50px 0;}
.hero-text h1{font-size:2rem;margin-bottom:8px;}
.social-links{margin:12px 0;}
.social-links a{color:white;margin-right:10px;font-weight:bold;}
.btn-primary{background:#ffae00;color:white;padding:10px 18px;border-radius:6px;margin-top:12px;display:inline-block;font-size:1rem;}

.sobre, .contato{padding:40px 0;background:white;margin-top:20px;}
.contato a{color:#0b4c9e;font-weight:bold;}

.rodape{background:#0b4c9e;color:white;padding:20px 0;text-align:center;margin-top:20px;}
