		.float{
			position:fixed;
			width:45px;
			height:45px;
			bottom:107px;
			left:22px;
			background-color:#25d366;
			color:#FFF;
			cursor: pointer;
			border-radius:8px;
			text-align:center;
			font-size:25px;
			/*box-shadow: 2px 2px 3px #f5f4f4;
			*/z-index:299;
			
			-webkit-border-radius:8px;
			-moz-border-radius:8px;
			-ms-border-radius:8px;
			-o-border-radius:8px;
}
		.my-float{
			margin-top:4px;
			
		}

		.my-float:hover::after {
			content: 'Contáctanos por WhatsApp';
			position: absolute;
			background: #25d366;
			color: white;
			padding: 10px 10px;
			border-radius: 28px		;
			white-space: nowrap;
			font-size: 12px;
			margin-left: 45px;
			pointer-events: none;
			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;
		}