.whatsapp-wrap {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 99999;
}
#WAbtn {
	background:#25D366;
	width: 60px;
	padding: 1em;
	height: 60px;
	border-radius: 50%;
	display: block;
	float: right;
}
.text-wa {
	width: 100%;
	max-width: 254px;
	background: #fff;
	padding: 1em;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #ededed;
	font-size: 10pt;
	line-height: 1rem;
}
.WAclose {
    position: absolute;
    top: -10px;
    left: -10px;
    background: var(--yellow);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 17px;
    color: black !important;
}
.WAclose:hover {
    cursor: pointer;
    text-decoration: none;
    background: var(--orange);
}

.text-wa:hover {
	color: #000;
}
.text-wa a:not(.WAclose) {
    color: #000;
    font-size: 17px !important;
}

.text-wa a:not(.WAclose):hover {
	text-decoration: none!important;
}


/* Responsive */
@media(max-width: 989px) {
	#section-footer {padding-bottom: 70px;}
	#WAbtn, .WAclose {display: none;}
	.whatsapp-wrap {left: 20px;}
	.text-wa {
		margin: 0 auto;
		border: 1px solid #ededed;
		box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
		padding-left: 55px;
		max-width: 310px;
	}
	.text-wa:before {
		content: '';
		display: block;
		width: 35px;
		height: 35px;
		background: url(../img/whatsapp.svg) #25D366 no-repeat center center;
		background-size: 24px;
		border-radius: 50%;
		position: absolute;
		left: 10px;
	}
}
@media(max-width: 767px) {
	.whatsapp-wrap {bottom: 15px;}
	.text-wa {max-width: 100%;min-height: 60px;display: flex;align-items: center;}
}