
:root {
	--black: #000;
	--black-rgb: 0, 0, 0;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--grey-light: #e6e3e1;
	--grey-light-rgb: 230, 227, 225;
	--primary: var(--black);
	--secondary: var(--white);
	--terceary: var(--grey-light);
	--type-body: 'Noto Serif', serif;
	--type-title: 'Alata', sans-serif;
	--type-data: 'Jost', sans-serif;
}
#content,
.lat-modal {
	font-family: var(--type-body);
	line-height: 1.8em;
	letter-spacing: 0.02em;
}
#content :is(h1, h2, h3, h4, h5, h6),
.lat-modal :is(h1, h2, h3, h4, h5, h6) {
	font-family: var(--type-title);
}
header nav {
	font-family: var(--type-title);
	text-transform: uppercase;
	font-size: 0.85em;
}
body,
#page {
	height: auto !important;
}
body.archive {
	min-height: 100%;
}
#page {
	padding-top: 2rem;
}
#page .entry-content {
	text-align: justify;
}
.site a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: var(--black);
}
.site a:hover {
	color: var(--primary);
}
.site a::after {
	content: '';
	position: absolute;
	width: 100%;
	background-color: var(--black);
	opacity: 0;
	transition: opacity 0.5s, transform 0.3s;
	bottom: 0;
	left: 0;
	height: 1px;
}
.site a:hover::after,
.site a:focus::after {
	opacity: 1;
	transform: translate3d(0, 0.05em, 0);
}
.site .btn:hover,
.site .btn:focus {
	background-color: var(--primary);
}
.btn:hover::after,
.btn:focus::after {
	background: none;
}
#content .page-item.active .page-link,
#content .page-item.active .page-link:focus {
	background-color: var(--primary);
	border-color: var(--primary);
}
#content .pagination .page-link::before {
	content: '';
}
#content .page-item .page-link:hover::after,
#content .page-item .page-link:focus::after {
	background: none;
	height: auto;
}
.top-button.btn-primary {
	background-color: var(--secondary);
	border: solid 1px var(--primary);
}
header .bg-light {
	background-color: var(--secondary) !important;
}
header .navbar-brand {
	min-width: 5rem;
	padding: 1.5rem 0;
}
header .navbar-brand:hover::after,
header .navbar-brand:focus::after {
	opacity: 0;
}
header .menu-item {
	margin: 0 0.6rem;
}
header .nav-link {
	color: var(--black);
	font-weight: 400;
	padding: 0.4rem 0 !important;
	transition: width 0.4s ease-in;
}
header .nav-link:hover {
	font-weight: 400;
}
header .current-menu-item .nav-link {
	border-bottom: solid 1px var(--black);
}
header .menu-item a::after {
	opacity: 1;
	transform: scale(0);
	transform-origin: center;
}
header .menu-item:not(.current-menu-item) a:hover::after,
header .menu-item:not(.current-menu-item) a:focus::after {
	transform: scale(1);
}
.offcanvas-body .navbar-nav {
	text-align: center;
	margin-top: 1rem;
}
@media (max-width: 991.98px) {
	.offcanvas-body .menu-item {
		margin: 0 0 1.5rem;
	}
}
footer .bg-light {
	background-color: var(--secondary) !important;
}
footer a {
	color: #6c757d !important;
}
#content {
	min-height: fit-content;
}
#content a,
#content a:hover {
	font-weight: 600;
	color: var(--black);
}
#content a::before {
	content: '\f0c1';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding-right: 0.2rem;
}
.home {
	overflow: hidden;
}
.home #content {
	flex: none !important;
}
.home #page {
	height: 0 !important;
}
.home .slick-initialized .slick-slide {
	background: var(--grey-light);
	height: calc(100vh - 5rem);
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.home .slick-initialized .slick-slide {
		height: calc(100vh - 6.5rem);
	}
}
.home .slick-initialized .slick-slide img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}
.home .slick-initialized .slick-arrow {
	display: none !important;
}
.lista-inventario {
	list-style: none;
	margin-bottom: 2rem;
}
.title-exposicoes {
	padding-left: 2rem;
	padding-bottom: 1rem;
}
.lista-inventario li {
	border-top: solid 1px var(--black);
	padding-top: 1rem;
}
.lista-inventario li h5 {
	font-size: 1.1em;
}
.archive-obra #main {
	padding-top: 2rem;
}
.archive-obra .ts-gallery div[class^='col-'],
.ts-gallery div[class*='col-'] {
	text-align: center;
}
.archive-obra #main div[class*='col-'] a {
	font-weight: 400;
}
.archive-obra #main div[class*='col-'] a::before {
	content: '';
	padding-right: 0;
}
.archive-obra .ts-wrapper {
	display: inline-block;
	transition: opacity 0.2s ease-in;
	position: relative;
}
.archive-obra .ts-wrapper:hover {
	opacity: 0.8;
}
.archive-obra .ts-wrapper:hover::before {
	content: '\f002' !important;
	font-family: 'Font Awesome 6 Free' !important;
	font-weight: 900 !important;
	position: absolute;
	right: 0.4rem;
	top: 0;
	z-index: 1;
	opacity: 0.4;
}
.archive-obra .ts-wrapper::after {
	height: 0;
}
.archive-obra .card-text {
	text-align: left;
}
.archive-obra .po-modal {
	display: flex;
}
.archive-obra .po-modal .card-body {
	text-align: center;
}
.archive-obra a.ts-wrapper {
	display: flex;
	flex-direction: column;
	margin: auto auto 0 auto;
	align-items: center;
	justify-content: end;
	height: 100%;
	max-width: 15rem;
	& .card-body {
		flex: unset;
	}
}
.archive-obra .ts-thumbnail img {
	height: 100%;
	max-height: 16rem;
}
@media (max-width: 1399.98px) {
	.archive-obra .ts-thumbnail img {
		max-height: 13rem;
	}
}
@media (max-width: 991.98px) {
	.archive-obra .ts-thumbnail img {
		max-height: 16rem;
	}
}
@media (max-width: 767.98px) {
	.archive-obra .ts-thumbnail img {
		height: auto;
	}
}
.wpcf7 {
	padding-top: 2rem;
}
.wpcf7 p {
	margin-bottom: 2rem;
}
.wpcf7 label,
.wpcf7 input[type='submit'] {
	font-family: var(--type-data);
	position: relative;
}
.wpcf7 label,
.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'] {
	width: calc(100% - 4rem);
	float: right;
	border: none;
	border-bottom: solid 1px var(--primary);
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
	font-family: var(--type-body);
}
.wpcf7 textarea {
	padding: 1rem;
}
.wpcf7 .field-title {
	display: inline-block;
	padding-top: 0.2rem;
}
.wpcf7 .textarea-title {
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	left: 1rem;
	background-color: var(--secondary);
	padding: 0.1rem 0.6rem;
}
.wpcf7-list-item {
	margin: 0;
}
.lat-modal {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #dbd2c1;
	background: rgb(219, 210, 193);
	background: linear-gradient(
		180deg,
		rgba(219, 210, 193, 1) 50%,
		rgba(219, 202, 175, 1) 100%
	);
	padding: 2rem 2rem 1rem 2rem;
	width: 400px;
	max-width: 100%;
	text-align: center;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	box-shadow: 0 0 20px var(--black);
}
.lat-modal img {
	max-width: 180px;
	margin-bottom: 1rem;
}
.po-modal--btn {
	cursor: pointer;
}
.po-modal--window {
	background-color: var(--white);
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 2rem 2rem 1rem 2rem;
	opacity: 0;
	transition: width 0.3s, opacity 0.2s ease-out;
}
.po-modal--window.po-modal__show {
	opacity: 1;
	z-index: 11000;
	width: auto;
}
.po-modal__show .po-modal--img img {
	width: 100%;
}
@media (max-width: 767.98px) {
	.po-modal--window {
		padding: 0.5rem;
	}
}
.po-modal--wrapper {
	position: relative;
}
.po-modal--bg {
	background: var(--grey-light) url(assets/img/preloader.gif) no-repeat center
		center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.2s ease-in;
}
.po-modal--window img.logo {
	position: fixed;
	left: 0;
	top: -2.5rem;
	opacity: 0.3;
	max-width: 60px;
}
.po-modal--bg.po-modal__show {
	opacity: 1;
	z-index: 10000;
}
.po-modal--close {
	position: absolute;
	right: -2rem;
	top: -4.5rem;
	display: inline-block;
	cursor: pointer;
	opacity: 0.4;
	font-size: 1.4em;
	transition: opacity 0.2s ease-in;
}
.po-modal--close:hover {
	opacity: 1;
}
@media (max-width: 767.98px) {
	.po-modal--close {
		right: -0.2rem;
		top: -3rem;
	}
}
.po-modal--nav {
	top: 10rem;
	height: calc(100% - 20rem);
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50vw);
}
.po-modal--prev,
.po-modal--next {
	height: 100%;
	width: 40%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	font-size: 1.8rem;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.2s ease-in;
}
.po-modal--prev span,
.po-modal--next span {
	height: 6rem;
	width: 6rem;
	display: flex;
	align-items: center;
	border-radius: 4rem;
	background-color: var(--grey-light);
	box-shadow: 0 0 15px rgba(var(--black-rgb), 0.4);
}
.po-modal--prev span {
	justify-content: right;
	padding-right: 1.5rem;
}
.po-modal--next span {
	padding-left: 1.5rem;
}
.po-modal--prev:hover,
.po-modal--next:hover {
	opacity: 1;
}
.po-modal--prev {
	left: -3rem;
}
.po-modal--next {
	justify-content: right;
	right: -3rem;
}
@media (max-width: 767.98px) {
	.po-modal--nav {
		top: 30%;
		height: 6rem;
	}
	.po-modal--prev,
	.po-modal--next {
		font-size: 1.5rem;
		opacity: 1;
	}
}
.po-modal--info {
	margin-top: 0.8rem;
	text-align: left;
}
.po-modal--info .tech--meta {
	font-size: 0.8em;
}
.po-modal--info .tech--data {
	font-family: var(--type-data);
	font-size: 1.1em;
}
.po-modal--info .tech--description {
	overflow: auto;
	margin-bottom: 1rem;
	padding-right: 1rem;
	position: relative;
}
.po-modal--info .tech--description.has-scroll {
	mask-image: linear-gradient(
		to bottom,
		black calc(100% - 48px),
		transparent 100%
	);
	-webkit-mask-image: linear-gradient(
		to bottom,
		transparent 0,
		black var(--top-mask-size, 0),
		black calc(100% - var(--bottom-mask-size, 0)),
		transparent 100%
	);
	--bottom-mask-size: 48px;
}
@media (max-width: 767.98px) {
	.po-modal--info .tech--description {
		--bottom-mask-size: 28px;
	}
}
.po-modal--info .tech--description::-webkit-scrollbar {
	width: 8px;
}
.po-modal--info .tech--description::-webkit-scrollbar-thumb {
	background: var(--primary);
	border-radius: 1rem;
}
.po-modal--info .tech--description::-webkit-scrollbar-track {
	background: var(--terceary);
	border-radius: 1rem;
}
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1399.98px) {
}
