@import url(//fonts.googleapis.com/css?family=Roboto:100,300,500,700,500italic,400italic,300italic,400|Roboto+Condensed:400,300,400italic,300italic&.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300&.css);
/*// SCAFOLDING (Estruturas base)
// --------------------------------------------------*/
html {
  font-size: 16px;
}
body {
  font-weight: 300;
}
img {
  font-family: serif;
  font-style: italic;
  font-size: 85%;
  color: #000000;
}
/*//TYPE
// Headings
// -------------------------*/
h4,
h5 {
  text-transform: uppercase;
  font-weight: 400;
}
h6 {
  text-transform: uppercase;
  font-weight: 500;
}
::selection {
  background: #0066d0;
  color: #ffffff;
}
::-moz-selection {
  background: #0066d0;
  color: #ffffff;
}
/*// Blockquotes*/
blockquote {
  position: relative;
  margin-left: 3rem;
  padding-left: 0.6875rem;
  color: #2e5d8f;
  font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
  border-left: none;
}
blockquote:before {
  position: absolute;
  left: -3rem;
  top: -1.4rem;
  display: inline-block;
  content: "“";
  color: rgba(46, 93, 143, 0.35);
  font-family: Arial;
  font-size: 9.375rem;
  line-height: 1;
  height: 4.6875rem;
}
.blockquote-reverse,
blockquote.pull-right {
  margin-right: 3rem;
  padding-right: 0.6875rem;
  border-right: none;
}
.blockquote-reverse:before,
blockquote.pull-right:before {
  content: "";
}
.blockquote-reverse:after,
blockquote.pull-right:after {
  position: absolute;
  right: -3rem;
  top: -1.4rem;
  display: inline-block;
  content: "”";
  color: rgba(46, 93, 143, 0.35);
  font-family: Arial;
  font-size: 9.375rem;
  line-height: 1;
  height: 4.6875rem;
}
/*// CODE*/
pre {
  padding: 0.71875rem;
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}
/*//TABLES
//Ajusta o bold dos cabeçalhos de tabelas para a fonte Roboto*/
.table > thead > tr > th {
  font-weight: 500;
}
/*FORMS*/
.help-block {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.required:before {
  content: "* ";
  color: #f0ad4e;
}
.form-control {
  box-shadow: none;
}
/*// DROPDOWN menus
// The dropdown menu (ul)*/
.dropdown-menu {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.175);
  /*//Dropdown divider*/
  /*// Links within the dropdown menu*/
}
.dropdown-menu .divider {
  margin: 0.625rem 0;
}
.dropdown-menu > li > a {
  padding: 0.1875rem 1.25rem;
  font-weight: 300;
}
/*//NAVBAR*/
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  padding: 0;
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 99;
  border-bottom: 1px solid #2e5d8f;
}
@media screen and (min-width: 768px) {
  .navbar-default {
    top: 172px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default {
    position: relative;
    top: auto;
    left: auto;
    background-color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default.collapse {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  -webkit-transition: box-shadow 0.25s linear 0s;
  -o-transition: box-shadow 0.25s linear 0s;
  transition: box-shadow 0.25s linear 0s;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: #c6d6e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  padding: 0.1875rem 1.25rem;
  -webkit-transition: box-shadow 0.25s linear 0s;
  -o-transition: box-shadow 0.25s linear 0s;
  transition: box-shadow 0.25s linear 0s;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: inherit;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: hsl(210.92783505, 2%, 96%);
    color: #2e5d8f;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  box-shadow: 5px 0 #0066d0 inset;
}
.navbar-collapse {
  border-top: none;
}
.navbar-form .btn {
  border: none;
}
@media screen and (min-width: 992px) {
  #menuPrincipal .navbar-nav > li:first-child {
    position: absolute;
    clip: rect(0, 40px, 50px, 0);
  }
  #menuPrincipal .navbar-nav > li:first-child a {
    visibility: hidden;
  }
  #menuPrincipal .navbar-nav > li:first-child a:before {
    content: "\f015";
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    padding-right: 0.25em;
    visibility: visible;
  }
  #menuPrincipal .navbar-nav > li:nth-child(2) {
    margin-left: 45px;
  }
}
/*// Navbar toggle
//
// Botão de menu de dispositivos móveis para ativar o `.navbar-collapse`, powered by the collapse
// JavaScript plugin.*/
.navbar-toggle {
  position: relative;
  float: none;
  margin: 0;
  border: none;
  color: #303030;
  border-radius: 0px;
  /*// Bars*/
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ccc;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 0;
  background-color: #303030;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
/*//NAVS
// Tabs
// -------------------------*/
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 4px 4px 0 0;
}
/*// Tabbable tabs
Serviços*/
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 15px;
  background-color: #fff;
}
.tab-pane .pagination {
  margin: 0;
}
/*BREADCRUMBS*/
.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
  padding: 8px 15px 3px 4px;
}
.breadcrumb > li:first-child::before {
  content: "Você está aqui:";
  font: normal 400 0.875rem "Roboto Condensed";
  text-transform: uppercase;
  padding: 0 5px 0 0;
}
/*// LABELS
// --------------------------------------------------*/
.label {
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0em 0.25em 0.1em 0.25em;
  background: none;
}
.label:before {
  background: #0066d0;
  content: "";
  display: inline-block;
  height: 0.4em;
  width: 0.4em;
  margin: 0 0.25em 0.15em 0;
}
.label-default {
  color: #333333;
}
a.label-default:hover,
a.label-default:focus {
  color: #333;
}
.label-primary:before {
  background: #0066d0;
}
.label-success:before {
  background: #5cb85c;
}
.label-info:before {
  background: #5bc0de;
}
.label-warning:before {
  background: #f0ad4e;
}
.label-danger:before {
  background: #d9534f;
}
/*// MEDIA objects*/
.media-heading {
  font-size: 1.125rem;
  line-height: 1.2;
}
.media-heading a {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .media-heading {
    line-height: 1.1428;
  }
}
@media screen and (min-width: 992px) {
  .media-heading {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .media-heading {
    line-height: 1.1428;
  }
}
aside .media-heading {
  line-height: 1.44;
}
.media-list-footer {
  border-top: 2px solid #e9e9e9;
  font-size: 0.875rem;
  padding: 0.5em 0;
}
.media-body > time {
  font-size: 0.875rem;
  margin: 0 0 0.0625rem 0;
  display: block;
}
/*// Media image alignment
// -------------------------*/
.media:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .media:not(:first-child) {
    margin-top: 2rem;
  }
}
.media > .pull-left {
  margin-right: 16px;
}
.media > .pull-right {
  margin-left: 16px;
}
/* LIST GROUPS*/
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: underline;
}
/*// PANELS
// --------------------------------------------------*/
.panel-title {
  font-size: 1.125rem;
}
/*MODAL*/
.modal-content {
  z-index: 10000;
}
