/* Página 1 - CSS extraído de includes/index-1.php */

/* Imagem com link (tamanho original) */
.color-1 .news-image-link {
    display: block;
}
.color-1 .news-image-link img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Botão Cidades Cadastradas sem fundo — o fundo é o banner (PDF pág. 1:
   "CRIAR UM BANNER AQUI ... BOTÃO SEM FUNDO (O FUNDO DELE É O BANNER)";
   campo PAINEL/INDEX/BANNER CIDADES, pág. 14).
   Correção 13/07: banner mais estreito na altura, botão colado no rodapé do
   banner e o dropdown abre POR BAIXO (o banner fica fixo, nunca é escondido). */
.color-1 .menu-section.cidades-turisticas.has-banner {
    background-size: cover;
    background-position: center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.color-1 .menu-section.cidades-turisticas.has-banner > .menu-section-title {
    background-color: transparent;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}

.color-1 .menu-section.cidades-turisticas.has-banner > .menu-section-title:hover {
    background-color: rgba(0, 0, 0, 0.25);
}

.color-1 .menu-section.cidades-turisticas.has-banner + .menu-section-content.active {
    background-color: rgba(255, 255, 255, 0.92);
}

/* Bloco superior da index-1: logo no mesmo padrão dos demais componentes */
.color-1 .sidebar .sidebar-header .logo {
    width: 88px;
    height: 88px;
    padding: 0;
    flex: 0 0 88px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-1 .sidebar .sidebar-header .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-1 .sidebar .sidebar-header .logo .logo-img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.color-1 .news-details p:first-child .news-details-value {
    color: #666666;
}

