@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	background-color: #EDF3F5;
}

h1,
h2,
h3,
h4 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 35px;
	letter-spacing: -2.73px;
	font-weight: bold;
}

h2 {
	color: #328c03;
	font-size: 30px;
	letter-spacing: -2.73px;
	line-height: 36px;
	font-weight: 300;
}

h3.big {
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -2.52px;
	color: #328c03;
}

.area_reservada h3 {
	margin: 10px 0;
}

p {
	line-height: 30px;
}

.bg-light {
	background: #EDF3F5 !important;
}

.bg-dark {
	background: #555 !important;
}

.bg-black {
	background: #000;
}

.bg-blue {
	background-color: #2964BB;
}

.bg-blue h2 {
	color: #00C9FF;
}

.bg-green {
	background-color: #6FA201;
}

.color-green {
	color: #8AA82A;
}

.bg-gray {
	background-color: #EAEDF2 !important;
}

.bg-light-blue {
	background-color: #EDF3F5;
}

.item-card h2 {
	color: #000;
}

.expanded-p p {
	line-height: 28px;
}

.contain-big-images { position: relative; overflow: hidden; }

.green-title {
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -2.52px;
}

.faixa h2 {
	font-size: 40px;
	letter-spacing: -0.8px;
	color: #fff;
	font-weight: 300;
}

/* BUTTONS */
.btn.btn-leia-mais {
	color: #fff;
	border: solid 1px;
}

.btn.btn-default {
	color: #000;
	border: solid 2px;
}

.btn.btn-leia-mais-invert {
	background-color: #253855;
	border-color: #253855;
	color: #fff;
}

.btn.btn-confira {
	background: #F9B513;
	color: #000;
}

.btn.btn-dark {
	background: transparent;
	color: #fff;
}

.btn.btn-light {
	background: transparent;
	color: #000;
}

.pessoas h3 {
	font-weight: 300;
	font-size: 46px;
}

.pessoas thead {
	font-weight: bold;
	font-size: 24px;
	border: 0;
}

.pessoas thead th {
	border: 0;
}

.pessoas td {
	width: 50%;
}

header {
	position: relative;
	background-color: #fff;
}

header::after {
	content: '';
	width: 100%;
	height: 2px;
	background: rgb(164,15,15);
	background: #333; /* linear-gradient(90deg, #333 0%, green 100%); */
	display: block;
	position: absolute;
	bottom: 0;
}

a.nav-link {
	font-size: 14px;
	font-weight: bold;
	color: #969696 !important;
}

header .navbar-brand {
	height: 70px;
}
.navbar-brand img {
	max-width: 100%;
}

.titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 56px;
	letter-spacing: -3.9px;
}

.titulo span {
	font-weight: 300;
	color: #B4B4B4;
}

.titulo span.bold {
	font-weight: 700;
	color: #000;
}


/* feature-2cols */
.feature-2cols .info {
	max-width: 750px;
}

.feature-2cols .container {
	max-width: 1920px;
}

.feature-2cols .cover {
	background: url(../img/ministro.png) center center no-repeat;
	background-size: cover;
	min-height: 510px;
}

.feature-2cols .cover-2 {
	background: url(../img/manuel-gomes.png) center no-repeat;
	background-size: cover;
	min-height: 580px;
}

/* MINTTICS */
.minttics {
	max-height: 140px;
	margin-bottom: 35px;
}

/* ONLINE */
.online {
	padding: 0;
	overflow: hidden;
}

.online .info {
	padding: 25px 0;
}

.online .btn {
	margin-bottom: -62px;
}

/* INFORMATIVOS */
.titulo-secondary {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.titulo-secondary .line {
	width: 100%;
	height: 1px;
	background: #707070;
	margin-left: 15px;
	margin-top: 5px;;
}

.informativo h2 { white-space: nowrap; font-size: 26px; color: #fff; }
.informativo .titulo-secondary .line { background-color: #fff; margin-top: 17px; }

.informativo h3 {
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.informativo p {
	font-size: 16px;
	line-height: 30px;
}

.informativo .item-card img {
	margin-bottom: 30px;
	max-height: 94px;
}



/* DESTAQUE */
.box-destaque .item {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top right;
	min-height: 480px;
	color: #fff;
	display: grid;
	align-items: end;
	padding: 20px;
	position: relative;
}

.box-destaque .item::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}

.box-destaque .item .destaque-info {
	position: relative;
	z-index: 5;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.box-destaque .item .destaque-info .destaque-info-container {
	max-width: 330px;
}

.box-destaque .item .destaque-info h2 {
	font-weight: bold;
	font-size: 47px;
	margin: 0 0 30px;
	color: #fff;
}

.box-destaque .item .destaque-info p {
	font-size: 18px;
	margin-bottom: 20px;
}

/* ATENDIMENTO */
.box-atendimento h2 {
	color: #2964BB;
	font-size: 44px;
	margin-bottom: 20px;
}

.box-atendimento p {
	color: #575756;
	font-size: 20px;
	margin-top: 0;
}

.box-atendimento .item p {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #899DBA;
}

.box-atendimento .item {
	background: #EAEDF2;
	color: #899DBA;
	border-radius: 11px;
	padding: 25px;
}

.box-atendimento .item img {
	max-height: 93px;
}

/* SEARCH */
.box-search .form-control {
	height: 51px;
	border: 1px solid #B4B4B4;
	border-top-left-radius: 9px !important;
	border-bottom-left-radius: 9px !important;
	margin-top: 0 !important;
	padding: 20px !important;
}

.box-search .btn.btn-enviar {
	background: #0A78C2;
	border-radius: 0px 9px 9px 0px;
	color: #fff;
}

.box-search ::-webkit-input-placeholder { /* WebKit browsers */
	text-transform: uppercase;
	color: #B4B4B4;
}
.box-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-transform: uppercase;
	color: #B4B4B4;
}
.box-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-transform: uppercase;
	color: #B4B4B4;
}
.box-search :-ms-input-placeholder { /* Internet Explorer 10+ */
	text-transform: uppercase;
	color: #B4B4B4;
}
.box-search ::placeholder { /* Recent browsers */
	text-transform: uppercase;
	color: #B4B4B4;
}

/* NEWS */
.box-news .form-control {
	height: 51px;
	border: 1px solid #B4B4B4;
	border-top-left-radius: 9px !important;
	border-bottom-left-radius: 9px !important;
	margin-top: 0 !important;
	padding: 20px !important;
}

.box-news .btn.btn-enviar {
	background: #2964BB;
	border-radius: 0px 9px 9px 0px;
	color: #fff;
}

.midias {
	display: flex;
	justify-content: space-around;
}

.midias a {
	color: #B4B4B4;
	font-size: 40px;
}

.container.small-container {
	max-width: 800px;
}

/* FOOTER */
footer {
	background: #434343;
	color: #fff;
	font-size: 14px;
}

footer .midias a {
	color: #fff;
	font-size: 20px;
	padding: 0 15px;
}

footer .midias {
	display: block;
}

footer h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

footer ul {
	padding: 0;
	list-style: none;
}

footer ul li {
	margin: 8px 0;
}

footer a, footer a:hover {
	color:  #fff;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1229px;
	}

	.navbar-brand img {
		max-width: none;
	}

	.item-card.low p {
		min-height: 214px;
	}

	.item-card.large p {
		min-height: 350px;
	}

	.online .bg-dark {
		box-shadow: inset 0px 3px 0px 50px #555;
		margin-left: -50px;
		margin-right: -50px;
	}
}

/* override v1 */
body { font-family: 'Open Sans', sans-serif; }
.informativo p,
p { font-size: 14px; line-height: 20px; }
.btn.btn-dark { border-width: 2px; border-color: #000; padding: .375rem 1.15rem; color: #000; }
.btn.btn-leia-mais { border-width: 2px; }

.titulo { font-size: 40px; }
.titulo span { color: #909090; }
.feature-2cols .titulo { font-size: 32px; letter-spacing: -0.15rem; }
.feature-2cols.bg-black { background-color: #212121; }
.feature-2cols .titulo span { font-size: 30px; }
.feature-2cols h2 { font-size: 28px; color: #fff; letter-spacing: -0.84px; font-weight: 300; margin: 5px 0 0 0; }
.conteudo .titulo img { max-width: 22px; margin-left: 6px; display: inline-block; }

.siasp .conteudo .container {
	min-height: 700px;
}

.box-atendimento a:hover,
.box-noticias a:hover, a.link-noticia:hover { text-decoration: none; }
.page-item.active .page-link { background-color: #000; border-color: #000; }
.box-destaque .item { overflow: hidden; }

.box-destaque .item:nth-child(2n) .destaque-info { margin-left: 0 !important; }

.st-custom-button[data-network].fa-share-alt { font-size: 30px; color: #000; }
.st-custom-button[data-network] { font-size: 30px; margin: 0 5px; color: #000; }
.st-custom-button[data-network].fa-facebook::before { content: "\f082"; }
.st-custom-button[data-network]:hover, .st-custom-button[data-network]:focus { cursor: pointer; }

.menu-top-container { display: none; }
.menu-topo { text-transform: uppercase; display: none; }
.navbar-brand { margin-right: 0 !important; }
.navbar-brand img { margin: 3px 0; }
a.nav-link { font-size: 12px; }
.navbar-light .navbar-nav a.nav-link:hover,
a.nav-link:hover { color: #000 !important; }
header .social-container { padding-right: 0.5rem; }
header .social-container h4 { display: none; }
header .social-container .midias { width: 100%; text-align: right; justify-content: normal; display: block; }
header .social-container .midias a { font-size: 22px; display: inline-block; margin: 0 7px; }
header .social-container .midias a:first-child { margin-left: 0; }
.hamburguer-container { align-items: flex-end; height: 100%; width: auto; display: inline-block; }
.hamburger { padding-top: 0; padding-bottom: 0; position: relative; top: 5px; }

.out { display: table; height: 100%; }
.in { display: table-cell; vertical-align: middle; }

.carousel-item { position: relative; }
.carousel-item .info { width: 90%; position: absolute; color: #fff; top: 10px; left: 0; right: 0; bottom: 60px; margin: 0 auto; max-width: 1230px; }
.carousel-item .info-inside { height: 100%; }
.carousel-item .info-inside .in { vertical-align: bottom; }
.carousel-item .info h2 { font-size: 12px; line-height: normal; font-weight: 300; margin: 0; color: #fff; letter-spacing: normal; }
.carousel-item .info .text { font-size: 10px; line-height: normal; font-weight: 600; }

.conteudo .hero .carousel-item { height: 100vh; min-height: 400px; }
.conteudo .hero .carousel-item { background-repeat: no-repeat; background-size: cover; background-position: center top; }
.conteudo .hero .carousel-item::before { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.4); }
.conteudo .hero .carousel-item img { max-width: none !important; width: auto !important; }
.carousel-item .info h2 { font-size: 24px; }
.carousel-item .info .text { font-size: 15px; }

@media all and (min-height: 615px) {
	.conteudo .hero .carousel-item { height: 615px; }
}

.btn2 { font-weight: 400; padding: .2rem 1.1rem; font-size: 1rem; line-height: 1.5; background-color: #606060; color: #fff; display: inline-block; position: relative; z-index: 5; font-family: 'Open Sans', sans-serif; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.btn2:hover { color: #fff; text-decoration: none; }

.item-card { font-size: 14px; line-height: 20px; }

.item-card-footer-line { position: relative; }
.item-card-footer-line::before { content: ''; width: 65%; height: 1px; background-color: #d2d2d2; position: absolute; top: 0; left: 0; z-index: 1; }
.item-card h2 { font-size: 26px; font-weight: bold; line-height: 26px; letter-spacing: -1.82px; width: 100%; margin-bottom: 20px; display: block; }
.item-card-v2 .titles { height: 90px; position: relative; overflow: hidden; }
.item-card-v2 .line { height: 1px; width: 100%; background: #ddd; }

.conteudo .item-card-v2 > img { display: inline-block; vertical-align: middle; margin-right: 2%; max-width: 59px; margin-bottom: 20px; }
.conteudo .item-card-v2 h2 { width: 81%; display: inline-block; vertical-align: middle; }
.conteudo .item-card-v2 h3 { color: #6C6C6C; font-size: 18px; }


.box-noticias .text-right a { text-transform: uppercase; }
.box-noticias .item .info h2 { font-weight: 400; }
.box-noticias .item .tag { font-weight: 600; }

.bg-black p.text-light  { font-size: 16px; letter-spacing: -0.48px; line-height: 30px; }

.informativo .action-card .action-img { max-height: 148px; display: block; margin: 0 auto 25px; }
.informativo .item-card > img { display: block; margin: 0 auto 25px; }

.box-destaque.box-destaque-v2 .item .destaque-info h2 { font-size: 37px; line-height: 35px; }
.box-destaque.box-destaque-v2 .item .destaque-info p { line-height: 20px; }

.carousel-indicators li { width: 7px; height: 7px; border-radius: 50%; margin-left: 7px; margin-right: 7px; }
.box-atendimento p { letter-spacing: -0.4px; }

@media all and (min-width: 576px) {
	.carousel-item .info h2 { font-size: 22px; }
	.carousel-item .info .text { font-size: 14px; }
}
@media all and (min-width: 768px) {
	.carousel-item .info h2 { font-size: 24px; }
	.carousel-item .info .text { font-size: 16px; }
}
@media all and (min-width: 992px) {
	.menu-topo { display: flex; }
	.carousel-item .info { width: 100%; }
	.carousel-item .info-inside { width: 100%; margin: 0 0 0 15px; max-width: 470px; }
	.carousel-item .info h2 { font-size: 40px; line-height: 40px; margin-bottom: 10px; }
	.carousel-item .info .text { font-size: 18px; line-height: 20px; }
	.informativo h2 { font-size: 37px; letter-spacing: -2.59px; }
	.img-extra-large { position: absolute; top: -300px; left: -80px; max-width: 640px; }
}
@media all and (max-width: 992px) {
	header .container { max-width: none; }
}
@media all and (min-width: 1200px) {
	.menu-top-container { display: inline-block; }
	header .social-container { min-height: 33px; }
	.navbar-brand { position: relative; top: 10px; }
	header { min-height: 85px; }
	.carousel-item .info h2 { font-size: 47px; line-height: 45px; margin-bottom: 10px; letter-spacing: -0.94px; }
	.item-card.low p { min-height: 110px; }
	.item-card.large p { min-height: 180px; }
	.box-destaque.box-destaque-v2 .item { padding-bottom: 90px; }

	.img-extra-large { max-width: none !important; position: absolute; top: -400px; left: -110px; }

	.box-destaque .item { padding-left: 20px; padding-right: 20px; }
	.box-destaque .row .item:nth-child(2n) { padding-left: 100px; padding-right: 100px; }
	.box-destaque .item .destaque-info { width: 500px; margin-left: 9% !important; }
	.box-destaque .item .destaque-info h2 { margin: 15px 0 30px; }
	.box-destaque .item .destaque-info .destaque-info-container { max-width: 300px; }
}
@media all and (min-width: 1400px) {
	.box-destaque .item .destaque-info { width: 580px; margin-left: auto !important; }
}

@media all and (max-width: 576px) {
	.faixa h2 {
		font-size: 30px;
		line-height: 30px;
	}
}