/*
Theme Name: Zona Sul Rio
Theme URI: https://zonasulriodejaneiro.com.br
Author: ZS
Description: Tema customizado para o portal Zona Sul Rio de Janeiro.
Version: 1.0
Text Domain: zonasul
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');

body { font-family: 'Plus Jakarta Sans', sans-serif; }

.site-body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; background-color: #f8fafc; color: #1e293b; }
.site-header { position: sticky; top: 0; z-index: 50; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid #e2e8f0; }
.header-container { position: relative; max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; height: 4rem; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.site-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: inherit; z-index: 60; }
.logo-icon { width: 2.25rem; height: 2.25rem; background-color: #2563eb; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.25rem; color: #ffffff; box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2); flex-shrink: 0; }
.logo-title { font-weight: 800; font-size: 0.95rem; letter-spacing: -0.025em; display: block; line-height: 1; color: #0f172a; }
.logo-subtitle { font-size: 9px; color: #2563eb; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-top: 0.1rem; }

/* MOBILE MENU ICON (HAMBURGER) */
.mobile-menu-toggle { display: flex; flex-direction: column; justify-content: space-between; width: 24px; height: 18px; background: none; border: none; cursor: pointer; padding: 0; z-index: 60; }
.hamburger-bar { width: 100%; height: 2px; background-color: #0f172a; border-radius: 2px; transition: all 0.3s ease; }
/* Hamburger to X Animation */
.mobile-menu-toggle.is-open .hamburger-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-menu-toggle.is-open .hamburger-bar:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-open .hamburger-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* MOBILE MENU WRAPPER */
.site-navigation-wrap { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #ffffff; border-bottom: 1px solid #e2e8f0; padding: 1.5rem; flex-direction: column; gap: 1.5rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); z-index: 55; box-sizing: border-box; }
.site-navigation-wrap.is-active { display: flex; animation: slideDown 0.3s ease forwards; }

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* NAV LINKS */
.nav-editorias { display: flex; font-size: 1rem; font-weight: 600; color: #475569; width: 100%; }
.nav-editorias ul { display: flex; flex-direction: column; gap: 1.25rem; list-style: none; margin: 0; padding: 0; width: 100%; }
.nav-editorias ul li a { color: inherit; text-decoration: none; transition: color 150ms ease; display: block; }
.nav-editorias ul li a:hover { color: #2563eb; }
.nav-editorias ul li.current-menu-item > a, 
li.current-menu-item > a { color: #0B3CC0; }

/* HEADER ACTIONS (Lang + CTA) */
.header-actions { display: flex; flex-direction: column; width: 100%; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; }
.lang-select { width: 100%; background-color: #f1f5f9; font-size: 0.875rem; font-weight: 700; color: #334155; border-radius: 0.375rem; padding: 0.5rem; border: 1px solid #e2e8f0; outline: none; text-align: center; }
.cta-button { display: block; width: 100%; text-align: center; background-color: #2563eb; color: #ffffff; font-size: 0.875rem; font-weight: 700; padding: 0.75rem 1rem; border-radius: 0.5rem; transition: background-color 150ms ease; text-decoration: none; box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2); box-sizing: border-box; }
.cta-button:hover { background-color: #1d4ed8; }

.site-footer { border-top: 1px solid #e2e8f0; background-color: #ffffff; margin-top: 3rem; padding-top: 2rem; padding-bottom: 2rem; color: #64748b; font-size: 0.75rem; }
.footer-container { max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; text-align: center; }
.footer-title { font-weight: 700; color: #1e293b; margin: 0 0 0.25rem 0; }
.footer-sub { font-size: 11px; color: #64748b; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; font-weight: 600; }
.footer-link { color: inherit; text-decoration: none; transition: color 150ms ease; }
.footer-link:hover { color: #2563eb; }

.error-main { flex-grow: 1; max-width: 48rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 6rem; padding-bottom: 6rem; width: 100%; text-align: center; display: flex; flex-direction: column; gap: 1.5rem; }
.error-code { font-size: 4rem; font-weight: 900; color: #2563eb; margin: 0; }
.error-title { font-size: 1.5rem; font-weight: 700; color: #0f172a; margin: 0; }
.error-text { color: #475569; margin: 0; }
.error-btn { display: inline-block; background-color: #2563eb; color: #ffffff; font-weight: 700; padding: 0.75rem 1.5rem; border-radius: 0.5rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); text-decoration: none; transition: background-color 150ms ease; }
.error-btn:hover { background-color: #1d4ed8; }

.hero-slider { position: relative; width: 100%; height: 100%; }
.hero-slider .slick-list, .hero-slider .slick-track { height: 100%; }
.hero-slide-item { position: relative; width: 100%; height: 380px; outline: none; cursor: pointer; display: block; }
.hero-slider .slick-slide { position: absolute; top: 0; left: 0; width: 100%; height: 380px; display: block; opacity: 0; transition: opacity 800ms ease-in-out; }
.hero-slider .slick-slide.slick-active { opacity: 1; z-index: 10; }

.home-main { flex-grow: 1; max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 2rem; padding-bottom: 2rem; width: 100%; display: flex; flex-direction: column; gap: 2.5rem; box-sizing: border-box; }
.filter-section { background-color: #ffffff; border: 1px solid #bfdbfe; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.filter-header { margin-bottom: 1rem; }
.filter-heading { font-size: 1.125rem; font-weight: 800; color: #0f172a; margin: 0; display: flex; align-items: center; gap: 0.5rem; }
.filter-sub { font-size: 0.75rem; color: #64748b; margin: 0; }
.filter-form { display: grid; grid-template-columns: 1fr; gap: 15px; }
.filter-field { display: flex; flex-direction: column; }
.filter-label { display: block; font-size: 0.75rem; font-weight: 700; color: #334155; text-transform: uppercase; margin-bottom: 0.25rem; }
.filter-select, .filter-input { width: 100%; background-color: #f8fafc; border: 1px solid #cbd5e1; color: #1e293b; font-size: 0.875rem; font-weight: 600; border-radius: 0.75rem; padding: 0.625rem 0.75rem; outline: none; box-sizing: border-box; }
.filter-select:focus, .filter-input:focus { border-color: #2563eb; }
.filter-submit-wrap { display: flex; align-items: flex-end; }
.filter-submit-btn { width: 100%; background-color: #2563eb; color: #ffffff; font-weight: 700; font-size: 0.875rem; padding: 0.625rem 1rem; border-radius: 0.75rem; transition: background-color 150ms ease; border: none; cursor: pointer; box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2); }
.filter-submit-btn:hover { background-color: #1d4ed8; }

.hero-section { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.hero-slider-wrap { grid-column: span 1; position: relative; border-radius: 1rem; overflow: hidden; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); border: 1px solid #e2e8f0; background-color: #ffffff; min-height: 380px; height: 380px; }
.hero-slide-img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.hero-slide-item:hover .hero-slide-img { transform: scale(1.05); }
.hero-slide-overlay { position: absolute; inset: 0px; background-image: linear-gradient(to top, rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.4), transparent); }
.hero-slide-content { position: absolute; bottom: 0px; left: 0px; padding: 1.5rem; z-index: 10; display: flex; flex-direction: column; gap: 0.5rem; width: 100%; box-sizing: border-box; }
.hero-badge { background-color: #2563eb; color: #ffffff; font-size: 10px; font-weight: 800; text-transform: uppercase; padding: 0.25rem 0.625rem; border-radius: 9999px; width: fit-content; }
.hero-title { font-size: 1.25rem; font-weight: 800; color: #ffffff; line-height: 1.25; margin: 0; max-width:600px; }
.hero-subtitle { color: #e2e8f0; font-size: 0.875rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; max-width: 42rem; margin: 0; }
.hero-empty { padding: 1.5rem; display: flex; align-items: center; justify-content: center; height: 100%; background-color: #f1f5f9; }

.sidebar-alta { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.sidebar-alta-title { font-size: 0.75rem; font-weight: 700; color: #2563eb; text-transform: uppercase; letter-spacing: 0.1em; display: flex; align-items: center; gap: 0.5rem; margin: 0; }
.sidebar-alta-dot { width: 0.5rem; height: 0.5rem; border-radius: 9999px; background-color: #2563eb; animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.sidebar-alta-list { display: flex; flex-direction: column; gap: 1rem; border-top: 1px solid #f1f5f9; }
.sidebar-article { padding-top: 0.75rem; }
.sidebar-article:first-child { padding-top: 0px; }
.sidebar-article-cat { font-size: 10px; color: #64748b; text-transform: uppercase; font-weight: 600; display: block; margin-bottom: 0.25rem; }
.sidebar-article-heading { font-size: 0.875rem; font-weight: 700; color: #1e293b; margin: 0; }
.sidebar-article-heading a { color: inherit; text-decoration: none; transition: color 150ms ease; }
.sidebar-article-heading a:hover { color: #2563eb; }
.sidebar-archive-link { font-size: 0.75rem; font-weight: 700; color: #2563eb; text-decoration: none; text-align: center; display: block; padding-top: 0.5rem; }
.sidebar-archive-link:hover { text-decoration: underline; }

.modules-section { display: flex; flex-direction: column; gap: 1.5rem; }
.modules-heading-wrap { display: flex; flex-direction: column; gap: 0.25rem; }
.modules-main-title { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin: 0; }
.modules-main-sub { font-size: 0.875rem; color: #64748b; margin: 0; }
.modules-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.module-card { background-color: #ffffff; border: 1px solid #bfdbfe; border-radius: 1rem; padding: 1.5rem; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: all 150ms ease; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.module-card:hover { border-color: #3b82f6; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.module-card-inactive { background-color: rgba(241, 245, 249, 0.7); border-color: #e2e8f0; }
.module-icon { width: 2.5rem; height: 2.5rem; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-weight: 700; }
.module-icon-blue { background-color: #eff6ff; border: 1px solid #bfdbfe; color: #2563eb; }
.module-icon-emerald { background-color: #ecfdf5; border: 1px solid #a7f3d0; color: #059669; }
.module-icon-purple { background-color: #faf5ff; border: 1px solid #e9d5ff; color: #9333ea; }
.module-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; display: block; margin-bottom: 0.25rem; }
.module-tag-blue { color: #2563eb; }
.module-tag-emerald { color: #059669; }
.module-tag-purple { color: #9333ea; }
.module-title { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin-top: 0; margin-bottom: 0.5rem; }
.module-desc { font-size: 0.75rem; color: #475569; margin-bottom: 1.5rem; line-height: 1.625; }
.module-btn { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 700; background-color: #2563eb; color: #ffffff; padding: 0.5rem 1rem; border-radius: 0.5rem; text-decoration: none; transition: background-color 150ms ease; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); width: fit-content; }
.module-btn:hover { background-color: #1d4ed8; }
.module-badge-soon { display: inline-block; font-size: 11px; font-weight: 700; background-color: #e2e8f0; color: #334155; border: 1px solid #cbd5e1; padding: 0.375rem 0.75rem; border-radius: 0.5rem; width: fit-content; }

.archive-main { flex-grow: 1; max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 2rem; padding-bottom: 2rem; width: 100%; display: flex; flex-direction: column; gap: 2rem; box-sizing: border-box; }
.archive-title { font-size: 1.5rem; font-weight: 800; color: #0f172a; border-bottom: 1px solid #e2e8f0; padding-bottom: 1rem; margin: 0; }
.posts-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.post-card { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.25rem; transition: box-shadow 150ms ease; display: flex; flex-direction: column; }
.post-card:hover { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.post-card-thumb { width: 100%; height: 12rem; object-fit: cover; border-radius: 0.75rem; margin-bottom: 1rem; }
.post-card-cat { font-size: 10px; color: #2563eb; text-transform: uppercase; font-weight: 600; margin-bottom: 0.5rem; display: block; }
.post-card-title { font-size: 1.125rem; font-weight: 700; color: #0f172a; line-height: 1.25; margin-bottom: 0.5rem; margin-top: 0; }
.post-card-title a { color: inherit; text-decoration: none; transition: color 150ms ease; }
.post-card-title a:hover { color: #2563eb; }
.post-card-excerpt { font-size: 0.875rem; color: #475569; margin: 0; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pagination-wrap { grid-column: span 1; padding-top: 2rem; }
.no-posts-text { color: #64748b; margin: 0; }

.single-main { flex-grow: 1; max-width: 56rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 2rem; padding-bottom: 2rem; width: 100%; box-sizing: border-box; }
.single-article { display: flex; flex-direction: column; gap: 2rem; background-color: #ffffff; padding: 1.25rem; border-radius: 1rem; border: 1px solid #e2e8f0; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.single-article-header { display: flex; flex-direction: column; gap: 1rem; text-align: center; max-width: 48rem; margin-left: auto; margin-right: auto; }
.single-cat-badge { background-color: #eff6ff; border: 1px solid #bfdbfe; color: #2563eb; font-size: 10px; font-weight: 800; text-transform: uppercase; padding: 0.25rem 0.75rem; border-radius: 9999px; letter-spacing: 0.05em; width: fit-content; margin-left: auto; margin-right: auto; }
.single-article-title { font-size: 1.5rem; font-weight: 800; color: #0f172a; line-height: 1.25; margin: 0; }
.single-article-subtitle { font-size: 1rem; color: #64748b; font-weight: 500; line-height: 1.5; margin: 0; }
.single-meta { font-size: 0.75rem; color: #94a3b8; font-weight: 600; padding-top: 1rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 0.5rem 1rem; }
.single-thumb-wrap { border-radius: 0.75rem; overflow: hidden; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.single-thumb-img { width: 100%; height: auto; object-fit: cover; }

.post-content h1, .post-content h2, .post-content h3 { font-weight: 800; color: #0f172a; margin-top: 2rem; margin-bottom: 1rem; }
.post-content h2 { font-size: 1.25rem; }
.post-content h3 { font-size: 1.125rem; }
.post-content p { margin-bottom: 1.5rem; line-height: 1.75; color: #334155; }
.post-content a { color: #2563eb; text-decoration: underline; }
.post-content ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.post-content ol { list-style: decimal; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.post-content img { border-radius: 0.5rem; margin-bottom: 1.5rem; height: auto; max-width: 100%; }

.slick-slider { position: relative; display: block; box-sizing: border-box; user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-arrow:focus { outline: none; }

@keyframes pulse {
    50% { opacity: .5; }
}

/* MEDIA QUERIES (DESKTOP / TABLET FIXES) */
@media (min-width: 768px) {
    /* Hide Hamburger on Desktop */
    .mobile-menu-toggle { display: none; }

    /* Desktop Header Layout */
    .site-navigation-wrap { display: flex !important; position: static; flex-direction: row; width: auto; padding: 0; background: none; border: none; box-shadow: none; align-items: center; gap: 2rem; animation: none; }

    /* Desktop Nav */
    .nav-editorias { font-size: 0.875rem; width: auto; }
    .nav-editorias ul { flex-direction: row; align-items: center; gap: 1.5rem; width: auto; }

    /* Desktop Actions */
    .header-actions { flex-direction: row; width: auto; padding-top: 0; border-top: none; gap: 0.75rem; }
    .lang-select { width: auto; font-size: 0.75rem; padding: 0.375rem 0.5rem; }
    .cta-button { width: auto; font-size: 0.75rem; padding: 0.5rem 1rem; }

    /* Logo Fixes */
    .logo-title { font-size: 1.125rem; }

    /* Footer */
    .footer-container { flex-direction: row; justify-content: space-between; text-align: left; }
    .footer-title { margin-bottom: 0; }

    /* Grids */
    .filter-form { grid-template-columns: repeat(4, 1fr); align-items: end; }
    .modules-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    /* Tipografia de Single/Archive */
    .hero-title { font-size: 1.5rem; }
    .archive-title { font-size: 1.875rem; }
    .single-article-title { font-size: 1.875rem; }
    .single-article-subtitle { font-size: 1.125rem; }
    .single-article { padding: 1.5rem; }
    .post-content h2 { font-size: 1.5rem; }
    .post-content h3 { font-size: 1.25rem; }

    /* Classes utilitÃ¡rias originais */
    .md\:flex { display: flex; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:flex-row { flex-direction: row; }
    .md\:p-12 { padding: 3rem; }
    .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .md\:text-5xl { font-size: 3rem; line-height: 1; }
}

@media (min-width: 1024px) {
    .posts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:col-span-2 { grid-column: span 2 / span 2; }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hero-section { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hero-slider-wrap { grid-column: span 2 / span 2; }
}


/* ==========================================================================
   PÃGINA DE CONTATO & FORMULÃRIOS
   ========================================================================== */

/* Layout Base */
.contact-main { flex-grow: 1; max-width: 80rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 3rem; padding-bottom: 4rem; width: 100%; box-sizing: border-box; }
.contact-header { text-align: center; margin-bottom: 3rem; max-width: 48rem; margin-left: auto; margin-right: auto; }
.contact-title { font-size: 2rem; font-weight: 800; color: #0f172a; margin-top: 0; margin-bottom: 0.75rem; }
.contact-subtitle { font-size: 1rem; color: #64748b; margin: 0; line-height: 1.6; }

/* Grid e Responsividade (Mobile First) */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }

/* Cards com Ãcones SVG */
.info-card { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); transition: box-shadow 150ms ease, border-color 150ms ease; }
.info-card:hover { border-color: #bfdbfe; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
.info-icon { width: 3rem; height: 3rem; flex-shrink: 0; border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; }
.info-icon-email { background-color: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
.info-icon-whatsapp { background-color: #ecfdf5; color: #059669; border: 1px solid #a7f3d0; }
.info-card-content h3 { font-size: 1.125rem; font-weight: 700; color: #0f172a; margin: 0 0 0.25rem 0; }
.info-card-content p { margin: 0; font-size: 0.875rem; color: #475569; }
.info-card-content a { color: #2563eb; text-decoration: none; font-weight: 600; transition: color 150ms ease; display: inline-block; margin-top: 0.25rem; }
.info-card-content a:hover { color: #1d4ed8; text-decoration: underline; }

/* Box do FormulÃ¡rio */
.contact-form-container { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.contact-form-wrap { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; }
.form-label { font-size: 0.875rem; font-weight: 700; color: #334155; margin-bottom: 0.5rem; }

/* Inputs do CF7 */
.form-input, .form-textarea { width: 100%; background-color: #f8fafc; border: 1px solid #cbd5e1; color: #1e293b; font-size: 0.875rem; font-weight: 500; border-radius: 0.75rem; padding: 0.75rem 1rem; outline: none; box-sizing: border-box; transition: border-color 150ms ease, box-shadow 150ms ease; font-family: inherit; }
.form-input:focus, .form-textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
.form-textarea { resize: vertical; min-height: 140px; }
.form-submit-wrap { margin-top: 0.5rem; }
.form-submit-btn { width: 100%; background-color: #2563eb; color: #ffffff; font-weight: 700; font-size: 1rem; padding: 0.75rem 1.5rem; border-radius: 0.75rem; transition: background-color 150ms ease; border: none; cursor: pointer; box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2); font-family: inherit; }
.form-submit-btn:hover { background-color: #1d4ed8; }

/* Ajustes Extras do Contact Form 7 */
.wpcf7-not-valid-tip { font-size: 0.75rem; color: #ef4444; margin-top: 0.25rem; font-weight: 600; display: block; }
.wpcf7-response-output { border-radius: 0.75rem !important; border-width: 1px !important; margin-top: 1.5rem !important; margin-left: 0 !important; margin-right: 0 !important; font-size: 0.875rem; font-weight: 600; padding: 1rem !important; }

/* Breakpoints (Desktop/Tablet) */
@media (min-width: 768px) {
    .contact-grid { grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
    .form-row { grid-template-columns: 1fr 1fr; }
    .contact-form-container { padding: 2.5rem; }
    .info-card { padding: 2rem; }
    .contact-title { font-size: 2.5rem; }
}




/* ==========================================================================
   LISTAGEM DE NOTÃCIAS (GRID DE 5 COLUNAS E FILTROS)
   ========================================================================== */

/* Container Principal (Levemente mais largo para suportar 5 cols de forma legÃ­vel) */
.news-list-main { flex-grow: 1; max-width: 90rem; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; padding-top: 3rem; padding-bottom: 4rem; width: 100%; box-sizing: border-box; }

/* CabeÃ§alho da PÃ¡gina */
.news-list-header { text-align: center; margin-bottom: 2.5rem; border-bottom: 1px solid #e2e8f0; padding-bottom: 1.5rem; }
.news-list-title { font-size: 2rem; font-weight: 800; color: #0f172a; margin: 0; }
.news-list-desc { font-size: 1rem; color: #64748b; margin-top: 0.75rem; }

/* Filtros (Pills) */
.news-filters { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-bottom: 3rem; }
.news-filter-btn { padding: 0.5rem 1.25rem; background-color: #f8fafc; border: 1px solid #cbd5e1; border-radius: 9999px; font-size: 0.875rem; font-weight: 700; color: #475569; text-decoration: none; transition: all 150ms ease; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.news-filter-btn:hover { border-color: #2563eb; color: #2563eb; background-color: #eff6ff; }
.news-filter-btn.active { background-color: #2563eb; color: #ffffff; border-color: #2563eb; box-shadow: 0 4px 6px -1px rgba(37,99,235,0.2); pointer-events: none; }

/* Grid Responsivo (Mobile First atÃ© 5 Colunas) */
.news-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }

/* PaginaÃ§Ã£o Estilizada */
.pagination-wrap { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; flex-wrap: wrap; }
.pagination-wrap .page-numbers { padding: 0.5rem 1rem; border: 1px solid #cbd5e1; border-radius: 0.5rem; font-weight: 700; color: #1e293b; text-decoration: none; transition: all 150ms ease; background-color: #ffffff; }
.pagination-wrap .page-numbers:hover { border-color: #2563eb; color: #2563eb; }
.pagination-wrap .current { background-color: #2563eb; color: #ffffff; border-color: #2563eb; }
.pagination-wrap .dots { border-color: transparent; background: transparent; padding: 0.5rem; }

.no-posts-wrap { text-align: center; padding: 3rem 0; }

.gtranslate_wrapper a.glink span {font-size:10px !important;color:#333 !important;}
.gtranslate_wrapper a.glink img {margin-right:5px !important;}

/* Breakpoints para o Grid de 5 Colunas */
@media (min-width: 640px) {
    .news-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .news-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
    .news-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1440px) {
    .news-grid { grid-template-columns: repeat(5, 1fr); }
}