@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('fonts/Helvetica33-Extended/stylesheet.css');
@import url('fonts/antaro/css.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
@import url('blog.css');
@import url('mobile.css');

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Anton';
font-family: 'Helvetica33-ExtendedThin';
font-family: 'Helvetica83-ExtendedHeavy';
font-family: 'Helvetica43-ExtendedLight';
font-family: 'antarothin';
font-family: 'Montserrat', sans-serif;
*/

/* CONFIGURAÇÕES GERAIS */
html, body, ul {
    width: 100%;
    margin: 0;
    padding: 0;
  /*  font-family: 'Roboto Condensed'; */
 font-family: 'Montserrat';
}

.img_textos{
	width: 30%;
	float: left;
	margin-right: 2%;
}


.carousel-inner .item{
	height: 505px;
}

input, button {
    font-family: 'Montserrat';
}

textarea {
    margin-bottom: 8px;
    padding: 10px;
    width: 480px;
    height: 100px;
    border: 1px solid #CCC;
    border-radius: 2px;
    color: #1D1414;
    font-size: 13px;
    display:block;
    font-family: 'Montserrat';
}


a {
    text-decoration: none;
}

.up {
    position: fixed;
    padding: 25px;
    right: 0; 
    bottom: 0px;
    opacity: 0.8;
    z-index: 999;
    cursor: pointer;
}

.loading {
    text-align: center;
}

.no-results {
    padding: 0px 0px 18px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #3B7DA0;
}

.m-menu {
    display: none;
}

#m-menu {
    display: none;
}

#m-seek {
    display: none;
}

.m-contato {
    display: none;
}

/* DROPDOWN MENU */
.dropdown .a {
    padding-bottom: 12px;
}

.dropdown-content {
    margin-top: 11px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* DROPDOWN MENU FIXO */
.dropdown-fixo .a {
    padding-bottom: 12px;
}

.dropdown-content-fixo {
    margin-top: 8px;
    display: none;
    position: absolute;
    background-color: #3B7DA0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-fixo a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content-fixo a:hover {
    opacity: 0.8;
}

.dropdown-fixo:hover .dropdown-content-fixo {
    display: block;
}

/* TOPO CONTATO */
#topo-contato {
    width: 100%;
    height: 38px;
    background-color: #EEE;
    border-bottom: 4px solid #FFEE23;
}

#topo-contato .conteudo {
    float: right;
    padding-right: 52px;
}

#topo-contato .conteudo .texto {
    margin-top: 11px;  
    font-size: 15px;  
    font-family: 'Montserrat';
    float: left;
    color: #587782;
}

#topo-contato .conteudo .texto-ddd {
    margin-top: 11px;   
    padding-right: 3px; 
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #587782;
}

#topo-contato .conteudo .texto-telefone {
    margin-top: 7px;    
    float: left;
    color: #397C9F;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Montserrat';
}

#topo-contato .conteudo img {
    margin-top: 5px;    
    float: left;
    width: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

#topo-contato .conteudo .barra {
    color: #FFEE23;
}

/* TOPO */
#topo {
    margin-top: 5px;
    width: 100%;
    height: 68px;
    background-color: #FFF;
    padding-left: 52px;
    display: table;
    box-sizing: border-box !important; 
}

/* LOGO */
#topo .logo {
    padding: 12px;
    float: left;
}

#topo .logo img {
    width: 355px;
}

/* MENU */
#topo .menu {
    right: 0;
    height: 38px;
    float: right;
    margin-top: 58px;
    padding-right: 68px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1),rgba(238,238,238,1)); /* for Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,255,255,1),rgba(238,238,238,1)); /* for Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,1),rgba(238,238,238,1)); /* for Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,255,255,1),rgba(238,238,238,1)); /* standard syntax (must be last) */
}

#topo .menu ul li {
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    float: left;
    list-style: none;
}

#topo .menu ul li a {
    padding-right: 25px;
    padding-left: 25px;
    color: #999;
    border-right: 1px solid #CCC;
}

#topo .menu ul li a:hover {

}

/* TOPO FIXO*/
#topo-fixo .menu {
    width: 100%;
    position: fixed;
    z-index: 9999;
    height: 32px;
    background-color: #3B7DA0;
    opacity: 0.7;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    display: none;
}

#topo-fixo .menu ul {
    display: table;
    margin-left: -68px;
}

#topo-fixo .menu ul li {
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    float: right;
    list-style: none;
}

#topo-fixo .menu ul li a {
    padding-right: 18px;
    padding-left: 18px;
    color: #EEE;
    border-right: 1px solid #CCC;
}

/* BANNER */
#banner-home {
    width: 100%;
    margin-top: -10px;
    border-bottom: 1px solid #CCC;
}

#banner-home img {
   width: 100%;
   height: 505px;
}

/* VAGAS */
#vagas {  
    width: 100%;
}

#vagas .topo {
    width: 100%;
    padding: 58px 0px 58px 0px;
    background-color: #3B7DA0;
    box-sizing: border-box;
    color: #FFF;    
    box-shadow: 0px 2px 2px 0px rgba(59,125,160, 0.54);
}

#vagas .topo .escolha {
    margin-left: 258px;
    font-size: 38px;
    opacity: 0.6;
}

#vagas .topo .sua-vaga {
    font-size: 48px;
    font-family: 'Montserrat';
}

#vagas .topo .categoria-select {
    float: right;
    width: 30%;
    margin-right: 258px;
    margin-top: 18px;
}

#vagas .sub-topo {
    margin-top: 5px;
    background-color: #FFF;
    padding: 25px;
    color: #3B7DA0;
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat';
    border-bottom: 12px solid #FFEE23;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.28);
}

#vagas .corpo {
    width: 100%;
    background-color: #EEEEEE;
    box-sizing: border-box;
    display: table;
    padding: 30px 0px 12px 0px;
}

#vagas .corpo ul li {
    float: left;
    width: 25%;
    list-style: none;
    box-sizing: border-box;
}

#vagas .corpo ul li .vaga-box {  
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #FFF;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    padding: 48px 38px 0px 38px;
    margin-bottom: 18px;
    box-sizing: border-box; 
    -webkit-box-shadow: 1px 1px 13px 0px rgba(77,71,77,0.65);
    -moz-box-shadow: 1px 1px 13px 0px rgba(77,71,77,0.65);
    box-shadow: 1px 1px 13px 0px rgba(77,71,77,0.65);
    text-transform: uppercase;
font-family: 'Montserrat';
}

#vagas .corpo ul li .vaga-box::after {
    position: absolute;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #3B7DA0;
    content: '';
    top: 0;
    left: 0;
    z-index: 99;
}

#vagas .corpo ul li .vaga-box:hover::after {
    height: 100%;
    opacity: 0.9;
}

#vagas .corpo ul li .vaga-box .salario {
    margin-top: -138px;
    position: relative;
    width: 100%;
    color: #FFF;
    text-align: center;
    opacity: 0;
    z-index: 999;
    transition: 0.5s;
    font-size: 18px;
    font-family: 'Montserrat';
}

#vagas .corpo ul li .vaga-box:hover .salario {
    opacity: 1;
}

#vagas .corpo ul li .vaga-box .salario .ver-vaga-s {
    margin-top: 40px;
    opacity: 0;
}

#vagas .corpo ul li .vaga-box .salario .ver-vaga-s a {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}

#vagas .corpo ul li .vaga-box:hover .salario .ver-vaga-s {
    opacity: 1;
}

#vagas .corpo ul li .vaga-box .titulo {
    margin-bottom: 10px;
    color: #2F5D6B;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    overflow: hidden;   
}

#vagas .corpo ul li .vaga-box .cidade {
    margin-bottom: 12px;
    color: #424242;
    height: 65px;
    text-transform: uppercase;
font-size: 12px;
}

#vagas .corpo ul li .vaga-box .cidade span{
    font-size: 12px;
    color: #2F5D6B;
}

#vagas .corpo ul li .vaga-box .ver-vaga a {
    font-weight: bold;
    color: #5DC3C2;
    font-size: 16px;
}

/* VAGAS DETALHE */
#vagas-detalhe {
    width: 100%;
    margin-top: -10px;
    padding: 0px 0px 58px 0px;
    box-sizing: border-box;
}

#vagas-detalhe .topo {
    text-align: right;  
    padding: 25px 105px 25px 0px;
    background-color: #3B7DA0;
    font-size: 24px;
    color: #FFF;
}

#vagas-detalhe .conteudo {
    padding: 25px;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

#vagas-detalhe .conteudo .left {
    width: 50%; 
    min-height: 305px;
    padding: 25px;
    text-align: justify;
    float: left;
    border: 1px solid #EEE;
    border-radius: 2px;
    box-sizing: border-box;
}

#vagas-detalhe .conteudo .left div {
    padding: 12px;
}

#vagas-detalhe .conteudo .left .label {
    font-size: 18px;
    font-weight: bold;    
    color: #3B7DA0;
}

#vagas-detalhe .conteudo .right {
    width: 50%; 
    float: left;
    box-sizing: border-box;
}

#vagas-detalhe .conteudo .right .titulo {
    padding: 12px;
    color: #3B7DA0;
    text-align: center;
}

#vagas-detalhe .conteudo .right form {
    padding: 25px;
}

#vagas-detalhe .conteudo .right form input {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    padding: 8px;
    color: #424242;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #CCC;
}

#vagas-detalhe .conteudo .right form .file {
    text-align: left;
    padding: 6px;
}

#vagas-detalhe .conteudo .right form button {
    margin-top: 8px;
    float: right;
    width: 50%;
    height: 33px;
    background-color: #2A6785;
    color: #FFF;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

/* SEEK */
.seek {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: -38px;
}

.seek .conteudo {
    color: #2A6785;
    text-align: justify;
    border: 1px solid #EFEFEF;
}

.seek .conteudo button {
    margin-left: 40%;
    margin-top: 8px;
    width: 20%;
    height: 33px;
    background-color: #2A6785;
    color: #FFF;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.seek .conteudo .separador {
    margin-top: 25px;
    border-bottom: 1px solid #CCC;
}

/* CONTATO */
#contato {
    float: left;
    width: 100%;
    background-image:url(../images/bg1.png);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    color: #2A6785;
	padding-top: 50px;
}

#contato .left {
    float: left;
    margin-left: 80px;
    margin-bottom: 25px;
}


#contato .left p {
    font-size: 38px;
    font-family: 'Montserrat';

}
#contato .left .email {
    display: block;
}

#contato .left .email > input {
    margin-bottom: 8px;
    padding: 10px;
    width: 385px;
    border: 1px solid #CCC;
    border-radius: 2px;
    display: block;
}

#contato .left .email > button {
    width: 103px;
    height: 33px;
    background-color: #2A6785;
    color: #FFF;
    border: none;
    border-radius: 2px;
}

#contato .right {
    float: right;
    margin-right: 80px;
    margin-top: 180px;
}

#contato .right img {
    float: right;
    margin-bottom: 12px;
    width: 255px;
}

#contato .right p {
    margin-right: 8px;
    clear: both;
    text-align: right;
    font-size: 18px;
    color: #444;
    font-family: 'Open Sans Condensed', sans-serif;
}

/* FOOTER */
.footer{
    text-align:center;
    background-color:#FFF;
}

.footer img{
    margin-top:25px;
    margin-bottom:20px;
    height:40px;
    width:45px;
}


.bloco_rodape{
	display: inline-block;

	margin-left:  0px !important;
	margin-right: 0px !important;
}









#contato .bloco_rodape:nth-child(1) {
    float: left;
    margin-left: 80px;
    margin-bottom: 25px;
	width: 33%;
	
}


#contato .bloco_rodape:nth-child(1) p {
    font-size: 38px;
    font-family: 'Montserrat';

}
#contato .bloco_rodape:nth-child(1) .email {
    display: block;
}

#contato .bloco_rodape:nth-child(1) .email > input {
    margin-bottom: 8px;
    padding: 10px;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 2px;
    display: block;
}

#contato .bloco_rodape:nth-child(1) .email > textarea {
    width: 100%;
}

#contato .bloco_rodape:nth-child(1) .email > button {
    width: 103px;
    height: 33px;
    background-color: #2A6785;
    color: #FFF;
    border: none;
    border-radius: 2px;
}


#contato .bloco_rodape:nth-child(1) p{
	margin-left: 50px;
}

#contato #form-email{
	margin-left: 50px;
}











.bloco_rodape:nth-child(2){
	text-align: right;
	margin-top: 15px;
	width: 38%;
	float: right;
	padding-right: 50px;
}


.bloco_rodape:nth-child(2) img {
    margin-bottom: 70px;
    width: 255px;
}

.bloco_rodape:nth-child(2) p {
    margin-right: 8px;
	clear: both;
	font-size: 12px;
	color: #8a8a8a;
	font-family: 'Montserrat';
}

.bloco_rodape:nth-child(2) p span{
	cursor: pointer;
	color: #539ac2;
	font-weight: bold;
}

.bloco_rodape:nth-child(2) p span:hover{
	cursor: pointer;
	color: #3279A0;
	font-weight: bold;
}

.bloco_rodape:nth-child(2) .form_news{
	margin-bottom: 5px;
}



.bloco_rodape:nth-child(3) p:nth-child(1){
	font-size: 38px;
	font-family: 'Montserrat';
	text-align: right;
	margin-right: 50px;
}

.bloco_rodape:nth-child(3) p:not(:first-child){
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
	margin-left: calc(100% - 295px);
}