@import url("//fonts.googleapis.com/css?family=Roboto:100,300,500,500italic,400italic,300italic,400|Roboto+Condensed:400,300,400italic,300italic&.css");
@import url("//fonts.googleapis.com/css?family=Merriweather:400,300&.css");
/*// SCAFOLDING (Estruturas base)
// --------------------------------------------------*/
html {
  font-size: 16px;
}
body {
  font-weight: 300;
}
a {
  font-weight: 400;
}
b,
strong {
  font-weight: 500;
}
img {
  font-family: serif;
  font-style: italic;
  font-size: 85%;
  color: #000000;
}
/*//TYPE
// Headings
// -------------------------*/
h4,
h5 {
  font-weight: 400;
}
h6 {
  font-weight: 500;
}
/*// Blockquotes*/
blockquote {
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
}
blockquote footer {
  font-size: 1rem;
}
/*// 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;
}
/*BUTTONS*/
.btn {
  text-transform: uppercase;
  border-width: 3px;
}
.input-group-btn .btn {
  padding: 0.3125rem 0.875rem;
}
.btn-lg {
  border-width: 5px;
}
.btn-sm,
.btn-xs {
  border-width: 2px;
}
/*// 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: 0;
}
@media screen and (min-width: 768px) {
  .navbar {
    margin: 0.8125rem 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar {
    margin: 0.75rem 0 0 0;
  }
}
.navbar-default {
  padding: 0.25rem 0;
  border-bottom: 4px solid #2369c0;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a {
  background: none;
}
.navbar-form .btn {
  border: none;
}
/*// 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: right;
  margin-right: 15px;
  padding: 0;
  border: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0px;
  /*// Bars*/
}
.navbar-toggle .icon-bar {
  display: block;
  width: 37px;
  height: 7px;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
/*//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 #1f5daa;
  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-family: "Roboto Condensed";
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0em 0.25em 0.1em 0.25em;
}
.label-default {
  color: #777777;
  border: 1px solid #ccc;
}
a.label-default:hover,
a.label-default:focus {
  color: #333;
}
/*// MEDIA objects*/
.media-heading {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
}
.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 > .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;
}
.navbar-default .navbar-nav > li > a {
  color: #1f5daa;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1f5daa;
}
