:root {
	--green: #028212;
	--white: #ffffff;
	--dark: #333333;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	width: 100%; 
	height: 100%; 
	position: relative; 
	font-family: "Roboto", sans-serif;
	color: var(--dark);
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	color: var(--dark);
	text-decoration: none;
}
main {
	position: relative;
	padding: 134px 0 40px;
}
.text-green-tea {
	color: #95bf20;
}
.obrigatorio:after {
	content: " *";
	color: var(--bs-red);
}
/* CURRÍCULO */
.cv-menu a {
	display: block;
	line-height: 1.5;
	border-bottom: 1px solid var(--green);
	padding: 10px;
}
.cv-menu a:hover {
	color: var(--green);
}
.cv-menu a.active {
	font-weight: 700;
	color: var(--green);
}
.cv-vaga {
	padding: 30px 0; 
	position: relative;
}
.cv-vaga:not(:last-child) {
	border-bottom: 1px solid var(--green);
}
.cv-vaga .detalhes {
	display: inline-block !important;
	font-weight: 700;
}
.cv-vaga p {
	margin: 10px 0;
}

@media (max-width: 768px) {
	body, html {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	body, html {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	body, html {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	body, html {
		font-size: 16px;
	}
}


/*
.form-control.is-invalid .help-block {
    display: block;
}

.form-control .help-block {
    display: none;
}
*/


















/*ver abaixo*/
.left {
  float: left;
}
.right {
  float: right;
}
.fx {
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.img-responsive {
  display: inline-block;
}
/* ---------------------------------------------------------------------------------------- */



/*header {
  width: 100%;
  height: 100px;
  background: #111111;
  position: fixed;
  z-index: 5000;
}
header .logo {
  vertical-align: -61px;
  max-width: 100%;
}

header nav.menu-desktop {
  float: right;
}
header nav.menu-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav.menu-desktop ul li {
  position: relative;
  display: inline-block;
}
header nav.menu-desktop li ul {
  position: absolute;
  display: none;
  background: #111;
  width: 200px;
  opacity: 0.7;
  }
header nav.menu-desktop li ul li {
  display: block;
}
header nav.menu-desktop li ul li a {
  line-height: 40px;
  font-size: 13px;
  }
header nav.menu-desktop li:hover > ul {
  display: block;
}
header nav.menu-desktop li ul ul {
  width: 250px;
  top: 0;
  bottom: auto !important;
  right: -250px;
}
header nav.menu-desktop a {
  text-transform: uppercase;
  padding: 0rem 0.625rem 0rem 0.625rem;
  color: #FFF;
  font-weight: 300;
  line-height: 100px;
  font-size: 0.875rem;
}
header nav.menu-desktop a:hover {
  color: #ECD864;
}
header nav.menu-mobile {
  position: relative;
}
header nav.menu-mobile .botao-menu-mobile {
  padding: 2.3125rem 0rem 2.1875rem 3.25rem;
}
header nav.menu-mobile select {
  width: 130px;
  height: 32px;
  background: #000;
  border: 1px #fff solid;
  color: #FFF;
  line-height: 100px;
  font-size: 0.875rem;
  padding: 0 10px;
  margin-right: -20px;
}
header nav.menu-mobile ul {
  display: none;
  list-style: none;
  position: absolute;
  right: -9px;
  background: #111;
  margin: 0;
  padding: 0;
  width: 150px;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}
header nav.menu-mobile ul li {
  text-align: right;
}
header nav.menu-mobile ul a {
  display: block;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
}*/
.redes-sociais img {
  margin: 0rem 0rem 0rem 0.9375rem;
}
.redes-sociais a:hover {
  opacity: 0.7;
}
.banner-principal {
  width: 100vw;
  height: calc(100vh - 100px);
  position: relative;
}
.sobre{
  background: url('../img/bg.png');
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.banner-principal .sobre{z-index: 3;}
.logo-sombra {
  position: absolute;
  z-index: 2000;
  max-width: 100%;
  height: auto;
  top: 16%;
}
.slides-navigation .next {
  position: absolute;
  z-index: 4000;
  right: 0;
  top: calc(50% - 30px);
}
.slides-navigation .prev {
  position: absolute;
  z-index: 4000;
  left: 0;
  top: calc(50% - 30px);
}


.sombra{
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  top:631px;
}

.sec-titulo.branco {
  color: #FFF;
}
.sec-titulo {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 42px;
  font-size: 2.1875rem;
  margin: 1.25rem 0rem 2.5rem 0rem;
}
.sec-titulo::before {
  content: "";
  width: 57px;
  height: 5px;
  background: #E9C436;
  position: absolute;
  bottom: -20px;
}
.sec-titulo sub {
  color: #FFF;
  font-weight: 300;
  line-height: 28px;
  font-size: 1.5rem;
}
.sec-titulo sub::before {
  content: "/";
  padding-right: 5px;
  font-size: 2.5rem;
}
.xingling {
  margin-top: -85px;
}
.equipe-pessoa.pra-direita .equipe-pessoa-foto {
  float: right;
}
.equipe-pessoa.pra-direita .equipe-pessoa-foto .social {
  text-align: left;
  right: -70px;
}
.equipe-pessoa.pra-direita .equipe-pessoa-foto .foto {
  position: absolute;
  right: -50px;
  top: -50px;
}
.equipe-pessoa.pra-direita .equipe-pessoa-info {
  float: left;
  text-align: right;
}
.equipe-pessoa.pra-esquerda {
  margin-left: 20px;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-foto {
  float: left;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-foto .social {
  text-align: right;
  left: -70px;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-foto .foto {
  position: absolute;
  left: -50px;
  top: -50px;
}
.equipe-pessoa.pra-esquerda .equipe-pessoa-info {
  float: right;
}
.equipe-pessoa {
  background: #FFF;
  position: relative;
  -webkit-box-shadow: 7px 7px 0px 0px #dddddd;
  -moz-box-shadow: 7px 7px 0px 0px #dddddd;
  box-shadow: 7px 7px 0px 0px #dddddd;
  margin: 1.25rem 0rem 6.25rem 0rem;
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.equipe-pessoa-foto {
  position: relative;
}
.equipe-pessoa-foto .social {
  position: absolute;
  width: 500px;
  background: rgba(60, 60, 60, 0.5);
  bottom: 5px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.equipe-pessoa-foto .social img {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.equipe-pessoa-foto .social a:hover {
  opacity: 0.8;
}
.equipe-pessoa-info h2 {
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
}
.bg-secao-portfolio {
  height: 260px;
  background: url('../img/bg_portfolio.jpg') center;
}
.portfolio-projeto {
  margin: 2.5rem 0rem 0rem 0rem;
}
.portfolio-projeto .imagem {
  position: relative;
  overflow: hidden;
  height: 234px;
}
.portfolio-projeto .imagem img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 234px;
}
.portfolio-projeto .imagem h1 {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.portfolio-projeto h2 {
  display: block;
  min-height: 18px;
  margin: 0.3125rem 0.9375rem 0rem 0.9375rem;
  color: #FFF;
  font-weight: 300;
  line-height: 19px;
  font-size: 1rem;
}
.portfolio-projeto p {
  display: block;
  height: 130px;
  margin: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  color: #FFF;
  font-weight: 400;
  line-height: 19px;
  font-size: 0.75rem;
}
.portfolio-projeto a {
  border-bottom: 2px #E9C436 solid;
  color: #FFF;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
  padding: 0rem 0rem 0.3125rem 1.25rem;
  margin-top: 15px;
}
.portfolio-projeto a:hover {
  color: #E9C436;
}
.bg-secao-projeto {
  height: 260px;
  background: url('../img/bg_projeto.jpg') center;
}
.mosaico-item.texto p {
  color: #FFF;
  font-weight: 400;
  line-height: 16px;
  font-size: 0.875rem;
}
.mosaico-item {
  padding: 10px;
  float: left;
  overflow: hidden;
}
.mosaico-item.imagem img {
  width: 100%;
}
.mosaico-item.imagem a {
  position: relative;
  display: block;
}
.mosaico-item.imagem .lupatida {
  content: url('../img/lupa.png');
  position: absolute;
  z-index: 500;
  top: -100px;
  left: calc(50% - 37px);
  -webkit-transition: all .10s linear;
  -moz-transition: all .10s linear;
  transition: all .10s linear;
}
.mosaico-item.imagem a:hover .lupatida {
  top: calc(50% - 37px);
}
.mosaico-item.imagem:hover img {
  opacity: 0.3;
}
.bg-secao-servicos {
  height: 260px;
  background: url('../img/bg_servico.jpg') center;
}
.imagem-servicos {
  position: relative;
}
.imagem-servicos img {
  width: 100%;
  height: auto;
}
.imagem-servicos::before {
  content: "";
  border: 7px #E9C436 solid;
  background: transparent;
  position: absolute;
  height: 200px;
  width: 70%;
  left: calc(15%);
  z-index: -1;
  bottom: -30px;
}
.imagem-servicos::after {
  content: "";
  border: 7px #522055 solid;
  background: transparent;
  position: absolute;
  height: 200px;
  width: 200px;
  right: -40px;
  z-index: -1;
  bottom: 30px;
}
.formulario-contato input {
  width: 100%;
  height: 28px;
  background: #EEEEEE;
  border: 1px transparent solid;
  color: #444444;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 0.75rem 0rem;
}
.formulario-contato textarea {
  width: 100%;
  height: 120px;
  background: #EEEEEE;
  border: 1px transparent solid;
  color: #444444;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  margin: 0rem 0rem 0.75rem 0rem;
}
.formulario-contato button {
  width: 106px;
  height: 28px;
  border: 0;
  background: #E9C436;
  color: #000000;
  font-weight: 700;
  line-height: 17px;
  font-size: 0.875rem;
}
.formulario-contato button:hover {
  background: #d5ae17;
}
.xorin {
  display: block;
  text-align: right;
  clear: both;
  padding: 1.875rem 0rem 1.875rem 0rem;
  color: #1F1F1F;
  font-weight: 400;
  line-height: 16px;
  font-size: 0.875rem;
}
.xorin a {
  color: #E9C434;
}
.mapa {
  background: url('../img/mapa.jpg') center;
  height: 506px;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.bg-secao-midia {
  height: 260px;
  background: url('../img/bg_midia.jpg') center;
}
.midia {
  margin: 2.5rem 0rem 1.25rem 0rem;
}
.midia .imagem {
  position: relative;
  overflow: hidden;
  height: 234px;
}
.midia .imagem img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 234px;
}
.midia .imagem h1 {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  text-transform: uppercase;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.midia p {
  display: block;
  height: 100px;
  margin: 1.25rem 0.9375rem 1.25rem 0.9375rem;
  color: #FFF;
  font-weight: 400;
  line-height: 19px;
  font-size: 0.75rem;
}
.midia a {
  border-bottom: 2px #E9C436 solid;
  color: #FFF;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
  padding: 0rem 0rem 0.3125rem 1.25rem;
}
.midia a:hover {
  color: #E9C436;
}
.bg-secao-parceiros{
  height: 260px;
  background: url('../img/bg_parceiros.jpg') center;
}
.bloco-parceiro { overflow: hidden; white-space: nowrap; }
.bloco-parceiro img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  margin-right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bloco-parceiro a:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.parc-titulo {
  font-weight: 400;
}
.bg-secao-blog {
  height: 260px;
  background: url('../img/bg_blog.jpg') center;
  background-size: cover;
}
.bloco-blog {
  background: #FFF;
  margin-bottom: 100px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.post-blog {
  margin-bottom: 30px;
}
.post-blog .imagem {
  position: relative;
  overflow: hidden;
  height: 330px;
}
.post-blog .imagem img {
  min-width: 100%;
  height: auto;
  min-height: 330px;
}
.post-blog .imagem a:hover { color: #E9C436; }
.post-blog .imagem a {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.post-blog .imagem h1 {
  display: block;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  color: #FFF;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.25rem;
}
.post-blog p {
  color: #1F1F1F;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
}
.post-blog a {
  color: #E9C436;
  font-weight: 700;
}
.post-blog .btn-saibamais {
  border-bottom: 2px #E9C436 solid;
  color: #000;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
  padding: 0rem 0rem 0.3125rem 1.25rem;
}
.post-blog .btn-saibamais:hover {
  color: #E9C436;
}
.sidebar-sec {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
  margin: 0rem 0rem 2.5rem 0rem;
}
.sidebar-sec::before {
  content: "";
  width: 57px;
  height: 5px;
  background: #E9C436;
  position: absolute;
  bottom: -20px;
}
.sidebar-links {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.sidebar-links li {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.sidebar-links a {
  color: #1F1F1F;
  font-weight: 400;
  line-height: 19px;
  font-size: 0.875rem;
}
.newsletter {
  background: #BBBBBB;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.newsletter h1 {
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.newsletter input {
  width: 100%;
  height: 28px;
  background: #EEEEEE;
  border: 0;
  color: #444444;
  font-weight: 400;
  line-height: 17px;
  font-size: 0.875rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 0.625rem 0rem;
}
.newsletter button {
  border: 0;
  background: #FFF;
  width: 105px;
  height: 28px;
  color: #000000;
  font-weight: 700;
  line-height: 17px;
  font-size: 0.875rem;
}
.newsletter button:hover {
  background: #FCFCFC;
}
.paginacao {
  margin-top: 20px;
}
.paginacao a {
  display: inline-block;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  color: #000000;
  font-weight: 700;
  line-height: 18px;
  font-size: 0.9375rem;
}
.paginacao a:hover {
  color: #E9C436;
}
.paginacao a.atual {
  border-bottom: 2px #E9C436 solid;
}
.paginacao .prev {
  padding: 0.3125rem 0.9375rem 0.3125rem 0rem;
  border-bottom: 2px #E9C436 solid;
}
.paginacao .next {
  padding: 0.3125rem 0rem 0.3125rem 0.9375rem;
  border-bottom: 2px #E9C436 solid;
}
.compartilhar {
  background: #999999;
  text-align: right;
  width: 50%;
  padding: 10px;
  margin-top: 15px;
  margin-left: -20px;
}
.compartilhar img {
  margin-left: 10px;
}
.compartilhar a {
  opacity: 1;
}
.compartilhar a:hover {
  opacity: 0.8;
}
.bloco-servico-mobile {
  margin-bottom: 50px;
}
.bloco-servico-mobile h1 {
  position: relative;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.25rem;
  margin: 1rem 0rem 2.5rem 0rem;
}
.bloco-servico-mobile h1::before {
  content: "";
  width: 57px;
  height: 5px;
  background: #E9C436;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 768px) {
  .logo-sombra {
    text-align: center;
  }
  .imagem-allume {
    margin-top: 0;
  }
  .bg-secao-allume {
    margin: 0rem 0rem 18.75rem 0rem;
  }
  .equipe-pessoa-info {
    width: 100%;
  }
  .equipe-pessoa-foto .foto {
    position: relative !important;
    width: 100%;
    height: auto;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .sec-titulo sub {
    display: block;
  }
  .bloco-parceiro {
    height: 90px;
    text-align: center;
  }
  .sidebarr {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .logo-sombra {
    left: calc(50% - 232px);
  }
  .banner-principal {
    /*margin-top: -100px;*/
  }
  .imagem-allume {
    margin-top: -30px;
  }
  .bg-secao-allume {
    margin: 0rem 0rem 20rem 0rem;
  }
  .equipe-pessoa-info {
    width: 60%;
  }
  .equipe-pessoa-foto {
    height: 310px;
  }
  .mosaico-item {
    width: 360px;
  }
  .imagem-servicos {
    margin-top: -60px;
  }
  .bloco-parceiro {
    height: 120px;
  }
  .sidebarr {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {

  .bg-secao-allume {
    margin: 0rem 0rem 12.5rem 0rem;
  }
  .equipe-pessoa-info {
    width: 60%;
  }
  .mosaico-item {
    width: 313px;
  }
  .imagem-servicos {
    margin-top: -100px;
  }
  .bloco-parceiro {
    height: 120px;
  }
  .sidebarr {
    margin-top: 0px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .equipe-pessoa-info {
    width: 70%;
  }
  .mosaico-item {
    width: 380px;
  }
  .modal-box {
    width: 50%;
  }
}
/* Classes Wordpress */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}






@media screen and (max-width: 991px){

	
}
/* CARREIRA */
.cv_content span{font-size:1rem !important;color:#001E30 !important;display:block;padding-top:14px;line-height:30px;}
.cv_label, .cv_label_radio{color:#001E30;font-weight:400 !important;line-height:22px;font-size:1rem;margin-bottom:0 !important;}
.cv_label_radio:not(:last-child){margin-right:1.5rem;}
.cv_label .cv_obrig{display:inline-block;font-size:.7rem !important;padding-top:0 !important;line-height:22px !important;}
.cv_obrigatorio{right:20px;position:absolute;padding:0 !important;font-size:.7rem;font-style: italic;}
.wxx-100{width:100%;}
.p-relative{position:relative;}
.pt-8{padding-top:8px;}
.cv_heading{border-bottom:1px #BBBBBB solid;height:44px;}
/*:invalid{box-shadow:none;}*/
.bc-expp-hid{display:none;}
.cvanexado{margin:10px 0 30px;}
#masthead .secundario{padding:0 10px 20px 0 !important;}
#masthead .cv_conta{border:1px solid #005B95;padding:8px;display:inline-block;color:#1F3A60;}
#masthead .cv_conta span, #masthead .cv_conta_mob span{color:#001E30 !important;font-weight:700;}
#masthead .cv_conta_mob{padding:4px 8px 0;display:inline-block;color:#1F3A60;}
#masthead .cv_conta_mob p{margin-bottom:.5rem;}
.azul{color:#1F3A60;}


