
/* whatsapp */
a#wsp-btn{
  position: fixed;
  bottom: 20px;
  right: 100px;
  background: #0ee073;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 0px 0px 6px rgb(1, 29, 2);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
a#wsp-btn:hover{
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

@media (min-width: 769px){
.Logo img {
    transition: width 0.5s ease-in-out;
}
header.fixHeader .Logo img {
    height: 100%;
    width: 90px;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 5px;
    transition: width 1s ease-in-out;
}
header.fixHeader{
    transition: all 1s ease-in-out;
}
header{
    transition: all 1s ease-in-out;
}
}
