.elementor-638 .elementor-element.elementor-element-1343e51{--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;--margin-top:145px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-theme-post-excerpt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-638 .elementor-element.elementor-element-3c87d3e .elementor-icon-list-icon{width:14px;}.elementor-638 .elementor-element.elementor-element-3c87d3e .elementor-icon-list-icon i{font-size:14px;}.elementor-638 .elementor-element.elementor-element-3c87d3e .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-638 .elementor-element.elementor-element-02e7e39{padding:6px 18px 18px 18px;color:#000000;}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for post-comments, class: .elementor-element-47bc409 *//* =========================================
   ESTILO DE COMENTÁRIOS: LARGURA TOTAL (FULL WIDTH)
   ========================================= */

/* --- 1. CONTAINER PRINCIPAL --- */
#comments, .comment-respond {
    max-width: 100% !important; /* Força ocupar toda a largura */
    width: 100%;
    background: #ffffff;
    padding: 60px 0; /* Espaço em cima e embaixo, 0 nas laterais */
    margin: 40px 0;
    border-top: 1px solid #eee; /* Uma linha sutil separando do post */
    border-radius: 0; /* Remove cantos arredondados do container principal */
    box-shadow: none; /* Remove a sombra da caixa para ficar flat na página */
    text-align: center;
}

/* --- 2. TÍTULO --- */
#reply-title, .comments-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #222;
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
    display: block;
}

#reply-title::after, .comments-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #e85b0b;
    margin: 15px auto 0 auto;
    border-radius: 10px;
}

/* --- 3. ALINHAMENTO DO FORMULÁRIO --- */
#commentform {
    max-width: 1200px; /* Limita apenas o formulário para não ficar impossível de ler em telas gigantes */
    margin: 0 auto;    /* Centraliza os campos na tela */
    padding: 0 20px;   /* Garante que não cole nas bordas em celulares */
}

/* --- 4. CAMPOS (INPUTS) --- */
#commentform textarea,
#commentform input {
    width: 100%;
    background-color: #f7f7f7;
    border: 2px solid #e0e0e0;
    border-radius: 8px; /* Cantos levemente arredondados nos campos */
    padding: 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
    margin-bottom: 20px; /* Espaço entre os campos */
}

#commentform textarea:focus,
#commentform input:focus {
    background-color: #fff;
    border-color: #e85b0b;
    outline: none;
    box-shadow: 0 5px 15px rgba(232, 91, 11, 0.1);
}

#commentform textarea {
    min-height: 200px; /* Campo de texto bem alto */
}

/* --- 5. BOTÃO --- */
.form-submit {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.form-submit input[type="submit"] {
    background-color: #e85b0b !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 20px 80px; /* Botão bem grande */
    border-radius: 5px; /* Botão mais quadrado para combinar com estilo full width */
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit input[type="submit"]:hover {
    background-color: #000 !important;
    letter-spacing: 1px; /* Efeito elegante ao passar o mouse */
}

/* Esconde textos desnecessários de login para limpar o visual */
.logged-in-as {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.logged-in-as a { color: #e85b0b; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1343e51 *//* --- 1. CENTRALIZAR E LIMITAR LARGURA DO TEXTO --- */
/* Isso evita que o texto fique muito comprido na tela, o que cansa a leitura */
.elementor-widget-theme-post-content {
    max-width: 800px; /* Largura ideal para leitura */
    margin: 0 auto;   /* Centraliza o bloco de texto */
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem; /* Tamanho de fonte confortável (aprox 18px) */
    line-height: 1.8;   /* Espaçamento entre linhas arejado */
    color: #333;        /* Cinza escuro suave (melhor que preto puro) */
}

/* --- 2. ESTILO DOS SUBTÍTULOS (H2, H3 dentro do post) --- */
.elementor-widget-theme-post-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #111;
    font-size: 1.8rem;
    margin-top: 50px;    /* Espaço maior antes do título */
    margin-bottom: 20px; /* Espaço depois */
    padding-left: 15px;  /* Espaço para o detalhe lateral */
    border-left: 4px solid #e85b0b; /* Linha Laranja da marca à esquerda */
    line-height: 1.2;
}

.elementor-widget-theme-post-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #444;
    font-size: 1.4rem;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* --- 3. ESTILO DAS LISTAS (Bullets) --- */
.elementor-widget-theme-post-content ul {
    margin-bottom: 30px;
    padding-left: 10px;
}

.elementor-widget-theme-post-content li {
    list-style: none; /* Remove a bolinha preta padrão feia */
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

/* Cria um "check" ou bolinha laranja personalizada */
.elementor-widget-theme-post-content li::before {
    content: '•';      /* Pode trocar por '✔' se preferir */
    color: #e85b0b;    /* Laranja da marca */
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -5px;
}

/* --- 4. IMAGEM DESTACADA --- */
.elementor-widget-theme-post-featured-image img {
    border-radius: 12px; /* Cantos arredondados */
    box-shadow: 0 15px 40px rgba(0,0,0,0.1); /* Sombra elegante */
    margin-bottom: 40px;
    max-width: 1000px; /* A imagem pode ser um pouco mais larga que o texto */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* --- 5. TÍTULO PRINCIPAL DO POST (H1) --- */
/* Ajuste para o Widget de Título do Post */
.elementor-widget-theme-post-title .elementor-heading-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #e85b0b; /* Laranja da marca */
    text-transform: none; /* Mantém maiúsculas/minúsculas naturais */
    max-width: 900px;
    margin: 0 auto 20px auto; /* Centraliza */
    text-align: center; /* Centraliza o texto */
    line-height: 1.2;
}

/* --- 6. META DADOS (Autor, Data) --- */
.elementor-widget-post-info {
    max-width: 800px;
    margin: 0 auto 40px auto; /* Centraliza e dá espaço abaixo */
    text-align: center;
    border-bottom: 1px solid #eee; /* Linha divisória suave */
    padding-bottom: 20px;
}

.elementor-widget-post-info .elementor-icon-list-item {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #888;
}

.elementor-widget-post-info .elementor-icon-list-icon {
    color: #e85b0b !important; /* Ícones em laranja */
}/* End custom CSS */