.elementor-80 .elementor-element.elementor-element-c4a8f98{--display:flex;}.elementor-80 .elementor-element.elementor-element-78364d6{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-78364d6 *//* --- 1. Variáveis (definições globais) --- */
/* Estas variáveis são boas para manter a consistência de cores.
   Certifique-se de que estão definidas no seu Custom CSS do tema ou Elementor. */
:root {
    --kabum-dark-blue: #1a2a3e; /* Ajuste para sua cor real se diferente */
    --kabum-orange: #ff6600;   /* Ajuste para sua cor real se diferente */
}

/* --- 2. Correções de Espaçamento no Elementor (Crucial) --- */
/* Estas regras anulam margens e paddings padrão que o Elementor pode aplicar
   aos contêineres que envolvem seu código HTML. Use !important para garantir
   que elas sobrescrevam outros estilos. */

/* Zera margens e paddings da seção principal que contém seu rodapé (data-id="d19e06f") */
.elementor-element-d19e06f {
    margin: 0 !important;
    padding: 0 !important;
}

/* Zera margens e paddings do contêiner do widget HTML (a div direta que envolve seu <footer class="bitxote-footer">) */
.elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Zera margens e paddings do próprio widget HTML (data-id="509f83f") */
.elementor-element-509f83f {
    margin: 0 !important;
    padding: 0 !important;
}

/* Se houver uma seção vazia (data-id="30c3b6a") antes do seu rodapé,
   esta regra a ajuda a não ocupar espaço. Remova-a do Elementor se for realmente vazia. */
.elementor-element-30c3b6a {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important; /* Garante que não tenha altura mínima */
    height: auto !important; /* Garante que não tenha altura fixa, se definida */
}

/* Seções e colunas gerais do Elementor, caso haja padding/margin inesperado em outros lugares */
.elementor-section, .elementor-column {
    padding: 0 !important;
    margin: 0 !important;
}

/* Opcional: Remova o padding inferior do último widget de uma seção, se ainda houver espaço */
/* Aplique isso apenas se o espaço for na parte inferior e visivelmente vindo de um widget final. */
.elementor-widget:last-child .elementor-widget-container {
    padding-bottom: 0 !important;
}

/* --- 3. Regras de Sticky Footer (Removidas/Comentadas para Elementor) --- */
/* As regras abaixo são para um "sticky footer" em páginas HTML/CSS puro.
   Elas conflitam com o Elementor e foram REMOVIDAS do código ativo. */
/*
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

body > *:not(.bitxote-footer) {
    flex-grow: 1;
}
*/

/* --- 4. Estilos do Rodapé (.bitxote-footer) --- */
.bitxote-footer {
    background-color: var(--kabum-dark-blue);
    color: #fff;
    padding-top: 40px;
    /* `margin-top: auto;` e `flex-shrink: 0;` podem ajudar se o container pai no Elementor for flex,
       mas a principal correção para o espaço vem das regras acima. */
    margin-top: auto;
    flex-shrink: 0;
}

.bitxote-footer .footer-top .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #37475a;
}

.bitxote-footer .footer-info h3,
.bitxote-footer .footer-institutional h3,
.bitxote-footer .footer-contact h3,
.bitxote-footer .footer-payment h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #eee;
}

.bitxote-footer .footer-info ul,
.bitxote-footer .footer-institutional ul {
    list-style: none;
    padding: 0;
}

.bitxote-footer .footer-info ul li,
.bitxote-footer .footer-institutional ul li {
    margin-bottom: 10px;
}

.bitxote-footer .footer-info ul li a,
.bitxote-footer .footer-institutional ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.bitxote-footer .footer-info ul li a:hover,
.bitxote-footer .footer-institutional ul li a:hover {
    color: var(--kabum-orange);
}

.bitxote-footer .footer-contact p {
    margin-bottom: 10px;
    color: #ccc;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bitxote-footer .footer-contact .fas {
    font-size: 1rem;
}

.bitxote-footer .footer-contact .chat-button {
    display: inline-block;
    background-color: var(--kabum-orange);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.bitxote-footer .footer-contact .chat-button:hover {
    background-color: #e65c00;
}

.bitxote-footer .footer-contact .social-links {
    margin-top: 20px;
}

.bitxote-footer .footer-contact .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #37475a;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.bitxote-footer .footer-contact .social-links a:hover {
    background-color: #546e7a;
}

.bitxote-footer .footer-payment .payment-icons {
    font-size: 2rem;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.bitxote-footer .footer-payment .payment-icons i {
    color: #ccc;
}

.bitxote-footer .footer-bottom {
    background-color: #1c2b3e;
    padding: 20px 0;
    color: #ccc;
    font-size: 0.8rem;
}

.bitxote-footer .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bitxote-footer .footer-bottom .security-seals img {
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
}

/* --- 5. Media Queries para Responsividade --- */
@media (max-width: 768px) {
    .bitxote-footer .footer-top .container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .bitxote-footer .footer-contact .social-links {
        justify-content: center;
    }

    .bitxote-footer .footer-bottom .container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .bitxote-footer .footer-bottom .security-seals {
        margin-top: 10px;
    }
}
.elementor-element-d19e06f { margin: 0 !important; padding: 0 !important; }
.elementor-widget-container { margin: 0 !important; padding: 0 !important; }
.elementor-element-509f83f { margin: 0 !important; padding: 0 !important; }
.elementor-element-30c3b6a { margin: 0 !important; padding: 0 !important; min-height: 0 !important; height: auto !important; }
.elementor-section, .elementor-column { padding: 0 !important; margin: 0 !important; }
.elementor-widget:last-child .elementor-widget-container { padding-bottom: 0 !important; }/* End custom CSS */