.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}


.wtapp {
    position: fixed;
    bottom: 133px;
    right: 215px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    text-align: center;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    background-color: #01e675 !important;
}

.wtapp-chat {
    position: fixed;
    bottom: 120px;
    right: 30px;
    height: 32px;
    width: 200px;
    /* box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08); */
    text-align: center;
    /* line-height: 0px; */
    /* text-align: center; */
    opacity: 0;
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    background-color: #1ebea5 !important;
    padding: 5px;
}

.wtapp-mini {
    position: fixed;
    bottom: 100px;
    right: 158px;
    height: 40px;
    width: 40px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    text-align: center;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
    background-color: #01e675 !important;
}

.wtapp-chat-mini {
    position: fixed;
    bottom: 90px;
    right: 30px;
    height: 30px;
    width: 145px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    text-align: center;
    /* line-height: 0px; */
    /* text-align: center; */
    opacity: 0;
    border-radius: 5px;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    background-color: #1ebea5 !important;
    padding: 5px;
    font-size: 12px;
}

.empresa {
    padding-top: 100px;
    padding-bottom: 150px;
}

.contato {
    padding: 120px 0;
}

.bg-x-twitter, .h-bg-x-twitter:hover {
    background-color: #000000 !important;
}

.bg-mercadolivre, .h-bg-mercadolivre:hover {
    background-color: #ffd800 !important;
    color: #135b99 !important;
}

.politica-seguranca {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px clamp(20px, 5vw, 56px);
}

    .politica-seguranca header.pol-header {
        margin-bottom: 32px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--pol-border);
    }

        .politica-seguranca header.pol-header .pol-kicker {
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: var(--pol-accent);
            background: var(--pol-accent-bg);
            padding: 4px 10px;
            border-radius: 999px;
            margin-bottom: 12px;
        }

    .politica-seguranca h1 {
        margin: 0;
        font-size: clamp(22px, 4vw, 30px);
        color: var(--pol-heading);
        font-weight: 700;
    }

    .politica-seguranca section {
        padding: 0px 10px 30px 10px;
    }

        .politica-seguranca section:last-of-type {
            margin-bottom: 0;
        }

    .politica-seguranca h2 {
        font-size: 18px;
        color: var(--pol-heading);
        margin: 0 0 10px;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

        .politica-seguranca h2 .pol-num {
            color: var(--pol-accent);
            font-variant-numeric: tabular-nums;
        }

    .politica-seguranca p {
        margin: 0 0 12px;
        color: var(--pol-text);
    }

    .politica-seguranca ul {
        margin: 0 0 12px;
        padding-left: 22px;
    }

    .politica-seguranca li {
        margin-bottom: 6px;
    }

    .politica-seguranca .pol-alert {
        background: var(--pol-warning-bg);
        border: 1px solid var(--pol-warning-border);
        color: var(--pol-warning-text);
        border-radius: 8px;
        padding: 14px 16px;
        font-size: 14px;
    }

        .politica-seguranca .pol-alert strong {
            display: block;
            margin-bottom: 4px;
        }

    .politica-seguranca a {
        color: var(--pol-accent);
        text-decoration: none;
    }

        .politica-seguranca a:hover {
            text-decoration: underline;
        }

    .politica-seguranca footer.pol-footer {
        margin-top: 36px;
        padding-top: 20px;
        border-top: 1px solid var(--pol-border);
        font-size: 13px;
        color: var(--pol-muted);
    }
