   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%;
      }
    }
    
#Esp{
  width: 65%;
 
}
/* 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;
}

.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*/
/* === Hero Especialidades === */
.hero-especialidades {
  background: linear-gradient(rgba(0, 123, 255, 0.15), rgba(0, 123, 255, 0.15)), url("../imagem/bg-especialidades.jpg") center/cover no-repeat;
  color: #000;
  text-align: center;
  padding: 100px 20px;
}

.hero-especialidades h1 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0d6efd;
}

.hero-especialidades p {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #333;
}

/* === Seções Explicativas === */
.explicacao-especialidades h2 {
  color: #0d6efd;
  font-size: 1.8rem;
}

.explicacao-especialidades p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* === Lista de Especialidades === */
.lista-especialidades ul {
  max-width: 700px;
  margin: auto;
}

.lista-especialidades .list-group-item {
  border: none;
  border-left: 5px solid #0d6efd;
  margin-bottom: 10px;
  background-color: #f8f9fa;
  font-size: 1rem;
}

/* === FAQ === */
.faq-especialidades h2 {
  color: #0d6efd;
}

.faq-especialidades .accordion-button {
  font-weight: 500;
}

.faq-especialidades .accordion-button:not(.collapsed) {
  background-color: #e9f2ff;
  color: #0d6efd;
}

/* === Galeria === */
.galeria-especialidades .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.galeria-especialidades .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.galeria-especialidades .gallery-item:hover img {
  transform: scale(1.1);
}

.galeria-especialidades .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 123, 255, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.galeria-especialidades .gallery-item:hover .gallery-overlay {
  opacity: 1;
}


/* Í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 */
