@font-face
{
    font-family: "Montserrat" ;
      src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Montserrat_light" ;
      src: url("../fonts/Montserrat-ExtraLight.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato" ;
      src: url("../fonts/lato-regular.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Lato_light" ;
      src: url("../fonts/Lato-Light.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Poppins" ;
      src: url("../fonts/Poppins-Bold.ttf") format("truetype"); 
} 
@font-face
{
    font-family: "Poppins_bold" ;
      src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype"); 
} 
* {
	margin: 0;
	padding: 0;
		
}
td, th, table, iframe {
    font-family: "Lato", Arial, Helvetica, sans-serif!important;
    }
	.contrato {
    font-family: "Lato", Arial, Helvetica, sans-serif!important;
    }
a, a:link, link, ul, li
{
    text-decoration: none!important;
}
  ::-webkit-scrollbar {
      width: 10px;
  }
  
  ::-webkit-scrollbar-thumb { 
     background: #b1b1b1;
     border-radius: 5px;
     border: 0px solid #FFF; 
     
  }

body,
html { 
	height:100%;
	font-family:sans-serif;
	line-height:1.5; 
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
h3
{
	font-size: 60px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 20px;
	font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 75px;
    float: left;   
}

h2
{
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 33px;
    float: left;
    
}
h1 
{
	font-size: 32px;
	text-align: center;
	color: #e56001;
	margin-top: 50px;
    margin-bottom: 10px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
	width: 100%;
    line-height: 33px;
    float: left;     
}
h4
{
    font-size: 18px;
    position: relative;
    animation: fadeText 12s infinite ease-in-out;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    text-align: center;
    width: 96%; 
    height: 40px;
    float: left;
    margin: 20px 2% 10px 2%;
    padding-top: 10px;      
    color: #666;  
    background-color: #e1e1e1;
    border-radius: 10px;;     
}
h5
{
	font-size: 26px;
	text-align: center;
	color: #333;
	margin-top: 20px;
    margin-bottom: 0px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: auto;
    line-height: 33px;
    float: left;
}
p
{
	font-size: 20px;
	text-align: left;
	color: #555;
	margin-top: 30px;
    margin-bottom: 10px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
	width: 96%;   
    margin: 10px 2% 10px 2%;
    float: left;
    
}
b
{
    font-weight: 900;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    margin-right: 10px;
}
label
{
	font-size: 14px;
	text-align: center;
	color: #777;
	margin: 10px 2% 0 2%;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 600;
	width: 96%;
    padding-left: 0;
    line-height: 16px;
    float: left;
}


.titulo {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.titulo h1
{
  color: #fff;  
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  
}


/* faixa ondulada */
.titulo::after {
  content: "";
  position: absolute;

  left: 0%;
  bottom: -12px;

  width: 100%;
  height: 8px;

  background: #ffa32b;

  border-radius:
    10% -10% 15% 15% /
    10% -10% 15% 10%;

  transform: rotate(-1deg);

  opacity: 0.99;
}
#cont_topo
{
	width: 100%;
    float: left;
	min-height: 100px;	    
	position: relative;	
	z-index: 98;
}

.topo
{
	max-width: 1400px;
	min-height: 100px;
	border: 0px solid #000;
	margin: 0 auto;  
    position: relative; 
}
.logo
{
    width: auto;
    height: 90px;
    float: left;
    text-align: center;
    margin: 5px 0 0 1%;
}
.logo img
{
    height: 90px; 
    width: auto;
}
.banner
{
    width: 100%;
    height: 700px;
    float: left;
    background-image: url(../images/fundo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;    
    margin-top: -100px;   
    position: relative;
}
.filtro
{
    width: 100%;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.8);
     backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    position: absolute;  
    left: 0;
    top: 0;   
}
.cont_int
{
    width: 50%;
    float: none;
    left: 25%;
    min-height: 100px;
    display: flex;
    justify-content: center;    
    position: absolute;
}

.cont_int_menu
{
    width: 50%;
    float: right;   
    min-height: 40px;   
    display: none; 
    position: relative;
}
.menu_icon
{
    width: 35px;
    height: 35px;
    float: right;
    margin: 20px 2% 5px 0;
    display: none;
    cursor: pointer;
}
.menu_icon img
{
    width: 100%;
}
#menu_mobile
{
    width: 100%;
    float: left;   
    min-height: 300px;   
    display: none; 
    position: absolute;
    margin-top: 60px;
    margin-left: 0;
    background-color: #2b303b;
    display: none;
    color: #fff;
    font-size: 18px;
}
.item_mobile
{
    width: 94%;
    min-height: 25px;
    float: left;
    margin: 20px 2% 5px 4%;
    text-align: left;
    color: #fff;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
     -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;   
}
.item_mobile:hover
{
    width: 90%;
    margin: 20px 2% 5px 8%;
     -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.item_mobile2
{
    width: 90%;
    min-height: 40px;
    padding-top: 10px;
    float: left;
    margin: 20px 5% 20px 5%;
    border-radius: 10px;
    text-align: center;
    background-color: #e56001;
    color: #fff;  
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 100;
     -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;   
}
.item_mobile2:hover
{
    background-color: #777;
    color: #000;
    cursor: pointer;
}
.cont_menu
{
  min-width: 10%;
  width: fit-content; 
  padding: 0px 20px;  
  color: white;
  text-align: center;
}
.cont_int2
{
    width: 25%;
    min-height: 100px;
    float: right;
    text-align: right;   
}
.bot_entrar
{
    width: 40%;
    height: 38px;
    float: right;
    background-color: #e56001;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin-right: 2%;
    margin-top: 25px;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.bot_entrar:hover
{
    background-color: #555;
    cursor: pointer;
}
.bot_sair
{
    width: auto;
    height: 38px;
    float: right;
    background-color: #e56001;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 2%;
    margin-left: 10px;
    margin-top: 25px;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.bot_sair:hover
{
    background-color: #555;
    cursor: pointer;
}
.item_menu
{
    width: auto;
    min-height: 65px;
    float: left;
    padding: 35px 13px 0 13px;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    color: #fff;
    text-align: center;
}
.item_menu:hover
{
    background-color: #e56001;
    cursor: pointer;
}
.banner_int
{
    width: 50%;
    min-height: 500px;
    float: none;
    margin: 100px auto;
    padding: 50px 1% 20px 1%;
}
.bot_home
{
    width: 29%;
    height: 38px;
    float: left;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin: 20px 2% 30px 2%;   
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    border: 1px solid #666;
}
.bot_home:hover
{
    background-color: #e56001;
    cursor: pointer;
}
.cont_botoes
{
    width: 80%;
    min-height: 200px;
    float: left;
    margin: 0 10% 0 10%;
    overflow: hidden;
}
.bot_mais_vaga
{
    width: 32%;
    height: 38px;
    float: none;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin: 20px auto 20px;   
    font-size: 18px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    background-color: #e56001;
}
.bot_mais_vaga:hover
{
    background-color: #666;
    cursor: pointer;
}
.numeros_a
{
    width: 33%;
    min-height: 60px;
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin: 20px 0 30px 0;   
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    border-right: 1px solid #666;
}
.numeros_b
{
    width: 33%;
    min-height: 60px;
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    margin: 20px 0 30px 0;   
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    border-right: 0px solid #666;
}
.numeros_tit
{
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
    margin-bottom: 0px;
	font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    line-height: 35px;
    float: left;
}
.numeros_desc
{
	text-align: center;
	color: #fff;
	margin-top: 0px;
    margin-bottom: 10px;
	font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	width: 100%;
    float: left;
}
.pessoas
{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.pessoas img
{
    width: 100%;
    height: auto;     
}
.cont_conteudo
{
    width: 100%;
    min-height: 200px;
    float: left;
    overflow: hidden;
    
}
.conteudo
{
    max-width: 1400px;
    min-height: 200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 70px;
}
.conteudo h1
{
    font-size: 32px;
    text-align: center;
    color: #e56001;
    margin-top: 50px;
    margin-bottom: 10px;
   font-weight: 800;
    width: 100%;
    line-height: 33px;
    float: left;
}

.conteudo h2
{    
    color: #555;
    width: 60%;
    margin: 10px 20% 20px 20%;
    font-size: 36px;
    color: #555;
    margin-top: 0px;
    line-height: 40px;
     font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-weight: 500;
}
.conteudo h3 {
    color: #555;
    width: 60%;
    margin: 10px 20% 20px 20%;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.conteudo_center
{
    width: 98%;
    min-height: 100px;
    float: left;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 2%;    
}
.conteudo_center h1
{
    font-size: 36px;
    color: #555;
    margin-top: 0px;
    line-height: 40px;
}
.item {
  width: 29%; 
  text-align: center;
  min-height: 250px;
  margin-top: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.item_cad {
  width: 29%; 
  text-align: center;
  min-height: 270px;
  margin-top: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.item_ico
{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 20px;
    margin: 30px 0 20px 10%;
    background: linear-gradient(to bottom, #e56001, #f37f2c);
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.item:hover > .item_ico
{
    width: 70px;
    height: 70px;
    float: left;    
    margin: 25px 0 15px 9%;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.item_ico img
{
    width: 60%;
    float: none;
    margin: 20% auto;
}
.item h2
{
    width: 80%;
    min-height: 30px;
    float: left;
    margin: 0px 0 0px 10%;
    color: #222;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.item p
{
    width: 90%;
    min-height: 30px;
    float: left;
    margin: 10px 0 0px 10%;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.item_cad h2
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 0 0px 1%;
    color: #222;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.item_cad p
{
    width: 80%;
    min-height: 30px;
    float: left;
    margin: 10px 0 0px 10%;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.item_ico_cad
{
    width: 60px;
    height: 60px;
    float: none;
    border-radius: 20px;
    margin: 20px auto;
    background: linear-gradient(to bottom, #e56001, #f37f2c);
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}

.item_ico_cad img
{
    width: 60%;
    float: none;
    margin: 10% auto;
}
.item2 {
  width: 100%; 
  text-align: left;
  min-height: 70px;
  margin-top: 0px;
  margin-bottom: 5px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.item2_ico
{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 20px;
    margin: 20px 0 20px 2%;
    text-align: center;
    background: linear-gradient(to bottom, #e56001, #f37f2c);
       -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.item2_ico img
{
    width: 60%;
    float: none;
    margin: 20% auto;
}
.item2:hover > .item2_ico
{
    opacity: 0.5;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; 
}
.item2_cont
{
    width: 85%;
    min-height: 70px;
    float: left;
    text-align: left;
    padding-top: 10px;
}
.item2 h2
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 10px 0 0 2%;
    color: #222;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}
.item2 p
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 0 0px 2%;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.cont_solicitar
{
    width: 100%;
    min-height: 40px;
    float: left;
}
.bot_solicitar
{
    width: 300px;
    height: 40px;
    float: none;
    border-radius: 10px;
    margin: 20px auto;
    background: linear-gradient(to bottom, #e56001, #f37f2c);
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
    cursor: pointer;
}
.bot_solicitar:hover
{
    background: linear-gradient(to bottom, #333, #666);   
}
.conteudo_a
{
    width: 48%;
    min-height: 200px;
    float: left;
    margin: 20px 1% 20px 1%;    
}
.conteudo_a img
{
    width: 100%;
    height: auto;
}
.conteudo_b
{
    width: 48%;
    min-height: 200px;
    float: left;
    margin: 20px 1% 20px 1%;   
}
.cont_vagas {
  width: 100%; 
  float: left;
  min-height: 200px;  
}

.vaga {
  width: 45%; 
  float: left;
  text-align: left;
  min-height: 150px;
  margin: 20px 2% 0 2%;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
.vaga h2
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 10px 0 10px 2%;
    color: #e56001;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}
.vaga p
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 0 0px 2%;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.vaga img
{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.ver_mais
{
    font-size: 16px;
	text-align: right;
	color: #e56001!important;
	margin-top: -30px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 96%;
    line-height: 20px;
    padding: 0 2% 10px 2%;
    float: left;
    cursor: pointer;
}
.ver_mais2
{
    font-size: 16px;
	text-align: right;
	color: #e56001!important;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 96%;
    line-height: 20px;
    padding: 0 2% 10px 2%;
    float: left;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    margin-left: 0px;
}
.vaga2 {
  width: 98%; 
  float: left;
  text-align: left;
  min-height: 150px;
  margin: 20px 1% 0 1%;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
.vaga2 h2
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 10px 0 10px 2%;
    color: #e56001;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}
.vaga2 p
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 0 0px 2%;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.vaga2 img
{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.acao
{
    font-size: 16px;
	text-align: left;
	color: #e56001!important;
	margin-top: 20px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 38%;
    line-height: 20px;
    padding: 0 1% 10px 10%;
    float: left;
    cursor: pointer;
}
.acao:hover
{
    opacity: 0.5;
}
.acao_esq
{
    font-size: 16px;
	text-align: right;
	color: #e56001!important;
	margin-top: 20px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 38%;
    line-height: 20px;
    padding: 0 10% 10px 1%;
    float: right;
    cursor: pointer;
}
.acao_esq:hover
{
    opacity: 0.5;
}
.acao_cad
{
    font-size: 16px;
	text-align: center;
	color: #e56001!important;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    font-weight: 700;
	width: 96%;
    line-height: 20px;
    padding: 0 2% 10px 2%;
    float: left;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}
.acao_cad
{
    opacity: 0.5;
}
.cont_rodape
{
    width: 100%;
    min-height: 150px;
    margin-top: 60px;
    float: left;
    overflow: hidden;
    background-color: #2b303b;
}
.rodape
{
    max-width: 1400px;
    min-height: 150px;
    margin: 0 auto;
    overflow: hidden;
}
.rodape_sub
{
    max-width: 1400px;
    min-height: 70px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #3f4f6e;
}
.rodape_bloco_a
{
    width: 23%;
    min-height: 150px;
    float: left;
    margin: 10px 1% 0 1%;    
}
.rodape_bloco_a img
{
    width: 200px;
    float: left;
    height: auto;
}
.rodape_bloco_a h2
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 1% 20px 1%;
    color: #f1f1f1;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}
.rodape_bloco_a p
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 1% 0px 1%;
    color: #999;
    font-size: 14px;
    text-align: left;
}
.rodape_bloco_a p img
{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.rodape_bloco_a p:hover
{
   color: #e56001;
   cursor: pointer;
}
.cont_redes
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 0px 1% 0px 1%;
}
.rede_ico
{
    width: 25px;
    height: 25px;
    float: left;
    margin: 10px 5px 10px 5px;
}
.rede_ico img
{
    width: 100%;
}
.rede_ico:hover
{
    opacity: 0.5;
    cursor: pointer;
}
.rodape_sub p
{
    width: 98%;
    min-height: 30px;
    float: left;
    margin: 20px 1% 0px 1%;
    color: #999;
    font-size: 14px;
    text-align: left;
}
.janela_mestra, #janela_mestra
{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed !important;
	z-index: 99;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
    background-attachment: fixed;
    overflow: auto;
}

.janela
{
    width: 35%;
    min-height: 300px;
    position: absolute;
    left: 32.5%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
.janela2
{
    width: 50%;
    min-height: 300px;
    position: absolute;
    left: 25%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
    padding-bottom: 20px;
}
.fechar
{
    width: 100%;
    height: 10px;
    font-size: 12px;
    text-align: right;
    float: left;
    margin: 0px 0 5px 0;
    COLOR: #333;
    text-decoration: none;
    cursor: pointer;
}
#campo, #cep, #rua, #bairro, #cidade, #estado {
    width: 96%;	
    height: 45px;
    margin: 5px 1% 0 1%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#descrito {
    width: 96%;
    height: 75px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    text-align: left;
    color: #666;
}
#estado, #cidade {
    width: 97%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}

#txtbut {
    width: 96%;
    min-height: 50px;
    float: none;
    margin: 30px 2% 0 2%;
    text-align: center;
    color: #fff;
    background-color: #333;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
}
  .capcha
  {
      width: 48%;
      float: left;
      margin: 0px 1% 0 0;
    min-height: 50px; 
    border: 0px solid #ccc;
    overflow: hidden;
  }
  .capcha img
  {
      width: 100%;
      height: 53px; 
  }
  #capcha_campo
  {
      width: 48%;
      float: right;
      margin: 0px 0 0 0;
      min-height: 50px; 
      font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
  }
  .cont_cap 
  {
      max-width: 320px;
      margin: 0px auto;
      display: none;	
  }
    .cont_capcha
  {
      width: 80%;
      float: left;
      margin: 20px 10% 0 10%;
      min-height: 50px; 
  }
  .label_capcha
  {
      width: 100%;
      min-height: 20px;
      text-align: center;
      font-size: 12px;
      height: 15px;
      margin: 10px 0 10px 0;
      float: left;
      color: #666;
  }
  .cont_label 
  {
    width: 48%;
    min-height: 40px;
    float: left;
    margin: 0 1% 0 1%;
  }
  .user 
  {
    width: auto;
    min-height: 40px;
    float: right;
    color: #fff;
    margin-top: 40px;
  }
  .cont_area
  {
    width: 48%;
    min-height: 30px;
    overflow: hidden;
    float: left;
    margin: 10px 1% 0 1%;
    text-align: left;
  }
  .whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    left: 93%;
    padding: 10px;
    z-index: 98;
    animation: respirar 4s infinite ease-in-out;
    will-change: transform;
  }
  .whatsapp img {
    width: 60px;
    height: 60px;
  }
  @keyframes respirar {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.bot_prod
{
	width: 90%;
	height: 35px;
	float: left;
	margin: 30px 5% 20px 5%;
	background-color: #555;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}
.bot_prod:hover
{
	opacity: 0.5;
}
/*------------------------------ Blocos itens -------------------------------------------------------*/

.cont_cont_result_categ
{
    width: 100%;
    min-height: 20px;
    margin: 10px auto; 
    overflow: hidden;   
}
.cont_result_categ 
{
    width: 96%;
    min-height: 25px;
    margin: 10px auto;
    background-color: #f1f1f1;
    text-align: left;
    padding: 7px 1% 7px 1%;
    border-radius: 2px;
    font-size: 14px;
	  border: 1px solid #e1e1e1;
	  overflow: hidden;
    color: #555; 
}
.cont_result_categ2
{
    width: 89%;
    min-height: 20px;
    margin: 0px 0.7% 0 0;
    float: right;
    background-color: #ffffff;
    text-align: left;
    padding: 7px 1% 0px 1%;
    border-radius: 2px;
    font-size: 14px;
	  border: 1px solid #e1e1e1;
	  overflow: hidden;
    color: #555; 
}
.cont_result_categ3
{
    width: 96%;
    min-height: 20px;
    margin: 10px auto;
    text-align: left;
    padding: 7px 1% 0px 1%;
    border-radius: 2px;
    font-size: 14px;
	overflow: hidden;
    color: #555; 
    background-color: #ffffff;
}
.filha
{ 
  float: left;
  height: 40px;
  width: auto;
  margin-left: 1%;
margin-top: 0px;
}
.filha img
{
  width: auto;
  height: 40px;

}
.cont_result_categ a, a:visited
{
   color: #555; 
   width: 50px;
}
.cont_result_categ2 a, a:visited
{
   color: #555; 
   width: 50px;
}
.res_nome
  {
    width: 65%;
    min-height: 20px;
    font-weight: 100;
    float: left;
  }
  .res_icon
  {
    width: 33%;
    min-height: 20px;
    float: right;
  }
  .icone_enc
  {
	width: 20px;
	height: 30px;
	margin: -5px 0px 0px 0;
	float: right;
	cursor: pointer; 
  }
  .icone_enc_int
  {
	width: 15px;
	height: 15px;
	margin-top: 0x;
	float: left;
	cursor: pointer;  
  }
  .icone_enc_int img
  {
	width: 100%;
	
  }
  .icone_enc_int:hover
  {
	opacity: 0.6;
  }
  .icone
  {
	width: 30px;
	height: 30px;
	margin: 5px 3px 0px 0;
	float: right;
	cursor: pointer;
  }
  .icone img
  {
	width: 100%;
	
  }
  .icone:hover
  {
	opacity: 0.6;
  }
  .modulo_corpo
  {
	width: 98%;
	height: 570px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;
  }
  .modulo_corpo_int
  {
	width: 98%;
	height: 490px;
	float: left;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px 1% 5px 1%;
	overflow: auto;
  }
  .corpo_busca_mini {
    width: 97%;
    float: left;
    height: 300px;
    overflow: auto;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    padding: 5px 1% 5px 1%;
}
.curso {
  width: 380px; 
  text-align: center;
  height: 330px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.curso img
{
  width: 100%; 
  height: auto;
}
.curso2 {
  width: 380px; 
  text-align: center;
  height: 330px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.curso2 img
{
  width: auto; 
  height: 100%;
  margin-left: 0;
}
.painel 
{
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: rgba( 0, 0, 0, 0.6 );
    left: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding-top: 15px;
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow: hidden;
    letter-spacing: 1.5px;
}
.painel p
{
    width: 96%;
    min-height: 50px;
    position: relative;
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    padding-top: 0px;
    text-align: center; 
    margin: 25px 2% 10px 2%;
    display: block;   
    letter-spacing: 1px;
}
.curso:hover > .painel
{
    display: block;
    width: 100%;
    height: 170px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.curso2:hover > .painel
{
    display: block;
    width: 100%;
    height: 170px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.painel2
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba( 0, 0, 0, 0.7);
    left: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding-top: 2%;
    text-align: center;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow: hidden;
    letter-spacing: 1.5px;
}
.painel2:hover
{
    background-color: rgba( 0, 0, 0, 0.3);
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    text-shadow: 0 0 6px rgba(0,0,0,0.8);
}
  #arquivo {
    display: none;
  }

  .upload-img {
    cursor: pointer;
    width: 150px;
    height: 150px;
    border: 2px dashed #ccc;
    padding: 10px;
    border-radius: 100px;
    overflow: hidden;
  }
  .upload-img img {
    cursor: pointer;
    width: 100%;
    height: auto;
  }
  .janela_cont
  {
    min-width: 96%;
    margin: 10px 2% 5px 2%;
    min-height: 30px;
    float: left;
    overflow: hidden;
  }

  .janela_cont_int
  {
    min-width: 50%;
    margin: 0;
    min-height: 30px;
    float: left;
     overflow: hidden;
  }
  .janela_leg
  {
    width: 96%;
    min-height: 30px;
    float: left;
    text-align: left;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    color: #555;
    font-size: 18px;
    font-weight: 600;
     overflow: hidden;
  }
  .janela_leg2
  {
    max-width: 49%;
    min-height: 30px;
    float: left;
    text-align: left;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    color: #555;
    font-size: 18px;
    font-weight: 600;
     overflow: hidden;
  }
   .janela_texto
  {
    width: 96%;
    min-height: 30px;
    float: left;
    text-align: left;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    color: #555;
    font-size: 18px;
     overflow: hidden;
    font-weight: 100;
    padding-left: 1%;
  }
  .janela_texto2
  {
    max-width: 49%;
    min-height: 30px;
    float: left;
    text-align: left;
    font-family: "Lato_bold", Arial, Helvetica, sans-serif !important;
    color: #555;
    font-size: 18px;
     overflow: hidden;
    font-weight: 100;
    padding-left: 1%;
  }
  .foto_cur {
  width: 200px;
  height: 200px;
  border-radius: 50%; 
  margin: 20px auto;
  overflow: hidden;
}
.foto_e {
    max-width: 420px;
    height: auto;
    border: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.foto_e img
{
    width: 100%;
}
.voltar
{
    width: 100%;
    min-height: 30px;
    float: left;
    margin: 50px 1% 50px 0;
    text-align: center;
    color: #555;    
    font-family: "Montserrat",Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.voltar:hover
{
    opacity: 0.5;
}
.foto_cur img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .coluna_a_cur
  {
    width: 35%;
    float: left;
    text-align: center;
    height: 100%;
    background-color: #db7329;
  }
  .coluna_b_cur
  {
    width: 65%;
    float: right;
    text-align: left;
    height: 100%;
    background-color: #f1f1f1;
  }
  .tit_cur
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    width: 90%;
    min-height: 20px;
    text-align: left;
    margin: 20px 5% 5px 5%;
  }
   .tit_contrato
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 24px;
    font-weight: 800;
    width: 90%;
    min-height: 20px;
    text-align: center;
    margin: 50px 5% 5px 5%;
  }
    .subtit_contrato
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 20px;
    font-weight: 800;
    width: 90%;
    min-height: 20px;
    text-align: left;
    margin: 30px 5% 5px 5%;
  }
  .texto_cur
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    width: 90%;
    min-height: 18px;
    text-align: left;
    margin: 10px 5% 5px 5%;
}
.num_c
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 16px;
    font-weight: 100;
    width: 90%;
    min-height: 18px;
    text-align: center;
    margin: 10px 5% 5px 5%;
}
.traco
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 16px;
    font-weight: 100;
    width: 60%;
    min-height: 18px;
    text-align: center;
    margin: 100px 20% 5px 20%;
}
.traco_t
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    min-height: 5px;
    text-align: left;
    margin: 40px 0 5px 0;
}
.sub_t
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 16px;
    font-weight: 100;
    width: 100%;
    min-height: 5px;
    text-align: center;
    margin: 10px 0 5px 0;
}
.bloco_t
  {
    width: 40%;
    float: left;
    min-height: 18px;
    text-align: center;
    margin: 0px 5% 5px 5%;    
}
.texto_contrato
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 18px;
    font-weight: 100;
    width: 90%;
    min-height: 18px;
    text-align: left;
    margin: 0px 2% 0px 8%;
}
.texto_container
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #222;
    font-size: 18px;
    font-weight: 100;
    width: 90%;
    min-height: 18px;
    text-align: left;
    margin: 0px 5% 0px 5%;
}
  .cur_icon
  {
    width: 25px;
    height: 20px; 
  }
  .cur_icon img
  {
    width: 25px;
    height: 20px;
    margin-top: 10px!important;     
  }
   .nome_cur
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #333;
    font-size: 34px;
    font-weight: 800;
    width: 90%;
    min-height: 20px;
    text-align: left;
    margin: 20px 5% 5px 5%;
  }
   .tit_vaga
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #333;
    font-size: 16px;
    font-weight: 800;
    width: 90%;
    min-height: 20px;
    text-align: left;
    margin: 20px 5% 5px 5%;
  }
  .texto_vaga
  {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    color: #333;
    font-size: 14px;
    font-weight: 0;
    width: 90%;
    min-height: 20px;
    text-align: left;
    margin: 5px 5% 5px 5%;
  }
   .cont_form {
    width: 50%;
    margin: 20px auto;
    float: none;
  }
  .label_capcha
  {
      width: 100%;
    min-height: 40px;
      text-align: center;
      font-size: 12px;
      height: 15px;
      margin: 20px 0 20px 0;
      float: left;
      color: #fff;
  }
  .cont_capcha
  {
      width: 60%;
      float: left;
      margin: 20px 20% 0 20%;
      min-height: 50px; 
  }
  .cont_cap
  {
      display: none;
  }
  .capcha
  {
      width: 40%;
      float: left;
      margin: 0px 5% 0 0;
    min-height: 50px; 
    border: 0px solid #ccc;
  }
  .capcha img
  {
      width: 100%;
      height: auto; 
  }
  #capcha_campo
  {
      width: 50%;
      float: right;
      margin: 0px 0 0 0;
      min-height: 50px; 
      font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
  }
  .cont_cap 
  {
      max-width: 320px;
      margin: 0px auto;
      display: none;	
  }
  #campo2, #cpf, #cnpj, #valor, #donatarios, #outorgantes {
    width: 96%;	
    height: 45px;
    margin: 5px 1% 0 1%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 700;
}
#senha {
  width: 96%;	
  height: 45px;
  margin: 5px 2% 0 2%;
  font-family: "Montserrat",Calibri, Century Gothic, Arial;
  font-size: 18px;
  padding-left: 1%;
  float: none;
  background-color: #f7f8f9;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #fff inset;
  border-radius: 4px;
  box-shadow: none;
  font-weight: 700;
}
#descrito {
    width: 96%;
    height: 75px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    text-align: left;
    color: #000;
    font-weight: 700;
}
#campo3, #cep {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 700;
}

#celular, #telefone, #rg {
    width: 96%;
    height: 45px;
	margin: 5px 2% 0 2%;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 700;
}
#aniver {
    width: 94.3%;
    height: 45px;
    margin: 5px auto;
    font-family: "Montserrat",Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
}
#estado, #cidade, #estado2, #atividade, #tabela {
    width: 95.5%;
    height: 45px;
    margin: 5px auto;
    font-family: Arial, Calibri, Century Gothic, Arial;
    font-size: 18px;
    padding-left: 1%;
    float: none;
    background-color: #f7f8f9;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 400;
    color: #333;
}
.cont_busca_vaga
{
    float: left;
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    min-height: 40px;
}
#busca_vaga
{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    min-height: 50px;
    border-radius: 30px;
    border: 2px solid #e56001;
    font-size: 18px;
    color: #666;
}
.cont_opt_lg
{
    width: 48%;
    min-height: 20px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #f37f2c;
    font-weight: 700;
    margin: 0 1% 0 1%;
}
.resultado {
    text-align: center;
}
.resultado h3 {
    text-align: center;
    font-size: 20px;
    color: #333;
}
.resultado p {
    text-align: center;
    font-size: 18px;
    color: #333;
}
/* container das barras */
.cont_barras {
   width: 90%;
   min-height: 30px;
   float: left;
   margin-left: 5%;
}
.barras {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* 🔥 alinha todas na base */
    gap: 15px;
    margin-top: 10px;
    height: 130px; /* importante para padronizar altura */
}

/* cada barra */
.bar {
    flex: 1;
    display: flex;
    align-items: flex-end; /* texto embaixo da barra */
    justify-content: center;
    border-radius: 8px 8px 0 0;
    color: white;
    font-weight: bold;
    position: relative;
    min-height: 40px;
}

/* texto dentro da barra (em baixo) */
.bar span {
    position: absolute;
    bottom: 5px;
    font-size: 14px;
}

/* cores */
.bar.d { background: #e74c3c; }
.bar.i { background: #caa200; }
.bar.s { background: #16a085; }
.bar.c { background: #3498db; }

.progress{
    width:100%;
    height:25px;
    background:#ddd;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:30px;
}

.progress-bar{
    width:0%;
    height:100%;
    background:#28a745;
    transition:.3s;
}

.card{
    border:0px solid #ddd;
    border-radius:0px;
    padding:5px;
}
.card h2 
{
   color: #333;
   margin-top: 0px;
}

.option{
    width:100%;
    display:block;
    padding:15px;
    margin:10px 0;
    border:1px solid #ccc;
    border-radius:8px;
    cursor:pointer;
    background:#fff;
}

.option:hover{
    background:#f5f5f5;
}

.resultado{
    text-align:center;
}
/*-----------------------------------------------Medias--------------------------------------------------------*/
@media all and (min-width: 1401px) {	
 

}
@media all and (max-width: 1560px) {
    .pessoas {
    margin-top: 20px;
    }
}
@media all and (max-width: 1460px) {
   .banner_int {
    width: 60%;
    padding: 50px 1% 20px 1%;
   }
   .pessoas {
    margin-top: 10px;
    }
}
@media all and (max-width: 1200px) {
    .cont_int, .cont_int2 {
    display: none;
}
.banner {
   background-size: 120%;    
}
.cont_int_menu, .menu_icon
{
    display: block;
}
.janela
{
    width: 50%;
    min-height: 300px;
    position: absolute;
    left: 25%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
.janela2
{
    width: 70%;
    min-height: 300px;
    position: absolute;
    left: 15%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
}
@media all and (max-width: 1080px) {
    #busca_vaga
{
    width: 60%;
   
}
   .banner_int {
    width: 70%;
    padding: 40px 1% 20px 1%;
   }
   .pessoas {
    margin-top: 10px;
    }
    .banner {
   background-size: 140%;    
   }
   .rodape_bloco_a {
    width: 48%;    
}
}
@media all and (max-width: 990px) {
    .bot_mais_vaga
{
    width: 60%;   
}
    .vaga {
    width: 96%;
    min-height: 150px;    
    }
    .conteudo_a {
    width: 70%;
    min-height: 200px;
    float: left;
    margin: 20px 15% 20px 15%;
}
.conteudo_b {
    width: 90%;
    min-height: 200px;
    float: left;
    margin: 20px 5% 20px 5%;
}
.conteudo h2 {
    width: 90%;
    margin: 10px 5% 20px 5%;
}
.cont_form {
    width: 60%;
    margin: 20px auto;
    float: none;
}

}
@media all and (max-width: 920px) {
   .banner_int {
    width: 80%;
    padding: 40px 1% 20px 1%;
   }
   .pessoas {
    margin-top: 20px;
    }
    .banner {
    background-size: 160%;    
    }
    .janela
{
    width: 70%;
    min-height: 300px;
    position: absolute;
    left: 13%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
.janela2
{
    width: 90%;
    min-height: 300px;
    position: absolute;
    left: 4%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
}

@media all and (max-width: 850px) {

 
    .whatsapp {
        left: 89%;    
      }
    }
@media all and (max-width: 800px) {
   .banner_int {
    width: 90%;
    padding: 40px 5% 20px 5%;
   }
   .item, .item_cad {
    width: 46%;  
}
}
@media all and (max-width: 750px) {
   .banner_int {
    width: 98%;
    padding: 30px 1% 20px 1%;
   }
   .logo {
    width: 98%;
    height: 120px;
    float: left;
    text-align: center;
    margin: 0px 0 0 0;
   }
    .logo img
    {
        height: 120px;
        float: none;
        margin: 5px auto;
    }
   .pessoas {
    margin-top: 0px;
    }
    .titulo {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.1;
   }
  
  
h2 {
    font-size: 20px;
}
.cont_botoes {
    width: 90%;
    margin: 0 5% 0 5%;
}
.banner {
    width: 100%;
    height: 650px; 
    background-size: 180%;
    margin-top: -120px;    
    } 
.filtro
{
    height: 650px;
}
.cont_int_menu
{
    width: 100%;
    margin-top: -50px;    
}
    .cont_form {
    width: 80%;
    margin: 20px auto;
    float: none;
}
    #busca_vaga
{
    width: 80%;
   
}
}
@media all and (max-width: 710px) {
.rodape_bloco_a {
    width: 98%;
    min-height: 150px;
    float: left;
    margin: 10px 1% 0 1%;
}
  .cont_label
  {
    width: 96%;
    min-height: 40px;
    float: left;
    margin: 0 1% 0 1%;
  }
   .whatsapp {
        left: 85%;    
      }
}
@media all and (max-width: 670px) {
   .pessoas {
    margin-top: 20px;
    }
    h2 {
        font-size: 18px;
    }
    .banner {
    height: 650px; 
    background-size: 240%;
    }
    .cont_botoes
     {
        width: 100%;
        margin: 0 0 0 0;
    }
     .janela, .janela2
{
    width: 92%;
    min-height: 300px;
    position: absolute;
    left: 2%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
  .cont_form
  {
    width: 95%;
  }
  .label_capcha {
    width: 100%;    
    text-align: center;
    font-size: 12px;
    height: 15px;
    margin: 20px auto;
    float: none;
}
  .cont_capcha
	{
		width: 90%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
	.capcha, .capcha2
	{
		width: 80%;
		float: none;
		margin: 0px auto;
		min-height: 50px; 
	}
    	#capcha_campo
	{
		width: 100%;
		float: none;
		margin: 20px auto;
		min-height: 50px; 
	}
}
@media all and (max-width: 561px) {
     .bot_mais_vaga
{
    width: 94%;  
    margin: 50px auto 20px; 
}
    .janela_cont_int
  {
    min-width: 100%;
    
  }
    .item2_cont {
    width: 80%;
    min-height: 100px;
    float: left;
    text-align: left;
    padding-top: 20px;
}
    .item {
    width: 96%;  
    min-height: 220px;
    }
     .item_cad {
    width: 96%;  
    min-height: 250px;
    }
    .titulo {
        font-size: 2rem;
        font-weight: 800;
        line-height: 1.1;
    }
    .pessoas {
    margin-top: 30px;
    }
    .cont_botoes {
        width: 100%;
        margin: -20px 0 0 0;
    }
    .numeros_desc {
      font-size: 14px;
    }
    .conteudo_a {
        width: 90%;
        min-height: 200px;
        float: left;
        margin: 20px 5% 20px 5%;
    }
       .conteudo h2 {
        width: 80%;
        margin: 10px 10% 20px 10%;
    }
}
@media all and (max-width: 500px) {
    .banner, .filtro {
        height: 600px;        
    }
    .pessoas {
    margin-top: 0px;
    }
     .whatsapp {
        left: 80%;    
      }
}
@media all and (max-width: 460px) {
   .numeros_desc {
      font-size: 12px;
    }
    .titulo {
        font-size: 1.8rem;        
    }
    .pessoas {
    margin-top: 10px;
    }
      .janela, .janela2
{
    width: 92%;
    min-height: 300px;
    position: absolute;
    left: 1%;
    top: 50px;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,1);
	text-align: center; 
	background:#fff;    
  	padding: 10px;
    z-index: 99;
	overflow: hidden;
	border-radius: 5px;	
}
  .whatsapp {
        left: 75%;    
      }
          #busca_vaga
{
    width: 96%;
   
}
}
@media all and (max-width: 412px) {

    .pessoas {
    margin-top: 0px;
    }
    .titulo {
        font-size: 1.5rem;        
    }
}