.flotante {
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 99;
    padding: 7px 0 0 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}


.flotante:hover {
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-5px);
}

.contador {
    position: fixed;
    bottom: 3%;
    left: 1%;
    z-index: 99;
}



