        /* Garantindo que o fundo da navbar apareça corretamente */
        .navbar {
            background-color: #212529 !important; /* Fundo escuro */
        }

        .navbar-nav .nav-item .nav-link {
            color: white !important; /* Cor dos links */
        }

        .navbar-nav .nav-item .nav-link:hover {
            color: #c4161c !important; /* Cor de hover */
        }
		
		/* Ajuste para garantir que o campo de busca no header fique à direita */
		.navbar .navbar-nav .form-inline {
    		margin-left: auto; /* Alinha à direita */
		}

        /* Garantir que o dropdown se expanda corretamente */
        .dropdown-menu {
            background-color: #212529;
            border: none;
            position: absolute;
            z-index: 9999;
        }

        .dropdown-item {
            color: white !important;
        }

        .dropdown-item:hover {
            background-color: #c4161c !important;
        }

/* Garantindo que o fundo da navbar apareça corretamente */
.navbar {
    background-color: #212529 !important; /* Fundo escuro */
}

.navbar-nav .nav-item .nav-link {
    color: white !important; /* Cor dos links */
}

.navbar-nav .nav-item .nav-link:hover {
    color: #c4161c !important; /* Cor de hover */
}

/* Garantir que o dropdown se expanda corretamente */
.dropdown-menu {
    background-color: #212529;
    border: none;
    position: absolute;
    z-index: 9999;
}

.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: #c4161c !important;
}

/* Ajuste para o Banner de Cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212529;
    color: #fff;
    z-index: 9998; /* Banner com z-index mais baixo */
    padding: 20px;
    font-size: 14px;
    display: none; /* Inicialmente escondido */
}

.cookie-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: center;
}

.cookie-options {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

/* Garantir que o carrossel ocupe o espaço correto */
.carousel-inner {
    position: relative;
    width: 100%;
    height: auto;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Garantir que os botões de navegação fiquem visíveis e não sobreponham imagens */
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    width: 5%;
    z-index: 10;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); /* Fundo escuro transparente */
    border: none;
    padding: 10px;
    color: white;
    font-size: 1.5rem;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.75); /* Fundo mais escuro no hover */
}

/* Garantir visibilidade dos indicadores */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
	display: flex; justify-content: center; align-items: center;
}

.carousel-indicators button {
    background-color: rgba(255, 255, 255, 0.5); /* Cor do indicador */
    border: none;
}

.carousel-indicators .active {
    background-color: #c4161c; /* Cor ativa do indicador */
}

.lottie-icon {
    width: 26px;
    height: 26px;
}

.lottie-search {
    width: 22px;
    height: 22px;
}


.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 58px;
    height: 58px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,.35);
    text-decoration: none;
    animation: pulse 1.5s infinite;  /* Pulsando a cada 1.5 segundos */
}

.whatsapp-float:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Definição da animação de pulsação */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* Aumenta o ícone para 110% do tamanho original */
    }
    100% {
        transform: scale(1);
    }
}

.lottie-whatsapp {
    width: 34px;
    height: 34px;
}


#busca-preview {
    position: absolute;
    width: 150%;
    max-width: 800px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    z-index: 9999;
}

.noticia-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.noticia-imagem img {
    max-height: 260px;
    object-fit: cover;
    width: 100%;
}

.noticia-titulo {
    font-size: 1.3rem;
    font-weight: 600;
}

/* Resumo de notÃ­cia com limite de linhas */
.noticia-resumo {
    display: -webkit-box;
    -webkit-line-clamp: 20; /* ðŸ‘ˆ nÃºmero de linhas visÃ­veis */
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.5;
    max-height: calc(1.5em * 20);
}

/* Resumo de notícia – BLOG */
.noticia-resumo-blog {
    display: -webkit-box;
    -webkit-line-clamp: 20; /* ?? 20 linhas visíveis */
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.5;
    max-height: calc(1.5em * 20);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212529;
    color: #fff;
    padding: 15px;
    z-index: 9999;
    display: none;
}

.cookie-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.cookie-container p {
    margin: 0;
    font-size: 14px;
}

.cookie-container a {
    color: #0d6efd;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}


.card img {
    object-fit: contain;
    height: 200px;
    background: #f8f9fa;
}

footer img {
    opacity: 0.85;
    transition: opacity .2s ease;
}

footer img:hover {
    opacity: 1;
}


.whatsapp{
position:fixed;bottom:20px;right:20px;
background:#25d366;color:#fff;
padding:10px 15px;border-radius:50px;
text-decoration:none;font-weight:bold;
}