

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/
/* WhatsApp Button */

.whatsApp{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-whatsApp{
  margin-top:16px;
}


.callmenow{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  text-align:center;
  font-size:30px;
  z-index:101;
}
.my-callmenow{
  margin-top:16px;
}

.preventivo{
  color: red;
  position: fixed;
  flex-wrap:wrap;
  text-shadow: #bb8a8a 1px 1px;
  bottom: 48px;
  line-height: 0.8;
  font-size:25px;
  margin-bottom: 0.5rem;
  font-weight: 800;
  text-align: center;
  z-index: 99;
}