
:root {
	--color-r: #a11b1b;
	--color-r-light: #f1b19f;
	--color-r-lighter: #fae3dc;
	--color-r-lighter-2: #fae3dc;
	--color-b: #4f5081;
	--color-b-light: #bab0d7;
	--color-b-lighter: #edecf6;
	--color-y: #eaa22b;
	--color-y-light: #f1d19c;
	--color-y-lighter: #f6ebdd;
	--color-y-lighter-2: #f4e3ca;
	--color-g: #3e7c4c;
	--color-g-light: #bcd9b1;
	--white: #ffffff;
	--gray: #6c6c6c;
	--gray-light: #b1aca5;
	--gray-lighter: #e5e5e5;
	--gray-lighter-2: #f3f3f3;
	--black: #000000;
	--primary: var(--black);
	--primary-light: var(--gray);
	--secondary: var(--color-r);
	--secondary-light: var(--gray-light);
	--bg-primary: var(--white);
	--bg-secondary: var(--gray-lighter);
	--type-body: 'Noto Sans', sans-serif;
	--type-title: 'Muli', 'Mulish', sans-serif;
}
.color-r {
	color: var(--color-r);
}
.color-r-light {
	color: var(--color-r-light);
}
.color-r-lighter {
	color: var(--color-r-lighter);
}
.color-b {
	color: var(--color-b);
}
.color-b-light {
	color: var(--color-b-light);
}
.color-b-lighter {
	color: var(--color-b-lighter);
}
.color-y {
	color: var(--color-y);
}
.color-y-light {
	color: var(--color-y-light);
}
.color-y-lighter {
	color: var(--color-y-lighter);
}
.color-g {
	color: var(--color-g);
}
.color-g-light {
	color: var(--color-g-light);
}
.color-white {
	color: var(--white);
}
.color-gray {
	color: var(--gray);
}
.color-gray-lighter {
	color: var(--gray-lighter);
}
.color-black {
	color: var(--black);
}
body {
	font-family: var(--type-body);
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-family: var(--type-title);
	font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	color: var(--primary);
}
a,
a:hover {
	color: var(--secondary);
}
#content h3 {
	font-size: 1.6em;
}
a {
	cursor: pointer;
}
.line-left {
	border-left: solid 1px var(--primary);
}
.line-right {
	border-right: solid 1px var(--primary);
}
.line-top {
	border-top: solid 1px var(--primary);
}
.line-bottom {
	border-bottom: solid 1px var(--primary);
}
.line-left.active,
.line-right.active,
.line-top.active,
.line-bottom.active {
	border-width: 3px;
}
.ntp-cat {
	display: inline-block;
	background-color: var(--color-y-lighter);
	font-size: 0.7em;
	margin-bottom: 0.8em;
	opacity: 0.6;
	padding: 0.1em 0.6em;
	color: var(--primary);
	text-transform: uppercase;
}
.ntp-cat.secondary {
	background-color: var(--gray-lighter);
}
.ntp-cat.biblio {
	background-color: var(--color-b-lighter);
}
.ntp-cat.media-type {
	background-color: var(--color-r-lighter);
}
body {
	background-color: var(--bg-primary);
	background-size: 102% auto;
	background-position: top center;
	background-repeat: repeat;
}
body,
body.home {
	background-image: url('assets/imgs/main-bg-1.svg');
}
body.archive,
body.page-template {
	background-image: url('assets/imgs/main-bg-2.svg');
}
body.single {
	background-image: url('assets/imgs/main-bg-3.svg');
}
body.search {
	background-image: url('assets/imgs/main-bg-4.svg');
}
body:not(.home) #content.site-content {
	padding-top: 5.5rem;
}
#content {
	overflow-x: hidden;
}
#primary {
	padding: 0;
}
.hentry {
	padding: 1rem 0;
}
.entry-summary {
	margin: 0;
}
h1.entry-title {
	font-size: 2.5rem;
}
.post-thumb,
.round-frame {
	background-size: cover;
	background-position: center;
	position: relative;
}
.post-thumb:after,
.round-frame:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.post-thumb a,
.round-frame .single {
	display: inline-block;
	background-color: var(--white);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
}
.round-frame .single {
	opacity: 1;
	border-radius: 50%;
	background-size: cover;
}
.post-thumb a:hover {
	opacity: 0.2;
}
.post-navigation .nav-links {
	display: none;
}
.dark-degrade-top {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0) 40%
	);
}
.form-control {
	margin-right: 1rem;
}
a,
.container,
.btn,
.btn-secondary .box-hover-post-thumb,
img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.hide {
	display: none;
}
form {
	width: 100%;
}
table {
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	border-left: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 0.85em;
}
tr {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
td,
th {
	border-right: solid 1px rgba(0, 0, 0, 0.2);
	padding: 0.5rem;
	text-align: left !important;
}
td,
td span {
	font-family: var(--type-body) !important;
}
th,
th span {
	font-family: var(--type-title) !important;
	font-weight: 900;
}
.dropdown-menu {
	border: 1px solid var(--color-r);
	border-radius: 0;
	background-color: var(--bg-primary);
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: var(--color-r);
	background-color: var(--color-r);
}
audio {
	width: 100%;
}
.card {
	background-color: var(--bg-primary);
	border-radius: 0;
	border: dashed 1px var(--gray-light);
	text-align: center;
}
.card p {
	text-align: left;
}
.card .btn {
	margin: 0 auto;
}
label,
.btn {
	cursor: pointer;
}
.btn,
.btn-secondary {
	font-weight: bold;
	position: relative;
	padding: 0.375rem 0.75rem;
}
.btn:hover,
.btn-secondary:hover {
	opacity: 0.7;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn-primary.disabled,
.btn-primary:disabled,
.show > .btn.dropdown-toggle {
	background-color: var(--color-r);
	border: solid 2px var(--color-r);
	border-radius: 0;
	color: var(--bg-primary);
	display: table;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.show > .btn-secondary.dropdown-toggle {
	background-color: var(--color-y);
	border-color: var(--color-y);
	color: var(--primary);
}
.btn.no-bg,
.btn.no-bg:active,
.btn.no-bg:focus {
	background-color: transparent;
	color: var(--color-r);
}
.btn.no-bg:hover {
	background-color: var(--color-r);
	color: var(--white);
}
.content-btn-fixed {
	position: absolute;
	top: 10rem;
	z-index: 10;
}
.content-btn-fixed.right {
	right: 0;
}
.content-btn-fixed.left {
	left: 0;
}
.content-btn-fixed.centenario img {
	width: 90px;
	opacity: 0.85;
}
.content-btn-fixed.centenario img:hover {
	opacity: 1;
}
.box-link:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.info-title {
	width: 100%;
	font-size: 0.84em;
	color: var(--gray-light);
	border-top: dashed 1px var(--gray-light);
	margin-top: 1rem;
	padding-top: 0.5rem;
}
.darken-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 1;
}
.img-bg {
	background-position: center;
	background-size: cover;
	min-height: 14rem;
}
.img-bg.single {
	padding-bottom: 40vh;
}
figure.wp-caption {
	background-color: rgba(255, 255, 255, 0.5);
}
.required {
	color: var(--color-r);
}
header#masthead {
	background-color: var(--primary);
	box-shadow: none;
	position: fixed;
	z-index: 1000;
	width: 100%;
}
.navbar-brand {
	width: 100%;
	max-width: 70px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	font-weight: 500;
	color: var(--white);
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
	#masthead
	.navbar-nav
	> li.current_page_item
	> a {
	font-weight: 500;
}
header#masthead.dark-theme button i.fa-search {
	color: var(--white);
}
header#masthead.dark-theme #menu-mainmenu {
	text-transform: uppercase;
}
header#masthead.dark-theme #menu-mainmenu li li {
	text-transform: none;
}
header#masthead.dark-theme #menu-mainmenu li li a {
	display: inline-block;
	width: auto;
	white-space: pre-wrap;
	background-color: var(--primary);
	color: var(--white);
	padding: 0.2rem 0.6rem;
}
header#masthead.dark-theme .dropdown-menu {
	border: none;
	border-radius: 0;
	background-color: transparent;
}
header#masthead.dark-theme #menu-mainmenu li a:hover,
header#masthead.dark-theme button i.fa-search:hover,
header#masthead.dark-theme .navbar-nav > li.current-menu-parent a,
header#masthead.dark-theme .navbar-nav > li.current-menu-item a {
	color: var(--secondary-light);
}
header#masthead.dark-theme .dropdown-item {
	white-space: nowrap;
}
header#masthead.dark-theme .dropdown-toggle::after {
	border: none;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	vertical-align: initial;
	font-size: 0.85em;
}
header#masthead.dark-theme .global-search.btn.no-bg {
	border: transparent;
	background-color: transparent;
}
header#masthead.dark-theme #menu-mainmenu li.menu-item-1408 a {
	font-weight: 600;
	color: var(--color-r-light);
}
header#masthead.dark-theme .navbar-toggler {
	background-color: var(--primary);
	color: var(--white);
	position: absolute;
	right: 0;
	top: 1rem;
	outline: none;
}
header#masthead.dark-theme .navbar-toggler:hover {
	color: var(--secondary-light);
}
#page-sub-header {
	background: none !important;
	padding-top: 8rem;
}
#page-sub-header.this-child .row {
	margin: 0;
}
body:not(.theme-preset-active) footer#colophon {
	background-color: var(--primary);
	color: var(--white);
	overflow-x: hidden;
}
body:not(.theme-preset-active) footer#colophon ul {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}
body:not(.theme-preset-active) footer#colophon li {
	margin: 0.5rem 0;
}
body:not(.theme-preset-active) footer#colophon i {
	font-size: 2rem;
}
body:not(.theme-preset-active) footer#colophon .newsletter .post-title {
	color: var(--white);
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 0.6rem;
}
body:not(.theme-preset-active) footer#colophon .marcas {
	background-color: var(--white);
	padding: 0.6rem 0.6rem 2rem 0.6rem;
}
body:not(.theme-preset-active) footer#colophon .marcas .row {
	position: relative;
}
body:not(.theme-preset-active) footer#colophon .marcas .col {
	position: static !important;
	padding-top: 1.5rem;
}
body:not(.theme-preset-active) footer#colophon .marcas .footer-title {
	position: absolute;
	top: 0;
	left: 1.5rem;
	font-weight: 700;
}
body:not(.theme-preset-active) footer#colophon .marcas .apoios .footer-title {
	right: 1.5rem;
}
body:not(.theme-preset-active) footer#colophon .marcas ul {
	margin: 0;
}
body:not(.theme-preset-active) footer#colophon .marcas li {
	display: inline-block;
	margin: 0 1rem;
	height: 50px;
}
body:not(.theme-preset-active) footer#colophon .marcas li img {
	max-width: 180px;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
body:not(.theme-preset-active) footer#colophon .marcas .apoios {
	text-align: right;
}
footer#colophon .site-info {
	padding: 2rem;
}
html,
body {
	width: 100%;
	height: 100%;
}
.home #page-sub-header .owl-nav {
	top: calc(100% - 4rem);
}
.home #page-sub-header .owl-nav .owl-prev {
	left: calc(50% - 2rem);
}
.home #page-sub-header .owl-nav .owl-next {
	right: calc(50% - 2rem);
}
.home h2 {
	text-transform: uppercase;
	font-size: 2.1em;
	letter-spacing: 0.1rem;
}
#home-bio,
#home-testemunho,
#home-destaque,
#home-news {
	overflow-x: hidden;
}
#home-testemunho .testemunho-icon {
	right: 1.5rem;
}
#home-testemunho .main-slider-bg {
	background-color: var(--bg-secondary);
	padding: 4rem 6rem;
}
.home .hero-slider .item-row {
	padding-bottom: 2rem;
}
.home .hero-slider .just-text {
	letter-spacing: 0.05em;
	font-style: italic;
	position: relative;
	z-index: 1;
}
.home .hero-slider .just-text div.item-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: var(--gray-lighter);
	padding: 4rem 2rem 4rem 10rem;
	width: 150%;
	margin: 2rem 0 0 -10rem;
	height: 100%;
}
.home .hero-slider .just-text.order-first div.item-content {
	background-color: var(--gray-lighter);
	padding: 4rem 12rem 4rem 4rem;
	margin: 2rem 0 0 0;
}
.home .hero-slider .just-text h4,
.home .hero-slider .just-text h5 {
	line-height: 1.5em;
}
.home .hero-slider .just-img {
	z-index: 2;
}
.home .hero-slider .just-img .autor,
.home .hero-slider .just-img .legenda {
	display: block;
	margin: 0.3rem 0 0 0;
}
.home .hero-slider .legenda,
.home .hero-slider .autor {
	font-size: 0.7em !important;
	opacity: 0.75;
}
.home .hero-slider .legenda {
	font-style: italic;
}
.home-vert-nav {
	position: fixed;
	right: 0;
	bottom: 20rem;
}
.biografia h1 {
	font-size: 2rem;
}
.biografia .hentry {
	padding: 0;
}
.single-biografia .hentry .entry-header {
	text-align: center;
}
.single-biografia .info-column .btn {
	margin: 0 auto;
}
.single-biografia .post-thumbnail {
	padding-bottom: 50%;
	background-size: cover;
}
.single-biografia .list-bio .btn.previous {
	margin: 0 auto;
}
.single-biografia .list-bio .btn.no-bg {
	border-color: transparent;
	padding: 0.375rem 0;
}
.single-biografia .list-bio .btn.no-bg:hover {
	background-color: transparent;
	color: var(--color-r);
}
.single-biografia .list-bio em {
	font-size: 0.9em;
}
.single-biografia .list-bio .active span:not(.ntp-cat) {
	font-weight: bold;
}
.biografia.archive .entry-content {
	margin: 0;
}
.biografia.archive .this-date {
	margin-bottom: 0.3em;
	font-style: italic;
}
.biografia.archive .col-year {
	text-align: right;
}
.biografia.archive .post-thumbnail {
	padding-bottom: 60%;
	background-size: cover;
}
.block-bio .post-thumb {
	position: relative;
}
.block-bio .entry-header {
	margin: 0 0 0.5rem;
}
.block-bio .entry-content {
	margin: 0;
}
.block-bio .post-thumb .date {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	right: 1em;
}
.block-bio .post-thumb .date .col-6,
.block-bio .post-thumb .date h3 {
	color: var(--color-y-lighter);
}
.block-bio .entry-content {
	margin: 0 0;
}
.block-bio .thumb-legenda {
	position: absolute;
	bottom: 0;
	padding: 0.5rem;
	color: var(--white);
	font-size: 0.7em;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.block-bio:hover .thumb-legenda {
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 1;
}
.bibliografia .hentry {
	padding: 0;
}
.bibliografia.archive .entry-content {
	margin: 0;
}
.testemunho-icon {
	position: absolute;
	background-color: var(--white);
	padding: 0.3rem 0.5rem;
	right: 0.9rem;
	top: 0;
	z-index: 1;
}
.testemunho-icon i {
	font-size: 1.2em;
}
.single-testemunhos .round-frame,
.single-testemunhosntp .square-frame {
	max-width: 20rem;
}
.single-testemunhos .round-frame .single,
.single-testemunhosntp .square-frame .single {
	padding-bottom: 100%;
}
.block-testemunho {
	text-align: center;
}
.block-testemunho .entry-header {
	margin: 0 0 0.5rem;
}
.block-testemunho .entry-content {
	margin: 0;
}
.block-testemunho .post-thumbnail .post-thumb a {
	display: block;
	padding-bottom: 100%;
	background-size: cover;
	opacity: 1;
	background-position: center;
	border-radius: 50%;
}
.block-testemunho.testemunhosntp .post-thumbnail .post-thumb a {
	border-radius: 0;
}
.espolio-data span {
	font-weight: bold;
}
.blog .post {
	padding-top: 0;
	margin-bottom: 0;
}
.news-block .post {
	background-size: cover;
	background-position: center;
}
.home .news-block .first-post .post-thumb:after {
	padding-bottom: 60%;
}
.news-block .first-post .post-thumb:after {
	padding-bottom: 70%;
}
.block-noticias .entry-header {
	margin: 0 0 0.5rem;
}
.block-noticias .entry-content {
	margin: 0;
}
.card .block-noticias .font-italic {
	text-align: center;
}
.multimedia .card:hover a {
	color: var(--color-r);
}
.multimedia .card p {
	padding-left: 1rem;
	padding-right: 1rem;
}
.multimedia .card a {
	color: var(--primary);
}
.multimedia .card a:hover {
	text-decoration: underline;
}
.card .block-media .media-thumb {
	position: relative;
}
.multimedia .card .media-thumb a span.hover-icon,
.card .block-media .media-thumb a span.hover-icon {
	position: absolute;
	display: none;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.multimedia .card .media-thumb a span.darken-bg,
.card .block-media .media-thumb a span.darken-bg {
	position: absolute;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.multimedia .card:hover .media-thumb a span.darken-bg,
.card:hover .block-media .media-thumb a span.darken-bg,
.multimedia .card:hover .media-thumb a span.hover-icon,
.card:hover .multimedia .media-thumb a span.hover-icon {
	display: block;
}
.card .block-media .entry-title a:hover {
	color: var(--color-r);
	text-decoration: underline;
}
.card .block-media a.btn.no-bg:hover {
	color: var(--white);
	text-decoration: none;
}
.multimedia .modal.text .close {
	position: relative;
	float: right;
	right: -1rem;
	top: -1rem;
}
.multimedia-main .multimedia-main-btn a {
	display: block;
	padding-top: 50%;
	color: var(--gray-light);
}
.multimedia-main .multimedia-main-btn div {
	border: dashed 1px var(--gray-light);
	background-position: center;
	background-color: var(--bg-primary);
	background-size: cover;
}
.multimedia-main .multimedia-main-btn .img {
	background-image: url('assets/imgs/multimedia-img-btn-bg.svg');
}
.multimedia-main .multimedia-main-btn .video {
	background-image: url('assets/imgs/multimedia-video-btn-bg.svg');
}
.multimedia-main .multimedia-main-btn .sound {
	background-image: url('assets/imgs/multimedia-sound-btn-bg.svg');
}
.multimedia-main .multimedia-main-btn .text {
	background-image: url('assets/imgs/multimedia-text-btn-bg.svg');
}
.multimedia .folder-button a {
	text-transform: uppercase;
	color: #b1aca5;
	font-size: 0.85em;
	font-weight: 600;
}
.multimedia .back-button img,
.multimedia .folder-button img {
	opacity: 0.4;
	transition: opacity 0.3s ease;
}
.multimedia .back-button img:hover,
.multimedia .folder-button a:hover img {
	opacity: 0.8;
}
.multimedia .foldercrumbs ul {
	list-style: none;
}
.multimedia .foldercrumbs li {
	color: var(--primary-light);
	display: inline-block;
	margin-right: 0.4rem;
	text-transform: uppercase;
	font-size: 0.9em;
}
.multimedia .modal {
	overflow-y: visible !important;
}
.multimedia .modal-dialog {
	width: fit-content;
	max-width: 1200px;
	margin: 1rem auto;
}
.multimedia .modal-custom-nav {
	display: flex;
	font-size: 2rem;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	top: 50%;
	width: 100vw;
	z-index: 10;
}
.multimedia .modal-custom-nav .next span,
.multimedia .modal-custom-nav .prev span {
	background-color: rgba(100, 100, 100, 0.5);
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	padding: 0.2rem 1rem;
	transition: opacity 0.3s ease;
}
.multimedia .modal-custom-nav .next span:hover,
.multimedia .modal-custom-nav .prev span:hover {
	opacity: 1;
}
.multimedia .modal-custom-nav .next {
	margin-right: 2rem;
	color: var(--white);
}
.multimedia .modal-custom-nav .prev {
	margin-left: 2rem;
	color: var(--white);
}
.search-results article.hentry {
	padding: 0;
}
.search-results .post.hentry {
	margin-bottom: 0;
}
.search-results .cards img {
	margin-bottom: 1rem;
}
.search-results .block-media.p-2 {
	padding: 0 !important;
}
.error-404 .page-title {
	color: var(--color-y-light);
	font-size: 6em !important;
}
.error-404 .form-group {
	margin-bottom: 0;
}
.filter-nav {
	border-top: dashed 1px var(--gray-light);
	background-color: var(--gray-lighter-2);
}
.filter-nav .filter-list-wrapper {
	background-color: var(--bg-primary);
	border-bottom: dashed 1px var(--gray-light);
	color: var(--gray);
	font-size: 0.9em;
	font-style: italic;
}
.filter-nav .filter-list-block {
	display: inline-block;
	margin-right: 1rem;
}
.filter-nav .btn {
	padding: 0.375rem 0.75rem;
}
.filter-nav .btn:before {
	content: '';
}
.filter-nav .dropdown-menu {
	box-shadow: 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
	z-index: 100;
}
.filter-nav .dropdown-menu form {
	padding: 0.5rem 1.5rem;
}
.filter-nav .dropdown-menu select {
	width: 100%;
	min-width: 15rem;
}
.filter-nav .dropdown-menu form input[type='submit'] {
	margin-top: 1rem;
	width: 100%;
}
.filter-nav .dropdown-menu form .biblio-type .custom-radio {
	display: inline;
}
ul.page-numbers {
	list-style: none;
	margin: 0;
	text-align: center;
}
.page-numbers:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul.page-numbers li {
	display: inline-block;
	margin: 0 4px 4px 0;
	text-align: center;
}
.page-numbers a,
.page-numbers span {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid var(--gray-light);
	color: var(--gray);
}
.page-numbers a span {
	padding: 0;
}
span.page-numbers.dots {
	border: none;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
	color: var(--primary);
	background: var(--bg-secondary);
	text-decoration: none;
}
.page-numbers:hover {
	text-decoration: none;
}
.breadcrumbs-block {
	margin-bottom: 1.8rem;
}
.breadcrumbs-block.line-bottom {
	border-bottom: dashed 1px var(--gray-light);
}
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0.6rem;
	color: var(--gray);
}
.responsive-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-youtube iframe,
.responsive-youtube object,
.responsive-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cookie-banner {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 100%;
	max-width: 20rem;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1000;
	background-color: #fff;
	background-size: 6rem auto;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.cookie-banner p:last-child {
	margin-bottom: 0;
}
.cookie-banner .cookieClose {
	margin: 0 auto;
}
.wpcf7 label {
	width: 100%;
}
.wpcf7 form p {
	text-align: center;
	position: relative;
}
.wpcf7 form p label {
	text-align: left;
}
.wpcf7 form p .wpcf7-spinner {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -3rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: var(--color-r);
	border-color: var(--color-r);
	background-color: var(--color-y-lighter);
	margin-top: 0;
}
.wpcf7 input[type='submit'].btn {
	width: 100%;
}
.wpcf7-not-valid-tip {
	color: var(--color-r);
	margin-top: 0.4rem;
}
.newsletter-wrapper .wpcf7 form p {
	display: inline-block;
	width: min-content;
}
.newsletter-wrapper .wpcf7 input {
	padding: 0.2rem 0.3rem;
}
.newsletter-wrapper .wpcf7 input[type='submit'].btn {
	width: auto;
	background-color: var(--black);
	border-color: var(--black);
}
.newsletter-wrapper .wpcf7 form p label {
	width: 10rem;
}
.newsletter-wrapper .wpcf7 form p label .field-title {
	position: absolute;
	inset: 0.5rem;
	color: var(--black);
	z-index: 1;
	transition: all 200ms ease-in-out;
}
.newsletter-wrapper .wpcf7 .wpcf7-not-valid-tip {
	position: absolute;
	color: var(--color-r-light);
}
.newsletter-wrapper .wpcf7 form.invalid .wpcf7-response-output {
	border: unset;
	margin: 0;
	margin-top: 1rem;
}
.owl-stage {
	margin: 0 auto;
}
.owl-nav {
	position: absolute;
	top: -20px;
	width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev {
	left: -1rem;
}
.owl-nav .owl-next {
	right: -1rem;
}
body .owl-theme .owl-nav [class*='owl-'] {
	font-size: 2rem;
	margin: 0;
}
body .owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
	color: var(--primary);
}
body .owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
	color: var(--color-r);
}
.pbuilder {
	overflow-x: hidden;
}
.modal-content {
	border-radius: 0;
	background-color: var(--bg-primary);
	border: none;
}
.modal-content .close {
	padding: 0.5rem 1rem;
	position: absolute;
	background-color: var(--bg-primary);
	right: 0;
	top: 0;
	color: var(--bg-gray);
	font-size: 2rem;
	opacity: 1;
	z-index: 1;
}
.modal-header {
	border-bottom: dashed 1px var(--gray-light);
}
.modal-header .modal-title {
	color: var(--primary);
}
.modal-backdrop.show {
	opacity: 0.75;
}
.modal.video.show .modal-dialog {
	width: 80%;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	header#masthead .navbar-expand-xl {
		flex-flow: wrap;
	}
}
@media (min-width: 1199.98px) and (max-width: 1280px) {
}
@media (max-width: 1199.98px) {
	header#masthead .global-search {
		position: absolute;
		right: 3rem;
		top: 0.8rem;
	}
	header#masthead #main-nav.navbar-collapse {
		padding: 1rem 0;
	}
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
		padding: 0.5rem 0;
	}
}
@media (max-width: 991.98px) {
	.home .hero-slider .just-text:not(.order-first) div.item-content {
		padding: 2rem 2rem 2rem 10rem;
		width: 200%;
	}
	.home .hero-slider .just-text.order-first div.item-content {
		padding: 2rem 6rem 2rem 2rem;
	}
}
@media (max-width: 767.98px) {
	body {
		background-image: none !important;
	}
	#content,
	#content .entry-title {
		font-size: 140% !important;
	}
	.archive .btn {
		margin: 0 auto;
	}
	.wp-caption {
		margin: 1rem 0 !important;
	}
	.entry-content img {
		float: none !important;
		display: block;
		margin: 1rem auto;
	}
	.archive .img-bg {
		margin-bottom: 15px;
		min-height: 10rem;
		margin-left: 1rem;
	}
	.archive .post-content {
		text-align: center;
	}
	body:not(.theme-preset-active) footer#colophon .marcas .col {
		width: 100%;
		padding-top: 0.8rem;
		align-self: flex-start !important;
	}
	body:not(.theme-preset-active) footer#colophon .marcas .footer-title {
		position: static !important;
		text-align: center !important;
	}
	body:not(.theme-preset-active) footer#colophon .marcas,
	body:not(.theme-preset-active) footer#colophon .marcas .logos {
		text-align: center !important;
	}
	body:not(.theme-preset-active) footer#colophon .marcas .logos li {
		margin: 1rem 0;
	}
	.home #content .home-title {
		padding-left: 0 !important;
		margin-left: 0 !important;
		text-align: center;
	}
	.home #content .btn {
		margin: 0 auto;
	}
	.home #content h3,
	.home #content h4,
	.home #content h5,
	.home #content .entry-header {
		text-align: center;
	}
	#page-sub-header.this-child .row {
		min-height: auto;
	}
	.home .hero-slider .just-text.order-first {
		order: 1;
	}
	.home .hero-slider .just-text:not(.order-first) div.item-content,
	.home .hero-slider .just-text.order-first div.item-content {
		position: static;
		padding: 2rem;
		margin: 0;
		width: 100%;
	}
	#home-news .row:last-child [class*='col-lg-'] {
		margin-bottom: 5rem !important;
	}
	.biografia.archive .col-year h2 {
		font-size: 4rem;
		margin-top: 1.5rem;
	}
	.biografia.archive [class*='col'] {
		text-align: center;
	}
	.biografia.archive [class*='col'] .btn {
		margin: 0 auto;
	}
	.biografia.archive [class*='col'].line-left {
		border: none;
	}
	.single-biografia .list-bio {
		order: 1;
		margin-top: 4rem;
	}
	.single-biografia .entry-header {
		text-align: center;
	}
	.bibliografia.archive .col-year h2 {
		font-size: 4rem;
		margin-top: 1.5rem;
	}
	.bibliografia.archive [class*='col'] {
		text-align: center !important;
	}
	.bibliografia.archive [class*='col'] .btn {
		margin: 0 auto;
	}
	.bibliografia.archive [class*='col'].line-left {
		border: none;
	}
	.single-espolios .espolio-data {
		order: 1;
	}
	.page-template-eventos [class*='col'] {
		text-align: center !important;
	}
	.page-template-eventos [class*='col'] .btn {
		margin: 0 auto;
	}
	.page-template-eventos [class*='col'].line-left {
		border: none;
	}
	.page-template-multimedia .multimedia-main-btn [class*='col'] h5 {
		padding-bottom: 3rem;
	}
	.page-template-multimedia .multimedia-main-btn [class*='col'] a {
		font-size: 85%;
	}
	.block-bio .entry-content {
		text-align: center;
	}
	.block-bio .entry-content .btn {
		margin: 0 auto;
	}
	.block-bio .post-thumb .this-date h3 {
		text-align: left !important;
	}
	.block-testemunho {
		margin-bottom: 4rem;
	}
	.block-testemunho .post-thumbnail .post-thumb {
		margin: 0 5rem !important;
	}
	.filter-nav .row .col:first-child {
		text-align: left;
	}
	.filter-nav .btn,
	.filter-nav .modal input {
		font-size: 85%;
	}
	.filter-nav label,
	.filter-nav .dropdown-menu input {
		font-size: 110%;
	}
	.cookie-banner {
		width: auto;
		max-width: none;
		left: 1rem;
	}
}
@media (max-width: 575.98px) {
}
@media (max-height: 920px) and (max-width: 1199.98px) {
	.home .hero-slider .just-text h4,
	.home .hero-slider .just-text h5 {
		font-size: 85% !important;
	}
}
