.image-wrapper h2, .image-wrapper p{
  color: white !important;
  text-shadow: 0 0 7px black;
}
.navbar-stick {
    background: rgb(0 0 0 / 44%) !important;
}
.nav-link {
    color: #ffffff !important;
}
.navbar-stick .nav-link{
  color: #ffffff !important;
}
.shadow-img{
  width: 100%;
  box-shadow: 1px 1px 11px 1px #8e8e8e;
}
button.hamburger {
    color: #ffffff !important;
}
.navbar-stick button.hamburger{
  color: #ffffff !important;
}
.navbar-expand-lg.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #ffffff !important;
}
.navbar-stick .nav-item.active{
  background: #00000057;
}
.navbar-unstick .nav-item.active .nav-link{
  color: #000 !important;
}
/* Whatsapp */
#burbuja-wa i{
	color: #fff !important;
}
#burbuja-wa{
	position:fixed;
  width: 70px;
  height: 70px;
  bottom: 40px;
  left: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index:100;
	transform: scale(1);
  box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  animation: star 3s infinite ease-in-out;
}
@keyframes star {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 210, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(224, 37, 65, 0.0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(224, 37, 65, 0.0);
  }
}
/* Whatsapp */
