/* ====================================================================================
 * Iframe Youtube
 */
.video-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.video-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ====================================================================================
 * Ícone em selects
 */
select {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='128px' id='Layer_1' style='enable-background:new 0 0 128 128;' version='1.1' viewBox='0 0 128 128' width='128px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cline style='fill:none;stroke:%236B778C;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='111' x2='64' y1='40.5' y2='87.499'/%3E%3Cline style='fill:none;stroke:%236B778C;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='64' x2='17' y1='87.499' y2='40.5'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .6em top 50%;
	background-size: .8em auto;
	padding-right: 1.6em;
}

/* ====================================================================================
 * Tabelas
 */
.container-tabela,
.editor-styles-wrapper .wp-block-table {
	border: 2px solid #ebecf0;
	overflow-wrap: break-word;
	overflow-x: auto;
}

main #content table,
.editor-styles-wrapper .wp-block-table table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

main #content table tr:nth-child(even),
.editor-styles-wrapper .wp-block-table table tr:nth-child(even){
	background-color: #FAFBFC;
}

main #content table td,
main #content table th,
.editor-styles-wrapper .wp-block-table table td,
.editor-styles-wrapper .wp-block-table table th,
.editor-styles-wrapper .wp-block-table table thead {
	border: 1px solid transparent;
	padding: 5px 10px;
}

main #content table tbody tr:first-child td,
main #content table tbody tr th,
.editor-styles-wrapper .wp-block-table table tbody tr:first-child td,
.editor-styles-wrapper .wp-block-table table tbody tr th {
	font-weight: bold;
}

main #content table td,
.editor-styles-wrapper .wp-block-table table td {
	font-size: 14px;
}

main #content table tbody tr td,
.editor-styles-wrapper .wp-block-table table tbody tr td {
	padding-left: 5px;
}

/* ====================================================================================
 * Widget: Veja mais
 */
.more {
	display: block;
	position: relative;
	height: 13rem;
	overflow: hidden;
	z-index: 10;
}

.more:not(.collapsed) {
	height: auto;
	overflow: visible;
}

.more .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.more:not(.collapsed) .bg {
	display: none;
}

.show-more {
	clear: both;
	text-align: center;
	cursor: pointer;
}

/* ====================================================================================
 * Widget: Carregar mais conteúdo
 */

.load-more {
	margin-bottom: 30px
}

.load-more button {
	display: block;
	width: 100%;
	background-color: #FAFBFC;
}

.load-more .button.active {
	cursor: not-allowed;
}

.load-more .button.active .spinner,
#footer-sidebar-3 .spinner {
	display: inline-block;
	margin: -3px 0;
	border: 3px solid #C1C7D0;
	border-left-color: #0067FF;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* ====================================================================================
 * Widget: Redes sociais
 */
.widget-socials {
	display: block;
	text-align: center;
}

.widget-socials .button {
	font-size: 1.8rem;
	width: 33px;
	height: 33px;
	line-height: 33px;
}

.widget-socials .button:not(:last-child) {
	margin-right: 3px;
}

.button.socials-facebook {
	background-color: #4267B2;
}

.button.socials-twitter {
	background-color: #50ABF1;
}

.button.socials-youtube {
	background-color: #F44336;
}

.button.socials-instagram {
	background-color: #FF5700;
}

.button.socials-telegram {
	background-color: #61A8DE;
}

.button.socials-spotify {
	background-color: #00D95F;
}

/* ====================================================================================
 * Sidebars
 */
.right-sidebar>.heading-4,
.right-sidebar #mais-lidas .heading-4,
.right-sidebar .widget-socials .heading-4 {
	font-size: 2.0rem;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #06142D;
}

.right-sidebar #mais-lidas .heading-6 {
	max-height: 4.4rem;
	overflow: hidden;
}

.right-sidebar>.heading-4>.icon,
.right-sidebar #mais-lidas .icon,
.right-sidebar .widget-socials .heading-4 .icon {
	stroke: #97A0AF;
	fill: #97A0AF;
}

.right-sidebar>.typo-small,
.right-sidebar #mais-lidas .typo-small {
	margin-bottom: 1rem;
}

.right-sidebar hr {
	margin: 0;
}

.right-sidebar #mais-lidas .child:last-child hr {
	display: none;
}

.right-sidebar #filtro-mobile hr {
	margin: 3.2rem 0;
}

.right-sidebar #filtro-mobile .heading-4 {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: bold;
	color: #505F79;
}

.right-sidebar #filtro-mobile select {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	height: 40px;
	margin-bottom: 8px;
}

/* ====================================================================================
 * Right Sidebar - Editoriais
 */

.heading-sidebar-editoriais {
	margin-top: 0;
}

.card-carreiras .heading-4 {
	padding-left: 20px;
	margin: 30px 0 0 0;
}

.card-carreiras ul li:first-of-type .heading-4 {
	margin-top: 0;
}

.card-carreiras {
	background-color: #fafbfc;
	border: 1px solid #ebecf0;
	border-radius: 3px;
	padding: 2.2rem 1rem;
}

.card-carreiras li.single-carreira {
	padding-left: 20px;
}

.card-carreiras li a.btn-editoriais {
	display: grid;
	font-weight: bold;
	grid-template-columns: 24px auto;
	grid-column-gap: 5px;
	align-items: center;
}

.card-carreiras li a.btn-editoriais:hover {
	color: #DD303E;
}

.icone-editorias {
	background-image: url("../assets/banners-editoriais/icones/icones-editorias-spritesheet.png");
	background-repeat: no-repeat;
	background-size: 45px;
	width: 24px;
	height: 24px;
	/*border: 1px solid red;*/
	/*background-position:-10px -10px;*/
}

/* Regras do posicionamento da spritesheet */
.card-carreiras li a.policial .icone-editorias {
	background-position: 0 0;
}

.card-carreiras li a.policial:hover .icone-editorias {
	background-position: -24px 0;
}

.card-carreiras li a.fiscal .icone-editorias {
	background-position: 0 -35px;
}

.card-carreiras li a.fiscal:hover .icone-editorias {
	background-position: -24px -35px;
}

.card-carreiras li a.tribunais .icone-editorias,
.card-carreiras li a.juridico .icone-editorias {
	background-position: 0 -64px;
}

.card-carreiras li a.tribunais:hover .icone-editorias,
.card-carreiras li a.juridico:hover .icone-editorias {
	background-position: -24px -64px;
}

.card-carreiras li a.educacao .icone-editorias {
	background-position: 0 -92px;
}

.card-carreiras li a.educacao:hover .icone-editorias {
	background-position: -24px -92px;
}

.card-carreiras li a.militar .icone-editorias {
	background-position: 0 -123px;
}

.card-carreiras li a.militar:hover .icone-editorias {
	background-position: -24px -123px;
}

.card-carreiras li a.saude .icone-editorias {
	background-position: 0 -156px;
}

.card-carreiras li a.saude:hover .icone-editorias {
	background-position: -24px -156px;
}

.card-carreiras li a.ti .icone-editorias {
	background-position: 0 -186px;
}

.card-carreiras li a.ti:hover .icone-editorias {
	background-position: -24px -186px;
}

.card-carreiras li a.diplomata .icone-editorias {
	background-position: 0 -215px;
}

.card-carreiras li a.diplomata:hover .icone-editorias {
	background-position: -24px -215px;
}

.card-carreiras li a.empregabilidade .icone-editorias {
	background-position: 0 -245px;
}

.card-carreiras li a.empregabilidade:hover .icone-editorias {
	background-position: -24px -245px;
}

.card-carreiras li a.concurseiro-iniciante .icone-editorias {
	background-position: 0 -275px;
}

.card-carreiras li a.concurseiro-iniciante:hover .icone-editorias {
	background-position: -24px -275px;
}

.card-carreiras li a.residencia-em-saude .icone-editorias {
	background-position: 0 -311px;
}

.card-carreiras li a.residencia-em-saude:hover .icone-editorias {
	background-position: -24px -311px;
}

.card-carreiras li a.cfc---exame-de-suficiencia .icone-editorias {
	background-position: 0 -346px;
}

.card-carreiras li a.cfc---exame-de-suficiencia:hover .icone-editorias {
	background-position: -24px -346px;
}

.card-carreiras li a.oab---exame-de-ordem .icone-editorias {
	background-position: 0 -381px;
}

.card-carreiras li a.oab---exame-de-ordem:hover .icone-editorias {
	background-position: -24px -381px;
}

.card-carreiras li a.enem .icone-editorias {
	background-position: 0 -415px;
}

.card-carreiras li a.enem:hover .icone-editorias {
	background-position: -24px -415px;
}

.card-carreiras li a.graduacao .icone-editorias {
	background-position: 0 -451px;
}

.card-carreiras li a.graduacao:hover .icone-editorias {
	background-position: -24px -451px;
}

.card-carreiras li a.pos-graduacao .icone-editorias {
	background-position: 0 -480px;
}

.card-carreiras li a.pos-graduacao:hover .icone-editorias {
	background-position: -24px -480px;
}

/* ====================================================================================
 * Sidebar - single
 */
.post-info-sidebar {
	width: 100%;
	padding-top: 3rem
}

.post-info-sidebar .icon {
	stroke: #494B4C;
	fill: #494B4C;
}

.post-info-sidebar .comments-button .icon {
	margin-right: 8px;
}

.post-info-sidebar .post-author {
	color: #06142D;
	font-weight: 600;
}

.left-sidebar p {
	color: #06142D;
}

.left-sidebar .heading-6 {
	color: #0D134C;
}

.left-sidebar ul.saiba-mais {
	margin-bottom: 0;
}

.left-sidebar ul.saiba-mais li {
	list-style: none;
	margin-top: 8px;
	margin-bottom: 0;
}

.left-sidebar ul.saiba-mais li::before {
	content: '⬝';
	color: #0062F2;
}

.left-sidebar ul.saiba-mais li a {
	color: #494B4C;
	text-decoration: none;
}

.left-sidebar .card {
	margin-bottom: 2.4rem;
}

.left-sidebar .card .heading-6 {
	/* color: #003E99; */
	margin-bottom: 0;
}

.left-sidebar .card .typo-small {
	color: #494B4C;
	font-weight: bold;
}

.left-sidebar .card ul li {
	color: #494B4C;
	font-size: 1.3rem;
}

.left-sidebar .card ul li .icon {
	width: 16px;
	height: 16px;
	vertical-align: -.125em;
	cursor: help;
	stroke: #42526E;
	fill: #42526E;
}

.left-sidebar .card .button.tag-1 {
	color: #3D3273;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
}

#botao-acompanhar {
	width: 100%;
}

#botao-acompanhar.ready {
	border-color: #0062F2;
	color: #0062F2;
	font-weight: bold;
}

#botao-acompanhar.ready .icon {
	stroke: #0062F2;
	fill: #0062F2;
}

#botao-acompanhar.secondary .icon {
	width: 18px;
	height: 18px;
	vertical-align: -4px;
}

/* ====================================================================================
 * Banner carreiras
 */
#detalhe-noticias .banner-carreiras {
	position: relative;
	margin-top: 2rem;
	width: 100%;
	height: 150px;
	overflow: hidden;
	border-radius: 3px;
}

#detalhe-noticias .banner-carreiras img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(50% - 365px);
	max-width: unset;
}

#detalhe-noticias .banner-carreiras .cta {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	text-align: center;
	background-image: linear-gradient(to right, #000F, #0000);
}

#detalhe-noticias .banner-carreiras .cta .heading-4,
#detalhe-noticias .banner-carreiras .cta p {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

#detalhe-noticias .banner-carreiras .cta .heading-4 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px 10px;
	letter-spacing: -0.5px;
	max-height: 56px;
	overflow: hidden;
}

#detalhe-noticias .banner-carreiras .cta p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	opacity: 0.9;
}

#detalhe-noticias .banner-carreiras .cta .button {
	text-align: center;
	text-transform: uppercase;
	margin-top: 8px;
}

#detalhe-noticias #ultimas-noticias {
	border: 1px solid #ebecf0;
	border-radius: 5px;
	padding: 15px;
	margin: 10px 0 10px 0;
}

#detalhe-noticias #ultimas-noticias h2,
#detalhe-noticias #ultimas-noticias p {
	margin: 0;
}

#detalhe-noticias #ultimas-noticias .child {
	margin: 13px 0 0px 26px;
}

#detalhe-noticias #ultimas-noticias .child h2 a {
	color: #06142d;
	text-decoration: none;
}

#detalhe-noticias #ultimas-noticias .child p {
	color: #494B4C;
}


/* ====================================================================================
 * Widget: Destaques
 */
#detalhe-noticias #content .card.destaques {
	margin-bottom: 2rem;
}

#detalhe-noticias #content .card.destaques h2 {
	margin-top: 0;
}

#detalhe-noticias #content .card.destaques ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#detalhe-noticias #content .card.destaques ul li {
	margin-bottom: 0.5rem;
}

#detalhe-noticias #content .card.destaques ul li a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #06142D;
	/* color: #494B4C; */
}

/* ====================================================================================
 * Depoimentos relacionados
 */
#depoimentos {
	margin: 3rem 0;
	padding: 0;
}

#depoimentos .card-quote {
	height: auto;
	margin-top: 68px;
	margin-bottom: 30px;
	padding: 20px 30px;
	background-color: #FFFFFF;
	border: 1px solid #DFE1E6;
	border-radius: 5px;
	box-shadow: 0 27px 40px -45px #DFE1E6;
}

#depoimentos .card-quote a {
	text-decoration: none;
}

#depoimentos .card-quote .heading-5 {
	margin-top: 0px;
	margin-bottom: -2px;
}

#depoimentos .card-quote span {
	color: #06142D;
}

#depoimentos .card-quote .heading-5,
#depoimentos .card-quote span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#depoimentos .card-quote img {
	border-radius: 3px;
	margin-right: 20px;
	margin-top: -40px;
	height: 80px;
	width: 80px;
}

#depoimentos .card-quote .float-left:last-child {
	max-width: calc(100% - 100px);
	overflow: hidden;
}

#depoimentos .card-quote .typo-large {
	color: #494B4C;
	font-style: italic;
	letter-spacing: -1px;
	height: 112px;
	margin-top: 10px;
	margin-bottom: 0;
}

#detalhe-noticias #depoimentos .card-quote .typo-large {
	color: #494B4C;
	font-size: 17px;
	line-height: 150%;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0;
}

#detalhe-noticias #depoimentos .card-quote .heading-5 {
	font-size: 15px;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 0;
	text-decoration: none;
}

#detalhe-noticias #depoimentos .card-quote span {
	color: #616365;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
}

/* ====================================================================================
 * Notícias relacionadas / posts relacionados
 */
.container-noticias-relacionadas {
	margin-top: 60px;
}

.autor-data-noticias-relacionadas {
	font-size: 12px;
}

span.autor-noticias-relacionadas {
	font-weight: bolder;
	padding-right: 3px;
}

span.data-noticias-relacionadas {
	padding-left: 3px;
}

.separador-autor-data-noticias-relacionadas {
	color: #0062F2;
	font-size: 10px;
}

h5.titulo-noticias-relacionadas,
h5.titulo-noticias-relacionadas a {
	font-size: 18px;
	margin-bottom: 4px;
}

/* ====================================================================================
 * Newsletter no corpo das notícias
 */
.container-newsletter-corpo-noticia {
	margin-top: 60px;
	margin-bottom: 60px;
}

.container-titulo-newsletter,
.container-form-newsletter {
	float: left;
	padding: 20px;
	width: 50%;
}

.container-titulo-newsletter h5 {
	color: #003E99;
	font-size: 18px;
	text-align: left;
}

.container-newsletter-corpo-noticia {
	padding-bottom: 0;
}

.container-newsletter-corpo-noticia .container-titulo-newsletter img {
	margin-top: -80px;
}

.container-form-newsletter input[type=text],
.container-form-newsletter input[type=email] {
	border: 1px solid #E5F0FF;
	height: 40px;
}

.container-form-newsletter input[type=text]::placeholder,
.container-form-newsletter input[type=email]::placeholder {
	font-size: 12.5px;
	color: #6B778C;
}

.container-form-newsletter input[type=text]:-ms-input-placeholder,
.container-form-newsletter input[type=email]:-ms-input-placeholder {
	color: #6B778C;
}

.container-form-newsletter input[type=email] {
	margin-top: 10px;
}

.container-form-newsletter #newsletter-form input.hs-button.primary {
	margin-top: 20px;
}

/* ====================================================================================
 * Autor da notícia e compartilhamento do rodapé
 */
.container-autor-rodape .autor-corpo-noticia .autor-chamada p {
	margin-bottom: 0;
	display: inline-block;
}

/* ====================================================================================
 * Tags do rodapé
 */
#detalhe-noticias .tags {
	background-color: rgba(244, 245, 247, 0.9);
	color: #494B4C;
	padding: 4px 13px;
	border-radius: 3px;
	margin-top: 10px;
}

#detalhes-noticias .tags:not(:first-child) {
	margin-left: 8px;
}

#tags-container p {
	display: block;
}

/* ====================================================================================
 * Comentários
 */
.comment-author.vcard {
	display: table;
	margin-bottom: 1rem;
}

.comment-author.vcard img {
	border-radius: 50%;
	vertical-align: middle;
	display: table-cell;
}

.comment-author.vcard .fn {
	padding-left: 0;
	vertical-align: middle;
	display: table-cell;
	font-weight: 500;
	color: #000000;
	font-size: 16px;
}

.comment-author.vcard .comment-date {
	vertical-align: middle;
	display: table-cell;
	color: #616365;
}

.comment-author.vcard .divider {
	vertical-align: middle;
	display: table-cell;
	width: 4px;
	height: 4px;
	padding: 0 8px;
	color: #0062F2;
}

.user-comment {
	margin-left: 0;
	font-family: 'OpenSans';
}

.user-comment svg.icon {
	width: 20px;
	height: 20px;
	stroke: #06142D;
	fill: #06142D;
	margin-left: 0;
}

.comment .depth-2,
.comment .depth-3,
.comment .depth-4 {
	margin-left: 50px;
}

.comment-reply-link {
	color: #06142D;
	text-decoration: none;
}

.page-numbers {
	padding: 5px;
	text-decoration: none;
	color: #6B778C;
	border-radius: 3px;
	border: 1px solid #DFE1E6;
	background-color: #FFFFFF;
}

.page-numbers.current {
	background-color: #EBECF0;
}

.comment-respond label,
.comment-respond input[type=text],
.comment-respond textarea {
	display: block;
	width: 100%;
}

.comment-respond textarea {
	height: 200px;
}

/* ====================================================================================
 * Formulários - single
 */
#detalhe-noticias .hs-form {
	max-width: 500px;
	background-color: #fafbfc;
	border: 1px solid #ebecf0;
	border-radius: 3px;
	padding: 2.2rem 2.6rem;
	margin: 0 auto;
}

#detalhe-noticias .hs-form .form-messages {
	display: none !important;
}

#detalhe-noticias .hs-form .hs-form-field .hs-input.invalid.error,
.hs-form .hs-form-field .hs-input.invalid.error:focus {
	border-color: #FF000A;
}

#detalhe-noticias .hs-form .hs-form-field .hs-error-msgs label {
	font-size: 1.3rem;
	color: #FF000A;
}

#detalhe-noticias .hs-form span.hs-form-required {
	margin-top: -20px !important;
}

#detalhe-noticias .hs-form .hs-form-field input[type="checkbox"] { 
	margin-right: 5px;
}

#detalhe-noticias .hs-form .actions {
	text-align: center;
}

#detalhe-noticias .hs-form .actions .hs-button {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	padding: 7px 18px 7px;
	text-align: center;
	color: #FFFFFF;
	background-color: #dc2f41;
	background-image: none;
	border: none;
	height: auto;
	text-shadow: none;
	box-shadow: none;
	line-height: 4rem;
	transition: background .2s ease-in;
}

#detalhe-noticias .hs-form .actions .hs-button:hover {
	background-color: #b91525;
	box-shadow: none;
}

.hs-form ul.inputs-list {
	list-style-type: none !important;
	padding: 0 !important;
}

/* ====================================================================================
 * Legendas - single
 */
#detalhe-noticias .wp-caption-text {
	font-size: 14px;
	text-align: center;
	color: #494B4C;
}

/* ====================================================================================
 * Formulário Newsletter
 */
#newsletter-form form {
	margin-bottom: 10px;
}

#newsletter-form input.hs-input,
#newsletter-form input.hs-input.error,
#newsletter-form input::placeholder {
	width: 100%;
	height: 40px;
	color: #6B778C;
	border-color: #E5F0FF;
	margin-bottom: 12px;
	/* padding: 12px 10px; */
	font-size: 12.5px;
	line-height: auto;
	font-family: inherit;
	box-sizing: border-box;
	box-shadow: none;
	transition: none;
}

#newsletter-form input.hs-button {
	width: 100%;
	margin-top: 1rem;
	font-family: inherit;
	font-weight: bold;
	text-shadow: none;
	background-image: none;
	box-shadow: none;
}

#newsletter-form input.hs-button:hover {
	box-shadow: none;
	outline: 0;
}

#newsletter-form .field,
#newsletter-form .field.error {
	height: 44px;
}

#newsletter-form .field,
#newsletter-form .field.error,
#newsletter-form .actions {
	margin: 0;
	padding: 0;
}

#newsletter-form label,
#newsletter-form .legal-consent-container {
	display: none;
}

#newsletter-form #form-privacy-consent {
	appearance: none;
	display: inline-block;
	float: left;
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 0px;
	border-width: 2px;
	border-color: #C1C7D0;
}

#newsletter-form #form-privacy-consent:checked {
	background-color: #003E99;
	border-color: #003E99;
}

#newsletter-form p.typo-xsmall {
	display: inline-block;
	float: right;
	width: calc(100% - 24px);
	text-align: left;
}

/* ====================================================================================
 * Customização do slider
 */
.lSSlideOuter .lSSlideWrapper {
	max-height: 360px;
}

.lSSlideOuter .lSPager.lSpg>li {
	padding: 3px;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #DFE1E6;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #0067FF;
}

.lSSlideOuter .lSPager.lSpg>li.active a {
	width: 24px;
}

/* ====================================================================================
 * Anúncios
 */
.banner-ad {
	text-align: center;
}

.banner-ad.section {
	padding: 0;
	margin-bottom: 2.4rem;
}

.banner-ad img {
	max-width: 100%;
	height: auto;
}

.left-sidebar .card .button.primary {
	width: 100%;
}

.post-content .card .card-inner {
	width: 40%;
	margin-left: 30%;
	text-align: center;
}

.post-content .card h6 {
	font-size: 2.0rem;
	line-height: 2.8rem;
}

.container-adbox-corpo {
	margin-top: 70px;
	margin-bottom: 0;
}

.titulo-adbox-corpo,
.text-adbox-corpo,
.btn-adbox-corpo {
	text-align: center;
}

.titulo-adbox-corpo {
	max-width: 400px;
}

.btn-adbox-corpo {
	display: block;
	max-width: 230px;
}

/* ====================================================================================
 * Card com anúncio na barra lateral do Gran
 */
.card-estude-no-gran {
	padding-top: 2rem;
	background-color: #4987FF;
	border-radius: 8px;
}

.card-estude-no-gran .button {
	height: auto;
	line-height: normal;
	white-space: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

.card-estude-no-gran .card-inner .heading-6,
.card-estude-no-gran p {
	color: #fff;
}

.card-estude-no-gran .card-inner a.primary {
	background-color: #fff;
	color: #4987FF;
}

/* ====================================================================================
 * OneSignal
 */
#onesignal-popover-container.slide-down,
#onesignal-slidedown-container.slide-down {
	font-family: "Lato", sans-serif;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog button {
	padding: .375rem 1rem;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
	background: #0067FF;
}

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.secondary {
	color: #0067FF;
}

/* ====================================================================================
 * Widget: Menu Cursos
 */
#menu-cursos {
	position: relative;
	background-color: #FFFFFF;
	border-top: 1px solid #EBECF0;
	padding: 2rem 0;
}

#menu-cursos>.container>.row>.col-12:first-child {
	border-right: 1px solid #EBECF0;
}

#menu-cursos li a {
	display: inline-block;
	margin: 0.8rem 0;
	text-decoration: none;
	color: inherit;
}

#menu-cursos .dropdown-header {
	text-transform: uppercase;
	margin-top: 0.8rem;
}

#menu-cursos .dropdown-header,
#menu-cursos li a p[property="name"] {
	font-weight: bold;
}

#menu-cursos .dropdown-header,
#menu-cursos li a p[property="name"],
#menu-cursos .tab-pane li a {
	color: #091E42;
}

#menu-cursos li a:hover p[property="name"],
#menu-cursos .nav-pills .nav-link:hover,
#menu-cursos .tab-pane li a:hover {
	color: #0053CA;
}

#menu-cursos .btn-menu-top-highlight {
	background-color: #F2F8FF;
}

#menu-cursos li.btn-menu-top {
	margin-top: 10px;
}

#menu-cursos li.btn-menu-top a {
	margin-top: 0;
	display: flex;
	align-items: center;
}

#menu-cursos .img-menu {
	width: 28px;
	height: 28px;
	line-height: 44px;
	margin-right: 10px;
	border-radius: 3px;
	text-align: center;
}

#menu-cursos .img-menu img {
	vertical-align: 2px;
}

#menu-cursos .nav-pills .nav-link {
	display: block;
	width: 90%;
	margin-top: 1rem;
	color: #091E42;
}

#menu-cursos .nav-pills .nav-link.active {
	font-weight: bold;
}

#menu-cursos .nav-pills .nav-link .icon {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

#menu-cursos .icon {
	stroke: #97A0AF;
	fill: #97A0AF;
}

#menu-cursos .tab-pane {
	display: none;
}

#menu-cursos .tab-pane.active {
	display: block;
}

#menu-cursos .tab-pane ul li {
	padding-right: 1rem;
}

#menu-cursos .tab-pane ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#menu-cursos .btn-link {
	margin-top: 1.5rem;
	text-decoration: none;
	font-weight: bold;
	color: #0053CA;
}

#menu-cursos .btn-link:hover {
	text-decoration: underline;
}

#menu-cursos .btn-link .icon {
	margin-left: 8px;
}

/* ====================================================================================
 * Footer
 */
#institucional {
	background-color: #E5F0FF;
	color: #8193A7;
}

#institucional .more {
	height: 16rem;
	font-size: 1.1em;
	/* font-weight: bold; */
}

#institucional .more:not(.collapsed) {
	height: auto;
	overflow: visible;
}

#institucional .more .bg {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #E5F0FF);
}

#institucional h3,
#institucional h4,
#institucional h5,
#institucional h6 {
	font-weight: normal;
}

#sitemap,
#legal-notice {
	background-color: #FAFBFC;
}

#legal-notice a {
	-webkit-transition: color 0.4s;
	/* For Safari 3.0 to 6.0 */
	transition: color 0.4s;
	/* For modern browsers */
}

#legal-notice a:hover {
	color: #0052cc;
}

#legal-notice .gg-educacional {
	font-weight: bold;
}

#sitemap li {
	color: #54586E;
}

#sitemap li a:not(.success),
#legal-notice a {
	color: #54586E;
	/* font-weight: bold; */
	text-decoration: none;
}

#sitemap .more .bg {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #FAFBFC);
}

#sitemap .show-more {
	color: #0053CA;
}

#sitemap .show-more .icon {
	stroke: #0053CA;
	fill: #0053CA;
}

#sitemap .heading-6 {
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}

#sitemap .button {
	height: auto;
	padding: 0.8rem 1rem;
	line-height: 1.8rem;
	white-space: normal;
	word-break: break-word;
}

#sitemap .button.wrap {
	text-align: left;
}

#sitemap .button.wrap span {
	font-weight: normal;
}

#selos {
	padding: 0 2rem;
}

#selos .right-col {
	text-align: right;
}

#reputation-ra {
	display: inline-block;
	margin-left: 1rem;
}

#reputation-ra a {
	text-decoration: none;
}

.ra-widget-ra-1000 {
	text-align: center;
	border: 1px solid #a4c929;
	border-radius: 4px;
}

.ra-widget-ra-1000 .ra-widget-reputation-text {
	color: #4b5963;
	font-size: 13px;
	font-weight: bold;
}

#legal-notice {
	text-align: center;
	border-top: 1px solid #DFE1E6;
	line-height: 2.8rem;
}

#legal-notice .icon {
	width: 20px;
	height: 20px;
	stroke: #091E42;
	fill: #091E42;
}

#legal-notice .app-link .icon {
	stroke: #091E42;
	fill: #091E42;
}

#legal-notice .left-col {
	color: #091E42;
	font-size: 1.6rem;
	font-weight: bold;
}

#legal-notice .middle-col .col-4-l {
	padding-left: 0;
	padding-right: 0;
}

#legal-notice .right-col {
	font-size: 1.8rem;
}

#legal-notice .right-col a {
	margin-left: 1rem;
}

#legal-notice p a {
	color: #091E42;
	text-decoration: none;
}


/* ====================================================================================
 * Widget: Janela modal
 */
.modal-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
	background: #00000030;
}

.modal-container .modal-content {
	background: #FFFFFF;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15%;
	padding: 2rem;
	border-radius: 0.8rem;
	box-shadow: 0px 1px 4px #00000060;
}

/* ====================================================================================
 * Widget: Reclame aqui que fica no footer
 */

.reclame-aqui-img{
	width:100%;
	max-width: 400px;
	min-width: 200px;
	height: auto;
}

/* ====================================================================================
 * Tooltips dos ícones do rodapé
 */

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

/* Texto do tooltip */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	font-size: 12px;

	/*Positioning tooltip on top of link*/
	width: 120px;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	/* Use half of the width (120/2 = 60), to center the tooltip */

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 99999999;
}

/*Adiciona a "setinha" abaixo do tooltip*/
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 100%;
	/* At the bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

/* Mostra o texto do tooltip quando o mouse passa por cima do ícone */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* ====================================================================================
 * Scroll To Top
 */
#to-top {
	position: fixed;
	right: 26px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background: #0d134c;
	border-radius: 4px;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	z-index: 99;
	cursor: pointer;
	display: none;
	font-size: 1.7rem;
}

#to-top:hover {
	background: #0052cc;
}

#to-top .icon {
	stroke: #FFFFFF;
	fill: #FFFFFF;
	vertical-align: -0.3rem;
}

.button.typo-small {
	font-size: 1.2rem;
	font-weight: bold;
}

/* ====================================================================================
 * Ajustes responsivos
 */
@media only screen and (max-width: 414px) {
	#sitemap .button {
		word-break: break-word;
		width: 125px;
	}
}

@media (min-width: 980px) {
	#legal-notice .left-col {
		text-align: left;
	}

	#legal-notice .right-col {
		text-align: right;
	}

	#menu-cursos .tab-pane ul.two-columns li {
		display: inline-block;
		float: left;
		width: 50%;
	}

	#menu-cursos .tab-pane ul.four-columns li {
		display: inline-block;
		float: left;
		width: 25%;
	}

	.banner-carreiras .cta {
		width: 450px;
	}

	.lSSlideOuter .lSPager.lSpg {
		margin-top: 0;
		margin-bottom: 82px;
	}

	#detalhe-noticias .lSSlideOuter .lSPager.lSpg {
		margin-bottom: 30px;
	}
}

.load-more {
	margin-bottom: 0;
}

/* ====================================================================================
 * Skeleton Loader
 */
.skeleton {
	box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
	border-radius: 4px;
	overflow: hidden;
	background-color: #a3b8c2;
	animation: load 1s alternate-reverse infinite;
	display: block;
}

.skeleton-text {
	width: 80%;
	margin-bottom: 10px;
}

.skeleton-text:last-of-type {
	margin-bottom: 0;
}

.text-red {
	color: #FF000A;
}

@keyframes load {
	0% {
		background-color: #a3b8c2;
	}

	100% {
		background-color: #f0f3f5;
	}
}

/* =================================================================================
* One Trust
*/

#ot-sdk-btn-floating {
	display: none;
}

/* ====================================================================================
 * Editoriais
 */

 .container-banner-editoriais {
	background-color: #d9d9d9;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	margin-top: -30px;
	width: 100%;
}

.container-banner-editoriais h2 svg {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}


.title-banner-editoriais {
	color: #fff;
	display: grid;
	font-size: 3em;
	font-weight: bold;
	margin-top: 160px;
	text-align: center;
}

/*Pílulas das categorias*/
.container-pilula-categoria {
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-weight: 500;
	color: #42526E;
}

.container-pilula-categoria a:hover {
	color: #06142D
}

.pilula-categoria {
	padding: 3px;
	display: inline-block;
	border-radius: 3px;
}

.pilula-categoria .icon {
	width: 16px;
	height: 16px;
	vertical-align: -0.225em
}

.container-pilula-categoria-destaque {
	display: inline-block;
	margin-right: 5px;
}

.container-data-destaques-editoriais {
	display: inline-block;
}

/*Cores dos ícones de cada editorial*/
.pilula-categoria-policia,
.pilula-categoria-concurso-militar {
	color: #0C54A1;
	background-color: #E8F2FB;
}

.pilula-categoria-policia .icon,
.pilula-categoria-concurso-militar .icon {
	fill: #0C54A1;
}

.pilula-categoria-concurso-juridico,
.pilula-categoria-diplomata,
.pilula-categoria-tribunais,
.pilula-categoria-oab {
	color: #D62F3D;
	background-color: #FFF7EE;
}


.pilula-categoria-concurso-juridico .icon,
.pilula-categoria-diplomata .icon,
.pilula-categoria-tribunais .icon,
.pilula-categoria-oab .icon {
	fill: #D62F3D;
}

.pilula-categoria-concurso-fiscal,
.pilula-categoria-cfc {
	color: #89800B;
	background-color: #FFFEEB;
}


.pilula-categoria-concurso-fiscal .icon,
.pilula-categoria-cfc .icon {
	fill: #89800B;
}

.pilula-categoria-area-saude,
.pilula-categoria-residencia {
	color: #12937E;
	background-color: #F0FFFA;
}


.pilula-categoria-area-saude .icon,
.pilula-categoria-residencia .icon {
	fill: #12937E;
}

.pilula-categoria-area-ti {
	color: #F58F2E;
	background-color: #FEF3E7;
}


.pilula-categoria-area-ti .icon {
	fill: #F58F2E;
}

.pilula-categoria-concurso-professor,
.pilula-categoria-graduacao,
.pilula-categoria-pos-graduacao {
	color: #A54498;
	background-color: #F7EFF4;
}


.pilula-categoria-concurso-professor .icon,
.pilula-categoria-graduacao .icon,
.pilula-categoria-pos-graduacao .icon {
	fill: #A54498;
}

.pilula-categoria-empregabilidade {
	color: #7c725c;
	background-color: #f6f3e4;
}

.pilula-categoria-enem {
	color: #C62A1E;
	background-color: #fce0dc;
}

/* ====================================================================================
 * Fix para overflow horizontal (INP optimization)
 * Corrige scroll lateral sem quebrar funcionalidades
 */

/* Previne scroll lateral na página (clip em vez de hidden para não quebrar position: sticky) */
html {
	overflow-x: clip;
	max-width: 100vw;
}

body {
	overflow-x: clip;
	max-width: 100%;
}

/* Fix para campo de busca mobile */
#mobile-search form,
#mobile-search input {
	max-width: 100%;
	box-sizing: border-box;
}

/* Fix para breadcrumb longo */
.breadcrumb-item,
.breadcrumb_last {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Container dos sliders deve ter overflow-x hidden para evitar scroll */
.lSSlideOuter {
	overflow-x: hidden;
}

/* Garantir que imagens respeitem o container */
img {
	max-width: 100%;
	height: auto;
}

/* Fix para elementos HubSpot que causam overflow */
[class^="go"],
[id^="hs-"] {
	max-width: 100vw;
}

/* ====================================================================================
 * TRANSIÇÕES CSS ACELERADAS POR HARDWARE (INP Optimization)
 * Substituem animações jQuery bloqueantes para melhorar INP (Interaction to Next Paint)
 * 
 * Usa transform e opacity (aceleradas por GPU) ao invés de height
 * Aplica will-change para otimizar camadas de composição
 */

/* Classes genéricas reutilizáveis */
.slide-animate {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
	will-change: max-height, opacity;
}

.slide-animate.active {
	max-height: 2000px;
	opacity: 1;
	visibility: visible;
}

.display-toggle {
	display: block;
}

.display-toggle.hidden {
	display: none;
}

/* Menu Mobile - Navbar Collapse */
@media only screen and (max-width: 979px) {
	.navbar-collapse {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
		will-change: max-height, opacity;
	}

	.navbar-collapse.active {
		display: block !important;
		max-height: 1000px;
		opacity: 1;
	}
}

/* Menu Cursos */
#menu-cursos {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
	will-change: max-height, opacity;
}

#menu-cursos.active {
	display: block !important;
	max-height: 2000px;
	opacity: 1;
}

/* Dropdown Navbar */
.navbar-dropdown {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
	will-change: max-height, opacity;
}

.navbar-dropdown.active {
	display: block !important;
	max-height: 1500px;
	opacity: 1;
}

/* Botão "Veja mais" */
.show-more {
	display: block;
}

.show-more.hidden {
	display: none;
}

/* Select Regiões */
select.regiao {
	display: block;
}

select.regiao.hidden {
	display: none;
}

/* Dropdown Buttons genéricos */
.dropdown-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
	will-change: max-height, opacity;
}

.dropdown-content.active {
	display: block !important;
	max-height: 1500px;
	opacity: 1;
}

/* Box-shadow da navbar (substitui .css() inline) */
.navbar.navbar-shadow {
	box-shadow: 0px 6px 15px -4px rgba(0,0,0,0.44);
}

/* Acessibilidade - Respeita preferência por animações reduzidas */
@media (prefers-reduced-motion: reduce) {
	.slide-animate,
	.navbar-collapse,
	#menu-cursos,
	.navbar-dropdown,
	.dropdown-content {
		transition: none !important;
		will-change: auto !important;
		animation: none !important;
	}
	
	.slide-animate.active,
	.navbar-collapse.active,
	#menu-cursos.active,
	.navbar-dropdown.active,
	.dropdown-content.active {
		transition: none;
		animation: none;
	}
}

/* Remove will-change após animação para economizar recursos */
.slide-animate:not(.active),
#menu-cursos:not(.active) {
	will-change: auto;
}

@media only screen and (max-width: 979px) {
	.navbar-collapse:not(.active) {
		will-change: auto;
	}
}
