/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763407692
Updated: 2025-11-17 16:28:12

*/

/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor Child Theme.
Version: 3.4.5.1763407692
Updated: 2025-11-19
*/

/* =========================================
   1. VARIÁVEIS GLOBAIS
   ========================================= */
:root {
    --qzd-color-primary: #0d3b66;       /* Azul Navy Principal */
    --qzd-color-primary-hover: #0a2e52; /* Azul Mais Escuro */
}

/* =========================================
   2. RESET DE LINKS (TEXTO GERAL)
   Elimina a cor "Goiaba" (Accent Color) de links de texto
   ========================================= */
body a,
body .elementor-widget-container a {
    color: var(--qzd-color-primary) !important;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

body a:hover,
body .elementor-widget-container a:hover {
    color: var(--qzd-color-primary-hover) !important;
    text-decoration: underline;
}

/* Remove outline padrão azul/preto de navegadores */
a:focus, button:focus, input:focus {
    outline: none;
}

/* =========================================
   3. RESET DE BOTÕES (CLIQUE/FOCO)
   Elimina a cor "Goiaba" ao clicar ou selecionar botões
   ========================================= */
body .qzd-btn.qzd-btn-primary:focus,
body .qzd-btn.qzd-btn-primary:active,
body .qzd-btn.qzd-btn-primary:hover:focus,
body .qzd-btn.qzd-btn-primary:focus-visible {
    background-color: var(--qzd-color-primary) !important;
    border-color: var(--qzd-color-primary) !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Foco acessível customizado (Anel azul suave em vez de preto) */
body .qzd-btn.qzd-btn-primary:focus-visible {
    box-shadow: 0 0 0 3px rgba(13, 59, 102, 0.3) !important;
}

/* Previne conflito com botões padrão do Elementor se houver */
body .elementor-button {
    text-decoration: none !important;
}