@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.5em;
}

body {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	background: #CCC;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

a {
	color: #dc3714;
}

a:hover {
	color: #dc3714;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

p {
	text-align:justify;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

.alerta {
	padding: 10px;
	background: #8C0000;
	color: #FFF;
	position: relative;
	text-align: center;
}

.main {
	padding: 0 0 85px 0;
}

.main > .container {
	position: relative;
}

.container.background {
	background-position: center;
	background-repeat: no-repeat;
  background-attachment: fixed;
	background-size: cover;
	color: #FFF;
	padding-top: 100px;
}

.container.page {
	background: #FFF;
	margin-top: 90px;
	padding-top: 10px;
}

.container.page .form-control {
	background: #FFF;
	color: #000;
	font-size: 12px;
	border: 1px solid #CCC;
	border-radius: 0;
}

.container.page select.form-control {
	height: 33px;
}


.container.page textarea.form-control {
	height: 100px;
}

.container.page li {
	text-align: justify;
}

.footer {
	background: #333;
	font-size: 14px;
	color: #999;
	padding: 20px;

	width: 100%;
	height: 85px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navbar {
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.5s;
}

.navbar .navbar-brand > img {
	height: 65px;
	transition: all 0.5s;
}

.smallnav {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 1px 1px 2px #666;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar.smallnav .navbar-brand > img {
	height: 45px;
}

.navbar .navbar-nav .nav-item .bandeira > img {
	height:24px;
}

.navbar .navbar-nav .nav-item > a.nav-link {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding: 5px 10px;
	transition: all 0.2s;
}

.navbar .navbar-nav .nav-item.active > a.nav-link {
	color: #000;
	border-bottom: 2px solid #0b5a99;
}

.navbar .navbar-nav .nav-item > a.nav-link:hover {
	color: #0b5a99;
}

.navbar .navbar-nav.icons {
	flex-direction: row;
}

.navbar .navbar-nav.icons .nav-item > a.nav-link {
	color: #333;
	text-shadow: none;
}

.navbar .navbar-nav.icons .nav-item > a.nav-link:hover {
	background: transparent;
	color: #FFF;
}

.line {
	border-bottom: 4px solid #0b5a99;
	margin: 2px 0 15px 0;
	width: 150px;
}

.button {
	font-size: 12px;
	font-weight: bold;
	background: #dc3714;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.2s;
	border-radius: 5px;
}

.button:hover {
	background: #900;
	color: #FFF;
	cursor: pointer;
}

.button-home {
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 50px;
}

.page-home {
	padding-top: 150px;
	padding-bottom: 100px;
	text-shadow: 1px 1px #333;
	font-size: 16px;
}

.page-dark {
	background: rgba(100, 100, 100, 0.9);
	color: #CCC;
}

.page-dark h2,
.page-dark h3 {
	color: #FFF;
}

.page-color {
	background: rgba(11, 90, 153, 0.9);
	color: #FFF;
	font-size: 16px;
}

.page-color .line {
	border-bottom: 2px solid #CCC;
}

.page-color a {
	color: #000;
}

.page-form {
	padding: 10px;
	background: rgba(100, 100, 100, 0.2);
}

.page-color h2,
.page-color h3 {
	color: #CCC;
}

.page-card {
	background: rgba(255, 255, 255, 0.9);
	color: #666;
	text-shadow: none;
	padding: 10px;
	height: 100%;
}

.page-card h3 {
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #AAA;
	color: #333;
}

.page-card .line {
	border-bottom: 2px solid #0b5a99;
}

.page-white {
	font-size: 14px;
	color: #000;
	background: rgba(255, 255, 255, 0.9);
}

.page-white h2 {
	font-size: 22px;
	color: #FFF;
	text-shadow: 1px 1px #333;
}

.page-white h3 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.page-white > div.row > div > div.row > div.item > i {
	color: #FFF;
	background-color: #0b5a99;
	font-size: 38px;
	padding: 6px;
}

.required {
	color: #A00;
}

.form-control {
	background: #FFF;
	color: #000;
	font-size: 12px;
	border: 0;
	border-radius: 0;
}

.input-group-addon {
	font-size: 12px;
}

.form-control:focus {
	background: #CCC;
	color: #333;
}

.input-group-addon {
	background: #000;
	color: #FFF;
}

.valores {
	text-align: center;
}

.valores h1 {
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0; 
	color: #0b5a99;
}

.container.mensagem {
	margin-top: 100px;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
		border-color: #777;
	}
	
	.main {
		padding: 0 0 120px 0;
	}

	.footer {
		height: 120px;
	}

	.nav-item {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

.abc-checkbox input[type="checkbox"]:checked+label::after,
.abc-checkbox input[type="radio"]:checked+label::after {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

.abc-checkbox .form-check-label {
	padding-top: 3px;
	display: inline-block;
}