/*
* ink colors (with variations only for black and white)
*/
.stickyWhatsapp {
  text-decoration: none;
  position: fixed;
  height: 56px;
  bottom: 8px;
  display: inline-flex;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  right: 16px;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media (min-width: 992px) {
    .stickyWhatsapp {
      bottom: 16px;
      right: 40px; } }
  .stickyWhatsapp .cs-logo {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: white;
    border: 3px solid #134493;
    position: relative;
    margin-right: -12px; }
  .stickyWhatsapp .wrap_button {
    background-color: #1855b8;
    width: auto;
    height: 40px;
    display: inline-flex;
    padding-left: 18px;
    padding-right: 16px;
    margin-top: 10px;
    gap: 8px;
    border-radius: 8px;
    flex-direction: row;
    justify-content: right;
    align-items: center; }
    .stickyWhatsapp .wrap_button .cs-title {
      font-size: 12px;
      color: white;
      font-weight: 400; }
    .stickyWhatsapp .wrap_button .cs-divider {
      color: white;
      font-weight: 700;
      font-size: 12px; }
    .stickyWhatsapp .wrap_button .img_headset {
      cursor: pointer;
      display: flex;
      width: 32px;
      height: 28px;
      border: 1px solid #1855B8;
      border-radius: 4px;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #F2F6FD 0%, #C2D9FF 100%); }
      .stickyWhatsapp .wrap_button .img_headset svg {
        height: 18px;
        width: 18px;
        min-height: 18px;
        min-width: 18px;
        fill: #1855B8;
        align-self: center; }
      .stickyWhatsapp .wrap_button .img_headset:hover {
        border-color: #134493;
        background: linear-gradient(180deg, #DCE7FA 0%, #8EB2EE 100%); }
        .stickyWhatsapp .wrap_button .img_headset:hover svg {
          fill: #134493; }
      .stickyWhatsapp .wrap_button .img_headset:active {
        border-color: #0A224A;
        background: linear-gradient(180deg, #8EB2EE 0%, #6899E8 100%); }
        .stickyWhatsapp .wrap_button .img_headset:active svg {
          fill: #0A224A; }
    .stickyWhatsapp .wrap_button .img_wa {
      display: flex;
      cursor: pointer;
      width: 32px;
      height: 28px;
      padding-top: 4px;
      border-radius: 4px;
      justify-content: center;
      background-color: #1ec494; }
      .stickyWhatsapp .wrap_button .img_wa:hover {
        background-color: #19a37b; }
      .stickyWhatsapp .wrap_button .img_wa:active {
        background-color: #148363; }
      .stickyWhatsapp .wrap_button .img_wa .img_icon {
        width: 20px;
        height: 20px; }


/*# sourceMappingURL=119.8550df95.chunk.css.map*/