/*
Theme Name: Performance Seguros
Theme URI:  https://performanceseguros.genio.vip
Author:     Performance Seguros
Author URI: https://performanceseguros.genio.vip
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Custom whatsapp & messenger chat */


/* message over whatsapp*/
.whatsapp-chat .whatsapp-chat-text {
  visibility: hidden;
  width: 120px;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 15px;
  top: 10px;
  right: 75px;

  /* Position the escíbenos message */
  position: absolute;
  z-index: 1;
}

.whatsapp-chat:hover .whatsapp-chat-text {
  visibility: visible;
}

.whatsapp-chat {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 22px;
  z-index: 2147483645;
}

.whatsapp-chat:focus {
  z-index: 2147483648;
}

.wa-button-cont {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.wa-button-cont:focus {
  outline: none;
}

.wa-button {
  -webkit-transition: -webkit-box-shadow 150ms linear;
  transition: -webkit-box-shadow 150ms linear;
  -o-transition: box-shadow 150ms linear;
  transition: box-shadow 150ms linear;
  transition: box-shadow 150ms linear, -webkit-box-shadow 150ms linear;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  bottom: 0 !important;
}

.wa-button:hover {
  -webkit-box-shadow: 0 5px 24px rgba(0,0,0,0.3);
          box-shadow: 0 5px 24px rgba(0,0,0,0.3);
}

.wa-icon {
  position: absolute;
  top: 0; right: 0; bottom:0; left: 0;
  background-size: contain;
}

.wa-icon-open {
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
}

.fb-chat {
  display: block;
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
}
.chat-button {
  -webkit-transition: -webkit-box-shadow 150ms linear;
  transition: -webkit-box-shadow 150ms linear;
  -o-transition: box-shadow 150ms linear;
  transition: box-shadow 150ms linear;
  transition: box-shadow 150ms linear, -webkit-box-shadow 150ms linear;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  cursor: pointer;
}

.chat-button:hover {
  -webkit-box-shadow: 0 5px 24px rgba(0,0,0,0.3);
          box-shadow: 0 5px 24px rgba(0,0,0,0.3);
}

/*== whatsapp & FBmessenger displays DEsktop+mobile ==*/