@charset "UTF-8";
body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	background-position: center center; /* centraliza horizontal e vertical */
	background-color: transparent !important;
}
.__hero {
	background-color: #fff;
	background-image: url('../img/new/elemento-cabecalho2.png'), url('../img/new/elemento-cabecalho2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: contain;
	position: relative;
	min-height: 46vh;
	padding: 1rem 0 1.5rem;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.__hero-logo { height: 120px; }
.text-entidade {
	color: #004040;
	font-weight: bold;
}
.text-entidade:hover,
.text-entidade.active {
	color: #3fbf63;
	text-decoration: none;
}
.__hero-menu a { font-size: 1.1rem; }
.__hero-menu a:hover { text-decoration: underline; }
.separator {
	color: #0c5c2c;
	margin: 0 0.75rem;
	font-weight: bold;
}
#lista-ps {
	background-color: #f8f9fa;
	background-image: url('../img/new/processos-seletivos_shape_1a.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-size: contain, contain; /* mantém proporção sem distorcer */
	min-height: 800px;
}
#lista-ps-outros {
	background-color: #f8f9fa;
	background-image: linear-gradient(to bottom,rgba(255,255,255,0.375),rgba(255,255,255,0),rgb(255,255,255)),url('../img/new/back-gs.jpg');
	background-repeat: repeat;
	background-size: auto;        /* cobre toda a tela */
	background-position: center center; /* centraliza horizontal e vertical */
}
.faixa-sombra {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 50px;
	background-image: url('../img/new/sombra.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-top: -48px;
}
.__card {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.__card-title {
	color: #0c5c2c;
	font-weight: 600;
}
.__card-title-small {
	color: #008040;
	font-weight: 600;
}
.__card-title2 {
	color: #005dbb;
	font-weight: 600;
}
.__card-title-small2 {
	color: #0080ff;
	font-weight: 600;
}
.__card1 {
	background-color: rgba(255, 255, 255, 0.93);
	border: 3px solid #e0e0e0;
}
.__card2 {
	background-color: rgba(221, 248, 253, 0.613);
	border: 1px solid #ccffff;
}
.__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
footer { font-size: 14px; }
.site-footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end; /* Alinha no fim vertical */
	align-items: center;       /* Centraliza horizontal */
	min-height: 650px;         /* altura mínima fixa */
	height: 650px;             /* força altura fixa */
	background-image: url('../img/new/onda-rodape.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	box-sizing: border-box; /* evita colapsar padding */
}
.__footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	max-width: 80%;
}
.__footer-left {
	flex: 1 1 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.__footer-left p {
	margin: 0;
	color: white;
	font-weight: 300;
	text-align: justify;
}
.__footer-top p {
	flex: 1 1 60%;
	margin: 0;
	color: white;
	font-weight: 300;
}
.__footer-logo {
	width: 100%;
	max-width: 250px;
	margin-bottom: 20px;
	display: block;
}
.__footer-top p,
.__footer-logo {
	flex: 1 1 60%;
}
.__footer-links {
	flex: 1 1 35%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.__footer-links a {
	color: white;
	text-decoration: none;
	font-weight: 300;
	color: aquamarine;
}
.copy {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	color: darkgray;
	font-weight: 300;
}