@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:700");

/* =========================================================
   1. RESET / BASE
   ========================================================= */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	background: #f2f5f3;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* =========================================================
   2. TYPOGRAPHY
   ========================================================= */

body,
input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #6b7770;
	font-size: 13pt;
	line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #6b7770;
	margin: 0 0 0.5em 0;
	line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}

h2 {
	font-size: 1.65em;
}

h2.major {
	position: relative;
	border-top: solid 5px #e7eae8;
	font-size: 1.65em;
	text-align: center;
	margin: 0 0 3em 0;
	top: 0.775em;
}

h2.major span {
	background: #fff;
	position: relative;
	display: inline-block;
	top: -0.775em;
	padding: 0 1.25em;
}

h3, h4 {
	font-size: 1.25em;
}

a {
	color: #006376;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

b, strong {
	font-weight: 700;
	color: #6b7770;
}

i, em {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 2px #E7EAE8;
	margin: 0 0 3em 0;
}

blockquote {
	border-left: solid 5px #E7EAE8;
	padding: 1em 0 1em 1.5em;
	font-style: italic;
}

/* conteúdo editorial */
.page-content p,
.page-content ul,
.page-content ol,
.page-content dl,
.page-content table,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content table,
.content-with-image p,
.content-with-image ul,
.content-with-image ol,
.content-with-image dl,
.content-with-image table {
	margin-bottom: 2em;
}

.page-content ul,
.entry-content ul,
.content-with-image ul {
	list-style: disc;
	padding-left: 1.2em;
}

.page-content ul li,
.entry-content ul li,
.content-with-image ul li {
	padding-left: 0.3em;
}

.page-content ol,
.entry-content ol,
.content-with-image ol {
	list-style: decimal;
	padding-left: 1.3em;
}

.page-content ol li,
.entry-content ol li,
.content-with-image ol li {
	padding-left: 0.2em;
}

/* =========================================================
   3. SECTIONS / ARTICLES
   ========================================================= */

section,
article {
	margin-bottom: 0;
}

section > :last-child,
section:last-child,
article > :last-child,
article:last-child {
	margin-bottom: 0;
}

header > p {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #c1cac5;
	margin-bottom: 0;
}

/* =========================================================
   4. CONTAINER / LAYOUT
   ========================================================= */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 64em;
}

@media screen and (max-width: 1680px) {
	.container {
		width: 75em;
	}
}

@media screen and (max-width: 1280px) {
	.container {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 980px) {
	.container {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 736px) {
	.container {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 360px) {
	.container {
		width: calc(100% - 30px);
	}
}

/* =========================================================
   5. IMAGES
   ========================================================= */

.image {
	position: relative;
	display: inline-block;
	border-radius: 8px;
}

.image img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("images/overlay.png");
	border-radius: 8px;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* =========================================================
   6. BUTTONS
   ========================================================= */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-webkit-appearance: none;
	display: inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background: #b1ddab;
	color: #fff;
	border: 0;
	line-height: 1em;
	border-radius: 8px;
	outline: 0;
	cursor: pointer;
	transition: background-color .2s ease-in-out;
	font-size: 1.25em;
	padding: 0.85em 1.85em;
	text-align: center;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background: #c1edbb;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	background: #a1cd9b;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background: #c1cac5;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background: #ccd5d0;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
	background: #b1bab5;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
	font-size: 1.65em;
}

/* =========================================================
   7. LISTS / MENUS / META
   ========================================================= */

ul.actions {
	list-style: none;
	padding-left: 0;
	text-align: center;
	margin: 2em 0 0 0;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 1em;
	padding-left: 0;
}

ul.actions li:first-child {
	margin-left: 0;
}

ul.contact {
	list-style: none;
	padding-left: 0;
	cursor: default;
}

ul.contact li {
	transition: top .15s ease-in-out;
	position: relative;
	display: inline-block;
	margin: 0 0.25em;
	top: 0;
	padding-left: 0;
}

ul.contact li a {
	transition: background-color .2s ease-in-out;
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	outline: 0;
	background: #c1cac5;
	text-align: center;
}

ul.contact li a:before {
	color: #f2f5f3;
	font-size: 32px;
	line-height: 48px;
}

ul.contact li:hover {
	top: -5px;
}

ul.contact li:active {
	top: 0;
}

ul.special {
	list-style: none;
	padding-left: 0;
	cursor: default;
	position: relative;
	margin: -2em 0 4em -2em;
}

ul.special li {
	transition: top .15s ease-in-out;
	position: relative;
	display: inline-block;
	top: 0;
	padding: 2em 0 0 2em;
}

ul.special li a {
	display: block;
	outline: 0;
}

ul.special li a:before {
	transition: background-color .2s ease-in-out;
	display: block;
	text-align: center;
	background: #c1cac5;
	border-radius: 100%;
	width: 2.25em;
	height: 2.25em;
	line-height: 2.175em;
	font-size: 5em;
	color: #fff;
}

ul.special li:hover {
	top: -1em;
}

ul.special li:hover a:before {
	background: #b9d2ce;
}

ul.meta {
	font-size: 0.85em;
	color: #a1aaa5;
	list-style: none;
	padding-left: 0;
}

ul.meta li {
	position: relative;
	display: inline-block;
	margin-left: 1em;
	padding-left: 0;
}

ul.meta li:first-child {
	margin-left: 0;
}

ul.meta li:before {
	opacity: 0.5;
	cursor: default;
	margin-right: 0.5em;
}

ul.menu {
	list-style: none;
	padding-left: 0;
}

ul.menu li {
	border-left: solid 1px #E7EAE8;
	display: inline-block;
	padding: 0 0 0 0.75em;
	margin: 0 0 0 0.75em;
}

ul.menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

/* =========================================================
   8. FORMS
   ========================================================= */

form label {
	display: block;
	margin: 0 0 1em 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #6b7770;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	border-radius: 4px;
	border: solid 2px #E7EAE8;
	background: #fff;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border-color: #a1cd9b;
	outline: 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 3em;
	padding: 0 1em;
}

form textarea {
	min-height: 9em;
	padding: 1em;
}

form ::-webkit-input-placeholder {
	color: #555 !important;
}

form :-moz-placeholder {
	color: #555 !important;
}

form ::-moz-placeholder {
	color: #555 !important;
}

form :-ms-input-placeholder {
	color: #555 !important;
}

/* =========================================================
   9. TABLES
   ========================================================= */

table.default tr {
	border-top: solid 2px #E7EAE8;
}

table.default tr:first-child {
	border-top: 0;
}

table.default td {
	padding: 0.5em 1em;
}

table.default th {
	text-align: left;
	padding: 0.5em 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #6b7770;
}

table.default thead {
	background: #E7EAE8;
	color: #fff;
}

/* =========================================================
   10. BOXES
   ========================================================= */

.box.highlight {
	text-align: center;
}

.box.highlight h2 {
	font-size: 3em;
	margin: 0 0 0.25em 0;
}

.box.highlight header > p {
	font-size: 1.65em;
	margin: 0 0 1.5em 0;
}

.box.feature {
	text-align: center;
}

.box.post header {
	margin: 0 0 2.5em 0;
}

.box.post h3 {
	font-size: 3em;
	margin: 0 0 0.25em 0;
}

.box.post header > p {
	font-size: 1.65em;
	margin: 0 0 0.5em 0;
}

.box.post ul.meta {
	margin: 0 0 0.5em 0;
}

.box.post-summary h3 {
	line-height: 1em;
	margin: 0 0 0.75em 0;
}

.box.post-summary .meta {
	margin: 0;
	line-height: 1em;
}

.box.page-content header {
	margin: 0 0 0.5em 0;
}

.box.page-content h2 {
	font-size: 3em;
	margin: 0 0 0.5em 0;
}

.box.page-content header > p {
	font-size: 1.65em;
	margin: 0 0 0.5em 0;
}

.box.page-content ul.meta {
	margin: 0 0 0.5em 0;
}

/* =========================================================
   11. ICONS
   ========================================================= */

.icon {
	text-decoration: none;
	position: relative;
}

.icon:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon > .label {
	display: none;
}

/* =========================================================
   12. PAGE WRAPPER / MAIN
   ========================================================= */

#page-wrapper > section {
	margin-bottom: 0;
}

#main {
	background: #fff;
	border-top-width: 35px;
	border-bottom-width: 10px;
}

/* =========================================================
   13. HEADER
   ========================================================= */

#header {
	text-align: center;
	font-size: 2em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 2em 0 0.5em 0;
	background: #fff;
	margin: 0 auto;
}

#header .logo {
	position: relative;
	text-align: center;
	border-top: solid 5px #e7eae8;
	top: 0.65em;
}

#header .logo div {
	background: #fff;
	position: relative;
	display: inline-block;
	padding: 0 1.5em;
	top: -0.65em;
}

#header .logo h1 {
	display: inline;
}

#header .logo p {
	display: inline;
	color: #C1CAC5;
}

/* =========================================================
   14. NAV
   ========================================================= */

body {
	padding-top: 3.25em;
}

#nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.95);
	background-image: url("images/overlay.png");
	width: 100%;
	height: 3.25em;
	line-height: 3.25em;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: default;
}

#nav ul {
	position: relative;
	z-index: 1001;
}

#nav li {
	display: inline-block;
	margin: 0 0.5em;
	top: 0;
	position: relative;
	transition: top .15s ease-in-out;
}

#nav li > ul {
	display: none;
}

#nav li a,
#nav li span {
	transition: background-color .075s ease-in-out, color .075s ease-in-out;
	position: relative;
	display: block;
	text-decoration: none;
	color: #6b7770;
	top: -6px;
	padding: 6px 1.5em 0.25em 1.5em;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	outline: 0;
}
/*aqui*/
#nav li:hover,
#nav li.active {
	top: 3px;
}

/*aqui*/
#nav li.active a,
#nav li.active span,
#nav li.current-menu-item > a,
#nav li.current_page_item > a,
#nav li.current-menu-parent > a,
#nav li.current_page_parent > a,
#nav li.current-menu-ancestor > a {
	background: #C1CAC5;
	color: #fff;
}

.dropotron {
	list-style: none;
	background: #6B7770;
	color: #fff;
	border-radius: 6px;
	line-height: 2.75em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1em 0;
	text-align: left;
	min-width: 14em;
	margin-top: -1em;
	box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
}

.dropotron li {
	padding-left: 0;
}

.dropotron li > a,
.dropotron li > span {
	display: block;
	color: #D7DAD8;
	text-decoration: none;
	padding: 0 1.25em;
}

.dropotron li:hover > a,
.dropotron li:hover > span,
.dropotron li.active > a,
.dropotron li.active > span {
	color: #fff;
	background: #7B8780;
}

.dropotron.level-0 {
	margin-top: 1em;
	font-size: 0.9em;
}

.dropotron.level-0:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -1em;
	top: -0.65em;
	border-bottom: solid 1em #6B7770;
	border-left: solid 1em transparent;
	border-right: solid 1em transparent;
}

/* =========================================================
   15. BANNER
   ========================================================= */

#banner {
	position: relative;
	background-image: url("images/overlay.png"), url("images/overlay.png"), url("../../images/banner.jpg");
	background-position: top left, top left, center center;
	background-repeat: repeat, repeat, no-repeat;
	background-size: auto, auto, cover;
	z-index: 1;
	padding: 11em 0;
}

#banner .content {
	position: relative;
	background-color: rgba(21, 28, 23, 0.85);
	background-image: url("images/overlay.png"), url("images/highlight.png");
	background-position: top left, center center;
	background-size: auto, 100% 250%;
	background-repeat: repeat, no-repeat;
	text-align: center;
	margin: 0;
	padding: 4em 0 3.5em 0;
}

#banner .content h2 {
	color: #fff;
	font-size: 2.75em;
	margin: 0 0 0.5em 0;
}

#banner .content p {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #575d59;
	font-size: 1.35em;
	margin: 0 0 1.25em 0;
}

/* =========================================================
   16. SIDEBAR / FOOTER / COPYRIGHT
   ========================================================= */

.sidebar h2.major {
	text-align: left;
	margin: 0 0 1.5em 0;
}

.sidebar h2.major span {
	padding-left: 0;
}

#footer {
	text-align: center;
	padding: 1em 0;
}

#footer a {
	color: inherit;
}

#footer h2.major {
	margin: 0 0 1.5em 0;
}

#footer h2.major span {
	background: #f2f5f3;
}

#copyright {
	display: inline-block;
	background: #e7eae8;
	padding: 0.75em 2em;
	border-radius: 8px;
	color: #8b9790;
	margin: 4em 0 0 0;
}

#copyright a {
	color: inherit;
}

#copyright .menu {
	margin: 0;
}

#copyright .menu li {
	border-color: #C1CAC5;
	border-width: 2px;
	line-height: 1em;
}

/* =========================================================
   17. MOBILE NAV
   ========================================================= */

#navPanel,
#titleBar {
	display: none;
}

/* =========================================================
   18. RESPONSIVE
   ========================================================= */

@media screen and (max-width: 1680px) {
	body, input, textarea, select {
		font-size: 12pt;
		line-height: 1.75em;
	}
}

@media screen and (max-width: 1280px) {
	body, input, textarea, select {
		font-size: 11pt;
	}

	#header {
		font-size: 1.5em;
	}

	#banner {
		padding: 6em 0;
	}

	#banner .content {
		padding: 4em 0 3em 0;
	}

	#main {
		border-top-width: 20px;
		border-bottom-width: 10px;
	}

	#footer {
		padding: 6em 0;
	}
}

@media screen and (max-width: 980px) {
	html, body {
		overflow-x: hidden;
	}

	#header,
	#nav {
		display: none;
	}

	#main {
		border-top-width: 0;
	}

	.sidebar {
		border-top: solid 2px #e7eae8;
		padding-top: 50px;
	}

	body {
		padding-top: 44px;
	}

	body.homepage {
		padding-top: 0;
	}

	#titleBar {
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background-color: rgba(21, 38, 23, 0.8);
		background-image: url("images/overlay.png");
	}

	#titleBar .title {
		display: block;
		position: relative;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.25em;
		line-height: 44px;
		color: #fff;
		text-align: center;
	}

	#navPanel {
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background-color: #353c37;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.25em;
		transform: translateX(-275px);
		transition: transform 0.5s ease;
	}

	body.navPanel-visible #navPanel {
		transform: translateX(0);
	}
}

@media screen and (max-width: 736px) {
	body, input, textarea, select {
		font-size: 11pt;
	}

	h2 {
		font-size: 1.25em;
	}

	section, article {
		margin-bottom: 2em;
	}

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		display: block;
		width: 100%;
	}

	#main {
		padding: 3em 0;
	}

	.sidebar {
		border-top: solid 2px #e7eae8;
		padding-top: 50px;
		margin-top: 30px;
	}

	#footer {
		padding: 3em 0;
	}
}

@media screen and (max-width: 360px) {
	body, input, textarea, select {
		font-size: 10pt;
	}
}