/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* 1. Estilização da borda, formato, padding e posição relativa do botão */
.elementor-nav-menu .menu-item-759 > a.elementor-item {
    border: 2px solid #c82828 !important;
    border-radius: 50px !important;
    padding: 20px 20px 20px 55px !important; /* Seu padding personalizado */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important; /* NECESSÁRIO para o position: absolute do ícone funcionar */
    color: #c82828 !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    transition: all 0.3s ease !important;
}

/* 2. Ícone posicionado de forma absoluta dentro do botão */
.elementor-nav-menu .menu-item-759 > a.elementor-item::before {
    content: "" !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #c82828 !important;
    position: absolute !important;
    left: 25px !important; /* Suas coordenadas */
    top: 21px !important;  /* Suas coordenadas */
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z'/></svg>") no-repeat center / contain !important;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z'/></svg>") no-repeat center / contain !important;
    transition: background-color 0.3s ease !important;
}

/* 3. Previne alterações indesejadas no hover e estados ativos do Elementor */
.elementor-nav-menu .menu-item-759 > a.elementor-item:hover,
.elementor-nav-menu .menu-item-759 > a.elementor-item:focus,
.elementor-nav-menu .menu-item-759 > a.elementor-item.highlighted {
    background-color: transparent !important;
    color: #c82828 !important;
}

.elementor-nav-menu .menu-item-759 > a.elementor-item:hover::before {
    background-color: #c82828 !important;
}

/* 4. Esconde barras e sublinhados nativos do Elementor no hover */
.elementor-nav-menu .menu-item-759 > a.elementor-item::after {
    display: none !important;
}
.elementor-nav-menu .menu-item-759 > a.elementor-item::before {
    background-color: #c82828 !important;
}

.e-n-menu-title {
    max-height: 50px !important;
}
span.e-n-menu-title-text, .e-n-menu-dropdown-icon {
    max-height: 30px !important;
}
.dkt-filtros__grupo {
    margin-top: 0 !important;
}
@media only screen and (max-width: 667px) {
  
	li.e-n-menu-item {
		overflow: hidden;
		position: relative;
	}
}