@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@200;300;400;700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
}

p {
	line-height: 24px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #575756;
}

.bg-light {
	background: #F2F2F2 !important;
}

.bg-dark {
	background: #575756 !important;
}

.bg-dark-bold {
	background: #434343 !important;
}

.bg-black {
	background: #000;
}

.bg-dark-red {
	background: #A50115;
}

.bg-red {
	background: #CF142B;
}

.item-card img {
	margin-bottom: 30px;
}

/* BUTTONS */
.btn.btn-leia-mais {
	color: #fff;
	border: solid 1px;
}

.btn.btn-default {
	color: #000;
	border: solid 2px;
}

.btn.btn-confira {
	background: #F9B513;
	color: #000;
}

.btn.btn-dark {
	background: transparent;
	border-color: #CF142B;
	color: #fff;
}

.btn.btn-light {
	background: transparent;
	color: #000;
	border: 2px solid #CF142B;
}

.btn.btn-action {
	background: #fff;
	color: #CF142B;
	font-weight: bold;
}

.text-red {
	color: #CF142B !important;
}

.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 {
	padding-bottom: 10px;
	background: url(../img/bg-header.jpg) bottom no-repeat;
}

a.nav-link {
	font-size: 14px;
	font-weight: bold;
	color: #969696 !important;
}

a.nav-link.destaque {
	color: #CF142B !important;
}

a.nav-link.nav-covid {
	color: #fff !important;
	background: #CF142B;
	border-radius: 6px;
}

.navbar-brand img {
	max-width: 200px;
}

.titulo {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	letter-spacing: -1px;
}

.titulo span {
	font-weight: 300;
	color: #000;
}

.titulo span.bold {
	font-weight: 700;
	color: #000;
}

.titulo-interno h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	letter-spacing: -1px;
	color: #B4B4B4;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}

.titulo-interno h3 {
	color: #CF142B;
	font-size: 24px;
	font-weight: bold;
}

.conheca {
	text-align: center;
}

.conheca .line {
	height: 1px;
	width: 100%;
	background: #ddd;
}

.conheca a {
	background: #CF142B;
	color: #fff;
	font-size: 16px;
	padding: 4px 15px;
	border-radius: 5px;
}

.canais {
	background: #CF142B;
}

/* COVID */
.covid {
	background: url(../img/covid.png) center top no-repeat;
	background-size: cover;
	color: #fff;
}

.covid h1 {
	font-size: 80px;
	font-weight: 200;
}

.covid h2 {
	font-weight: bold;
	font-size: 40px;
}

.covid h3 {
	color: #fff;
	font-weight: 300;
}

.covid .destaque {
	background: rgba(207, 20, 43, 0.3);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
}

.covid .destaque .titulo span {
	color: #fff;
}

.covid .numeros {
	display: flex;
	justify-content: space-evenly;
	padding: 30px 0;
	font-family: 'Open Sans', sans-serif;
}

.covid .numeros .item {
	font-size: 60px;
	font-weight: 300;
}

.covid .numeros .item span {
	display: block;
	font-size: 18px;
}

.main-carousel .carousel-cell {
	width: 32%;
	margin-right: 20px;
}

.destaque .item-noticia {
	padding-right: 10px; 
	min-height: 350px;
}

.destaque .item-noticia h3 {
	font-size: 30px;
	font-weight: 300;
}

.destaque .item-noticia .leia-mais {
	margin-top: 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.destaque .item-noticia .item-tag {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: #fff;
}

.destaque .item-noticia .item-tag .tag {
	background: #CF142B;
	border-radius: 4px;
	padding: 3px 10px; 
	font-size: 10px;
}

.destaque .item-noticia .item-tag .line {
	height: 1px;
	background: #fff;
	width: 100%;
	margin-left: 10px;;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #fff;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.servicos-destaque h3 {
	font-size: 20px;
}

.servicos-destaque .item {
	background: #CF142B;
	border-radius: 11px;
	color: #fff;
	font-weight: 300;
	padding: 10px 15px 15px;
	position: relative;
}

.servicos-destaque .item p {
	line-height: 20px;
}

.servicos-destaque .item .tag {
	background: #F9B513;
	border-radius: 4px;
	padding: 3px 10px; 
	font-size: 10px;
	display: inline-block;
	margin-bottom: 6px;
}

.servicos-destaque .item .fa {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 26px;
}

.box-busca {
	max-width: 765px;
	margin: 0 auto;
}

.box-busca .form-control {
	height: 81px;
	border: 1px solid #BEBEBE;
	border-radius: 41px;
	padding-left: 30px;
}

.grafico {
	padding-bottom: 80px;
}

.grafico h1 {
	color: #CF142B;
	font-size: 68px;
	line-height: 70px;
}

.grafico h2 {
	font-weight: bold;
	color: #383838;
	font-size: 40px;
	max-width: 360px;
}

.grafico .item-dados {
	border-bottom: solid 1px #707070;
	margin-bottom: 8px;
}

.grafico .item-dados.b-0 {
	border: 0;
}

.grafico .item-dados .texto {
	font-size: 14px;
	color: #000;
}

.grafico .item-dados .numero {
	font-weight: bold;
	color: #CF142B;
	display: block;
	font-size: 40px;
	line-height: 36px;
	margin-bottom: 30px;
}

.grafico .atualizacao {
	background: #CF142B;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	border-radius: 7px;
	padding: 15px;
	text-align: center;
}

.grafico .atualizacao .data {
	font-size: 18px;
}

.o-que-precisa-saber h3 {
	color: #575756;
	text-transform: uppercase;
	font-size: 26px;
}

.o-que-precisa-saber p {
	color: #969696;
	line-height: 30px;
}

.o-que-precisa-saber ul {
	font-weight: bold;
	color: #CF142B;
	text-transform: uppercase;
}

.o-que-precisa-saber ul li {
	margin-bottom: 10px;
}

.prevenir .item {
	margin-bottom: 60px;
}

.prevenir .item h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.prevenir .item h3 img {
	margin-right: 15px;
}

/* AGENDA */
.agenda {
	background: url(../img/bg-presidente.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
	padding: 90px 0;
}

.agenda-carousel {
	max-width: 1100px;
}

.agenda-carousel .carousel-cell {
	width: 20%;
	border-right: 1px #fff solid;
}

.agenda-carousel .carousel-cell:last-child {
	border: 0;
}

.agenda .item {
	padding: 10px 25px;
}

.agenda .item .data .numero {
	font-size: 60px;
	line-height: 40px;
	color: #F9B513;
	font-weight: 300;
	margin-bottom: 14px;
	margin-left: -5px;
	display: block;
	font-family: 'Open Sans', sans-serif;
}

.agenda .item .data .dia {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #fff;
}

.agenda .item h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.agenda .item p {
	font-size: 12px;
	line-height: 17px;
	font-weight: 300;
}

.agenda-completa {
	background: transparent linear-gradient(270deg, #F9B513 0%, #D40F19 52%, #9B0013 100%) 0% 0% no-repeat padding-box;
	padding: 10px 0;
}

/* MINISTERIO */
.ministerios .item {
	border-radius: 11px;
	background: #fff;
	padding: 15px;
	min-height: 184px;
	position: relative;
	margin-bottom: 20px;
	display: grid;
}
.ministerios .item .item-body {
	padding-right: 70px;
}
.ministerios .item .item-footer {
	align-self: flex-end;
	text-align: right;
}

.ministerios .item img {
	position: absolute;
	top: 5px;
	right: 5px;
}

.ministerios .item h4 {
	font-weight: bold;
	color: #575756;
	line-height: 16px;
	max-width: 160px;
}

.ministerios .item p {
	line-height: 18px;
	color: #969696;
	font-weight: bold;
}

.ministerios .item .site {
	font-size: 12px;
	text-transform: lowercase;
}

.ministerios .item .site span {
	font-weight: bold;
	color: #CF142B;
}

.box-pilares .item {
	border-radius: 11px;
	border: solid 1px #CF142B;
	padding: 25px;
	text-align: center;
	font-weight: bold;
}

.presidente h2 {
	font-weight: bold;
	font-size: 18px;
}

.presidente h3 {
	color: #CF142B;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.presidente p {
	line-height: 30px;
}

.box-pilares h4 {
	font-weight: bold;
	font-size: 18px;
}

.box-pilares .item img {
	margin-bottom: 15px;
	max-height: 86px;
}

.box-pilares .item p {
	margin: 0;
}

/* MINISTRO */
.ministro .info {
	max-width: 750px;
}

.ministro .cover {
	background: url(../img/ministro.png) center no-repeat;
	background-size: cover;
	min-height: 510px;
}

.ministro .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 {
	color: #CF142B;
	font-size: 42px;
	font-weight: 300 !important;
	margin-bottom: 0;
}

.informativo h3 {
	color: #CF142B;
	font-size: 20px;
	font-weight: bold;
}

.informativo p {
	font-size: 16px;
	line-height: 30px;
}

.informativo .item-card img {
	margin-bottom: 30px;
	max-height: 94px;
}


/* NOTICIAS */
.box-noticias .item .cover img {
	object-fit: cover;
	object-position: top;
	height: 260px;
}

.box-noticias .item {
	position: relative;
	margin-bottom: 30px;;
}

.box-noticias .item .tag {
	position: absolute;
	top: 247px;
	left: 25px;
	background: #CF142B;
	padding: 2px 25px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
}

.box-noticias .item .info {
	padding: 25px;
	background: #fff;
}

.box-noticias .item .info h2 {
	font-size: 18px;
	font-weight: bold;
}

.box-noticias a, a.link-noticia {
	color: #1D1D1B;
	font-size: 14px;
}

.box-noticias.lista-noticias .tag {
	position: relative;
	top: 0;
	left: 0;
}

.box-noticias .tag.data {
	background: #575756;
} 

.box-noticias.lista-noticias .info h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.box-noticias.lista-noticias .cover {
	min-height: 200px;
	background-size: cover !important;
}

.box-noticias .capa-noticia .item .cover img {
	height: 629px;
}

.box-noticias .capa-noticia .item h2 {
	font-size: 24px;
}

.capa-noticia .item .row.tags {
	margin: -15px 10px 0;
}

.capa-noticia .item .tag {
	position: relative;
	top: 0;
	left: 0;
}

.pagination a.page-link {
	width: 30px;
	background: #CF142B;
	color: #fff;
	border-radius: 10px !important;
	padding: 10px 5px;
	text-align: center;
	margin: 5px;
	font-weight: bold;
}

.compartilhar a {
	font-size: 30px;
	color: #000;
	margin: 0 5px;
}

.compartilhar a.active {
	color: #CF142B;
}

/* DESTAQUE */
.box-destaque .item {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top center;
	min-height: 704px;
	color: #fff;
	display: grid;
	align-items: end;
	padding: 50px;
}

.box-destaque .item .destaque-info {
	max-width: 554px;
}

.box-destaque .item .destaque-info h2 {
	font-weight: bold;
	font-size: 47px;
	margin: 15px 0 30px;
}

.box-destaque .item .destaque-info p {
	font-size: 18px;
	margin-bottom: 20px;
}

/* ATENDIMENTO */
.box-atendimento h2 {
	color: #CF142B;
	font-size: 44px;
	margin-bottom: 0px;
}

.box-atendimento p {
	color: #575756;
	font-size: 20px;
	margin-top: 0;
}

.box-atendimento .item p {
	margin-top: 15px;
	font-size: 20px;
	color: #fff;
}

.box-atendimento .item {
	background: #CF142B;
	color: #fff;
	border-radius: 11px;
	padding: 25px;
}

.box-atendimento .item img {
	max-height: 93px;
}

/* NEWS */
.box-news .form-control {
	height: 51px;
	border: 1px solid #B4B4B4;
	border-radius: 9px;
}

.box-news .btn.btn-enviar {
	background: #CF142B;
	border-radius: 0px 9px 9px 0px;
	color: #fff;
	min-width: 140px;
}

.midias {
	display: flex;
	justify-content: space-around;
}

.midias a {
	color: #B4B4B4;
	font-size: 40px;
}

/* SECRETARIOS */
.secretarios .titulo-secondary h2 {
	font-weight: bold;
	color: #CF142B;
	font-size: 24px;
}

.secretarios .item h2 {
	color: #939393;
	font-weight: 300;
	font-size: 40px;
}

.secretarios .item h4 {
	color: #CF142B;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

/* ATRIBUICOES */

.page-header h2 {
	font-size: 46px;
	font-weight: 300;
	color: #CF142B;
}

.atribuicoes h3 {
	font-weight: bold;
	color: #CF142B;
	font-size: 20px;
	margin: 30px 0;
}

.container.small-container {
	max-width: 800px;
}

/* FOOTER */
footer {
	background: #CF142B;
	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;
}

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 #f2f2f2;
		margin-left: -50px;
		margin-right: -50px;
	}
}

@media(max-width: 768px) {

	.navbar-brand {
		width: 85%;
	}

	.covid h1 {
		font-size: 60px;
		font-weight: 200;
	}

	.main-carousel .carousel-cell {
		width: 100%;
		margin-right: 0;
	}

	.agenda-carousel .carousel-cell {
		width: 100%;
		margin-right: 0;
	}

	.covid .numeros .item span {
		display: block;
		font-size: 18px;
	}

	.covid .numeros .item {
		font-size: 40px;
		font-weight: 300;
		margin-bottom: 15px;
	}

	.covid .numeros {
		display: block;
	}

	.grafico h1 {
		font-size: 50px;
		line-height: 60px;
	}

	.grafico h2 {
		font-size: 28px;
	}
	
}
