.flutuante{
    background: #f5db00;
    width: 180px;
    height: 90px;
    margin-top: 50px; /* altura que está do topo */
    top: 300px; /* altura que vai parar antes do topo */
    position: sticky;
    float: right;
    z-index: 20;
    border-radius: 5px;
    border: 1px solid #333;
    text-align: center;
}

.flutuante a{
    color: #000;
    font-family: 'futura_ltbold', sans-serif;
}

.flutuante:hover{
    font-size: 20px;
    width: 240px;
}