.m-t-25{margin-top:25px;}
.m-t-75{margin-top:75px;}
.m-b-50{margin-bottom:50px;}
.btn-flotante {
	display:none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	letter-spacing: 2px;
	background-color: #ec3339;
	padding: 18px 30px;
	position: fixed;
	bottom: 40px;
	left: 40px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
	text-decoration: none;
	text-align: center;
}
.btn-flotante:hover {
	background-color:#3B3B3B;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color:#fff;
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}