@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7), 0 0 0 0 rgba(0, 123, 255, 2);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0),
      0 0 0 15px rgba(0, 123, 255, 1.7);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0), 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

.wave-animation {
  animation: wave 1.5s infinite;
}

.icons-index {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 15px;
  padding: 3px;
  align-items: center;
}

.cookie-consent {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 95%;
  padding-top: 7px;
  color:black;
  max-width: 520px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  background: white;
  z-index: 120;
  border-radius: 3px;
  text-align: center;
  border-width: 1px; 
  border-style: solid; 
  border-color: black;
}
@media(max-width:700px){
  .img-movile{
    max-width: 70%;
  }
}


.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  left: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

