@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700|Roboto+Condensed:400,500,700&.css");
/*// SCAFOLDING (Estruturas base)
// --------------------------------------------------*/
html {
  font-size: 16px;
}
strong {
  font-weight: 700;
}
img {
  font-family: serif;
  font-style: italic;
  font-size: 85%;
  color: #333333;
}
/*//TYPE
// Headings
// -------------------------*/
/*// 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*/
.input-group-btn .btn {
  padding: 0.3125rem 0.875rem;
}
/*// DROPDOWN menus
// The dropdown menu (ul)*/
.dropdown-menu {
  text-transform: none;
  -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;
}
/*//NAVBAR*/
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  padding: 0;
  position: absolute;
  left: 0;
  top: 96px;
  width: 100%;
  background-color: rgba(109, 110, 113, 0.97);
  z-index: 99;
  border: none;
}
@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: #6d6e71;
  }
}
@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: #fff;
}
.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: #e9e9e9;
    color: #333333;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  box-shadow: 5px 0 #6d6e71 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 {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 87.5%;
  font-weight: 500;
  padding: 0.2em;
}
.label-default {
  color: #009932;
  padding: 0 0.2em 0 0;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #333;
  background-color: transparent;
}
/*// 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;
}
/*------------CORREÇÃO DE POSIÇÃO DO COMPONENTE NOTICIA E DESTAQUE-------------------*/
.rw-relative-sm {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-correcao-posicao {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.destaque-lista-lateral {
  margin: 0 -15px;
  position: relative;
}
.destaque-lista-lateral .carousel-caption {
  background: none;
  position: relative;
  padding: 0.9375rem 1rem;
  width: 100%;
  text-decoration: none;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .destaque-lista-lateral .carousel-caption {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .destaque-lista-lateral .carousel-caption {
    background: #dedede;
    height: 9rem;
  }
}
.destaque-lista-lateral .carousel-caption p {
  display: table;
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (min-width: 500px) {
  .destaque-lista-lateral .carousel-caption p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .destaque-lista-lateral .carousel-caption p {
    font-size: 1.875rem;
  }
}
.destaque-lista-lateral .carousel-caption p * {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
.destaque-lista-lateral .carousel-caption p a {
  color: #fff;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.destaque-lista-lateral .carousel-caption p a:hover {
  text-decoration: none;
  color: #333333 !important;
}
@media screen and (min-width: 992px) {
  .destaque-lista-lateral .carousel-caption p a {
    color: #6d6e71;
  }
}
.destaque-lista-lateral #matriz-destaques-carousel {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .destaque-lista-lateral #matriz-destaques-carousel {
    float: left;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .destaque-lista-lateral #matriz-destaques-carousel {
    max-width: 663px;
  }
}
.destaque-lista-lateral .carousel-inner .item {
  overflow: visible;
  max-height: none;
  background-color: #939497;
}
.destaque-lista-lateral .carousel-inner .item a img {
  border: none;
}
.destaque-lista-lateral__controles {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d2d2d2;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .destaque-lista-lateral__controles {
    padding-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 992px) {
  .destaque-lista-lateral__controles {
    height: 9rem;
    padding-bottom: 0;
  }
}
.destaque-lista-lateral__controles__slide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1rem;
  position: relative;
  top: 5px;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .destaque-lista-lateral__controles__slide {
    top: auto;
  }
}
.destaque-lista-lateral__controles__slide a {
  color: #6d6e71;
  font-size: 3rem;
  text-decoration: none;
}
.destaque-lista-lateral__controles__slide a:active {
  position: relative;
  top: 2px;
  right: -2px;
}
.destaque-lista-lateral__controles__slide a:active .fa {
  text-shadow: none;
}
.destaque-lista-lateral__controles__slide a:hover {
  color: #fff;
}
.destaque-lista-lateral__controles__slide a[data-slide=prev] {
  padding-right: 10px;
  margin-right: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .destaque-lista-lateral__controles__slide a[data-slide=prev] {
    margin: 0;
    padding: 0;
  }
}
.destaque-lista-lateral__controles__slide a[data-slide=next] {
  padding-left: 10px;
  margin-left: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .destaque-lista-lateral__controles__slide a[data-slide=next] {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .destaque-lista-lateral__controles__slide a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .destaque-lista-lateral__controles__slide a {
    font-size: 2rem;
  }
}
.destaque-lista-lateral__controles__slide a .fa {
  text-shadow: none;
}
.destaque-lista-lateral__controles__more {
  float: right;
  margin-right: 1rem;
  position: relative;
  top: 5px;
}
.destaque-lista-lateral__controles__more a {
  color: #6d6e71;
  background-color: transparent;
  font-size: 0.8rem;
  padding: 0.4rem;
  border: 3px solid #6d6e71;
}
.destaque-lista-lateral__controles__more a:hover {
  border-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .destaque-lista-lateral__controles__more a {
    font-size: 1rem;
    border: 4px solid;
  }
}
@media screen and (min-width: 992px) {
  .destaque-lista-lateral__controles__more a {
    font-size: 1.25rem;
    border: 5px solid;
  }
}
