.contenedor-whats{
  /* position: relative;
  z-index: 1167;
  margin-bottom: 0;
  width: 105px;
  height: auto;
  right: 0px;
  top: 85%;
  z-index: 15000; */
}

.btn-whats{
  background-color: #00e676;
  color: white;
  font-size: 1.7em;
  width: 60px;
  height: 60px;
  text-decoration: none;
  border-radius: 800px;
  padding: 12px;
  top: 86%;
  left: 89%;
  position: fixed;
  transition: all .6s;
  animation: 2s btn-whats;
  animation-fill-mode: both;
  animation-iterative-count: 1;
  z-index: 100;
}

.btn-whats:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.pulse{
  position: fixed !important;
  animation: pulse 2s infinite;
}

.btn-whats > i{
  position: relative;
  font-size: 2.4rem;
  margin: -5px -1px;
}

@media only screen and (min-width: 900px){
  .pulse{
    position: fixed !important;
  }

  .btn-whats{
    width: 60px;
    height: 60px;
    padding: 10px;
    top: 86%;
    left: 3%;
  }
}

@media only screen and (max-width: 700px){
  .pulse{

  }

  .btn-whats{
    width: 50px;
    height: 50px;
    padding: 7px;
    top: 80%;
    left: 80%;
  }
}

@media only screen and (max-width: 450px){
  .pulse{

  }

  .btn-whats{
    width: 50px;
    height: 50px;
    padding: 8px;
    top: 84%;
    left: 80%;
  }
}

@media only screen and (max-width: 350px){
  .pulse{

  }

  .btn-whats{
    width: 50px;
    height: 50px;
    padding: 7px;
    top: 84%;
    left: 80%;
  }
}
/* Animações */
@keyframes btn-whats{
  10%{
    transform: translate(0, 200px);
  }
  50%{
    transform: translate(0, -40px);
  }

  70%{
    transform: scale(1.1);
  }
}

@keyframes pulse {
  50%{
    transform: scale(1.1);
  }
}
