/* Generated by less 2.5.1 */
@import url(//fonts.googleapis.com/css?family=League+Spartan:300,400,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500);
/*// SCAFOLDING (Estruturas base)
// --------------------------------------------------*/
html {
  font-size: 16px;
}
body {
  background-image: url("/themes/modelo-hotsite/images/outros/quadriculado.png");
  background-repeat: repeat;
}
img {
  font-family: serif;
  font-style: italic;
  font-size: 85%;
  color: #333333;
}
/*//TYPE
// Headings
// -------------------------*/
::selection {
  background: #e97023;
  color: #ffffff;
}
::-moz-selection {
  background: #e97023;
  color: #ffffff;
}
/*// Blockquotes*/
blockquote {
  position: relative;
  margin-left: 3rem;
  padding-left: 0.6875rem;
  font-family: "League Spartan", Helvetica, Arial, sans-serif;
  border-left: none;
}
blockquote:before {
  position: absolute;
  left: -3rem;
  top: -1.4rem;
  display: inline-block;
  content: "“";
  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: "”";
  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: bold;
}
/*FORMS*/
.help-block {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.required:before {
  content: "* ";
  color: #f0ad4e;
}
.form-control {
  box-shadow: none;
}
/*BUTTONS*/
.btn {
  font-family: "League Spartan", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-width: 2px;
}
.btn.btn-link {
  text-transform: none;
}
.input-group-btn:last-child > .btn {
  border-color: #cccccc;
  border-width: 1px;
}
/*// 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;
}
/*//NAVBAR*/
.navbar {
  margin: 0;
}
.navbar-default {
  border-bottom: 5px solid #e97023;
  position: relative;
}
.navbar-default:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-image: url("/themes/modelo-hotsite/images/outros/bg_grafismo.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  left: 0;
  bottom: -5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-collapse {
    padding: 0;
  }
}
.navbar-default .navbar-nav {
  margin-top: 14px;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav {
    float: right;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav {
    padding-right: 30px;
    margin-top: 18px;
  }
}
@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:active {
    color: #fff;
    background-color: #e44a2b;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: #f2f2f2;
  color: #6c6c6c;
}
.navbar-default .navbar-nav > li > a {
  font-family: "League Spartan", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    padding-top: 13px;
    border: none;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
.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;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
  /*// Bars*/
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
.navbar-toggle .icon-bar {
  display: block;
  height: 3px;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle:hover {
  background-color: #fff !important;
}
.navbar-toggle:hover .icon-bar {
  background-color: #e44a2b;
}
/*//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 {
  display: none;
  visibility: hidden;
  /*background-color: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
    padding: 8px 15px 3px 4px;
    > li:first-child::before {
        content: "Você está aqui:";
        font:  normal 400 0.875rem sans-serif;
        text-transform: uppercase;
        padding: 0 5px 0 0;
    }*/
}
/*// LABELS
// --------------------------------------------------*/
.label {
  font-size: 87.5%;
  font-weight: bold;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0em 0.25em 0.1em 0;
}
@media screen and (min-width: 768px) {
  .label {
    padding: 0em 0.25em 0.1em 0.25em;
  }
}
.label-default {
  color: #646464;
}
a.label-default:hover,
a.label-default:focus {
  color: #333;
}
/*// MEDIA objects*/
.media-heading {
  font: normal bold 1.125rem/1.2 "League Spartan", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@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;
}
