/* main container */
.jota-wrap {
	border-inline: 0;
	padding: 140px 44px 0;
}

.second-part {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.btn-arrow {
	visibility: hidden;
}

.j-live:before {
	display: none;
}

@media only screen and (max-width: 500px) {
	.jota-wrap {
		border-inline: 0;
		padding: 0 18px;
		padding-top: 3rem !important;
	}

	.second-part {
		flex-direction: column;
	}

	.jota-cover__secondary picture {
		display: none !important;
	}

	.secondary-wrap .jota-cover__secondary {
		gap: 0px !important;
		grid-template-columns: 0 !important;
		padding: 0 0 24px 0 !important;
	}

	.j-live {
		padding-inline: 16px !important;
	}
}

@media only screen and (min-width: 501px) and (max-width: 951px) {
	.first-scroll {
		display: flex !important;
		flex-direction: column !important;
	}

	.jota-cover__primary {
		width: 100%;
	}

	.jota-cover__body {
		margin-left: 0 !important;
	}

	.jota-cover__secondary picture {
		display: none !important;
	}

	.second-part {
		display: flex;
	}

	.jota-cover--home .jota-cover__primary {
		width: 100% !important;
		max-width: 100% !important;
	}

	.jota-cover__secondary {
		margin-top: 20px;
	}

	.secondary-wrap .jota-cover__secondary {
		gap: 0 !important;
		grid-template-columns: auto !important;
		padding: 0 0 24px 0 !important;
	}

	.jsecond-root article {
		margin-right: 1em;
	}

	.jsecond-root article img {
		display: none;
	}

	.jsecond-root>article .base {
		margin-left: 0px !important;
	}

	.j-live-before {
		width: 7rem !important;
	}

}

.img-little {
	max-height: 100px;
}


.banner {
	margin-bottom: 44px;
}

.j-call-to-action__title {
	font-family: 'Roboto', sans-serif !important;
}

.jota-cover {
	margin: 0 !important;
	/* margin-top: 140px !important; */
}

.jota-cover--home .jota-cover__primary {
	max-width: 440px;
	width: 100%;
}

.jota-cover__primary {
	margin-right: 44px;
	padding: 0;
}

.jota-cover__primary .jota-cover__body {
	text-align: left;
	margin: 0;
}

.jota-cover__primary:before {
	/* gambiarra!*/
	display: none;
}

.jota-cover__primary .jota-cover__image {
	margin: 0;
}

.jota-cover__primary .jota-cover__image img span {
	width: 440px;
	height: 292px;
	margin: 0;
	padding: 0;
}

.jota-cover__primary .jota-cover__term {
	margin-top: 8px;
}

.jota-cover__primary .jota-cover__title {
	font: 700 2rem/2.5rem Roboto, sans-serif;
	color: #1f2128;
	margin-block: 2px 12px;
}

.jota-cover__primary .jota-cover__lead {
	font: 400 1.125rem/1.75rem Roboto, sans-serif;
	color: #73757F;
}

.jota-cover__primary .jota-cover__authors {
	margin-top: 8px;
}

.secondary-wrap .jota-cover a {
	width: 151px;
	height: 100px;
	margin-right: 12px;
}

.jota-cover__authors {
	font: 400 0.75rem/1rem Roboto, sans-serif;
	color: #73757f;
}

.jota-cover__term {
	/* mudar de acorco c vertical */
	font: 700 0.75rem/1rem Roboto, sans-serif;
	margin: 0;
}

.secondary-wrap {
	grid-column: span 12;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
	max-width: 498px;
	margin-right: 44px;
}

.secondary-wrap .jota-cover__secondary {
	padding: 0;
	display: grid;
	grid-template-columns: 28% auto;
	gap: 16px;
	grid-auto-flow: dense;
}

.secondary-wrap .jota-cover__image {
	width: 100%;
}

.secondary-wrap .jota-cover__title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 24px !important;
	margin: 8px 0;
}

.secondary-wrap .jota-cover__body {
	grid-column-start: 2;
}

.secondary-wrap .jota-cover__secondary .jota-cover__authors {
	margin: 0;
}

.jota-cover__body p {
	margin: 0;
}

/* color verticais */
.vertical-poder {
	color: #5588FF;
}

.vertical-saude {
	color: #30B1E4;
}

.vertical-tributos {
	color: #56b499;
}

.vertical-opiniao .vertical-geral {
	color: #ea5640;
}

/*grid tertiary section*/
.jota-cover--home .jota-cover__tertiary {
	grid-column: 18/span 7;
}

.jota-cover__tertiary {
	display: none;
}

.jota-cover img {
	display: block;
	height: auto;
	width: 100%;
}

.jota-cover a:focus img,
.jota-cover a:hover img {
	transform: inherit !important;
}

.recent-grid {
	width: 100%;
	left: 0;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, 1fr);
	align-items: baseline;
	padding-bottom: 44px;
}

.j-recent {
	left: inherit !important;
	width: inherit !important;
	margin: inherit !important;
	float: inherit !important;
	clear: inherit !important;
}

.j-recent a {
	font-family: 'Roboto';
	font-weight: 700;
}

.j-recent__image a:focus img,
.j-recent__image a:hover img {
	transform: inherit !important;
}

.footer-news a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #73757F !important;
	margin-top: 8px;
	display: inline;
}

@media only screen and (max-width: 500px) {
	.recent-grid {
		display: flex;
		flex-direction: column;
		padding: 1em;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 44px;
	}

	.j-recent__image {
		display: none;
	}

	.j-recent__body {
		width: 100%;
		margin-left: 0 !important;
	}

	.jota-wrap {
		margin-top: 0px !important;
		padding-top: 0px;
	}

	#last_news {
		padding: 0 20px !important;
	}

	#second {
		margin-bottom: 1em;
	}

	.j-recent {
		margin-top: 0 !important;
	}

	.jsecond-root article img {
		display: none;
	}

	.jsecond-root>article .base {
		margin-left: 0px !important;
	}

	.jota-btn {
		margin-top: 6rem;
	}

	.jota-btn-live {
		align-items: stretch !important;
    	flex-direction: column;
	}

	.j-live-before {
		width: inherit !important;
		height: 10px;
		border-radius: 4px 4px 0px 0px !important;
	}

	.btn-arrow {
		visibility: visible;
		flex-grow: 2;
		margin-left: 11.5rem;
	}
	

}


.j-recent__heading {
	font: 700 28px/38px 'Roboto', sans-serif;
	border-bottom: 1px solid rgba(211, 211, 217, 0.4);
	margin: 36px 0 24px 0;
	color: #1f2128;
	text-transform: none;
	text-align: start;
}

.j-recent__item,
.j-recent__item:first-child {
	margin-top: 24px;
}

/* FIRST SCROLL */
/* SECOND COLUMN */
.jsecond-root {
	font-family: 'Roboto';
	margin-right: 44px;
}

.jsecond-root article {
	display: flex;
	flex-direction: row;
	margin-bottom: 1em;
	margin-right: 1em;
}

.jsecond-root article a {}

.jsecond-root>article .base {
	margin-left: 1em;
}

.jsecond-root article a .base {
	margin-left: 1em;
}

.jsecond-root>article>div>a:hover {
	text-decoration: none;
}

.jsecond-root>article>div>a:hover>p {
	text-decoration: none;
}

.jsecond-root>article>div>a:hover>h2 {
	text-decoration: underline;
}

.jsecond-root article .jota-cover__title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 18px !important;
	line-height: 24px !important;
	margin: 8px 0;
}

.jsecond-root article img {
	width: 135px;
	max-width: inherit !important;
}

.jsecond-root .jota-cover__authors {
	margin: 0 !important;
}

.jota-btn-live {
	display: flex;
	align-items: center;
}

.jota-btn-live a {
	font: 600 18px 'Roboto';
	padding-left: 32px;
    padding-block: 12px;
}

.jota-btn {
	margin-bottom: 30px;
}

.jota-btn a {
	text-decoration: none;
	color:#1F2128;
} 

.j-live {
	background: #EDEDF0;
	border-radius: 0px 4px 4px 0px;
	order: 2;
	width: 100%;
	margin: 0 !important;
	font: 600 18px Roboto,sans-serif;
	padding-block: 12px;
	padding-left: 32px;
	text-align: left;
}

.j-live:hover {
	color:#AF2E1D;
}

.j-live-before {
	border-radius: 4px 0px 0px 4px;
	padding-block: 14px;
    padding-left: 20px;
    padding-right: 15px;
	font: 700 14px Roboto,sans-serif;
	text-transform: uppercase;
	color: white;
	background: #AF2E1D;
	top: 0px !important;
	order: 1;
    width: 6rem;
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

@keyframes fa-blink {
	0% { opacity: 1; }
	25% { opacity: 0.75; }
	50% { opacity: 0.5; }
	75% { opacity: 0.25; }
	100% { opacity: 0; }
	}
 	.fa-blink {
	-webkit-animation: fa-blink 1.25s        linear infinite;
	-moz-animation: fa-blink 1.25s linear infinite;
	-ms-animation: fa-blink 1.25s linear infinite;
	-o-animation: fa-blink 1.25s linear infinite;
	animation: fa-blink 1.25s linear infinite;
	}
	.circulo {
	background:#FCB3B3;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	}  

#last_news {
	padding: 0 44px;
}
