
.fixed-whatsapp {
    position: fixed;
    bottom: 80px;
    right: 16px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
    -webkit-box-shadow: -4px 1px 7px 0 rgba(84, 84, 84, .35);
    box-shadow: -1px 1px 5px 0 rgba(84, 84, 84, .35);
  }
  
  .fixed-phone {
    position: fixed;
    bottom: 135px;
    right: 16px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
    -webkit-box-shadow: -4px 1px 7px 0 rgb(84 84 84 / 35%);
    box-shadow: -1px 1px 5px 0 rgb(84 84 84 / 35%);
  }
  
  .fixed-maps i, .fixed-phone i, .fixed-phone2 i, .fixed-whatsapp i, .fixed-whatsapp2 i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 20px;
    margin: 2px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
  }
  
  .contact-image {
    background-position: top center!important;
    height: 30%;
    background-size: contain!important;
}