* {
	font-family: "Roboto Condensed";
}

.titulo-capa {
	color: var(--bluedefault);
	font-weight: bolder;
	text-align: center;
	display: block;
}

.campo-pesquisa {
	margin: auto;
	position: relative;
	max-width: 820px;

	display: flex;
	flex-wrap: wrap;
}

.pesquisa-input-button {
	position: relative;
	max-width: 610px;
	width: 100%;
}

.pesquisa-input-button h1 {
	height: 40px;
	margin: 0;
}

.input-busca {
	background-color: #eeee;
	color: #1e1e1e;
	position: absolute;
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0.405rem 0 0.405rem 15px;
	border-radius: 25px;
	font-size: 18px;
	font-family: "Noto Serif";
	font-weight: bold;
	font-style: italic;
}

.campo-pesquisa .btn-search {
	background-color: #1b406d;
	background-image: url(/reboot_portal/public/assets/img/lupa.webp);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	border: none;
	outline: none;

	transition: .2s;
}

.campo-pesquisa .btn-search:hover {
	cursor: pointer;
	background-color: #01AAE5;
}

.campo-pesquisa .btn-search img {
	padding: 10px 5px;
}

.filtros-buscas {
	display: inline-block;
	margin-left: 20px;
	font-family: "Roboto Condensed" !important;
}

.filtros-buscas select {
	width: 190px;
	cursor: pointer;
}

/* ------------- COSTUMIZAÇÃO SELECT DATA ----------- */
.s-hidden {
	visibility: hidden;
	padding-right: 10px;
}

.select {
	width: 190px;
	height: 100%;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font: normal 11px/22px Arial, Sans-Serif;
	color: black;
	border: 1px solid #666;
	padding: 8px;
	border-radius: 5px 5px;
}

.styledSelect {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-family: "Roboto Condensed";
}

.styledSelect:after {
	background-image: url(https://www.opovo.com.br/reboot/includes/assets/img/seta-prev-next.png);
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	transform: rotate(-90deg);
	transition: 0.2s;
}

.styledSelect:active,
.styledSelect.active {
	border-bottom: none;
}

.styledSelect.active::after {
	background-image: url(https://www.opovo.com.br/reboot/includes/assets/img/seta-prev-next.png);
	background-repeat: no-repeat;
	content: "";
	width: 15px;
	height: 15px;
	transform: rotate(90deg);
}

.options {
	width: 190px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 90%;
	right: 0;
	left: -1px;
	z-index: 999;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	border: 1px solid #666;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options-datepicker-active {
	border-bottom: none;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.options li {
	font-size: 18px;
	font-family: "Roboto Condensed";
	margin: 0 0;
	padding: 8px 11px;
	transition: 0.2s;
}

.options li:hover {
	background-color: #666;
	color: white;
}

/*============= UI-DATEPICKER ==========*/

#datepicker {
	width: 190px;
	position: absolute;
	top: 220px;
	z-index: 10;
}

.container-date {
	position: absolute;
	font-size: 12px;
	width: 190px;
	display: none;
	justify-content: space-around;
	padding: 15px 15px 0;
}

.container-date input {
	width: 100%;
	border: none;
	font-size: 12px;
	outline: none;
	border-bottom: 1px solid;
	color: #1e1e1e;
	padding: 0px;
}

.container-date span {
	margin: 0 21px;
}

.ui-datepicker {
	padding: 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: none !important;
	background: none !important;
	color: #999 !important;
}

.ui-state-active {
	color: #999 !important;
}

.ui-widget {
	font-family: inherit !important;
}

.ui-widget-header .ui-icon {
	background-image: url(/reboot/includes/assets/img/seta-prev-next.webp) !important;
	background-repeat: no-repeat !important;
	background: none;
}

.ui-datepicker-month {
	font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	left: 70% !important;
}

.ui-datepicker-year {
	display: none;
}

.ui-datepicker-calendar td.zero a:before {
	content: "0";
}

.ui-state-hover {
	cursor: pointer;
	border: none !important;
	background: none !important;
}

.ui-datepicker-next {
	transform: rotate(180deg);
}

.ui-datepicker table {
	display: flex;
	flex-direction: column;
	font-size: 12px !important;
	margin: 0 !important;
	position: relative;
	top: 30px;
}

.ui-datepicker .ui-state-default {
	padding: 0;
}

.ui-datepicker th {
	padding: 0 !important;
}

.ui-datepicker td {
	padding-right: .72rem !important;
	line-height: 16px;
}

.ui-datepicker thead {
	padding: 0 15px;
	display: flex;
}


.ui-datepicker thead tr {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 18px;
}


.ui-datepicker tbody {
	padding: 0 14px;
	width: 100%;
}


.ui-widget.ui-widget-content {
	width: 100%;
	height: 200px;
	border: 1px solid #666 !important;
}

.ui-widget-header {
	background: none !important;
	border: none !important;
}

.ui-datepicker .ui-datepicker-header {
	padding: 0 !important;
	position: relative;
	top: 32px;
	margin-top: 5px;
}

.ui-datepicker td a {
	padding: 0 !important;
}

.col-610 {
	width: 100%;
	max-width: 610px;
	margin: auto;
}

.resultados-encontrados {
	color: #666;
	font-size: 22px;
	font-family: "Roboto Condensed";
}

.caixa-filtros {
	margin-top: 40px;
	flex-wrap: wrap;
	width: 820px;
}

.customCheckbox {
	position: relative;
	margin-right: 10px;
}

.customCheckbox input {
	opacity: 0;
	position: absolute;
}

/**
 * The box
 */

.customCheckbox label {
	margin-top: 5px;
	cursor: pointer;
	border-radius: 3px;
	top: 0;
	left: 0;
	border: 1px solid #1b406d;
	color: #1b406d;
	border-radius: 30px;
	padding: 7px 12px;
	font-weight: bold;
	transition: 0.2s;
}

/**
 * The tick
 */

.customCheckbox input[type="checkbox"]+label::after {
	content: "";
	color: #fff;
	text-align: center;
	opacity: 0;
	position: absolute;
	left: 2px;
	font-weight: bold;
}

.customCheckbox input[type="checkbox"]:checked+label {
	background-color: #1b406d;
	color: #fff;
	/* doesnt work like supposed to */
}

.customCheckbox input[type="checkbox"]:checked+label::after {
	opacity: 1;
}

.cartola-tipo-materia {
	color: #1b406d;
	font-weight: bold;
	font-size: 18px;
}

.load-more {
	margin: 50px auto 0;
}

.btn-load-more {
	background: #01AAE5;
	border: none;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	padding: 0.44rem 0.83rem;
	cursor: pointer;
	outline: none !important;
	position: relative;
	margin-bottom: 0;
}

.btn-load-more:hover {
	transition: .3s;
	background-color: #1b406d;
	color: #fff;
}

.btn-load-more.loading:before {
	border: 2px solid #1b406d;
}

.btn-load-more.loading:before {
	content: '';
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	border-top-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-animation-delay: 1s;
	-webkit-animation: spin 1s ease infinite;
	box-shadow: 0px 0px 5px #1b406d;
	background: #1b406d;
}

.btn-load-more:focus,
.btn-load-more:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-load-more:active {
	background-color: #1b406d;
	border-color: #1b406d;
}

.btn-load-more:not(:disabled):not(.disabled):active {
	background-color: #1b406d;
	border-color: #1b406d;
}

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



.btn-info.loading:before {
	border: 2px solid transparent;
}

.btn-info.loading:before {
	content: '';
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	border-top-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-animation-delay: 1s;
	-webkit-animation: spin 1s ease infinite;
}

.btn-info.loading:hover::before {
	border: 2px solid transparent;
	content: '';
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	border-top-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-animation-delay: 1s;
	-webkit-animation: spin 1s ease infinite;
}

.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-info:active {
	background-color: #1b406d;
	border-color: #1b406d;
}

.btn-info:not(:disabled):not(.disabled):active {
	background-color: #1b406d;
	border-color: #1b406d;
}

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

.select-filter .list-items {
	list-style: none;
}

.list-items .item {
	font-size: 14px;
	border: 1px solid #1b406d;
	color: #1b406d;
	border-radius: 30px;
	padding: 3.5px 12px;
	font-weight: bold;
	transition: 0.2s;

	cursor: pointer;
}

.list-items .item:hover {
	border: 1px solid #01AAE5;
	color: #01AAE5;
}

.item.checked {
	background-color: #1b406d;
	color: #fff !important;
}

.item.checked:hover {
	background-color: #1b406d;
	border: 1px solid #1b406d;
	color: #fff;
}

/* CONTAINER ERRO */
.sem-resultados {
	margin-top: 40px;
	color: #666;
	font-size: 18px;
	font-family: "Roboto Condensed";
}

/*======= AJUSTES PARA ELEMENTOS JÁ EXISTENTES========= */
.caixa-listagem h2 {
	margin: 0;
}

.txt-materia-listagem {
	display: flex;
	flex-direction: column;
}

.txt-materia-listagem .abre-listagem {
	margin-bottom: 0;
}

/* =========RESPONSIVIDADE BUSCA ============*/
@media (min-width: 992px) {
	.title-listing  {
		text-align: center;
        margin: calc(5.625rem + 3.125rem) auto 3.125rem;
	}

	.select-filter {
		margin-top: 40px;
		width: 100%;
	}

	.filter-mob-btn {
		display: none;
	}

	.select-filter .list-items {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 15px 10px;
		padding: 0;
	}

	.list-items label {
		margin-bottom: 0;
	}

	.caixa-listagem figure {
		min-width: 270px;
		max-width: 270px;
		height: 203px;
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.title-listing {
		text-align: center;
		margin:calc(90px + 1.875rem) auto 1.875rem;
	}

	.campo-pesquisa {
		max-width: 750px;
		justify-content: center;
	}

	.pesquisa-input-button {
		margin-bottom: 50px;
	}

	.filter-mob-btn {
		display: block;
		cursor: pointer;
	}

	.filtros-buscas {
		margin-left: 0;
	}

	.select {
		width: 166px;
	}

	.filtros-buscas select {
		width: 166px;
	}

	.options {
		width: 166px;
	}

	.caixa-filtros {
		display: none !important;
	}

	.caixa-listagem figure {
		height: 259px;
	}

	/*-------- SELECT FILTER MOBILE ------------*/
	.select-filter {
		width: 166px;
		height: 40px;
		display: inline-block;
		margin-left: 13px;
	}

	.filter-mob-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		border: 1px solid #666;
		border-radius: 5px;

		height: 40px;
		padding: 0 10px;
	}

	.filter-mob-btn .arrow-dwn {
		transform: rotate(-90deg);
		margin-right: 4px;
		transition: 0.3s;
	}

	.filter-mob-btn.open .arrow-dwn {
		transform: rotate(-270deg);
	}

	.list-items {
		padding: 0;
		position: absolute;
		z-index: 999;
		background-color: #fff;
		border: 1px solid #666;
		padding: 10px 0.6rem 15px;

		display: none;
	}

	.filter-mob-btn.open {
		border-radius: 5px 5px 0 0;
	}

	.filter-mob-btn.open~.list-items {
		width: 166px;
		display: flex;
		height: 180px;
		flex-wrap: wrap;
		gap: 10px 30px;
		border-radius: 0 0 5px 5px;
		border-top: none;
		position: absolute;
		top: 99%;
		overflow: auto;
	}

	/* .list-items .item {
		font-size: 14px;
		border: 1px solid #1b406d;
		color: #1b406d;
		border-radius: 30px;
		padding: 7px 12px;
		font-weight: bold;
		transition: 0.2s;
	}
	.item.checked {
		background-color: #1b406d;
		color: #fff;
	} */
	/* ---------- DATEPICKER ----------*/

	#datepicker {
		width: 166px;
		top: 300px;
	}

	.container-date {
		padding: 15px 0 0;
		width: 100%;
	}

	.container-date span {
		margin: 0;
	}

	.container-date input {
		width: 50px;
	}

	.ui-datepicker .ui-datepicker-prev span,
	.ui-datepicker .ui-datepicker-next span {
		left: 60% !important;
	}

	.ui-datepicker tbody {
		padding: 0 7px;
	}

	.ui-datepicker thead {
		padding: 0 10px;
	}

	.ui-datepicker thead tr {
		gap: 0 !important;
		justify-content: space-between;
	}

	.ui-datepicker td {
		padding-right: 0.62rem !important;
	}
}

.rodape-main {
	margin-top: 150px;
}


@media screen and (max-width: 374px) {
	.pesquisa-input-button {
		margin-bottom: 40px;
	}

	.campo-pesquisa {
		gap: 12px;
	}

	.select-filter{
		margin-left: 0;
	}
}


/*=========== CARD TAG PAGES ===============*/
.card-tag-pages {
	background-color: #f3f3f3;
	border-radius: 0.625rem;
	padding: 1.25rem;
	margin: 1.25rem 0;
}

.card-tag-pages__title {
	font-size: 1.875rem;
	line-height: 1.625rem;
	font-weight: 700;
	color: var(--blackdefault);
	margin-bottom: 0.625rem;
}

.card-tag-pages__description {
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: var(--gray);
	margin-bottom: 1.25rem;
}

.btn-news {
	background-color: #01AAE5;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	display: inline-block;
	height: 40px;
	padding: 9px 20px 11px;
	transition: .3s;
}

.btn-news:hover {
	background-color: #1B406D;
	color: #fff;
}

/*=========== /CARD TAG PAGES ==============*/

@media (max-width: 600px) {
	.card-tag-pages {
		padding: 1rem;
		margin-top: 1rem;
	}

	.card-tag-pages__description {
		margin-bottom: 1rem;
	}
}

/*=========== TOTAL RESULTADOS =============*/
.total-results {
	margin-top: 40px;
}

.total-results h2 {
	font-size: 1.375rem;
	color: var(--graydefault);
}
/*=========== /TOTAL RESULTADOS ============*/