/* Página 6 - CSS extraído de includes/index-6.php + remoção de inline */

/* Cores dos botões - Index 6 */
.color-6 .navbar-btn {
    background-color: #CBD3D7;
}

.color-6 .navbar-btn:hover {
    background-color: #FFCC00;
}

/* Bloco 1 - ajustes */
.color-6 .bloco-1-top-image {
    width: 100%;
    height: auto;
    background-color: #C0C0C0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.color-6 .bloco-1-top-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: top center;
}

.color-6 .bloco-1-header {
    margin-bottom: 15px;
}

.color-6 .bloco-1-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 5px 0;
}

.color-6 .bloco-1-subtitle {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.color-6 .bloco-1-separator {
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    margin-bottom: 15px;
}

.color-6 .bloco-1-main {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.color-6 .bloco-1-img {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    background-color: #C0C0C0;
    border-radius: 5px;
    overflow: hidden;
}

.color-6 .bloco-1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color-6 .bloco-1-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.color-6 .bloco-1-link {
    color: #0066CC;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 5px;
}

.color-6 .bloco-1-link:hover {
    text-decoration: underline;
}

.color-6 .bloco-1-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.color-6 .bloco-1-info p {
    font-size: 13px;
    margin: 0;
}

.color-6 .bloco-1-info .info-link {
    color: #0066CC;
    cursor: pointer;
}

.color-6 .bloco-1-info .info-link:hover {
    text-decoration: underline;
}

.color-6 .bloco-1-contact {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.color-6 .bloco-1-contact p {
    font-size: 13px;
    margin: 0;
}

.color-6 .bloco-1-social {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.color-6 .bloco-1-social-link {
    width: 32px;
    height: 32px;
    border: 1px solid #999999;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s;
}

.bloco-1-card {
    padding-top: 30px;
    background-color: #fff;
}

.color-6 .bloco-1-social-link:hover {
    background-color: #F0F0F0;
    border-color: #666666;
}

.color-6 .bloco-1-navigation {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.color-6 .bloco-1-nav-btn {
    width: 35px;
    height: 30px;
    background-color: #B0C3D7;
    border: none;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.color-6 .bloco-1-nav-btn:hover {
    opacity: 0.8;
}

/* Páginas Semelhantes */
.color-6 .bloco3-link {
    color: #0066CC;
    text-decoration: none;
}

.color-6 .bloco3-link:hover {
    text-decoration: underline;
}

/* Conteúdo das Categorias da Página */
/* SOBRE NÓS */
.color-6 .sobre-nos-link {
    display: block;
    padding: 15px;
    color: #333;
    text-decoration: none;
}

.color-6 .sobre-nos-link:hover {
    text-decoration: underline;
}

/* CATEGORIAS */
.color-6 .categorias-list {
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
}

.color-6 .categoria-link {
    color: #0066CC;
    text-decoration: none;
    font-weight: 500;
}

.color-6 .categoria-link:hover {
    text-decoration: underline;
}

/* ÚLTIMAS PUBLICAÇÕES */
/* ÚLTIMAS PUBLICAÇÕES - accordion content */
.color-6 .ultimas-pub-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 15px 15px 12px;
}

.color-6 .pub-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.color-6 .pub-imagem {
    flex-shrink: 0;
    width: 80px;
    height: auto;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: visible;
}

.color-6 .pub-imagem img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    display: block;
}

.color-6 .pub-content {
    flex: 1;
    min-width: 0;
}

.color-6 .pub-titulo {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: 1.35;
    transition: color 0.2s;
}

.color-6 .pub-item:hover .pub-titulo {
    color: #FF6600;
}

.color-6 .pub-detalhes {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.color-6 .pub-detalhes p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
}

.color-6 .pub-label {
    color: #888;
    font-weight: normal;
}

.color-6 .pub-valor {
    color: #555;
}

.color-6 .pub-link {
    color: #0066CC;
    text-decoration: underline;
}

.color-6 .pub-link:hover {
    text-decoration: underline;
}

.color-6 .pub-separator {
    height: 1px;
    background-color: #ddd;
    margin: 0 15px;
}

.color-6 .pub-footer {
    padding: 14px 15px 12px;
    text-align: right;
}

.color-6 .btn-listar-todas-pub {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    color: #FF7F3F;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.color-6 .btn-listar-todas-pub:hover {
    color: #e66a2e;
}

/* Remoção de inline - components/index-6/assistente-servicos.php */
.color-6 .assistente-section .assistente-title-text {
    font-size: 20px;
    font-weight: bold;
}

.color-6 .assistente-section .city-name,
.color-6 .assistente-section .city-uf {
    color: #FFFFFF;
}

.color-6 .assistente-section .city-links .city-link {
    color: #FFFFFF;
}

.color-6 .assistente-section {
    margin-top: 0px;
}

.color-6 .assistente-section .city-logo-small {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}

.color-6 .assistente-section .city-logo-small .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: inherit;
    max-width: none;
    max-height: none;
}

.color-6 .city-nav-btn {
    text-decoration: none;
}

.color-6 .city-dropdown-list {
    display: flex;
    flex-direction: column;
}

.color-6 .city-dropdown-link {
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    color: #444444;
    text-decoration: none;
    font-size: 13px;
}

.color-6 .city-dropdown-link:hover {
    background: #f7f7f7;
}

.color-6 .ecossistema-guia-dropdown {
    background: #d7e2ec;
    border-top: none;
    border-bottom: none;
}

.color-6 .ecossistema-guia-dropdown.active {
    max-height: none;
    min-height: 0;
    overflow: visible;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(146, 173, 201, 0.45);
}

.color-6 .ecossistema-guia-dropdown .city-dropdown-list {
    background: transparent;
}

.color-6 .ecossistema-guia-dropdown .city-dropdown-link {
    padding: 10px 16px;
    font-size: 13px;
    color: #30485f;
    border-bottom: 1px solid rgba(146, 173, 201, 0.35);
    background: transparent;
}

.color-6 .ecossistema-guia-dropdown .city-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.55);
}

.color-6 .assistente-placeholder {
    border: none;
    width: calc(100% - 30px);
    height: auto;
    background: transparent;
    margin: 0 15px;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

.color-6 .assistente-placeholder-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    display: block;
    border-radius: 20px;
}

.color-6 .city-info-header .city-name a,
.color-6 .city-info-header .city-name a:hover,
.color-6 .city-info-header .city-name a:focus,
.color-6 .city-info-header .city-name a:active,
.color-6 .city-info-header .city-name a:visited {
    color: inherit;
    text-decoration: none;
}

.color-6 .city-news-image-btn,
.color-6 .city-place-image-btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.color-6 .city-news-image-btn img {
    width: 85px;
    height: auto;
    object-fit: contain;
    object-position: top center;
    display: block;
}

.color-6 .city-place-image-link {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.color-6 .city-place-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Remoção de inline - components/index-6/paginas-semelhantes.php */
.color-6 .bloco3-section {
    background-color: #fff;
    border-radius: 0;
}

.color-6 .bloco3-title {
    margin-bottom: 0;
}

.color-6 .bloco3-title h2 {
    color: #333;
}

/* Remoção de inline - components/index-6/categorias-da-pagina.php */
.color-6 .menu-section {
    margin-bottom: 5px;
}

.color-6 .menu-section-title {
    font-size: 13px;
}

.color-6 .menu-section-content.active {
    background-color: #fff;
    color: #333;
    min-height: 200px;
    padding: 15px;
}

.color-6 .expand-toggle-section {
    padding: 5px 15px;
    margin-top: 20px;
}

.color-6 .expand-toggle-btn {
    color: #898787;
}

.color-6 .menu-section.categorias .categorias-list {
    padding: 15px 0;
}

.color-6 .menu-section.categorias .categoria-link {
    font-size: 13px;
    color: #0066CC;
}

.color-6 .menu-section.ultimas-publicacoes .ultimas-pub-list {
    padding: 15px 0;
}

/* Remoção de inline - components/index-6/sugestoes.php */
.color-6 .sugestoes-card {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}

.color-6 .sugestoes-title,
.color-6 .sugestoes-subtitle {
    color: #333;
}

.color-6 .avaliacao-count {
    background-color: #e4e4e4;
    color: #000;
}

.color-6 .sugestoes-input,
.color-6 .sugestoes-textarea {
    border: 1px solid #ccc;
}

.color-6 .sugestoes-comentarios {
    color: #000;
}

.color-6 .sugestoes-btn-enviar {
    background-color: #e4e4e4;
    color: #000;
}

/* Remoção de inline - components/index-6/bloco-1.php */
.color-6 .bloco-1-social i {
    color: #B0C3D7;
}

/* Remoção de inline - components/index-6/destaques.php */
.color-6 .menu-section.destaques {
    margin-top: 20px;
}

.color-6 .menu-section.destaques .menu-section-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 16px;
    color: #fff;
}

.color-6 .destaques-section {
    margin-top: 10px;
}

.color-6 .bloco-1-container {
    margin-top: 0px;
}

.color-6 .bloco-1-main {
    margin-bottom: 0px;
}


/* Página 6 - ajustes funcionais do PDF */
.color-6 .index6-title-link,
.color-6 .bloco-1-cidade-link a,
.color-6 .index6-gallery-link,
.color-6 .index6-link-util,
.color-6 .pub-link,
.color-6 .pub-titulo a,
.color-6 .info-link {
    color: #003399;
    text-decoration: none;
}

.color-6 .index6-title-link:hover,
.color-6 .bloco-1-cidade-link a:hover,
.color-6 .index6-gallery-link:hover,
.color-6 .index6-link-util:hover,
.color-6 .pub-link:hover,
.color-6 .pub-titulo a:hover,
.color-6 .info-link:hover {
    text-decoration: underline;
}

.color-6 .pub-detalhes p,
.color-6 .pub-label,
.color-6 .pub-valor,
.color-6 .bloco-1-contact p,
.color-6 .bloco-1-info p,
.color-6 .index6-editor-text,
.color-6 .index6-filter-status {
    color: #333333;
}

.color-6 .pub-titulo {
    color: #003399;
}

.color-6 .pub-item:hover .pub-titulo {
    color: #003399;
}

.color-6 .index6-image-btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
}

.color-6 .index6-gallery-image-btn img,
.color-6 .bloco-1-top-image img,
.color-6 .pub-imagem img,
.color-6 .bloco-1-img img {
    display: block;
}

.color-6 .index6-destaques-block .index6-image-btn:hover img {
    filter: brightness(1.08);
}

.color-6 .index6-gallery-list,
.color-6 .index6-links-uteis {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.color-6 .index6-blog-nav {
    justify-content: flex-end;
}

.color-6 .index6-blog-list {
    background-color: #ffffff;
}

.color-6 .index6-blog-list .city-dropdown-link {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    color: #444444;
    text-decoration: none;
    font-size: 13px;
}

.color-6 .index6-blog-list .city-dropdown-link:hover {
    background: #f7f7f7;
}

.color-6 .destaques-section {
    margin: 0;
}

.color-6 .destaques-img-container .index6-image-btn {
    width: 100%;
}

.color-6 .menu-section-content#section-categorias.active,
.color-6 .menu-section-content#section-sobre-nos.active,
.color-6 .menu-section-content#section-ultimas-publicacoes.active,
.color-6 .menu-section-content#section-galeria-blog.active,
.color-6 .menu-section-content#section-links-uteis-blog.active,
.color-6 .menu-section-content#section-caixa-sugestoes.active,
.color-6 .menu-section-content#section-destaques.active,
.color-6 .menu-section-content#section-blogs-home-list-6.active {
    min-height: 0;
}

/* Dropdown topo do assistente (index 6 usa o componente compartilhado do index 5) */
.color-6 #section-assistente-top-5 {
    max-height: none;
    overflow: visible;
    transition: max-height 0.3s ease;
}

.color-6 #section-assistente-top-5:not(.active) {
    max-height: 0;
    overflow: hidden;
}

/* Páginas Semelhantes (index 6) no mesmo padrão dos cards acima */
.color-6 .bloco3-section {
    background-color: #ffffff;
    border-radius: 0;
    margin: 0 0 15px;
    padding: 20px;
}

.color-6 .bloco3-title {
    margin-bottom: 0;
}

.color-6 .bloco3-title h2 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.color-6 .bloco3-title::after {
    background-color: #e0e0e0;
    margin-top: 12px;
}

.color-6 .bloco3-list {
    gap: 8px;
    padding-top: 12px;
}

.color-6 .bloco3-list::after {
    background-color: #e0e0e0;
}

.color-6 .bloco3-link {
    color: #003399;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
}

.color-6 .bloco3-link:hover {
    color: #003399;
    text-decoration: underline;
}

.color-6 .bloco3-empty {
    display: block;
    padding: 8px 0 0;
    color: #666666;
    font-size: 13px;
}

.color-6 .index6-editor-text p,
.color-6 .index6-editor-text ul,
.color-6 .index6-editor-text ol {
    margin: 0 0 10px 0;
}

.color-6 .index6-editor-text ul,
.color-6 .index6-editor-text ol {
    padding-left: 18px;
}

/* Bloco 1 (index 6) - separação em dois componentes */
.color-6 .bloco-1-container {
    gap: 12px;
}

.color-6 .index6-primary-card,
.color-6 .index6-secondary-card {
    border-radius: 0;
    background-color: #ffffff;
}

.color-6 .index6-primary-card .bloco-1-header {
    margin-bottom: 10px;
}

.color-6 .index6-secondary-card {
    padding-top: 20px;
}

.color-6 .index6-secondary-card .bloco-1-main {
    margin-bottom: 0;
}

.color-6 .index6-secondary-card .bloco-1-content {
    gap: 6px;
}

.color-6 .index6-secondary-card .bloco-1-info p,
.color-6 .index6-secondary-card .bloco-1-contact p {
    font-size: 13px;
    line-height: 1.35;
}

.color-6 .index6-secondary-card .bloco-1-social {
    margin-top: 8px;
    margin-bottom: 0;
}

.color-6 .index6-secondary-card .bloco-1-social-link {
    width: 30px;
    height: 30px;
}

/* Ajuste fino do segundo componente (referência imagem 2) */
.color-6 .index6-secondary-card {
    padding: 16px;
}

.color-6 .index6-secondary-layout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.color-6 .index6-secondary-img {
    width: 120px;
    height: 120px;
    border-radius: 0;
    background: #bdbdbd;
    overflow: hidden;
    flex-shrink: 0;
}

.color-6 .index6-secondary-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.color-6 .index6-secondary-title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.15;
    color: #2a2a2a;
    font-weight: 700;
}

.color-6 .index6-secondary-content {
    gap: 8px;
}

.color-6 .index6-secondary-info p,
.color-6 .index6-secondary-contact p {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #2f2f2f;
}

.color-6 .index6-secondary-info strong,
.color-6 .index6-secondary-contact strong {
    color: #2a2a2a;
}

.color-6 .index6-secondary-info .info-link {
    color: #1f4f86;
}

.color-6 .index6-secondary-social {
    margin-top: 8px;
    margin-bottom: 0;
    gap: 8px;
}

.color-6 .index6-secondary-social .bloco-1-social-link {
    width: 34px;
    height: 34px;
    border-color: #a8aeb4;
    border-radius: 6px;
    color: #7d9bbb;
}

/* Ícones sociais do segundo card em uma única linha */
.color-6 .index6-secondary-social {
    flex-wrap: nowrap;
    gap: 6px;
}

.color-6 .index6-secondary-social .bloco-1-social-link {
    width: 30px;
    height: 30px;
    font-size: 13px;
}

/* Título do segundo card em uma única linha */
.color-6 .index6-secondary-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Publicações / Sugestões / Cidade em azul com destaque */
.color-6 .index6-secondary-info p,
.color-6 .index6-secondary-info .info-link,
.color-6 .index6-secondary-info .info-value {
    color: #1f4f86;
}

.color-6 .index6-secondary-info strong {
    color: #1f4f86;
    font-weight: 700;
}

/* Index 6 - bloco da cidade dentro do primeiro card (abaixo do separador e acima das setas) */
.color-6 .index6-primary-card > .index6-secondary-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0 0 8px;
    gap: 0;
    position: static;
    overflow: visible;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-layout {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
    border: none;
    padding: 0;
    background-color: #bebebe;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-content {
    gap: 5px;
}

.color-6 .index6-secondary-top {
    display: block;
    margin-bottom: 2px;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-title {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    white-space: normal;
    overflow: visible;
}

.color-6 .index6-account-link {
    color: #003399;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.3;
}

.color-6 .index6-account-link:hover {
    text-decoration: underline;
    color: #003399;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-info p,
.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-contact p {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}

.color-6 .index6-city-value {
    color: #2a8f3d;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-social {
    margin-top: 4px;
    gap: 6px;
}

.color-6 .index6-primary-card > .index6-secondary-card .index6-secondary-social .bloco-1-social-link {
    width: 26px;
    height: 26px;
    border-radius: 4px;
}

/* Destaques (index 6) - bloco entre Caixa de Sugestões e Páginas Semelhantes */
.index6-destaques-block,
.color-6 .index6-destaques-block {
    margin: 20px 0 15px;
    background: transparent;
}

.index6-destaques-header,
.color-6 .index6-destaques-header {
    background: #8ea5be;
    color: #f2f6fb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 12px;
    border-radius: 6px 6px 0 0;
}

.index6-destaques-body,
.color-6 .index6-destaques-body {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.index6-destaque-item,
.color-6 .index6-destaque-item {
    background: #ffffff;
    padding: 10px;
}

.index6-destaque-image-wrap,
.color-6 .index6-destaque-image-wrap {
    background: #b8b8b8;
    border: none;
}

.index6-destaque-image,
.color-6 .index6-destaque-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: top center;
    background: #b0b0b0;
}

.index6-destaque-caption,
.color-6 .index6-destaque-caption {
    margin: 10px 0 0;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.index6-destaque-image-empty,
.color-6 .index6-destaque-image-empty {
    width: 100%;
    height: 300px;
    background: #b0b0b0;
}

.index6-destaque-link,
.color-6 .index6-destaque-link {
    color: #2b2b2b;
    text-decoration: none;
}

.index6-destaque-link:hover,
.color-6 .index6-destaque-link:hover {
    text-decoration: underline;
}
