.base-html-body, html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  font-family: 'Times new Roman', serif;
  background-color: #fff;
  overflow-x: hidden !important; }
  @media (max-width: 767px) {
    .base-html-body, html, body {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .base-html-body, html, body {
      font-size: 14px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .base-html-body, html, body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .base-html-body, html, body {
      font-size: 16px; } }

html {
  position: relative; }

body {
  color: #555; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 14px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body {
      font-size: 16px;
      margin-bottom: 72px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 16px;
      margin-bottom: 72px; } }

svg {
  height: 0;
  width: 0; }

.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url(fffilters.xml#ffblur); }

h1 {
  color: #336699;
  cursor: pointer; }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px;
      line-height: 28px;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 34px;
      line-height: 42px;
      text-align: center; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1 {
      font-size: 45px;
      line-height: 54px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 45px;
      line-height: 54px; } }

h2 {
  color: #336699;
  font-weight: 700; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px;
      line-height: 25px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 20px;
      line-height: 25px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2 {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 24px;
      line-height: 30px; } }

.container-fluid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.header-row {
  border-bottom: 1px solid #336699; }

.link-especial {
  display: block;
  color: #336699;
  text-decoration: underline; }

.link-especial > span {
  margin-right: 0.5em; }

.btn {
  text-shadow: none; }

a {
  color: #777; }

.copyright {
  font-size: 0.85em; }
  @media (max-width: 767px) {
    .copyright {
      line-height: 1.5;
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .copyright {
      line-height: 1.5;
      margin-top: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .copyright {
      line-height: 49px;
      margin-top: 23px; } }
  @media (min-width: 1200px) {
    .copyright {
      line-height: 49px;
      margin-top: 23px; } }

.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #336699;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .footer {
      position: static; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer {
      position: static; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer {
      position: absolute;
      bottom: 0; } }
  @media (min-width: 1200px) {
    .footer {
      position: absolute;
      bottom: 0; } }

.menu-topo, .menu-topo a {
  color: #777; }
  @media (max-width: 767px) {
    .menu-topo, .menu-topo a {
      line-height: 2em;
      font-size: 1.1em;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu-topo, .menu-topo a {
      line-height: 2em;
      font-size: 1.1em;
      text-align: center; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .menu-topo, .menu-topo a {
      line-height: 68px; } }
  @media (min-width: 1200px) {
    .menu-topo, .menu-topo a {
      line-height: 68px; } }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.5);
  z-index: 998; }

.popup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 150px;
  height: 100px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: -75px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 2px 2px 4px #999;
  padding: 20px;
  z-index: 999; }

.popover-sigla {
  border-bottom: 1px dotted #777;
  cursor: pointer; }

.buscas-recentes {
  width: 100%;
  border: 1px solid #336699;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }
  @media (max-width: 767px) {
    .buscas-recentes {
      margin-top: 1.5em;
      margin-bottom: 15px;
      padding: 15px 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .buscas-recentes {
      margin-top: 1.5em;
      margin-bottom: 15px;
      padding: 15px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .buscas-recentes {
      margin-top: 1.5em;
      margin-bottom: 15px;
      padding: 15px 30px; } }
  @media (min-width: 1200px) {
    .buscas-recentes {
      margin-top: 1.5em;
      margin-bottom: 15px;
      padding: 15px 30px; } }
  .buscas-recentes h3 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #336699; }
  .buscas-recentes .link-especial {
    margin-top: 1em; }
  @media (max-width: 767px) {
    .buscas-recentes.sidebar-avancada {
      margin-top: 2em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .buscas-recentes.sidebar-avancada {
      margin-top: 2em; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .buscas-recentes.sidebar-avancada {
      margin-top: 58px; } }
  @media (min-width: 1200px) {
    .buscas-recentes.sidebar-avancada {
      margin-top: 58px; } }

.limpa-buscas, .limpa-buscas:hover {
  text-decoration: none; }

#voltar-para-busca {
  margin-bottom: 2em; }

.ficha-verbete {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #336699; }
  @media (max-width: 767px) {
    .ficha-verbete {
      padding: 15px 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ficha-verbete {
      padding: 15px 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ficha-verbete {
      padding: 30px 60px; } }
  @media (min-width: 1200px) {
    .ficha-verbete {
      padding: 30px 60px; } }
  .ficha-verbete .toolbar-verbete {
    text-align: right;
    font-size: 2em;
    color: #336699; }
    .ficha-verbete .toolbar-verbete a {
      color: #336699;
      margin-right: 0.5em; }
    .ficha-verbete .toolbar-verbete #send-whatsapp > img {
      display: inline;
      vertical-align: top;
      width: 28px;
      height: 28px;
      border: none; }
  .ficha-verbete .nocab {
    color: #336699;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5em; }
  .ficha-verbete .nocab-abonacao {
    color: #336699;
    font-weight: bold; }
  .ficha-verbete .verbete-encontrado {
    text-decoration: none;
    display: inline-table;
    font-weight: bold; }
    .ficha-verbete .verbete-encontrado:after {
      content: "";
      width: 100%;
      border-bottom: 1px dotted #555;
      display: table-caption;
      vertical-align: baseline;
      position: relative;
      top: 1.2em; }

.dropdown button:hover {
  background-color: #ececec;
  color: #336699; }

.dropdown button {
  width: 100%;
  height: 44px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #336699 !important;
  background: #fff !important;
  color: #336699 !important;
  padding-left: 5px;
  padding-right: 20px;
  text-align: left; }

.dropdown button .buttontext {
  display: block;
  overflow: hidden;
  max-width: 100%;
  color: #fff; }

.dropdown button .caret {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  color: #336699;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #336699; }

.dropdown-menu {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

  .text-sm-center {
    text-align: center; }

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-center {
    text-align: center; }

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

  .text-lg-center {
    text-align: center; }

  .text-lg-justify {
    text-align: justify; } }
.tabpanel {
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden; }

@media (max-width: 767px) {
  .tab-content {
    padding: 1em 0 1em 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .tab-content {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #336699;
    padding: 1em 0 45px 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-content {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #336699;
    padding: 45px 0; } }
@media (min-width: 1200px) {
  .tab-content {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #336699;
    padding: 45px 0; } }

.nav-tabs {
  margin-bottom: 0;
  border: none; }

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #ececec;
  border-color: transparent;
  border: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #336699;
  color: #fff;
  border-color: #336699;
  border-bottom-color: transparent; }

.linha-com-margem {
  margin-bottom: 1em; }

.grupo-letras {
  font-family: monospace;
  margin-bottom: 1em; }

.busca-simples {
  width: 100%;
  border: 1px solid #336699;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; }
  @media (max-width: 767px) {
    .busca-simples {
      width: 100%;
      margin-bottom: 15px;
      padding: 0;
      border: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .busca-simples {
      width: 100%;
      margin-bottom: 15px;
      padding: 0;
      border: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .busca-simples {
      margin-top: 1.5em;
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .busca-simples {
      margin-top: 1.5em;
      margin-bottom: 15px; } }
  .busca-simples input[type=text] {
    outline: none;
    border: 1px solid #336699;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    padding-left: 1em; }
    @media (max-width: 767px) {
      .busca-simples input[type=text] {
        width: 100%;
        height: 50px;
        margin: 0 0 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .busca-simples input[type=text] {
        width: 100%;
        height: 50px;
        margin: 0 0 15px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .busca-simples input[type=text] {
        width: 63%;
        height: 50px;
        margin: 50px 30px 15px; } }
    @media (min-width: 1200px) {
      .busca-simples input[type=text] {
        width: 63%;
        height: 50px;
        margin: 50px 30px 15px; } }
  .busca-simples .btn {
    font-size: 1.25em; }
    @media (max-width: 767px) {
      .busca-simples .btn {
        width: 100%;
        height: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .busca-simples .btn {
        width: 100%;
        height: 50px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .busca-simples .btn {
        width: 22%;
        height: 50px; } }
    @media (min-width: 1200px) {
      .busca-simples .btn {
        width: 22%;
        height: 50px; } }
  .busca-simples .radio-inline {
    font-size: 0.9em; }
    @media (max-width: 767px) {
      .busca-simples .radio-inline {
        margin-top: 1em;
        margin-bottom: 0.5em;
        font-size: 1em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .busca-simples .radio-inline {
        margin-top: 1em;
        margin-bottom: 0.5em;
        font-size: 1em; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .busca-simples .radio-inline {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .busca-simples .radio-inline {
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .busca-simples .radio1 {
      margin-left: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .busca-simples .radio1 {
      margin-left: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .busca-simples .radio1 {
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .busca-simples .radio1 {
      margin-left: 30px; } }

@media (max-width: 767px) {
  .pesquisar-btn {
    font-size: 1.25em;
    width: 100%;
    height: 44px;
    margin-top: 1em;
    margin-bottom: 1em; } }

@media (max-width: 767px) {
  .pesquisa-avancada {
    margin-bottom: 1em; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pesquisa-avancada {
    margin-bottom: 1em; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pesquisa-avancada {
    margin-bottom: 2em; } }
@media (min-width: 1200px) {
  .pesquisa-avancada {
    margin-bottom: 2em; } }

@media (max-width: 767px) {
  .resultado-pesquisa {
    padding: 0 1em; } }
@media (min-width: 768px) and (max-width: 991px) {
  .resultado-pesquisa {
    padding: 0 60px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .resultado-pesquisa {
    padding: 0 60px; } }
@media (min-width: 1200px) {
  .resultado-pesquisa {
    padding: 0 60px; } }
.resultado-pesquisa h4, .resultado-pesquisa hr {
  color: #336699; }
  @media (max-width: 767px) {
    .resultado-pesquisa h4, .resultado-pesquisa hr {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resultado-pesquisa h4, .resultado-pesquisa hr {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resultado-pesquisa h4, .resultado-pesquisa hr {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .resultado-pesquisa h4, .resultado-pesquisa hr {
      margin-left: 15px;
      margin-right: 15px; } }
.resultado-pesquisa .verbete {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  width: auto;
  color: #777;
  text-decoration: none; }
  @media (max-width: 767px) {
    .resultado-pesquisa .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 1em;
      border-radius: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resultado-pesquisa .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resultado-pesquisa .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
  @media (min-width: 1200px) {
    .resultado-pesquisa .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
.resultado-pesquisa .verbete:hover {
  background-color: #336699;
  color: #fff;
  text-decoration: none; }
@media (max-width: 767px) {
  .resultado-pesquisa .verbete.ultimo-verbete {
    margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .resultado-pesquisa .verbete.ultimo-verbete {
    margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .resultado-pesquisa .verbete.ultimo-verbete {
    margin-bottom: 15px; } }
@media (min-width: 1200px) {
  .resultado-pesquisa .verbete.ultimo-verbete {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .resultado-pesquisa-basica {
    padding: 0 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .resultado-pesquisa-basica {
    padding: 0 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .resultado-pesquisa-basica {
    padding: 0 30px; } }
@media (min-width: 1200px) {
  .resultado-pesquisa-basica {
    padding: 0 30px; } }
.resultado-pesquisa-basica .verbete {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  width: auto;
  color: #777;
  text-decoration: none; }
  @media (max-width: 767px) {
    .resultado-pesquisa-basica .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resultado-pesquisa-basica .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resultado-pesquisa-basica .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
  @media (min-width: 1200px) {
    .resultado-pesquisa-basica .verbete {
      padding: 5px 10px;
      margin: 5px 5px 5px 16px;
      border-radius: 5px; } }
.resultado-pesquisa-basica .verbete:hover {
  background-color: #336699;
  color: #fff;
  text-decoration: none; }
.resultado-pesquisa-basica .verbete.ultimo-verbete {
  margin-bottom: 15px; }
.resultado-pesquisa-basica h4, .resultado-pesquisa-basica hr {
  color: #336699; }
  @media (max-width: 767px) {
    .resultado-pesquisa-basica h4, .resultado-pesquisa-basica hr {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .resultado-pesquisa-basica h4, .resultado-pesquisa-basica hr {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .resultado-pesquisa-basica h4, .resultado-pesquisa-basica hr {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 1200px) {
    .resultado-pesquisa-basica h4, .resultado-pesquisa-basica hr {
      margin-left: 15px;
      margin-right: 15px; } }

.table-hover tr > td {
  cursor: pointer; }

.tabela-resultados-datacao {
  overflow-y: auto; }
  @media (max-width: 767px) {
    .tabela-resultados-datacao {
      max-height: 30000px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tabela-resultados-datacao {
      max-height: 300px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tabela-resultados-datacao {
      max-height: 300px; } }
  @media (min-width: 1200px) {
    .tabela-resultados-datacao {
      max-height: 300px; } }
