.capawhatsapp{
background: url('../whatsapp/wsp.png') no-repeat;
background-size:100%;
border-radius: 50%;
bottom: 5pt;
display: inline;
height: 45pt;
padding: 0px;
position: fixed;
left: 5pt;
top: auto;
width: 45pt;
z-index: 99999;
box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
.capawhatsapp:hover{
	cursor: pointer;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.wspbox{
position: fixed;
bottom: 18pt;
left: 18pt;
z-index: 999999;
width: calc(100vw - 40px);
max-width: 400px;
height: 280px;
padding-bottom: 60px;
border-radius: 32px;
background: #ede4dd url('../whatsapp/backgroundw.png') center repeat-y;
background-size: auto;
background-size: 100% auto;
box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
display:none;
}

.wspboton{
position: absolute;
background: url('../whatsapp/sender.png') center repeat-y;
background-size:120%;
z-index: 2;
bottom: 8px;
left: 8px;
height: 60px;
min-width: 60px;
max-width: 95vw;
background-color: #25d366;
color: #fff;
border-radius: 30px;
box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
cursor: pointer;
transition: background-color .2s linear;
-webkit-tap-highlight-color: transparent;
}

.wspboton:hover{
box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
background: url('../whatsapp/sender2.png') center repeat-y;
background-size:120%;
transition: .9s linear;
}

.wspheader{
display: block;
position: static;
width: 100%;
height: 70px;
padding: 20px;
margin: 0;
background-color: #2e8c7d;
color: rgba(255,255,255,.5);
border-radius: 32px 32px 0px 0px;
}

.wspheader svg path {
    fill: currentColor !important;
}


.wspclose{
display: flex;
position: absolute;
top: 18px;
right: 24px;
width: 34px;
height: 34px;
border-radius: 50%;
background: #000;
color: #fff;
text-align: center;
opacity: .4;
cursor: pointer;
transition: opacity .3s ease-out;
-webkit-tap-highlight-color: transparent;
}

.wspclose svg{
display: block;
width: 12px;
height: 12px;
margin: auto;
}

.wspclose svg path{
fill: currentColor !important;
}

.wspfont{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
font-size: 16px;
line-height: 26px;
color: #262626;
}

.wspmensaje::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    left: -18px;
    width: 18px;
    height: 18px;
    background-image: url('../whatsapp/esquina.png');
    background-size: 100%;
}

.wspmensaje{
position: relative;
min-height: 80px;
padding: 20px 22px;
margin: 34px 26px;
border-radius: 32px;
background-color: #fff;
color: #4a4a4a;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}