/** Impress�es **/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		text-shadow:none !important;
		filter:none !important;
		-ms-filter:none !important;
	}

	body {
		margin:0;
		padding:0;
		line-height: 1.4em;
	}
	
	#header, #headerLeft, #headerRight, #headerMenu, .banner, .buttons {
		display:none;
	}
	
    #main {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 !important;
        padding: 15px;
    }
    
    .footerDesktop {
    	display:none !important;
    }	
}

/** Site **/

html, body {
	height: 100%;
  	margin: 0; padding: 0;  /* to avoid scrollbars */
}

body {
/*     font: 14px arial,helvetica,freesans,sans-serif !important; */
    font-size: 14px;
    font-family: 'Oxygen', serif;
/*     background-color: #f3f3f3; */
/*     background-image:url("/javax.faces.resource/bg.jpg.xhtml?ln=images"); */
    background-position: 0px 74px;
    background-size: cover; 
}

#wrapper {
	display: flex;
  	min-height: 100%;
  	flex-direction: column;
  	width: 100%;
}

#content {
	flex: 1;
	background-color: #f9f9fa;
/* 	    background-color: #f9f9fa !important; */
}

#header {
	top: 0;	
    position: fixed;
    align-content: center;
    z-index: 200;
    height: 104px;
    width: 100%;
    background-color: #ffffff;
}

#headerLogo {
	top: 0;	
    display: flex;
    justify-content: space-between;
    align-content: center;
    z-index: 200;
    height: 60px;
    width: 100%;
    background-color: #fff;
    padding-top: 12px;
}

#headerMenu {
	background: #4414d0;
    height: 44px;
    padding-left: 45px;
    border-top: #009fe3 2px solid;	
}

#headerLeft {
/*  	margin-left: 1%; */
	padding-left: 60px;
	
}

#headerMiddle {
	justify-content: center;
	align-items: center;
	align-content: center;
	color: #233f6c;
    font-size: 16px;
}

#headerRight {
	margin-right: 1%;
    text-align: right;
}

#footer {
    width: 100%;
    margin: auto;
}

.footer-height {
	height: 190px;	
}

#footerLeft {
	float: left;
	width: 25%;
	background-color: white;
    text-align: center;	
}

#footerRight {
	float: left;
	width: 75%;
	background-color: #233f6c;
}

h1 {
	color: white;
    font-size: 65px;
    font-family: 'Poppins';
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
	color: white;
    font-size: 20px;
    font-family: 'Poppins';
    margin-top: 0px;
    margin-bottom: 0px;
}

.box-estatistica-home {
	background: #d8dade;
}

.estatistica-home-item {
	padding-top: 20px; 
	padding-bottom: 20px; 
	text-align: left;
	display: flex;
}

.box-estatistica-icone-numero {
	display: block;
	margin-right: 10px;
}

.box-novos-cadastros {
	background: #e3e4e8;
}

.user-info {
	color: #233f6c;
	font-size: 15px;
    font-weight: bold;
/*     margin-top: 10px; */
    display:inline-block;
}

.user-info a {
	color: #233f6c;
}

.user-info .material-icons {
	vertical-align: bottom;
	font-size: 31px;
}

.logout {
    text-align: center;
    margin-right: 2px;
    margin-left: 10px;
    color: #00a1c0;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 6px;
}

.menu-item {
    padding: 14px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 15px; 
}

.menu-responsivo {
    display: none;
    top: 0;
    position: fixed;
    width: 260px !important;
    opacity: 0.94;
    left: 0;
    margin: 0 !important;
    padding: 0;
    height: 100%;
    background: #009fe3;
    padding-top: 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	overflow:auto;    
}

.underline {
	height: 3px;
    background-color: white;
    width: 93%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.underline.section-title {
	background-color: #009bdb;
}

.underline.bold {
	height: 5px;
	margin-top: 4px;
}

.underline-oportunidades {
	margin-top: 10px;
    margin-left: 10px;	
    height: 4px;
    background-color: white;
    width: 10%;
    text-align: center;
}

.menu-item>a {
    color: #233f6c;
    font-weight: bold;
    text-decoration: none;
}

.menu-item>a:hover {
    color: #4c6996;
    text-decoration: none;
}

.menu-botao {
	display: none;
}

.botao-entrar-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;    
    padding-left: 9px;
}

.social-media-container {
/* 	width:20px; */
	display: inline-block;
}

.content {
	max-width: 950px;
}

.content-box {
    padding: 20px 25px 25px 25px;
    border-radius: 2px;
    border-style: hidden;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    margin-bottom: 5px;
    word-break: break-word;
/*     background: rgb(255, 255, 255); */
/*     background: rgba(255, 255, 255, .95); */
    background-color: #f9f9fa;
}

.box-login {
	background-color: #f2f2f2;
}

#main {
	margin-top: 104px;
}

.wizard {
	text-align: center;
	padding: 10px;
	margin: auto;
	width: 100%;
	margin-top: 15px;
}

.buttons {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-title {
	margin-top:10px;
	margin-bottom: 17px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
}

.section-title span {
    color: #233f6c;
    font-weight: bold;
}

.progress-icon {
	-webkit-clip-path: polygon(83% 0%, 100% 50%, 83% 100%, 0% 100%, 17% 50%, 0% 0%);
	clip-path: polygon(83% 0%, 100% 50%, 83% 100%, 0% 100%, 17% 50%, 0% 0%);
	height: 50px;
    background-color: #d13e3e;
    text-transform: uppercase;
    width: 160px;
	color: white;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;    	
}

.progress-icon.active {
	background-color: #f1a42b;
}

.progress-icon.filled {
	background-color: #0aa00a;
}

.progress-icon p {
	padding-top: 11px;
	padding-left: 10px;
}

.btn {
	padding: 10px 20px;
	margin-left: 5px;
}

.btn.no-margin {
	padding: 6px 12px;
	margin-left: 0px;
}

.btn-secondary {
	border: 1px solid #ccc;
	background-color: #767676;
    border-color: #767676;
    color: white;
    border-radius: 10px;
    font-style: normal;
    font-family: 'Oxygen';
    padding: 8px 20px;
    border-radius: 12px;
}

.btn-secondary:hover {
    color: white;
}

.btn-danger {
    font-style: normal;
    font-family: 'Oxygen';
    padding: 8px 20px;
    border-radius: 12px;
}

.btn-primary {
	background-color: #4414d0;
    border-color: #4414d0;
    color: white;
    border-radius: 10px;
    font-style: normal;
    font-family: 'Oxygen';
    padding: 8px 20px;
    border-radius: 12px;
}

.btn-primary:hover {
    background-color: #4414d0;
    border-color: #4414d0;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #4414d0 !important;
    border-color: #4414d0 !important;
}

.table {
	margin-top: 10px;
    font-family: 'Oxygen' !important;
}

.table>thead>tr>th {
    border-bottom: 3px solid #ddd;
}

.table th {
	color: white !important;
	font-weight: 100 !important;
	background-color: #4717d9 !important;
	text-shadow: none;
}


.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    border-width: 0 !important;
}

.ui-datatable-tablewrapper {
    overflow: hidden !important;
    width: 100% !important;
}

.ui-icon-bullet {
    background-position: -82px -146px;
}

.radio label {
	padding-left: 0px;
	min-height: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff;
}

/* .ui-state-hover { */
/* 	border: 0px !important; */
/* 	box-shaddow: none !important; */
/* } */

.box-login {
	width: 380px;
	margin: auto;
	margin-top: 30px;
	padding: 30px 40px 40px 40px;
	margin-bottom: 20px;
	background-color: #f9f9fa;
}

.box-login-container {
	width: 100%;
	margin: auto;
}

a.botao {
    color: white;
    border-radius: 49px;
    text-decoration: none;
}

.botao .material-icons {
	vertical-align: middle;
	font-size: 21px;
}

.btn .btn-text {
	vertical-align: middle;
    font-style: normal;
    font-family: Oxygen;
    margin-left: 6px;
}

a.botao-azul {
    background-color: #009fe3;
    border-color: #009fe3;
    color: white !important;
}

a:hover.botao-azul {
 	background-color: #4414d0;
    border-color: #4414d0;
    color: white;
}

/* a:visited.botao-azul { */
/*     background-color: #233f6c; */
/*     border-color: #233f6c; */
/*     color: white; */
/* } */

/* a:hover.botao-azul { */
/*     background-color: #4c6996; */
/*     border-color: #4c6996; */
/*     color: white; */
/* } */

a:hover.botao-branco {
    background-color: #4414d0;
    border-color: #4414d0;
    color: white;
}

a.botao-branco {
    background-color: white;
    border: #4414d0 1.5px solid;
    color: #4414d0;
}

a:hover.botao-branco .btn-text {
    color: white;
}

a.botao-branco .btn-text {
    color: #aaaaaa;
}

a.botao-roxo {
    background-color: #4414d0;
    border-color: #4414d0;
    color: white;
}

a.botao-social-rodape {
    background-color: #4717d9;
    border: 2px #ffffff solid;
    color: white;
    height: 47px;
    width: 47px;
    padding: 11px 11px !important;
    font-size: 16px;
    margin-left: 0px;
    margin-right: 10px;
}

.logo-rodape {
	width: 100%;
}

.rodape-padding {
	padding-left:55px;
}

.botao-menu {
	display: none !important;
}

.modal-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  display: none;
}

.modal-loading-content {
	position: fixed;
	top: 20vh;
	left: 50%;
	z-index: 1001;
	transform: translate(-50%, 0px);
	background-color: white;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.075);
	display: none;
}

.modal-loading-content img {
  display: block;
  width: 100%;
}

.border-container {
	border: 3px solid #f7b13a;
	margin: 2% !important;
}

.formulario-contato {
	position: absolute;
	top: 23%;
    left: 36%;
    text-align: left;
    width: 500px;
    background-color: #ececec;
    opacity: 0.97;
}

.page-title {
	padding: 20px 70px 20px 70px;
    background-color: #233f6c;
    color: #f7b13a;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
}

.page-title.full {
	font-size: 22px;
	padding: 10px 0px 10px 0px;
	width:100%;
	text-align:center;
	margin-top:10px;
}

.documentos {
	margin: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
}

.documento-container {
	display: inline-block;
	vertical-align: middle;
}

.documento-container>a {
	text-decoration: none;
}

.documento-container>a:hover {
	text-decoration: none;
}

.documento-container>a:visited {
	text-decoration: none;
}

.documento-circulo {
	background-color: #573f82;
	border: 6px solid #cacaca;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    color: white;
    margin: 15px;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
}

.documento-circulo-selected {
    background-color: white;
    border: 6px solid #9a9a9a;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    color: #7d61af;
    margin: 15px;
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.5;
}

.documento-circulo-selected>a {
	color: #573f82;
	font-weight: bold !important;
    font-size: 21px !important;
	text-decoration: none;
}

.documento-circulo-selected>a:hover {
	color: #573f82;
	text-decoration: none;
}

.documento-circulo-selected>a:visited {
	text-decoration: none;
}

.formacoes {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 26px;
    color: #573f82;
    font-weight: bold;
}

.formacoes .form-control {
	font-size: 26px;
    color: #858585;
    color: #573f82;
    font-weight: bold;
}

.btn .material-icons {
	vertical-align: middle;
	font-size: 21px;
}

.btn .btn-text {
	vertical-align: middle;
    font-style: normal;
    margin-left: 6px;
}

.ui-datatable-odd {
    background: #F2F5F9;
}

.ui-datatable-even {
    background: #ffffff;
}

.foto-egresso {
	width: 115px;
	height: 115px;
	margin: auto;
	background-size: cover !important;
	border-radius: 100%;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}


.search-box {
    width: 80%;
    font-size: 18px !important;
    margin: auto !important;
    margin-top: 20px !important;
    padding: 23px !important;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.search-box:focus {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16), 0 0 0 2px rgba(0,0,0,0.10);
}

.ui-datatable .ui-column-filter {
	width: 90% !important;
	margin: 0 !important;
}

.texto-banner-home {
	position:absolute;
	padding-top: 60px;
	padding-left: 60px;
}

.texto-banner-noticias {
	position:absolute;
	padding-top: 70px;
	padding-left: 60px;
	text-align: left;
}

.texto-banner-servicos {
    position: absolute;
    padding-top: 45px;
    padding-left: 60px;
}

body .ui-inputfield {
    border-bottom: 2px solid #4414d0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    font-family: 'Oxygen' !important;
    background-color: #f9f9fa;
}

.ui-inputfield.ui-state-focus {
	box-shadow: none;
    border-radius: 0px;
    font-family: 'Oxygen' !important;
}

.ui-autocomplete {
	border-bottom: 2px solid #4414d0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-family: 'Oxygen';
    border-radius: 0px;
    padding-left: 0px;
    background-color: #f9f9fa;
}

input {
	border-bottom: 2px solid #4414d0;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-family: 'Oxygen';
    background-color: #f9f9fa;
}

input[type=checkbox] {
	width: auto;
    margin-right: 5px;
}

label {
	font-size: 13px;
	font-weight: 600;
	color: black;
	font-family: 'Oxygen';
}

select {
	border-bottom: 2px solid #4414d0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    font-family: 'Oxygen' !important;
    padding-left: 0px !important;
    background-color: #f9f9fa !important;
}

textarea {
	border: 2px solid #4414d0 !important;
	width: 100% !important;
	border-radius: 10px !important;
	font-family: 'Oxygen' !important;
}

input[type="radio"]:checked {
  background-color: #93e026;
}

.box-carousel {
	width: 90%;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
}

.box-carousel-header {
	justify-content: space-between;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-carousel-footer {
	display: none;
}

.box-carousel-titulo {
	font-size: 16px;
}

.box-carousel-botao {
	display: flex;
}

.box-carousel-body {
	width: 100%;
	display: flex;
}

.box-carousel-banner {
	width: 83%;
	position: relative;
}

.box-carousel-titulo-banner {
    position: absolute;
    padding-top: 45px;
    padding-left: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box-carousel-texto-banner {
/* 	bottom: 10px;  */
/* 	position: absolute; */
	margin-top: 40px;
}

.box-carousel-banner-proximo {
	margin-left: 1%;
	width: 16%;
	position: relative;
}

.box-carousel-titulo-banner-proximo {
    position: absolute;
    padding-top: 45px;
    padding-left: 22px;
}

.box-carousel-link-banner-proximo {
	position: absolute;
    padding-left: 22px;
    color: white;
    font-size: 15px;
    bottom: 25px;
}

.box-carousel-progress {
	width: 75px;
	display: inline-block;
	border-width: 2.5px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.box-carousel-progress-selecionado {
	width: 75px;
	display: inline-block;
	border-width: 2.5px;
	margin-top: 0px;
	margin-bottom: 3px;
	border-color: #009fe3;
}

.box-carousel-progress-vantagens {
	width: 56px;
	display: inline-block;
	border-width: 2.5px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.box-carousel-progress-vantagens-selecionado {
	width: 56px;
	display: inline-block;
	border-width: 2.5px;
	margin-top: 0px;
	margin-bottom: 3px;
	border-color: #009fe3;
}

.box-ultimas-noticias {
	display: inline-block;
	width:32%;
	padding: 10px;
}

.titulo-cadastro {
	color: #767676;
    font-weight: 700;
    margin-bottom: 25px;
}

.subtitulo-habitos {
	color: black;
}

.link-label {
	font-family: 'Oxygen' !important;
    font-size: 12px !important;
}

.ui-messages {
	font-family: 'Oxygen' !important;
}

.ui-commandlink {
	font-family: 'Oxygen' !important;
}

.span-titulo-noticia {
	color: black; 
	font-size: 12px; 
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    cursor: pointer;
}

.span-subtitulo-noticia {
	color: black; 
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.box-noticias-vertical {
	width: 100%;    
	padding: 7px;    
	padding-left: 12px;
}

.foto-noticia {
	width: 185px;
	height: 150px; 
	border-radius: 10px;
}

.foto-noticia-principal {
	width: 370px;
	height: 150px; 
	border-radius: 10px;
}

.resumo-noticia-principal {
	width: 370px;
	padding-top: 10px; 
	text-align: left; 
	position: relative;
}

.resumo-noticia {
	width: 185px;
	padding-top: 10px; 
	text-align: left; 
	position: relative;
}

.box-frase {
	position: relative; 
	width: 100%; 
	background-color: #009fe3; 
	padding-left: 60px;     
	padding-bottom: 7px;
    padding-top: 15px;
}

.h6-frase{
	color: white;
	font-size: 16px; 
	font-family: 'Poppins';
}

.box-banner-botao {
	position: absolute;
    padding-top: 20px;
    padding-left: 25px;
}

.imagem-banner-botao {
	width: 72%;
}

.h4-cinza {
	padding-top:25px; 
	color:#767676; 
	padding-bottom:15px; 
	font-size:20px;
}

.h3-banner {
	font-weight: 600;
	color: white;
}

.p-banner {
	color: white;
}

.span-oportunidade {
	font-size: 15px;    
	color: #262525;
	font-weight: 100;
}

.link-oportunidade {
	font-size: 15px;
}

.ui-grid-row {
	background-color: #f9f9fa;
}

.ui-fileupload-content {
	background-color: #f9f9fa;	
}

.grid-noticia-home {
	display: grid; 
	padding-bottom: 17px;
	cursor: pointer;
}


.ui-paginator-page {
    color: white !important;
    background: #4414d0 !important;
    border-radius: 5px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding: 5px 14px !important;
    border: none !important;
    font-family: 'Oxygen';
    font-weight: normal !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.ui-paginator-prev {
	background: #4414d0 !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    border: none !important;
    font-family: 'Oxygen';
    font-weight: normal !important;
    border-radius: 61px !important;
    padding: 6px 10px !important;
    font-size: 11px;
    color: white !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.ui-paginator-next {
	background: #4414d0 !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    border: none !important;
    font-family: 'Oxygen';
    font-weight: normal !important;
    border-radius: 61px !important;
    padding: 6px 10px !important;
    font-size: 11px;
    color: white !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.ui-paginator span span, 
.ui-paginator a span { 
    display: none; 
}

.ui-paginator .ui-paginator-prev:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;   
    content: "\f104";
}

.ui-paginator .ui-paginator-next:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;   
    content: "\f105";
}

/* .ui-icon-bullet { */
/* 	background: none; */
/* } */

/* .ui-radiobutton .ui-state-active { */
/* 	background: url("resources/gfx/x.svg") center center no-repeat */
/* 		!important; */
/* } */

.desk-margin {
	margin-top: 20px;
	margin-left: 40px;
}

.desk-width-mapa {
	width: 91%;
}

.div-message-roxo {
    background: #4414d0;
    color: white !important;
    padding: 15px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.texto-message {
	font-size: 18px;
    color: white;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-family: 'Poppins';
}

.display-none-desktop {
	display: none !important;
}

.coluna-centralizada-desktop {
	text-align: center;	
}

.footerDesktop {
	display: flex;
	justify-content: space-evenly;
	background: #4717d9; 
	color: #fff;
	padding-top: 30px;
	padding-bottom: 25px; 
}

.footer-logo-alumni {
	width: 200px;
}

.footer-sobre {
	width: 300px;	
}

.footer-informacoes {
	
}

.footer-social {
	
}

.footer-logo-unesp {
	width: 165px;
}

.ui-radiobutton-icon.ui-icon.ui-icon-bullet {
	background: #4414d0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.ui-radiobutton-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active {
	border: 1px solid #a8a8a8;
}

.ui-carousel-header.ui-widget-header.ui-corner-all {
/* 	display: none; */
}

.ui-widget-content {
    background-color: #f9f9fa;
}