@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('../fonts/GothamRounded-Bold.eot');
  src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
       url('../fonts/GothamRounded-Bold.woff') format('woff'),
       url('../fonts/GothamRounded-Bold.ttf') format('truetype'),
       url('../fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg'),
       url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

.tab_job{
	border: solid 1px;
}
.banner{
	background-image: url('http://sanjulian.com.br/residencia/img/banner.jpg');
	height: 550px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left;
}
.texto-banner{
	padding-top: 100px;
}
.banner h1{
	text-align: right;
	font-family: 'Roboto', Arial, sans-serif;
	color:#f89a41;
}
.banner .var-h1{
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
}
.linha-laranja{
	width: 100%;
	height: 2px;
	background-color: #f89a41;
}
.banner p{
	font-family: 'Roboto', Arial, sans-serif;
	text-align: justify;
	font-size: 1.2em;
}
.formulario{
	padding: 30px;
	background-color: #f89a42;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.formulario h1{
	color:#fff;
	font-family: 'Roboto', Arial, sans-serif;
}

.formulario form input{
	border: solid thin #fff;
	border-radius: 5px;
	padding: 5px;
	font-family: 'Roboto', Arial, sans-serif;
	color:#fff;
	background-color: transparent;
	font-style: italic;
	outline: none;
	margin-bottom: 8px;
}
.inteiro{
	width: 100%;
}
.meio{
	width: 49.6%;
}
.formulario form{
	padding: 25px;
}
::-webkit-input-placeholder {
   color: #f0f0f0;
}

:-moz-placeholder { /* Firefox 18- */
   color: #f0f0f0;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #f0f0f0;  
}

:-ms-input-placeholder {  
   color: #f0f0f0;  
}
.editais h1{
	color: #f89a42;
	font-family: 'Roboto', Arial, sans-serif;
	text-align: center;
}
.editais a:link{
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.6em;
}
.editais a:hover{
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.6em;
}
.editais a:visited{
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.6em;
}
@media screen and (max-width: 1200px) {
	.banner{
		background-position: center;
	}
}
@media screen and (max-width: 990px) {
	.texto-banner{
		padding-top: 60px;
	}
	.meio{
		width: 100%;
	}
}