.mod-ut-whatsapp{
	display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1040;
}
.mod-ut-whatsapp .whatsapp-button{
	display: flex;
	justify-content: center;
	align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.30);
    cursor: pointer;
    background: #25d366;
    color: #FFFFFF;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
}
.mod-ut-whatsapp .whatsapp-button:hover,
.mod-ut-whatsapp .whatsapp-button:focus{transform: scale(1.1);-webkit-transform: scale(1.1);}