/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Pagination
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Components
# Utilities
# Layout
	## Header
	## Front Page
	## Footer
# Librarys
	## TableSorter
	## jQuery UI
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #515151;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.table thead th, .table td, .table th {border-color: #d1d1d1;}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
	width: 100%;
}

legend {margin-bottom: 1rem;}

form .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .50rem 1rem;
	color: inherit;
}

form .autor { position: relative; }

.form-group { position: relative; }

.input-group-addon, .input-group-text, .form-control, .custom-select {	border: 2px solid #ced4da; }

.custom-control-label::before {	background-color: #bababa; }

.custom-control-input:disabled ~ .custom-control-indicator { background-color: #d1d1d1; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00a0d2;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

a:focus {
	outline: 2px solid #f1ca7f;
}

a:hover, a:active {
	color: #0073aa;
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Botao que revela/esconde o menu na versao mobile */
.menu-border, #site-navigation {
	border-bottom: 2px solid #dbe0e4;
}

#menu-toggle-button {
	color: #666;
	line-height: 60px;
	display: block;
	font-size: 18px;
}

#menu-toggle-button:hover,
#menu-toggle-button:focus {
	color: #000;
	text-decoration: none;
}

/* Menu Principal */
.menu, .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation a { text-decoration: none; }

#site-navigation .current-menu-item a {	
	color: #ffffff;
	font-weight: 700; 
}
@media (min-width: 992px) {
	#site-navigation .current-menu-item a { color: #000; }
}

.menu { font-size: 18px; }

.menu li { background: #666; }

.menu a {
	color: #dfdfdf;
	background: #727272;
	display: block;
	line-height: 1.5em;
	padding: 10px 20px;
}

.sub-menu {
	background: rgba(102,102,102, 1);
	margin-left: 20px;
	border-left: 1px solid #727272;
}

.sub-menu a {
	background: transparent;
	color: #fff;
}
@media (min-width: 992px) {
	/* Exibir o menu */
	.menu {padding: 2px;}
	.menu li {background: transparent;}
	.menu a {
		color: #666;
		background: transparent;
		line-height: 60px;
		padding: 0 15px;
	}
	.menu > li:first-child > a {padding-left: 0;}
	.menu > li > a:hover,
	.menu > li:hover > a { color: #000; }
	.sub-menu {
		background: rgba(102,102,102, 0);
		position: absolute;
		left: -1000em;
		width: 200px;
		z-index: 999;
		transition: background 100ms ease-in;
		margin-left: 0;
		border-left: none;
	}
	.menu > li > a > .fa-angle-down {
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	.menu > li:hover > a > .fa-angle-down {
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.menu li:hover > .sub-menu {
		left: auto;
	}
	.sub-menu li:hover > .sub-menu {
		left: 220px;
	}
	.sub-menu::before {
		content: " ";
		border: 10px solid transparent;
		border-bottom-color: #666;
		position: absolute;
		bottom: 100%;
		left: 20px;
		opacity: 0;
		transition: opacity 100ms ease-in;
	}
	.sub-menu li {position: relative;}
	.sub-menu a {
		color: #fff;
		line-height: 1.5em;
		padding: 10px;
	}
	.sub-menu a:hover,
	.open-sub-menu a:focus {
		background: #727272;
		color: #dfdfdf;
	}
	.sub-menu .sub-menu::before {
		left: auto;
		bottom: auto;
		right: 100%;
		top: 15px;
		border-bottom-color: transparent;
		border-right-color: #666;
	}
	.sub-menu .sub-menu {top: 0;}

	/* Mostrar os sub-menus */
	.menu li:hover > .sub-menu {
		left: auto;
		background: rgba(102,102,102, 1);
	}
	.menu li:hover > .sub-menu::before,
	.open-multi-level::before,
	.open-sub-menu::before {
		 opacity: 1;
	 }
	.sub-menu li:hover > .sub-menu {left: 220px;}

	.open-sub-menu{
		left: auto;
		background: rgba(102,102,102, 1);
	}
	.open-multi-level{
		left: 220px;
		background: rgba(102,102,102, 1);
	}
}

/* Menu rodapé */
#footer-navigation { border-bottom: 1px solid #e5e5e5; }

#footer-menu {
	padding-left: 0;
	list-style: none;
}

#footer-menu .menu-item { display: inline-block; }

#footer-menu .menu-item a {
	color: #666;
	display: block;
	padding: 0 6px;
	line-height: 50px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
	border-radius: 0;
	font-size: 1.5rem;
	padding: 20px 0;
}
@media (min-width: 576px) {
	.pagination { font-size: 2rem; }
}

.nav-links {
	text-align: center;
	width: 100%
}

.page-numbers {	line-height: 1.5em; }

.page-numbers:not(.prev):not(.next) {
	border: 1px solid rgba(168,168,168, .3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	width: 1.5em;
}

.page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
	background: #057;
	color: #fff;
}

.page-numbers:hover { text-decoration: none; }

.prev.page-numbers {float: left;}

.next.page-numbers {float: right;}

.page-numbers.current {
	background: rgba(168,168,168, .3);
	border: none !important;
	color: #057;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Accessibility bar */
#accessibility-bar {
	border-bottom: 1px solid #999;
	font-size: 14px;
}

#accessibility-bar ul {	line-height: 32px; }

#accessibility-bar a { color: rgba(81,81,81, 0.75); }

#accessibility-bar a:hover { color: rgba(81,81,81, 1); }

#skip-links a span {
	background: #ccc;
	border-radius: 100%;
	font-size: 0.7em;
	padding: 0 4px;
	vertical-align: middle;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

#secondary {
	background: #eef2f5;
	margin-bottom: 40px;
	padding-top: 40px;
}

#secondary .widget {
	padding: 15px;
	margin: 0 -15px;
}

#secondary .widget + .widget {
	border-top: 4px solid #82939d;
}

#secondary h2 {
	color: #033;
	font-size: 22px;
}

.d-inline-block.collapse:not(.show) {
	display: none !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
	flex-grow: 1;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 40px 0;
}

.entry-header h1 {
	margin-bottom: 1.5rem;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	line-height: 150%;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.breadcrumb-nav h2 {
	margin-bottom: 0;
	padding: 12px 6px 12px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.breadcrumb {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	float: left;
}

.breadcrumb-item a {color: #000;}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Buttons */
.btn-primary {
	background: #00A0D2;
	border-color: #00A0D2;
}
.btn-primary:hover {
	background: #0073AA;
	border-color: #0073AA;
}

.btn-rotate {
	transition: all 300ms ease-in;
}

[aria-expanded="true"] .btn-rotate {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Card */
a.card:hover { text-decoration: none; }

/* Collapse */
.accordion-menu { margin-bottom: 20px; }

.accordion-item { border-top: 2px solid #b9bdc0; }

.accordion-item > a {
	display: block;
	padding: 10px 20px;
}

.accordion-item > a .fa {
	line-height: 1.5;
	color: #666;
}

.accordion-item > a:hover {	text-decoration: none; }

.accordion-item > a[aria-expanded=true] {
	background: #cfd4d8;
}

.accordion-item [role=tabpanel] {
	padding: 10px 20px;
}

.accordion-item > a .fa,
.dropdown-toggle::after,
.icon-plus-close {
	-webkit-transition:all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
}

.accordion-item > a[aria-expanded=true] .fa,
.accordion-item > a[aria-expanded=true] .icon-plus-close {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon-plus-close {
	color: #666;
	font-style: normal;
	font-size: 2em;
	vertical-align: middle;
	display: inline-block;
}

/* Dropdowns */
.dropdown-toggle::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	border:none;
	width: auto;
	height: auto;
	float: right;
}

.show .dropdown-toggle::after {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.dropdown .fa, #site-navigation .fa { line-height: 1.5 }

/* Forms */
.form-group.form-group-sm { margin-bottom: .25rem; }

/* Navs */
.nav-tabs:not(.card-header-tabs) {margin-bottom: 1rem;}

.nav-tabs .nav-link.disabled {cursor: not-allowed;}

/* Timeline */
.timeline {
	list-style: none;
}

.timeline-item {
	border-left: 4px solid #ccc;
	padding-left: 2rem;
	position: relative;
}

.timeline-item:last-child { border-left-color: transparent; }

.timeline-item > .fa {
	border-radius: 50%;
	width: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: -18px;
}

.timeline-content {
	padding-bottom: 2rem;
}

.timeline [data-toggle=collapse] { cursor: pointer; }


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Borders */
.round-border, .round-left-border {
	border-top-left-radius: 150px !important;
	border-bottom-left-radius: 150px !important;
}

.round-border, .round-right-border {
	border-top-right-radius: 150px !important;
	border-bottom-right-radius: 150px !important;
}

.cursor-pointer {
	cursor: pointer !important;	
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

body { background: #e7ecf0; }

#page {
	position: relative;
	word-wrap: break-word;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	background: #fff;
	padding: 20px 20px 0;
	border-bottom: 8px solid #9ba8c8;
}

#logo {
	margin-bottom: 20px;
}

.site-branding {
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.site-branding {
		border-left: 1px solid #aeadb0;
		margin-left: 20px;
		padding-left: 15px;
	}
}

.site-branding .font-weight-bold { font-weight: 900 !important; }

.site-branding a, .header-buttons .search-btn {	color: #666; }

.site-branding a:hover, .header-buttons .search-btn:hover {
	color: #000;
	text-decoration: none;
}

.site-branding a abbr {	text-decoration: none; }

.site-title { line-height: inherit; }

.header-buttons { margin-bottom: 20px; }

.header-buttons .btn {
	font-weight: 900;
}

#login-modal p {
	margin-bottom: 0;
	margin-top: 15px;
}

#search {
	margin-bottom: 20px;
	clear: both;
}
@media (min-width: 576px) {
	#search {
		margin-left: 195px;
		margin-right: 105px;
		display: block;
		clear: none;
	}
	#search.collapse {display: block;}
}
@media (min-width: 768px) {
	#search {
		margin-left: 460px;
		margin-right: 150px;
	}
}

#search .form-control {
	border-left-width: 0;
}

#search .input-group-btn .btn {
	border: 2px solid #ced4da;
	border-right-width: 0;
	background: transparent;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.section-hero {
	background: #c2c6cf;
}

#panel-1, #panel-3 {
	background: #06f;
	color: #fff;
	text-align: center;
}

#panel-1 h2,
#panel-3 h2 { font-weight: 400; }

#panel-1 a,
#panel-3 a {
	color: inherit;
	font-weight: 400 !important;
}

#panel-1 .entry-content small,
#panel-3 .entry-content small {
	color: rgba(255,255,255, .7);
	font-size: 12px;
}

#panel-1 ul,
#panel-3 ul {
	padding-left: 0;
	list-style: none;
	text-transform: uppercase;
}
@media (min-width: 576px) {
	#panel-1 ul,
	#panel-3 ul {
		-webkit-columns: 3 280px;
		-moz-columns: 3 280px;
		columns: 3 280px;
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	}
}

#panel-2 { background: #f5f5f5; }

#panel-2 .panel-image img {
	opacity: .6;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
	background: #fff;
	border-top: 8px solid #9ba8c8;
	font-size: 16px;
	overflow: auto;
}

#colophon .site-info { font-size: 14px; }

/*--------------------------------------------------------------
# Librarys
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## TableSorter
--------------------------------------------------------------*/
.tablesorter-header:not(.sorter-false) .tablesorter-header-inner,
.pager .first,
.pager .prev,
.pager .next,
.pager .last { cursor: pointer; }

.tablesorter-header:not(.sorter-false) .tablesorter-header-inner::after {
	content: "";
	border: 4px solid transparent;
	border-top-color: #bcbcbc;
	width: 0;
	height: 0;
	display: inline-block;
	margin-left: 4px;
}

.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner::after {
	border-top-color: #515151;
	border-bottom-color: transparent;
}

.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner::after {
	border-top-color: transparent;
	border-bottom-color: #515151;
}

/*--------------------------------------------------------------
## jQuery UI
--------------------------------------------------------------*/
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1510 !important;
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	/* MantÃ©m apenas a Ã¡rea de conteÃºdo na impressÃ£o */
	#page > *:not(#content) {
		display: none;
	}
	#content { max-width: 100%; }
}