.whatsApp {
 position: fixed;
 bottom: 30px;
 right: 30px;
 width: 70px;
 height: 70px;
 padding: 20px;
 border-radius: 40px;
 background-color: #303030;
 background-image: url(/assets/images/icon-whatsapp.svg);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 40%;
 cursor: pointer;
}

.whatsApp:hover,
.whatsApp:focus {
 background-color: #28d264;
}

#alert {
 display: none;
 font-size: 12px;
 line-height: 8px;
 font-weight: 900;
 font-family: 'gilroysemibold', sans-serif;
 color: #fff;
 text-align: center;
 background-color: #2802b2;
 width: 30px;
 height: 30px;
 padding: 10px;
 border-radius: 100%;
 position: absolute;
 top: -6px;
 left: -6px;
}

.msg {
 display: none;
 position: fixed;
 z-index: 222;
 bottom: 140px;
 right: 30px;
 padding: 180px 40px 40px 40px;
 width: 200px;
 border-radius: 10px;
 background-image: url(/assets/images/atendentewhats.jpg);
 background-position: center top;
 background-repeat: no-repeat;
 -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.msg div {
 display: table;
 margin-top: 50px;
 margin-bottom: 30px;
}

.msg p {
 margin-top: 20px !important;
 font-size: 14px;
 line-height: 20px;
}

.msg a {
 float: right;
 width: 100%;
 padding: 10px 0;
 border-radius: 30px;
 background-color: #000;
 color: #fff;
 font-size: 15px;
 line-height: 15px;
 font-weight: bold;
 text-align: center;
}

.msg a:hover {
 background-color: #14be46;
}

.msg .waApp {
 display: none;
}

.msg .waWeb {
 display: block;
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
 .whatsApp {
  bottom: 15px;
  right: 15px;
 }

 .msg {
  bottom: 95px;
  right: 15px;
 }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
 .msg .waApp {
  display: block;
 }

 .msg .waWeb {
  display: block;
 }

 .whatsApp {
  width: 50px;
  height: 50px;
  padding: 20px;
 }

 #alert {
  font-size: 10px;
  padding: 8px;
  top: -20px;
  left: -5px;
 }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
 .whatsApp {
  bottom: 10px;
  right: 5%;
 }

 .msg a {
  float: right;
  width: 100%;
  padding: 10px 0;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
 }

 .msg {
  bottom: 80px;
  right: 5%;
  padding: 10%;
  width: 70%;
 }

 .msg div {
  margin-top: 150px;
  margin-bottom: 20px;
 }

 .msg p {
  font-size: 13px;
  line-height: 18px;
 }
}
