/* atualizações necessárias do back-end */

.admin-bar menu.menu.show-desk {
	padding-top: 27px;
}

#wpadminbar.mobile {
	display: none;
}

tr {
	border-bottom: none;
}

.second__article:after {
	display: none;
}

.erro404::before,
.error404::before {
	display: none;
}

.page__txt a,
.page__txt a span,
.visao__pilares-text a,
.visao__pilares-text a span,
.cky-notice-group a {
	color: #45b0e4;
	font-weight: 700 !important;
	transition: color 0.5s ease-in-out;
}

.page__txt a:hover,
.visao__pilares-text a:hover,
.cky-notice-group a:hover {
	color: #234e70;
}

.cky-btn {
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
	transition: all 0.4s ease;

	border-width: 1px !important;
	height: auto;
	justify-content: center !important;
	border-radius: 6px !important;
}

button.cky-accordion-btn {
	height: auto;
}

.home__banner-bg.video_fixo,
.home__banner-bg.img_fixo {
	display: none;
}

.home__banner-bg,
.home__banner-video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	top: 0;
	left: 0;
}

.home__banner-bg video,
.home__banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.home__banner-bg :after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.7) 6.48%,
			rgba(255, 255, 255, 0.377494) 39.26%,
			rgba(0, 0, 0, 0) 59.47%,
			rgba(0, 0, 0, 0.6) 88.94%
		);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

.parceiros__list .card {
	height: auto;
}

.menu__search-btn {
	cursor: pointer;
}

.visao__box-video {
	position: relative;
}

.visao__box-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 90px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	padding: 20px;
	z-index: 2;
	transition: opacity 0.4s ease;
}

.visao__box-video-btn:hover {
	opacity: 0.6;
}

.boletim__edicoes div#show-more-button {
	color: #fff;
}

.boletim__edicoes div#show-more-button:hover {
	color: #234e70;
}

figure.wp-caption.aligncenter {
	text-align: center;
}

.publicacoes__content-list .card {
	height: auto;
	min-height: 220px;
}

.publicacoes__content-btns {
	bottom: 0;
	position: relative;
}

.contato__infos-txt .h2 {
	color: #faf7c0;
}

.home__banner-carousel {
	overflow: visible;
}

.home__slider-carousel.main-carousel.swiper {
	margin-left: 0;
}

.home__banner-carousel .swiper-button-prev {
	left: 0;
	bottom: -110px;
	top: auto;
}

.home__banner-carousel .swiper-button-next {
	left: 220px;
	bottom: -110px;
	top: auto;
}

.home__banner-carousel .swiper-pagination {
	bottom: -95px;
	left: 40px;
	text-align: left;
	width: 160px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.home__banner-carousel .swiper-pagination-bullet {
	background: #fff;
	border-radius: 1px;
	height: 4px;
	margin: 0 12px !important;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	width: 4px;
}

.home__banner-carousel .swiper-pagination-bullet-active {
	background: #2cbb96;
	width: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 25px;
	color: #fff;
}

.home__slider-carousel .swiper-button-next,
.home__slider-carousel .swiper-button-prev {
	bottom: 0;
	top: auto;
	transform: none;

	background: #faf7c0;
	border: 1px solid #faf7c0;
	border-radius: 5px;
	height: 60px;
	outline: none !important;
	padding: 0;
	width: 60px;
	transition: background 0.5s ease-in-out;
}

.home__slider-carousel .swiper-button-prev {
	left: auto;
	right: 80px;
}

.home__slider-carousel .swiper-button-next {
	right: 10px;
}

.home__slider-carousel .swiper-button-prev:after,
.home__slider-carousel .swiper-button-next:after {
	color: #234e70;
	transition: color 0.5s ease-in-out;
}

.home__slider-carousel .swiper-button-prev:hover,
.home__slider-carousel .swiper-button-next:hover {
	background: #234e70;
}

.home__slider-carousel .swiper-button-prev:hover:after,
.home__slider-carousel .swiper-button-next:hover:after {
	color: #faf7c0;
}

.home__banner-img img {
	transform: scale(1.1);
	transition: transform 10s ease-out;
}

.swiper-slide-visible .home__banner-img img {
	transform: scale(1);
}

.home__slider-img img {
	margin-bottom: -8px;
	height: calc(100% - 30px);
}

.agenda__content .accordion .h4,
.accordion__body p {
	font-size: 18px;
	line-height: 1.4em;
}

.agenda__content .accordion .h4.agenda__h4 {
	color: #64798d;
	margin-bottom: 20px;
}

.contato__more-aderir .btn {
	margin-bottom: 20px;
}

.screen-reader-response {
	display: none;
}

.contato__more-aderir .btn--secondary i {
	margin-right: 10px;
}

.busca__result h3 strong {
	color: #45b0e4;
}

.footer__column-title-first li:first-child a {
	color: #234e70;
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.4em;
}

.boletim__article img {
	max-width: 100%;
}

.boletim__header {
	margin-bottom: 0px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.single .boletim__header {
	max-width: 970px;
	padding-top: 30px;
}

.single-posicionamentos .boletim__header {
	margin-top: 0 !important;
}

.page-template-boletim menu ul li a,
.page-template-boletim .menu__social i {
	color: #231f20;
}

.input-check .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
}

.input-check input,
.input-check p {
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}

.input-check input:before,
.input-check input:after {
	display: none;
}

.input-check label span {
	font-size: 12px;
}

.wpcf7 .input-lgpd p {
	line-height: 1em !important;
	margin-bottom: 30px;
}

.card--secondary:hover {
	border-color: #234e70;
	box-shadow: 0px 0px 0px 2px #234e70;
}

.home__banner-item h1 {
	max-width: 800px;
}

.home__banner-item h4 {
	max-width: 830px;
}

.home__doadores-item img {
	max-height: 85px;
	max-width: 160px;
}

.newsletter a {
	color: #fff;
}

.contato__more-talk a {
	color: #000;
}

.card__img img {
	max-height: inherit;
}

.banner {
	position: relative;
}

.banner .wrapper {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.banner::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		#231f20;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-template-boletim .menu__burguer {
	border-color: #231f20;
}

.page-template-boletim .menu__burguer:before,
.page-template-boletim .menu__burguer:after {
	background: #231f20;
}

.page-template-boletim .menu__search-btn i {
	color: #231f20;
}

section.membros_pf li span {
	font-size: 18px;
}

.menu__content .lang-item {
	display: none;
}

.single .boletim__header-chips .chips--datas {
	border-color: #64798d !important;
}

.single .boletim__header-chips .chips--datas div {
	color: #64798d !important;
}

.single ul li {
	color: #231f20;
}

.boletim_destaque-list .card--secondary:nth-child(1) {
	margin-top: 0;
}

.boletim_destaque-list .card--secondary:nth-child(3) {
	margin-bottom: 0;
}

.boletim_destaque-list {
	gap: 24px;
}

.boletim_destaque-list .col-big,
.boletim_destaque-list .card {
	position: relative;
}

.boletim__detach .col-big .card {
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;

	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.boletim__detach .col-big .card__img {
	margin: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	max-height: 100%;
	z-index: 1;
}

.boletim__detach .col-big .card__img:before {
	content: "";
	border-radius: 8px;

	background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 0.3) 100%),
		linear-gradient(
			180deg,
			rgb(0 0 0 / 0%) 25%,
			rgba(0, 0, 0, 0) 50%,
			rgba(0, 0, 0, 0.75) 70%
		);

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.boletim__detach .col-big .card img {
	/* transition: transform 1.8s ease; */
}

.boletim__detach .col-big .card:hover img {
	/* transform: scale(1.2); */
}

.boletim__detach .col-big .card__body,
.boletim__detach .col-big .card__body a,
.boletim__detach .col-big .card__body p {
	z-index: 2;
	position: relative;
	color: #fff !important;
}

.boletim__detach .col-big .card__body {
	padding: 30px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.boletim__detach .col-big .card__body .chips--datas {
	background-color: #fff;
	border-color: #fff;
}

.boletim__detach .col-big .card__body .chips--datas .chips__text {
	color: #64798d;
}

.boletim__detach .card__body .card__body-title {
	font-size: 22px;
}

.boletim__detach .col-big .card .h4 {
	font-size: 16px;
}

.card__body h4,
.card__body-title,
.card a.card__body-subtitle {
	font-weight: 700;
}

.boletim__detach .card:hover .card__img {
	opacity: 0.9;
}

.boletim__header-social.flex--st.meta-share {
	margin: 0;
}

.boletim__header-social.meta-share a {
	width: 36px;
	height: 36px;
}

.meta-leitura,
.meta-share p {
	font-size: 14px;
}

.single .boletim__header-chips .chips--datas {
	margin-right: 40px;
}

.boletim__detach {
	margin: 0px auto 100px;
}

.boletim__header h1 {
	margin-bottom: 20px;
}

.card__box-publi {
	display: flex;
}

.card__box-publi a {
	margin: 0;
}

.publicacoes__content-list .card {
	display: flex;
	align-items: center;
}

.card__box-publi {
	height: 100%;
	padding: 20px;
}

a.card__img.card__img-publi img {
	width: 125px;
	min-width: 125px;
	max-width: 125px;
}

@media screen and (max-width: 770px) {
	a.card__img.card__img-publi img {
		max-height: 180px;
	}
}

.card__body h6,
.card__body-subtitle {
	font-weight: 700;
}

@media screen and (min-width: 770px) {
	.home__banner {
		min-height: 600px;
	}

	.card--posicionamento .card__body-subtitle {
		min-height: 74px;
	}

	menu ul li ul {
		box-shadow: 0 8px 7px #1a1a1a20;
		border-radius: 2px;
	}

	.newsletter .wpcf7 {
		width: 50%;
	}

	.newsletter .wpcf7 p {
		display: flex;
		justify-content: flex-start;
	}

	.newsletter .wpcf7 form {
		width: 100%;
	}

	.wpcf7 .wpcf7-response-output {
		padding: 0 20px;
	}

	.scroll-downs {
		position: absolute;
		z-index: 2;

		right: 90px;
		bottom: 110px;

		width: 34px;
		height: 55px;
	}

	.mousey {
		width: 2px;
		padding: 10px 15px;
		height: 35px;
		border: 1px solid #fff;
		border-radius: 25px;
		opacity: 0.75;
		box-sizing: content-box;
	}

	.scroller {
		width: 2px;
		height: 10px;
		border-radius: 25%;
		background-color: #fff;
		animation-name: scroll;
		animation-duration: 2.2s;
		animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
		animation-iteration-count: infinite;
	}

	@keyframes scroll {
		0% {
			opacity: 0;
		}

		20% {
			transform: translateY(0);
			opacity: 1;
		}

		100% {
			transform: translateY(15px);
			opacity: 0;
		}
	}

	ul#menu-menu {
		margin-right: -15px;
	}

	.busca__result h3 {
		margin: 0 40px 50px 0;
	}

	.busca__result .erro404__search {
		margin: 60px 40px 150px 0;
	}

	.newsletter .input.col-12,
	.newsletter .wpcf7 p {
		margin-bottom: 0;
	}

	.newsletter .wpcf7 p {
		margin-top: 5px;
	}

	.input-check .wpcf7-list-item label {
		margin-bottom: 0;
	}

	.contato__more-talk p {
		margin: 0;
	}

	.contato__more-talk form .input-lgpd {
		margin-top: 10px;
	}

	.home__banner {
		min-height: 720px;
	}
}

@media screen and (max-width: 992px) {
	html {
		padding: 0 !important;
		margin: 0 !important;
	}

	#wpadminbar {
		display: none !important;
	}

	.home__banner-carousel .swiper-pagination {
		bottom: -55px;
	}

	.home__banner-carousel .swiper-button-prev,
	.home__banner-carousel .swiper-button-next {
		bottom: -75px;
	}

	.contato__more-aderir .btn--secondary i {
		display: none;
	}

	.contato__more-aderir .btn {
		height: auto;
	}

	.newsletter__form input[type="email"],
	.newsletter__form input[type="submit"] {
		border-radius: 5px;
	}

	.newsletter__form p {
		margin: 0;
	}

	.busca__result h3 {
		margin: 0 20px 20px;
	}

	.busca__result .erro404__search {
		margin: 20px;
		width: 80%;
	}

	.busca__result {
		margin-bottom: 80px;
	}

	.contato__more-talk {
		margin: 0;
	}

	.contato__more-talk p {
		margin: 0 0 10px;
	}

	.home__banner-item h1 {
		font-size: 34px;
	}

	.accordion.active .accordion__body {
		max-height: 30000px;
	}

	.menu__content .lang-item {
		display: block;
	}

	.menu__content .lang-item img {
		margin-right: 7px;
	}

	.boletim_destaque-list {
		display: flex;
		flex-direction: column;
	}

	.boletim_destaque-list .col-6 {
		width: 100%;
	}

	.single .boletim__header > .flex--st,
	.single .boletim__header .flex--st .col-6 {
		display: block;
		width: 100%;
	}

	.boletim__header-social.flex--st.meta-share {
		margin: -35px 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.boletim__header-social.flex--st.meta-share div {
		display: flex;
		margin-bottom: 10px;
	}

	.single .boletim__header {
		padding-top: 0;
		margin-top: 90px !important;
	}
}
