@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.bebas {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
}

.bg-dark2 {
  background-color: #222;
}

.dropdown-menu li:hover > .dropdown-item{
 color: #222222; 
}

.navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled){
 color: #222222; 
}

a {
  cursor: pointer;
}

/*BTN WHATSAPP*/

.whatsapp-btn {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

.whatsapp-btn:hover {
  text-decoration: none;
}

.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}