/*
Modernization layer for BLDR Modern Child.
Keep changes restrained, institutional, spacious, and reversible.
*/

:root {
	--bldr-modern-surface: #ffffff;
	--bldr-modern-page: #f7f7f5;
	--bldr-modern-ink: #24201d;
	--bldr-modern-muted: #6d625a;
	--bldr-modern-accent: #6d2a0c;
	--bldr-modern-accent-soft: #efe7e2;
	--bldr-modern-line: rgba(36, 32, 29, 0.12);
	--bldr-modern-shadow: 0 10px 30px rgba(36, 32, 29, 0.08);
	--bldr-modern-radius: 6px;
	--bldr-modern-container: 1120px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	background: var(--bldr-modern-page);
	color: var(--bldr-modern-ink);
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.68;
	letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
	color: var(--bldr-modern-ink);
}

a {
	color: var(--bldr-modern-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: #3f1807;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.widget-title {
	color: var(--bldr-modern-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.18;
}

p {
	margin-bottom: 1.2em;
}

.entry-title,
.page-title {
	color: var(--bldr-modern-ink);
	font-size: 30px;
	line-height: 1.24;
	margin-bottom: 16px;
}

.entry-content,
.page-content,
.elementor-widget-text-editor,
.elementor-widget-container {
	letter-spacing: 0;
}

.entry-content p,
.page-content p,
.elementor-widget-text-editor p {
	color: var(--bldr-modern-ink);
	font-size: 17px;
	line-height: 1.72;
}

.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	line-height: 1.7;
	margin-bottom: 1.35em;
	padding-left: 1.4em;
}

.entry-content li,
.page-content li,
.elementor-widget-text-editor li {
	margin-bottom: 0.45em;
}

.entry-content strong,
.page-content strong,
.elementor-widget-text-editor strong,
.entry-content b,
.page-content b,
.elementor-widget-text-editor b {
	font-weight: 700;
}

.entry-content a,
.page-content a,
.elementor-widget-text-editor a {
	text-decoration: underline;
	text-decoration-color: rgba(109, 42, 12, 0.32);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.entry-content a:hover,
.page-content a:hover,
.elementor-widget-text-editor a:hover {
	text-decoration-color: currentColor;
}

.elementor-widget-heading .elementor-heading-title a {
	color: inherit;
	text-decoration: none;
}

.elementor-widget-heading .elementor-heading-title a:hover {
	color: var(--bldr-modern-accent);
}

.elementor-widget-heading h4.elementor-heading-title,
h4 {
	font-size: 21px;
}

.elementor-widget-heading h5.elementor-heading-title,
h5 {
	color: var(--bldr-modern-accent);
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
}

blockquote {
	border-left: 3px solid rgba(109, 42, 12, 0.32);
	color: var(--bldr-modern-muted);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 1.55;
	margin: 28px 0;
	padding: 4px 0 4px 20px;
}

img {
	height: auto;
	max-width: 100%;
}

.grid,
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--bldr-modern-container);
}

.site-header,
.site-header-home {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid var(--bldr-modern-line);
	box-shadow: 0 6px 22px rgba(36, 32, 29, 0.05);
	height: 5.5rem;
	overflow: visible;
}

.home .site-header-home {
	background: rgba(255, 255, 255, 0.94);
}

.site-header .grid,
.site-header-home .grid {
	align-items: center;
	display: flex;
	height: 5.5rem;
	justify-content: space-between;
	position: relative;
}

.site-branding {
	align-items: center;
	display: flex;
	height: 5.5rem;
	padding: 0;
}

.site-branding > div,
.site-title,
.site-title a {
	align-items: center;
	display: flex;
}

.site-title img {
	display: block;
	max-height: 74px;
	width: auto;
}

.navigation-container {
	align-items: center;
	display: flex;
	min-height: 5.5rem;
}

.banner--clone:not(.banner--stick) {
	visibility: hidden;
}

.banner--clone.banner--stick {
	visibility: visible;
}

.main-navigation a {
	align-items: center;
	border-radius: var(--bldr-modern-radius);
	box-sizing: border-box;
	color: var(--bldr-modern-ink);
	display: flex;
	font-size: 15px;
	font-weight: 600;
	height: 5.5rem;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0 13px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	background: var(--bldr-modern-accent-soft);
	box-shadow: inset 0 -2px 0 rgba(109, 42, 12, 0.24);
	color: var(--bldr-modern-accent);
}

.main-navigation ul ul {
	background: var(--bldr-modern-surface);
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: var(--bldr-modern-shadow);
	padding: 8px;
}

.main-navigation ul ul a {
	border-radius: var(--bldr-modern-radius);
	font-size: 14px;
	height: auto;
	line-height: 1.35;
	padding: 9px 12px;
}

.toggle-menu {
	border-radius: var(--bldr-modern-radius);
	font-weight: 700;
	letter-spacing: 0;
	padding: 11px 16px;
}

.cbp-spmenu {
	background: #24201d;
	box-shadow: -12px 0 30px rgba(0, 0, 0, 0.2);
}

.cbp-spmenu h3 {
	background: #1a1715;
	color: rgba(255, 255, 255, 0.9);
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.cbp-spmenu a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu a:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.site-content,
#content {
	background: var(--bldr-modern-page);
}

body.home .site-content,
body.home #content {
	background: transparent;
}

body.home.elementor-page-5119:not(.elementor-motion-effects-element-type-background) {
	background-position: top center;
	background-repeat: no-repeat;
}

.home .elementor-element.elementor-element-9fad6ed .elementor-spacer-inner {
	height: 34px;
}

.home .elementor-element.elementor-element-ac4e488 {
	display: none;
}

.home .elementor-element.elementor-element-dc23bd1 {
	contain: layout;
	isolation: isolate;
	margin: 0 auto;
	min-height: 430px;
	position: relative;
}

.home .elementor-element.elementor-element-dc23bd1::before {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.08) 0%,
		rgba(255, 255, 255, 0.34) 56%,
		rgba(255, 255, 255, 0.62) 100%
	);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.home .elementor-element.elementor-element-dc23bd1 > .elementor-container {
	position: relative;
	z-index: 1;
}

.home .elementor-element.elementor-element-d83d47e .elementor-widget-container > div {
	max-width: 900px !important;
	padding: 0 24px;
}

.home .elementor-element.elementor-element-d83d47e h2 {
	color: #2f2924 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 44px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.12 !important;
	margin: 0 0 14px !important;
	text-shadow: 0 2px 18px rgba(255, 255, 255, 0.82) !important;
	text-transform: none !important;
}

.home .elementor-element.elementor-element-d83d47e h4 {
	color: var(--bldr-modern-accent) !important;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	text-decoration: none !important;
	text-shadow: 0 1px 12px rgba(255, 255, 255, 0.9) !important;
	text-transform: none !important;
}

.elementor-section {
	contain: layout paint;
	position: relative;
}

.elementor-section[data-settings*="background_background"] {
	background-color: transparent;
}

.elementor-section-boxed > .elementor-container {
	padding-left: 24px;
	padding-right: 24px;
}

.elementor-top-section {
	margin-left: auto;
	margin-right: auto;
}

.entry-content > .elementor,
.page-content > .elementor {
	margin-left: auto;
	margin-right: auto;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 16px;
}

.elementor-widget-spacer {
	margin-bottom: 0;
}

.elementor-spacer-inner {
	max-height: 56px;
}

.elementor-widget-heading .elementor-heading-title {
	margin-bottom: 0.35em;
}

.elementor-widget-heading h1.elementor-heading-title,
h1.entry-title {
	font-size: 32px;
}

.elementor-widget-heading h2.elementor-heading-title,
h2 {
	font-size: 34px;
}

.elementor-widget-heading h3.elementor-heading-title,
h3 {
	font-size: 26px;
}

.elementor-widget-heading h6.elementor-heading-title,
h6 {
	color: var(--bldr-modern-muted);
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.home .elementor-widget-icon .elementor-icon {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--bldr-modern-accent);
	font-size: 32px;
	margin-bottom: 8px;
}

.home .elementor-widget-icon .elementor-icon i,
.home .elementor-widget-icon .elementor-icon svg {
	color: var(--bldr-modern-accent);
	fill: var(--bldr-modern-accent);
}

.home .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated {
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: 0 6px 18px rgba(36, 32, 29, 0.045);
	contain: layout paint;
	display: flex;
	flex-direction: column;
	height: calc(100% - 20px);
	justify-content: flex-start;
	margin: 10px;
	padding: 30px 26px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated:hover {
	border-color: rgba(109, 42, 12, 0.28);
	box-shadow: var(--bldr-modern-shadow);
	transform: translateY(-2px);
}

.home .elementor-column.elementor-col-33 a {
	text-decoration: none;
}

.home .elementor-column.elementor-col-33 .elementor-widget-heading {
	margin-bottom: 6px;
}

.home .elementor-column.elementor-col-33 h3.elementor-heading-title,
.home .elementor-column.elementor-col-33 h3.elementor-heading-title a {
	color: var(--bldr-modern-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.home .elementor-column.elementor-col-33 h3.elementor-heading-title b {
	font-weight: 600;
}

.home .elementor-column.elementor-col-33 h6.elementor-heading-title,
.home .elementor-column.elementor-col-33 h6.elementor-heading-title a {
	color: var(--bldr-modern-muted);
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
}

.home .elementor-column.elementor-col-33:hover h3.elementor-heading-title,
.home .elementor-column.elementor-col-33:hover h3.elementor-heading-title a {
	color: var(--bldr-modern-accent);
}

.home .elementor-column.elementor-col-33 .elementor-widget-container {
	text-align: center;
}

.home .elementor-column.elementor-col-33 .elementor-widget:not(:last-child) {
	margin-bottom: 8px;
}

.home .elementor-section .elementor-column-gap-wide > .elementor-column > .elementor-element-populated,
.home .elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	gap: 0;
}

.home .elementor-element.elementor-element-ff5cbd6 .elementor-container {
	column-gap: 0;
}

.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-cf023b5 {
	display: none;
}

.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-e933509,
.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-4de275c {
	width: 50%;
}

.home .elementor-element.elementor-element-ff5cbd6 .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated {
	height: 100%;
	margin: 0;
}

.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-dcb3a7d {
	max-width: 100%;
	text-align: center;
	width: 100%;
}

.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-dcb3a7d .elementor-heading-title {
	display: block;
	text-align: center;
	width: 100%;
}

.elementor-divider-separator {
	border-color: rgba(109, 42, 12, 0.22);
}

.elementor-divider {
	padding: 10px 0;
}

.elementor-widget-image img {
	border-radius: var(--bldr-modern-radius);
	box-shadow: 0 6px 18px rgba(36, 32, 29, 0.045);
}

.elementor-nav-menu--main .elementor-item,
.elementor-nav-menu--main .elementor-sub-item {
	border-radius: var(--bldr-modern-radius);
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
}

.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
	background: var(--bldr-modern-accent-soft);
	color: var(--bldr-modern-accent);
}

.elementor-widget-wp-widget-mt_projects {
	margin-bottom: 0;
}

#mt-projects {
	margin: 0 auto;
	max-width: var(--bldr-modern-container);
}

#mt-projects .grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
}

#mt-projects .project-box {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: 0 6px 18px rgba(36, 32, 29, 0.045);
	contain: layout paint;
	overflow: hidden;
	position: relative;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#mt-projects .project-box:hover {
	border-color: rgba(109, 42, 12, 0.28);
	box-shadow: var(--bldr-modern-shadow);
	transform: translateY(-2px);
}

#mt-projects .project-box a {
	color: inherit;
	text-decoration: none;
}

#mt-projects .project-content {
	background: #151515;
	bottom: 0;
	color: #ffffff;
	left: 0;
	min-height: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#mt-projects .project-content span {
	color: #ffffff;
	display: table-cell;
	min-height: 0;
	padding: 18px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

#mt-projects .project-bg {
	background-position: center center;
	background-size: cover;
	bottom: 0;
	filter: saturate(0.86) contrast(0.96);
	left: 0;
	min-height: 0;
	opacity: 0.96;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 1;
}

#mt-projects .project-box:hover .project-bg {
	opacity: 0.34;
	transform: scale(1.04);
}

#mt-projects .project-bg::after {
	background: linear-gradient(180deg, rgba(36, 32, 29, 0.02), rgba(36, 32, 29, 0.18));
	content: "";
	inset: 0;
	position: absolute;
}

#mt-projects h3 {
	background: transparent;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.26;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: none;
	transform: translateY(6px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 3;
}

#mt-projects .project-box:hover h3 {
	color: #ffffff;
	opacity: 1;
	transform: translateY(0);
}

.elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--bldr-modern-accent);
	border: 1px solid var(--bldr-modern-accent);
	border-radius: var(--bldr-modern-radius);
	box-shadow: none;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0;
	padding: 12px 18px;
}

.elementor-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #4f1f09;
	border-color: #4f1f09;
	color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
	background: #ffffff;
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: none;
	color: var(--bldr-modern-ink);
	min-height: 44px;
	padding: 10px 12px;
	width: auto;
}

textarea {
	min-height: 140px;
}

input:focus,
textarea:focus,
select:focus {
	border-color: rgba(109, 42, 12, 0.48);
	box-shadow: 0 0 0 3px rgba(109, 42, 12, 0.1);
	outline: none;
}

.widget {
	background: transparent;
	border-bottom: 1px solid var(--bldr-modern-line);
	margin-bottom: 28px;
	padding-bottom: 24px;
}

.widget-title {
	font-size: 22px;
	margin-bottom: 16px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	border-bottom: 1px solid rgba(36, 32, 29, 0.08);
	margin: 0;
	padding: 8px 0;
}

.widget li:last-child {
	border-bottom: 0;
}

.widget a {
	color: var(--bldr-modern-ink);
	text-decoration: none;
}

.widget a:hover {
	color: var(--bldr-modern-accent);
}

#page-entry-content,
#blog-entry-content,
#page-right-entry-content {
	max-width: var(--bldr-modern-container);
	padding-left: 24px;
	padding-right: 24px;
}

#page-entry-content:before,
#blog-entry-content:before,
#page-right-entry-content:before {
	background-color: rgba(36, 32, 29, 0.1);
}

.site-main article,
.page .entry-content {
	color: var(--bldr-modern-ink);
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form .search-field {
	flex: 1 1 auto;
	min-width: 0;
}

.search-form .search-submit {
	flex: 0 0 auto;
}

.page-id-6298 .entry-content form[name="form_cadastro"] {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: 0 8px 24px rgba(36, 32, 29, 0.05);
	margin: 20px 0 32px;
	max-width: 620px;
	padding: 26px;
}

.page-id-6298 .entry-content form[name="form_cadastro"] table,
.page-id-6298 .entry-content form[name="form_cadastro"] tbody,
.page-id-6298 .entry-content form[name="form_cadastro"] tr,
.page-id-6298 .entry-content form[name="form_cadastro"] td {
	border: 0;
	display: block;
	width: 100%;
}

.page-id-6298 .entry-content form[name="form_cadastro"] td {
	padding: 0 0 15px;
}

.page-id-6298 .entry-content form[name="form_cadastro"] label {
	color: var(--bldr-modern-ink);
	display: inline-block;
	font-weight: 700;
	margin-bottom: 6px;
}

.page-id-6298 .entry-content form[name="form_cadastro"] input[type="text"],
.page-id-6298 .entry-content form[name="form_cadastro"] select {
	width: 100%;
}

.page-id-6298 .g-recaptcha {
	margin-top: 4px;
	max-width: 100%;
	overflow: auto;
}

.page-id-6286 .entry-content .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: 0 6px 18px rgba(36, 32, 29, 0.04);
	contain: layout paint;
	height: calc(100% - 16px);
	margin: 8px;
	padding: 24px;
}

.page-id-6286 .entry-content .elementor-widget-heading h2.elementor-heading-title {
	color: var(--bldr-modern-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	margin-bottom: 8px;
}

.page-id-6286 .elementor-custom-embed iframe {
	border-radius: var(--bldr-modern-radius);
	filter: saturate(0.9);
}

.page-id-6286 .entry-content .elementor-section,
.page-id-4017 .entry-content .elementor-section,
.page-id-7458 .entry-content .elementor-section,
.page-id-6298 .entry-content .elementor-section {
	padding-bottom: 22px;
	padding-top: 22px;
}

#page-full-entry-content .entry-content,
#page-entry-content .entry-content,
#page-right-entry-content .entry-content {
	background: transparent;
}

#page-full-entry-content .entry-content > .elementor,
#page-entry-content .entry-content > .elementor,
#page-right-entry-content .entry-content > .elementor {
	margin-bottom: 18px;
}

.page-id-4017 .elementor-widget-wp-widget-xyz_insert_php_widget .elementor-widget-container > div,
.page-id-7458 .elementor-widget-wp-widget-xyz_insert_php_widget .elementor-widget-container > div:not(.hinos-wrapper) {
	max-width: 760px !important;
}

.page-id-4017 .elementor-widget-wp-widget-xyz_insert_php_widget h2,
.page-id-4017 .elementor-widget-wp-widget-xyz_insert_php_widget h4 {
	text-transform: none !important;
	letter-spacing: 0 !important;
	text-shadow: none !important;
}

.hinos-wrapper {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--bldr-modern-line);
	border-radius: var(--bldr-modern-radius);
	box-shadow: 0 6px 18px rgba(36, 32, 29, 0.045);
	contain: layout paint;
	padding: 22px;
}

.hinos-search {
	margin-bottom: 18px;
}

.hinos-search input[type="text"] {
	max-width: 420px;
	width: 100%;
}

.hinos-table-wrapper {
	overflow-x: auto;
}

.hinos-table {
	background: #ffffff;
	border-collapse: collapse;
	border-radius: var(--bldr-modern-radius);
	font-size: 15px;
	min-width: 680px;
	overflow: hidden;
	width: 100%;
}

.hinos-table th,
.hinos-table td {
	border-bottom: 1px solid rgba(36, 32, 29, 0.1);
	padding: 12px 10px;
	text-align: left;
	vertical-align: middle;
}

.hinos-table th {
	background: rgba(239, 231, 226, 0.72);
	color: var(--bldr-modern-ink);
	font-weight: 700;
}

.hinos-table tbody tr:hover {
	background: rgba(239, 231, 226, 0.35);
}

.hinos-icon {
	text-align: center;
	white-space: nowrap;
}

.hinos-icon a {
	display: inline-flex;
	line-height: 1;
	text-decoration: none;
}

.hinos-icon svg,
.hinos-table .icon {
	fill: var(--bldr-modern-accent);
	height: 22px;
	width: 22px;
}

.social-bar {
	background: #f2efeb;
	border-top: 1px solid var(--bldr-modern-line);
	color: var(--bldr-modern-ink);
	padding: 28px 0;
}

.social-bar h3 {
	color: var(--bldr-modern-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 18px;
	text-transform: none;
}

.social-media-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.social-media-icons li {
	display: inline-flex;
	margin: 0;
}

.social-media-icons a {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(36, 32, 29, 0.12);
	border-radius: var(--bldr-modern-radius);
	box-shadow: none;
	color: var(--bldr-modern-accent);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	text-decoration: none;
	width: 38px;
}

.social-media-icons a:hover,
.social-media-icons a:focus {
	background: var(--bldr-modern-accent);
	border-color: var(--bldr-modern-accent);
	color: #ffffff;
}

.site-footer {
	background: #24201d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	padding: 50px 0 0;
}

.site-footer .grid {
	max-width: var(--bldr-modern-container);
}

.site-footer .widget {
	border-bottom: 0;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.site-footer .widget-title {
	color: #ffffff;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 12px;
	text-transform: none;
}

.site-footer .widget li {
	border-bottom-color: rgba(255, 255, 255, 0.08);
	padding: 7px 0;
}

.site-footer p,
.site-footer li {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.6;
}

.site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.5;
	margin-top: 18px;
	padding: 20px 0;
	text-align: center;
}

.bldr-modern-js .social-bar[hidden] {
	display: none;
}

.elementor-invisible {
	visibility: visible;
}

.animated,
.elementor-invisible,
[class*="elementor-animation-"] {
	animation-duration: 1ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 1ms !important;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-delay: 0ms !important;
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-delay: 0ms !important;
		transition-duration: 1ms !important;
	}

	.home .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated:hover,
	#mt-projects .project-box:hover {
		transform: none;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: 16px;
	}

	.site-branding {
		padding: 0;
	}

	.site-title img {
		max-height: 66px;
	}

	.main-navigation a {
		font-size: 14px;
		padding: 0 11px;
	}

	.elementor-section-boxed > .elementor-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#mt-projects h3 {
		font-size: 19px;
		min-height: 76px;
	}

	.elementor-widget-heading h1.elementor-heading-title,
	h1.entry-title {
		font-size: 29px;
	}

	.elementor-widget-heading h2.elementor-heading-title,
	h2 {
		font-size: 30px;
	}

	.home .elementor-element.elementor-element-dc23bd1 {
		min-height: 380px;
	}

	.home .elementor-element.elementor-element-d83d47e h2 {
		font-size: 38px !important;
	}

	.home .elementor-element.elementor-element-d83d47e h4 {
		font-size: 20px !important;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.62;
		overflow-x: hidden;
	}

	.site-header .grid {
		display: flex;
		padding-left: 16px;
		padding-right: 16px;
	}

	.site-header-home .grid {
		display: flex;
		padding-left: 16px;
		padding-right: 16px;
	}

	.site-branding {
		padding: 0;
	}

	.site-title img {
		max-height: 58px;
	}

	.toggle-menu {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		line-height: 1.2;
		margin-top: 0;
		min-width: 96px;
	}

	.main-navigation ul {
		background: var(--bldr-modern-surface);
		border: 1px solid var(--bldr-modern-line);
		border-radius: var(--bldr-modern-radius);
		box-shadow: var(--bldr-modern-shadow);
		left: 0;
		margin-top: 10px;
		padding: 8px;
		position: absolute;
		right: 0;
		top: 5.5rem;
		width: calc(100vw - 32px);
		z-index: 9999;
	}

	.main-navigation li {
		border-bottom: 1px solid rgba(36, 32, 29, 0.08);
		float: none;
	}

	.main-navigation li:last-child {
		border-bottom: 0;
	}

	.main-navigation a {
		display: block;
		font-size: 15px;
		height: auto;
		line-height: 1.35;
		padding: 12px;
	}

	.main-navigation ul ul {
		background: rgba(247, 247, 245, 0.96);
		border: 0;
		box-shadow: none;
		margin: 0;
		padding: 0 0 0 12px;
		position: static;
		width: auto;
	}

	.main-navigation ul ul a {
		font-size: 14px;
		padding: 10px 12px;
		width: auto;
	}

	.elementor-section-boxed > .elementor-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.elementor-widget:not(:last-child) {
		margin-bottom: 12px;
	}

	.elementor-spacer-inner {
		max-height: 32px;
	}

	.home .elementor-section-boxed > .elementor-container,
	.home .elementor-section-stretched > .elementor-container {
		max-width: 100%;
	}

	.elementor-widget-heading h1.elementor-heading-title,
	h1.entry-title {
		font-size: 25px;
	}

	.elementor-widget-heading h2.elementor-heading-title,
	h2 {
		font-size: 26px;
	}

	.elementor-widget-heading h3.elementor-heading-title,
	h3 {
		font-size: 22px;
	}

	.entry-title,
	.page-title {
		font-size: 24px;
		line-height: 1.25;
		margin-bottom: 14px;
	}

	.entry-content p,
	.page-content p,
	.elementor-widget-text-editor p {
		font-size: 16px;
		line-height: 1.68;
	}

	blockquote {
		font-size: 18px;
		margin: 22px 0;
		padding-left: 16px;
	}

	.home .elementor-element.elementor-element-9fad6ed .elementor-spacer-inner {
		height: 20px;
	}

	.home .elementor-element.elementor-element-dc23bd1 {
		min-height: 330px;
	}

	.home .elementor-element.elementor-element-dc23bd1::before {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.1) 0%,
			rgba(255, 255, 255, 0.44) 58%,
			rgba(255, 255, 255, 0.74) 100%
		);
	}

	.home .elementor-element.elementor-element-d83d47e .elementor-widget-container > div {
		padding: 0 18px;
	}

	.home .elementor-element.elementor-element-d83d47e h2 {
		font-size: 29px !important;
		line-height: 1.16 !important;
		margin-bottom: 12px !important;
	}

	.home .elementor-element.elementor-element-d83d47e h4 {
		font-size: 18px !important;
	}

	.home .elementor-top-section {
		margin-bottom: 0;
	}

	.home .elementor-section .elementor-container {
		gap: 0;
	}

	.home .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated {
		margin: 8px 0;
		padding: 22px 18px;
	}

	.home .elementor-element.elementor-element-ff5cbd6 .elementor-container {
		column-gap: 0;
		row-gap: 12px;
	}

	.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-e933509,
	.home .elementor-element.elementor-element-ff5cbd6 .elementor-element-4de275c {
		width: 100%;
	}

	.home .elementor-element.elementor-element-ff5cbd6 .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated {
		margin: 0;
	}

	.home .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated:hover {
		transform: none;
	}

	.home .elementor-widget-icon .elementor-icon {
		font-size: 29px;
	}

	.home .elementor-column.elementor-col-33 h3.elementor-heading-title,
	.home .elementor-column.elementor-col-33 h3.elementor-heading-title a {
		font-size: 21px;
	}

	.home .elementor-column.elementor-col-33 h6.elementor-heading-title,
	.home .elementor-column.elementor-col-33 h6.elementor-heading-title a {
		font-size: 15px;
	}

	.elementor-nav-menu--main .elementor-nav-menu {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.elementor-nav-menu--main .elementor-item {
		justify-content: center;
		padding: 10px 12px;
	}

	#mt-projects .grid {
		display: block;
	}

	#mt-projects [class*="col-"] {
		float: none;
		margin-bottom: 16px;
		width: 100%;
	}

	#mt-projects .project-box:hover {
		transform: none;
	}

	#mt-projects .project-content,
	#mt-projects .project-content span {
		min-height: 0;
	}

	#mt-projects .project-bg {
		min-height: 145px;
	}

	#mt-projects h3 {
		font-size: 19px;
		min-height: 0;
		padding: 16px;
	}

	table,
	tbody,
	tr,
	td {
		display: block;
		width: 100%;
	}

	table {
		max-width: 100%;
	}

	td {
		padding-left: 0;
		padding-right: 0;
	}

	td center {
		text-align: left;
	}

	#page-entry-content,
	#blog-entry-content,
	#page-right-entry-content {
		padding-left: 16px;
		padding-right: 16px;
	}

	#page-entry-content:before,
	#blog-entry-content:before,
	#page-right-entry-content:before {
		display: none;
	}

	.search-form {
		display: block;
	}

	.search-form .search-field,
	.search-form .search-submit {
		width: 100%;
	}

	.search-form .search-submit {
		margin-top: 8px;
	}

	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	textarea,
	select {
		max-width: 100%;
		width: 100%;
	}

	input[size],
	textarea[cols] {
		max-width: 100%;
		width: 100%;
	}

	.page-id-6298 .entry-content form[name="form_cadastro"] {
		margin: 16px 0 26px;
		padding: 18px;
	}

	.page-id-6298 .g-recaptcha {
		transform: scale(0.9);
		transform-origin: left top;
	}

	.page-id-6286 .entry-content .elementor-column.elementor-col-33 > .elementor-widget-wrap.elementor-element-populated {
		height: auto;
		margin: 8px 0;
		padding: 20px 18px;
	}

	.page-id-6286 .entry-content .elementor-widget-heading h2.elementor-heading-title {
		font-size: 22px;
	}

	.hinos-wrapper {
		margin-left: -2px;
		margin-right: -2px;
		padding: 16px;
	}

	.hinos-table {
		font-size: 14px;
		min-width: 620px;
	}

	.hinos-table th,
	.hinos-table td {
		padding: 10px 8px;
	}

	.hinos-icon svg,
	.hinos-table .icon {
		height: 20px;
		width: 20px;
	}

	.site-footer {
		padding-top: 34px;
	}

	.site-footer .grid {
		padding-left: 18px;
		padding-right: 18px;
	}

	.social-bar {
		padding: 24px 0;
	}

	.social-bar h3 {
		font-size: 21px;
	}

	.site-info {
		text-align: left;
	}
}
