.botonflotantemovil {
	display: none;
	height: 35px;
}

.black-text {
	color:#222222;
}

 @media (max-width: 480px) {
	 
.disappear-block-on-mobile{
	display: none;
}
.botonflotantemovil {
	display: block;
	width: 98%;
	padding: 15px;
	text-align: center;
	position: fixed;
	z-index: 100000 !important;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	bottom: 0px;
	right: 0;
	height: 57px;
	vertical-align: middle;
	margin: 3px;
	border-radius: 8px;
	
	background: #89d300; /* Old browsers */
	background: -moz-linear-gradient(top, #89d300 0%, #08891d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #89d300 0%, #08891d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #89d300 0%, #08891d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d300', endColorstr='#08891d', GradientType=0 ); /* IE6-9 */
}
.botonflotantemovil:hover {
	
	background: #89d300; /* Old browsers */
	background: -moz-linear-gradient(top, #08891d 0%, #89d300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #08891d 0%, #89d300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #08891d 0%, #89d300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08891d', endColorstr='#89d300', GradientType=0 ); /* IE6-9 */
}
.botonflotantemovil a {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	
}
.botonflotantemovil a:hover {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
}
.botonflotantemovil i {
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	padding-right: 10px;
	vertical-align: middle;
	padding-bottom:5px;
}
.botonflotantemovil i:hover {
	color: #ffffff;
	font-weight: 800;
	font-size: 28px;
	padding-right: 14px;
	vertical-align: middle;
}
}
