.float2{
	display: none;
	position:fixed;
	width:70px;
	height:70px;
	/*bottom:100px;*/ /*temporal*/
	bottom:180px; /*antes bottom:100px;*/
	left:20px; /*antes right:40px;*/
	background-color:#505479;
	color:#FFF;
	border-radius:50px;
	border-color: #FFF;
	text-align:center;
  font-size:33px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.my-float2{
	margin-top:20px;
}



@media (max-width: 767px) { 
.float2 {
	display: block;
	position:fixed;
	width:50px;
	height:50px;
	/*bottom:100px;*/ /*temporal*/
	bottom:80px; 
	right: 20px !important; 
	background-color:#505479;
	color:#FFF;
	border-radius:50px;
	border-color: #FFF;
	text-align:center;
  font-size:27px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
  display: d-flex;
}

.my-float2{
	margin-top:13px;
}