
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

		/* BANNERS */
		.banner img {
			width: 100%;
			max-width: 800px;
			height: auto;
			background-color: #6B6B6B;
			border-radius: 5px;
		}

		.banner-imagem {
			max-width: 850px;
			max-height: 200px;
			background-color: #868686;
			border-radius: 5px;
		}
		.banner-lateral{
			
			width: 100%;
			height: 250px;
			border-radius: 5px;
			
		}

/* BOTÕES */
.busca-botao {
    background-color: #808080;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; 
    color: #fff;
    border: none;
    cursor: pointer;
}

.busca-botao:hover {
    background-color: #A8A6A7;
    color: #fff;
    outline: none;
}

.icon-button {
    background-color: #ff3c01;
    border: none;
    border-radius: 5px;
    width: 40px; /* Tamanho dos botões */
    height: 40px; /* Tamanho dos botões */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px; /* Tamanho dos ícones */
    color: white;
}
.icon-button-azul {
    background-color: #1F62AA;
    border: none;
    border-radius: 5px;
    width: 40px; /* Tamanho dos botões */
    height: 40px; /* Tamanho dos botões */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px; /* Tamanho dos ícones */
    color: white;
}

.nav-button {
    background-color: #B3B3B3;
    border: none;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;  /* Aumenta o tamanho da fonte */
    color: #fff; 
    min-width: 150px;
}

.nav-button:hover {
    background-color: #808080; /* Cor de fundo no hover */
}

.sidebar .nav-button {
    background-color: #15688C;
    color: #fff;
    margin: 5px 0;
}

.sidebar .nav-button:hover {
    background-color: #FF5700;
}


		/* CAROUSEL */
		.carousel-item {
			position: relative;
		}

		.carousel-item img {
			width: 100%;
			height: auto;
		}

		.carousel-caption {
			position: relative;
			z-index: 2;
			color: black; /* Altere a cor conforme necessário */
			right: 0% !important;
			left: 0% !important;
		}

		.carousel-inner {
			border-radius: 12px; 
		}

		.overlay {
			position: absolute;
			top: 76%;
			left: 0;
			width: 100%;
			height: 24%;
			background-color: white;
			z-index: 1;
			opacity: 0.8; /* Ajuste a opacidade conforme necessário */
			padding-top: 3%;
		}

/* CONTAINER */
.container {
    display: flex;
}

		/* FONTS */
		.poppins-black {
			font-family: "Poppins", sans-serif;
			font-weight: 900;
			font-style: normal;
		}

		.poppins-bold {
			font-family: "Poppins", sans-serif;
			font-weight: 700;
			font-style: normal;
		}

		.poppins-extrabold {
			font-family: "Poppins", sans-serif;
			font-weight: 800;
			font-style: normal;
		}

		.poppins-extralight {
			font-family: "Poppins", sans-serif;
			font-weight: 200;
			font-style: normal;
		}

		.poppins-light {
			font-family: "Poppins", sans-serif;
			font-weight: 300;
			font-style: normal;
		}

		.poppins-medium {
			font-family: "Poppins", sans-serif;
			font-weight: 500;
			font-style: normal;
		}

		.poppins-regular {
			font-family: "Poppins", sans-serif;
			font-weight: 400;
			font-style: normal;
		}

		.poppins-semibold {
			font-family: "Poppins", sans-serif;
			font-weight: 600;
			font-style: normal;
		}

		.poppins-thin {
			font-family: "Poppins", sans-serif;
			font-weight: 100;
			font-style: normal;
		}

/* COLUNAS  */

.coluna1 {
	padding-right:20px;
}

.col-9 {
padding-right:15px;

}

/* ICONS */
.icon {
    /* Estilização dos ícones (substitua com os ícones reais) */
}


		/* LAYOUT */
		.alinhar-topo {
			vertical-align: top;
			margin-top: 0;
		}

		.base-central {
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.lateral {
			background-color: #C9C9C9;
			border-radius: 6px;
			padding: 20px;
			flex: 1; 
		}

		.largura-pagina {
			width: 100%;
			max-width: 1200px;
			margin: 0 auto;
			padding: 15px;
			display: flex;
			justify-content: space-between;
		}

		.largura-rodape {
			width: 100%;
			margin: 0 auto;
			padding: 20px;
			display: flex;
			justify-content: space-between;
		}

		.largura-rodape-base {
			width: 100%;
			margin: 0 auto;
			padding: 2px;
			display: flex;
			justify-content: space-between;
			color: #fff;
		}

		.menu-icon {
			display: none;
			flex-direction: column;
			cursor: pointer;
			
		}

		.menu-icon-bar {
			width: 25px;
			height: 3px;
			background-color: #333;
			margin: 4px 0;
		}

		.espaco-right{
			padding-right:15px !important;
		}

.previsao-full{
display: block;	
}
.previsao-mobile{
display: none;	
}

		.sidebar {
			position: fixed;
			top: 0;
			left: -250px;
			width: 250px;
			height: 100%;
			background-color: #085272;
			color: #fff;
			display: flex;
			flex-direction: column;
			align-items: center;
			padding-top: 60px;
			transition: left 0.3s;
			z-index: 1000;
		}
 		.sidebar.open {
            left: 0;
        }

		.sidebar-close {
			position: absolute;
			top: 10px;
			right: 10px;
			font-size: 24px;
			cursor: pointer;
		}

		.tela-pagina {
			max-width: 1200px;
			margin: 0 auto;
			padding: 2px 10px 10px 10px; 
			border-radius: 15px;
			width: 70%;
		}

		.tela-pagina, .outra-coluna {
			background-color: #f0f0f0; /* Cinza claro */
		}
		.distancia1{
			margin-top:5px;
		}
		.centralizar {
			display: inline-block; /* Isso faz com que cada div centralizada ocupe apenas o espaço necessário */
			margin-right: 0px; /* Adiciona espaço entre as divs */
			text-align: center; /* Centraliza o conteúdo dentro da div */
		}

		.image-container {
			width: 120px;
			height: 120px;
			border-radius: 50%;
			overflow: hidden;
			display: inline-flex; /* Para manter os elementos em linha */
			justify-content: center; /* Centraliza a imagem horizontalmente */
			align-items: center; /* Centraliza a imagem verticalmente */
			background-color: gray; /* Adicione uma cor de fundo opcional para contraste */
			margin-right: 5px; /* Adiciona espaço entre a imagem e o texto */
		}

		.rounded-circle {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		p {
			margin: 0; /* Remove a margem padrão do parágrafo */
		}
/* MENU */
.header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.menu_branco {
    list-style-type: none; /* Remove o bullet */
    padding: 0;
    margin: 0;
}

.menu_branco i {
    color: white; /* Cor inicial dos ícones */
    transition: color 0.3s; /* Adiciona uma transição suave */
}

.menu_branco i:hover {
    color: #ff3c01; /* Cor dos ícones ao passar o mouse */
}

.menu_branco li {
    color: white; /* Define a cor da letra branca */
}

.menu_branco li a {
    color: white; /* Define a cor do link como branco */
    text-decoration: none; /* Remove o sublinhado dos links */
    transition: color 0.3s ease; /* Adiciona uma transição suave de 0.3 segundos */
}

.menu_branco li a:hover {
    color: #ff3c01; /* Define a cor do link como cinza no mouse over */
}

		/* RESPONSIVO */

		.navbar {
		background-color: #FFFFFF;
		}

	.texto-noticia {
	margin-left:30px;
	margin-right:30px;
	}



		@media (max-width: 768px) {
			.texto-noticia {
			margin-left:5px;
			margin-right:5px;
			}
			.titulo{
				 font-size: 1.2em; 
			}
			.titulo-curto{
				 font-size: 1.2em; 
			}
			.materia{
				 font-size: 1.5em; 
			}
			.header {
				flex-direction: column;
				align-items: center;
			}
			.logo {
                text-align: center !important;
                padding-left: 10px;
                padding-right: 10px;
                margin-bottom: 10px;
				display: block !important;

			}
			.previsao-full{
display: none;	
}
.previsao-mobile{
display: block;	
}
			.banner img {
				max-width: 100%;
			}
			.previsao {
				display: none;
			}
		
			
			  .menu-icon {
            display: none;
            position: fixed;
            top: 40px;
            right: 20px;
            width: 50px;
            cursor: pointer;
				  z-index: 9999;
        }
        .menu-icon-bar {
            width: 35px;
            height: 3px;
            background-color: #333;
            margin: 4px 0;
			
        }
			.menu-cat{
				display: none;
			}
			
			.tela-pagina {
		width: 98% !important;	
		}
		.card-body {
		margin-top:20px;
		}
		.centralizar {
		display: block;
		}
			.lateral {
				margin-top:20px;
			}
			

		}
		

		@media (max-width: 1100px) {
			.navbar {
				display: none;
			}

			.menu-icon {
				display: flex;
			}
		}

/* RODAPÉ */
.logo {
    display: flex;
    align-items: flex-start; 
}

.logotipo {
    width: 180px;
    height: auto;
}

.logotipo_rodape {
    width: 140px;
    height: auto;
}

.rodape {
    background-color: #0A648A;
}

.rodape-base {
    background-color: #10465C;
}


		/* SEARCH */
		.busca-campo {
			background-color: #808080;
			color: #fff;
			border: none;
			font-family: "Poppins", sans-serif;
			font-weight: 600;
		}

		.busca-campo:focus {
			background-color: #808080;
			color: #fff;
			border: none;
			outline: none;
			font-family: "Poppins", sans-serif;
			font-weight: 600;
		}

		.busca-campo::placeholder {
			color: #ccc; /* Define a cor do placeholder */
			opacity: 1; /* Define a opacidade do placeholder */
		}

		.bx-search-alt-2 {
			font-size: 15px; /* Ajuste o tamanho conforme necessário */
			color: #ccc; /* Cor do ícone */
			padding: 2px;
			padding-top: 3px;
		}

/* TARJAS */
.tarja {
    background-color: #B5B5B5;
    padding: 2px 7px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
}

.tarja-completa {
    background-color: #B5B5B5;
    padding: 2px 7px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    flex-grow: 1; /* Use flex-grow para ocupar o espaço restante */
    margin-left: 5px;
}

.tarja-container {
    display: flex; /* Use flexbox para alinhar as tarjas lado a lado */
}

.tarja-lateral {
    background-color: #B5B5B5;
    padding: 2px 7px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
}

		/* TEXT */
		.justify-text {
			text-align: justify;
		}

		.letra-branca {
			color: #ffffff;
		}

		.t1 {
			font-size: 1.1em;
		}

		.t2 {
			font-size: 1.2em;
		}

		.t3 {
			font-size: 1.3em;
		}

		.t4 {
			font-size: 1.4em;
		}

		.t5 {
			font-size: 1.5em;
		}

		.t6 {
			font-size: 1.6em;
		}
/*IMAGEM*/
.imagem-arredondada {
 border-radius: 8px;
}


/* CARROSSEL */

.carousel-colunas-container {
    position: relative;
    width: 100%; /* Ajuste conforme necessário */
    max-width: 1200px; /* Limite a largura máxima */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.carousel-colunas {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.centralizar-colunas {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-container-colunas {
    margin: 10px;
}

.avatar-lg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.carousel-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    z-index: 1;
}
/* UTILIDADES */
.base-central {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-12 {
    padding: 0px !important;
}


.cor1 {
    background-color: #F72600 !important;
}

.cor1b {
    background-color: #FABCB1 !important;
}
.cor2 {
    background-color: #025F87 !important;
}

.cor2b {
    background-color: #9ECEE3 !important;
}

.cor3 {
    background-color: #666666 !important;
}

.cor3b {
    background-color: #D0D0D0 !important;
}
.cor4 {
    background-color: #B80B0E !important;
}

.cor4b {
    background-color: #C48889 !important;
}
.cor5 {
    background-color: #171717 !important;
}

.cor5b {
    background-color: #7B7B7B !important;
}
.cor6 {
    background-color: #689d01 !important;
}

.cor6b {
    background-color: #a8bb83 !important;
}
.laranja {
    background-color: #ff3c01;
}
.laranja2 {
   color: #ff3c01;
}

.menu-sociais i {
    font-size: 2em; /* Aumenta o tamanho dos ícones ao dobro */
}

.responsive-img {
    max-width: 100%;
    height: auto;
}
.hr-colorida {
    height: 1px; /* Ajuste a altura conforme necessário */
    background-color: #B7B7B7; /* Escolha a cor desejada */
    border: none; /* Remove a borda padrão */
}

		/* OUTROS */
		.button-grid {
			display: flex;
			flex-wrap: wrap;
			gap: 6px;
			justify-content: center;
			align-items: center;
		}

/* LINKS */
.link-cinza {
    color: #808080; /* Cor inicial do link */
    text-decoration: none; /* Remove o sublinhado dos links */
    transition: color 0.3s ease; /* Adiciona uma transição suave de 0.3 segundos */
}

.link-cinza:hover {
    color: #ff3c01; /* Cor do link no mouse over */
    text-decoration: underline; /* Adiciona o sublinhado no mouse over */
}

a {
    color: gray; /* Define a cor cinza padrão para os links */
    text-decoration: none; /* Remove o sublinhado padrão dos links */
}

a:hover {
    color: darkgray; /* Altera a cor dos links quando o mouse está sobre eles */
    text-decoration: underline; /* Adiciona o sublinhado ao passar o mouse */
}

a:visited {
    color: lightgray; /* Define a cor dos links já visitados */
}

a:active {
    color: darkgray; /* Define a cor dos links quando estão sendo clicados */
}


a.azul {
    color: #171D27; /* Define a cor cinza padrão para os links */
    text-decoration: none; /* Remove o sublinhado padrão dos links */
}

a.azul:hover {
    color: #122A52; /* Altera a cor dos links quando o mouse está sobre eles */
    text-decoration: underline; /* Adiciona o sublinhado ao passar o mouse */
}




/* NODE-MODULES */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.row {
    --bs-gutter-x: 0px !important;
}

.avatar-xs {
    width: 0px !important;
}