/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/screen.scss */
#content {
  padding-top: 10px;
}

/* line 1, ../sass/_common.scss */
body {
  margin-top: 150px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}

/* line 9, ../sass/_common.scss */
.page-content-section ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 44px;
  margin-bottom: 3px;
  margin-top: 5px;
}

/* line 10, ../sass/_common.scss */
.page-content-section ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 44px;
  margin-bottom: 3px;
  margin-top: 5px;
}

/* line 12, ../sass/_common.scss */
a, a:hover, a:visited {
  color: #333;
}

/* line 16, ../sass/_common.scss */
a:hover {
  text-decoration: none;
}

/* line 21, ../sass/_common.scss */
.breadcrumbs {
  padding-left: 15px;
}
/* line 23, ../sass/_common.scss */
.breadcrumbs, .breadcrumbs a {
  color: #666666;
  margin-bottom: 20px;
  font-size: 12px;
}

/* line 30, ../sass/_common.scss */
strong {
  font-weight: bold;
}

/* line 36, ../sass/_common.scss */
.sliding-grid {
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
/* line 44, ../sass/_common.scss */
.sliding-grid .slider-wrapper {
  height: 660px;
  overflow: hidden;
  position: relative;
}
/* line 51, ../sass/_common.scss */
.sliding-grid .slide {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 57, ../sass/_common.scss */
.sliding-grid .slide.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 62, ../sass/_common.scss */
.content-wrapper {
  position: relative;
}
/* line 66, ../sass/_common.scss */
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 68, ../sass/_common.scss */
.content-wrapper h1 {
  font-size: 24px;
}
/* line 69, ../sass/_common.scss */
.content-wrapper h2 {
  font-size: 20px;
}
/* line 70, ../sass/_common.scss */
.content-wrapper h3 {
  font-size: 16px;
}
/* line 71, ../sass/_common.scss */
.content-wrapper h4 {
  font-size: 14px;
}
/* line 73, ../sass/_common.scss */
.content-wrapper h2.title, .content-wrapper h3.title {
  color: #B0D135;
}
/* line 75, ../sass/_common.scss */
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5 {
  line-height: 26px;
}
/* line 77, ../sass/_common.scss */
.content-wrapper .main {
  position: relative;
}
/* line 79, ../sass/_common.scss */
.content-wrapper .navigation {
  position: absolute;
  bottom: 20px;
  right: 100%;
  margin-left: -30px;
  width: 84px;
  text-align: right;
}
/* line 87, ../sass/_common.scss */
.content-wrapper .navigation a {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 97, ../sass/_common.scss */
.left-sidebar {
  padding-right: 30px;
}

/* line 103, ../sass/_common.scss */
.news-wrapper .left-sidebar h3 {
  margin: 0 0 30px 0;
}
/* line 107, ../sass/_common.scss */
.news-wrapper .latest-news .news-item {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
/* line 111, ../sass/_common.scss */
.news-wrapper .latest-news h2, .news-wrapper .single-entry h2 {
  margin-bottom: 30px;
}
/* line 112, ../sass/_common.scss */
.news-wrapper .latest-news h4, .news-wrapper .single-entry h4 {
  margin-bottom: 0;
}
/* line 114, ../sass/_common.scss */
.news-wrapper .latest-news span.date, .news-wrapper .single-entry span.date {
  margin-bottom: 20px;
  display: inline-block;
}
/* line 116, ../sass/_common.scss */
.news-wrapper .latest-news .featured-image, .news-wrapper .single-entry .featured-image {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 122, ../sass/_common.scss */
.news-wrapper .latest-news h4 {
  display: inline;
}
/* line 123, ../sass/_common.scss */
.news-wrapper .latest-news span.date {
  display: inline-block;
}
/* line 126, ../sass/_common.scss */
.news-wrapper article {
  font-size: 12px;
}
/* line 131, ../sass/_common.scss */
.news-wrapper article, .news-wrapper article p {
  line-height: 20px;
}

/* line 136, ../sass/_common.scss */
.news-archive-list li, .news-archive-list .item {
  margin-bottom: 20px;
}
/* line 140, ../sass/_common.scss */
.news-archive-list a {
  color: #222;
}
/* line 142, ../sass/_common.scss */
.news-archive-list a.active p {
  color: #B0D135;
}
/* line 144, ../sass/_common.scss */
.news-archive-list span.date {
  color: #6D6E70;
  margin-top: 3px;
  display: block;
}

/* line 151, ../sass/_common.scss */
.contacts-map {
  margin-top: 30px;
  height: 300px;
  width: 100%;
}

/* line 157, ../sass/_common.scss */
.sticky_bottom {
  margin-top: 30px;
}

/* line 161, ../sass/_common.scss */
.pos-rel {
  position: relative;
}

/* line 163, ../sass/_common.scss */
.search-item {
  margin-bottom: 20px;
}
/* line 166, ../sass/_common.scss */
.search-item h2.title {
  margin-bottom: 5px;
  font-size: 16px;
}
/* line 168, ../sass/_common.scss */
.search-item a {
  text-decoration: underline;
  margin-top: 3px;
}

/* line 172, ../sass/_common.scss */
input[type="button"], input[type="submit"] {
  background: #B0D135;
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}

/* line 184, ../sass/_common.scss */
input[type="button"]:hover, input[type="submit"]:hover {
  box-shadow: none;
}

/* line 188, ../sass/_common.scss */
td {
  vertical-align: top;
}

/* line 190, ../sass/_common.scss */
td br {
  display: block;
}

/* line 1, ../sass/_utils.scss */
.inner-full {
  width: 100%;
  height: 100%;
}

/* line 6, ../sass/_utils.scss */
.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 11, ../sass/_utils.scss */
.content-wrapper {
  margin-top: 60px;
}

/* line 18, ../sass/_utils.scss */
#team-members h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}
/* line 29, ../sass/_utils.scss */
#team-members h2.title {
  margin-top: 0;
}
/* line 31, ../sass/_utils.scss */
#team-members .team-member-item {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
/* line 38, ../sass/_utils.scss */
#team-members .team-member-item:hover .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 42, ../sass/_utils.scss */
#team-members .overlay {
  background-color: rgba(176, 208, 53, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 123px;
  padding-left: 20px;
  color: #fff;
}
/* line 57, ../sass/_utils.scss */
#team-members .overlay h2 {
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 0;
}
/* line 62, ../sass/_utils.scss */
#team-members span {
  font-size: 14px;
}
/* line 63, ../sass/_utils.scss */
#team-members span.cargo {
  font-size: 18px;
}

/* line 4, ../sass/_home.scss */
.grid-wrapper {
  padding: 0;
}

/* line 8, ../sass/_home.scss */
.grid .row div {
  padding: 0 8px;
}
/* line 12, ../sass/_home.scss */
.grid .item {
  height: 180px;
  background-color: #ccc;
  width: 100%;
  margin: 16px 0;
  -webkit-box-shadow: 0 0 10px #eeeeee;
  -moz-box-shadow: 0 0 10px #eeeeee;
  box-shadow: 0 0 10px #eeeeee;
  position: relative;
}
/* line 21, ../sass/_home.scss */
.grid .item.tall {
  height: 376px;
}
/* line 29, ../sass/_home.scss */
.grid .no-padding {
  padding: 0 !important;
}
/* line 31, ../sass/_home.scss */
.grid .npl {
  padding-left: 0 !important;
}
/* line 32, ../sass/_home.scss */
.grid .npr {
  padding-right: 0 !important;
}
/* line 34, ../sass/_home.scss */
.grid .npt {
  padding-top: 0 !important;
}
/* line 35, ../sass/_home.scss */
.grid .npb {
  padding-bottom: 0 !important;
}
/* line 37, ../sass/_home.scss */
.grid .nmt {
  margin-top: 0 !important;
}
/* line 38, ../sass/_home.scss */
.grid .nmb {
  margin-bottom: 0 !important;
}
/* line 39, ../sass/_home.scss */
.grid .nml {
  margin-left: 0 !important;
}
/* line 40, ../sass/_home.scss */
.grid .nmr {
  margin-right: 0 !important;
}
/* line 42, ../sass/_home.scss */
.grid a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1, ../sass/_header.scss */
#header {
  padding: 0 0 2px;
  width: 100%;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 11px #cccccc;
  -moz-box-shadow: 0px 3px 11px #cccccc;
  box-shadow: 0px 3px 11px #cccccc;
  top: 0;
  z-index: 999;
}
/* line 10, ../sass/_header.scss */
#header .top {
  border-bottom: 1px solid #000;
}
/* line 14, ../sass/_header.scss */
#header .top > .container > div {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
/* line 26, ../sass/_header.scss */
#header .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-top: 40px;
  margin-bottom: 10px;
}
/* line 33, ../sass/_header.scss */
#header .navbar-default .navbar-nav {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 39, ../sass/_header.scss */
#header .navbar-default .navbar-nav > li > a {
  font-size: 15px;
  color: #666666;
}
/* line 44, ../sass/_header.scss */
#header .navbar-default .navbar-nav > li > a:hover {
  color: #B0D135;
}
/* line 48, ../sass/_header.scss */
#header .navbar-default .navbar-nav > li:first-of-type > a {
  padding-left: 0;
}
/* line 50, ../sass/_header.scss */
#header .navbar-default .navbar-nav > li.current-menu-item a, #header .navbar-default .navbar-nav > li.current-page-ancestor a {
  background-color: transparent;
  color: #B0D135;
}
/* line 52, ../sass/_header.scss */
#header .navbar-collapse.collapse {
  padding-left: 0;
}
/* line 55, ../sass/_header.scss */
#header .menu li {
  display: inline;
  float: left;
  margin: 0 20px;
}
/* line 58, ../sass/_header.scss */
#header .searchform {
  display: inline;
  width: 100%;
}
/* line 63, ../sass/_header.scss */
#header .search-form-wrapper {
  border-left: 1px solid #000;
}
/* line 67, ../sass/_header.scss */
#header .search-form-wrapper input[type="text"] {
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  line-height: 35px;
  line-height: initial;
  padding: 11px 0;
  background-color: transparent;
}
/* line 78, ../sass/_header.scss */
#header .social-links li {
  border-left: 1px solid #000;
  width: 35px;
  height: 35px;
  float: left;
  display: inline;
}
/* line 86, ../sass/_header.scss */
#header .nav-aside-wrapper {
  position: relative;
  height: 100%;
}
/* line 90, ../sass/_header.scss */
#header .nav-aside-wrapper ul {
  position: absolute;
  width: 100%;
  margin-top: 20px;
}
/* line 95, ../sass/_header.scss */
#header .nav-aside-wrapper ul li {
  display: inline-block;
  width: 100%;
  float: left;
}
/* line 101, ../sass/_header.scss */
#header .nav-aside-wrapper ul a {
  color: #666;
  font-size: 12px;
  text-transform: lowercase;
}
/* line 103, ../sass/_header.scss */
#header .nav-aside-wrapper ul li.current-menu-item a {
  color: #B0D135;
  font-weight: bold;
}
/* line 107, ../sass/_header.scss */
#header .logo-wrapper {
  margin-top: 54px;
}
/* line 111, ../sass/_header.scss */
#header .social-links {
  float: left;
}
/* line 113, ../sass/_header.scss */
#header .social-icon {
  background-image: url(../images/redes_sociais.png);
  width: 35px;
  height: 35px;
}
/* line 115, ../sass/_header.scss */
#header a.social-icon {
  display: inline-block;
  cursor: pointer;
}
/* line 117, ../sass/_header.scss */
#header .social-icon.facebook {
  background-position: 0 0;
}
/* line 118, ../sass/_header.scss */
#header .social-icon.facebook:hover {
  background-position: 0 -35px;
}
/* line 120, ../sass/_header.scss */
#header .social-icon.linkedin {
  background-position: -35px 0;
}
/* line 121, ../sass/_header.scss */
#header .social-icon.linkedin:hover {
  background-position: -35px -35px;
}
/* line 123, ../sass/_header.scss */
#header .social-icon.ua {
  background-position: -70px 0;
}
/* line 124, ../sass/_header.scss */
#header .social-icon.ua:hover {
  background-position: -70px -35px;
}
/* line 126, ../sass/_header.scss */
#header .social-icon.twitter {
  background-position: -105px 0;
}
/* line 127, ../sass/_header.scss */
#header .social-icon.twitter:hover {
  background-position: -105px -35px;
}
/* line 129, ../sass/_header.scss */
#header .social-icon.mail {
  background-position: -140px 0;
}
/* line 130, ../sass/_header.scss */
#header .social-icon.mail:hover {
  background-position: -140px -35px;
}

/* line 4, ../sass/_footer.scss */
#footer {
  margin: 30px 0;
}
/* line 8, ../sass/_footer.scss */
#footer .container > div {
  border-top: 1px solid #666;
  padding-top: 20px;
}
/* line 13, ../sass/_footer.scss */
#footer .description {
  font-size: 10px;
  color: #666;
}
/* line 16, ../sass/_footer.scss */
#footer .menu a {
  font-size: 10px;
}
/* line 17, ../sass/_footer.scss */
#footer .menu a, #footer .menu a:hover {
  color: #666;
}

/* Pagina Unave */
/* line 2, ../sass/_pages.scss */
.page-hierarchy {
  padding-top: 10px;
}
/* line 4, ../sass/_pages.scss */
.page-hierarchy a {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}
/* line 6, ../sass/_pages.scss */
.page-hierarchy a.active, .page-hierarchy a:hover {
  color: #B0D135;
}
/* line 11, ../sass/_pages.scss */
.page-hierarchy a.active {
  font-weight: bold;
}

/* line 14, ../sass/_pages.scss */
.page-title {
  font-size: 18px;
  color: #B0D135;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 1, ../sass/_programa.scss */
.programa-item {
  height: 200px;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
/* line 8, ../sass/_programa.scss */
.programa-item .inner-full {
  position: relative;
  border: 1px solid #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 15, ../sass/_programa.scss */
.programa-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 26, ../sass/_programa.scss */
.programa-item .name {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
/* line 32, ../sass/_programa.scss */
.programa-item .slogan {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
  background-image: url(../images/seta_programas.png);
  background-position: 5px 4px;
  background-repeat: no-repeat;
}
/* line 44, ../sass/_programa.scss */
.programa-item .meta {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* line 54, ../sass/_programa.scss */
.tipos-programa-list li a {
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
/* line 60, ../sass/_programa.scss */
.tipos-programa-list .programa-description {
  margin-bottom: 40px;
  font-size: 13px;
}

/* line 70, ../sass/_programa.scss */
.programa-list-wrapper a {
  color: #333;
}

/* line 79, ../sass/_programa.scss */
#programa-container .left-sidebar a {
  color: #666;
  font-size: 14px;
}
/* line 82, ../sass/_programa.scss */
#programa-container nav > ul > li {
  margin-bottom: 6px;
}
/* line 84, ../sass/_programa.scss */
#programa-container .button {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 0;
  min-width: 200px;
}
/* line 97, ../sass/_programa.scss */
#programa-container .header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  display: inline-block;
}
/* line 104, ../sass/_programa.scss */
#programa-container .details {
  margin-bottom: 60px;
}
/* line 107, ../sass/_programa.scss */
#programa-container .details li {
  margin-bottom: 3px;
}
/* line 110, ../sass/_programa.scss */
#programa-container small {
  font-size: 12px;
}
/* line 112, ../sass/_programa.scss */
#programa-container .title {
  font-weight: bold;
  font-size: 16px;
}
/* line 117, ../sass/_programa.scss */
#programa-container .call-to-action {
  font-weight: bold;
  font-size: 14px;
}

/* line 1, ../sass/_formacao.scss */
.formacao-item {
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0;
}
/* line 7, ../sass/_formacao.scss */
.formacao-item h2 {
  padding: 0 15px;
  margin: 5px 0;
}
/* line 12, ../sass/_formacao.scss */
.formacao-item.curso h2 {
  color: #444;
  padding: 0;
  margin: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
}
/* line 14, ../sass/_formacao.scss */
.formacao-item .inner-full {
  background-color: #ccc;
  position: relative;
}
/* line 19, ../sass/_formacao.scss */
.formacao-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
}
/* line 28, ../sass/_formacao.scss */
.formacao-item .meta {
  width: 100%;
  padding: 0 15px;
  height: 80px;
}
/* line 34, ../sass/_formacao.scss */
.formacao-item .description, .formacao-item .meta {
  color: #333;
}
/* line 38, ../sass/_formacao.scss */
.formacao-item .image {
  position: relative;
}
/* line 42, ../sass/_formacao.scss */
.formacao-item .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  visibility: hidden;
  top: 0;
  left: 0;
}
/* line 52, ../sass/_formacao.scss */
.formacao-item:hover .image .overlay {
  visibility: visible;
}

/* line 57, ../sass/_formacao.scss */
.author {
  padding-right: 20px;
  margin-bottom: 40px;
}
/* line 61, ../sass/_formacao.scss */
.author > div {
  padding-left: 0;
}
/* line 64, ../sass/_formacao.scss */
.author span {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

/* line 73, ../sass/_formacao.scss */
#formacao-container .left-sidebar a {
  color: #666;
  font-size: 14px;
}
/* line 76, ../sass/_formacao.scss */
#formacao-container nav > ul > li {
  margin-bottom: 6px;
}
/* line 78, ../sass/_formacao.scss */
#formacao-container .formacoes {
  margin-top: 3px;
}
/* line 80, ../sass/_formacao.scss */
#formacao-container .formacoes li {
  margin-bottom: 3px;
}
/* line 81, ../sass/_formacao.scss */
#formacao-container .formacoes ul {
  margin-bottom: 40px;
}
/* line 84, ../sass/_formacao.scss */
#formacao-container .button {
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 0;
}
/* line 96, ../sass/_formacao.scss */
#formacao-container .header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  display: inline-block;
}
/* line 103, ../sass/_formacao.scss */
#formacao-container .details {
  margin-bottom: 60px;
}
/* line 106, ../sass/_formacao.scss */
#formacao-container .details li {
  margin-bottom: 15px;
  font-weight: normal;
}
/* line 107, ../sass/_formacao.scss */
#formacao-container .details span {
  font-weight: normal;
}
/* line 108, ../sass/_formacao.scss */
#formacao-container .details strong {
  font-size: 14px;
}

/* line 114, ../sass/_formacao.scss */
.coordenador {
  margin-top: 50px;
}
/* line 118, ../sass/_formacao.scss */
.coordenador > div {
  padding: 0 8px;
}
/* line 122, ../sass/_formacao.scss */
.coordenador h2 {
  font-size: 13px;
  margin: 3px 0;
}
/* line 127, ../sass/_formacao.scss */
.coordenador span {
  margin-bottom: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  font-size: 11px;
}

/* line 139, ../sass/_formacao.scss */
.categorias-formacao nav > ul > li > ul a {
  font-size: 13px !important;
}
