*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #1c5c7e;
	font: 14px/1.3em 'Montserrat';
	color: #575756;
}

a  { color: #575756; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

.central {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
}

.row {
	padding-left: 15px;
	padding-right: 15px;
}
.row-no-pad {
	padding-left: 0px;
	padding-right: 0px;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	color: #257ba8;
}

h2 {
	border-left: 10px solid #1c5c7e;
	padding: 0px 20px 20px 20px;
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 20px;
	color: #1c5c7e;
}

h3, h3 a {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #257ba8;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
p.autor {
	font-size: 16px;
	font-weight: 300;
}
.animate-box { opacity: 0; }
.data {
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #979796;
}

#conteudo {
	background: #fff;
	min-height: 500px;
	padding-top: 60px;
	padding-bottom: 30px;
}

#pagina_nao_encontrada {
	font-size: 22px;
	text-align: center;
	padding: 50px 0;
}


/* header */

#header {
	background: #000;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, #1c5c7e 60%);
}

#header-menu {
	background: #133e54;
	border-bottom: 2px solid #133e54;
}

#departamento-titulo {
	font-size: 14px;
	font-weight: bold;
	color: #fff!important;
}
#navbar-header {
	padding: .15rem 1rem;
	background-color: transparent;
}
#navbar-header .sep, #navbar-header a { color: #5195b9; }
#navbar-header .nav-item:last-child > a { color: #fcbd19; }
#navbar-header .sep {
	line-height: 34px;
}
#navbar-header .dropdown-menu {
	background: #133e54;
	border: 0;
	padding: 0;
}
#navbar-header .dropdown-menu .dropdown-item {
	padding: .35rem 1.5rem;
	font-size: 14px;
	color: #fff;
}
#navbar-header .dropdown-menu .dropdown-item:hover {
	background: #5195b9;
}

#logo {
	display: block;
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 26px;
	line-height: 1.3em;
	color: #fff;
	font-weight: normal;
	max-height: 90px;
}
#logo div {
	color: #5195b9;
	font-size: 18px;
}

.idioma a, .idioma-mobile a {
	color: #fff;
	font-size: 0.8em;
}
.idioma:after {
    content: "|";
    position: absolute;
    top: 16px;
	color: #fff;
}
.share a.nav-link {
	font-size: 13px;
	line-height: 15px;
	background: #5195b9;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.idioma:first-child:after { content: ""; }
@media (max-width: 992px) {
	.idioma:after { content: ""; }
	#departamento-titulo { font-size: 11px; }
}

@media (min-width: 992px) {
	.share:first-child, :not(.share) + .share { margin-left: 10px; }
	.navbar .form-inline { margin-left: 10px; }
}
@media (max-width: 992px) {
	#logo { font-size: 16px; }
}
@media (max-width: 400px) {
	#logo div { font-size: 13px; }
	#logo { font-size: 13px; }
}
@media (max-width: 360px) {
	#logo div { font-size: 11px; }
	#logo { font-size: 11px; }
}
.share a {
	color: #133e54;
	font-size: 1.3em;
}

.has-search .form-control {
    padding-left: 2.375rem;
    border-radius: 8px;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* nav */

#navbar-menu {
	background: #000;
	margin-bottom: 0;
	border: none;
}
#navbar-menu .navbar-toggler { margin-top: -45px; }
#navbar-menu .navbar-main>li>a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #133e54;
}
#menu_bg {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 220px;
	background: rgba(19,62,84,.8);
}
#navbar-menu .navbar-nav .nav-link { color: #fff; }
#navbar-menu .navbar-nav .nav-link:hover { color: #5195b9; }
#navbar-menu .navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	border: 0;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link:focus {
	outline: 0;
	color:  #5195b9;
}

@media (min-width: 992px) {
	#navbarMenu {
		margin-top: -36px;
	}
	#navbar-menu .dropdown-item {
		padding: .25rem 0 !important;
	}
	#navbar-menu .dropdown:hover .dropdown-item {
		padding: .25rem .5rem;
		color: #fff;
		background: transparent;
	}
	#navbar-menu .dropdown .dropdown-item:hover {
		color: #5195b9;
	}
	#navbar-menu .navbar-nav>li>.dropdown-menu {
		margin: -0.125rem 0 0;
		padding: 2rem .5em;
		background: transparent url(../img/triang_down.png) left 10px no-repeat;
		text-align: left!important;
	}
	#navbar-menu .navbar-nav>li:last-child>.dropdown-menu {
		background: transparent url(../img/triang_down.png) right 10px no-repeat;
		text-align: right!important;
		right: 0!important;
		left: auto!important;
	}
	#menu_bg.mostrar {
		display: block;
	}
}
@media (max-width: 992px) {
	#navbar-menu .dropdown-item {
		padding: .25rem 0 !important;
	}
	.idioma-mobile a { display: inline-block; }
}

/* submenu lateral */

.submenu_lateral {
	padding: 15px 0;
}
.submenu_lateral li {
	padding: 5px 5px;
}
.submenu_lateral li a {
	color: #4d4d4d;
	font-size: 14px;
}
.submenu_lateral li.active a {
	color: #177182;
	font-weight: bold;
	font-size: 14px;
}

/* carousel */

.carousel-caption {
	text-align: left;
	padding-left: 30px;
	padding-bottom: 20px;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}

/* imagem topo */

.parallax-window {
    min-height: 300px;
	padding-top: 70px;
    background: transparent;
	display: flex;
	justify-content: center;
}
.parallax-window h1 {
	background: #fff;
	padding: 20px 60px;
	margin-top: auto;
	margin-bottom: 0;
}
@media (max-width: 992px) { .parallax-window-home { height: 420px!important; } }
@media (max-width: 576px) { .parallax-window-home { height: 300px!important; } }

/* imagem topo home */

#principal-img {
	position: relative;
	height: 460px!important;
}

#principal-box {
	position: absolute;
	right: 0;
	top: 200px;
	color: #fff;
	max-width: 50%;
}

#principal-box-tit {
	padding: 5px 20px;
	text-transform: uppercase;
	font: normal 13px/16px 'Montserrat', Arial;
	color: #fff;
	background: rgb(252,189,25);
	background: linear-gradient(90deg, #133e54 10%, #7cb0cb 80%);
}
#principal-box-res {
	padding: 20px 20px;
	font: normal 28px/1.3em 'Montserrat', Arial;
	color: #fff;
	background: #000;
}
#principal-box-sub {
	padding: 10px 20px;
	font: normal 18px/1.3em 'Montserrat', Arial;
	color: #000;
	background: #dceaf1;
}

@media (max-width: 992px) {
	#principal-box-tit { font-size: 13px!important; }
	#principal-box-res { font-size: 18px!important; }
	#principal-box-sub { font-size: 15px!important; }
}
@media only screen and (max-width : 640px) {
	#principal-box { max-width: 75%; }
}
@media only screen and (max-width : 360px) {
	#principal-box { max-width: 100%; }
}

/* home */

#home-faixa {
	background: #ebebeb;
	color: #133e54;
	font-size: 20px;
	line-height: 1.3em;
}

#home-destaques { background: #dceaf1; }
.destaque-img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.destaque-img img {
	position: relative;
	max-width: 100%;
	width: 100%;
}
.destaque-img:hover img {
}

.box-destaque h5 {
	font-weight: bold;
	font-size: 20px;
	color: #133e54;
}

.box-informes h5 {
	font-weight: bold;
	font-size: 16px;
	color: #133e54;
}

.box-informes-topo {
	background: rgb(37,123,168);
	background: linear-gradient(90deg, rgba(37,123,168,1) 0%, rgba(19,62,84,1) 70%);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.chamada-aba {
	display: inline-block;
	background: #257ba8;
	color: #fff;
	padding: 20px 20px;
	font-weight: 300;
	font-size: 20px;
}
.chamada-img {
}
.box-chamada h5 {
	font-weight: bold;
	font-size: 24px;
	color: #133e54;
}
.box-chamada p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3em;
}

.box-banner h5 {
	font-weight: bold;
	font-size: 20px;
	color: #1c5c7e;
}

/* lista documentos */

.lista-doc-item .col {
	border-bottom: 1px solid #257ba8;
}
div.lista-doc-item:last-of-type .col {
	border-bottom: none;
}
.lista-doc-item .link { color: #257ba8; }
.lista-doc-item i {
	padding-right: 10px;
	font-size: 42px;
	color: #257ba8;
}

/* lista docentes */

.docente_cargo {
	color: #1c5c7e;
	font-size: 16px;
}

.docente-detalhe, .lista-docente-item {
	border-bottom: 1px solid #257ba8;
}
div.lista-docente-item:last-of-type {
	border-bottom: none;
}
.docente-detalhe .btn, .lista-docente-item .btn { border-radius: 0; border: none; }
.docente-detalhe .btn-primary, .lista-docente-item .btn-primary { background: #133e54; }

.docente_linha {
	display: none;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}
.docente_linha_img {
	padding-top: 15px;
}
.docente_linha_lattes {
	padding-top: 35px;
}
.docente_linha_email {
	line-height: 100px;
}

/* lista grupos */

.lista-grupo-item .col {
	border-bottom: 1px solid #257ba8;
}
div.lista-grupo-item:last-of-type .col {
	border-bottom: none;
}
.lista-grupo-item a { color: #1c5c7e; }



/* lista galeria */

.galeria_lista_data {
	font-weight: 500;
	margin-top: -10px;
}
.lista_galeria_foto {
	padding-top: 20px;
}

/* galeria */

.btn_galeria {
	line-height: 24px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
}
.btn_galeria span {
	float: right;
	font-size: 24px;
	padding-left: 8px;
}

.btn_galeria a:hover {
	text-decoration: none;
}

/* share */

ul.share-buttons {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

ul.share-buttons li {
	display: inline;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

ul.share-buttons img {
	width: 32px;
}

/* rodape */

#newsletter {
	background: #d8d8d8;
}
#mc_embed_signup input.email {
	max-width: 320px!important;
}
#newsletter input {
	border-radius: 10px;
}
#apoio {
	background: #ebebeb;
}
#rodape li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #a8cadc;
}
#rodape h5 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
#rodape hr { border-color: #a8cadc; }
#rodape p, #rodape p a {
	font-size: 14px;
	line-height: 1.2em;
	color: #a8cadc;
}
@media (max-width: 360px) { #rodape span.pucrio { font-size: 11px; } }

