body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: justify;
}

#temas ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* #temas ul i {
	color: #D32F2F
} */

header {
	position: relative;
}

header #info {
	padding: 20px 0 5px 0;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 15px;
}

.header-titulo {
	/* background: #007a7f; */
	background: url('../img/banner.jpg') no-repeat center;
	background-size: cover;
	height: 600px;
	position: relative;
}

section.bg-01 {
	padding: 50px 0;
	color: #ffffff;
	background-color: #D32F2F;
	background: url('../img/bg.png') no-repeat center;
	background-size: cover;
	min-height: 600px;
	position: relative;
}

section.bg-02 {
	padding: 50px 0;
	color: #ffffff;
	background-color: #D32F2F;
	background: url('../img/bg-02.png') no-repeat center;
	background-size: cover;
	min-height: 600px;
	position: relative;
}

section.bg-03 {
	padding: 50px 0;
	color: #000000;
	background-color: #D32F2F;
	background: url('../img/bg-03.png') no-repeat center;
	background-size: cover;
	min-height: 600px;
	position: relative;
}

section.bg-04 {
	padding: 50px 0;
	color: #000000;
	background-color: #D32F2F;
	background: url('../img/bg-04.png') no-repeat center;
	background-size: cover;
	min-height: 600px;
	position: relative;
}

.header-titulo .img {
	position: absolute;
	width: 100%;
	top: 20%;
	right: 15%;
	text-align: right;
	padding: 20px;
	color: #FFFFFF;
}

.header-titulo .texto {
	position: absolute;
	width: 50%;
	bottom: 0;
	/* right: 0; */
	text-align: center;
	padding: 20px;
	color: #FFFFFF;
}

.header-titulo .texto p {
	font-size: 20px;
}

.cover {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	min-height: 600px;
}

.bg-ctc {
	background-color: #D32F2F !important;
}

.vermelho {
	color: #D32F2F;
}

.verde {
	color: #007a7f;
}

.laranja {
	color: #fb8722;
}

.navbar-toggler {
	background-color: #FFFFFF;
}

.nav-link {
	font-weight: bold;
}

.nav-link:hover {
	color: #739b3f;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 45px;
	font-weight: 900;
	color: #FFFFFF;
}

h2 {
	font-size: 35px;
	font-weight: 900;
	padding-bottom: 10px;
}

h3 {
	font-size: 20px;
}

.box {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #b4b4b4;
	padding: 10px;
}

section.branco {
	background-color: #FFFFFF;
	padding: 60px 0;
}

section.cinza {
	background-color: #F1F1F1;
	background-size: cover;
	padding: 60px 0;
}

section.ital {
	background-color: #1976D2;
	padding: 60px 0;
	color: #FFFFFF;
}

.card-header {
	color: #000000;
	background-color: #fb8722;
}


footer {
	background: #ffffff;
	padding: 30px 0 0 0;
}

section#govsp-rodape {
	background: #FFFFFF !important;
	background-color: #FFFFFF !important;
	min-height: 150px;
	width: 100%;
	z-index: 9999999;
}

section#govsp-rodape .container.rodape {
	height: 149px;
	width: 100%;
	background: #4e4e4e !important;
	background-color: #4e4e4e !important;
}

section#govsp-rodape .logo-rodape {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 149px;
}

section#govsp-rodape div {
	text-align: center;
}

@media only screen and (max-width: 600px) {
	.header-titulo {
		/* background: #007a7f; */
		background: url('../img/banner.jpg') no-repeat center;
		background-size: cover;
		height: 600px;
		position: relative;
	}

	.texto h1 {
		font-size: 35px;
	}

	.header-titulo .img {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		text-align: center;
		padding: 70px 0 20px 0;
		color: #FFFFFF;
	}

	.header-titulo .texto {
		width: 100%;
		bottom: 0;
		text-align: center;
		padding: 20px;
		color: #FFFFFF;
	}
}