/**
 * CidadeTur BR - Estilos de Lugares da Cidade
 */

/* ============================================
   TÍTULO DO MENU
   ============================================ */

.menu-section.lugares-da-cidade .menu-section-title {     
    background-color: var(--light-blue); 
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* ============================================
   CONTAINER PRINCIPAL
   ============================================ */

.lugares-da-cidade-section {
    background-color: var(--white);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0 0 0;
}

/* ============================================
   IMAGEM PRINCIPAL
   ============================================ */

.lugares-da-cidade-section .img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.img-lugares-da-cidade {
    width: 100%;
    height: 560px;
    background-color: #C0C0C0;
    object-fit: cover;
    display: block;
}

/* ============================================
   TEXTO DESCRITIVO
   ============================================ */

.description-text {
    margin: 5px 0;
}

.description-text p {
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* ============================================
   BOX DE INFORMAÇÕES
   ============================================ */

.box-info {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

/* ============================================
   IMAGEM DE INFORMAÇÃO
   ============================================ */

.img-info {
    flex-shrink: 0;
}

.img-info img {
    width: 85px;
    height: 85px;
    background-color: #C0C0C0;
    object-fit: cover;
    display: block;
}

/* ============================================
   CONTEÚDO DE INFORMAÇÕES
   ============================================ */

.info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.info-item {
    display: flex;
    gap: 5px;
    line-height: 1.4;
}

.info-label {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    flex-shrink: 0;
}

.info-value {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    word-break: break-word;
}

/* ============================================
   REDES SOCIAIS
   ============================================ */

.social-media {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.social-media-link {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
}

.social-media-link:hover {
    background-color: #F0F0F0;
    border-color: #666666;
}

/* ============================================
   AÇÕES (EXIBIR + / ESCOLHER POR CATEGORIA)
   ============================================ */

.lugares-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 15px 0;
}

.btn-exibir-lugares,
.btn-escolher-categoria {
    width: 100%;
    background-color: #A8C9A8;
    color: #FFFFFF;
    border: none;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.btn-exibir-lugares {
    font-size: 35px;
}

.btn-escolher-categoria {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 16px;
}

.categoria-text {
    flex: 1;
}

.categoria-icon {
    font-size: 18px;
}

.btn-exibir-lugares:hover,
.btn-escolher-categoria:hover {
    background-color: #8FB88F;
}

/* ============================================
   ÚLTIMAS NOTÍCIAS LUGARES
   ============================================ */

.ultimas-noticias-lugares {
    background-color: var(--primary-blue);
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
}

/* Header */
.noticias-header {
    margin-bottom: 15px;
}

.noticias-header h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Notícia em Destaque */
.noticia-destaque {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.noticia-destaque-img {
    flex-shrink: 0;
}

.noticia-destaque-img img {
    width: 110px;
    height: 110px;
    background-color: #C0C0C0;
    object-fit: cover;
    display: block;
}

.noticia-destaque-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.noticia-destaque-titulo {
    color: #FFFF00;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
}

.noticia-destaque-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.noticia-destaque-info p {
    color: #FFFFFF;
    font-size: 11px;
    margin: 0;
    line-height: 1.3;
}

/* Separador */
.noticias-separator {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 15px 0;
}

/* Lista de Notícias */
.noticias-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

.noticia-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.noticia-checkbox {
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.noticia-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.noticia-item-titulo {
    color: #FFFF00;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: 1.4;
}

.noticia-item-fonte {
    color: #FFFFFF;
    font-size: 11px;
    margin: 0;
}

.btn-exibir-noticias {
    width: 100%;
    background-color: var(--light-blue);
    color: #ffffff;
    border: 2px solid var(--light-blue);
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 20px;
    transition: all 0.3s;
    text-align: center;
}

.btn-exibir-noticias:hover {
    background-color: var(--light-blue);
    color: #ffffff;
}