body {
/*     font: 14px arial,helvetica,freesans,sans-serif !important; */
	font-size: 14px;
    font-family: 'Oxygen', serif;
    background-image: none; 
    background-color: white;
}

.container-site {
	width: 100%;
    margin: auto;
}

.banner-container {
	font-size: 0px; /* Previne espacamento entre as imagens */
	text-align: center;
}

.banner {
	width: 100%;
}

.banner-contato {
	position:absolute;
	height:658px;
}

.banner-contato-container {
	height:658px;
}

.setinha {
	margin-top:-72px;
}

.titulo {
	color: #233f6c;
	font-size: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 100%;
  	font-weight: bold;
  	font-family: 'Merriweather Sans', sans-serif;
}

.titulo-contato {
	color:white;
	font-size: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Merriweather Sans', sans-serif;
}

.imagem-botao-enviar-contato {
    vertical-align: middle;
    height: 40px;
}

.texto-botao-enviar-contato {
	display: inline-block;
	margin-top: 22px;
	margin-left: 8px;
	margin-bottom: 16px;
}

.noticias {
	text-align: center;
	font-size: 0px;
	width: 99%;
	margin: auto;
	cursor: pointer;
}

.noticia {
	height: 200px;
	background-size: cover;
	vertical-align: middle;
}

.noticia-grid {
/* 	height: 275px; */
	border-radius: 10px;
	height: 100%;
	margin-top: 5px;
	width: 100%;
	cursor: pointer;
}

.noticia-ultimas {
	width: 30%;
	cursor: pointer;
}

.tag-bg {
	height: 90px;
    background-color: #e9a42c;
    opacity: 0.44;
    top: 180px;
    position: relative;
}

.tag-bg2 {
    height: 90px;
    background-color: #e9a42c;
    top: 90px;
    mix-blend-mode: color-burn;
    position: relative;
}

.tag {
	height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    font-family: 'Merriweather', serif;
}

.tag a {
	color: white;
	text-decoration: none;
}

.contato {
	position: relative;
	color: white;
}

/* .contato input { */
/* 	display: block; */
/*     width: 100%; */
/*     height: 63px; */
/*     color: white; */
/*     font-size: 18px !important; */
/*     background: none; */
/*     text-shadow: none; */
/*     border: 5px solid white; */
/*     border-radius: 10px; */
/*     box-shadow: none; */
/* } */

/* .contato select { */
/* 	display: block; */
/*     width: 100%; */
/*     height: 63px; */
/*     color: white; */
/*     font-size: 18px !important; */
/*     background: none; */
/*     text-shadow: none; */
/*     border: 5px solid white; */
/*     border-radius: 10px; */
/*     box-shadow: none; */
/* } */

.contato option {
    color: black;
}

/* .contato textarea { */
/*     display: block; */
/*     width: 100%; */
/*     height: 63px; */
/*     color: #3a3a3a; */
/*     font-size: 20px !important; */
/*     background: white; */
/*     text-shadow: none; */
/*     border-radius: 10px; */
/*     box-shadow: none; */
/*     font-weight: bold !important; */
/* } */

/* .contato label { */
/* 	font-size: 18px; */
/* } */

.enviar-contato-container {
    width: 100%;
    text-align: right;
/*     height: 82px; */
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.enviar-contato-container a {
	font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    text-decoration: none;
}

.enviar-contato-container a:hover {
    text-decoration: none;
}

.enviar-contato-container a:active {
    text-decoration: none;
}

.enviar-contato-container a:visited {
    text-decoration: none;
}


.oportunidade-detalhado {
	background-size: cover;
	margin: auto;
/*     margin-top: 14px; */
    margin-bottom: 30px;
/*     max-width: 1100px; */
	padding-top: 50px;
	width: 91%;
}

.oportunidade-detalhado .material-icons {
	vertical-align: middle;
}

.busca-oportunidade {
	background-color: #AFC1AB;
	color: #23406C;
	height: 50px;
	text-align: center;
	background-position: 0px 10px; 
	background-image:url("");
}

.titulo input::placeholder {
   color: #23406C !important;
}

.titulo-oportunidades {
	color: #4414d0;
	font-size: 30px;
	display: flex;
  	align-items: center;
  	width: 100%;
  	font-family: 'Poppins', sans-serif;
}

.subtitulo-oportunidades {
  	width: 100%;
  	margin-top: 10px;
  	font-family: 'Merriweather Sans', sans-serif;
}

.titulo-descricao-oportunidade {
	color: #4414d0;
    font-size: 22px;
    font-family: 'Oxygen';
    font-weight: 700;
}

.label-oportunidades {
	color: #233f6c;
	font-size: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
	display: flex;
  	align-items: center;
  	width: 100%;
  	font-weight: bold;
  	font-family: 'Merriweather Sans', sans-serif;
}

.underline-oportunidades {
	height: 3px;
    text-align: center;
    margin-top: 4px;
    background-color: #396430; 
    width: 100%; 
    margin-left: 0px;
}

.box-oportunidade {
    margin-top: 10px;
    margin-bottom: 5px;
    /* text-align: center; */
    width: 650px;
    display: flex;
    justify-content: space-between;
    border-top: 2px #4414d0 solid;
    border-bottom: 2px #4414d0 solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-item-oportunidade {
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
    margin: 10px;
    text-align: left;
}

.box-item-oportunidade .icone {
    display: inline-block;
}

.box-item-oportunidade .descricao {
    display: inline-block;
    padding-left: 15px;
}

.label-item-oportunidade {
	color: #4414d0;
	font-weight: bold;
}

.text-item-oportunidade {
	color: #959595;
	font-weight: bold;
}

.circulo-item-oportunidade {
    color: #4414d0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
}

.circulo-item-oportunidade .material-icons {
	font-size: 33px; 
} 

.label-empresa {
	font-size: 23px;
    color: #757575;
    font-family: 'Oxygen';
    font-weight: 800;
}

.label-endereco {
	font-size: 15px;
    color: #888888;
    font-family: 'Oxygen';
}

.link-voltar {
    color: #757575;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Oxygen';
}

h5 {
	font-family: Oxygen;
    font-size: 17px;
    font-weight: 600;
}

p {
	margin:0px;
}

.col-rodape-width20 {
	width: 20%;
}

.texto-rodape {
	font-family: Oxygen;
    font-size: 11px;
}

.biblioteca {
	height: 300px;
    width: 80%;
    margin: auto;
    background-color: #def2f9;
    margin-bottom: 50px;
    margin-top: 30px;
	text-align: center;
    line-height: 300px;    
}

.pesquisa-biblioteca {
	box-shadow: none;
    height: 58px;
    border: 1px solid #e8e3e3;
    width: 34%;
    padding: 12px !important;
    vertical-align: middle;
}

.biblioteca input::placeholder {
	color: #2e6da4;
	margin-left: 5px;	
}

.btn-buscar-biblioteca {
	padding: 19px 20px;
	background-color: #009bdb;
	margin-left: 0px;
    color: #233f6c;
}

.bloco-oportunidade {
	background-size: cover; 
	height: 280px;
	margin-left: 14px;
	margin-top: 14px; 
	margin-bottom: 14px; 
	width: 98%; 
	background-color: #F0F0F0;
}

.oportunidade input::placeholder {
   color: #23406C !important;
}

.div-noticia-interna {
	background-size: cover;
    margin-left: 60px;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 91%;
}

.div-noticia-interna img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.imgNoticia {
	width: 100%;
	height: auto;
}

.footerDesktop {
	display: flex;
	justify-content: space-evenly;
	background: #4717d9; 
	color: #fff;
	padding-top: 30px;
	z-index: 100;
	padding-bottom: 25px; 
}

.footer-logo-alumni {
	width: 200px;
}

.footer-sobre {
	width: 300px;	
}

.footer-informacoes {
	
}

.footer-social {
	
}

.footer-logo-unesp {
	width: 165px;
}

.footerMobile640 {
	display:none;
}
.footerMobile320 {
	display:none;
}

/*.ui-grid-col-3 {
	width: auto !important;
	margin-right: 12px !important;
}*/

.ui-md-3 {
	width: auto !important;
	margin-right: 12px !important;
}

