/* @font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller.eot');
	src: url('../fonts/Aller.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Aller.woff2') format('woff2'),
	url('../fonts/Aller.woff') format('woff'),
	url('../fonts/Aller.ttf') format('truetype'),
	url('../fonts/Aller.svg#Aller') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aller T';
	src: url('../fonts/Aller/Aller_Rg.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'Aller T';
	src: url('../fonts/Aller/AllerDisplay.ttf');
	font-weight: 900;
}

@font-face {
	font-family: 'Aller T';
	src: url('../fonts/Aller/Aller_Bd.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'Aller T';
	src: url('../fonts/Aller_Lt.ttf');
	font-weight: 100;
}

@font-face {
	font-family: 'Aller Bold';
	src: url('../fonts/Aller-Bold.eot');
	src: url('../fonts/Aller-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Aller-Bold.woff2') format('woff2'),
	url('../fonts/Aller-Bold.woff') format('woff'),
	url('../fonts/Aller-Bold.ttf') format('truetype'),
	url('../fonts/Aller-Bold.svg#Aller-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
} */

@font-face {
	font-family: 'Aller-Real';
	src: url('../fonts/Aller-Real/Aller-LightItalic.woff2') format('woff2'),
		url('../fonts/Aller-Real/Aller-LightItalic.woff') format('woff'),
		url('../fonts/Aller-Real/Aller-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Aller-Real';
	src: url('../fonts/Aller-Real/Aller-Light.woff2') format('woff2'),
		url('../fonts/Aller-Real/Aller-Light.woff') format('woff'),
		url('../fonts/Aller-Real/Aller-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aller-Real';
	src: url('../fonts/Aller-Real/Aller-Bold.woff2') format('woff2'),
		url('../fonts/Aller-Real/Aller-Bold.woff') format('woff'),
		url('../fonts/Aller-Real/Aller-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aller-Real';
	src: url('../fonts/Aller-Real/Aller.woff2') format('woff2'),
		url('../fonts/Aller-Real/Aller.woff') format('woff'),
		url('../fonts/Aller-Real/Aller.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aller-Real';
	src: url('../fonts/Aller-Real/Aller-Italic.woff2') format('woff2'),
		url('../fonts/Aller-Real/Aller-Italic.woff') format('woff'),
		url('../fonts/Aller-Real/Aller-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Aller-Real';
	src: url('../fonts/Aller-Real/Aller-BoldItalic.woff2') format('woff2'),
		url('../fonts/Aller-Real/Aller-BoldItalic.woff') format('woff'),
		url('../fonts/Aller-Real/Aller-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Aller Display';
	src: url('../fonts/Aller-Real/AllerDisplay.woff2') format('woff2'),
		url('../fonts/Aller-Real/AllerDisplay.woff') format('woff'),
		url('../fonts/Aller-Real/AllerDisplay.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

._ff-a {
	font-family: 'Aller-Real';
}

._ff-ab {
	font-family: 'Aller-Real';
	font-weight: bold;
}

._ff-u {
	font-family: 'Aller-Real';
	font-weight: 300;
}

* {
	font-family: 'Aller-Real';
	font-weight: 300;
}

._ff-u._fs._fw._mb {
	font-weight: 700 !important;
}

strong,
b {
	font-family: 'Aller-Real';
	font-weight: bold;
}

p {
    font-size: 16px;
}

ul li, ol li {
    font-size: 14px;
}

.carousel-control {
	text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	white: 30px;
}

.carousel-control ._left,
.carousel-control ._right,
.carousel-control ._next,
.carousel-control ._prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.error {
	font-weight: normal;
	color: red;
	font-size: 13px;
}

body {
	/*background: url('../img/layout.png') no-repeat center top;*/
}

header {
	box-shadow: 0 0 20px 20px #ececec;
}

.logo {
	cursor: pointer;
	width: 159px;
	height: 74px;
	background: url('../img/logo.png') no-repeat center center;
	font-size: 0;
	background-size: cover;
	margin: 0;
}

.input1 {
	border-radius: 50px;
	border: 1px solid #000;
	width: 100%;
	display: block;
	padding: 0 15px;
	height: 24px;
}

.input1.busca {
	padding-left: 31px;
	background: url('../img/lupa.png') no-repeat left 9px center;
}


.caixa1 {
	position: relative;
	display: block;
}

.caixa1 ._caption {
	font-family: 'Aller-Real';
	color: #fff;
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.caixa1 ._caption._caption2 {
	padding-bottom: 75px;
}

._drop {
	position: relative;
}

._drop>ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 26px;
	right: 0;
	border: 1px solid #f1f1f1;
	width: 275px;
	background-color: #fff;
	padding: 5px 0;
}

._drop:hover>ul {
	display: block;
}

._drop>ul>li {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

._drop>ul>li>a {
	padding: 5px 15px;
	display: block;
	position: relative;
}

._drop>ul>li>a:hover::before {
	content: '';
	height: 4px;
	background-color: #000;
	position: absolute;
	left: 15px;
	bottom: 0;
	right: 15px;
}

.a1 {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.a1:hover::before {
	content: '';
	height: 4px;
	background-color: #000;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	right: 0;
}

._drop2 {
	position: relative;
}

._drop2>a {
	background: url('../img/right2.png') no-repeat right 15px center;
}

._drop2>ul {
	display: none;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	padding: 5px 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 273px;
	width: 200px;
}

._drop2:hover>ul {
	display: block;
}

._drop2>ul>li {
	margin: 0;
	padding: 0;
	display: block;
}

._drop2>ul>li>a {
	display: block;
	padding: 5px 15px;
	position: relative;
}

._drop2>ul>li>a:hover:before {
	content: '';
	height: 4px;
	background-color: #000;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

.btn1 {
	display: inline-block;
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.btn1:hover {
	background-color: #fff;
	color: #000;
}

div#logo-wrapper {
	width: 16% !important;
}

nav#menu-principal ul {
	list-style: none;
	padding: 0;
	margin: 0 0 2px;
}

nav#menu-principal ul li {
	text-align: left;
	width: 100%;
	margin: 0;
}

nav#menu-principal ul li ul {
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 10;
}

nav#menu-principal ul>li ul li a {
	opacity: 0;
	transition: 1s !important;
}

nav#menu-principal ul>li:hover ul li a {
	opacity: 1;
}

nav#menu-principal ul>li:hover ul {
	border-right-color: #fff;
}

nav#menu-principal ul>li ul {
	transform: scaleY(0);
	transition: all 0.3s !important;
	transform-origin: top !important;
}

nav#menu-principal ul li a {
	text-transform: uppercase;
	color: #111;
	position: relative;
	width: 100%;
}

nav#menu-principal ul>li>a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #000;
	transform: scaleX(0);
	transition: all 0.5s;
	transform-origin: left;
}

nav#menu-principal ul>li>a:hover:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #000;
	transform: scaleX(1);
}

nav#menu-principal ul>li>ul li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	transform: scaleX(0);
	transition: all 0.5s;
	transform-origin: left;
}

nav#menu-principal ul>li>ul li a:hover:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	transform: scaleX(1);
}

nav#menu-principal ul>li:hover>ul {
	transform: scaleY(1);
	margin-top: 5px;
}

nav#menu-principal ul li a {
	font-family: 'Aller-Real' !important;
	font-weight: bold !important;
	color: #000 !important;
}

nav#menu-principal>ul {
	list-style: none;
	display: flex !important;
	flex-flow: row;
	justify-content: space-between;
}

nav#menu-principal ul>li {
	margin: 0 0 0 10px !important;
	position: relative;
	margin: 0 !important;
	width: fit-content;
}

nav#menu-principal>ul>li {
	margin-right: 9px !important;
}

nav#menu-principal ul>li:last-of-type {
	margin: 0 !important;
}

nav#menu-principal ul>li>a {
	font-weight: 900 !important;
	font-size: 0.97em !important;
	padding: 0 !important;
	letter-spacing: 0.2px !important;
}

nav#menu-principal>ul>li>ul>li a {
	text-transform: none !important;
}

nav#menu-principal ul>li ul {
	position: absolute;
}

nav#menu-principal ul>li li {
	padding: 10px 25px 10px 10px;
	width: 100%;
	min-width: 180px;
}

nav#menu-principal ul>li>ul>li>ul {
	left: 100%;
	top: -6px;
}

nav#menu-principal ul>li>ul>li>ul {
	border-left: 1px;
	border-left-color: #fff;
}

nav#menu-principal ul>li>ul li.menu-item-has-children {
	background: url(../img/right2.png) no-repeat right 10px center;
}

section.padding-padrao {
	padding: 40px 0;
}

section#contato div.pg-title h1,
section#contato div.pg-content {
	text-align: center;
}

section#contato div.row {
	margin-top: 10px;
	margin-bottom: 10px;
}

section#contato div.row {
	display: flex;
	justify-content: center;
	align-items: center;
}

section#contato .form-wrapper div.wpcf7 input:not([type="submit"]),
section#contato .form-wrapper div.wpcf7 select,
section#contato .form-wrapper div.wpcf7 textarea,
section#contato .form-wrapper div.wpcf7 label {
	width: 100%;
	border-radius: 8px;
}

section#contato .form-wrapper div.wpcf7 input:not([type="submit"]),
section#contato .form-wrapper div.wpcf7 select,
section#contato .form-wrapper div.wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

section#contato .form-wrapper div.wpcf7 input[type="submit"] {
	background-color: #111;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	padding: 5px 25px;
	border-radius: 8px;
	transition: all 0.3s !important;
}

section#contato .form-wrapper div.wpcf7 input[type="submit"]:hover {
	color: #fff;
	background-color: rgb(114, 114, 114) !important;
}

div.item-trabalhe-conosco * {
	color: #000 !important;
}

div.item-trabalhe-conosco {
	margin-bottom: 10px;
}

div.item-trabalhe-conosco span {
	font-family: 'Aller-Real' !important;
}

div.item-trabalhe-conosco span.periodo-lbl {
	font-size: 14px;
	font-weight: 400;
}

div.item-trabalhe-conosco div.vaga-titulo {
	margin-top: 0 !important;
}

div.item-trabalhe-conosco div.vaga-titulo a {
	color: #111;
	transition: all 0.5s !important;
}

div.item-trabalhe-conosco div.vaga-titulo a:hover {
	padding: 5px;
	margin-left: 5px;
}

div.separador {
	position: relative;
}

div.separador img {
	position: absolute;
	right: 0;
	bottom: 10px;
}

div.detalhes-vaga-wrapper * {
	color: #000;
}

div.detalhes-vaga-wrapper h1.titulo-vaga {
	font-family: 'Aller-Real' !important;
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe {
	margin-bottom: 20px;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe strong {
	font-family: 'Aller-Real' !important;
	font-weight: bold;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe strong.txt-upper {
	text-transform: uppercase;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe strong {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe.intro p {
	margin: 0 !important;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe p,
div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe span {
	font-size: 16px;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe.intro strong {}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe.descricao {
	margin-top: 50px;
}

div.detalhes-vaga-wrapper div.detalhes-vaga div.item-detalhe.pre-selecionados p {
	line-height: 1.8;
	margin: 0;
	text-transform: capitalize;
}

section#trabalhe-conosco * {
	font-family: 'Aller-Real' !important;
	font-weight: bold !important;
}

section#trabalhe-conosco .pg-titulo {
	font-weight: bold !important;
	font-size: 30px;
	margin-bottom: 10px !important;
	color: #000;
}

h1.titulo-listagem-vagas {
	font-family: 'Aller-Real' !important;
	font-weight: bold !important;
	font-size: 30px;
	color: #000;
	margin-top: 0;
	margin-bottom: 5px;
}

div.ajx-item-compra div.conteudo-compra {
	/* margin-top: 20px; */
	transition: none !important;
	display: none;
}

div.ajx-item-compra div.conteudo-compra div.item-conteudo {
	margin-top: 20px;
}

div.ajx-item-compra div.conteudo-compra div.item-conteudo * {
	font-family: 'Aller-Real' !important;
	font-weight: bold !important;
}

div.ajx-item-compra {
	margin-bottom: 40px;
}

.ajx-item-compra img.seta-linha {
	cursor: pointer;
}

.ajx-item-compra.ativo img.seta-linha.down {
	display: none;
}

.ajx-item-compra.ativo img.seta-linha.up {
	display: block;
}

.ajx-item-compra img.seta-linha.up {
	display: none;
}

.ajx-item-compra img.seta-linha.down {
	display: block;
}

@keyframes ldio-u057ucw91wb {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.ldio-u057ucw91wb div {
	position: absolute;
	width: 66px;
	height: 66px;
	border: 11px solid #1d0e0b;
	border-top-color: transparent;
	border-radius: 50%;
}

.ldio-u057ucw91wb div {
	animation: ldio-u057ucw91wb 1s linear infinite;
	top: 55.00000000000001px;
	left: 55.00000000000001px
}

.loadingio-spinner-rolling-hxoumbkzqst {
	width: 110px;
	height: 110px;
	display: inline-block;
	overflow: hidden;
	margin-top: 15px;
}

.ldio-u057ucw91wb {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0;
	/* see note above */
}

.ldio-u057ucw91wb div {
	box-sizing: content-box;
}

div.form-pessoa-especial-wrapper {
	margin-top: 20px;
}

div.form-pessoa-especial-wrapper input[type="text"],
div.form-pessoa-especial-wrapper input[type="email"] {
	border: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	margin-top: 5px;
	padding: 5px 0;
}

div.form-pessoa-especial-wrapper input[type="submit"] {
	color: #fff;
	background-color: #000;
	padding: 10px 15px;
	border: 0;
	font-size: 22px;
	transition: all 0.5s !important;
}

div.form-pessoa-especial-wrapper input[type="submit"]:hover {
	color: #fff;
	background-color: rgb(80, 80, 80);
}

div.form-pessoa-especial-wrapper input::placeholder {
	color: rgb(179, 179, 179);
	font-weight: 100;
	font-size: 18px;
}

div.form-pessoa-especial-wrapper label,
div.form-pessoa-especial-wrapper span {
	font-weight: bold;
	font-size: 18px;
	width: 100%;
}

div.form-pessoa-especial-wrapper div.row {
	margin: 20px 0;
}

div.form-pessoa-especial-wrapper div.radio-opt-wrapper {
	display: flex;
	margin-top: 15px;
}

div.form-pessoa-especial-wrapper div.radio-opt-wrapper label {
	margin-right: 30px;
	width: auto;
}

div.form-pessoa-especial-wrapper div.radio-opt-wrapper span {
	margin-left: 5px;
}

span.obs {
	color: rgb(138, 138, 138);
	font-weight: bold;
}

.carousel-indicators {
	position: absolute;
	/* bottom: 10px; */
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	list-style: none;
	padding-right: 35px;
}

.carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000; */
	background-color: rgba(255, 255, 255, .7);
	border: none;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: #fff;
}

div.mais-cultura div.conteudo-wrapper {
	padding: 35px 50px !important;
}

div.mais-cultura div.conteudo-wrapper div.conteudo {
	font-size: 17px !important;
    line-height: 32px !important;
}

div.mais-cultura div.saiba-mais-esquerda {
	margin-top: 40px;
}

._d-dtc._d-vat._d-w._m-mb a {
	padding-top: 15px !important;
}

body.page-id-48 ._ff-u._fs._mt._lh {
	font-weight: bold;
}

body.home div._caption._ttu {
	font-weight: bold;
}

.titulo-vantagens-competitivas {
	letter-spacing: 0 !important;
}

footer div._d-dt._d-w * {
	font-weight: bold !important;
}

/* ACORDION */
.accordion {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 24px;
}

.accordion .accordion-header {
    cursor: pointer;
    width: 100%;
    border: none;
    transition: all ease-in-out .4s;
    display: flex;
    justify-content: space-between;
	align-items: center;
	position: relative;
}

.accordion .accordion-header::before{
	content: '';
	position: absolute;
	display: block;
	width: 0%;
	height: 2px;
	bottom: -8px;
	opacity: 0;
	background-color: #000;
	transition: all ease-in-out .4s;
}

.accordion .active.accordion-header::before{
	width: 100%;
	opacity: 1;
}

.accordion .accordion-header h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.accordion .accordion-header img{
	transform: rotate(180deg);
	transition: all ease-in-out .4s;
}
  
.accordion .accordion-header:hover img {
	transform: scale(1.2) rotate(180deg); 
}

.accordion-content {
    padding: 20px 0 0;
    display: none;
    overflow: hidden;
}

.equipes-container {
    padding-top: 22px;
}

/* SIDEBAR */
ul.sidebar-menu {
    list-style: none;
    padding: 0;
}
ul.sidebar-menu li.submenu-header, ul.sidebar-menu li.submenu-header-s {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
	margin-bottom: 10px;
	cursor: pointer;
}
ul.sidebar-menu li.submenu-header-s{
	cursor: initial
}
._d-dtc._d-vat._d-w._m-mb ul.sidebar-menu li.submenu-header a{
	font-family: 'Aller-Real';
    font-weight: 800 !important;
    padding: 0 !important;
    color: #000 !important;
	font-size: 14px !important;
}
._d-dtc._d-vat._d-w._m-mb ul.sidebar-menu li.submenu-header img{
	transform: rotate(180deg);
}
ul.submenu {
    list-style: none;
	padding: 0 0 0 16px;
	margin-bottom: 10px;
}
ul.sidebar-menu li ul.submenu li {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
}
._d-dtc._d-vat._d-w._m-mb .page_item a {
    font-family: 'Aller-Real';
    font-weight: 300;
    padding: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
}
ul.sidebar-menu li{
	position: relative;
}
ul.sidebar-menu li a::before{
	display: block;
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: 0;
	background-color: #000;
	transition: all ease-in-out .4s;
}

ul.sidebar-menu li a:hover::before, ul.sidebar-menu li.current_page_item a::before{
	width: 100%;
}
._d-dtc._d-vat._d-w._m-mb ul.sidebar-menu li.submenu-header.page_item_has_children a{
    font-weight: 300 !important;
}
 
._d-dtc._d-vat._d-w._m-mb ul.sidebar-menu li.current_page_item a, ._d-dtc._d-vat._d-w._m-mb ul.sidebar-menu li.submenu-header.page_item_has_children.current_page_item a{
	font-weight: 800 !important;
}

.content-diretoria img.alignleft {
    float: left;
    padding: 0px 22px 0 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    background-color: initial;
    border-radius: 0px;
}

.breadcrumb>li+li:before{
	display: none;
}

.breadcrumb>li {
    display: inline-block;
    padding-left: 8px;
	position: relative;
}

.breadcrumb>li a::before {
    display: block;
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    background-color: #000;
    transition: all ease-in-out .4s;
}
.breadcrumb>li a:hover{
	color: #000;
}

.breadcrumb>li a:hover::before{
	width: calc(100% - 8px);
}

@media (max-width: 768px) {
	section#contato div.conteudo-editor {
		/* text-align: center; */
	}

	div.listagem-wrapper {
		margin-top: 50px;
		padding-left: 0;
	}

	section#contato div.form-wrapper label {
		margin: 10px 0;
	}

	div.detalhes-vaga-wrapper {
		padding: 0;
		margin-top: 50px;
	}
}

.page-id-52 .sidebar-menu .submenu-header  .container-submenu{
	display: block!important;
}

body.page-id-52 > section._mt._bgc > div > div > div._d-dtc._d-vat._d-w._m-mb > ul > li.container-submenu{
	display: block;
}

body.page-id-52 > section._mt._bgc > div > div > div._d-dtc._d-vat._d-w._m-mb > ul > li.container-submenu .submenu .submenu{
	display: none;
}

.page-id-52 .sidebar-container  .container-submenu .submenu-header .submenu{
	
}

.submenu ul.submenu{
	display: none;
}

.download-termo-ref{
	display: block;
    margin: 15px 0;
    background: #000;
    color: #fff;
    padding: 10px;
    width: fit-content;
    border-radius: 6px;
    cursor: pointer;
}

.box-black-trabalhe-conosco{
	background-color: #000;
	padding: 7rem 0;
}

.box-black-trabalhe-conosco h2{
	color: #fff;
    text-transform: uppercase;
    font-family: 'Aller-Real';
    font-weight: 700;
    font-size: 5rem;
    margin: 0;
    padding-right: 4rem;
	margin-bottom: 3rem;
}

.box-black-trabalhe-conosco p{
	color: #fff;
	margin-bottom: 1.5rem;
}

.dicas-processo{
	padding: 5rem 0;
	margin-bottom: 7rem;
}

.dicas-processo h2{
	text-transform: uppercase;
    font-family: 'Aller-Real';
    font-weight: 700;
    font-size: 4rem;
    margin: 0;
    padding-right: 4rem;
    margin-bottom: 3rem;
}

.dicas-processo h5{
	text-transform: uppercase;
    font-family: 'Aller-Real';
    font-weight: 700;
	opacity: .7;
}

.dicas-processo li{
	margin-bottom: .9rem;
    font-size: 1.6rem;
    color: #8f8f8f;
}

.btn-vagas{
	
    border: 2px solid #fff;
    margin: 3rem auto 0;
    display: block;
    width: fit-content;
    padding: 1rem 3rem;
    border-radius: 50px;
    cursor: pointer;
	background-color: #fff;
	color: #000;
	transition: all .5s;
}

.btn-vagas:hover{
	color: #fff;
	background-color: transparent;
}

.wrapper-logos{
	gap: 33px;
    align-items: self-start;
    justify-content: space-between;
}

.wrapper-logos a{
	height: 100px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wrapper-logos a:last-of-type{
	height: 160px;
}

.wrapper-logos a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 900px){
	.wrapper-logos {
		gap: 10px;
		align-items: self-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media (max-width: 992px) {
  div#menu-header {
    display: none;
  }
}
