body {
    padding: 0;
	margin: 0;
    font-family: 'Open Sans', 'Helvetica', sans-serif;
	min-width: 280px;
}

header {
    background-color: #dedede;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
}

footer {
    background-color: #333333;
    color: #868686;
    padding: 10px;
    text-align: center;
}

.footer {
	font-size: 12px;
	color: 868686 !important;
	margin-top: 25px;
	line-height: 1.4;
	margin-bottom: 25px;
}

.footer a {
	cursor: pointer;
	color: #868686 !important;
	font-size: 12px;
}

div {
    display: block;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    /* margin-right: auto; */
    /* margin-left: auto; */
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	color:#333333;
}
h1 {
	font-size: 30px;
	font-weight: 600!important;
	color: #333;
}
h2 {
	font-size: 24px;
	font-weight: 600;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #bfbebe;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline-block;
	float: right;
	margin-left: 20px;
	line-height: 35px;
	font-weight: 100;
}
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
li a {
	color: white;
	margin-left: 3px;
}
li > i {
	color: white;
}
.column-wrap a {
	color: #0835e0;
	font-weight: 600;
	font-size:16px;
	line-height:24px;
}
.column-wrap p {
	color: #545454;
	font-size:16px;
	line-height:24px;
	font-weight:300;
}
.container {
	margin-top: 100px;
}
.navbar {
	position: relative;
	min-height: 45px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	align-items: center;
	border-radius: 10px !important;
    flex-direction: row;
    flex-wrap: wrap;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
	align-items: center;
	justify-content: center;
	vertical-align: bottom;
}
.navbar-header {
    padding-left: 3px;
}
.navbar-nav>li>a {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-nav>li>a:hover {
	text-decoration: none;
	color: #cdc3ea!important;
}
.navbar-nav>li>a i {
	margin-right: 5px;
}
.nav-bar img {
	position: relative;
	top: 3px;
}
.navbar-collapse {
    padding-right: 28px;
}
.message {
	height: auto;
	padding: 40px;
	background-color: #eeeeee;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 10px !important;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
#siteDesenv {
	margin: 20px 10px 40px 10px;
	color: grey;
	font-weight: 300;
	font-size:18px;
	font-style: italic;
	display: flex;
    align-items: center;
    justify-content: center;
}
.column-custom {
	border-radius: 10px !important;
	background-color: #eeeeee;
	padding: 28px 20px 28px 20px;
	margin-bottom: 20px;
	min-width: 150px;
}
.copyright {
	color: #868686 !important;
	font-size: 12px;
}
.navbar a {
	color: white !important;
}
.navbar-inverse {
	background-color: #545454;
	border: none;
}
.column-custom-wrap{
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.content {
		padding: 35px;
	}
	.column-custom-wrap{
		padding: 10px;
	}
	.container {
		margin-top: 30px;
	}
}
@media screen and (max-width: 650px) {
	.content {
		padding: 20px;
	}
	.column-custom-wrap{
		padding: 0px;
	}
	.message {
		padding: 28px;
	}
	.column-custom {
		min-width: 200px;
	}
}
