﻿.WhatsApp {
    position: fixed;
    bottom: 50px;
    left: 15px;
    z-index: 999999;
}
.WhatsApp i {
    color: #bea34d;
    font-size: 50px
}

WhatsAppC {
color: #bea34d;
text-align:left
}

@media (max-width:767px) {
    .WhatsApp {
        position: fixed;
        bottom: 50px;
        right: 15px;
        z-index: 999999;
    }
    .WhatsApp i {   
        font-size: 40px
    }
}
@media (min-width:767px) and (max-width:1023px) {
    .WhatsApp {
        position: fixed;
        bottom: 40px;
        right: 15px;
        z-index: 999999;
    }
   .WhatsApp i {
      font-size: 45px
  }
}
