:root {
  --semi-white: #F5F5F5;
  --light-blue: #0080c5;
  --light-blue-variant: #0F6BB6;
  --medium-blue: #3f6ab3;
  --medium-blue-variant: #2F4E8C;
  --darkblue: #132a49;
  --dark-blue-variant: #053989;
  --gradient-blue: linear-gradient(90deg, #0080c5 0%, #3f6ab3 100%, #132a49 100%);
  --light-gray: #c1c1c1;
  --medium-gray: #6e6e6e;
  --azul-claro: #0F6BB6;
  --azul-medio: #053989;
  --azul-escuro: #0A1F4B;
  --bs-btn-hover-border-color: #25cff2;
  --ice: #F2F2F2;
  --dark-blue-variant: #053989;
  --bs-gutter-x: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--light-blue-variant);
}

form .btn {
  margin-bottom: 1.5rem;
}

footer {
  margin-top: auto;
}

.bg-semi-white {
  background-color: var(--semi-white) !important;
}

.bg-ice {
  background-color: var(--ice) !important;
}

.text-semi-white {
  color: var(--semi-white) !important;
}

.text-ice {
  color: var(--ice) !important;
}

.bg-light-blue {
  background-color: var(--light-blue) !important;
}

.text-light-blue {
  color: var(--light-blue) !important;
}

.bg-light-blue-variant {
  background-color: var(--light-blue-variant) !important;
}

.text-light-blue-variant {
  color: var(--light-blue-variant) !important;
}

.bg-medium-blue {
  background-color: var(--medium-blue) !important;
}

.text-medium-blue {
  color: var(--medium-blue) !important;
}

.bg-medium-blue-variant {
  background-color: var(--medium-blue-variant) !important;
}

.text-medium-blue-variant {
  color: var(--medium-blue-variant) !important;
}

.bg-darkblue {
  background-color: var(--darkblue) !important;
}

.text-darkblue {
  color: var(--darkblue) !important;
}

.bg-dark-blue-variant {
  background-color: var(--dark-blue-variant) !important;
}

.text-dark-blue-variant {
  color: var(--dark-blue-variant) !important;
}

.bg-light-gray {
  background-color: var(--light-gray) !important;
}

.text-light-gray {
  color: var(--light-gray) !important;
}

.bg-medium-gray {
  background-color: var(--medium-gray) !important;
}

.text-medium-gray {
  color: var(--medium-gray) !important;
}

.text-primary {
  color: var(--light-blue-variant) !important;
}

.bg-primary {
  background-color: var(--light-blue-variant) !important;
}

.bg-secondary {
  background-color: var(--dark-blue-variant) !important;
}

.text-secondary {
  color: var(--dark-blue-variant) !important;
}

legend {
  line-height: 1.2em;
}

.nav-link,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Klavika', sans-serif;
  font-weight: 500;
}

.h3 {
  font-size: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

.module-title {
  padding-top: var(--bs-gutter-x);
  padding-bottom: var(--bs-gutter-x);
  text-align: center;
  font-family: "Klavika";
  font-weight: 500;
  font-size: 2.5rem;
  color: #0f6bb6;
  margin: 0;
  position: relative;
}

.form-check {
  display: inline-flex;
  align-items: center;
  min-height: 0;
}

header,
section,
footer,
.legismapsite-breadcrumbs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.view-article .component-section {
  padding-top: 2rem;
}

.offCanvas {
  height: 100vh;
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding: 15px;
  overflow-y: auto;
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: #fff;
  margin-left: -30px;
}

.offCanvas.showoffcanvas {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  box-shadow: 0 0 10px;
  margin-left: 0px;
}

.onCanvas {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.onCanvas.showmenu {
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
}

.offCanvas .nav li {
  display: block;
  width: 100%;
  clear: both;
  list-style: none;
}

.offCanvas .nav li>a,
.offCanvas .nav li>span {
  color: #333;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.scrollToTop {
  margin: 0 30px 20px 0;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
}

.btn {
  --bs-btn-border-radius: 1.4rem;
  font-size: 1rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--light-blue-variant);
  --bs-btn-border-color: var(--light-blue-variant);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--dark-blue-variant);
  --bs-btn-hover-border-color: var(--dark-blue-variant);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--dark-blue-variant);
  --bs-btn-active-border-color: var(--dark-blue-variant);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--light-blue-variant);
  --bs-btn-disabled-border-color: var(--light-blue-variant);
  background: var(--light-blue-variant);
  border: 1px solid var(--light-blue-variant);
  padding: 0.5rem 1.5rem;
  line-height: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--dark-blue-variant);
  border: 1px solid var(--dark-blue-variant);
  color: #fff;
}

.btn-primary span {
  color: #fff;
}

.btn-white {
  --bs-btn-color: var(--light-blue-variant);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--light-blue-variant);
  --bs-btn-hover-color: var(--light-blue-variant);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: var(--light-blue-variant);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--light-blue-variant);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: var(--light-blue-variant);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--light-blue-variant);
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: var(--light-blue-variant);
  background: #fff;
  border: 1px solid var(--light-blue-variant);
  padding: 0.5rem 1.5rem;
  line-height: 1;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #fff;
  border: 1px solid var(--light-blue-variant);
  color: var(--light-blue-variant);
}

.scrollToTop:hover {
  text-decoration: none;
}

.deeper.parent.dropdown:hover ul {
  display: block;
}

.legismapsite-login {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: auto;
}

.navbar-brand {
  width: 120px;
}

.header>div>.row {
  align-items: center;
}

.navbar-brand {
  width: 270px;
}

.header {
  background-color: var(--semi-white);
}

.header .navbar .module-menu {
  margin-left: auto;
}

.navbar-toggler {
  margin-left: auto;
}

.header .navbar-nav>.nav-item>.nav-link {
  padding: 1rem 0rem;
  margin: 0 1.5rem;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--light-blue-variant);
  line-height: 5rem;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}

.header .navbar-nav>.nav-item:hover>.nav-link,
.header .navbar-nav>.nav-item:focus>.nav-link,
.header .navbar-nav>.nav-item.active>.nav-link,
.header .navbar-nav>.nav-item.active>.nav-link {
  border-bottom-color: var(--dark-blue-variant);
  color: var(--dark-blue-variant);
  border-bottom: 3px solid var(--dark-blue-variant);
}

.header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.header .navbar-nav>.nav-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.header .navbar-nav>.nav-item>.nav-link.login {
  padding: 0.8rem 1.65rem;
  background: var(--light-blue-variant);
  color: #fff;
  display: inline-block;
  line-height: 1em;
  border-bottom: 0px;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  margin: 0;
}

.header .navbar-nav>.nav-item>.nav-link.login:hover,
.header .navbar-nav>.nav-item>.nav-link.login:focus,
.header .navbar-nav>.nav-item>.nav-link.login:active {
  background: var(--dark-blue-variant);
  border-bottom: 0px;
}

.header .navbar-nav>.nav-item.active>.nav-link {
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.nav-link [class*="fa"] {
  margin-right: 0.5em;
  width: 1em;
}

.nav-link-icon {
  display: none;
}

.login>.nav-link-icon {
  display: inline-block;
}

.com-users-login.login,
.com-users-remind.remind,
.com-users-reset.reset,
.com-users-registration.registration,
.com-users-registration.complete,
.com-users-registration.confirm,
.com-users-profile.profile,
.com-users-profile.edit {
  padding: 3.85rem 0;
}

.com-users-login.login>div,
.com-users-reset.reset>div,
.com-users-remind.remind>div,
.com-users-registration.registration>div,
.com-users-profile.profile>div {
  align-items: center;
}

.form-control {
  border-radius: 1.75rem;
  -webkit-border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  -ms-border-radius: 1.75rem;
  -o-border-radius: 1.75rem;
  border: 1px solid var(--light-gray);
  padding: 1rem 1.5rem;
  color: var(--dark-blue-variant);
  background: transparent;
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1em;
  text-align: left;
  color: var(--medium-gray);
  margin-bottom: 1.5rem;
}

.input-password-toggle,
.input-password-toggle {
  display: none;
}

.form-control#password,
.form-control#password {
  border-top-right-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
}

#com-users-login__form,
#com-users-reset__form,
#com-users-registration__form,
#com-users-remind__form,
#com-users-logout__form,
#com-users-profile__form,
#com-users-profile-edit__form {
  padding: 2.8rem 0;
}

form .btn-primary {
  padding: 0.85rem 3.36rem;
  margin-bottom: 1.5rem;
}

form .list-group-item,
form .list-group-item {
  border: 0;
  line-height: 1;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
}

.logo-link {
  display: block;
}

.scroll-to-top {
  right: 1rem;
  bottom: 1rem;
  position: fixed;
}

.footer-menu .navbar-nav {
  margin-left: auto;
  align-self: center;
}

.footer-menu .nav-link-icon {
  display: none;
}

.footer {
  background-color: var(--semi-white);
  padding-top: 3.15rem;
  padding-bottom: 1.95rem;
  font-size: 1.1rem;
}

.footer-menu .nav-link {
  font-family: "Klavika";
  font-weight: 300;
  font-size: 1.1rem;
  text-align: left;
  color: var(--light-blue-variant);
}

.header .navbar-nav {
  margin-left: auto;
}

.footer-menu .nav-item.active .nav-link {
  font-weight: 500;
  color: var(--dark-blue-variant);
}

.footer-copyright {
  font-family: Klavika;
  font-weight: 300;
  font-size: 1.1rem;
  text-align: left;
  color: #000;
}

.footer-social .btn {
  height: 40px;
  width: 40px;
  line-height: 1em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-blue-variant);
}

.footer-social .btn:hover,
.footer-social .btn:focus,
.footer-social .btn:active {
  background-color: var(--light-blue-variant);
}

.texto-22-40 {
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: justify !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.bolhas-home {
  width: 64px;
  height: 64px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bolhas-home .card-img-top {
  width: auto;
  height: 36px;
}

.card-title,
.card-body {
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.2em;
  color: #000;
}

.card-title {
  font-weight: bold;
  color: var(--dark-blue-variant);
}

.card-body {
  font-weight: normal;
}

.nossos-numeros {
  text-align: center;
}

.nossos-numeros .numeros {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nossos-numeros .numero-wrapper {
  margin-bottom: 1rem;
  text-align: center;
}

.nossos-numeros .numero-botao {
  width: 75%;
  background: linear-gradient(#367bb4 0%, #075ba0 100%);
  border: 5px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  transition: background 0.3s;
}

.nossos-numeros .numero-botao:hover {
  background: linear-gradient(#075ba0 0%, #367bb4 100%);
}

.nossos-numeros .numero {
  margin-right: 5px;
}

.nossos-numeros .descricao {
  font-weight: 500;
  font-size: 1rem;
  color: var(--dark-blue-variant);
  text-transform: uppercase;
  margin-top: 10px;
}

.js-btn.btn-next-year,
.js-btn.btn-prev-year,
.js-btn.btn-next-month,
.js-btn.btn-prev-month {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.nav-link [class*="icone-legismap-"],
.nav-link [class^="icone-legismap-"] {
  margin-right: 0.5em;
}

.module>.inner {
  position: relative;
}

#legismapsite-above-under {
  padding: calc(var(--bs-gutter-x) * 1) 0;
}

#legismapsite-below-upper {
  background-color: #f5f5f5;
  padding: 30px 0;
  margin: 0;
}

.header .navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.section-legismapsite-below .module-title {
  background-color: var(--light-blue-variant);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: var(--bs-gutter-x) 0;
}

#legismapsite-price-plans .module-title {
  background-color: #f5f5f5;
  padding-top: calc(var(--bs-gutter-x) * 1);
  padding-bottom: 14.4rem;
  text-align: center;
  position: relative;
  font-family: Klavika;
  font-weight: 500;
  font-size: 2.5rem;
  color: #0f6bb6;
  margin-bottom: 1.25rem;
}

#legismapsite-price-plans .module-content {
  margin-top: -14.4rem;
  z-index: 2;
  position: relative;
}

#legismapsite-price-plans h4 {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 2.5rem;
  text-align: center;
  color: #000;
  margin-bottom: 2.5rem;
}

#legismapsite-price-plans .plans-card ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

#legismapsite-price-plans .plans-card ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  padding-right: 3rem;
  position: relative;
}

#legismapsite-price-plans .plans-card ul li::before {
  display: block;
  position: absolute;
  margin-right: 1rem;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  left: 3rem;
  top: 1rem
}

#legismapsite-price-plans .plans-card ul li.inactive {
  background: none;
}

#legismapsite-price-plans .plans-card ul li.inactive::before {
  display: none;
}

#legismapsite-price-plans .plans-card ul li:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.08);
}

#legismapsite-price-plans .plans-card ul li p {
  margin-bottom: 0;
}

.blog .page-header {
  padding: 0.5rem 0;
}

.blog .page-header h2,
.blog .page-header h2 a {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  color: #053989;
  text-transform: uppercase;
  margin: 0;
}

.blog .page-header h2 a:hover,
.blog .page-header h2 a:focus,
.blog .page-header h2 a:active {
  text-decoration: underline;
  color: var(--light-blue-variant);
}

.item-image {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}

.article-info {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 0.85rem;
  text-align: left;
  color: #1c1c1c;
  padding: 0.5rem 0;
  margin: 0;
}

.content-introtext {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 1rem;
  text-align: left;
  color: #1c1c1c;
  padding: 0.5rem 0;
  margin: 0;
}

.btn.btn-bottom-bordered {
  --bs-btn-border-radius: 0;
  --bs-btn-color: #053989;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #053989;
  --bs-btn-hover-color: #053989;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #053989;
  border-left: 0;
  border-right: 0;
  border-bottom: 1x solid #053989;
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.btn.btn-bottom-bordered:hover,
.btn.btn-bottom-bordered:focus,
.btn.btn-bottom-bordered:active {
  --bs-btn-color: var(--light-blue-variant);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--light-blue-variant);
  --bs-btn-hover-color: var(--light-blue-variant);
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: var(--light-blue-variant);
}

.page-link {
  --bs-pagination-color: #053989;
  --bs-pagination-active-bg: #053989;
  --bs-pagination-active-color: #fff;
  --bs-pagination-disabled-color: #053989;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-opacity: 1;
  --bs-pagination-link-color: #053989;
  --bs-pagination-active-border-color: #053989;
}

.blog-item,
.position-artigos-e-noticias .card {
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}

.module-title.diario,
.module-title.decisoes {
  color: #fff;
}

.module-title.decisoes::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #fff url('../images/balance.png') no-repeat center center / auto 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  margin-right: 2rem;
}

.module-title.diario::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #fff url('../images/open-book.png') no-repeat center center / auto 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  margin-right: 2rem;
}

.module-title.decisoes::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #0F6BB6;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.module-title.diario::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #0F6BB6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section-decisoes-e-diario {
  position: relative;
  overflow: hidden;
}

.section-decisoes-e-diario .module-content,
.section-decisoes-e-diario .module-title {
  padding: 1rem;
}

.section-decisoes-e-diario {
  overflow-x: hidden;
}

.section-decisoes-e-diario .module-title {
  font-family: 'Klavika';
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.module-position-footer {
  padding-bottom: 1.95rem;
  font-size: 1rem;
  align-self: flex-start;
  padding-top: 0;
}

.more-articles .btn {
  background-color: transparent;
  border: 0;
  font-family: Klavika;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  text-transform: none;
  border-bottom: 3px solid #fff;
}

.more-articles .btn:hover,
.more-articles .btn:focus,
.more-articles .btn:active {
  background-color: #fff;
  border: 0;
  color: var(--light-blue-variant);
  border-bottom: 3px solid var(--light-blue-variant);
}

.mod-articleslatest.latestnews.mod-list,
.legismapdiariosoficiaisrecentes-articles {
  list-style: none;
  padding-left: 0;
}

.mod-articleslatest.latestnews.mod-list li,
.legismapdiariosoficiaisrecentes-articles li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.mod-articleslatest.latestnews.mod-list li a,
.legismapdiariosoficiaisrecentes-articles a {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  color: #053989;
  text-decoration: none;
  text-transform: uppercase;
}

.mod-articleslatest.latestnews.mod-list li a:hover {
  text-decoration: underline;
}

.blog-item .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: var(--bs-gutter-x);
  border-radius: 12px;
}

.blog-item .item-content .readmore {
  margin-top: auto;
}

.module-position-colunistas .module-title {
  position: relative;
  color: #fff;
  padding: 2rem;
  font-family: 'Klavika';
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-position-colunistas .module-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #fff url('../images/blog.png') no-repeat center center / auto 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  margin-right: 2rem;
}

.module-position-colunistas .module-title::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0F6BB6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.module-position-colunistas .module-content {
  position: relative;
  z-index: 2;
  margin-top: -15rem;
}

.module-position-colunistas .colunista {
  margin-bottom: 3rem;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #000;
  line-height: 1.2em;
}

.module-position-colunistas .colunista>.inner {
  padding: 2rem;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  height: 100%;
}

.module-position-colunistas .intercodecolunistas {
  padding-top: 3rem
}

.module-position-colunistas .colunista .colunistas-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.module-position-colunistas .colunista .colunistas-items .item {
  padding: 0.5rem 0;
}

.module-position-colunistas .colunista .colunista-image .img {
  width: 100%;
}

.module-position-colunistas .colunista {
  margin-top: 3rem;
}

.module-position-colunistas .colunista .colunista-image {
  margin-top: -6rem;
}

.module-position-colunistas .colunista .colunista-image,
.com-content-category-blog .category-image,
.com-content-categories.categories-list .category-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.module-position-colunistas .colunista .colunista-name .name {
  font-weight: bold;
  color: #053989;
  margin-top: 2.5rem;
}

.module-position-colunistas .colunista .readcontent {
  text-align: right;
}

.module-position-colunistas .colunista .readcontent a {
  font-family: "Klavika";
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  color: #0f6bb6;
  border-bottom: 1px solid #0f6bb6;
  text-decoration: none;
  line-height: 1.5em;
  display: inline-block;
  text-align: right;
}

.com-content-category-blog.blog>.page-header h1,
.com-content-category-blog.blog>.page-header h2,
.com-content-categories.categories-list>.page-header h1,
.com-content-categories.categories-list>.page-header h2 {
  padding: 0;
  position: relative;
  font-family: "Klavika";
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  color: #fff;
  text-align: center;
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
  display: table;
  margin: auto;
}

.com-content-category-blog.blog>.page-header,
.com-content-categories.categories-list>.page-header {
  padding: var(--bs-gutter-x) 0;
  position: relative;
  font-family: "Klavika";
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
  display: block;
}

.com-content-article.item-page>.page-header {
  padding: var(--bs-gutter-x) 0;
  position: relative;
  font-family: "Klavika";
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}

.com-content-category-blog.blog>.page-header:after,
.com-content-article.item-page>.page-header:after,
.com-content-categories.categories-list>.page-header:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0F6BB6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.com-content-category-blog.blog .blog-items {
  padding-top: calc(var(--bs-gutter-x) * 1);
  padding-bottom: 0;
}

.com-content-article.item-page>.page-header>h1,
.com-content-article.item-page>.page-header>h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  position: relative;
}

.com-content-article.item-page>.page-header>h1:after,
.com-content-article.item-page>.page-header>h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.header .dropdown-menu {
  top: 100%;
}

.header .offcanvas-body {
  justify-content: flex-end
}

p {
  text-overflow: ellipsis;
  overflow: hidden;
}

.com-content-article.item-page {
  text-align: justify;
  padding-bottom: 2rem;
}

.article-header h1,
.article-header h2,
.article-header h3,
.article-header h4,
.article-header h5,
.article-header h6 {
  font-family: 'Montserrat', sans-serif;
}

.normas-tool {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 1rem 1.2rem .7rem 1.2rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 8px;
	-ms-box-shadow: 0px 0px 12px .5px #dddadd;
	-o-box-shadow: 0px 0px 12px .5px #dddadd;
	box-shadow: 0px 0px 12px .5px #dddadd;
}

.normas-tool .btn2 {
  color: rgb(40, 111, 170);
  border: 0;
  background: none;
  text-align: center;
  margin-left: .2rem;
  margin-right: .2rem;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
}

.normas-tool .btn2:hover {
  color: black;
}
.article-header-tags-row,
.normas-tool-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
a.btn2 {
  padding-left: .4rem;
  padding-right: .4rem;
}

.custom-divider {
  display: none;
  width: 98%;
  color: rgba(171, 173, 165, 1);
  margin: auto;
  margin-bottom: 1.4rem;
}

.bookmark {
  font-weight: 100;
}

.bookmark,
.tag,
.generate-pdf,
#print-norm,
#go-back {
  display: block;
  margin-top: -6px;
}

.bookmark.active,
.tag.active,
#simple-send .active {
  color: rgba(254, 175, 106, 1);
}

#calendar2 {
  font-size: 1.2rem;
  margin-right: .2rem;
}

.is-flipped .choices__list--dropdown {
  z-index: 1000;
}

.add-to-bookmark-list {
  width: auto;
  position: absolute;
  top: 6.4rem;
  right: 3.2rem;
  padding: 1rem 1.4rem .7rem 1.4rem;
  color: rgba(15, 107, 182, 1);
  font-size: .9rem;
  background-color: white;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  -ms-box-shadow: 0px 0px 12px .5px #dddadd;
  -o-box-shadow: 0px 0px 12px .5px #dddadd;
  box-shadow: 0px 0px 12px .5px #dddadd;
  margin: auto;
}

#background-area,
#background-area-comments {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  padding-bottom: 100px;
  position: fixed;
  z-index: 9999;
  align-items: baseline;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
}

.box-content {
  margin: auto;
  position: relative;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2rem;
  background-color: white;
}

.box-footer {
  position: relative;
}

#tag-box .box-footer {
  padding-top: .8rem;
}

.box-tag-content,
#tag-box .box-body {
  max-height: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: scroll;
}

.box-footer span,
.box-tag,
#tag-box .box-header {
  margin-top: 2rem;
  display: block;
}

.box-search {
  position: relative;
}

.box-header hr,
.box-footer hr,
.box-tag hr,
.box-search hr,
#calendar-box hr {
  background: transparent;
  color: rgba(109, 156, 121, 1);
}

.box-footer>span,
.box-tag>span,
.box-header>span,
.box-search>span,
#calendar-box .title {
  color: rgba(13, 154, 214, 1);
  font-weight: 500;
  font-size: .95rem;
}

.box-body label {
  display: block;
}

.box-footer button {
  background-color: var(--azul-medio) !important;
  color: #ebeced;
  font-weight: bolder;
}

#tag-box,
#tag-box-2 {
  display: none;
  width: 300px;
}

.add-new-tag {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  background-color: rgba(127, 131, 133, 1) !important;
  color: #ebeced;
  border-radius: 0 !important;
  color: #ebeced !important;
  font-size: .8rem !important;
  font-weight: 700 !important;
  padding: .2rem 2rem !important;
  text-align: center !important;
}

.add-new-tag span {
  font-size: 1.2rem;
}

.add-tag-btn,
.tag-norma-btn {
  background-color: var(--azul-medio) !important;
  color: #ebeced !important;
  font-size: .8rem !important;
  font-weight: bold !important;
  border: none !important;
}

.tag-norma-btn {
  margin-top: 1rem;
}

.btn:hover {
  border-color: var(--bs-btn-hover-border-color);
}

#tag-box label,
#tag-box-2 label {
  width: 300px;
  cursor: pointer;
  font-size: .9rem;
  display: inline-flex;
}

#tag-box label>span:first-child,
#tag-box-2 label>span:first-child {
  display: none;
}

#tag-box label>span:nth-child(2),
#tag-box-2 label>span:nth-child(2) {
  margin-left: 10px;
}

#tag-box .box-tag label input[name="jform[tags_group]"],
#tag-box-2 .box-tag label input[name="jform[tags_group]"] {
  margin-right: 7px;
  margin-left: .6rem;
}

#tag-box .box-tag label span:nth-child(2),
#tag-box-2 .box-tag label span:nth-child(2) {
  float: right;
  display: none;
}

.tag-icon,
.section-icon {
  font-size: .7rem;
  margin-left: .2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, .4);
}

.tag-icon:first-child {
  margin-left: .8rem;
}

#tag-purple {
  background-color: purple;
}

#tag-red {
  background-color: red;
}

#tag-yellow {
  background-color: rgb(245, 231, 151);
}

#tag-blue {
  background-color: rgb(41, 117, 218);
}

#tag-green {
  background-color: green;
}

#tag-brown {
  background-color: brown;
}

#tag-pink {
  background-color: pink;
}

#tag-black {
  background-color: black;
}

.remove-tag-icon,
.edit-tag-icon,
.edit-section-icon {
  display: inline-flex;
}

.edit-tag-input,
.edit-section-input {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: .8rem;
  display: inline-flex;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.additional-style {
  font-weight: bolder;
}

#calendar-box {
  padding-top: 1rem;
  width: 400px;
  display: none;
}

#calendar-box ul {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  font-size: .9rem;
}

#norm-summary:focus {
  outline: none !important;
  box-shadow: none !important;
}

.box-footer button[name="jform[cancel_operation]"] {
  background-color: var(--bs-btn-bg) !important;
}

#insert-date {
  display: none;
}

.error-val-msg {
  color: red;
  font-size: .8rem;
}

.close-box,
.close-box-comments {
  position: absolute;
  right: 20px;
  top: 10px;
  border-radius: 50%;
  padding: .05rem .5rem;
  cursor: pointer;
  font-size: 1rem;
}

.close-box:focus,
.close-box-comments:focus {
  outline: none;
  box-shadow: none;
}

#tag-box .box-body::-webkit-scrollbar,
.box-tag-content::-webkit-scrollbar,
.tagged-normas .default-filter-wrapper.normas-header::-webkit-scrollbar,
#comments_box .child-comments::-webkit-scrollbar,
#comments_box_content::-webkit-scrollbar,
.comments_trail_wrapper::-webkit-scrollbar {
  width: 8px;
  height: 15px;
}

#tag-box .box-body::-webkit-scrollbar-thumb,
.box-tag-content::-webkit-scrollbar-thumb,
.tagged-normas .default-filter-wrapper.normas-header::-webkit-scrollbar-thumb,
#comments_box .child-comments::-webkit-scrollbar-thumb,
#comments_box_content::-webkit-scrollbar-thumb,
.comments_trail_wrapper::-webkit-scrollbar-thumb {
  background: linear-gradient(150deg, rgba(13, 110, 207, 0.48) 18%, #6e6a6a 77%);
  border-radius: 5px;
}

#tag-box .box-body::-webkit-scrollbar-thumb:hover,
.box-tag-content::-webkit-scrollbar-thumb:hover,
.tagged-normas .default-filter-wrapper.normas-header::-webkit-scrollbar-thumb:hover,
#comments_box .child-comments::-webkit-scrollbar-thumb:hover,
#comments_box_content::-webkit-scrollbar-thumb:hover,
.comments_trail_wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(13, 110, 207, 0.48);
}

#tag-box .box-body::-webkit-scrollbar-track,
.box-tag-content::-webkit-scrollbar-track,
.tagged-normas .default-filter-wrapper.normas-header::-webkit-scrollbar-track,
#comments_box .child-comments::-webkit-scrollbar-track,
#comments_box_content::-webkit-scrollbar-track,
.comments_trail_wrapper::-webkit-scrollbar-track {
  background: #e4dfdf;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 0px #adabab;
}

.magnifying-glass {
  width: 20px;
  height: auto;
  position: absolute;
  top: 3.8rem;
  right: 0.5rem;
  z-index: 1000;
}

.search-term-in-norm .magnifying-glass {
  top: 6px;
}

.itens-salvos .magnifying-glass {
  top: 0.4rem;
  right: 1.1rem;
}

.search-input-wrapper .form-group .row div:first-child .magnifying-glass {
  top: 6px;
  right: 1.1rem;
  cursor: pointer;
}

.search-instruction {
  color: red;
  font-size: .7rem;
}

.search-norms-btn,
.search-norms-btn-2,
.submit-newsletter,
.save-draft,
.create-section,
.add-section,
.send-comment,
.filter-by-tags,
.edit-date,
.new-date {
  padding-top: .36rem !important;
  padding-bottom: .36rem !important;
  border-radius: 1px !important;
  font-size: .7rem;
  border-radius: 5px !important;
}

.create-section:hover {
  background-color: #0A1F4B !important;
}

.edit-date {
  background-color: #c8d6d8 !important;
}

.clear-search,
.clear-search-2,
.clear-search-3,
.cancel-add-section {
  text-decoration: none !important;
  padding-top: .36rem !important;
  padding-bottom: .36rem !important;
  border-radius: 1px !important;
  font-size: .7rem;
  margin-left: 10px;
  border: 1px solid rgba(173, 173, 173, 1) !important;
  border-radius: 5px !important;
  color: white !important;
  background-color: rgba(173, 173, 173, 1) !important;
}

.clear-search:hover,
.clear-search-2:hover,
.clear-search-3:hover {
  background-color: rgb(139, 135, 135) !important;
}

.minhas-tags .clear-search,
.filter-tags-btn .clear-search,
.clear-search-3 {
  margin-left: 0;
}

.view-article .form-control,
.view-article .form-select {
  border-radius: 5px;
  border: 1px solid rgb(193, 195, 197) !important;
  position: relative;
  padding: .375rem .75rem;
  font-weight: normal;
  font-size: 0.8rem;
  text-align: left;
  z-index: 300;
  color: var(--medium-gray);
}

.view-article .form-control:focus,
.view-article .form-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.page-header-title h5 {
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  justify-content: flex-end;
}

.page-header-title h5>span:first-child {
  font-size: .9rem;
  font-weight: bold;
  visibility: hidden;
  color: var(--azul-medio);
}

.page-header-title h5 span:nth-child(2),
.page-header-title h5 span:nth-child(3) {
  order: 3;
}

.page-header-title h5 span:nth-child(3) {
  font-size: .8rem;
  font-weight: bold;
  margin-top: 5px;
  order: 2;
  color: var(var(--azul-medio));
}

.page-header-title h5 span:nth-child(2) span {
  color: white;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 2px;
  font-size: .8rem;
  line-height: 1.6;
}

.page-header-title hr,
.page-header-title-unlogged hr {
  color: #ccc;
}

.page-header-title span.badge {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.page-header-title span.badge i {
  margin-right: 5px;
}

.chosen-tag {
  background-color: rgba(235, 235, 235, 1);
  border-radius: 20px;
  height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  font-weight: bold;
}

.loading {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, .98);
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}

.await {
  width: 180px;
  height: auto;
  padding: 5px;
  margin: auto;
  top: 38vh;
  font-weight: bolder;
}

.animated-ellipsis {
  height: 100px;
  margin: auto;
  text-align: center;
  align-items: center;
  position: relative;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(247, 79, 96, 1);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.ui-widget-content {
  border: none !important;
}

.ui-widget.ui-widget-content {
  position: fixed;
  z-index: 10000;
  width: 550px !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog a {
  color: lightblue;
  font-weight: bolder;
}

.ui-dialog a:focus,
.ui-dialog a:visited {
  outline: none !important;
  box-shadow: none !important;
}

.ui-dialog .ui-dialog-buttonpane button {
  background-color: #0F6BB6;
  color: #FFFFFF;
  border: none;
  border-radius: 40px;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  width: auto;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none !important;
  display: flex !important;
  justify-content: center !important;
  font-family: "Montserrat", sans-serif;
}

.ui-dialog .ui-dialog-content {
  display: flex !important;
  justify-content: center !important;
  font-family: "Montserrat", sans-serif;
}

.ui-dialog-title {
  display: flex !important;
  justify-content: center !important;
  padding: 10px;
  width: 100%;
  color: #002A80;
  font-family: "Montserrat", sans-serif;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #0D4CA8;
}

#toasts {
  position: fixed;
  right: 20px;
  flex-direction: column;
  align-items: flex-end;
  bottom: 5rem;
  width: 350px;
  z-index: 10022;
}

.item-toast {
  background-color: #fff;
  padding: 1.8rem 1.7rem 1.5rem 1.7rem;
  border-radius: 5px;
  margin: 0.5rem;
  position: relative;
  font-weight: 600;
  font-size: 0.8rem;
}

.item-toast a {
  font-weight: 600;
  color: var(--dark-blue-variant);
}

.close-toast {
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
}

.com-content-category-blog.blog .readcontent .btn {
  color: #fff;
  border-color: #fff;
}

.component-section {
  padding: 1rem 0;
}

.module-name-finder .awesomplete>input {
  font-size: 1.1rem;
  border: 0 !important;
  background: #dedede;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1.75rem;
  border-bottom-left-radius: 1.75rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  height: 45px;
}

.module-name-finder .mod-finder__search.input-group {
  justify-content: center;
}

.module-name-finder {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.module-name-finder .btn {
  padding: 0.8rem 1.65rem;
}

.module-name-finder a {
  color: var(--white);
  color: rgba(6, 58, 138, 1);
  font-size: 1.5rem;
  line-height: 1.5em;
}

.module-name-finder .advanced-finder-link {
  text-align: center;
  display: flex;
  justify-content: center;
}

.com-finder__tips.card .card-body {
  font-size: 0.8rem;
}

.com-finder__tips.card {
  background: #ffd;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.com-finder .filter-branch {
  display: flex;
  margin: 0;
  padding: calc(var(--bs-gutter-x) / 2) 0;
  background: #f8f9fa;
  width: 100%;
}

.com-finder .filter-branch .control-group {
  padding: 0 calc(var(--bs-gutter-x) / 2);
}

.com-finder .filter-branch .control-group .control-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

#legismapsite-performance .module-title {
  font-family: "Klavika", "Montserrat", "Arial", "Helvetica", "sans-serif";
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--dark-blue-variant);
  text-align: center;
  padding: 1em;
}

#legismapsite-performance .card {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  border-radius: 2.8125rem;
  -webkit-border-radius: 2.8125rem;
  -moz-border-radius: 2.8125rem;
  -ms-border-radius: 2.8125rem;
  -o-border-radius: 2.8125rem;
  padding: 2.5rem 2.5rem;
}

#legismapsite-performance .card ul li {
  line-height: 1.25rem;
  padding: 0.5em 0;
}

.text-green {
  color: #3C9538;
}

.nav-link.text-hidden .image-title {
  display: none;
}

.back-to-top-link i {
  line-height: 50px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

#back-top {
  z-index: 9999999;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

table td,
table th {
  border: 1px solid #000;
  padding: 1rem;
}

.tags.list-inline .btn ,
.tags.list-inline .label.label-info {
  --bs-btn-bg: rgb(13, 202, 240);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  border-radius: 4px;
  background-color: var(--bs-btn-bg);
  font-weight: 500;
}

.section-artigos-e-noticias {
  overflow: hidden;
  position: relative;
  padding-bottom: 3.6rem;
}

.position-artigos-e-noticias .module-title {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin-bottom: 3.6rem;
}

.position-artigos-e-noticias .module-title::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff url('../images/marketing.png') no-repeat center center / auto 50%;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.08));
  position: relative;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 0.5rem;
}

.position-artigos-e-noticias .module-title::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0F6BB6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.position-artigos-e-noticias .module-title span {
  display: inline-block;
}

.columnist-title-wrapper {
  padding: 1rem;
}

.badge.bg-info {
  --bs-badge-border-radius: 4px;
  font-weight: 400;
  color: #000;
}

.image-wrapper {
  overflow: hidden;
}

.columnist-image img {
  width: 100% !important;
  height: auto !important;
}

.view-contactform .page-header h1 {
  font-family: "Klavika";
  font-size: 2.5rem;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: var(--light-blue-variant);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.5rem;
}

.view-contactform #contact-form a {
  color: var(--dark-blue-variant);
  text-decoration: underline;
}

.view-contactform .demo-request {
  font-size: 25px;
  cursor: default;
}

.view-contactform label {
  font-size: .8rem;
}

.view-contactform .custom-row {}

.view-contactform .custom-row-2 {
  padding-left: 1rem;
  margin-bottom: 20px;
}

.view-contactform .form-control {
  font-size: .85rem;
  padding: .754rem 1rem;
  margin-bottom: 10px;
}

.view-contactform .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

.view-contactform .contact_form {
  border: 1px solid lightgrey;
  border-radius: 12px;
}

.view-contactform .suspended-title-box {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -45px;
}

.view-contactform .suspended-title-box .btn-primary {
  background-color: white;
  border: 3px solid black;
  color: black;
  font-weight: bold;
}

.view-contactform .suspended-title-box-2 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  margin-left: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -45px;
}

.view-contactform .suspended-title-box-2.informacoes {
  width: 270px;
}

.view-contactform .contact_form form fieldset {
  border: 1px solid lightgrey;
  border-radius: 12px;
  padding: 20px;
}

.view-contactform .contact_form .contact-info {
  font-weight: bold;
  color: rgb(109, 103, 103);
}

.view-contactform span.validation-msg {
  color: red;
  font-size: .65rem;
  margin-left: 15px;
}

.view-contactform label[for="objetivo"] span.validation-msg {
  margin-left: 0;
}

.view-contactform label[for="objetivo"] {
  display: none;
}

.view-contactform .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.3rem;
}

.view-contactform .form-check-label {
  padding-left: 0;
}

.view-contactform .request-demo-instructions {
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: bold;
  color: rgb(109, 103, 103);
}

.view-contactform .request-demo-instructions .font-custom-instructions {
  font-size: 1.7rem;
}

.view-contactform .request-demo-instructions .font-custom-features {
  font-size: 1.5rem;
}

.view-contactform .request-demo-instructions .font-custom-features i {
  color: var(--light-blue-variant);
}

.view-contactform .g-recaptcha {
  margin-right: 20px;
}

#system-message-container {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 10000;
}

joomla-alert[type="warning"] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.view-contactform .contact-artwork {
  margin-top: 10%;
  margin-bottom: 5%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

label {
  font-size: 1.375rem;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.section-legismap-revista-opiniaoseg {
  position: relative;
  overflow: hidden;
}

.position-artigos-e-noticias .card {
  border: 0;
}

.position-artigos-e-noticias .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: var(--bs-gutter-x);
  border-radius: 12px;
  border: 0;
}

.com-content-category-blog.blog>h1 {
  padding: var(--bs-gutter-x) 0;
}

.category-desc {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.border-bottom-dark-blue {
  border-bottom-color: var(--dark-blue-variant) !important
}

.border-top-dark-blue {
  border-top-color: var(--dark-blue-variant) !important
}

.border-left-dark-blue {
  border-left-color: var(--dark-blue-variant) !important
}

.border-right-dark-blue {
  border-right-color: var(--dark-blue-variant) !important
}

.border-light-blue {
  border-color: var(--light-blue-variant) !important
}

.border-bottom-light-blue {
  border-bottom-color: var(--light-blue-variant) !important
}

.border-top-light-blue {
  border-top-color: var(--light-blue-variant) !important
}

.border-left-light-blue {
  border-left-color: var(--light-blue-variant) !important
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
}

.border-bottom-6 {
  border-bottom-width: 6px !important;
}

.border-bottom-7 {
  border-bottom-width: 7px !important;
}

.border-bottom-8 {
  border-bottom-width: 8px !important;
}

.border-bottom-9 {
  border-bottom-width: 9px !important;
}

.border-bottom-10 {
  border-bottom-width: 10px !important;
}

.border-left-1 {
  border-left-width: 1px !important;
}

.border-left-2 {
  border-left-width: 2px !important;
}

.border-left-3 {
  border-left-width: 3px !important;
}

.border-left-4 {
  border-left-width: 4px !important;
}

.border-left-5 {
  border-left-width: 5px !important;
}

.border-left-6 {
  border-left-width: 6px !important;
}

.border-left-7 {
  border-left-width: 7px !important;
}

.border-left-8 {
  border-left-width: 8px !important;
}

.border-left-9 {
  border-left-width: 9px !important;
}

.border-left-10 {
  border-left-width: 10px !important;
}

.border-top-1 {
  border-top-width: 1px !important;
}

.border-top-2 {
  border-top-width: 2px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.border-top-4 {
  border-top-width: 4px !important;
}

.border-top-5 {
  border-top-width: 5px !important;
}

.border-top-6 {
  border-top-width: 6px !important;
}

.border-top-7 {
  border-top-width: 7px !important;
}

.border-top-8 {
  border-top-width: 8px !important;
}

.border-top-9 {
  border-top-width: 9px !important;
}

.border-top-10 {
  border-top-width: 10px !important;
}

.border-right-1 {
  border-right-width: 1px !important;
}

.border-right-2 {
  border-right-width: 2px !important;
}

.border-right-3 {
  border-right-width: 3px !important;
}

.border-right-4 {
  border-right-width: 4px !important;
}

.border-right-5 {
  border-right-width: 5px !important;
}

.border-right-6 {
  border-right-width: 6px !important;
}

.border-right-7 {
  border-right-width: 7px !important;
}

.border-right-8 {
  border-right-width: 8px !important;
}

.border-right-9 {
  border-right-width: 9px !important;
}

.border-right-10 {
  border-right-width: 10px !important;
}

.mod-articles-category-readmore {
  margin-bottom: 0;
}

.colunista-item.list-group-item a {
  display: flex;
}

.mod-articles-category-title {
  position: relative;
  font-family: "Klavika";
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--dark-blue-variant);
  line-height: 1.2;
  text-transform: uppercase;
}

.mod-articles-category-title:hover,
.mod-articles-category-title:focus,
.mod-articles-category-title:active {
  text-decoration: none;
  color: var(--light-blue-variant);
}

.mod-articles-category-introtext {
  font-size: 1rem;
  line-height: 1.5;
}

.owl-carousel.owl-theme {
  display: flex;
}

.owl-carousel.owl-theme .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.owl-carousel.owl-theme .item>div {
  width: 100%;
}

.owl-carousel.owl-theme .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
  border: 1px solid var(--light-blue-variant);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: var(--light-blue);
}

.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 5rem;
  color: var(--azul-claro);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.owl-carousel.owl-theme .owl-nav button {
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1.5em;
  color: var(--dark-blue-variant);
  transition: color 0.3s ease;
  height: auto;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next {
  font-size: 2.5rem;
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.owl-carousel.owl-theme .owl-nav button:hover {
  color: var(--light-blue);
}

.owl-carousel.owl-theme .owl-nav .owl-prev:before,
.owl-carousel.owl-theme .owl-nav .owl-next:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: inherit;
}

.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme button.owl-dot {
  background-color: transparent;
  border: none;
  color: var(--dark-blue-variant);
  line-height: 1.5em;
  cursor: pointer;
}

.owl-carousel.owl-theme .owl-nav {
  pointer-events: none;
}

.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  pointer-events: all;
}

.legismapcarousel.highlight-center .owl-item.center .item {
  transform: scale(1.2);
  z-index: 1;
  transition: transform 0.3s ease;
}

.legismapcarousel.highlight-center .owl-item .item {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.legismapcarousel .owl-carousel {
  overflow: visible;
}

.legismapcarousel .owl-item {
  overflow: visible;
}

.section-mockup-home {
  background: var(--light-blue-variant);
  padding-bottom: 3rem;
}

.section-mockup-home .legismapcarousel {
  background: transparent;
  border: 0;
}

.footer__login label {
  margin: 0;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
  padding: 0.5rem;
  border: 1px solid var(--light-gray);
}

.footer__login {
  font-size: 1.375rem;
}

.com-users-login__remember #remember {
  line-height: 1.35rem;
  margin-top: 0;
  margin-bottom: 0;
}

.view-login.user-group-public .navbar-brand {
  display: none;
}

.module-position-mockup-home .owl-carousel.owl-theme .owl-nav button.owl-prev,
.module-position-mockup-home .owl-carousel.owl-theme button.owl-dot {
  color: #fff;
}

.module-position-mockup-home .pmcontentgallery img {
  top: 0 !important;
  transform: none !important;
}

.pmcontentgallery .owl-theme .owl-nav.disabled {
  display: none;
}

.pm-modal-gallery .modal .btn-prev,
.pm-modal-gallery .modal .btn-next {
  background: rgba(255, 255, 255, 0.3) !important;
}

.section-a-plataforma {
  padding-top: 3rem;
  background-color: #0f6bb6;
}

.section-a-plataforma .module-title {
  color: #0f6bb6;
  text-align: center;
}

#back-top {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--light-blue);
  color: var(--semi-white);
  border: none;
  border-radius: 50%;
  padding: 12px 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 9999;
}

#back-top:hover {
  background-color: var(--medium-blue);
  color: var(--semi-white);
  box-shadow: 0 4px 10px rgba(63, 106, 179, 0.4);
}

#back-top i {
  font-size: 20px;
  color: inherit;
}

.section-slideshow-container .module-title::after {
  content: "";
  display: block;
  border-bottom: 4px solid #0f6bb6;
  width: 100px;
  margin-top: 4px;
}

.section-slideshow-container .module-title {
  font-weight: 400;
  text-transform: uppercase;
}

.section-slideshow-container .nav-link {
  color: #0f6bb6;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
}

.section-slideshow-container .nav-link:hover {
  color: #084d8a;
  text-decoration: underline;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0px;
}

.view-category .category-desc {
  padding: 2.25rem 0;
}
.com-content-article.item-page > .page-header > h1, .com-content-article.item-page > .page-header > h2 {
	margin-bottom: 0.5rem;
}

/* START: Regras da modal e box de informações do Simples Envio */
#simples-envio * {
  font-size: 16px;
}

#simples-envio h6 {
  font-size: 1rem;
}

#simples-envio .form-check {
  display: block;
}

#simples-envio .form-check-input[type="checkbox"],
#simples-envio .form-switch .form-check-input {
  padding: revert;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

#simples-envio .form-switch .form-check-input {
  border-radius: 2em;
}

#simples-envio .form-check-input[type="checkbox"]:focus,
#simples-envio .form-switch .form-check-input:focus {
	border-color: #86b7fe;
  box-shadow: none !important;
  outline: none !important;
}

#simples-envio .form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

#simples-envio label {
  padding-left: revert;
  line-height: revert;  
  margin-bottom: revert;
}

#simples-envio .form-label {
  margin-bottom: .5rem;
}

#simples-envio textarea {
  font-size: 0.8rem;
  line-height: 1.5;
  padding: .375rem .75rem;
  margin: 0;
}

#simples-envio .btn-primary {
  padding: 0.5rem 1.5rem;
}

#simples-envio .ui.area.label,
#simples_envio_norma .ui.area.label,
#simples-envio .ui.area.labels .label,
#simples_envio_norma .ui.area.labels .label {
  background-color: var(--azul-claro);
  border-color: var(--azul-claro);
  color: #fff;
  /* font-size: .85rem; */
  font-size: .85714286rem;
  min-width: 100%;
}

#simples-envio a.ui.label:hover,
#simples_envio_norma a.ui.label:hover,
#simples-envio a.ui.labels .label:hover,
#simples_envio_norma a.ui.labels .label:hover {
	background-color: var(--azul-claro); /* #e0e0e0 */
	border-color: var(--azul-claro); /* #e0e0e0 */
	background-image: none;
	color: #fff; /* rgba(0,0,0,.8) */
}

.badge-gmr,
.badge-simple-send {
  background-color: #3e9bc7;
  font-size: .6rem;
  cursor: pointer;
  margin-left: 10px;
}

.resposta-itens,
.resposta-item {
	border-bottom: solid lightgrey 1px;
}

.resposta-item {
  padding: 5px;
}

#simples_envio_comentarios {
  width: 60%;
  background-color: #eaf3fa;
  border: 1px solid lightgrey;
  border-top-right-radius: 30px;
  border-bottom: 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.simples-envio-title {
  color: #3c85be;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
}

#simples_envio_comentarios .icone-legismap-enviar {
  font-size: 14px !important;
  margin-right: 7px;
}

#simples_envio_comentarios details summary {
  list-style: none;
}

#simples_envio_comentarios details summary::-webkit-details-marker {
  display: none;
}

#simples_envio_comentarios .simples-envio-comment div {
  font-size: 15px;
  margin-top: 10px;
  margin-left: 16px;
}

#simples_envio_comentarios .simples-envio-sentby {
  font-size: 10px;
  font-style: italic;
}
/* END: Regras da modal e box de informações do Simples Envio */

/* ============================================
   Estilo Minimalista para Busca
   Design clean e moderno para formulário de pesquisa
   ============================================ */
.com-finder__search .form-inline > label{
  display: none;
}
.com-finder__search .form-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 900px;
  margin: 2rem auto;
}

.com-finder__search .form-inline label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  white-space: nowrap;
  margin: 0;
}

.com-finder__search .form-inline .input-group {
  display: flex;
  gap: 0.5rem;
  flex: 1;
}

.com-finder__search .form-inline .btn {
	border-radius: 8px !important;
}

.com-finder__search .form-inline .awesomplete {
  flex: 1;
  position: relative;
}

.com-finder__search .form-inline .js-finder-search-query {
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 0.9375rem;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #ffffff;
	transition: all 0.2s ease;
	color: #1e293b;
}

.com-finder__search .form-inline .js-finder-search-query:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.com-finder__search .form-inline .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.com-finder__search .form-inline .btn-primary {
  background: #3b82f6;
  color: #ffffff;
}

.com-finder__search .form-inline .btn-secondary {
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
}

.com-finder__search .form-inline .icon-search,
.com-finder__search .form-inline .icon-search-plus {
  font-size: 1rem;
}

/* Responsive - Design adaptável para mobile */
@media (max-width: 768px) {
  .form-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .com-finder__search .form-inline label {
    text-align: left;
  }
  
  .com-finder__search .form-inline .input-group {
    flex-direction: column;
  }
  
  .com-finder__search .form-inline .btn {
    width: 100%;
    justify-content: center;
  }
}
.section-component {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.com-tags__items {
	display: flex;
	flex-direction: column;
	gap: calc(var(--bs-gutter-x) * 0.5);
}
@media print {
  #header,
  .article-header,
  .normas-tool-row,
  #footer {
    display: none;
  }
}


