@import url("//fonts.cdnfonts.com/css/rawline?styles=28860,28862,28864,28866,28868&.css");
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@400;500&text=[]123AÁÃaBbCÇcDdEeFGHIiLlMNnOopRrSsTtUuúZ,&display=swap&.css');
/*// SCAFOLDING (Estruturas base)
// --------------------------------------------------*/
html {
  font-size: 16px;
}
b,
strong {
  font-weight: 700;
}
b.verde,
strong.verde {
  color: #90A224;
}
img {
  font-family: "Rawline", sans-serif;
  font-style: italic;
  font-size: 85%;
  color: #333;
}
/*//TYPE
// Headings
// -------------------------*/
::selection {
  background: #90A224;
  color: #ffffff;
}
::-moz-selection {
  background: #90A224;
  color: #ffffff;
}
/*// Blockquotes*/
blockquote {
  position: relative;
  margin-left: 3rem;
  padding-left: 0.6875rem;
  font-family: inherit;
  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: #FDC75F;
}
.form-control {
  box-shadow: none;
}
/*BUTTONS*/
.input-group-btn:last-child > .btn {
  border-color: #cbcbcb;
}
/*// 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-bottom: 0;
  border-radius: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-collapse {
    padding: 0;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 992px) {
  .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;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
  box-shadow: 5px 0 #90A224 inset;
}
@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 {
    background-color: #e9e9e9;
    color: #333333;
  }
}
.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: #90A224;
}
.navbar-default .navbar-nav > li > a {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.125rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: -12px;
  }
}
.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: 33px 15px 9px 0;
  border: 1px solid transparent;
  color: #303030;
  border-radius: 6px;
  /*// Bars*/
}
@media screen and (min-width: 768px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  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;
  font-size: 0.875rem;
}
.breadcrumb > li:first-child {
  position: absolute;
  clip: rect(0, 40px, 50px, 0);
}
.breadcrumb > li:first-child + li {
  margin-left: 20px;
}
.breadcrumb > li:first-child > a {
  visibility: hidden;
}
.breadcrumb > 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;
}
/*// LABELS
// --------------------------------------------------*/
.label {
  font-size: 87.5%;
  font-weight: 600;
  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: #90A224;
  padding: 0 0.2em 0 0;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #333;
  background-color: transparent;
}
.label-warning {
  font-size: 0.8125rem;
  color: #333;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  color: #262626;
}
/*// MEDIA objects*/
.media-heading {
  font: normal bold 1.125rem/1.2 "Rawline", "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;
}
