@font-face {
	font-family: 'Gotham_Book';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/gotham_book.woff) format('woff');
}
@font-face {
	font-family: 'Gotham_Bold';
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/gotham_bold.woff) format('woff');
}

body{
	background-color:#fff;
	overflow-x:hidden;
	font-family: 'Gotham_Book';
}

 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #969696;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #969696;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #969696;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #969696;
}

#topcontrol{
	z-index: 99999;
}

.banner{
	width:100%;
	position:relative;
	
	margin-top: -9%;
	margin-bottom: -9%;
}

.banner .bx-wrapper,
.banner .bx-viewport {
	z-index:0;
	max-height:1325px;
}

.banner img{
	width:100%;
}

.banner .logo{
	position:absolute;
	top:15%;
	right:0;
	left:0;
	margin:0 auto;
	width:50%;
}

.banner .faixa_slider{
	position:absolute;
	top:0px;
	bottom:0px;
	right:0;
	left:0;
	margin:auto;
	width:100%;
	height:235px;
	background-color: rgba(0,0,0,0.35);
	color:#fff;
}

.banner .faixa_slider #slider_faixa{
	text-align:center;
	width:100%;
	height:235px;
}
.banner .faixa_slider #slider_faixa table{
	height:235px;
}

.banner .faixa_slider #slider_faixa .txt_1{
    font-size: 2.5vw;
    margin: 25px auto;
    width: 75%;
	line-height: 1.2;
}

.banner .faixa_slider .bx-prev {
	position: absolute;
	left: 10px;
	height: 86px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.banner .faixa_slider .bx-next{
	position: absolute;
	right: 10px;
	height: 86px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.banner .faixa_slider .bx-prev img,
.banner .faixa_slider .bx-next img {
	width: 75%;
}

.banner #bx-pager{
	position:absolute;
	width:100%;
	
	bottom: 14%;
}

.banner #bx-pager table{
	float: right;
	margin-right: 6%;
}

.banner #bx-pager .bolinha{
	background-color: transparent;
	width: 20px;
	height: 20px;
	border-radius: 100% !important;
	border: 1px solid #fff;
}

.banner #bx-pager .active .bolinha {
    background-color: #fff;
}

.down_banner{
	position:absolute;
	width:68px;
	left:0;
	right:0;
	margin:0 auto;
	cursor:pointer;
	
	bottom: 14%;
}

.logos_pos_banner{
	width:100%;
	position:relative;
	background-color:#fff;
	text-align:center;
}

.logos_pos_banner img{
	width:70%;
}

@media screen and (max-width: 992px) {
	.logos_pos_banner img{
		width:50%;
		float:initial !important;
	}
	
	.top_logos {
		text-align: center;
	}
}

@media screen and (max-width: 780px) {
	.banner .faixa_slider,
	.banner .faixa_slider #slider_faixa,
	.banner .faixa_slider #slider_faixa table{
		height:160px;
	}
		
	.banner .faixa_slider .bx-prev,
	.banner .faixa_slider .bx-next{
		height: 37px;
		width: 20px;
	}
	
	.down_banner{
		width:51px;
	}
	.down_banner img{
		width:75%;
	}
}

@media screen and (max-width: 480px) {
	.banner .faixa_slider,
	.banner .faixa_slider #slider_faixa,
	.banner .faixa_slider #slider_faixa table{
		height:60px;
	}	
	
	.banner .faixa_slider #slider_faixa .txt_1{
		margin: 0px auto;
	}
	
	.banner #bx-pager .bolinha{
		width: 13px;
		height: 13px;
	}
	
	.down_banner{
		width:34px;
	}
	.down_banner img{
		width: 50%;
	}
}


.header_custom{
	width:100%;
	height:120px;
	background:#fff;
	float: left; 
	position: relative; 
	z-index: 99999;
	top:0;
	box-shadow: 0px 10px 30px #c9c9c9;
}

.header_custom .logo{
	width: 33.33333333333333%;
	height: 100%;
	position:relative;
	display:inline-block;
	float:left;
}

.header_custom .nav_menu{
	width: 66.66666666666666%;
	height: 100%;
	position:relative;
	display:inline-block;
	float:left;
}

.header_custom .logo img{
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 15%;
	max-width: 430px;
	min-width: 220px;
}

.nav_menu_bar {
    position: absolute;
    margin: auto;
    height: 33px;
    top: 0;
    bottom: 0;
    right: 5%;
}

.nav_menu_bar li{
	display: inline-block;
	padding: 0 8px;
}

.nav_menu_bar li a{
	display: inline-block;
	font-size:1.2vw;
	color:#8f8f8f;
}

.nav_menu_toggle{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    background-color: #e02626;
    border-radius: 4px;
    border: 0;
    height: 35px;
    padding: 5px 12px;
    margin: auto;
	
	display:none;
}

.nav_menu_toggle .icon-bar{
	background-color:#fff;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 5px 0;
}

.btn_candidaturas{
	background:#e02626;
	margin: 0px 20px;
	border:0;
	color:#fff;
	border-radius: 5px;
	padding: 3px 15px;
	font-size: 1.2vw;
}


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

	.header_custom .logo {
		margin-left:4%;
	}
	
	.header_custom .logo img{
		margin: auto 0 auto 3%;
	}
		
	.nav_menu {
		width: 100% !important;
		background: #fff;
		height: auto !important;
		border-bottom: 1px solid #dedede;
	}
	
	.nav_menu_bar{
		display: none;
		left: 0;
		position: relative;
		padding: 20px 40px;
		height: auto;
	}
	
	.nav_menu_bar li{
		display: block;
		width:100%;
		height: 45px;
		padding: 10px 8px;
	}
	
	.nav_menu_bar .hv_allow{
		cursor:pointer;
	}
	
	.nav_menu_bar .hv_allow:hover{
		background: #dbdbdb;	
	}
	
	.nav_menu_bar li a:hover{
		text-decoration:none;
	}
	
	.nav_menu_bar li a{
		font-size:16px;
	}
	
	.nav_menu_toggle{
		display:block;
	}
	
	.btn_candidaturas{
		margin: 0;
		font-size:16px;
	}
}

.texto{
	margin-top:75px;
}
.texto_escuro{
	padding:50px 0;
	background:#f0f0f0;
}

.top_logos{
	height: auto;
}

.top_logo.right{
	float:right;
}

.top_logo p{
	color:#8f8f8f;
	font-family: 'Gotham_Bold';
	font-size:26px;
	margin-bottom:25px !important;
}

.top_logo img{
	width:280px;
}


@media screen and (max-width: 1175px) {	
	
	.top_logo.right{
		float:initial;
	}

	.top_logo p{
		margin-bottom:10px !important;
	}
}

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

	.top_logo img{
		width: 55%;
		margin-top: 15px;
	}

	.top_logo p{
		font-size:22px;
	}
}

.p_custom{
	color:#8f8f8f;
	font-family: 'Gotham_Book';
	font-size:16px;
}
.p_custom a{
    color: #fff;
    font-family: 'Gotham_Book';
    font-size: 18px;
    background: red;
    padding: 5px;
    border-radius: 5px;
}

.num{
	color: #e02626;
    font-family: 'Gotham_Bold';
    font-size: 19px;
}

.titulo_light{
	font-size:40px;
	color:#e5223e;
	font-family: 'Gotham_Book';
	text-align: center;
}
.titulo_bold{
	font-size:40px;
	color:#e5223e;
	font-family: 'Gotham_Bold';
	text-align: center;
}

.btn_top_logo{	
	background:#e02626;
	margin: 10px 20px;
	border:0;
	color:#fff;
	border-radius: 5px;
    padding: 10px 20px;
	font-size:45px;
	font-family: 'Gotham_Bold';
	width:345px;
}

.midder {
    width: 100%;
	margin-top:75px;
}

.midder img{
    width: 100%;
}

@media screen and (max-width: 1600px) {	
	
	.btn_top_logo{	
		margin: 5px auto;
		font-size:30px;
		width:250px;
	}
}

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

	#hold_btn_top_logo {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.btn_top_logo{
		float:initial !important;
	}
}

.como_funciona img{
	margin-top:50px;
	margin-bottom:20px;
	height: 70px;
}


.small_title{
	color:#e02626;
	font-size:21px;
	font-family:"Gotham_Bold";
	margin:0px !important;
}

.small_subtitle{
	color:#cecfcf;
	font-size:17px;
	font-family:"Gotham_Bold";
	margin:0px !important;
}

.parceiros .col-md-4{
	margin:10px 0;
	height:155px;
}
.parceiros .col-md-3{
	margin:10px 0;
	height:205px;
}

.parceiros .col-md-4 img,
.parceiros .col-md-3 img {
    position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
	max-width: 220px;
	max-height: 140px;
}


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

	.parceiros .col-md-4 img,
	.parceiros .col-md-3 img {
		max-width: 220px;
	}
}

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

	/*.parceiros .col-md-4 img,
	.parceiros .col-md-3 img {
		max-width: initial;
	}*/
}

.footer{
	width:100%;
	background-color:#666;
	padding:75px 0 25px;
	margin-top:125px;
}

.footer .titulo_bold{
	font-size:45px;
	color:#fff;
	font-family: 'Gotham_Bold';
	text-align: center;
}

.footer .p_custom{
	color:#dbdbdb;
	font-family: 'Gotham_Book';
	font-size:18px;
}
.footer .p_custom a{
	color:#ffbd54;
	font-family: 'Gotham_Bold';
	font-size:18px;
	background:transparent;
	padding:0;
}

.footer form input,
.footer form textarea{
	background:#dedede;
	max-width:380px;
	margin: auto;
}

.footer form button{
	background:#ffbd54;
	color:#fff;
	font-family: 'Gotham_Bold';
	font-size:18px;
}

.sec_footer{
	width:100%;
	background-color:#595959;
	padding:15px;
	text-align:center;
}
.sec_footer p{
	color:#dbdbdb;
	font-family: 'Gotham_Book';
	font-size:18px;
}

.anexos{
	text-align:center;
}

.anexos img{
	cursor: pointer;
	width: 70%;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.nome_file {
	color: #fff;
	display:block;
}

#alertas{
	margin-top:15px;
	color:#fff;
	text-align:center;
}
