body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      padding-top: 70px;
      overflow-x: hidden;
    }

    .navbar-nav .nav-link {
      padding: 0.5rem 1rem;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navbar-nav .nav-link:last-child {
      border-right: none;
    }
 body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      padding-top: 70px;
      overflow-x: hidden;
    }
  

    .navbar-nav .nav-link {
      padding: 0.5rem 1rem;
      border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .navbar-nav .nav-link:last-child {
      border-right: none;
    }

    .navbar-nav .nav-link:hover {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .servicos {
      padding: 100px 20px;
      background-color: #f9f9f9;
    }

    .servicos h2 {
      font-size: 2.5rem;
      margin-bottom: 40px;
    }

    .servicos ul {
      font-size: 1.3rem;
      text-align: left;
      max-width: 800px;
      margin: 0 auto 30px;
      list-style: none;
      padding-left: 0;
    }

    .servicos ul li::before {
      font-family: 'Bootstrap Icons';
      content: "\f26e";
      margin-right: 10px;
      color: #007bff;
    }

    .contato {
      padding: 100px 20px;
     
      color: #fff;
      background-color: #13294b;
    }

    .contato h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .contato .btn {
      margin: 10px;
      font-size: 1.2rem;
      padding: 15px 30px;
      border-radius: 8px;
    }

    .contato p {
      font-size: 1.3rem;
      font-family: 'Segoe UI', sans-serif;
    }

    .footer {
      background-color: #0a1f44;
      color: #fff;
      padding: 20px;
    }

 


    .form-label {
      font-weight: 500;
      color: #fff;
      font-size: 1rem;
    }

    .highlight {
      color: red;
      text-decoration: underline;
    }

    .form-control::placeholder {
      color: #777;
    }

    .form-container {
      background-color: #0a1f44;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .carousel-item {
      height: 750px;
     
      
    }

    .carousel-item img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
 



    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      transition: top 0.3s ease-in-out;
      background-color: #0a1f44;
    }

    .navbar .navbar-brand {
      display: flex;
      align-items: center;
    }

    .navbar .navbar-brand img {
      height: 150px;
      max-height: 100%;
    }

    @media (max-width: 768px) {
      .navbar .navbar-brand img {
        height: 100px;
      }
    }
     .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  border-radius: 10px;
  height: 100%; /* garante altura uniforme */
  overflow: hidden;
  margin: auto;
  max-width: 600px;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  aspect-ratio: 1 / 1; /* faz a imagem ficar quadrada */
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-body {
  padding: 1rem;
}
.logo {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
          drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
 padding: 8px;
  border-radius: 8px;
}
.logofooter{
     filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
          drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
     padding: 8px;
  border-radius: 8px;
}

.divisao-visual {
  height: 8px;
  width: 100%;
  background: linear-gradient(to right, #0d2c54, #1a4b94);
  margin: 40px 0;
  border: none;
  display: block;
  opacity: 1;
}
.logo-circular {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #0d2c54;
  object-fit: contain;
  background-color: white;
  box-shadow: 0 4px 8px rgba(13, 44, 84, 0.15);
  margin: 0 auto 10px;
  transition: transform 0.4s ease;
}

.logo-circular:hover {
  transform: scale(1.1);
}

.descricao-cliente {
  font-size: 0.9rem;
  color: #333;
  margin-top: 5px;
}
 .instagram-float {
      position: fixed;
      bottom: 20px;
      left: 20px;
      background-color: #E4405F;
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      z-index: 1000;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      text-decoration: none;
    }
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 10500 !important;  /* maior que navbar */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: none !important;  /* desativa animações/transições */
}
