/**
 * CidadeTur BR - Estilos de Destaques
 */

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

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

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

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

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

.destaques-img-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

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

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

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

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