.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 15px;
    right: 16px;
	background-color:#4cc370;
	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: #fff;
    background-color:#3d9e5a;
}

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


/* RESPONSIVE */
@media (max-width: 900px) {
    .popup-whatsapp {
        width: 280px;
    }
    .whatsapp-button {
        padding: 12px;
        font-size: 22px;
    }
}

@media (max-width: 700px) {
    .popup-whatsapp {
        width: 260px;
    }
    .whatsapp-button {
        padding: 10px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .popup-whatsapp {
        width: 240px;
        bottom: 70px;
        right: 10px;
    }
    .whatsapp-button {
        padding: 8px;
        font-size: 18px;
    }
    .circle-anime {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 300px) {
    .popup-whatsapp {
        width: 220px;
        bottom: 60px;
        right: 5px;
    }
    .whatsapp-button {
        padding: 6px;
        font-size: 16px;
    }
    .circle-anime {
        width: 40px;
        height: 40px;
    }
}
