/* MÓDULO EB WHATSAPP CHAT */

i._access-icon._access {
    bottom: 20px !important;
    left: 30px !important;
}
.whatsappchat img.is-analytics {
    max-width: 32px !important;
    display: inline-block;
}
@media (max-width: 767px) {
    .whatsappchat.is-bottom_right {
        bottom: 30px !important;
    }
    .sp-scroll-up {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .whatsappchat.is-bottom_right {
        bottom: 90px !important;
    }
    .sp-scroll-up {
        bottom: 30px;
        right: 100px;
    }
}
@media (min-width: 992px ) and (max-width: 1399px) {
div#whatsapp_chat_widget #wa-widget-send-button {
    bottom: 40px !important;
    right: 20px;
  }
}
@media (max-width: 991px) {
   div#whatsapp_chat_widget #wa-widget-send-button {
    bottom: 90px !important;
    margin-bottom: 10px !important;
    right: 0;
   }
}