	.boton-flotante{
		display: block;
	    position: fixed;
	    z-index: 9999999999;
	    bottom: 2%;
	    right: 2%;
	}
	.boton-wsp{
		background-color: rgb(207, 52, 118);
	    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 img{
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.chat-wsp{
		width: 21em;
		background-color: #fff;
		z-index: 99999999999;
		position: fixed;
		right: 3%;
		bottom: 15%;
		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(207, 52, 118);
	    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;
	}
	.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");
	}
	.espaciado-mid{
    	padding: 20px 20px 20px 10px;
	}
	.msg-wsp{
		display: flex;
		flex-direction: row;
	}
	.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{
		background: #fff;
		padding: 1em;
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	    border-bottom-left-radius: 10px;
		display: flex;
		flex-direction: column;
	}
	.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(207, 52, 118);
		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);
	}
	.boton-vent-wsp img{
	    width: 20px;
	    height: 20px;
	    margin-right: 10px;
	}