		.float{
			position:fixed;
			width:38px;
			height:38px;
			bottom:5%;
			left:2%;
			background-color:#25d366;
			color:#FFF;
			border-radius:8px;
			text-align:center;
			font-size:19px;
			/*box-shadow: 2px 2px 3px #f5f4f4;
			*/z-index:100;
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			-ms-border-radius:8px;
			-o-border-radius:8px;
}
		.my-float{
			margin-top:5px;
		}

		.my-float:hover::after {
			content: 'Contáctanos por WhatsApp';
			position: absolute;
			background: #23bee4;
			color: white;
			padding: 10px 10px;
			border-radius: 28px		;
			white-space: nowrap;
			font-size: 12px;
			margin-left: 45px;
			pointer-events: none;
			/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
			*/bottom: 2px;
			left: 0;
			-webkit-border-radius: 28px		;
			-moz-border-radius: 28px		;
			-ms-border-radius: 28px		;
			-o-border-radius: 28px		;
			
			}	
		
		.float-dark{
			position:fixed;
			width:38px;
			height:38px;
			bottom:75%;
			right:3%;
			background-color:#dee0df;
			color:#f8f5f5;
			border-radius:50px;
			text-align:center;
			font-size:16px;	
			z-index:100;
			}
		.my-float-dark{
			margin-top:5px;
		}