﻿
.WhatsApp {
    position: fixed;
    top: 0px;
    right: 5px;
    z-index: 999999;
    cursor: pointer !important
}
    .WhatsApp img {
        width:50px;
        
    }
.WhatsApp i {
    color: #C5060F;
    font-size: 50px
}
    .WhatsAppDiverse {
        color: #C5060F;

    }
        .WhatsAppDiverse i {
            color: #C5060F;
         
        }
.WhatsAppDiverse2 {
    color: #C5060F;
}

    .WhatsAppDiverse2 i {
        color: #C5060F;
    }


   



@media (max-width:767px) {
    .WhatsApp {
        position: fixed;
        top:unset !important;
        bottom: 50px !important;
        right: 5px !important;
        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
  }
}
