.float-whatsapp-container {
  border-radius: 5px;
  text-align: center;
  color: white;
  position: fixed;
  background: lightgray;
  cursor: pointer;
  z-index: 1000;
  right: 10px;
  top: 50px;
}

i.fab.fa-whatsapp-square {
  font-size: 40px;
  color: #28a745;
  float: left;
  padding: 2px 5px;
}

.float-whatsapp span {
  position: relative;
  top: 12px;
  right: 5px;
  padding-left: 5px;
}

@media only screen and (min-width: 1390px) {
  header .top01 {
    width: 65%;
  }

  .float-whatsapp-container {
    top: 50px;
  }
}

@media only screen and (max-width: 1390px) and (min-width: 1025px) {
  .top01 .compre {
    width: 62.5%;
  }

  .float-whatsapp-container {
    top: 60px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 969px) {
  .top01 .compre {
    width: 62.5%;
  }

  .float-whatsapp-container {
    top: 110px;
  }
}

@media screen and (max-width: 968px) {
  .top01 .compre {
    width: 73.5%;
  }

  .float-whatsapp-container {
    width: 110px;
    top: 90px;
  }
}
