@charset "UTF-8";
/* CSS Document */



.navbar {
	background: #d84242;
	padding: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

.nav.navbar-nav {
    background-color: rgba(255,255,255,0);
}

.navbar-custom ul.nav li a {
    color: #fff;
}

.dropdown-menu>li>a {
    color: #333;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}



/* ===========================
--- publicações
============================ */
h4  {
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 26px;
	font-weight: 700;
	color: #d84242;
	text-transform: none;
}

.title  {
	margin-bottom: 8px;
	line-height: 22px;
	font-weight: 500;
	color: #d84242;
}

.subtitle   {
	color: #666;
}

.author, .year  {
	margin-bottom: 8px;
}

.book  {
	max-height: 220px;
	margin: 30px 0 20px 0;
	border: 1px solid #ccc;
}

.reference  {
	font-size: 14px;
	width: 90%;
}

.index {
	list-style: none;
	padding-left: 0;
}

.cover   {
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
