.header-top .th-social a svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: -2px;
}

.footer-cities-section {
	padding: 2.25rem 0 4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.footer-bairros-section {
	padding: 2.25rem 0 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.footer-cities-wrap > .widget_title,
.footer-bairros-wrap > .widget_title {
	margin-bottom: 1.5rem;
	color: #ffffff !important;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: none;
}

.footer-cities-regions {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1.25rem 1rem;
	align-items: start;
}

.footer-bairros-regions {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1.25rem 1rem;
	align-items: start;
}

@media (min-width: 1200px) {
	.footer-all-widget-wrapper {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 1.25rem 1rem;
align-items: start;
	}

	.footer-all-widget-wrapper > .footer-all-widget-item:first-child {
grid-column: 1 / span 2;
	}

	.footer-all-widget-wrapper > .footer-all-widget-item:last-child {
grid-column: 3 / -1;
display: grid;
grid-template-columns: subgrid;
min-width: 0;
	}

	.footer-all-widget-wrapper .footer-right-wrap,
	.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap,
	.footer-all-widget-wrapper .footer-item-wrap {
display: grid;
grid-template-columns: subgrid;
grid-column: 1 / -1;
min-width: 0;
	}
}

@media (max-width: 1199px) {
	.footer-all-widget-wrapper {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1.25rem 1rem;
align-items: start;
	}

	.footer-all-widget-wrapper > .footer-all-widget-item:first-child {
grid-column: 1 / -1;
	}

	.footer-all-widget-wrapper > .footer-all-widget-item:last-child {
grid-column: 1 / -1;
display: grid;
grid-template-columns: subgrid;
min-width: 0;
	}

	.footer-all-widget-wrapper .footer-right-wrap,
	.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap,
	.footer-all-widget-wrapper .footer-item-wrap {
display: grid;
grid-template-columns: subgrid;
grid-column: 1 / -1;
min-width: 0;
	}
}

@media (max-width: 767px) {
	.footer-all-widget-wrapper {
grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.footer-all-widget-wrapper {
grid-template-columns: 1fr;
	}
}

.footer-cities-region,
.footer-bairros-region {
	min-width: 0;
}

.footer-cities-region-title,
.footer-bairros-region-title {
	margin: 0 0 0.85rem;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff !important;
	position: relative;
	padding-left: 30px;
}

.footer-cities-region-title::before,
.footer-bairros-region-title::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 0.35em;
	width: 0.42em;
	height: 0.42em;
	border-right: 1.5px solid var(--theme-color);
	border-bottom: 1.5px solid var(--theme-color);
	transform: rotate(-45deg);
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	background: none;
	border-radius: 0;
}

.footer-cities-list,
.footer-bairros-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
}

.footer-cities-list a,
.footer-bairros-list a {
	color: #ffffff !important;
	opacity: 1;
	transition: color 0.2s ease;
}

.footer-cities-list a:hover,
.footer-bairros-list a:hover {
	color: var(--theme-color) !important;
	opacity: 1;
}

@media (max-width: 1199px) {
	.footer-cities-regions,
	.footer-bairros-regions {
grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.footer-cities-regions,
	.footer-bairros-regions {
grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.footer-cities-regions,
	.footer-bairros-regions {
grid-template-columns: 1fr;
	}
}

.skip-link {
	position: absolute;
	top: -100%;
	left: 1rem;
	z-index: 10000;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	background: var(--theme-color, #068fff);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.skip-link:focus {
	top: 1rem;
}

.color-scheme,
.switchIcon {
	display: none !important;
}

.footer-disclaimer {
	margin: 0 auto 0.5rem;
	max-width: 72rem;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.footer-default .widget-area,
.footer-wrapper.footer-layout1 .widget-area {
	padding-top: 80px;
	padding-bottom: 12px;
}

@media (max-width: 991px) {
	.footer-default .widget-area,
	.footer-wrapper.footer-layout1 .widget-area {
padding-top: 64px;
padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.footer-default .widget-area,
	.footer-wrapper.footer-layout1 .widget-area {
padding-top: 48px;
padding-bottom: 8px;
	}
}

.footer-all-widget-wrapper > .footer-all-widget-item:first-child {
	padding-right: 1.25rem;
}

.footer-all-widget-wrapper .th-widget-about .about-logo {
	margin-bottom: 1.25rem;
}

.footer-all-widget-wrapper .th-widget-about .about-logo img {
	display: block;
	width: 220px;
	max-width: 100%;
	height: auto;
}

.footer-all-widget-wrapper .th-widget-about .about-text {
	margin-top: 0;
}

.footer-all-widget-wrapper .footer-item {
	min-width: 0;
}

.footer-default .th-widget-about .about-text,
.footer-wrapper.footer-layout1 .th-widget-about .about-text {
	margin-bottom: 1.25rem;
}

.footer-wrapper.footer-layout1 .footer-info-wrap,
.footer-default .th-widget-about .footer-info-wrap {
	margin-bottom: 0;
}

.footer-all-widget-wrapper .footer-item-wrap .widget_title {
	margin: 0 0 0.85rem;
	padding: 0 0 0 30px;
	max-width: none;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff !important;
	position: relative;
}

.footer-all-widget-wrapper .footer-item-wrap .widget_title::before {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 0.35em;
	width: 0.42em;
	height: 0.42em;
	border-right: 1.5px solid var(--theme-color);
	border-bottom: 1.5px solid var(--theme-color);
	transform: rotate(-45deg);
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	background: none;
	background-image: none;
	border-radius: 0;
}

.footer-all-widget-wrapper .footer-item-wrap .widget_nav_menu a {
	padding-left: 0 !important;
}

.footer-all-widget-wrapper .footer-item-wrap .widget_nav_menu a::before,
.footer-all-widget-wrapper .footer-item-wrap .widget_nav_menu a:hover::before {
	content: none;
	display: none;
}

.footer-all-widget-wrapper .footer-item-wrap .menu {
	margin-bottom: 0;
}

.footer-contact-widget .footer-info-wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 0;
}

.footer-contact-widget .footer-info {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white-color);
}

.footer-contact-widget .footer-info i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid var(--th-border-color2);
	border-radius: 50%;
	color: var(--white-color);
	flex-shrink: 0;
}

.footer-contact-widget .info-box_link {
	margin-bottom: 0;
	color: var(--white-color);
}

.footer-contact-widget .info-box_link a {
	color: var(--white-color);
}

.footer-contact-widget .info-box_link a:hover {
	color: var(--theme-color);
}

.copyright-wrap .footer-bottom-top-shape {
	display: block;
	width: 100%;
	height: 30px;
	left: 0;
	background-repeat: repeat-x;
	background-size: auto 100%;
	overflow: hidden;
	animation: ShapeAnim 80s linear infinite;
	z-index: 2;
}

.copyright-wrap .footer-copyright-row {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
}

.copyright-wrap .footer-copyright-email {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	width: auto;
	max-width: none;
}

.copyright-wrap .footer-copyright-center {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
	width: auto;
	max-width: none;
}

.copyright-wrap .footer-copyright-social {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	width: auto;
	max-width: none;
}

.copyright-wrap .copyright-email,
.copyright-wrap .copyright-text {
	margin: 0;
}

.copyright-wrap .copyright-email {
	text-align: left;
}

.copyright-wrap .copyright-email a {
	color: inherit;
}

.copyright-wrap .copyright-email a:hover {
	color: var(--theme-color);
}

.copyright-wrap .copyright-text {
	text-align: center;
}

.copyright-wrap .footer-default-copy-right {
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.copyright-wrap .footer-default-copy-right p {
	white-space: nowrap;
}

.copyright-wrap .footer-default-copy-right .th-social {
	justify-content: flex-end;
	flex-wrap: nowrap;
}

@media (max-width: 767px) {
	.copyright-wrap .footer-copyright-row {
grid-template-columns: 1fr;
justify-items: center;
text-align: center;
	}

	.copyright-wrap .footer-copyright-email,
	.copyright-wrap .footer-copyright-center,
	.copyright-wrap .footer-copyright-social {
grid-column: 1;
justify-self: center;
width: 100%;
	}

	.copyright-wrap .copyright-email {
text-align: center;
	}

	.copyright-wrap .footer-default-copy-right {
justify-content: center;
	}
}

body.site-dark-header .th-header.header-default .header-top {
	background: var(--black-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-dark-header .th-header.header-default .header-top .header-links a,
body.site-dark-header .th-header.header-default .header-top .header-links li,
body.site-dark-header .th-header.header-default .header-top .header-links i {
	color: rgba(255, 255, 255, 0.82);
}

body.site-dark-header .th-header.header-default .header-top .header-links a:hover {
	color: var(--theme-color);
}

body.site-dark-header .th-header.header-default .header-top .th-social a {
	color: rgba(255, 255, 255, 0.82);
}

body.site-dark-header .th-header.header-default .header-top .th-social a:hover {
	color: var(--theme-color);
}

body.site-dark-header .th-header.header-default .menu-area {
	background-color: var(--black-color) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-dark-header .th-header.header-default .sticky-wrapper.sticky {
	background: var(--black-color);
}

body.site-dark-header .th-header.header-default .main-menu > ul > li > a {
	color: var(--white-color);
}

body.site-dark-header .th-header.header-default .main-menu > ul > li > a:hover,
body.site-dark-header .th-header.header-default .main-menu > ul > li.active > a {
	color: var(--theme-color);
}

body.site-dark-header .th-header.header-default .main-menu ul li:has(.sub-menu) > a::after,
body.site-dark-header .th-header.header-default .main-menu ul li:has(.mega-menu) > a::after,
body.site-dark-header .th-header.header-default .main-menu ul li.menu-item-has-children > a::after {
	color: rgba(255, 255, 255, 0.88);
}

body.site-dark-header .th-header.header-default .th-menu-toggle,
body.site-dark-header .th-header.header-default .icon-btn {
	color: var(--white-color);
}

body.site-dark-header .th-header.header-default .sidemenu-bar span {
	background: var(--white-color);
}

body.site-dark-header .breadcumb-wrapper::before {
	display: none !important;
}

body.site-dark-header .breadcumb-wrapper {
	background-color: transparent !important;
	background-image: none !important;
}

body.site-dark-header .breadcumb-wrapper.single-inventory {
	text-align: left !important;
	padding: 14px 0 0;
	border-bottom: 0;
}

body.site-dark-header .breadcumb-wrapper.single-inventory + :is(section, div)[class*='space'] {
	padding-top: 18px;
}

body.site-dark-header .th-blog-wrapper.space-top {
	padding-top: 18px;
}

body.blog-listing #conteudo-principal,
body.blog-listing .blog-listing-section {
	background: var(--paper);
}

body.site-dark-header .breadcumb-wrapper.single-inventory .breadcumb-content {
	text-align: left !important;
}

body.site-dark-header .breadcumb-wrapper.single-inventory .breadcumb-menu {
	margin: 0;
	text-align: left;
}

/* Alias FA6 — location-dot não existe no bundle Pro deste template */
.fa-location-dot::before {
	content: '\f3c5';
}

/* Separador do breadcrumb — chevron CSS (FA Pro não carrega em slimScripts) */
body.site-dark-header .breadcumb-wrapper.single-inventory .breadcumb-menu li::after {
	content: '';
	display: inline-block;
	width: 0.42em;
	height: 0.42em;
	margin-left: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(-45deg);
	vertical-align: 0.12em;
	font-family: inherit;
	font-weight: normal;
	font-size: 0.65em;
	position: relative;
	top: -0.02em;
	color: var(--theme-color);
}

@media (max-width: 767px) {
	body.site-dark-header .breadcumb-wrapper.single-inventory {
padding-top: 10px;
	}

	body.site-dark-header .breadcumb-wrapper.single-inventory + :is(section, div)[class*='space'],
	body.site-dark-header .th-blog-wrapper.space-top {
padding-top: 14px;
	}
}

/* Menu dropdown indicators — CSS chevrons (Font Awesome webfonts ausentes no repo) */
.main-menu ul li:has(.sub-menu) > a::after,
.main-menu ul li:has(.mega-menu) > a::after,
.main-menu ul li.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 0.42em;
	height: 0.42em;
	margin-left: 5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	vertical-align: 0.15em;
	font-family: inherit;
	font-weight: normal;
	font-size: 0.75em;
	position: relative;
	top: -0.05em;
	transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu) > a:hover::after,
.main-menu ul li:has(.mega-menu) > a:hover::after,
.main-menu ul li.menu-item-has-children > a:hover::after {
	content: "";
	border-color: var(--theme-color);
	transform: rotate(-135deg);
}

.main-menu ul.sub-menu li.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 0.38em;
	height: 0.38em;
	margin-left: 0;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(-45deg);
	float: right;
	top: 0.55em;
	font-family: inherit;
	font-weight: normal;
	font-size: 0.75em;
	transition: border-color 0.3s ease-in-out;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:hover::after {
	content: "";
	border-color: var(--theme-color);
	transform: rotate(-45deg);
}

.th-mobile-menu ul .menu-item-has-children > a::after,
.th-mobile-menu ul .th-item-has-children > a::after {
	content: "+";
	font-family: inherit;
	font-weight: 600;
	line-height: 22px;
}

.th-mobile-menu ul .menu-item-has-children.th-active > a::after,
.th-mobile-menu ul .th-item-has-children.th-active > a::after {
	content: "−";
	font-family: inherit;
}
