.wp-livechat,.wp-widget{display:none}
.whapp.wp-button,.whapp.wp-close{
position:fixed;
right:18px;
cursor:pointer
}
.whapp.wp-button{
z-index:1;
background:url(../images/whatsapp.png)center no-repeat #229ED9;
width:60px;
height:60px;
text-align:center;
bottom:116px;
border:0;
outline:0;
border-radius:60px;
-webkit-border-radius:60px;
-moz-border-radius:60px;
-ms-border-radius:60px;
o-border-radius:60px;
box-shadow:0 1px 6px rgba(0,0,0,.06),
0 2px 32px rgba(0,0,0,.16);
-webkit-transition:box-shadow .2s ease;
background-size:80%;transition:all .2s ease-in-out}
.whapp.wp-button:focus,
.whapp.wp-button:hover{transform:scale(1.1);
box-shadow:0 2px 8px rgba(0,0,0,.09),
0 4px 40px rgba(0,0,0,.24)}
.wp-face{
z-index:1;
background:url(../images/wpa.png)center no-repeat white;
width:60px;
height:60px;
margin-left: 30px;
text-align:center;
bottom:72px;
border:0;
outline:0;
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-ms-border-radius:50px;
o-border-radius:50px;
-webkit-transition:box-shadow .2s ease;
background-size:80%;transition:all .2s ease-in-out}
.wp-face:focus,
.wp-face:hover{transform:scale(1.1);
}
.wp-face1{
z-index:1;
background:url(../images/wpa1.png)center no-repeat white;
width:60px;
height:60px;
margin-left: 30px;
text-align:center;
bottom:72px;
border:0;
outline:0;
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-ms-border-radius:50px;
o-border-radius:50px;
-webkit-transition:box-shadow .2s ease;
background-size:80%;transition:all .2s ease-in-out}
.wp-face1:focus,
.wp-face1:hover{transform:scale(1.1);
}
.wp-face2{
z-index:1;
background:url(../images/wpa2.png)center no-repeat white;
width:60px;
height:60px;
margin-left: 30px;
text-align:center;
bottom:72px;
border:0;
outline:0;
border-radius:50px;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-ms-border-radius:50px;
o-border-radius:50px;
-webkit-transition:box-shadow .2s ease;
background-size:80%;transition:all .2s ease-in-out}
.wp-face2:focus,
.wp-face2:hover{transform:scale(1.1);
}
.wp-widget{
background:#fff;
z-index:2;
position:fixed;
width:360px;
height:480px;
overflow:hidden;
opacity:0;
bottom:0;
right:6px;
border-radius:6px;
-o-border-radius:6px;
-webkit-border-radius:6px;
box-shadow:0 5px 40px rgba(0,0,0,.16);
-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);
-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);
-o-box-shadow:0 5px 40px rgba(0,0,0,.16)}
.wp-credit{
background:#229ED9;	
text-align:center;
margin-top:8px
}
.wp-credit a{
transition:none;
color:white;
font-family:Helvetica,Arial,sans-serif;font-size:12px;
text-decoration:none;
border:0;
font-weight:400
}
.whapp.wp-overlay{
z-index:0;
position:fixed;
height:100vh;
width:100vw;
-webkit-transition:opacity .4s,
visibility .4s;
transition:opacity .4s,
visibility .4s;
top:0;
left:0;
background:rgba(0,0,0,.05);
display:none}
.whapp.wp-close{
z-index:4;
padding:0 6px;
background:#229ED9;
font-weight:700;
font-size:12px;
color:#fff;
margin-bottom: 10px;
border-radius:3px
}
.whapp.wp-close::after{
content:'X';
font-family:sans-serif
}
.talk-bubbles {
	margin: 10px;
    display: inline-block;
    position: relative;
	width: 330px;
	height: auto;
	background-color: #DCF8C6;
}
.whapp_head{
	background:#229ED9;
	color:white;
	padding:20px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
}
   	
@media all and (max-width: 768px) {

#content-desktop {display: none;}
}

@media only screen and (max-width: 800px) { 
#content-desktop {display: none;}
}
@media only screen and (min-width: 992px) { 
#content-mobile {display: none;}
}
@media only screen and (min-width: 1280px) { 
#content-mobile {display: none;}
}
