:root {
	--cor-primaria: #0A6E66;
    --cor-primaria-hover: #085851;
    --cor-titulo: #1F1F1F;
    --cor-texto: #4B5563;
    --cor-fundo: #F5F5F2;
    --cor-header: #f3e9e9;
}

/* =========================
   BASE
========================= */

body {
    font-family: 'Inter', Arial, sans-serif;
    background: #f7f7f7;
    color: #222;
}

h1, h2, h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
}

section {
    scroll-margin-top: 100px;
}

.section-label {
    display: inline-block;
    color: var(--cor-secundaria);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.custom-logo {
    max-width: 300px;
    height: auto;
}

.btn-contato {
background: #5E89A8;
border-color: #5E89A8;
    color: #fff;
}

.btn-contato:hover {
background: #4B7593;
border-color: #4B7593;
    color: #fff;
}





#inicio {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    z-index: 1;
}

#inicio .row {
    align-items: center !important;
    min-height: 620px;
}

.hero-img-col {
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-image {
    max-height: 700px;
    width: auto;
    display: block;
    margin-bottom: -90px;
    will-change: transform;
}

/* =========================
   HEADER
========================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--cor-header);
    border-bottom: 1px solid var(--cor-secundaria);
}

.site-header .navbar {
    background: var(--cor-header);
}

.site-header .custom-logo {
    max-height: 60px;
    width: auto;
}

.site-header .navbar-nav {
    align-items: center;
    gap: 10px;
}

.site-header .nav-link {
    color: var(--cor-titulo);
    font-weight: 500;
}

.site-header .nav-link:hover {
    color: var(--cor-secundaria);
}

.site-header .btn {
    padding: 10px 18px;
    font-weight: 600;
}







/* =========================
   CONTEÚDO
========================= */

main {
    overflow: hidden;
}





/* =========================
   FOOTER
========================= */

.site-footer {
    background: #eef2e8;
    color: var(--cor-titulo);
    padding: 70px 0 30px;
}

.site-footer strong {
    color: var(--cor-primaria);
}

.site-footer .custom-logo {
    max-height: 95px;
    width: auto;
}

.footer-description {
    max-width: 320px;
    color: var(--cor-titulo);
    line-height: 1.7;
	margin-top: 20px !important;

}

.site-footer h5 {
    color: var(--cor-primaria);
    font-weight: 700;
    margin-bottom: 22px;
}

.footer-menu li {
    
	margin-bottom: 6px;
}

.site-footer a {
    color: var(--cor-titulo);
    text-decoration: none;
	transition: .2s ease;
}
}

.site-footer a:hover {
    color: var(--cor-secundaria);
	padding-left: 4px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--cor-secundaria);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social a:hover {
    background: var(--cor-secundaria);
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(0,0,0,.12);
    margin-top: 45px;
    padding-top: 25px;
    font-size: .95rem;
}

.site-footer .custom-logo-link {
    display: block;
    margin-bottom: 15px;
}




/* =========================
   SERVIÇOS
========================= */

#servicos {
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#servicos .row.align-items-start {
    margin-bottom: 55px !important;
}

#servicos h2 {
    color: var(--cor-titulo);
    font-weight: 700;
    line-height: 1.2;
}

#servicos p {
    color: var(--cor-texto);
    line-height: 1.8;
}

#servicos .card {
    border: 1px solid #e8dddd;
    border-radius: 14px;
    min-height: 220px;
    background: #fff;
    transition: all .3s ease;
}

#servicos .card:hover {
    transform: translateY(-8px);
    border-color: var(--cor-primaria);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

#servicos .card-body {
    padding: 42px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#servicos .service-icon {
    font-size: 3rem;
    color: var(--cor-primaria);
    margin-bottom: 20px;
    display: block;
}

#servicos .card h3 {
    color: var(--cor-titulo);
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.5rem;
}

#servicos .card p {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 0;
}





/* ==========================
SOBRE
========================== */

#sobre {
background: #ffffff;
position: relative;
overflow: hidden;
padding: 100px 0 0;
}

#sobre h2 {
font-size: 2.6rem;
font-weight: 700;
color: var(--cor-titulo);
margin-bottom: 30px;
}

#sobre p {
font-size: 1.1rem;
line-height: 1.9;
color: var(--cor-texto);
margin-bottom: 24px;
}

#sobre .section-label {
display: inline-block;
text-transform: uppercase;
letter-spacing: .15em;
font-weight: 700;
color: var(--cor-secundaria);
margin-bottom: 18px;
font-size: .9rem;
}

#sobre .sobre-info {
margin: 32px 0;
}

#sobre .oab {
display: inline-block;
padding: 8px 14px;
border-radius: 999px;
background: #f3f4f6;
font-weight: 700;
color: var(--cor-titulo);
}

#sobre .btn {
padding: 14px 32px;
font-weight: 600;
}

.sobre-img-col {
min-height: 700px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}

.sobre-img {
max-height: 780px;
width: auto;
object-fit: contain;
margin-bottom: -90px;
will-change: transform;
}



/* =========================
   DIFERENCIAIS
========================= */

.diferenciais-section {
    background: #f1f8f4;
    padding: 110px 0;
}

.diferenciais-label {
    display: inline-block;
    color: var(--cor-secundaria);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.diferenciais-section h2 {
    color: var(--cor-titulo);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.diferenciais-section > .container > .text-center > p {
    color: var(--cor-texto);
    margin-bottom: 0;
}

.diferencial-item {
    padding: 20px 35px;
}

.diferencial-item:not(:last-child) {
    border-right: 1px solid #d8d8c8;
}

.diferencial-icon {
    font-size: 3.2rem;
    color: #111;
    display: block;
    margin-bottom: 28px;
}

.diferencial-item h3 {
    color: var(--cor-titulo);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 1.3rem;
}

.diferencial-item p {
    color: var(--cor-texto);
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .diferencial-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #d8d8c8;
        padding-bottom: 35px;
    }
}


.artigos-section {
    background: #ffffff;
    padding: 100px 0;
}

.artigos-section h2 {
    color: var(--cor-titulo);
    font-weight: 700;
    line-height: 1.2;
}

.artigos-section p {
    color: var(--cor-texto);
    line-height: 1.7;
}

.artigo-card {
    border: 1px solid #e8dddd;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all .3s ease;
}

.artigo-card:hover {
    transform: translateY(-8px);
    border-color: var(--cor-primaria);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.artigo-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.artigo-card .card-body {
    padding: 28px;
}

.artigo-card h3 {
    margin-bottom: 14px;
}

.artigo-card h3 a {
    color: var(--cor-titulo);
    text-decoration: none;
    font-weight: 700;
}

.artigo-card h3 a:hover {
    color: var(--cor-primaria);
}

.artigo-card .card-body p {
    font-size: 0.98rem;
    margin-bottom: 0;
}

.artigo-card .card-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 20px 28px;
}

.artigo-link {
    color: var(--cor-primaria);
    font-weight: 700;
    text-decoration: none;
}

.artigo-link:hover {
    color: var(--cor-secundaria);
}



/* =========================
   CONTATO
========================= */

.contato-section {
    background: #ffffff;
    padding: 100px 0;
}

.contato-label {
    display: inline-block;
    color: var(--cor-secundaria);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.contato-section h2 {
    color: var(--cor-titulo);
    font-weight: 700;
    margin-bottom: 20px;
}

.contato-section p {
    color: var(--cor-texto);
    line-height: 1.7;
}

.contato-info {
    margin: 35px 0;
}

.contato-form-box {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #e8dddd;
}



/* =========================
   MICROANIMAÇÕES
========================= */

.btn,
.artigo-link,
.site-header .nav-link,
.footer-menu a,
.contact-link {
    transition: all .25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.service-icon,
.diferencial-icon {
    transition: transform .3s ease, color .3s ease;
}

#servicos .card:hover .service-icon,
.diferencial-item:hover .diferencial-icon {
    transform: translateY(-5px) scale(1.06);
}

.artigo-card img {
    transition: transform .4s ease;
}

.artigo-card:hover img {
    transform: scale(1.04);
}

.footer-social a {
    transition: all .25s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
}


/* =========================
   SCROLL REVEAL
========================= */

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* =========================
   BLOG
========================= */

.blog-page .artigos-section h1 {
    color: var(--cor-titulo);
    font-weight: 700;
    line-height: 1.2;
}

.artigo-data {
    color: #8a8a8a;
    font-size: .9rem;
    margin-bottom: 12px;
}

.artigo-card h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.artigo-card h2 a {
    font-weight: 600;
}

.artigo-titulo a,
.artigo-titulo a:link,
.artigo-titulo a:visited {
    color: var(--cor-titulo) !important;
    text-decoration: none !important;
}

.artigo-titulo a:hover {
    color: var(--cor-primaria) !important;
}


.single-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.single-category {
    color: #d87b28;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: .75rem;
}

.single-featured-image {
    margin: 2rem 0 3rem;
    overflow: hidden;
    border-radius: 20px;
}

.single-featured-image img {
    width: 100%;
    display: block;
}



/* =========================
   RESPONSIVO - MOBILE
========================= */

@media (max-width: 991px) {

    #inicio .row {
        min-height: auto;
        padding-top: 60px;
    }

    .hero-img-col {
        min-height: auto;
        margin-top: 35px;
    }

 .hero-image {
    max-height: 360px;
    margin-bottom: -3px;
    transform: none !important;
}

    #sobre {
        padding-top: 70px;
    }

    .sobre-img-col {
        min-height: auto;
        justify-content: center;
        margin-top: 35px;
    }

    .sobre-img {
        max-height: 430px;
        margin-bottom: 0;
        transform: none !important;
    }
}

@media (max-width: 575px) {

    #inicio h1 {
        font-size: 2.4rem;
        line-height: 1.15;
    }

    #inicio p {
        font-size: 1.05rem;
    }

  .hero-image {
    max-height: 320px;
    margin-bottom: -50px;
}

    #sobre h2 {
        font-size: 2.3rem;
    }

    #sobre p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .sobre-img {
        max-height: 360px;
    }

    .btn-contato {
        width: 100%;
        justify-content: center;
    }
}


/* =========================
   PAGINAÇÃO DO BLOG
========================= */

.blog-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e8dddd;
    color: var(--cor-titulo);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all .25s ease;
}

.blog-pagination .page-numbers:hover {
    background: var(--cor-primaria);
    border-color: var(--cor-primaria);
    color: #fff;
}

.blog-pagination .page-numbers.current {
    background: var(--cor-primaria);
    border-color: var(--cor-primaria);
    color: #fff;
}



/* =========================
   SIDEBAR BLOG
========================= */

.blog-sidebar {
    position: sticky;
    top: 120px;
}

.sidebar-card {
    background: #ffffff;
    border: 1px solid #e8dddd;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
}

.sidebar-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--cor-titulo);
    margin-bottom: 18px;
}

.sidebar-card p {
    color: var(--cor-texto);
    line-height: 1.7;
}

.sidebar-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-list a {
    color: var(--cor-titulo);
    text-decoration: none;
    font-weight: 500;
}

.sidebar-list a:hover {
    color: var(--cor-primaria);
}

.sidebar-search .search-form {
    display: flex;
    gap: 8px;
}

.sidebar-search .search-field {
    width: 100%;
    border: 1px solid #e8dddd;
    border-radius: 10px;
    padding: 10px 12px;
}

.sidebar-search .search-submit {
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    background: var(--cor-primaria);
    color: #fff;
    font-weight: 600;
}

.sidebar-cta {
    background: #f1f8f4;
}




/* =========================
   SINGLE POST
========================= */

.single-post-page {
    background: #ffffff;
}

.single-article h1 {
    color: var(--cor-titulo);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.single-meta {
    color: #8a8a8a;
    margin-bottom: 28px;
}

.single-featured-image {
    margin-bottom: 35px;
}

.entry-content {
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--cor-texto);
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: var(--cor-titulo);
    font-weight: 700;
}

.entry-content h3 {
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    color: var(--cor-titulo);
    font-weight: 700;
}

.entry-content a {
    color: var(--cor-primaria);
    font-weight: 600;
}


@media print {
    .site-header,
    .site-footer,
    .sidebar,
    .single-share,
    .article-cta {
        display: none;
    }
}

.sidebar-search .search-form {
    display: flex;
    gap: 8px;
}

.sidebar-search label {
    flex: 1;
    margin-bottom: 0;
}

.sidebar-search .search-field {
    width: 100%;
    height: 44px;
    border: 1px solid #e8dddd;
    border-radius: 10px;
    padding: 0 14px;
    color: var(--cor-texto);
}

.sidebar-search .search-submit {
    height: 44px;
    border: none;
    border-radius: 10px;
    padding: 0 16px;
    background: var(--cor-primaria);
    color: #fff;
    font-weight: 600;
    transition: all .25s ease;
}

.sidebar-search .search-submit:hover {
    background: #085851;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.single-article {
    overflow: hidden;
}


.blog-search-form {
    display: flex;
    gap: 8px;
}

.blog-search-field {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 1px solid #e8dddd;
    border-radius: 10px;
    padding: 0 14px;
    color: var(--cor-texto);
}

.blog-search-submit {
    height: 44px;
    border: none;
    border-radius: 10px;
    padding: 0 16px;
    background: var(--cor-primaria);
    color: #fff;
    font-weight: 600;
}

.blog-search-submit:hover {
    background: #085851;
}

.blog-search-submit i {
    font-size: 0.95rem;
}


.breadcrumbs {
    margin-bottom: 1.5rem;
    font-size: .95rem;
    color: #7a7a7a;
}

.breadcrumbs a {
    color: #7a7a7a;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--cor-principal);
}

.breadcrumbs span {
    margin: 0 .4rem;
}

.breadcrumbs .current {
    color: #555;
}



/* =========================
   ARTIGOS RELACIONADOS
========================= */

.related-posts {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid #e8dddd;
}

.related-posts h2 {
    color: var(--cor-titulo);
    font-weight: 700;
    margin-bottom: 30px;
}

.related-posts .artigo-card {
    min-height: 100%;
}

.related-posts .artigo-img {
    height: 160px;
}




/* =========================
   COMPARTILHAR
========================= */
.single-share {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e8dfda;
}

.single-share h3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 12px 18px;
    margin-right: 10px;
    margin-bottom: 10px;

    border: 0;
    border-radius: 8px;

    font-weight: 600;
    text-decoration: none;
    cursor: pointer;

    transition: .25s;
}

.share-btn i {
    font-size: 1.1rem;
}

.share-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.share-btn.whatsapp {
    background: #25D366;
    color: #fff;
}

.share-btn.linkedin {
    background: #0A66C2;
    color: #fff;
}

.share-btn.copy-link {
    background: #6c757d;
    color: #fff;
}



/* =========================
   ARTICLE CTA
========================= */

.article-cta {
    margin-top: 60px;
    padding: 40px;

    background: #eef2ed;
    border: 1px solid #dfe7dc;
    border-radius: 16px;

    text-align: center;
}

.article-cta h3 {
    margin-bottom: 12px;
    font-size: 2rem;
}

.article-cta p {
    max-width: 650px;
    margin: 0 auto 25px;

    color: #555;
    line-height: 1.7;
}

.article-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 26px;

    background: #5f87a8;
    color: #fff;
    text-decoration: none;

    border-radius: 8px;
    font-weight: 600;

    transition: .25s;
}

.article-cta-btn:hover {
    background: #4e7492;
    color: #fff;
    transform: translateY(-2px);
}



/* =========================
	AUTOR
========================= */
.author-box {
    margin-top: 50px;
    padding: 28px;
    border: 1px solid #e8dddd;
    border-radius: 16px;
    background: #fff;
    display: flex;
    gap: 22px;
    align-items: center;
}

.author-avatar img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info span {
    color: #d87b28;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: .75rem;
    font-weight: 700;
}

.author-info h3 {
    margin: 4px 0 8px;
    color: var(--cor-titulo);
}

.author-info p {
    margin-bottom: 8px;
    color: var(--cor-texto);
    line-height: 1.6;
}

.author-info strong {
    color: var(--cor-titulo);
}

@media (max-width: 575px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }
}





/* =========================
	ACESSIBILIDADE
========================= */

.article-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;

    margin: 20px 0 35px;
}

.reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    color: #6c757d;
    font-size: .95rem;
}

.tool-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 8px 14px;

    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;

    cursor: pointer;
    transition: .25s;
}

.tool-btn:hover {
    background: #5f87a8;
    border-color: #5f87a8;
    color: #fff;
}

.print-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;

    background: #f8f8f8;
    color: #444;

    border: 1px solid #d9d9d9;
    border-radius: 8px;

    font-size: .95rem;
    font-weight: 600;

    cursor: pointer;
    transition: .25s;
}

.print-btn:hover {
    background: #5f87a8;
    color: #fff;
    border-color: #5f87a8;
}

.print-btn i {
    font-size: 1rem;
}


.updated-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: .95rem;
}


/* =========================
   PÁGINA PADRÃO
========================= */

.page-content-section {
    background: #ffffff;
    padding: 90px 0;
}

.page-content {
    max-width: 850px;
    margin: 0 auto;
}

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    color: var(--cor-titulo);
    font-weight: 700;
    line-height: 1.15;
}



/* =========================
   404
========================= */

.error-404-section {
    padding: 120px 0;
    text-align: center;
    background: #fff;
}

.error-404-content {
    max-width: 700px;
    margin: 0 auto;
}

.error-404-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--cor-titulo);
    margin-bottom: 20px;
}

.error-404-content p {
    color: var(--cor-texto);
    font-size: 1.1rem;
    line-height: 1.8;
}

.error-actions {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.error-contact {
    margin-top: 40px;
}

.whatsapp-link {
    text-decoration: none;
    font-weight: 600;
    color: var(--cor-primaria);
}

.whatsapp-link i {
    margin-right: 6px;
}