/* CORES AMACA*/
:root {
	/* Principais */
	--azul: #07539f;
	--vermelho: #e84a4e;

	/* Secundárias */
	--cinza-escuro: #1e1e1c;
	--azul-claro: #0079dd;
	--vermelho-escuro: #c91f2b;

	/* Cores complementares */
	--branco: #ffffff;
	--cinza-claro: #f8f9fa;
	--cinza-medio: #6c757d;
	--borda: #dee2e6;
}

/* Sticky Footer - Fixar rodapé no final da página */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 0.8em !important;
}

body.sticky-footer-wrapper {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

/* Barra azul no topo da página */
.top-bar {
	width: 100%;
	height: 60px;
	background: var(--azul);
	box-shadow: 0 2px 8px rgba(7, 83, 159, 0.3);
	position: relative;
	z-index: 1000;
	margin-bottom: 20;
}

.main-content {
	flex: 1 0 auto;
	width: 100%;
	padding-top: 50px;
}

/* Remove margens extras que podem causar espaço branco */
body.sticky-footer-wrapper .container {
	margin-bottom: 0;
}

body.sticky-footer-wrapper .row:last-child {
	margin-bottom: 0;
}

.footer {
	flex-shrink: 0;
	background-color: #2c3e50;
	color: #ecf0f1;
	padding: 40px 0 20px;
	margin: 0;
	width: 100%;
	position: relative;
}

.footer h4 {
	color: #3498db;
	margin-bottom: 15px;
	font-size: 18px;
}

.footer p {
	color: #bdc3c7;
	line-height: 1.6;
}

.footer a {
	color: #3498db;
	text-decoration: none;
	transition: color 0.3s;
}

.footer a:hover {
	color: #5dade2;
}

.footer .endereco,
.footer .instituicoes,
.footer .lgpd {
	margin-bottom: 20px;
}

.footer .list-inline {
	padding-left: 0;
	list-style: none;
}

.footer .list-inline li {
	display: inline-block;
	margin-right: 10px;
}

.footer .list-inline li img {
	max-height: 50px;
	width: auto;
	transition: transform 0.3s;
}

.footer .list-inline li img:hover {
	transform: scale(1.1);
}

.footer .btn-lgpd {
	display: inline-block;
	padding: 8px 15px;
	background-color: #3498db;
	color: #fff !important;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
	transition: background-color 0.3s;
}

.footer .btn-lgpd:hover {
	background-color: #2980b9;
}

.footer .dpo-info {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #34495e;
}

.footer .dpo-info img {
	max-width: 100%;
	height: auto;
}

.footer .versao {
	font-size: 12px;
	color: #95a5a6;
}

/* Responsividade */
@media (max-width: 768px) {
	.footer {
		padding: 30px 15px 15px;
	}

	.footer .col-md-3,
	.footer .col-md-4,
	.footer .col-md-5 {
		margin-bottom: 30px;
	}

	.footer h4 {
		font-size: 16px;
	}
}
