@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.btn:focus:active,
.btn:focus,
.entry-content .botao a:focus {
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
}

.btn, .entry-content .botao a {
  font-family: "latobold";
  font-size: 16px;
}
.btn-primary {
  background-color: #00558c;
  border-color: #00558c;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #127d8f;
}
.btn-secondary {
  background-color: #fbb914;
  border: 0;
  color: #00558c;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #127d8f !important;
}
.btn-big {
  display: table;
  min-width: 300px;
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
}
.btn i, .entry-content .botao a i {
  margin-right: 5px;
}

.btn-more, .entry-content .botao a, .c-card-noticia .btn-veja-mais {
  background-color: #fbb914;
  font-family: "latobold";
  font-weight: bold;
  font-size: 13px;
  color: #00558c;
  border: none;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-more:after, .entry-content .botao a:after, .c-card-noticia .btn-veja-mais:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  height: 100%;
  right: -30px;
  top: 0;
  line-height: 3;
  font-size: 16px;
  width: 30px;
  background-color: #00558c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-more:hover, .entry-content .botao a:hover, .c-card-noticia .btn-veja-mais:hover {
  background-color: #ffd366;
  color: #00558c;
}
.btn-more.btn-block, .entry-content .botao a.btn-block, .c-card-noticia .btn-block.btn-veja-mais {
  width: calc(100% - 30px);
}

.titulo-etiqueta {
  margin: 0 0 30px 0;
}
.titulo-etiqueta__inner {
  background-color: #fbb914;
  display: inline-flex;
  min-width: 220px;
}
.titulo-etiqueta__icone {
  background-color: #00558c;
  color: #fff;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.titulo-etiqueta__title {
  font-size: 15px;
  font-weight: bold;
  color: #00558c;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
}
.titulo-etiqueta__linha {
  display: flex;
  align-items: center;
}
.titulo-etiqueta__linha span {
  width: 100%;
  height: 1px;
  background-color: #fbb914;
}
.titulo-etiqueta.light .titulo-etiqueta__icone {
  background-color: #fff;
  color: #00558c;
}
.titulo-etiqueta.light-dois .titulo-etiqueta__inner {
  background-color: #00558c;
}
.titulo-etiqueta.light-dois .titulo-etiqueta__icone {
  background-color: #fff;
  color: #00558c;
}
.titulo-etiqueta.light-dois .titulo-etiqueta__title {
  color: #fbb914;
}
.titulo-etiqueta.light-dois .titulo-etiqueta__linha span {
  background-color: #00558c;
}

.titulo-page, .l-page-clipping .c-accordion .card-body p strong {
  display: block;
  border-bottom: 2px solid #00558c;
  margin: 0 0 30px;
  padding: 20px 0 5px 0;
  color: #00558c;
  font-size: 40px;
}

.titulo-dois, .c-card-noticia .titulo-dois {
  font-family: "latobold";
  font-size: 16px;
  color: #00558c;
}

.titulo-bg {
  font-family: "latoregular", sans-serif;
  font-size: 30px;
  color: #fbb914;
  margin: 0 0 30px 0;
  background-color: #00558c;
  padding: 15px;
  border-bottom: 5px solid #fbb914;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.data-post, .c-card-noticia .data-post {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #717171;
  margin: 0 0 5px 0;
}
.data-post i, .c-card-noticia .data-post i {
  margin: 0 5px 0 0;
}

.c-contato-item__inner {
  display: flex;
}
.c-contato-item i {
  color: #00558c;
  margin: 0 10px 0;
}
.c-contato-item i.circle {
  background-color: #00558c;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
  color: #fbb914;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contato-item a {
  color: #00558c;
  font-size: 15px;
}
.c-contato-item a.telefone-dois {
  font-family: "latobold";
}
.c-contato-item a.telefone-dois .ddd {
  font-size: 11px;
}

.c-social__inner {
  display: flex;
}
.c-social__item {
  background-color: #00558c;
  padding: 5px;
  border-radius: 50%;
  font-size: 12px;
  color: #fbb914;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.c-social__item:hover {
  color: #fff;
}

.modal-header {
  background-color: #104673;
}
.modal-header-title {
  font-size: 20px;
  font-family: latobold;
  color: #fff;
}
.modal-header .close {
  color: #fff;
}

.card-espec-feder {
  margin-bottom: 30px;
}
.card-espec-feder__inner {
  background-color: #fff;
  padding: 30px;
  border-bottom: 5px solid #00558c;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.card-espec-feder__data {
  font-size: 12px;
  color: #717171;
}
.card-espec-feder__data i {
  margin: 0 5px 0 0;
}
.card-espec-feder__titulo {
  color: #00558c;
  font-weight: bold;
}
.card-espec-feder__edicao {
  color: #717171;
  margin-bottom: 5px;
}
.card-espec-feder__credito {
  color: #717171;
}
.card-espec-feder__credito strong {
  color: #00558c;
}
@media (max-width: 767px) {
  .card-espec-feder__credito {
    margin-bottom: 10px;
  }
}
.card-espec-feder:hover .card-espec-feder__inner {
  background-color: #f5f5f5;
  border-color: #fbb914;
}

.c-card-noticia {
  margin-bottom: 30px;
}
.c-card-noticia__inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.c-card-noticia__thumb {
  border-bottom: 2px solid #fbb914;
}
.c-card-noticia__thumb .bg-img {
  min-height: 180px;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.c-card-noticia__content {
  padding: 20px 15px !important;
  background-color: #f5f5f5;
}
.c-card-noticia .titulo-dois {
  margin: 0 0 20px 0;
}
.c-card-noticia .resumo-post p {
  font-size: 15px;
}
.c-card-noticia .btn-veja-mais {
  margin: 20px 0 0 0;
}

.card-publicacao__thumb {
  height: 215px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-publicacao__thumb {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .card-publicacao__thumb {
    height: 130px;
  }
}
.card-publicacao__thumb img {
  margin-top: -75px;
}
@media (min-width: 992px) {
  .card-publicacao__thumb img {
    margin-top: -40px;
  }
}
.card-publicacao__content {
  background-color: #fbb914;
  padding: 10px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.card-publicacao h4 {
  font-size: 15px;
  font-weight: bold;
  color: #00558c;
  text-transform: uppercase;
  margin: 0;
}

.card-dados-contato {
  border-bottom: 5px solid #fbb914;
  background-color: #f5f5f5;
  margin-bottom: 50px;
}
.card-dados-contato h4 {
  background-color: #00558c;
  color: #fff;
  padding: 15px;
  margin: 0 0 15px 0;
}
.card-dados-contato__item {
  margin: 15px 15px;
  display: flex;
  line-height: 1;
  justify-content: flex-start;
  align-items: center;
}
.card-dados-contato__item i {
  color: #00558c;
  margin-right: 15px;
  font-size: 14px;
  align-self: flex-start;
  margin-top: 5px;
}
.card-dados-contato__item address {
  margin: 0;
  line-height: 1.5;
}
.card-dados-contato__item a {
  text-decoration: none;
  color: #333;
}
.card-dados-contato__item.item-telefone {
  font-size: 18px;
  font-weight: 700;
}
.card-dados-contato__item.item-telefone i {
  margin-right: 12px;
}
.card-dados-contato__item.item-telefone small {
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .card-dados-contato__item.item-telefone a {
    margin-bottom: 5px;
    display: inline-flex;
  }
}
.card-dados-contato__item.item-fax i {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .card-dados-contato__item.item-fax span {
    margin-bottom: 5px;
    display: inline-flex;
  }
}
.card-dados-contato__item .divisor {
  padding: 0 5px;
  font-weight: 100;
  color: #00558c;
}

.owl-carousel.dots-light .owl-dot span {
  background: #fff !important;
}
.owl-carousel.dots-light .owl-dot.active span {
  background: #fbb914 !important;
}
.owl-carousel.dots-dark .owl-dot span {
  background: #717171 !important;
}
.owl-carousel.dots-dark .owl-dot.active span {
  background: #00558c !important;
}

.c-paginacao {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-paginacao .page-numbers {
  background: #00558c;
  color: #fbb914;
  display: block;
  font-weight: bold;
  width: auto;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.c-paginacao .page-numbers:hover {
  background: #127d8f;
  color: #fff;
  text-decoration: none;
}
.c-paginacao .page-numbers-disabled, .c-paginacao .page-numbers-disabled:hover {
  background: #e4e4e4;
  color: #868686;
}
.c-paginacao .current {
  background: #fbb914;
  color: #00558c;
}

.c-navegacao-post .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.c-navegacao-post .nav-links .meta-nav {
  background: #00558c;
  color: #fbb914;
  display: block;
  font-weight: bold;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.c-navegacao-post .nav-links .meta-nav:hover {
  background: #127d8f;
  color: #fff;
  text-decoration: none;
}

.c-accordion {
  margin-bottom: 30px;
}
.c-accordion .card {
  margin-bottom: 5px;
  border: 0;
}
.c-accordion .card-header {
  background-color: #00558c;
  padding: 0;
  border-bottom: 5px solid #fbb914;
}
.c-accordion .btn-link {
  color: #fbb914;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  display: flex;
}
.c-accordion .btn-link i {
  margin-left: auto;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.c-accordion .btn-link[aria-expanded=true] i {
  transform: rotate(180deg);
}
.c-accordion .card-body {
  padding: 30px 0;
}

.c-box-mensagem p {
  color: #333;
  border-left: 5px solid #00558c;
  padding: 30px;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.c-card-evento {
  margin: 0 15px 30px;
}
.c-card-evento__inner {
  border-bottom: 5px solid #fbb914;
}
.c-card-evento__data {
  display: flex;
  flex-direction: column;
  background-color: #00558c;
  max-width: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-card-evento__data .data-n {
  color: #fbb914;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.c-card-evento__data .divisor {
  background-color: #fbb914;
  height: 2px;
  width: 100%;
  max-width: 30px;
  margin: 5px auto;
}
.c-card-evento__content {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-card-evento__content h2 {
  color: #00558c;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.c-bloco-detalhe-evento {
  background-color: #f5f5f5;
  border-bottom: 5px solid #fbb914;
  margin-bottom: 30px;
}
.c-bloco-detalhe-evento__header {
  padding: 15px;
  border-bottom: 1px solid #00558c;
  background-color: #00558c;
}
.c-bloco-detalhe-evento__header h4 {
  margin: 0;
  color: #fbb914;
  font-size: 16px;
  font-family: "latobold";
  text-transform: uppercase;
}
.c-bloco-detalhe-evento__content .item {
  padding: 15px;
  border-bottom: 1px solid #fbb914;
  display: flex;
}
.c-bloco-detalhe-evento__content .item .icone {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.c-bloco-detalhe-evento__content .item .icone i {
  color: #00558c;
  margin-right: 5px;
}
.c-bloco-detalhe-evento__content .item .icone span {
  font-size: 16px;
  font-family: "latobold";
  color: #00558c;
}
.c-bloco-detalhe-evento__content .campo-inscricao {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.c-tag {
  padding: 5px;
  background-color: #fbb914;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #00558c;
  font-size: 12px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.92) !important;
  z-index: 10000 !important;
}

.modal {
  z-index: 20000;
}

.modal-header {
  background-color: #104673;
}

.modal-title {
  font-size: 20px;
  font-family: latobold;
  color: #fff;
}

button.close {
  color: #fff;
}

.modal-body label {
  font-weight: bold;
  font-size: 16px;
}

.modal.fade .modal-dialog {
  opacity: 1;
}

.modal-body textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
  box-shadow: 0 0 5px #999999;
}

.c-form-theme label {
  font-weight: 700;
  font-size: 16px;
  color: #00558c;
}
.c-form-theme input[type=text].form-control,
.c-form-theme input[type=email].form-control,
.c-form-theme textarea.form-control {
  background-color: #f5f5f5;
  border: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #00558c;
  font-weight: bold;
}
.c-form-theme input[type=text].form-control:focus,
.c-form-theme input[type=email].form-control:focus,
.c-form-theme textarea.form-control:focus {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #00558c;
  font-weight: bold;
}

.c-lista-bullets {
  margin-bottom: 20px;
}
.c-lista-bullets li {
  list-style: none;
  padding-left: 30px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.c-lista-bullets li::before {
  content: "";
  font-family: FontAwesome;
  font-weight: bold;
  font-style: normal;
  margin: 0px 20px 0px 10px;
  text-decoration: none;
  color: #00558c;
  font-size: 10px;
  margin-left: -30px;
}

.nav-pills {
  margin-left: 0;
  margin-bottom: 30px;
  background-color: #00558c;
}
.nav-pills .nav-link {
  font-size: 18px;
  font-family: latobold;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 15px;
}
.nav-pills .nav-link:hover {
  background-color: #104673;
}
.nav-pills .nav-link.active {
  background-color: #fbb914;
  color: #00558c;
}

.wp-block-image.img-center img {
  display: table;
  margin: auto;
}

.wp-block-file.btn-primary > a {
  color: #fff !important;
  text-decoration: none !important;
}

.c-card-agenda {
  background-color: #00558c;
  padding: 15px;
  border-bottom: 5px solid #fbb914;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.c-card-agenda__data {
  font-size: 23px;
  font-weight: bold;
  color: #fbb914;
  border-bottom: 2px solid #fbb914;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.c-card-agenda__data .divisor {
  width: 3px;
  display: inline-flex;
  height: 20px;
  background-color: #fbb914;
  margin: 0px 9px;
  transform: rotateZ(25deg);
}
.c-card-agenda__titulo {
  font-size: 17px;
  font-family: "latobold";
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.top-bar {
  background-color: #fbb914;
}
@media (min-width: 768px) {
  .top-bar {
    background-color: #00558c;
  }
}
.archive .top-bar .container {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  background-color: transparent;
  width: 100%;
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .archive .top-bar .container {
    max-width: 920px;
  }
}
@media (min-width: 768px) {
  .archive .top-bar .container {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .archive .top-bar .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .archive .top-bar .container {
    max-width: 1000px;
  }
}
.top-bar .b-row {
  justify-content: flex-end;
}
.top-bar .col-auto {
  background-color: #fbb914;
}
@media (min-width: 992px) {
  .top-bar .col-auto:last-child {
    padding-right: 0;
  }
}
.top-bar .h-btn-areas {
  display: none;
  background-color: #00558c;
}
@media (min-width: 768px) {
  .top-bar .h-btn-areas {
    display: flex;
  }
}
.top-bar .h-btn-areas .btn, .top-bar .h-btn-areas .entry-content .botao a, .entry-content .botao .top-bar .h-btn-areas a {
  background-color: #124573;
  font-family: "latobold";
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.top-bar .h-btn-areas .btn i, .top-bar .h-btn-areas .entry-content .botao a i, .entry-content .botao .top-bar .h-btn-areas a i {
  margin-right: 10px;
}
.top-bar .h-btn-areas .btn:not(:first-child), .top-bar .h-btn-areas .entry-content .botao a:not(:first-child), .entry-content .botao .top-bar .h-btn-areas a:not(:first-child) {
  margin-left: 15px;
}
.top-bar .h-btn-areas .btn:hover, .top-bar .h-btn-areas .entry-content .botao a:hover, .entry-content .botao .top-bar .h-btn-areas a:hover {
  background-color: #fbb914;
  color: #124573;
}
@media (max-width: 767px) {
  .top-bar .col-endereco {
    display: none;
  }
}
.top-bar .ponta:before {
  content: "";
  position: absolute;
  background-color: #fbb914;
  height: 36px;
  width: 23px;
  top: 0;
  left: -10px;
  transform: skewx(23deg);
}
.top-bar .c-contato-item__inner {
  padding: 7px 0;
}
.top-bar .c-social:after {
  content: "";
  position: absolute;
  background-color: #fbb914;
  height: 37px;
  width: 9999px;
  top: 0;
  left: 145px;
  z-index: 0;
}
.top-bar .c-social__inner {
  padding: 7px 0;
}

.archive .container {
  display: inherit;
  margin-top: 30px;
}

.container-header-main {
  width: 100%;
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-header-main {
    max-width: 920px;
  }
}
@media (min-width: 768px) {
  .container-header-main {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .container-header-main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-header-main {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .header-main .search-toggle .screen-reader-text {
    margin-left: 24px;
  }
}

.site-title {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .site-title {
    max-width: 350px;
  }
}
.site-title a {
  width: 100%;
}
@media (max-width: 767px) {
  .site-title a {
    max-width: 100%;
    margin: 15px auto;
    display: flex;
  }
}
@media (max-width: 767px) {
  .site-title img {
    left: 0 !important;
    margin: 0 auto !important;
  }
}

.master-slider {
  border-bottom: 3px solid #fbb914;
  margin: 41px 0 0 0;
}

.overlay #menu-nav li a:hover {
  text-decoration: none;
}

header .l-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  header .l-logo {
    margin: 0 auto;
  }
}
header .l-logo h1 {
  margin: 0;
}
header .l-col-esquerda {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  background-color: #fff;
}
header .l-col-esquerda .wild-menu {
  height: 100%;
  width: 100%;
}
header .l-col-esquerda .search-toggle {
  width: 64px;
}
header .l-col-esquerda #search-container {
  top: 97px;
  right: 3px;
  max-width: 360px;
}
header .l-col-esquerda #search-container form {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .l-col-esquerda #search-container form label {
  margin: 0 15px 0 0;
}
header .l-col-esquerda #search-container form .search-submit {
  padding: 0px 18px;
  height: 37px;
  margin-top: 4px;
  background-color: #fbb914;
  font-size: 14px;
  font-weight: bold;
}

.site-main {
  margin-top: 40px;
}

.menu-principal {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-principal .nav-toggle {
  align-items: center;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .menu-principal .nav-toggle {
    margin-right: 20px;
  }
}
.menu-principal .nav-toggle i {
  font-size: 30px;
  color: #00558c;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-principal .nav-toggle {
    display: none;
  }
}
.menu-principal .nav-close {
  background-color: #fbb914;
  height: 70px;
}
.menu-principal .nav-close i {
  position: fixed;
  right: 25px;
  top: 15px;
  font-size: 2.1875rem;
  color: #00558c;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-principal .nav-close {
    display: none;
  }
}
.menu-principal .botoes-areas-mobile {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.menu-principal .botoes-areas-mobile a:not(:first-child) {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .menu-principal .botoes-areas-mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .full-nav {
    background-color: #00558c;
    color: green;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
  }
  .full-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .full-nav {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .nav-principal > ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .nav-principal > ul > li.menu-item {
    display: flex;
    flex: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    transition: background-color 300ms ease;
    width: 100%;
    margin: 0;
  }
  .nav-principal > ul > li.menu-item > a {
    color: #fff;
    font-family: latobold;
    font-size: 16px;
    padding: 1rem;
    width: 100%;
    text-decoration: none;
  }
  .nav-principal > ul > li.menu-item:hover {
    background-color: rgba(255, 255, 255, 0.18);
  }
  .nav-principal > ul li.menu-destaque {
    background-color: #fbb914 !important;
  }
  .nav-principal > ul li.menu-destaque a {
    color: #00558c;
  }
  .nav-principal > ul li.menu-destaque:hover {
    background-color: #ffd366 !important;
  }
  .nav-principal > ul li.menu-destaque:hover a {
    color: #00558c;
  }

  .nav-principal > ul li.current-menu-item {
    background-color: rgba(255, 255, 255, 0.18);
  }
  .nav-principal > ul li.menu-item-has-children {
    flex-direction: column;
    position: relative;
    background-image: none;
  }
  .nav-principal > ul li.menu-item-has-children > a:after {
    content: "";
    font-family: FontAwesome;
    font-weight: bold;
    font-style: normal;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .nav-principal > ul li.menu-item-has-children > a.ativo:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-principal > ul ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s linear;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: block !important;
  }
  .nav-principal > ul ul.sub-menu.aberto {
    max-height: 500px !important;
  }
  .nav-principal > ul ul.sub-menu > li {
    display: flex;
    background-color: #03446b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .nav-principal > ul ul.sub-menu > li:last-child {
    border-bottom: 0;
  }
  .nav-principal > ul ul.sub-menu > li > a {
    color: #fff;
    padding: 16px 16px 16px 40px !important;
    width: 100%;
    text-decoration: none;
    position: relative;
    border: 0 !important;
    background-image: none !important;
    text-transform: initial !important;
    background-image: none !important;
  }
  .nav-principal > ul ul.sub-menu > li > a:before {
    content: "";
    font-family: FontAwesome;
    font-weight: bold;
    font-style: normal;
    margin: 0px 10px 0px 17px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 17px;
  }
  .nav-principal > ul ul.sub-menu > li:hover a, .nav-principal > ul ul.sub-menu > li:focus a {
    background-color: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  #nav-duas-linhas {
    display: flex;
  }
  #nav-duas-linhas .bloco-menu {
    background-color: #00558c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    width: 216px;
    height: 100%;
  }
  #nav-duas-linhas .bloco-menu i {
    font-size: 25px;
    margin-right: 10px;
  }
  #nav-duas-linhas .bloco-menu span {
    font-family: "latobold";
    text-transform: uppercase;
  }
  #nav-duas-linhas #menu-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
    height: 100%;
  }
  #nav-duas-linhas #menu-nav > .menu-item {
    background-color: #fff;
    border-bottom: 1px solid #00558c;
    display: flex;
  }
  #nav-duas-linhas #menu-nav > .menu-item:nth-child(7), #nav-duas-linhas #menu-nav > .menu-item:nth-child(8), #nav-duas-linhas #menu-nav > .menu-item:nth-child(9), #nav-duas-linhas #menu-nav > .menu-item:nth-child(10), #nav-duas-linhas #menu-nav > .menu-item:nth-child(11), #nav-duas-linhas #menu-nav > .menu-item:nth-child(12) {
    border-bottom: 1px solid transparent;
  }
  #nav-duas-linhas #menu-nav > .menu-item > a {
    color: #00558c;
    font-family: latobold;
    padding: 11px 8px;
    font-size: 15px !important;
  }
  #nav-duas-linhas #menu-nav > .menu-item:hover {
    border-bottom: 1px solid #fbb914;
    background-color: #f5f5f5;
  }
  #nav-duas-linhas #menu-nav .menu-destaque {
    background-color: #fbb914;
  }
  #nav-duas-linhas #menu-nav .menu-destaque a {
    color: #00558c;
  }
  #nav-duas-linhas #menu-nav .menu-destaque:hover {
    background-color: #ffd366;
  }

  #nav-duas-linhas #menu-nav > .menu-item-has-children {
    position: relative;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "";
    font-weight: 300;
    margin: 0 0 0 5px;
    color: #00558c;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children .sub-menu {
    display: block;
    list-style: none;
    width: 270px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2000;
    transition: all 0.2s ease;
    border-top: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    top: 48px;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children .sub-menu li a {
    padding: 13px 15px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    text-align: left;
    color: #fff !important;
    background-color: #00558c;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    text-transform: initial;
    background-image: none;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children .sub-menu li a:before {
    font-family: FontAwesome;
    content: "";
    font-weight: 300;
    margin-right: 5px;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children .sub-menu li a:hover {
    background-color: #18a5bc;
    color: #fff;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children .sub-menu li.current-menu-item a {
    background-color: #127d8f;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children .sub-menu li.current-menu-item:hover a {
    background-color: #18a5bc;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    animation-name: flipInX;
    animation-duration: 0.6s;
  }
  #nav-duas-linhas #menu-nav > .menu-item-has-children:hover .sub-menu > li > a:hover {
    color: #fff;
  }
}

.h-search {
  display: flex;
  align-items: center;
  background-color: #00558c !important;
  padding: 0;
}
@media (max-width: 1199px) {
  .h-search {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transform: translateY(-70px);
    transition: all 0.4s ease-in-out;
  }
}
.h-search form {
  margin: 0;
  width: 100%;
}
.h-search button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #124573;
  color: #fbb914;
  padding: 6px 0 6px 12px;
}
.h-search button:hover, .h-search button:focus, .h-search button:active, .h-search button:focus:active {
  box-shadow: none !important;
  outline: none;
  background-color: #124573 !important;
  color: #fbb914 !important;
}
.h-search .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: #124573;
  color: #fff;
}
@media (max-width: 1199px) {
  .h-search .form-control {
    height: 70px;
  }
}
.h-search .form-control:focus, .h-search .form-control:active, .h-search .form-control:focus:active {
  box-shadow: none !important;
  outline: none;
  background-color: #124573 !important;
  color: #fff !important;
}
.h-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 16px "latobold";
}
@media (min-width: 1200px) {
  .h-search .fechar-busca {
    display: none;
  }
}
@media (max-width: 1199px) {
  .h-search .fechar-busca__inner {
    border: 0;
    background-color: #124573;
    color: #fbb914;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 25px;
  }
}
.h-search.ativo {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.search-toggle {
  display: none;
}
@media (max-width: 1199px) {
  .search-toggle {
    width: 50px !important;
    padding: 15px;
    margin-right: 10px;
    color: #00558c;
    font-size: 22px;
    display: block;
  }
}

.footer-amb .social-ative {
  display: flex;
  align-items: center;
  margin: 30px auto;
}
.footer-amb .social-ative .c-social__item {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  font-size: 25px;
  color: #104673;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-amb .social-ative .c-social__item:hover {
  background-color: #fbb914;
}
.footer-amb .btnAcessoEntidades {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  color: #124573;
  font-family: "latobold";
  padding: 10px;
  background: white;
  float: right;
  margin: 20px 0px;
  text-decoration: none !important;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.footer-amb .btnAcessoEntidades span {
  margin-left: 7px;
}
.footer-amb .btnAcessoEntidades:hover {
  background-color: #fbb914;
}
.footer-amb .btnVoltarEntidades {
  background: #fbb914;
  padding: 10px 30px;
  color: #00558c;
  font-weight: bold;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border: 3px solid #00558c;
  font-size: 1.125em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .footer-amb .btnVoltarEntidades {
    bottom: 10px;
    right: 10%;
    left: 10%;
  }
}
.footer-amb .btnVoltarEntidades:hover {
  bottom: 20px;
  color: #fff;
  background-color: #00558c;
  border: 3px solid #fff;
}

.sec-destaque {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-destaque-noticias,
.l-destaque-cem-covid,
.l-destaque-federadas {
  background-color: #fff;
}
.l-destaque-noticias .btn-big,
.l-destaque-cem-covid .btn-big,
.l-destaque-federadas .btn-big {
  margin: 0 auto;
}

.banner-pub {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.l-destaque-cem-covid {
  background-image: url("../img/2021-02-15-banner-bg-forca-tarefa-covid.png");
  background-size: cover;
  background-position: center;
}

.l-destaque-publicacoes {
  background-color: #f5f5f5;
}

.l-espaco-anuncio {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .l-espaco-anuncio {
    margin-top: 65px;
  }
}
.l-espaco-anuncio img {
  width: 100%;
}

.l-destaque-agenda {
  background-color: #f5f5f5;
}

.l-destaque-newsletter {
  background-color: #fbb914;
}
.l-destaque-newsletter .content {
  background-color: #f5f5f5;
  padding: 15px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.l-destaque-newsletter form.form-news {
  margin: 0;
}
.l-destaque-newsletter form.form-news input {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  color: #00558c;
}
.l-destaque-newsletter form.form-news input:last-child {
  margin-bottom: 0;
}
.l-destaque-newsletter form.form-news input:focus {
  box-shadow: none;
  background-color: transparent;
}
.l-destaque-newsletter form.form-news .divisor {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
  margin: 15px 0;
}
.l-destaque-newsletter form.form-news .col-botao {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .l-destaque-newsletter form.form-news .col-botao {
    margin-top: 20px;
  }
}

.archive .container-archive {
  max-width: 1000px !important;
  display: inherit !important;
}

.l-wrapper__page {
  padding-top: 24px;
  padding-bottom: 0;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .l-wrapper__page {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .l-wrapper__page {
    padding-top: 33px;
  }
}
.l-wrapper__content {
  background-color: #fff !important;
  margin-top: 30px !important;
  padding-bottom: 30px !important;
}

.l-page-clipping .c-accordion .card-body {
  padding: 30px 0 0 0;
}
.l-page-clipping .c-accordion .card-body p {
  border-left: 5px solid #fbb914;
  padding: 15px 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.l-page-clipping .c-accordion .card-body p strong {
  font-size: 16px;
  border-bottom: 0;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
}
.l-page-clipping .c-accordion .card-body a {
  color: #00558c;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}
.l-page-clipping .c-accordion .card-body a:hover {
  font-weight: bold;
}

.l-page-eventos .c-card-evento__content h2 {
  margin-bottom: 10px;
}
.l-page-eventos .organizacao {
  margin-bottom: 10px;
}
.l-page-eventos .organizacao h4 {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  font-family: "latobold";
}

#postagem .categorias-bubble {
  text-transform: uppercase;
  font-size: 0.7em;
  color: #6C6C6C;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .l-page-area-restrita {
    margin-top: 60px;
  }
}
.l-page-area-restrita h5 {
  background-color: #104673;
  padding: 0.5rem;
  color: white;
  border-bottom: 4px solid #fbb914;
}
.l-page-area-restrita .titulo-area-restrita {
  margin: 30px 0 0 0;
}
.l-page-area-restrita .col-md-6 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-page-area-restrita .border-1 {
    border-top: 1px solid #cccccc;
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .l-page-area-restrita .border-1 {
    border-left: 1px solid #cccccc;
  }
}
.l-page-area-restrita select {
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
}
.l-page-area-restrita .topo-area-restrita-titulo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-page-area-restrita .topo-area-restrita-titulo h3 {
  width: calc(100% - 70px);
  padding-bottom: 13px;
}
@media (max-width: 576px) {
  .l-page-area-restrita .topo-area-restrita-titulo h3 {
    width: 100%;
  }
}
@media (min-width: cellphones/16em) {
  .l-page-area-restrita .topo-area-restrita-titulo h3 {
    width: 100%;
  }
}
.l-page-area-restrita .topo-area-restrita-titulo .btnSairAreaRestrita {
  background: #bb1919;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
@media (max-width: 576px) {
  .l-page-area-restrita .topo-area-restrita-titulo .btnSairAreaRestrita {
    display: none;
  }
}
@media (min-width: cellphones/16em) {
  .l-page-area-restrita .topo-area-restrita-titulo .btnSairAreaRestrita {
    display: none;
  }
}
.l-page-area-restrita .topo-area-restrita-titulo .btnSairAreaRestrita:hover {
  background-color: #ca2e2e !important;
}
.l-page-area-restrita .area-restrita-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 35px 0px;
}
@media (max-width: 767px) {
  .l-page-area-restrita .area-restrita-menu {
    flex-direction: column;
  }
}
.l-page-area-restrita .area-restrita-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  min-height: 100px;
  height: auto;
  background: #104673;
  border-bottom: 4px solid #fbb914;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-page-area-restrita .area-restrita-menu__item {
    width: 100%;
  }
}
.l-page-area-restrita .area-restrita-menu__item:hover {
  background-color: #0e395f;
}
.l-page-area-restrita .area-restrita-menu__item__sair {
  background: #bb1919 !important;
  border-bottom: 4px solid #840606 !important;
}
.l-page-area-restrita .area-restrita-menu__item__sair:hover {
  background-color: #ca2e2e !important;
}

.card-diretoria {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.card-diretoria__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #fbb914;
  padding: 15px 0;
}
.card-diretoria__thumb .inner {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}
.card-diretoria__detalhe {
  text-align: center;
  padding: 15px 5px;
  background-color: #00558c;
}
.card-diretoria__detalhe .txt-nome {
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
}
.card-diretoria__detalhe .txt-nome .prefixo {
  display: inline-block;
  margin-right: 5px;
}
.card-diretoria__detalhe .txt-nome .estado {
  display: inline-block;
  margin-left: 3px;
}
.card-diretoria__detalhe .cargo {
  color: #fff;
}
.card-diretoria__detalhe > p {
  line-height: 1.5;
  margin-bottom: 0;
}

.pg-cbhpm h2 {
  color: #ffffff;
  border-bottom: 4px solid #fbb914;
  padding-bottom: 5px;
  margin: 25px auto 20px;
  font-weight: bold;
  background: #00558c;
  padding: 10px;
}
.pg-cbhpm h4, .pg-cbhpm h5 {
  color: #00558c;
  border-bottom: 4px solid #fbb914;
  padding-bottom: 10px;
  margin: 25px auto 20px;
}
.pg-cbhpm .pg-cbhpm__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pg-cbhpm .pg-cbhpm__ul__adquirir {
  width: 100% !important;
}
.pg-cbhpm .pg-cbhpm__ul__adquirir a {
  text-transform: uppercase !important;
  font-size: 18px !important;
  background: #fbb914 !important;
}
.pg-cbhpm .pg-cbhpm__ul__adquirir a:hover {
  background: #ffca44 !important;
  color: #fff !important;
}
.pg-cbhpm .pg-cbhpm__ul li {
  width: 48%;
  margin: 10px 0;
}
.pg-cbhpm .pg-cbhpm__ul li span {
  margin-bottom: 0 !important;
  padding: 10px 15px;
}
.pg-cbhpm .pg-cbhpm__ul li a {
  display: block;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #00558c;
  border-radius: 8px;
  border: 1px solid #00558c;
  transition: all ease 0.2s;
}
.pg-cbhpm .pg-cbhpm__ul li a:hover {
  background: #dedede;
}
.pg-cbhpm .accordion-cbhpm .card {
  padding: 0;
}
.pg-cbhpm .accordion-cbhpm .card-header {
  padding: 0;
  margin: 0;
}
.pg-cbhpm .accordion-cbhpm .card-header button {
  background: #f5f5f5;
  color: #00558c;
  border-bottom: 4px solid #00558c;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
.pg-cbhpm .accordion-cbhpm ul {
  list-style: none;
}
.pg-cbhpm .accordion-cbhpm ul li {
  margin-bottom: 10px;
}
.pg-cbhpm .accordion-cbhpm ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fbb914;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.pg-cbhpm .accordion-cbhpm ul li a {
  padding-bottom: 3px;
  font-weight: bold;
  color: #00558c;
  border-bottom: 1px solid #00558c;
  width: max-content;
  transition: 0.2s all ease;
}
.pg-cbhpm .accordion-cbhpm ul li a:hover {
  color: #7cbdca;
}
.pg-cbhpm .accordion-cbhpm .card {
  margin-bottom: 10px;
}
.pg-cbhpm .accordion-cbhpm h5 {
  background: #104673 !important;
  margin: 0;
  padding: 0;
}
.pg-cbhpm .accordion-cbhpm button {
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.pg-cbhpm .titulo-bg {
  font-weight: bold;
  color: #fff;
  font-size: 23px;
}
.pg-cbhpm .c-lista-bullets {
  margin-bottom: 0;
}
.pg-cbhpm .card-pg-cbpmh {
  margin-bottom: 30px;
  padding: 0;
}
.pg-cbhpm .card-pg-cbpmh__header {
  margin-bottom: 0;
}
.pg-cbhpm .card-pg-cbpmh__content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.pg-cbhpm .card-pg-cbpmh__content img {
  max-width: 700px;
}
.pg-cbhpm .card-pg-cbpmh span {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  color: #00558c;
}

.c-mapaFull {
  margin-top: 0;
  padding: 0;
}
.c-mapaFull__inner {
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}
.c-mapaFull__inner > iframe {
  width: 100%;
  height: 350px;
}

.c-infoContatos {
  display: flex;
  margin-bottom: 10px;
}
.c-infoContatos__icon {
  color: #00558c;
  margin-right: 15px;
}
.c-infoContatos__info {
  font-size: 16px;
}
.c-infoContatos__info a {
  text-decoration: none;
  color: #333;
}
.c-infoContatos__info a:hover {
  color: #949494;
}
.c-infoContatos__info small {
  font-size: 14px;
  margin-right: 5px;
}
.c-infoContatos__info--telefone {
  font-size: 18px;
  font-weight: 700;
}

.c-formContato h2 {
  font-family: "latoregular", sans-serif;
  font-size: 30px;
  color: #00558c;
  margin: 0 0 15px 0;
}
.c-formContato__obrigatorio {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  color: red;
}
.c-formContato__form label {
  font-weight: 700;
  font-size: 14px;
  color: #00558c;
}
.c-formContato__form .form-control,
.c-formContato__form select {
  background-color: #f5f5f5;
  border: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #00558c;
  font-weight: bold;
}
.c-formContato__form .form-control:focus,
.c-formContato__form select:focus {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #00558c;
  font-weight: bold;
}
.c-formContato__form .enviar {
  width: 100%;
  height: 38px;
  font-family: Carnas;
  font-weight: 700;
  font-size: 16px;
  background-color: #fbb914;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-formContato__form .enviar:hover {
  background-color: #127d8f;
}
.c-formContato__form .enviar:focus {
  outline: none;
  box-shadow: none;
}

.c-social-inline__wrapper {
  display: flex;
}
.c-social-inline__item {
  margin: 0 0 0 15px;
}
.c-social-inline__item a {
  background-color: #fbb914;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.c-social-inline__item i {
  color: #fff;
  font-size: 20px;
}

.l-page-contato {
  padding-bottom: 0;
}
.l-page-contato h2 {
  font-family: "latoregular", sans-serif;
  font-size: 30px;
  color: #fbb914;
  margin: 0 0 30px 0;
  background-color: #00558c;
  padding: 15px;
  border-bottom: 5px solid #fbb914;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.l-page-contato h3 {
  font-family: "latoregular", sans-serif;
  font-size: 22px;
  margin: 0 0 30px 0;
}
.l-page-contato__infoContatosWrapper {
  margin-bottom: 30px;
}
.l-page-contato__infoRS {
  margin-bottom: 30px;
}
.l-page-contato .c-social-inline__item:first-child {
  margin: 0;
}
.l-page-contato .c-social-inline__item i {
  color: #00558c;
}
.l-page-contato .c-botoes-como-chegar {
  display: flex;
  margin: 0 -5px;
}
.l-page-contato .c-botoes-como-chegar .btn, .l-page-contato .c-botoes-como-chegar .entry-content .botao a, .entry-content .botao .l-page-contato .c-botoes-como-chegar a {
  font-weight: bold;
  width: 100%;
  margin: 0 5px;
  color: #fbb914;
}
.l-page-contato .c-botoes-como-chegar .btn i, .l-page-contato .c-botoes-como-chegar .entry-content .botao a i, .entry-content .botao .l-page-contato .c-botoes-como-chegar a i {
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #fbb914;
  font-size: 20px;
}

body.page-id-452 .l-wrapper__content {
  margin-top: 90px !important;
}
body.page-id-452 .container {
  max-width: 1000px;
}

.single-evento .entry-title {
  font-size: 30px;
  font-weight: bold;
  color: #00558c;
  text-transform: uppercase;
  margin: 25px 0 30px 0;
}
.single-evento .entry-content > *:first-child {
  margin-top: 0;
}
.single-evento .entry-content .evento-capa {
  margin-bottom: 30px;
}
.single-evento .entry-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #00558c;
  text-transform: initial;
  margin: 40px 0 20px;
}
.single-evento .entry-content p {
  line-height: 30px;
}
.single-evento .entry-content a {
  color: #00558c;
  text-decoration: underline;
}
.single-evento .c-bloco-detalhe-evento__content .valor {
  font-weight: bold;
  color: #666;
}

.pg-provasamb h2, .pg-jamb h2 {
  color: #ffffff;
  border-bottom: 4px solid #fbb914;
  padding-bottom: 5px;
  margin: 25px auto 20px;
  font-weight: bold;
  background: #00558c;
  padding: 10px;
}
.pg-provasamb h4, .pg-provasamb h5, .pg-jamb h4, .pg-jamb h5 {
  color: #00558c;
  border-bottom: 4px solid #fbb914;
  padding-bottom: 10px;
  margin: 25px auto 20px;
}
.pg-provasamb .texto-link, .pg-jamb .texto-link {
  padding-bottom: 3px;
  font-weight: bold;
  color: #00558c;
  border-bottom: 1px solid #00558c;
  width: max-content;
  transition: 0.2s all ease;
}
.pg-provasamb .texto-link:hover, .pg-jamb .texto-link:hover {
  color: #7cbdca;
}
.pg-provasamb .titulo-cinza, .pg-jamb .titulo-cinza {
  font-weight: bold;
  padding: 8px 10px;
  background: #f5f5f5;
  border-bottom: 5px solid #00558c;
  text-align: center;
}
.pg-provasamb .titulo-bg, .pg-jamb .titulo-bg {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.pg-provasamb .alerta-amarelo, .pg-jamb .alerta-amarelo {
  background-color: #f1be1b57;
  border: 2px solid #c59d17;
  color: #846500;
  font-weight: bold;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 15px;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}
.pg-provasamb .alerta-cinza, .pg-jamb .alerta-cinza {
  background-color: #f5f5f5;
  border: 2px solid #c3c3c3;
  color: #424242;
  font-weight: bold;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 15px;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}
.pg-provasamb .texto-vermelho, .pg-jamb .texto-vermelho {
  color: #cc2d2d;
  font-weight: bold;
}
.pg-provasamb .card-pg-provasamb, .pg-provasamb .card-pg-jamb, .pg-jamb .card-pg-provasamb, .pg-jamb .card-pg-jamb {
  margin-bottom: 30px;
}
.pg-provasamb .card-pg-provasamb__header, .pg-provasamb .card-pg-jamb__header, .pg-jamb .card-pg-provasamb__header, .pg-jamb .card-pg-jamb__header {
  margin-bottom: 0;
}
.pg-provasamb .card-pg-provasamb__content, .pg-provasamb .card-pg-jamb__content, .pg-jamb .card-pg-provasamb__content, .pg-jamb .card-pg-jamb__content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.pg-provasamb .card-pg-provasamb__content img, .pg-provasamb .card-pg-jamb__content img, .pg-jamb .card-pg-provasamb__content img, .pg-jamb .card-pg-jamb__content img {
  max-width: 700px;
}
.pg-provasamb .card-pg-provasamb span, .pg-provasamb .card-pg-jamb span, .pg-jamb .card-pg-provasamb span, .pg-jamb .card-pg-jamb span {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  color: #00558c;
}
.pg-provasamb .card-pg-provasamb, .pg-jamb .card-pg-provasamb {
  padding: 0;
}
.pg-provasamb ul, .pg-jamb ul {
  list-style: none;
}
.pg-provasamb ul li, .pg-jamb ul li {
  margin-bottom: 10px;
}
.pg-provasamb ul li a, .pg-jamb ul li a {
  padding-bottom: 3px;
  font-weight: bold;
  color: #00558c;
  border-bottom: 1px solid #00558c;
  width: max-content;
  transition: 0.2s all ease;
}
.pg-provasamb ul li a:hover, .pg-jamb ul li a:hover {
  color: #7cbdca;
}
.pg-provasamb__accordion .card, .pg-jamb__accordion .card {
  padding: 0;
}
.pg-provasamb__accordion .card-header, .pg-jamb__accordion .card-header {
  padding: 0;
  margin: 0;
}
.pg-provasamb__accordion .card-header button, .pg-jamb__accordion .card-header button {
  background: #f5f5f5;
  color: #00558c;
  border-bottom: 4px solid #00558c;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
.pg-provasamb__accordion ul, .pg-jamb__accordion ul {
  list-style: none;
}
.pg-provasamb__accordion ul li, .pg-jamb__accordion ul li {
  margin-bottom: 10px;
}
.pg-provasamb__accordion ul li a, .pg-jamb__accordion ul li a {
  padding-bottom: 3px;
  font-weight: bold;
  color: #00558c;
  border-bottom: 1px solid #00558c;
  width: max-content;
  transition: 0.2s all ease;
}
.pg-provasamb__accordion ul li a:hover, .pg-jamb__accordion ul li a:hover {
  color: #7cbdca;
}
.pg-provasamb__accordion .card, .pg-jamb__accordion .card {
  margin-bottom: 10px;
}
.pg-provasamb__accordion h5, .pg-jamb__accordion h5 {
  background: #104673 !important;
  margin: 0;
  padding: 0;
}
.pg-provasamb__accordion button, .pg-jamb__accordion button {
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.pg-jamb__destaque {
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.pg-jamb__destaque__atual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pg-jamb__destaque__atual__img {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.pg-jamb__destaque__atual__img img {
  -moz-box-shadow: -2px 2px 2px 1px #909090;
  -webkit-box-shadow: -2px 2px 2px 1px #909090;
  box-shadow: -2px 2px 2px 1px #909090;
}
.pg-jamb__destaque__atual__titulo {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
.pg-jamb__destaque__atual .btnAcessar {
  text-decoration: none;
  background: #fbb914;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.2s all ease;
  color: #124573;
}
.pg-jamb__destaque__atual .btnAcessar:hover {
  background: #124573;
  color: #FFFFFF;
}

.termo-pesquisa {
  font-weight: bold;
  margin-bottom: 15px;
  color: #00558c;
  font: 16px "latobold";
  display: block;
}

.item-search__inner {
  background-color: #fff;
  padding: 30px;
  border-top: 5px solid #00558c;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.item-search__data {
  font-size: 12px;
  color: #717171;
}
.item-search__data i {
  margin: 0 5px 0 0;
}
.item-search__titulo {
  color: #00558c;
  font-weight: bold;
}
.item-search__resumo {
  color: #717171;
  margin-bottom: 5px;
}
.item-search:nth-child(odd) .item-search__inner {
  background-color: #f5f5f5;
}
.item-search:hover .item-search__inner {
  border-color: #fbb914;
}

.card-brasilia-urgente {
  margin: 0 15px 30px;
}
.card-brasilia-urgente__inner {
  border-bottom: 5px solid #fbb914;
}
.card-brasilia-urgente__data {
  display: flex;
  flex-direction: column;
  background-color: #00558c;
  max-width: 65px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.card-brasilia-urgente__data .data-n {
  color: #fbb914;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.card-brasilia-urgente__data .divisor {
  background-color: #fbb914;
  height: 2px;
  width: 100%;
  max-width: 30px;
  margin: 5px auto;
}
.card-brasilia-urgente__data__content {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.card-brasilia-urgente__data__content h2 {
  color: #00558c;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.card-brasilia-urgente .c-card-evento__data {
  justify-content: center;
}
.card-brasilia-urgente .c-card-evento__content h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.single-brasilia-urgente .entry-title {
  font-size: 30px;
  font-weight: bold;
  color: #00558c;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.single-brasilia-urgente .entry-content > *:first-child {
  margin-top: 0;
}
.single-brasilia-urgente .entry-content .evento-capa {
  margin-bottom: 30px;
}
.single-brasilia-urgente .entry-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #00558c;
  text-transform: initial;
  margin: 40px 0 20px;
}
.single-brasilia-urgente .entry-content p {
  line-height: 30px;
}
.single-brasilia-urgente .entry-content a {
  color: #00558c;
  text-decoration: underline;
}
.single-brasilia-urgente .banner-opiniao img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.pg-voce-consegue .banner {
  margin-top: 75px;
}
.pg-voce-consegue .msg-pare-de-fumar {
  display: table;
  margin: 30px auto;
  background-color: #00558c;
  padding: 20px 30px;
  border-bottom: 5px solid #fbb914;
}
.pg-voce-consegue .msg-pare-de-fumar h2 {
  color: #fbb914;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pg-voce-consegue .msg-pare-de-fumar span {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.pg-voce-consegue .c-card-noticia__thumb .bg-img {
  min-height: 100px;
}
.pg-voce-consegue .titulo-depoimento {
  color: #00558c;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  line-height: 1.5;
}
.pg-voce-consegue .wp-block-video {
  margin-bottom: 45px;
}
.pg-voce-consegue .wp-block-video video {
  max-height: 437px;
}
@media (min-width: 768px) {
  .pg-voce-consegue .wp-block-video video {
    width: 80%;
  }
}
.pg-voce-consegue .titulo-blocos {
  color: #00558c;
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #fbb914;
  padding: 0 0 15px 0;
}
.pg-voce-consegue .bloco-comissao {
  margin: 60px 0 30px;
}
.pg-voce-consegue .card-comissao {
  margin-bottom: 30px;
}
.pg-voce-consegue .card-comissao__header {
  margin-bottom: 0;
}
.pg-voce-consegue .card-comissao__content {
  padding: 15px;
  background-color: #f5f5f5;
}
.pg-voce-consegue .card-comissao span {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  color: #00558c;
}

.single-post-tabagismo .entry-meta {
  display: none;
}
.single-post-tabagismo .entry-content > *:first-child {
  margin-top: 0;
}
.single-post-tabagismo .entry-content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #00558c;
  margin: 80px 0 30px 0;
}
.single-post-tabagismo .entry-content hr {
  margin: 30px 0;
}
.single-post-tabagismo .sidebar .header-sidebar {
  font-weight: bold;
  color: #00558c;
  margin: 0 0 30px 0;
  text-align: center;
}
.single-post-tabagismo .c-card-noticia__thumb .bg-img {
  min-height: 100px;
}
.single-post-tabagismo .c-card-noticia__content .titulo-dois {
  margin: 0;
}
.single-post-tabagismo .c-card-noticia__content .titulo-dois p {
  margin: 0;
}
.single-post-tabagismo .titulo-blocos {
  color: #00558c;
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #fbb914;
  padding: 0 0 15px 0;
}

/*# sourceMappingURL=theme-dois.min.css.map */
