.elementor-24734 .elementor-element.elementor-element-effcf42{--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;}/* Start custom CSS for html, class: .elementor-element-71d054f *//* === GERAL & RESET CRIATIVO (APRIMORADO PARA O HTML ATUAL) === */
:root {
    --cor-azul-principal: #0597E2; /* Azul PechinchaLivre */
    --cor-azul-escuro: #047DBB;   /* Variação para hover/gradiente */
    
    --cor-laranja-destaque: #FF6200; /* Laranja para CTAs fortes e "Guia" */
    --cor-laranja-claro: #FF8C00;   /* Laranja mais claro para acentos */
    --cor-amarelo-pechincha: #FFD700; /* Amarelo para detalhes sutis */
    
    --cor-texto-base: #343A40; 
    --cor-texto-titulos: #1A202C; 
    --cor-texto-links: var(--cor-azul-principal); 
    --cor-texto-branco: #FFFFFF;
    --cor-texto-sutil: #6c757d;

    --fundo-pagina: #F8F9FA; 
    --fundo-hero-gradiente: linear-gradient(145deg, var(--cor-azul-principal) 20%, var(--cor-azul-escuro) 100%);
    --fundo-card: #FFFFFF;

    --font-titulos: 'Montserrat', sans-serif;
    --font-corpo: 'Open Sans', sans-serif;

    --max-width-container: 1200px; 
    --max-width-container-narrow: 820px; 

    --border-radius-suave: 8px;
    --border-radius-forte: 16px; 
    --sombra-card: 0 10px 30px rgba(0, 0, 0, 0.08); 
    --sombra-botao-laranja: 0 6px 12px rgba(255, 98, 0, 0.35);
    --transicao-padrao: all 0.3s ease-in-out;
    --transicao-suave: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    height: 100%; 
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
    html {
        font-size: 17px;
    }
}

body { /* Removida a classe específica do body para simplificar, pode ser .body-creative se preferir */
    font-family: var(--font-corpo);
    color: var(--cor-texto-base);
    line-height: 1.85; 
    background-color: var(--fundo-pagina);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
    display: flex; 
    flex-direction: column; 
    min-height: 100vh; 
}

.container { /* Classe genérica para o container do header */
    width: 90%;
    max-width: var(--max-width-container);
    margin: 0 auto;
    padding: 0 20px;
}
.container-narrow { /* Classe genérica para o container mais estreito do conteúdo */
    width: 90%;
    max-width: var(--max-width-container-narrow);
    margin: 0 auto;
    padding: 0 15px;
}

/* === CABEÇALHO CRIATIVO === */
.site-header-creative {
    background-color: rgba(255, 255, 255, 0.97); 
    backdrop-filter: blur(8px);
    padding: 1.25rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky; 
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid var(--cor-laranja-destaque);
    flex-shrink: 0; 
}
.site-header-creative .container { /* Já definido acima */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-link-creative {
    font-family: var(--font-titulos);
    font-size: 1.9rem; 
    font-weight: 800; 
    color: var(--cor-azul-principal); 
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: opacity 0.2s ease;
}
.logo-link-creative:hover {
    opacity: 0.8;
}
.logo-highlight-creative {
    color: var(--cor-laranja-destaque);
    font-weight: 900;
}
.main-nav-creative a {
    font-family: var(--font-titulos);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--cor-texto-base);
    text-decoration: none;
    margin-left: 2.25rem; 
    transition: var(--transicao-padrao);
    padding: 0.6rem 0.3rem; 
    border-bottom: 3px solid transparent; 
}
.main-nav-creative a:hover {
    color: var(--cor-laranja-destaque);
    border-bottom-color: var(--cor-laranja-destaque);
}

/* === LAYOUT PRINCIPAL === */
.main-content-full-page { /* Nome da classe no seu HTML */
    flex-grow: 1; 
    display: flex; 
    flex-direction: column; 
    padding-bottom: 4rem; 
}
.blog-post-creative {
    flex-grow: 1; 
}

/* === HERO DO POST === */
.post-hero-header { /* Nome da classe no seu HTML */
    background: var(--fundo-hero-gradiente);
    color: var(--cor-texto-branco);
    padding: 5rem 0 7rem; 
    text-align: center;
    position: relative;
    overflow: visible; 
}
.post-hero-header::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    opacity: 0.5;
    transform: rotate(45deg);
}
.post-hero-header::after { 
    content: '';
    position: absolute;
    bottom: 25%;
    right: 15%;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius-suave);
    opacity: 0.6;
}
.post-title-creative { /* H1 */
    font-family: var(--font-titulos);
    font-size: 2.6rem; /* Ajustado para título mais curto */
    font-weight: 900;
    line-height: 1.3; /* Ajustado */
    margin-bottom: 1.25rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.25);
    position: relative; 
    z-index: 5;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.post-meta-creative {
    font-family: var(--font-corpo);
    font-size: 1rem; 
    opacity: 0.9;
    font-weight: 600;
    position: relative; 
    z-index: 5;
}

/* === CONTEÚDO DO POST === */
.post-content-creative { /* Wrapper do conteúdo */
    background-color: var(--fundo-card);
    padding: 4rem 3.5rem; 
    margin-top: -5rem; 
    position: relative; 
    z-index: 10;
    border-radius: var(--border-radius-forte);
    box-shadow: var(--sombra-card);
}
.intro-paragraph { /* Classe no seu HTML */
    font-size: 1.25rem; 
    color: var(--cor-texto-base);
    font-weight: 500; 
    margin-bottom: 3rem !important;
    line-height: 1.9;
}
.section-title-creative { /* H2 */
    font-family: var(--font-titulos);
    font-size: 1.9rem; /* Ajustado */
    font-weight: 800;
    color: var(--cor-texto-titulos);
    margin-top: 3.5rem;
    margin-bottom: 1.75rem;
    position: relative;
    padding-bottom: 0.75rem; 
    display: block; /* Para o ::after funcionar bem com texto quebrando linha */
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.4;
}
.section-title-creative span { 
    color: var(--cor-laranja-destaque);
    font-weight: 900;
    margin-right: 0.3em; 
}
.section-title-creative::after { 
    content: '';
    display: block; /* Para ficar abaixo do título */
    width: 80px;
    height: 5px;
    background-image: linear-gradient(to right, var(--cor-laranja-destaque), var(--cor-amarelo-pechincha));
    border-radius: 3px;
    margin-top: 0.6rem; /* Espaço entre texto e linha */
}
.section-title-creative.small { 
    font-size: 1.6rem;
    margin-top: 2.5rem;
}
.section-title-creative.small::after {
    width: 70px;
}

.post-content-creative p {
    margin-bottom: 1.75rem; 
    font-size: 1.05rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.post-content-creative strong {
    font-weight: 700;
    color: var(--cor-laranja-claro); 
}
.link-destaque-creative { /* Links no corpo do texto */
    color: var(--cor-azul-principal); 
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--cor-laranja-claro);
    transition: var(--transicao-padrao);
    padding-bottom: 2px; 
}
.link-destaque-creative:hover {
    color: var(--cor-laranja-destaque);
    border-bottom-color: var(--cor-laranja-destaque);
    background-color: rgba(255, 140, 0, 0.05); 
}

/* Listas Estilizadas */
.styled-list-creative {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}
.styled-list-creative li {
    padding-left: 2.5em; 
    position: relative;
    margin-bottom: 1em;
    line-height: 1.75;
    font-size: 1.05rem;
}
.styled-list-creative li::before {
    content: '❯'; 
    position: absolute;
    left: 0.5em; 
    top: 0.1em; 
    color: var(--cor-laranja-destaque);
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1; 
}
.styled-list-creative.check-list li::before {
    content: '✔'; 
    color: var(--cor-azul-principal); 
    font-size: 1.4em;
    left: 0.4em;
    top: 0;
}
.styled-list-creative.small-list li {
    font-size: 1rem;
    margin-bottom: 0.75em;
}

/* Caixa de Destaque */
.highlight-box-creative {
    background-color: var(--fundo-card); 
    border-left: 6px solid var(--cor-azul-principal); 
    padding: 2rem 2.5rem; 
    margin: 3rem 0;
    border-radius: var(--border-radius-suave);
    box-shadow: 0 5px 15px rgba(5, 151, 226, 0.1); 
}
.highlight-title-creative { /* H3 dentro da caixa */
    font-family: var(--font-titulos);
    color: var(--cor-azul-escuro); 
    font-size: 1.4rem; /* Ajustado */
    margin-bottom: 1.25rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.4;
}
/* Removido o ::before do highlight-title-creative para simplificar, pode ser readicionado se desejar */

/* Seção Passo a Passo */
.step-by-step-creative {
    margin: 3rem 0;
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 2rem;
}
.step-item-creative {
    background-color: var(--fundo-card); 
    padding: 2.5rem 2rem;
    border-radius: var(--border-radius-forte); 
    border: 1px solid var(--cor-borda-modern); 
    position: relative;
    box-shadow: var(--sombra-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; 
}
.step-item-creative:hover {
    transform: translateY(-8px) scale(1.03); 
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.step-number-creative {
    margin-bottom: 1rem; 
    background-color: var(--cor-laranja-destaque);
    color: var(--cor-texto-branco);
    font-family: var(--font-titulos);
    font-weight: 900;
    font-size: 1.8rem; 
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255,98,0,0.4);
    align-self: flex-start; 
}
.step-title-creative { /* H3 dentro do step */
    font-family: var(--font-titulos);
    font-size: 1.4rem; 
    color: var(--cor-azul-escuro); 
    margin-bottom: 0.75rem;
    padding-left: 0; 
    font-weight: 700;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.4;
}
.step-item-creative p {
    padding-left: 0; 
    font-size: 1rem;
    flex-grow: 1; 
}
.step-item-creative .cta-button-container-creative {
    margin-top: auto; 
}

/* Botões Criativos */
.btn-creative {
    display: inline-block;
    padding: 1rem 2.5rem; 
    border-radius: 50px; 
    font-family: var(--font-titulos);
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    border: none;
    font-size: 1.05rem; 
    letter-spacing: 0.8px; 
    text-transform: uppercase;
    transition: var(--transicao-suave);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-primary-creative {
    background-image: linear-gradient(to right, var(--cor-laranja-claro) 0%, var(--cor-laranja-destaque) 50%, var(--cor-laranja-claro) 100%);
    background-size: 200% auto; 
    color: var(--cor-texto-branco) !important;
    box-shadow: var(--sombra-botao-laranja);
}
.btn-primary-creative:hover {
    background-position: right center; 
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 18px rgba(255, 98, 0, 0.45);
}
.btn-large-creative {
    padding: 1.25rem 3rem;
    font-size: 1.15rem;
}
.cta-button-container-creative {
    text-align: center;
    margin: 2.5rem 0;
}
.cta-final-box-creative {
    background: linear-gradient(135deg, var(--cor-azul-principal) 0%, var(--cor-azul-escuro) 100%); 
    color: var(--cor-texto-branco);
    padding: 3rem;
    margin: 3.5rem 0;
    border-radius: var(--border-radius-forte);
    text-align: center;
    box-shadow: 0 10px 25px rgba(5, 151, 226, 0.25);
}
.cta-final-box-creative .section-title-creative { /* H2 dentro da caixa CTA */
    color: var(--cor-texto-branco); 
    font-size: 1.7rem; /* Ajustado */
    border-bottom: none; /* Remover borda inferior padrão */
    padding-bottom: 0;
}
.cta-final-box-creative .section-title-creative span {
     color: var(--cor-amarelo-pechincha); 
}
.cta-final-box-creative .section-title-creative::after { /* Linha abaixo do H2 na caixa CTA */
    background-image: linear-gradient(to right, var(--cor-amarelo-pechincha), var(--cor-laranja-claro));
    margin-left: auto;
    margin-right: auto; 
    width: 60px; /* Linha menor */
    height: 4px;
}
.cta-final-box-creative ul {
    text-align: left;
    max-width: 500px;
    margin: 1.75rem auto 0;
}
.cta-final-box-creative ul li::before {
    color: var(--cor-amarelo-pechincha);
}
.cta-final-box-creative a { 
    color: var(--cor-amarelo-pechincha);
    border-bottom-color: rgba(255,215,0,0.5);
}
.cta-final-box-creative a:hover {
    color: var(--fundo-card);
    border-bottom-color: var(--fundo-card);
}

/* Divisor Criativo */
.divider-creative {
    border: 0;
    height: 2px; 
    background-image: linear-gradient(to right, transparent, var(--cor-azul-principal), var(--cor-laranja-destaque), var(--cor-azul-principal), transparent);
    margin: 4.5rem auto; 
    width: 90%;
    max-width: 400px; 
}

/* Caixa do Autor Criativa */
.author-box-creative {
    background-color: var(--fundo-card); 
    padding: 3rem;
    border-radius: var(--border-radius-forte);
    text-align: center;
    margin-top: 3rem;
    border-top: 5px solid var(--cor-azul-principal); 
    box-shadow: var(--sombra-card);
}
.author-title-creative { /* H4 */
    font-family: var(--font-titulos);
    font-size: 1.6rem; 
    color: var(--cor-azul-escuro); 
    margin-bottom: 1rem;
    font-weight: 800;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.4;
}
.author-box-creative p { /* Texto bio */
    font-size: 1rem;
    color: var(--cor-texto-sutil);
    margin-bottom: 1.75rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.author-social-creative a {
    display: inline-flex; 
    align-items: center;
    color: var(--cor-azul-principal) !important; 
    font-weight: 700;
    text-decoration: none;
    margin: 0.5rem 0.75rem;
    transition: var(--transicao-padrao);
    font-size: 1rem; 
    padding: 0.5rem 1rem;
    border: 2px solid var(--cor-azul-principal);
    border-radius: 50px; 
}
/* Estilos para ícones Font Awesome, se você os readicionar
.author-social-creative a i { 
    margin-right: 0.6em;
    font-size: 1.2em; 
}
*/
.author-social-creative a:hover {
    background-color: var(--cor-azul-principal);
    color: var(--cor-texto-branco) !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(5, 151, 226, 0.3);
}

/* === RESPONSIVIDADE CRIATIVA (AJUSTES) === */
@media (max-width: 991px) { 
    .post-title-creative { font-size: 2.2rem; line-height: 1.3; } 
    .section-title-creative { font-size: 1.7rem; line-height: 1.4; padding-left: 0; }
    .section-title-creative::after { margin-left: 0; } /* Centraliza a linha se o padding-left for 0 */
    .post-content-creative { padding: 3rem 2.5rem; margin-top: -4rem; }
    .step-by-step-creative { grid-template-columns: 1fr; } 
}

@media (max-width: 767px) { 
    html { font-size: 15.5px; }
    .logo-link-creative { font-size: 1.5rem; text-align: center; width: 100%; margin-right: 0;}
    .site-header-creative .container { flex-direction: column; gap: 1rem; padding-bottom: 0.5rem; }
    .main-nav-creative { margin-top: 0.75rem; justify-content: center; }
    .main-nav-creative a { margin: 0.3rem 0.6rem; font-size: 0.85rem; }
    
    .post-hero-header { padding: 4rem 0 6rem; }
    .post-hero-header::before, .post-hero-header::after { display: none; } 
    .post-title-creative { font-size: 1.8rem; line-height: 1.3; } 
    .post-content-creative { padding: 2.5rem 1.5rem; margin-top: -3.5rem; }
    .section-title-creative { font-size: 1.5rem; line-height: 1.4; padding-left: 0;}
    .section-title-creative::after { margin-left: 0; }
    .intro-paragraph { font-size: 1.1rem; }
    .step-item-creative:hover { transform: none; box-shadow: var(--sombra-card); } 
    .btn-creative { padding: 0.9rem 2rem; font-size: 0.95rem; }
    .author-social-creative a { font-size: 0.9rem; padding: 0.4rem 0.8rem; }
}

@media (max-width: 480px) { /* Ajustes finos para telas bem pequenas */
    .logo-link-creative { font-size: 1.3rem; }
    .post-title-creative { font-size: 1.6rem; }
    .section-title-creative { font-size: 1.4rem; }
    .highlight-box-creative, .step-item-creative, .cta-final-box-creative, .author-box-creative { padding: 1.5rem; }
    .post-content-creative { padding: 2rem 1rem; }
}

img {
    display: none;
}

.wd-post-date.wd-style-with-bg .post-date-day {
    display: none;
}

.wd-post-date.wd-style-with-bg .post-date-month {
    display: none;
}/* End custom CSS */