@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600|Roboto:400');
@import url('sheets/aqua.css');
/* @import url('sheets/menu_lateral.css'); */

body {
	font-family: "Roboto";
	font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, .page-header {
	font-family: "Open Sans";
	font-weight: 600;
}

.h2.flaticon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-indent: -1.75em;
	margin-left: 1.5em;
}

.h2.flaticon > [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: 24px;
}

.logo-repo {
	min-height: 100px;
}

.logo-inst {
	min-height: 100px;
}

.breadcrumbs {
	margin-bottom: 2em;
}

.jumbotron h1 {
	font-size: 44px;
}

.jumbotron.franja-presentacion {
	color: #FFF;
	padding: 2em 2em 3em 2em;
	margin-bottom: 3em;
}

.jumbotron.franja-presentacion .header {
	font-weight: 600;
	font-size: 44px;
}

.jumbotron.franja-presentacion .subheader small {
	font-size: 22px;
}

.searchHomeContent {

	padding: 3em;
	border-radius: 0px;
	text-align: center;
	width: 100%;
}

.searchHomeContent h2 {
	margin: .5em 0 1em .5em;
	font-size: 22px;
}

.searchHomeContent #searchForm_lookfor {
	width: 100%;
	margin-bottom: 0em;
}

[id^="side-panel-"] > .title {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	border-width: 1px;
	border-style: solid;
}

.facet-group .facet .badge, .facet-group .title .badge {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	max-height: 22px;
}

.facet-group.active-filters .title:before {
	font-family: FontAwesome;
	content: "\f0b0";
	margin-right: .5em;
}

.result .result-title {
	font-size: 1.25em;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	margin: 2em 0;
}

.result .record-number {
	border-radius: 50%;
	height: 2em;
	padding-top: .25em;
	margin-right: 1em;
}

.result .result-links {
	display: none;
}

.result .result-body {
	width: 100%;
}

.result .result-body .result-authors, .result .result-body .result-date {
	margin-bottom: 1em;
}

.result a.fulltext {
	padding: .5em;
}

.result .result-formats {
	float: right;
}

.result .result-formats span {
	padding: .5em;
	font-family: "Open Sans", sans-serif;
}

.result .result-repo {
	padding: .5em 1em;
	margin: 1em 0;
}

.stats-home {
	width: 100%;
	margin-bottom: 2em;
}

.stats-home tr:first-child {
    font-family:'Montserrat';
	font-size: 58px;
	line-height: 20px;
}

.stats-home tr:last-child {
	color: #004880;
	font-size: 25px;
	font-weight: 300;
}

.stats-home tr:first-child td {
	padding-top: .25em;
}

.stats-home tr:last-child td {
	
	padding-bottom: .25em;
	line-height: 50px;
}

.stats-home td {
	text-align: center;
}

footer .footer-contact {
	height: 5em;
	padding-top: 1em;
}

footer .social-media {
	height: 5em;
	padding-top: 1em;
}




.chartdiv {
	width: 100%;
	height: 450px;
	background-color: 1px solid #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 2em;
	margin-bottom: 3em;
}

.amcharts-pie-slice {
	transform: scale(1);
	transform-origin: 50% 50%;
	transition-duration: 0.3s;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	cursor: pointer;
	box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
	transform: scale(0.95);
	opacity: 0.8;
}

a[href*='amcharts'] {
	display: none !important;
}

.pagination {
	margin: 3em 0;
}

.list-group-item {
	padding: 0;
	margin-bottom: 1em;
	border-style: dotted;
	min-height: 67px;
}

.list-group-item p {
	margin: .75em 1em;
    font-size: .9em;
}

.list-group-item [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: 40px;
	float: right;
	padding: .1em;
	margin-left: .25em;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
}