/* Botón y popup: pequeños retoques estéticos */
.floating-wpp {
  font-family: inherit;
}

/* Botón circular */
.floating-wpp .floating-wpp-button {
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  border: 2px solid #0000FF;
}

/* Tu logo dentro del botón */
.floating-wpp .floating-wpp-button img{
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
}

/* Header del popup */
.floating-wpp .floating-wpp-popup .floating-wpp-head{
  background: #111 !important;
}

/* Cuerpo del popup */
.floating-wpp .floating-wpp-popup .floating-wpp-body{
  background: #fff !important;
}

/* Botón enviar */
.floating-wpp .floating-wpp-popup .floating-wpp-btn-send{
	background: none!important;
}

.floating-wpp-button{
  background: #bf2626!important;
}