/*wsp */


#wa_btn,
#wa_chat {
  font-size: 13px;
  line-height: 1.65em;
}

.btn1 {
  position: fixed;
  right: 23px;
  bottom: 105px;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  z-index: 999;
}

.btn1 .btn_txt {
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  top: 0px;
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -.03em;
  border-radius: 4px;
  transition: .4s ease all;
  /*font-family: var(--fuente_cuatro);*/
  font-family: F37GingerPro-Regular;	
}
.btn1 .btn_txt strong{
 font-family:var(--fuente_tres);_
}

.btn1.activo .btn_txt {
  transform: translate(0,15px);
  opacity: 0;
  visibility: hidden;
}

.btn1 .btn_icon {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}

.btn1 .btn_icon:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../images/whatsapp_white.svg') center center no-repeat;
  background-size: 30px auto;
  transition: .4s ease all;
}

.btn1 .btn_icon:after {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url('../images/whatsapp_close.svg') center center no-repeat;
  background-size: 14px auto;
  transition: .4s ease all;
  transform: scale(0) rotate(-360deg);
}

.btn1.activo .btn_icon:before {
  opacity: 0;
  transform: scale(0) rotate(360deg);
}

.btn1.activo .btn_icon:after {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.chat_box.activo {
  transform: translate(0,0);
  visibility: visible;
  opacity: 1;
}

.chat_box {
  font-family: Arial,Helvetica,sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
  bottom: 170px;
  right: 25px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translate(0,50px);
  transition: .4s ease all;
  will-change: transform,visibility,opacity;
  max-width: calc(100% - 50px);
}

.chat_box:hover,
.chat_box:focus,
.chat_box:active {
  box-shadow: 0 10px 10px 4px rgba(32,32,37,.23);
}

.chat_box .chat_header {
  background: #2db742;
}

.chat_box .chat_header {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #d9ebc6;
  background:#2db742;
}

.chat_box .chat_header:before {
  content: '';
  background: url('../images/whatsapp_white_1.svg') center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}

.chat_box .chat_header .chat_titulo {
  color: #fff;
}

.chat_box .chat_header .chat_titulo {
  padding-top: 2px;
  /*padding-bottom: 3px;*/
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.chat_box .chat_header .chat_msj {
  color: #fff;
  opacity: 0.8;
}
.chat_box .chat_header .chat_msj {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}

.chat_box .chat_body {
  background: #fff;
  padding: 13px 20px 21px 19px;
}

.chat_box .sub_msj {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}

.chat_box.fade_left .chat_list .chat_item:nth-child(1) {
  transition-delay: .3s;
}

.chat_box.fade_left .chat_list .chat_item:nth-child(2) {
  transition-delay: .5s;
}

.chat_box.fade_left .chat_list .chat_item:nth-child(3) {
  transition-delay: .7s;
}

.chat_box .miembro.online {
  transition: .2s ease all;
}

.chat_box .miembro.online:hover,
.chat_box .miembro.online:active {
  background: #fff;
  box-shadow: 0 7px 15px 1px rgba(55,62,70,.07);
}

.online:before {
  content: '';
  transition: .4s ease all;
  background: rgba(0,0,0,.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}

.chat_box .avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 12px;
  /*      top: 20px;*/
}

.chat_item .avatar_img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat_item .avatar_img  img{
	object-fit: contain;
	width: 100%;
}

.chat_list .chat_item .miembro_info {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}

.chat_list .chat_item .nombre {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em;
}

.chat_list .chat_item .labor {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em;
}

.chat_list .chat_item .estado {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em;
}

.chat_box .miembro:after {
  content: '';
  background: url('../images/whatsapp_white_1.svg') 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
}

.chat_box .miembro {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
}

.chat_box.fade_in .chat_list .chat_item {
  opacity: 1;
  transform: translate(0,0);
}

.chat_box.fade_left .chat_list .chat_item {
  transition: .4s ease all;
  transition-delay: 2.1s;
}

.chat_list .chat_item {
  margin: 14px 0 0;
  transform: translate(0,20px);
  will-change: opacity,transform;
  opacity: 0;
}