.boton-flotante {
	display: block;
	position: fixed;
	z-index: 9999999999;
	bottom: 2%;
	right: 2%;
}

.boton-wsp {
	background-color: rgb(84, 172, 45);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
	margin-bottom: 16px;
	width: auto;
	margin-right: 16px;
	margin-left: 16px;
	height: auto;
	outline: transparent;
	border-radius: 20px;
	padding: 10px 15px;
	text-decoration: none;
}

.boton-wsp:hover {
	text-decoration: none;
}

.boton-wsp img {
	width: 25px;
	height: 25px;
	margin-right: 0px;
}

.chat-wsp {
	width: 21em;
	background-color: #fff;
	z-index: 99999999999;
	position: fixed;
	right: 3%;
	bottom: 13%;
	transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
}

#ventanawsp {
	display: none;
}

.top-chat-wsp {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: rgb(17, 17, 17);
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	background: rgb(9, 94, 84);
	padding: 24px 20px;
}

.wsp-x {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	opacity: 0.4;
	cursor: pointer;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	transition: all 0.3s ease 0s;
	outline: transparent;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.wsp-x:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

.numero {
	color: #fff;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.wsp-support {
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-image: initial;
	overflow: hidden;
	width: 52px;
	height: 52px;
}

.wsp-info {
	display: flex;
	flex-direction: column;
}

.wsp-info .wsp-tit {
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
}

.wsp-info .wsp-inf {
	padding-left: 15px;
	color: #fff;
}

.mid-chat-wsp {
	display: block;
	background-image: url("../img/bg-wsp.png");
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.espaciado-mid {
	padding: 20px;
}

.msg-wsp {
	display: flex;
	flex-direction: column;
}

.cachito-wsp {
	width: 0;
	height: 0;
	border-right: 10px solid #fff;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.escritura-wsp {
	width: 100%;
	display: flex;
	flex-direction: column;

	padding: 0.85em 1em;

	background: #fff;
	border-radius: 10px;
}

.escritura-wsp:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.escritura-wsp figure {
	display: flex;
}

.escritura-wsp figure picture {
	max-width: 25%;
	align-self: flex-start;
	border-radius: 50%;
	border: 5px solid rgb(9, 94, 84);
	object-fit: cover;
	overflow: hidden;
}

.escritura-wsp figure.offline picture {
	border: 5px solid #666;
	filter: grayscale(1);
}

.escritura-wsp figure figcaption {
	margin-left: 5%;
}

.escritura-wsp figure h4 {
	font-size: .9em;
	line-height: initial;
}

.escritura-wsp figure h5 {
	font-size: 0.8em;
}

.escritura-wsp figure.offline h5 {
	color: #666;
}

.escritura-wsp figure p {
	display: flex;
	align-items: center;
	font-size: 0.85em;
}

.escritura-wsp figure.online p {
	color: rgb(9, 94, 84);
}

.escritura-wsp figure p .bullet {
	width: 15px;
	height: 15px;

	display: inline-block;
	margin-right: 3px;
	border-radius: 50%;
}

.escritura-wsp figure.online p .bullet {
	background-color: rgb(9, 94, 84);
}

.escritura-wsp figure.offline p .bullet {
	background-color: #666;
}

.tit-msg-wsp {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.parrafo-msg-wsp {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.boton-vent-wsp {
	background: rgb(33, 153, 48);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	position: relative;
	margin: 16px;
	width: auto;
	height: auto;
	outline: transparent;
	border-radius: 20px;
	padding: 10px 15px;
	text-decoration: none;
}

.boton-vent-wsp:hover {
	background: rgb(69, 197, 85);
	text-decoration: none;
}

.boton-vent-wsp img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
