.boton-whatsapp {
    display: inline-block;
    border: 2px solid #25d366;
    color: #25d366;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.boton-whatsapp:hover {
    background-color: #25d366;
    color: white !important;
}

.boton-whatsapp i {
    margin-left: 8px;
}