.navbar{
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background-color: #0056b3; 
}
.navbar .nav-link{
  color: #c9e2f1 !important;
  font-weight: 500;
}
.navbar .nav-link:hover{
  color: #00081a !important; 
}
.whatsapp-btn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  text-decoration: none;
}
.dja-header{
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  color: #00002c;
}
.card-text-small{
  font-size: 15px;
  color: #000035;
  background-color: #afbad8;
}
.card-diferencial{
  border-left: 5px solid #150046;
  transition: transform 0.2s, box-shadow 0.2s;
}
.card-diferencial:hover{
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgb(9, 0, 63);
}
.rota-card{
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background-color: #afbad8;
  color: rgb(5, 0, 26);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.rota-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgb(5, 0, 26);
}
.btn-primary{
  background-color: #200f50;
  border-color: #200f50;
}
.btn-primary:hover{
  background-color: #465d9c;
  border-color: #465d9c;
}
.btn-success{
  background-color: #465d9c;
  border-color: #465d9c;
}
.btn-success:hover{
  background-color: #465d9c;
  border-color: #465d9c;
}
.btn-center{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
body{
  background-color:#c9e2f1;
}
.main-navbar{
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 10px 0;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.main-navbar .navbar-brand{
  font-weight: bold;
  font-size: 1.5rem;
  color: #0056b3; 
}
.main-navbar .navbar-nav .nav-link{
  color: #555;
  margin-left: 15px;
}
.main-navbar .navbar-nav .nav-link:hover{
  color: #0056b3;
}
.main-navbar.scrolled{
  background-color: #093462bd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.navbar-toggler{
  border: none;
}
.navbar-toggler-icon{
  color: #555;
}
.main-navbar{
  background-color: #093462;
  padding: 0.5rem 1rem;
}
.navbar-logo{
  height: 60px;
  max-height: 100%;
  width: auto;
}
.main-navbar .nav-link{
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero-section{
  position: relative;
  width: 100%;
  height: calc(100vh - 70px); 
  overflow: hidden;
}
.hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 52, 98, 0.6);
}
.hero-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c9e2f1; 
  z-index: 2;
}
.hero-title{
  font-size: 3rem;
  font-weight: bold;
}
.hero-subtitle{
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.sobre{
  background-color: #093462; 
  padding: 80px 20px;
}
.sobre-content{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.sobre-content h2{
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.sobre-content h3{
  font-size: 1.6rem;
  color: #c9e2f1; 
  margin-top: 30px;
  margin-bottom: 15px;
}
.sobre-content p{
  font-size: 1.1rem;
  color: #f0f0f0;
  line-height: 1.7;
  margin-bottom: 15px;
}
.section-title{
  color: #093462;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-subtitle{
  color: #35557b;
  font-weight: 500;
  font-size: 0.9rem;
}
.rota-card{
  background-color: #c9e2f1;
  padding: 20px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.rota-card i{
  font-size: 2rem;
  color: #093462;
  margin-bottom: 10px;
}
.rota-card h5{
  font-size: 1.1rem;
  color: #093462;
  font-weight: bold;
}
.rota-card p{
  font-size: 0.9rem;
  color: #35557b;
}
.rota-card:hover{
  transform: translateY(-5px);
}
.parceiros-section ul li{
  margin-bottom: 8px;
  color: #35557b;
  font-size: 1rem;
}
.btn-contato{
  background-color: #35557b;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
}
.btn-contato:hover{
  background-color: #093462;
}
.diferenciais-section{
  background-color: #093462; 
  color: #fff;
  border-radius: 12px;
}
.diferenciais-section .section-subtitle{
  color: #c9e2f1; 
  font-size: 0.9rem;
}
.diferenciais-section .section-title{
  font-weight: bold;
  margin-bottom: 20px;
}
.diferenciais-section ul li{
  font-size: 1rem;
  line-height: 1.5;
}
.btn-whatsapp{
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
}
.btn-whatsapp:hover{
  background-color: #1da851;
}
.btn-call{
  border: 2px solid #c9e2f1;
  color: #c9e2f1;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.btn-call:hover{
  background-color: #c9e2f1;
  color: #093462;
}
.diferenciais-section h2.section-title{
  color: #ffffff; 
  font-size: 2rem;
  font-weight: bold;
}
.diferenciais-section h6.section-subtitle{
  color: #c9e2f1; 
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.diferenciais-section{
  padding: 60px 20px;
}
.site-footer{
  background-color: #093462; 
  color: #ffffff;
  padding: 40px 20px 20px;
  margin-top: 50px;
}
.site-footer h5{
  color: #c9e2f1; 
  margin-bottom: 15px;
  font-weight: bold;
}
.footer-logo{
  max-width: 120px;
}
.footer-links{
  list-style: none;
  padding: 0;
}
.footer-links li{
  margin-bottom: 10px;
}
.footer-links a{
  color: #c9e2f1;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover{
  color: #ffffff;
}
.footer-bottom{
  border-top: 1px solid #35557b; 
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 0.9rem;
  color: #c9e2f1;
}
.btn-escola{
  background-color: #093462;
  color: #c9e2f1;
  text-decoration: none;
  border-radius: 19px;
  padding: 12px;
}
.btn-escola:hover{
  background-color: #35557b;
  color: #c9e2f1;
}
