body {
    background-color: #1e3663;
    font-family: 'Open Sans', sans-serif;
    color: #1e3663;
    font-size: 16px;
}

body > section:first-of-type {
	margin-top: 70px;
}

nav .container-fluid {
	max-width: 900px;
	margin: auto auto;
}

section {
    background-color: #b3b5c0;
    width: auto;
    max-width: 900px;
    margin: auto;
}

article {
    padding: 20px 30px;
}

.navbar {
	background-color: #1e3663;
	border-top: 15px solid #5fa903;
	border-bottom: 0;
}

.navbar .navbar-nav > li > a {
	font-size: 18px;
	text-transform: uppercase;
	color: #5fa903;
}

.navbar .nav > .active > a {
	background-color: #333333;
}

.nav > .active {
	border-bottom: 5px solid #5fa903;
}

.navbar-toggle {
	border: 0;
	color: #5fa903;
}

.navbar-toggle.navbar-toggle:hover .navbar-toggle:focus {
	border: 0;
	color: #5fa903;
}

.logo img {
	max-height: 55px;
	padding: 0;
	margin: 0;
}

.carousel {
	overflow: hidden;
	border-bottom: 15px solid #5fa903;
}

.carousel-inner > div > img {
	width: 100%;
}

footer {
	background: #333333;
    color: #b3b5c0;
    font-size: 14px;
    border-top: 15px solid #5fa903;
    line-height: 25px;
}

footer .container-fluid {
	max-width: 900px;
	margin: auto auto;
	padding: 0 25px 0 25px;
}

footer section {
	background-color: transparent;
	text-align: center;
}

footer h4 {
	font-size: 24px;
}

footer a {
    color: #b3b5c0;
    text-decoration: none;
}

footer a:hover {
	color: #b3b5c0;
    text-decoration: underline;
}

footer #copyright {
	background-color: #1d1d1d;
    text-align: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

footer .glyphicon {
	color: #5fa903;
	font-size: 20px;
}

footer .part {
	margin-bottom: 20px;
}

.qr-code {
	max-height: 150px;
	margin: auto auto;
}

.titulo {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}