@charset "utf-8";

.flotantes-600 {
    position: fixed;
    left: calc(50% + 150px);
    bottom: 18px;
    width: 150px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

.flotantes-600 a {
    pointer-events: auto;
    width: 126px;
    max-width: 126px;
    min-height: 40px;
    padding: 9px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.15;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none !important;
}

.flotante-whatsapp {
    background: #25D366;
    color: #fff !important;
    border: 1px solid #1da851;
}

.flotante-volver {
    background: #6d1f2b;
    color: #f4df8a !important;
    border: 1px solid #d6b85c;
}

.flotante-arriba {
    background: rgba(51, 51, 51, 0.75);
    color: #d6b85c !important;
    border: 1px solid #d6b85c;
}

.flotante-arriba:hover {
    background: rgba(214, 184, 92, 0.15);
    color: #fff !important;
}

@media (max-width: 620px) {
    .flotantes-600 {
        left: auto;
        right: 8px;
        width: 142px;
        bottom: 10px;
    }

    .flotantes-600 a {
        width: 122px;
        max-width: 122px;
        min-height: 38px;
        font-size: 9px;
    }
}
