:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--thm-font: "Jost", sans-serif;
	--thm-color: #7e7e7e;
	--thm-color-rgb: 126, 126, 126;
	--thm-base: #dbb698;
	--thm-base-rgb: 252, 173, 48;
	--thm-primary: #4ecd99;
	--thm-primary-rgb: 78, 205, 153;
	--thm-secondary: #2e6e93;
	--thm-secondary-rgb: 237, 75, 75;
	--thm-special: #5366c2;
	--thm-special-rgb: 83, 102, 194;
	--thm-black: #242323;
	--thm-black-rgb: 36, 35, 35;
	--thm-black2: #1d1c1c;
	--thm-black2-rgb: 29, 28, 28;
	--thm-text-dark: #9e9e9e;
	--thm-text-dark-rgb: 158, 158, 158;
	--swiper-theme-color: #007aff;
	--swiper-navigation-size: 44px;
}
* {
	font-family: var(--thm-font) !important;
}
#o-que-e {
	background-color: #242323;
}
#oqe-header {
	background-color: #292929;
	position: relative;
	display: block;
}
#oqe-header .container {
	align-items: flex-end;
	padding-bottom: 60px;
	height: 100%;
	position: relative;
	flex-direction: row;
}
#oqe-header-inner {
	position: relative;
	background-image: url("../../images/bg-topo-sobre.jpg");
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	position: absolute;
	filter: grayscale(100%);
	opacity: 0.2;
}
.oqe-header-content {
	padding-top: 109px;
	justify-content: space-between;
	width: 100%;
	flex-direction: row !important;
	position: relative;
	margin-top: 150px !important;
}

.oqe-header-title {
	color: #fff;
}
.oqe-main-menu {
	font-weight: 400;
	text-align: left;
	font-size: 18px;
	line-height: 1.89;
	box-sizing: border-box;
	margin-top: 0;
	list-style: none;
	display: flex;
	margin-bottom: 0;
	background-color: var(--thm-base);
	padding: 19.5px 30px;
}
.oqe-main-menu li {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	list-style: none;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: underline;
}
.oqe-main-menu li:not(:last-of-type) {
	margin-right: 10px;
	text-decoration: none;
}
h3.oqe-header-title {
	font-size: 20px;
}
#oqe-main {
	background-color: #eeeeee;
	background-image: url("../../../images/about-count-pattern-1-1.png");
}

.oqe-main-content-header {
	text-align: center;
}

.oqe-main-content-header-h4,
.oqe-main-content-header-h2 {
	color: #2e6e93;
}

.oqe-main-content-header-h2 {
	margin-bottom: 8px;
}

.oqe-main-content-header-h4 {
	font-size: 16px;
}

.oqe-main-content-header .text-default {
	color: #646464;
}
#oqe-main {
	padding: 80px 0;
}
.oqe-main-content-block {
	gap: 65px;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}

.oqe-main-content-block.reverse {
	flex-direction: row-reverse;
}

.oqe-main-content-block-text {
	width: 490px;
}

.oqe-main-content-block-text-title {
	color: #2e6e93;
	margin-bottom: 20px;
}

.oqe-main-content-block-text-description {
	color: #646464;
}

.oqe-main-content-block img {
	border-radius: 20px;
	box-shadow: 0 0 10px 9px rgb(0 0 0 / 10%);
}

#oqe-regioes {
	padding: 70px 0;
}

#oqe-regioes .container {
	text-align: center;
}

.oqe-regioes-title {
	color: #2e6e93;
}

.oqe-regioes-description {
	color: #646464;
}

.oqe-regioes-map-switcher {
	margin-top: 70px;
	display: flex;
	align-items: center;
	gap: 110px;
}

.oqe-regioes-map {
	width: 55%;
	height: auto;
}

#svg-map path {
	fill: #34b4eb;
}

#svg-map a:hover,
#svg-map a.active {
	cursor: pointer;
	text-decoration: none;
}

#svg-map a:hover path,
#svg-map a.active path {
	fill: #229dd2 !important;
}

.oqe-regioes-map-switcher-cities {
	width: 45%;
	margin-top: 50px;
}

.oqe-regioes-map-switcher-cities-box {
	border-radius: 10px;
	box-shadow: 0 0 10px 10px rgb(26 183 223 / 10%);
	padding: 30px;
}

.oqe-regioes-map-switcher-state-name {
	font-size: 20px;
	color: #2e6e93;
	margin-bottom: 60px;
}

.oqe-regioes-map-switcher-cities-list {
	text-align: left;
	max-height: 424px;
	overflow-y: scroll;
}

.oqe-regioes-city {
	display: inline-block;
	color: #646464;
	font-size: 12px;
	text-transform: uppercase;
	width: 45%;

	margin-bottom: 5px;

	text-align: left;
}

.oqe-regioes-map-switcher-orientation {
	color: #646464;
	margin-top: 40px;
}

#oqe-buttons {
	position: relative;
	display: block;
}
#oqe-buttons-inner {
	width: 100%;
	height: 100%;
	background-image: url("../../images/bg-topo-sobre.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	filter: grayscale(100%);
	opacity: 0.2;
}

#oqe-buttons .container {
	text-align: center;
	position: relative;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#oqe-buttons-inner {
	width: 100%;
	height: 100%;

	padding: 30px 0;
}

.oqe-buttons-title {
	font-size: 20px;
	color: #fff;
}

.oqe-buttons-box {
	justify-content: center;
	align-items: center;
	gap: 90px;

	margin-top: 40px;
}

.oqe-buttons-box-title {
	font-size: 18px;
	color: #fff;
}

.oqe-buttons-box-empregador {
	--btn-color: #34b4eb;
	--btn-shadow-color: #2e6e93;
}

.oqe-buttons-box .btn-default {
	margin-top: 10px;
}
.oqe-buttons-box .btn-default:hover{
	background-color: #cf9a6e;
}
