.elementor-251 .elementor-element.elementor-element-9ff1687{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-251 .elementor-element.elementor-element-5828987{padding:-15px -15px -15px -15px;}.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-5828987 *//* Importação de Font Awesome para os ícones */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

/* Variáveis de Cores (Ajuste conforme a paleta do seu site) */
:root {
    --fundo-rodape: #f5f5f5; /* Cor de fundo clara */
    --cor-texto-principal: #333; /* Cor dos títulos e textos principais */
    --cor-link-hover: #000; /* Preto para hover */
    --cor-link-padrao: #555; /* Cinza escuro para links */
    --cor-bordas: #ddd; /* Linhas de separação */
}

/* ------------------------------------------- */
/* CONTAINER GERAL E BASE */
/* ------------------------------------------- */

.site-footer-customizado {
    background-color: var(--fundo-rodape);
    width: 100%;
    padding: 30px 0;
    font-family: Arial, sans-serif; /* Use a fonte do seu site */
    font-size: 14px;
    line-height: 1.6;
}

.footer-container-custom {
    max-width: 1200px; /* Largura máxima do conteúdo */
    margin: 0 auto;
    padding: 0 20px;
}

.footer-separator {
    border: 0;
    border-top: 1px solid var(--cor-bordas);
    margin: 40px 0;
}

/* ------------------------------------------- */
/* SEÇÃO DE REDES SOCIAIS */
/* ------------------------------------------- */

.footer-redes-sociais {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--cor-bordas);
    margin-bottom: 40px;
}

.footer-redes-sociais .siga-title {
    font-weight: 600;
    color: var(--cor-texto-principal);
    margin: 0 0 15px 0;
}

.social-icons-custom a {
    color: var(--cor-link-padrao);
    font-size: 20px;
    margin: 0 15px;
    transition: color 0.3s;
}

.social-icons-custom a:hover {
    color: var(--cor-link-hover);
}

/* ------------------------------------------- */
/* GRID DE LINKS (5 COLUNAS) */
/* ------------------------------------------- */

.footer-grid-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-col-custom {
    flex: 1; /* Distribui o espaço igualmente */
    min-width: 150px;
}

.col-title-custom {
    font-size: 14px;
    font-weight: 700;
    color: var(--cor-texto-principal);
    margin-top: 5;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0,5px;
}

.footer-col-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-custom ul li a {
    display: block;
    color: var(--cor-link-padrao);
    text-decoration: none;
    padding: 3px 0;
    transition: color 0.3s;
    font-size: 13px; /* Tamanho do link menor */
}

.footer-col-custom ul li a:hover {
    color: var(--cor-link-hover);
    text-decoration: underline;
}

/* Coluna de Atendimento com informações extras */
.contato-info {
    margin-top: 20px;
}

.contato-info p {
    margin: 5px 0;
    color: var(--cor-link-padrao);
}

.contato-info a {
    color: var(--cor-link-padrao);
    text-decoration: none;
}

.contato-info a:hover {
    color: var(--cor-link-hover);
    text-decoration: underline;
}

.contato-info i {
    margin-right: 8px;
    color: var(--cor-texto-principal);
}

.horario-atendimento {
    font-size: 12px;
    margin-top: 15px !important;
}

/* ------------------------------------------- */
/* SEÇÃO INFERIOR (PAGAMENTO, SEGURANÇA, APPS) */
/* ------------------------------------------- */

.footer-bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Alinhamento ao topo */
    gap: 20px;
    padding-bottom: 40px;
}

.pagamento-box, .confianca-box, .seguranca-box, .desenvolvimento-box, .app-box {
    flex: 1;
    min-width: 100px;
}

.icones-pagamento img {
    max-width: 45px;
    height: auto;
    margin-right: 5px;
    border: 1px solid var(--cor-bordas);
    border-radius: 2px;
}

.rating-stars {
    color: #f39c12; /* Cor de estrela */
    font-size: 14px;
    margin-top: 5px;
}

.confianca-box p {
    margin-bottom: 0;
    font-size: 13px;
}

.app-icons a img {
    max-width: 120px;
    height: auto;
    margin-top: 10px;
    display: block;
}

.app-icons a:first-child {
    margin-bottom: 10px;
}

/* ------------------------------------------- */
/* INFORMAÇÕES LEGAIS (FIM DO RODAPÉ) */
/* ------------------------------------------- */

.footer-legal-info {
    text-align: center;
    border-top: 1px solid var(--cor-bordas);
    padding-top: 20px;
    font-size: 11px;
    color: #777;
}

.footer-legal-info a {
    color: #777;
    text-decoration: none;
}

/* ------------------------------------------- */
/* RESPONSIVIDADE (MOBILE) */
/* ------------------------------------------- */

@media (max-width: 992px) {
    
    .footer-grid-links {
        flex-wrap: wrap; /* Permite que as colunas quebrem */
        justify-content: flex-start;
    }

    .footer-col-custom {
        flex: 1 1 45%; /* Duas colunas em telas médias */
        margin-bottom: 30px;
    }
    
    .atendimento-col {
        flex: 1 1 100%; /* Atendimento em linha única no mobile */
    }

    .footer-bottom-info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    /* Para tablets, as caixas de baixo podem ficar em 2 ou 3 colunas */
    .pagamento-box, .confianca-box, .seguranca-box, .desenvolvimento-box {
        flex: 1 1 40%;
        margin-bottom: 20px;
    }
    
    .app-box {
        flex: 1 1 100%; /* Apps em linha única */
        text-align: center;
    }
    
    .app-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    
    .app-icons a img {
        display: inline;
    }
}

@media (max-width: 576px) {
    .footer-container-custom {
        padding: 0 15px;
    }
    
    .footer-col-custom {
        flex: 1 1 100%; /* Uma coluna em telas pequenas */
    }
    
    .pagamento-box, .confianca-box, .seguranca-box, .desenvolvimento-box {
        flex: 1 1 100%; /* Uma coluna nas caixas inferiores */
        text-align: center;
    }
    
    .icones-pagamento {
        text-align: center;
    }
    
    .footer-redes-sociais {
        padding-bottom: 10px;
    }
    
    .social-icons-custom a {
        margin: 0 10px;
        font-size: 18px;
    }
}/* End custom CSS */