.whatsapp-button {
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20pt;
    position: fixed;
    bottom: 80px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    animation: bounce 1s infinite;
}

.whatsapp-button{
    text-decoration: none!important;
}

.whatsapp-button:hover{
    text-decoration: none!important;
    color: #fff!important;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}


.logo-gallery_x {
    background-blend-mode: multiply;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.logo-item_x {
    background-blend-mode: multiply;
    flex: 1 1 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-item_x .youcan {
    background-blend-mode: multiply;
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}