/**
 *
 * Wutlu lib.
 * http://wutlu.com
 *
 **/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

body {
	background-image: url('../images/bg.svg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}

header.default {
	background: #fff;

	padding: 1rem 0;

			box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}

.centers > .item {
	display: table;
	margin: 0 auto;
}

.centers > .item:hover {

}
.centers > .item > h3 {
	text-align: center;
}

.centers > .item > a.d-flex {
	display: table;
	background: #fff;
	border-radius: 50%;
	width: 240px;
	height: 240px;
	margin: 2rem;
	padding: 2rem;

	-webkit-transition: all 400ms cubic-bezier(.47, 0, .745, .715);
  			transition: all 400ms cubic-bezier(.47, 0, .745, .715);

			box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}
.centers > .item > p.lead {
	max-width: 300px;

	text-align: justify;
}

.centers > .item:hover > a {
			box-shadow: 0 0 14px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, .2);
}

@media(max-width: 36em) {
	.centers > .item > a.d-flex {
		width: 140px;
		height: 140px;

		margin: 2rem auto;
	}

	.centers > .item > p.lead {
		font-size: 14px;
	}
}

footer.logos {
	background: #f0f0f0;

	margin: 1rem 0;
}

footer.logos > .d-table > ul.list-inline {
	margin: 2rem 0 !important;
	padding: 1rem 0;
}

footer.logos > .d-table > ul.list-inline {
	margin: 0;
}

footer.logos > .d-table > ul.list-inline > li.item {

}
footer.logos > .d-table > ul.list-inline > li.item:hover {

}

p.copyright { text-align: center; }


ul.navbar-nav > li.nav-item > a.nav-link {
	border-style: solid;
	border-color: inline;
	color: #1565C0;
	border-width: 1px;
	margin: 0 .2rem;
	padding: .4rem .6rem;
	border-radius: .2rem;
	text-align: center;
	font-weight: bold;
}
ul.navbar-nav > li.nav-item > div.dropdown-menu > a.dropdown-item {
	color: #1565C0;
	font-weight: bold;
}
ul.navbar-nav > li.nav-item > div.dropdown-menu > a.dropdown-item:active {
	background: #1565C0;
	color: #fff;
}

.gim-card > .list-group > .list-group-item > a {
	color: #1565C0;
	font-weight: bold;
	font-size: 16px;
}
.gim-card > .list-group > .list-group-item:hover {
	background: #1565C0;
}
.gim-card > .list-group > .list-group-item:hover > a {
	color: #fff;
}

.card-home {
	border-width: 1px;
	border-style: solid;
	border-color: #17a2b8;
}
.card-home > .card-header {
	background-color: #17a2b8;
	color: #fff;
	border-color: #17a2b8;
}
.card-home > .card-body {
	padding: 1px;
}