/****** PLACE YOUR CUSTOM STYLES HERE ******/
/* Boton de Whatsapp */
.floating-whatsapp-btn{
	width: 50px;
	height: 50px;
	background: #25D366;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
	border-color: #ffffff;
	border: 2px;
	border-style: solid;
	color:#ffffff;
	font-size: 40px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2000;
}