.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:25px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
        background-color:#fff;
}

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

.floatbtninscribete{
	position:fixed;
	width:200px;
	height:50px;
	bottom:30px;
	right:120px;
        display: flex;align-items: center;justify-content: center;
	background-color:#333;
	color:#FFF;
        --tw-text-opacity: 1;
        font-weight: 300;
	border-radius:5px;
	text-align:center;
        font-weight: 300;font-size: 18px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.my-floatfe{
	margin-top:16px;
}

.floatbtninscribete:hover {
	/*box-shadow: inset 0 0 20px rgba(49, 138, 172, 0.5), 0 0 20px rgba(49, 138, 172, 0.4);*/
        box-shadow: inset 0 0 20px #333, 0 0 20px #FFF;
  outline-color: rgba(49, 138, 172, 0);
  outline-offset: 80px;
  text-shadow: 1px 1px 6px #fff;
  /*border-shadow: ;*/
}