#whatsapp-float-button {
    font-size: 12px;
    color:#fff;
    position: fixed;
    bottom: 20px;
    left: 20px; /*posicionar o botão*/
    width: 230px;;
    height: 50px;
    background-color: #25D366;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

#whatsapp-float-button  h3{
font-size:16px;
margin: 0;
text-align:center;
}

#whatsapp-float-button img {
    width: 35px;
    height: 35px;
    padding:5px;
}

#whatsapp-window {
    position: fixed;
    bottom: 90px;
    left: 20px;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}

.whatsapp-content {
    padding: 20px;
    text-align: center;
}

.whatsapp-content p {
    margin: 0 0 10px;
}

.whatsapp-content a {
    color: #25D366;
    text-decoration: none;
    font-weight: bold;
}

.whatsapp-header {
    background-color: #25D366;
    color: white;
    padding: 10px;
		margin:0px;
    text-align: center;
    font-weight: bold;
}

.whatsapp-header h3{
font-size:16px;
margin:0px;
}