/*Botão flutunte do whatsapp*/
div#whatasapp {
    position: fixed;
    right: 1px;
    bottom: 20px;
    background: #0d7b00;
    z-index: 999;
    padding: 10px;
    border-radius: 50px;
    transition: .5s;
}

div#whatasapp:hover {
    right: 0;
    bottom: 0;
    border-radius: 140px 0px 0px 0px;
    padding: 70px;
    transition: .5s;
}

div#whatasapptexto {
    position: fixed;
    right: 1px;
    bottom: 1px;
    color: #ffffff;
    background: #0d7b00;
    font-weight: bold;
    z-index: 999;
    padding: 1px;
}
/*Fim botão flutuante do whatsapp*/
