   body {
      font-family: Arial, sans-serif;
    }
    .logo {
      width: 120px;
      height: auto;
    }
    .nav-link {
      margin: 20px;
    }
    .nav-link:hover {
      color: #0cac19a4;
    }
    /* BOTÃO TOGGLER (MOBILE) */
    .navbar-toggler {
      border: none;
      font-size: 1.25rem;
    }
    .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
    }
    #navbarContent {
      margin-left: auto;
    }
    @media (min-width: 992px) {
      #navbarContent {
        margin-left: 15%;
      }
    }
    
/* watsapp */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
#Iimg{
  height: 80%;
}
#Lab{
  width: 70%;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20bf5d;
}
/* termina watsapp */

/* emergência */
.CTA{
  background: #25d366;
}

/* termina emergência */

@keyframes slideIn {
  from {
    transform: translateX(120%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

/* redes sociais*/

  /* Fundo cinza claro personalizado */
    .bg-cinza {
      background-color: #f5f6f7;
    }

    /* Botão WhatsApp */
    .btn-whatsapp {
      background-color: #25d366;
      color: #fff;
      font-weight: bold;
      border-radius: 30px;
      transition: 0.3s;
    }
    .btn-whatsapp:hover {
      background-color: #1ebe5a;
      color: #fff;
    }

    /* Galeria de Fotos */
    .galeria-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: pointer;
    }
    .galeria-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }
    .galeria-item:hover img {
      transform: scale(1.1);
    }
    .galeria-item .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 123, 255, 0.7); /* azul suave */
      color: #fff;
      text-align: center;
      padding: 10px;
      font-size: 0.9rem;
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    .galeria-item:hover .overlay {
      opacity: 1;
    }

    /* FAQ - títulos menores */
    section h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    /* Ajuste geral */
    h2, h1 {
      font-family: 'Segoe UI', sans-serif;
    }
/* Ajuste geral */


/* Ícones Sociais em Bolhas */
.icon-social {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.icon-social:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
/* Termina redes sociais*/

/* Cores personalizadas dos icon das redes sociais*/
.bg-whatsapp {
  background-color: #25D366;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}

.bg-tiktok {
  background-color: #070707;
}

/* Cores personalizadas dos icon das redes sociais */
