body {
	margin:0;
	font-size:16px!important;
	font-weight:normal!important;
	font-family: Montserrat, Roboto, Calibri, Arial!important; 
	background-color:#0F4B3F; /*  #4681A0  -- AZUL */
}

#top {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	padding: 0 20% 0 20%;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
	width: 100%;
	height: 135px;
	//background-color: #2093d1;
	text-align: center;
	background: url(../images/background.jpg) no-repeat left center;
}

.bg-turismo {
	background: url(../images/bg_turismo.png) no-repeat center center;
}

.bg-extracao {
	background: url(../images/bg_extracao.png) no-repeat center center;
}

.bg-pecuaria {
	background: url(../images/bg_pecuaria.png) no-repeat center center;
}

.bg-agricultura {
	background: url(../images/bg_agricultura.png) no-repeat center center;
}

.bg-exportacoes {
	background: url(../images/bg_exportacoes.png) no-repeat center center;
}

.bg-agronegocio {
	background: url(../images/bg_agronegocio.png) no-repeat center center;
}


.title-capa {
	font-weight:bold;
	font-size: 40px;
}

#content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 35px;
	padding: 30px 0px 30px 0px;
	background: #ddd;  /*  #F3F3F3;*/
	align-items: center;
}

.content-box {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 380px;
	//background: #FFFFFF;
	height:60px;
	border: 2px solid #f3f3f3;
	border-radius: 8px;
	order: 0;
	padding:10px;
	text-align: left;
	flex: 0 1 auto;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #fff; 
}

.content-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20);
	cursor:pointer;
}

.title-footer-bold {
	font-weight:bold;
	margin: 5px 0px 0px 0px;
}

/*
#explore {
	width: 100%;
	height: 5px;
	background: #2093d1;
}*/

#footer {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	padding: 10px 15% 10px 15%;
	gap: 35px;
	width: 100%;
	min-height: 120px;
	background: #FFFFFF;
	align-items: center;
	justify-content: center;
	min-height: 135px;
}

#footer-img-logo {
	width: 230px;
	flex: none;
	order: 0;
	flex-grow: 0;
}

#footer-img-assinatura {
	width: 389px;
	flex: none;
	order: 1;
	flex-grow: 0;
}

/* Ajustes para telas reduzidas */
@media screen and (max-width: 1024px) {
	#top {
		padding: 0 5% 0 5%;
	}
	#footer {
		padding: 15px 5% 15px 5%;
		min-height: 130px;
		gap: 25px;
	}
	#explore {
		padding: 20px 5% 0 5%;
	}
	#content {
		padding: 0 5% 35px 5%;
	}
	#top-content, #content, #explore, #footer, .content-box-text  {
		font-size: 14px;
	}
	#footer-img-logo {
		width: 185px;
	}
	#footer-img-assinatura {
		width: 310px;
	}
	.title-capa {
		font-size: 28px;
	}
	.content-box-title {
		font-size: 16px;
	}
	.top_logo {
		width: 280px;
	}
}

@media screen and (max-width: 600px) {
	#footer {
		gap: 15px;
	}
	#footer-img-logo {
		width: 128px;
	}
	#footer-img-assinatura {
		width: 245px;
	}
}