﻿.slickdiv  a{
    margin:10px;
}

.slickdiv  a img{
   
    border-radius:10px;
    border:5px solid #454444;
}

.whatapp {
position:fixed;
bottom:12%;
right:2%;
z-index:999999;
}
    .whatapp img {
    width:50px;
    height:auto;
    animation-name: mymove;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
    }

@keyframes mymove {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}