* {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
}

@media (min-width: 1440px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1420px;
	}
}

@media (max-width: 1200px) {
	.medium-hide {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.mobile-hide {
		display: none !important;
	}
}
.mobile-show {
	display: none;
}
@media (max-width: 991px) {
	.mobile-show {
		display: block !important;
	}
}

body {
	color: #22252f;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #22252f;
	font-weight: 700;
}

a,
a:hover,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: #229aff;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

i {
	font-style: italic;
}

.btn {
	font-weight: bold;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-wrap: nowrap;
	line-height: 36px;
}
.btn i {
	margin-right: 4px;
}
.btn-primary {
	background-color: #074274;
}
.btn-primary:hover {
	background-color: #ed1c24;
	border-color: #be181d;
}

.pt-0 {
	padding-top: 0;
}
.mt-60 {
	margin-top: 60px;
}
.sibling-mb > div,
.sibling-mb > a {
	margin-bottom: 30px;
}
.sibling-mb > div > .card {
	height: 100%;
}

/* Title */
h2.title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	border-bottom: 2px solid #f3f1f1;
	padding-bottom: 8px;
	margin-bottom: 32px;
}
h2.title.mt {
	margin-top: 60px;
}
h2.title:after {
	content: "";
	width: 140px;
	height: 4px;
	background-color: #c22534;
	position: absolute;
	left: 0;
	bottom: -2px;
}
h2.title span {
	color: #22252f;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0%;
	cursor: default;
}
h2.title a {
	color: #e61d27;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: Auto;
}
h2.title a:hover {
	text-decoration: none;
}

h3.title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	border-bottom: 2px solid #f3f1f1;
	padding-bottom: 8px;
	margin-bottom: 32px;
}
h3.title.mt {
	margin-top: 40px;
}
h3.title:after {
	content: "";
	width: 114px;
	height: 4px;
	background-color: #c22534;
	position: absolute;
	left: 0;
	bottom: -2px;
}
h3.title span {
	color: #22252f;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	cursor: default;
}

h4.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h4.title span {
	color: #ed1c24;
	font-size: 18px;
	display: flex;
	align-items: center;
	cursor: default;
}
h4.title span i {
	background-color: #ed1c24;
	color: white;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 14px;
	margin-right: 6px;
}
h4.title a {
	color: #858585;
	border-radius: 20px;
	font-size: 12px;
	border: 1px solid #858585;
	padding: 4px 8px;
}
@media (max-width: 1200px) {
	h2.title span {
		font-size: 16px;
	}
}

.compartilhe b {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
}

#bank-title {
	padding: 15px 0;
}
#bank-title h2 {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
#bank-title h2 span {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
}
#bank-title.bb {
	background: #fceb30;
}
#bank-title.bb span {
	color: #003B9F;
}
@media (max-width: 991px) {
	#bank-title h2,
	#bank-title h2 .compartilhe {
		display: block;
	}
}

.absolute-title {
	position: relative;
}
.absolute-title span {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px 16px;
	color: white;
	background: #c22534cc;
	border-radius: 0 0 8px 8px;
}

.content-img {
	margin-bottom: 18px;
	width: 100%;
	border-radius: 8px;
	display: block;
}

/* Header */
header {
	background: #d51c21;
	height: 100px;
	display: flex;
	align-items: center;
	color: white;
}
header a {
	color: white;
}
header .menu {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	margin-right: 12px;
	font-size: 18px;
}
header .menu i {
	display: flex;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-right: 12px;
	cursor: pointer;
}
header .social {
	display: flex;
	align-items: center;
	justify-content: end;
}
header .social a {
	font-size: 22px;
	margin: 0 6px;
}
header .social a:first-child {
	margin-right: 18px;
}
header .social a .bi-youtube {
	font-size: 30px;
}

/* breadcrumb */
#breadcrumb {
	border-bottom: 1px solid #f3f1f1;
	padding: 20px 0;
}
#breadcrumb ul,
#breadcrumb ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #111928;
	cursor: default;
}
#breadcrumb ul li {
	display: inline-block;
}
#breadcrumb ul li a {
	color: #c22534;
}

/* Opiniao */
.opinion {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: default;
}
.opinion h3 {
	font-weight: 500;
	font-size: 19.23px;
	line-height: 28.84px;
	letter-spacing: 0%;
	text-align: center;
}
.opinion .name {
	color: #e61d27;
	margin: 16px 0 0;
	font-size: 20px;
}
.opinion .description {
	color: #858585;
}
/*.opinion img {
	border-radius: 100%;
}*/

/* Pesquisa */
.search {
	height: 45px;
	white-space: nowrap;
	display: flex;
}
.search button {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 22px;
	margin-left: -45px;
}
.search input {
	width: 0;
	height: 45px;
	border: none;
	background: none;
	font-size: 16px;
	outline: none;
	transition: ease-in-out 0.1s;
	color: white;
	border-bottom: 2px solid transparent;
	padding: 0 45px 0 0;
	transition: ease-in-out 0.1s;
}
.search:hover input,
.search input:focus {
	width: 205px;
	transition: ease-in-out 0.1s;
	color: white;
	border-color: white;
}
.search input::placeholder {
	color: white;
}

/* Menu */
.navmenu {
	position: fixed;
	z-index: 12;
	top: 0;
	left: -440px;
	background-color: white;
	width: 440px;
	height: 100%;
	overflow: auto;
	transition: ease-in-out 0.2s;
}
.navmenu.open {
	left: 0;
	transition: ease-in-out 0.2s;
}
.navmenu .title {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #d51c21;
	padding: 0 44px;
	color: white;
	font-size: 20px;
	cursor: default;
}
.navmenu .title i {
	cursor: pointer;
}
.navmenu ul,
.navmenu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navmenu .accordion-item {
	border: none;
}
.navmenu .accordion-item ul {
	padding-left: 40px;
}
.navmenu .accordion-item ul li,
.navmenu .accordion > li:not(.accordion-item) {
	padding: 16px 20px;
}
.navmenu li a {
	color: #22252f;
	font-weight: 22px;
	text-decoration: none;
}
.navmenu li a:hover,
.navmenu .accordion-button:hover {
	color: #e61d27;
}
.navmenu .accordion-button {
	box-shadow: none !important;
	background-color: transparent !important;
}
.navmenu .extra {
	background: #d51c21;
}
.navmenu .extra .search input {
	width: 100%;
	border-color: white;
}
.navmenu .social {
	display: flex;
	align-items: center;
	justify-content: center;
}
.navmenu .social a {
	font-size: 22px;
	margin: 10px 6px 0;
	color: white;
}
.navmenu .social a .bi-youtube {
	font-size: 30px;
}

@media (max-width: 996px) {
	.navmenu {
		left: -100%;
		width: 100%;
	}
}

/* Banner */
#banner {
	margin: 30px 0;
}
#banner img {
	width: 100%;
}

@media (max-width: 768px) {
	#banner {
		margin: 0;
	}
	#banner .container,
	#banner .container .row,
	#banner .container .row .col-12 {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	#banner figure,
	#banner figure img {
		border-radius: 0;
        margin-bottom: 10px;
	}
}

/* Conteudo */
#content {
	margin: 15px 0;
}
.bg-grey {
	background: #ebebeb;
	padding: 30px 0;
}

@media (max-width: 768px) {
	#content.bg-grey {
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
}

#content.content-bank {
	padding: 60px 0;
	margin: 0;
}
#content.content-bank.bb .subtitle {
	color: #e0a500;
}

.justify-boxes-between {
	/*display: flex; */
	/* flex-grow: 1; */
	flex-direction: column;
	justify-content: space-between;
}

/* News */
.box-news,
.box-news:hover {
	color: white;
    position: relative;
    display: block;
    line-height: 0;
}
.box-news .text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 26px;
	text-shadow: #555 1px 1px;
    transform: translateZ(0); /* ← No filho */
    -webkit-transform: translateZ(0);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
}
.box-news .text .subtitle {
	font-size: 32px;
	font-weight: 500;
	list-style: none;
	line-height: 48px;
	display: block;
}
.box-news .text .title {
	font-size: 42px;
	font-weight: 700;
	list-style: none;
	line-height: 52px;
	display: block;
}
@media (max-width: 996px) {
	.box-news .text .subtitle {
		font-size: 22px;
		line-height: 38px;
	}
	.box-news .text .title {
		font-size: 32px;
		line-height: 42px;
	}
	.box-news .text {
		padding: 16px;
	}
}
@media (max-width: 575px) {
	.box-news .text .subtitle {
		font-size: 12px;
		line-height: 22px;
	}
	.box-news .text .title {
		font-size: 18px;
		line-height: 16px;
	}
}

.vertical-news {
	display: block;
	margin-bottom: 14px;
}
.vertical-news .subtitle {
	color: #e61d27;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	display: block;
}
.vertical-news .title {
	color: #22252f;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 0%;
	display: block;
}

.vertical-news .summary {
	color: #22252f;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
}

.vertical-news .summary2 {
    font-weight: 500;
}


.vertical-news .date {
	color: #858585;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
}
@media (max-width: 1440px) {
	.vertical-news .title {
		font-size: 28px;
		line-height: 38px;
	}
}
@media (max-width: 768px) {
	.vertical-news .title {
		font-size: 20px;
		line-height: 30px;
	}
	.vertical-news .subtitle {
		font-size: 16px;
		line-height: 26px;
	}
	.vertical-news .summary {
		font-size: 16px;
		line-height: 22px;
	}
}

.list-news .text {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.list-news .subtitle {
	color: #e61d27;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	display: block;
}
.list-news .title {
	color: #22252f;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0%;
	display: block;
}
.list-news .summary,
.list-news .title.small {
	color: #22252f;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
	margin-bottom: 14px;
}
.list-news .date {
	color: #858585;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
}
@media (max-width: 991px) {
	.list-news .subtitle {
		font-size: 16px;
	}
	.list-news .title {
		font-size: 18px;
		line-height: 28px;
	}
	.list-news .summary {
		display: none;
	}
}

.multimedia {
	border-bottom: 1px solid #cdcdcd;
	display: block;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.multimedia:last-child {
	border-bottom: none;
}
.multimedia .title {
	color: #858585;
	font-size: 16px;
	text-align: center;
	display: block;
	margin-top: 6px;
}
.multimedia .btn {
	color: #22252f;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 6px auto 0;
	border: 1px solid #dfdada;
	background-color: #efebeb;
	border-radius: 6px;
	width: 100px;
	font-weight: 700;
	height: auto;
	padding: 4px 2px;
}
.multimedia .btn i {
	color: #ed1c24;
}

.pictures {
	display: flex;
	margin-top: 20px;
	justify-content: space-around;
}
.pictures h4 {
	color: #ed1c24;
	cursor: default;
}
.pictures .btn {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	color: #858585;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 6px auto 0;
	border: 1px solid #dfdada;
	background-color: #efebeb;
	border-radius: 6px;
	padding: 4px;
	height: auto;
	margin-left: 8px;
}
.pictures .btn span {
	display: block;
	font-size: 22px;
	font-weight: 700;
}

.greyscale figure img {
	/*filter: grayscale(0.5);*/
}

.greyscale:hover figure img {
	filter: grayscale(0);
}

/* navbar-search */
.navbar-search {
	display: flex;
	padding: 8px 16px;
}
.form-inline {
	display: flex;
	border-bottom: 1px solid #f3f1f1;
}
.form-inline input {
	background: none;
	border: none;
}
.form-inline .btn {
	width: auto;
	padding: 0;
}

/* Sliders */
.multimedia-pictures-slider .slick-arrow {
	position: absolute;
	top: calc(50% - 40px);
	z-index: 2;
	text-indent: 300px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: none;
	background-color: #22252f;
	background-position: center;
	background-repeat: no-repeat;
}
.multimedia-pictures-slider .slick-next {
	right: 60px;
	background-image: url("../images/icons/chevron-right.3e9b72e5127d.png");
}
.multimedia-pictures-slider .slick-prev {
	left: 60px;
	background-image: url("../images/icons/chevron-left.f3f8bed2c93d.png");
}

.sindicato-slider {
	padding-left: 50px;
	padding-right: 50px;
}
.sindicato-slider img {
	display: block;
	margin: auto;
}
.sindicato-slider .slick-arrow {
	position: absolute;
	top: calc(50% - 19px);
	z-index: 2;
	text-indent: 300px;
	overflow: hidden;
	width: 22px;
	height: 38px;
	border: none;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}
.sindicato-slider .slick-next {
	right: 0px;
	background-image: url("../images/sindicato/Vector-1.76289843d159.png");
}
.sindicato-slider .slick-prev {
	left: 0px;
	background-image: url("../images/sindicato/Vector.d467fa622194.png");
}

/*
 * Zoom image on hover
 */
.zoom-image-hover a {
	position: relative;
}

.zoom-image-hover a figure {
	overflow: hidden;
	display: block;
	border-radius: 8px;
}

.zoom-image-hover a figure img {
	transition: all 0.4s ease-in-out;
	width: 100%;
	border-radius: 8px;
}

.zoom-image-hover a:hover figure img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}

/* Accordions */
#content .accordion-item {
	border: none !important;
	box-shadow: none;
	border-radius: 8px;
	margin-bottom: 24px;
}

#content .accordion-header {
	background: #fbfbfb;
	border-radius: 8px;
}

#content .accordion-header img {
	margin-right: 8px;
}

#content .accordion-button {
	background: none;
}
#content .accordion-button i {
	color: #c22534;
	margin-right: 6px;
}

#content .accordion-button[aria-expanded="true"] {
	border-radius: 8px 8px 0 0;
}

#content .accordion-button:focus {
	box-shadow: none;
}

#content .accordion-button:not(.collapsed) {
	background: #fff;
}

#content .accordion-body .item {
	border: 1px solid #eaecf0;
	margin-bottom: 26px;
}

#content .accordion-body .item:first-child {
	border-right: none;
	border-radius: 8px 0 0 8px;
	padding: 36px;
}
#content .accordion-body .item:last-child {
	border-radius: 0 8px 8px 0;
	padding: 36px;
	background: #f9fafb;
}
#content .accordion-button:not(.collapsed) {
	border: 1px solid #c22534;
	border-bottom: none;
	box-shadow: none;
}
#content .accordion-collapse {
	border: 1px solid transparent;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
#content .accordion-collapse.show,
#content .accordion-collapse.collapsing {
	border-color: #c22534;
}

/* audio list */
.audio-list .card {
	background-color: transparent;
	border: 2px solid #e6e2e2;
}
.audio-list .card-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.audio-list .text {
	flex-grow: 1;
}
.audio-list h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 4px;
}
.audio-list .date {
	display: none;
	color: #858585;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	display: none;
	margin: 0;
}
.audio-list figure {
	border-radius: 8px;
	margin-right: 22px;
	overflow: hidden;
}
.audio-list .card figure img {
	width: 50px;
}
.audio-list .audio {
	display: flex;
	align-items: center;
}
.audio-list .audio audio {
	width: 100%;
	height: 24px;
}
.audio-list .controls .play {
	padding: 0;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}
.audio-list .controls .play i {
	margin: 0;
}
.audio-list .more {
	display: none;
	align-items: center;
	justify-content: space-between;
}
.audio-list .time {
	display: flex;
	margin: 0 12px;
	cursor: default;
	font-weight: 600;
}
.audio-list .time i {
	color: #074274;
	margin-right: 4px;
}
.audio-list .btn-light {
	display: block;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	padding: 0 22px;
	font-size: 16px;
	margin-top: -14px;
}
.audio-list .bi-chevron-down {
	margin-left: 16px;
	cursor: pointer;
}
.audio-list .card .audio-toggler {
	transition: ease-in-out 0.2s;
}

.audio-list .card.open {
	background-color: #fbfbfb;
	border: none;
}
.audio-list .card.open .audio {
	margin-bottom: 16px;
}
.audio-list .card.open .audio audio {
	height: 60px;
}
.audio-list .card.open .audio-toggler {
	transform: rotateX(180deg);
	transition: ease-in-out 0.2s;
}
.audio-list .card.open figure img {
	width: 175px;
}
.audio-list .card.open .date {
	display: block;
}
.audio-list .card.open .more {
	display: flex;
}
.audio-list .card.open h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 16px;
}
.audio-list .card.open .btn-light {
	display: none;
}
@media (max-width: 991px) {
	.audio-list .card.open .card-body,
	.audio-list .card.open .more {
		display: block;
	}
}

/* Tabs bar */
.nav.nav-tabs,
.nav.tabs-bar {
	background: #fbfbfb;
	padding: 20px 30px;
	border: none;
}

.nav.nav-tabs .nav-link,
.nav.tabs-bar .nav-link {
	color: #4d4d4d;
	background-color: transparent;
	border: none;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link.active,
.nav.tabs-bar .nav-link:hover,
.nav.tabs-bar .nav-link.active {
	color: #c22534;
	text-decoration: underline;
}

/* text-news */
.text-news .subtitle {
	color: #e61d27;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	display: block;
}
.text-news .description {
	color: #22252f;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
	margin-bottom: 14px;
}
.text-news .date {
	color: #074274;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
}
.text-news .summary {
	color: #858585;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	display: block;
	margin-top: 4px;
}
.text-news .text .image {
	float: left;
	margin: 0 28px 14px 0;
	max-width: 60%;
}

@media (max-width: 768px) {
  .text-news .text .image {
    float: none;
    max-width: 100%;
    margin: 0 0 14px 0;
    display: block;
  }
}
.text-news .text .image p {
	color: #858585;
	margin: 6px 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0%;
}
.text-news .text .image figure img {
	border-radius: 8px;
}

/* Table */
.table {
	margin-bottom: 0;
}
.table tr th {
	color: #c22534 !important;
	font-size: 16px;
	font-weight: bold;
}
.table tr td {
	color: #637381 !important;
	font-size: 16px;
	font-weight: 400;
}
.table > tbody:not(caption) > tr:last-child > * {
	border-bottom: none;
}
.table > :not(caption) > * > * {
	padding-left: 0;
	padding-right: 0;
}

#datepicker {
	cursor: default;
	opacity: 0;
	border: none;
	background: none;
	color: transparent;
	width: 280px;
}
.ui-datepicker {
	width: 300px;
	border: 1px solid #d6d6d6;
	height: 300px;
}
.ui-datepicker table {
	height: 240px;
}
.ui-datepicker-trigger {
	cursor: pointer;
}

/* modal */
.modal-footer,
.modal-header {
	border: none;
}
.modal-body p {
	margin-top: 16px;
}
.modal-title {
	position: relative;
	padding: 10px 0 15px;
	cursor: default;
}
.modal-title::after {
	content: "";
	width: 90px;
	height: 3px;
	background-color: #c22534;
	position: absolute;
	left: calc(50% - 45px);
	bottom: 0;
	border-radius: 3px;
}

/* Pagination */

.nav-pagination {
	margin: 36px 0;
}

.nav-pagination,
.nav-pagination .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nav-pagination .page-item {
	margin: 0 4px;
}

.nav-pagination .page-item .page-link {
	background: none;
	border: none;
	color: inherit;
	border-radius: 8px;
}

.nav-pagination .page-item a.active,
.nav-pagination .page-item a:hover {
	background: #ef3042;
	color: white;
}

.gallery .galpop-info {
	margin-bottom: 26px;
	display: block;
	position: relative;
}
.gallery .galpop-info:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url("../images/icons/expand-01.431029dc8d06.svg") no-repeat center;
	border-radius: 8px;
	transition: ease-in-out 0.2s;
	opacity: 0;
}
.gallery .galpop-info:hover:after {
	transition: ease-in-out 0.2s;
	opacity: 1;
}
.gallery figure img {
	border-radius: 8px;
	width: 100%;
}

/* Footer */
footer {
	background: #d51c21;
	margin-top: 60px;
	padding: 30px 0;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer p {
	color: white;
	cursor: default;
	text-align: center;
	font-size: 18px;
	margin: 0;
	letter-spacing: 0.8px;
}
footer hr {
	border-color: #ef8383;
}
@media (max-width: 1440px) {
	footer p {
		font-size: 17px;
	}
}
@media (max-width: 1400px) {
	footer p {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	footer p {
		font-size: 12px;
		letter-spacing: 0.6px;
	}
}
@media (max-width: 991px) {
	.footer {
		flex-direction: column;
	}
	footer p {
		margin: 16px 0 0;
	}
}

#scrollToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	display: none;
}

#acessibilidade {
	position: fixed;
	z-index: 9;
	bottom: 16%;
	right: 10px;
	cursor: pointer;
}

/* Acessibilidade */
.modal-right {
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0;
	height: 100%;
}
.modal-right .modal-content {
	height: 100%;
	border-radius: 0;
}
#acessibilidadeModal {
	text-align: center;
}
#acessibilidadeModal h2 {
	color: #d92d20;
	font-size: 18px;
	text-align: center;
	margin-top: 16px;
}
#acessibilidadeModal .acessibilidade_btns {
	display: flex;
	align-items: center;
	justify-content: center;
}
#acessibilidadeModal a.button {
	height: 80px;
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	text-decoration: none;
	color: #344054;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 12px;
	transition: ease-in-out 0.2s;
	cursor: pointer;
	margin: 3px;
}
#acessibilidadeModal a.button img {
	display: block;
	margin: 0 auto 6px;
}
#acessibilidadeModal a.button:hover,
#acessibilidadeModal a.button.active {
	color: #d92d20;
	border-color: #d92d20;
	transition: ease-in-out 0.2s;
}
html.acessibilidade_tela-sem-cor {
	filter: grayscale(100%);
}
html.acessibilidade_contraste-inverso {
	filter: invert(100%);
}
html.acessibilidade_texto-legivel * {
	font-family: "Courier New", Courier, monospace !important;
}
html.acessibilidade_contraste-brilhante header,
html.acessibilidade_contraste-brilhante header a,
html.acessibilidade_contraste-brilhante header .menu i,
html.acessibilidade_contraste-brilhante .bg-grey,
html.acessibilidade_contraste-brilhante .bg-light-grey,
html.acessibilidade_contraste-brilhante .bg-dark-grey,
html.acessibilidade_contraste-brilhante #title,
html.acessibilidade_contraste-brilhante .accordion-body,
html.acessibilidade_contraste-brilhante .accordion-body html.acessibilidade_contraste-brilhante .item:last-child,
html.acessibilidade_contraste-brilhante .navmenu .title,
html.acessibilidade_contraste-brilhante footer,
html.acessibilidade_contraste-brilhante footer p
 {
	background: transparent;
	color: black !important;
}

.responsive-object {
  position: relative;
  overflow: hidden;
  /* Use padding-bottom for the 16:9 aspect ratio (9/16 = 56.25%) */
  padding-bottom: 56.25%;
  height: 0;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-video {
  width: 100%;
  max-width: 100%;
  margin: 20px 0; /* espaçamento superior e inferior */
}

.block-video video {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px; /* cantos arredondados (opcional) */
}

.richtext-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 36px auto;
}

.richtext-image.full-width {
    width: 100%;
}

/* Container responsivo para vídeos do YouTube */
.block-Conteudo iframe[src*="youtube.com"],
.block-Conteudo iframe[src*="youtu.be"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Wrapper para manter a proporção 16:9 */
.block-Conteudo div:has(> iframe[src*="youtube.com"]),
.block-Conteudo div:has(> iframe[src*="youtu.be"]) {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}