.float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 34px;
	left: 34px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 20px;
	text-align: center;
	font-size: 30px;

	z-index: 100;

}

.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #fff;
}

.my-float {
	margin-top: 12px;
}



@media (max-width: 992px) {
	background-image:url("../img/fondo_nuevo3.jpg") {
		display: none;
	}

	.float {
		position: fixed;
		width: 38px;
		height: 38px;
		bottom: 35px;
		left: 25px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 15px;
		text-align: center;
		font-size: 22px;
		z-index: 100;

	}

	.float:hover {
		text-decoration: none;
		color: #25d366;
		background-color: #fff;
	}

	.my-float {
		margin-top: 9px;
	}





}