.float{
	position:fixed;
	max-width:10px;
	min-width: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 15px;
	height:60px;
	bottom:30px;
	right:180px;
	color:#FFF;
	border-radius:10px;
	text-align:center;
  font-size:10px;
  display: inline-block;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

/*.float:hover {
	cursor: pointer;
	background-color:#226511;
	opacity: 0.8;
	width: 300px;
}*/

@media (max-width: 768px) {
    .float{
    	right: 15px;
    	bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .float{
    	right: 5px;
    	bottom: 15px;
    }
}

.my-float{
	margin-top:7px;
}

.textwathsapp{
	color: white;
	position: fixed;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	padding-top: 10px;
	background: #333333;
	opacity: 0.6;
	padding-bottom: 10px;
	margin-left: 3px;
	margin-top: 2px;
	border-radius: 10px;
	
}

.textwathsapp:hover{
	cursor: pointer;
}

@media (max-width: 768px) {
    .textwathsapp{
    	display: none;
    }
}

@media (max-width: 960px) {
    .textwathsapp{
    	display: none;
    }
}