/* Estilo boton whatsapp */
.whatsapp-button {
    position: fixed;
    bottom: 325px;
    right: 20px;
    /*background-color: #25d366;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    font-size: 24px;*/
    
}

.whatsapp-button img {
    width: 48px;
    height: 48px;
}