body{font-family:"Open Sans",sans-serif;background:#fff;color:#333;}
.navbar-light .nav-link{color:#002E6E;font-weight:600;}
.navbar-light .nav-link:hover{color:#FDC500;}
.hero{position:relative;height:600px;background:#002E6E;overflow:hidden;}
.hero-bg{width:100%;height:100%;object-fit:cover;opacity:.6;}
.hero-content{position:absolute;top:22%;left:8%;z-index:2;}
.hero-mascote{position:absolute;bottom:0;right:5%;width:300px;max-width:30vw;z-index:3;}
@media(max-width:768px){
.hero{height:auto;padding-bottom:2rem;}
.hero-content{position:relative;top:auto;left:auto;text-align:center;padding-top:2rem;}
.hero-mascote{position:static;width:200px;margin:1rem auto;display:block;}
}
.section-title{color:#002E6E;font-weight:800;margin-bottom:1.5rem;}
.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:1000;}
.whatsapp-float img{width:60px;height:60px;border-radius:50%;box-shadow:0 4px 8px rgba(0,0,0,0.3);}
footer .social-links img{width:28px;height:28px;margin:0 8px;filter:invert(1);}
.bg-primary{background-color:#002E6E!important;}
.text-primary{color:#002E6E!important;}
.btn-yellow{background:#FDC500;color:#002E6E;font-weight:700;border:none;}
.btn-yellow:hover{background:#e5b800;color:#fff;}