.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   FAQ — ACORDEÃO ELEMENTOR
   Classe do widget: lf-faq-acordeao
========================================================= */

.lf-faq-acordeao {
    width: 100%;
}

/* Remove bordas e fundos aplicados pelo Elementor */
.lf-faq-acordeao .elementor-accordion,
.lf-faq-acordeao .e-n-accordion {
    border: 0 !important;
    background: transparent !important;
}

/* Espaço entre as perguntas */
.lf-faq-acordeao .elementor-accordion-item,
.lf-faq-acordeao .e-n-accordion-item {
    overflow: hidden;
    margin-bottom: 12px;
    background: #ffffff;
    border: 1px solid #eadbce !important;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(78, 45, 27, 0.025);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

/* Efeito ao passar o mouse */
.lf-faq-acordeao .elementor-accordion-item:hover,
.lf-faq-acordeao .e-n-accordion-item:hover {
    border-color: rgba(217, 120, 24, 0.45) !important;
    box-shadow: 0 10px 28px rgba(78, 45, 27, 0.055);
}

/* Cabeçalho da pergunta */
.lf-faq-acordeao .elementor-tab-title,
.lf-faq-acordeao .e-n-accordion-item-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 64px;
    padding: 18px 22px !important;
    background: transparent !important;
    border: 0 !important;
    line-height: inherit;
}

/* Remove contornos indesejados */
.lf-faq-acordeao .elementor-tab-title:focus,
.lf-faq-acordeao .e-n-accordion-item-title:focus {
    outline: none;
    box-shadow: none;
}

/* Área da resposta */
.lf-faq-acordeao .elementor-tab-content,
.lf-faq-acordeao .e-n-accordion-item > div {
    padding: 0 22px 22px !important;
    background: transparent !important;
    border: 0 !important;
}

/* Remove a margem final dos textos */
.lf-faq-acordeao .elementor-tab-content p:last-child,
.lf-faq-acordeao .e-n-accordion-item > div p:last-child {
    margin-bottom: 0;
}

/* Ícone do acordeão antigo */
.lf-faq-acordeao .elementor-accordion-icon {
    display: inline-flex !important;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 20px;
    color: #68452e;
    line-height: 1;
}

/* Ícone do acordeão novo */
.lf-faq-acordeao .e-n-accordion-item-title-icon {
    display: inline-flex !important;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 20px;
    color: #68452e;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

/* Cor do ícone quando aberto */
.lf-faq-acordeao .elementor-tab-title.elementor-active .elementor-accordion-icon,
.lf-faq-acordeao .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    color: #d97818;
}

/* Animação suave do ícone */
.lf-faq-acordeao .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    transform: rotate(180deg);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .lf-faq-acordeao .elementor-tab-title,
    .lf-faq-acordeao .e-n-accordion-item-title {
        min-height: 60px;
        padding: 17px 20px !important;
    }

    .lf-faq-acordeao .elementor-tab-content,
    .lf-faq-acordeao .e-n-accordion-item > div {
        padding: 0 20px 20px !important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .lf-faq-acordeao .elementor-accordion-item,
    .lf-faq-acordeao .e-n-accordion-item {
        margin-bottom: 10px;
        border-radius: 13px;
    }

    .lf-faq-acordeao .elementor-tab-title,
    .lf-faq-acordeao .e-n-accordion-item-title {
        min-height: 58px;
        padding: 16px !important;
    }

    .lf-faq-acordeao .elementor-tab-content,
    .lf-faq-acordeao .e-n-accordion-item > div {
        padding: 0 16px 18px !important;
    }

    .lf-faq-acordeao .elementor-accordion-icon,
    .lf-faq-acordeao .e-n-accordion-item-title-icon {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        margin-left: 12px;
    }
}

/* =========================================================
   CONTAINER DO MENU
========================================================= */

.lf-menu-especialidades {
    width: 100%;
    max-width: 270px;
    padding: 26px 24px 24px;
    background: #f8f5ee;
    border: 1px solid rgba(104, 69, 46, 0.12);
    border-radius: 17px;
    box-shadow: 0 18px 40px rgba(78, 45, 27, 0.06);
}

/* Evita espaçamentos inesperados */
.lf-menu-especialidades .elementor-widget-heading {
    margin-bottom: 18px;
}

/* =========================================================
   MENU DE NAVEGAÇÃO
========================================================= */

.lf-menu-links,
.lf-menu-links .elementor-nav-menu--main,
.lf-menu-links .elementor-nav-menu {
    width: 100%;
}

.lf-menu-links .elementor-nav-menu {
    display: flex !important;
    flex-direction: column !important;
}

/* Item do menu */
.lf-menu-links .elementor-nav-menu > li {
    width: 100%;
    border-bottom: 1px solid #e5d8cb;
}

/* Link */
.lf-menu-links .elementor-nav-menu > li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 43px;
    padding: 9px 7px !important;
    background: transparent !important;
    border: 0 !important;
    line-height: 1.35;
    transition:
        color 0.2s ease,
        padding 0.2s ease;
}

/* Remove efeitos padrões do Elementor */
.lf-menu-links .elementor-nav-menu > li > a::before,
.lf-menu-links .elementor-nav-menu > li > a::after {
    display: none !important;
}

/* Cria a seta */
.lf-menu-links .elementor-nav-menu > li {
    position: relative;
}

.lf-menu-links .elementor-nav-menu > li::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 7px;
    color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

/* Espaço para a seta */
.lf-menu-links .elementor-nav-menu > li > a {
    padding-right: 32px !important;
}

/* Hover */
.lf-menu-links .elementor-nav-menu > li:hover > a {
    padding-left: 11px !important;
    color: #d97818 !important;
}

.lf-menu-links .elementor-nav-menu > li:hover::after {
    color: #d97818;
    transform: translate(3px, -50%);
}

/* Página atual */
.lf-menu-links .current-menu-item > a,
.lf-menu-links .current_page_item > a,
.lf-menu-links .current-menu-ancestor > a {
    color: #d97818 !important;
    font-weight: 500 !important;
}

.lf-menu-links .current-menu-item::after,
.lf-menu-links .current_page_item::after,
.lf-menu-links .current-menu-ancestor::after {
    color: #d97818;
}

/* Remove seta de submenu do Elementor */
.lf-menu-links .sub-arrow {
    display: none !important;
}

/* =========================================================
   BOTÃO
========================================================= */

.lf-menu-botao {
    width: 100%;
    margin-top: 22px;
}

.lf-menu-botao .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 55px;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(78, 45, 27, 0.12);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.lf-menu-botao .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(78, 45, 27, 0.17);
}

/* Alinhamento dos ícones */
.lf-menu-botao .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.lf-menu-botao .elementor-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    line-height: 1;
}

.lf-menu-botao .elementor-button-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .lf-menu-especialidades {
        max-width: 100%;
        padding: 23px 20px 20px;
    }

    .lf-menu-links .elementor-nav-menu > li > a {
        min-height: 46px;
    }

    .lf-menu-botao .elementor-button {
        min-height: 52px;
    }
}

/* =========================================================
   CORREÇÃO DO FUNDO DO MENU NO MOBILE
========================================================= */

@media (max-width: 767px) {

    .lf-menu-links,
    .lf-menu-links .elementor-widget-container,
    .lf-menu-links .elementor-nav-menu--dropdown,
    .lf-menu-links .elementor-nav-menu--dropdown ul,
    .lf-menu-links .elementor-nav-menu--dropdown li,
    .lf-menu-links .elementor-nav-menu--main,
    .lf-menu-links .elementor-nav-menu {
        background: transparent !important;
        background-color: transparent !important;
    }

    /* Links individuais */
    .lf-menu-links .elementor-nav-menu--dropdown li > a,
    .lf-menu-links .elementor-nav-menu > li > a {
        background: transparent !important;
    }

    /* Item ativo */
    .lf-menu-links .elementor-nav-menu--dropdown .current-menu-item > a,
    .lf-menu-links .elementor-nav-menu--dropdown .current_page_item > a {
        color: #d97818 !important;
        background: transparent !important;
    }

    /* Hover e toque */
    .lf-menu-links .elementor-nav-menu--dropdown li > a:hover,
    .lf-menu-links .elementor-nav-menu--dropdown li > a:focus {
        color: #d97818 !important;
        background: rgba(217, 120, 24, 0.04) !important;
    }
}/* End custom CSS */