body {
  margin: 0;
  padding: 0;
  color: rgb(50, 50, 50);
  overflow-x: hidden;
  font-size: 15px;
  line-height: 20px;
  outline: 0;
  font-family: 'Roboto', sans-serif;
}

section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

footer {
  background-color: rgb(45, 45, 95);
  padding: 70px 40px;
  color: rgb(255, 255, 255);
}

footer h5 {
  font-size: 30px;
  font-weight: 900;
}

.icon-footer {
  color: rgb(255, 255, 255, .5);
  font-size: 30px;
  padding: 5px;
  transition: all .3s;
}

.icon-footer:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 30px;
  padding: 2px;
}

.btn-footer {
  padding: 30px 30px 25px 30px;
  border-radius: 16px;
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, .1);
}

.btn-footer:hover {
  color: rgba(255, 255, 255, .5);
}

.btn-footer svg {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

.btn-contato-footer {
  padding: 20px 20px 20px 40px;
  border-radius: 16px;
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, .1);
  display: block;
}

.btn-contato-footer svg {
  font-size: 16px;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 20px;
  top: 20px;
}

h1 img {
  height: 130px;
  padding: 40px 0 35px 0;
}

a {
  text-decoration: none;
  color: rgb(5, 50, 70);
}

a:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.padding5V {
  padding: 5px 0;
}

.summary {
  display: none;
}

.acessibilidade {
  margin: 10px 0;
}

.acessibilidade a {
  padding: 4px 12px 6px 15px;
  border-radius: 6px;
  border: 1px solid rgb(220, 220, 220);
}

.acessibilidade a:hover {
  background-color: rgb(220, 220, 220);
}

.acessibilidade a:last-child {
  border-right: 1px solid rgb(230, 230, 230);
}

.acessibilidade svg {
  color: rgba(45, 45, 95);
  font-size: 10px;
  padding: 0;
  transition: all .2s ease;
}

#midia img {
  width: 24px;
  padding: 8px 1px;
  transition: all .2s ease;
  opacity: .5;
  margin-top: 8px;
}

#midia img:hover {
  rotate: 360deg;
  opacity: 1;
}

.box {
  margin-top: 70px;
}

.box-voltar {
  position: relative;
  border-top: 1px solid rgb(230, 230, 230);
  margin-top: 60px;
  padding: 20px 0;
  text-align: right;
}

.box-voltar a {
  position: relative;
  font-size: 12px;
  padding: 8px 30px;
  top: -12px;
  right: 47%;
  border-radius: 20px;
  color: rgb(235, 50, 55);
  background-color: rgb(255, 255, 255);
}

.box-voltar a:hover {
  color: rgb(0, 0, 0);
}

.atalho {
  border: 2px solid rgb(255, 255, 255);
  background-color: rgb(45, 45, 95, .1);
  padding: 18px 25px;
  border-radius: 20px;
  height: 130px;
  display: block;
  text-align: center;
  transition: all .3s ease;
}

.atalho:hover {
  border: 2px solid rgb(235, 50, 55);
}

.atalho span {
  color: rgb(235, 50, 55);
  font-size: 34px;
  margin-bottom: 5px;
}

.atalho h4 {
  color: rgb(50, 50, 50);
  font-size: 16px;
  line-height: 18px;
  padding: 4px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.titulo {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  border-top: 1px solid rgb(230, 230, 230);
  border-left: 1px solid rgb(230, 230, 230);
  border-right: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(40, 20, 20);
}

.titulo span {
  position: absolute;
  top: 49px;
  left: 20px;
  width: 100px;
  height: 3px;
  margin-bottom: 10px;
  background-color: rgb(235, 50, 55)
}

.titulo-interno {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  height: 65px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(210, 210, 210);
}

.titulo-interno div:first-child {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.titulo-interno div:last-child {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: right;
}

.titulo-interno h2 {
  font-weight: 900;
  font-size: 14px;
  line-height: 70px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.titulo-transparencia {
  color: rgb(235, 50, 55);
  background-color: whitesmoke;
  border-radius: 12px;
  padding: 20px 0;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgb(210, 210, 210);
}

.padding-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.box-legislacao-home {
  background-color: rgb(255, 255, 255);
  display: block;
  height: 180px;
  overflow-y: auto;
  padding: 20px;
  border-radius: 8px;
  margin: 5px;
  border-bottom: 1px solid rgb(180, 180, 180);
  text-align: center;
}

.box-legislacao-home::-webkit-scrollbar {
  width: 8px;
}

.box-legislacao-home::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

.box-legislacao-home::-webkit-scrollbar-thumb {
  background-color: rgb(235, 50, 55);
  border-radius: 20px;
  border: 2px solid rgb(255, 255, 255);
}

.box-legislacao-home p {
  padding: 0 !important;
  margin: 0 !important;
}

.box-publicacao-home {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 20px 0;
}

.box-publicacao-home .icon-publicacao {
  display: inline-block;
  width: 80px;
  font-size: 38px;
  color: rgb(235, 50, 55);
}

.box-publicacao-home .texto-publicacao {
  display: inline-block;
  margin-left: -25px;
}

.imagem-lista img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
}

.box-lista {
  border: 1px solid rgb(220, 220, 220);
  border-radius: 12px;
  padding: 30px;
}

.box-lista h4 {
  padding: 10px 0;
  line-height: 24px;
}

.box-lista p {
  padding: 0;
  margin: 0;
}

.box-profissional {
  min-height: 220px;
}

.listagem-licitacao {
  position: relative;
}

.status-licitacao {
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 8px 20px;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.AB {
  background-color: rgb(80, 185, 15)
}

.EA {
  background-color: rgb(225, 190, 5)
}

.FI,
.FR,
.RE {
  background-color: rgb(190, 10, 5)
}

.lista-parceiro {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}

.parceiro {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  margin: 5px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.parceiro img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 60px;
}

.apresentacao {
  padding: 15px;
  word-break: break-all;
}

.border-left {
  border-left: 1px dashed rgb(210, 210, 210);
}

/*----- GALERIA DE FOTOS PADRÃO ----- */

.tns-outer {
  position: relative;
  overflow: hidden;
  border: 0px solid rgb(255, 255, 255);
}

.tns-controls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99 !important;
}


.tns-nav button {
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 4px 2px;
  background-color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(235, 50, 55);
  border-radius: 50px !important;
}

button.tns-nav-active {
  background-color: rgb(252, 82, 87) !important;
  border: 2px solid rgb(235, 50, 55) !important;
}

.tns-item img {
  border-radius: 8px;
  overflow: hidden;
}

.tns-item span {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.input-group-text {
  height: 42px !important;
}

input[type=file] {
  height: 72px !important;
}




/* ----- BANNER CAPA ----- */

.banner-capa {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  padding-top: -10px !important;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.banner-capa img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: auto;
  object-fit: cover;
  object-position: center;
  text-align: center !important;
  border-radius: 0 !important;
}

.banner-capa .frase h2 {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  padding: 20px;
}

.noticia-home {
  position: relative;
  padding: 1px !important;
}

.noticia-home img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.noticia-home h2 {
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, .75);
  padding: 20px;
  transition: all .3s ease;
  border-radius: 0 0 20px 20px;
}

.noticia-home h2:hover {
  padding: 40px 20px;
  background-color: rgb(0, 0, 0);
}

.noticia-home-menor {
  display: flex;
  align-items: center;
  align-content: center;
  text-align: left;
}

.noticia-home-menor img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 10px;
}

.noticia-home-menor h3 {
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.noticia-home-menor span {
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  display: block;
}

.tns-controls {
  z-index: 99 !important;
  position: absolute;
  top: 46%;
  width: 100%;
}

.tns-controls button {
  background-color: transparent !important;
  color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.tns-controls button:hover,
.tns-controls button:focus {
  background-color: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
}

.tns-controls button:first-child {
  border-left: 0 !important;
  padding-left: 10px !important;
  left: -10px;
  position: absolute;
  width: 5%;
}

.tns-controls button:nth-child(2) {
  border-left: 0 !important;
  padding-left: 10px !important;
  right: -10px;
  position: absolute;
  width: 5%;
}

.tns-controls button svg {
  color: rgb(45, 45, 95);
  font-size: 25px;
}





/*----- CALENDARIO -----*/

#calendario {
  height: auto;
  padding: 10px;
  overflow: hidden;
  max-height: 440px;
}

.responsive-calendar {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgb(230, 230, 230);
}

#calendario a:hover {
  text-decoration: none !important;
}

.fc-view .table {
  border: none !important;
}

.fc-view .table-bordered {
  border-right: 1px solid rgb(225, 225, 225);
  border-bottom: 1px solid rgb(225, 225, 225);
  border-top: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
}

.fc-day-header {
  line-height: 40px
}

.fc-day-number {
  padding: 5px;
}

.fc-day-grid-event .fc-time,
.fc-day-grid-event .fc-title {
  margin-left: 0px !important;
  display: none !important;
}

.today {
  background-color: rgb(55, 180, 50) !important;
  color: rgb(255, 255, 255) !important;
  border: none !important;
}

.no-work {
  background-color: rgb(240, 240, 240);
  border: none !important;
}

.work {
  background-color: rgb(23, 183, 232);
  color: rgb(255, 255, 255);
  border: none !important;
}

.cor-dia-1 {
  background-color: rgb(240, 240, 240);
  padding: 10px;
}

.cor-dia-2 {
  background-color: rgb(23, 183, 232);
  color: rgb(255, 255, 255);
  padding: 10px;
}

.dia-atual {
  background-color: rgb(55, 180, 50);
  color: rgb(255, 255, 255);
  padding: 10px;
}

.fc-event {
  font-size: 1em;
  line-height: 1.5em;
  padding: 6px 7px;
  border-radius: 60%;
  width: 1px;
}

.btn-group button {
  margin: 0 4px;
  color: rgb(255, 255, 255)
}

.fc-content {
  margin: 0 -11px 0 -11px !important;
}

.fc-today-button {
  display: none;
}

.fc-center h2 {
  text-transform: uppercase;
  font-size: 22px;
}

.glyphicon-chevron-left {
  content: ">" !important;
  display: block;
  width: 10px;
  height: 10px;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(50, 50, 50) !important;
}

.aviso {
  display: block !important;
}

#busca {
  position: relative;
}

form#form-busca {
  text-align: right;
}

#busca input {
  border: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(170, 170, 170);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  margin-top: 40px;
  height: 50px;
  font-size: 14px;
  line-height: 42px;
  padding: 13px;
  text-align: left;
  transition: all .5s ease;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

#busca button {
  background-color: rgb(235, 50, 55) !important;
  border-radius: 0 6px 6px 0 !important;
  border-bottom: 2px solid rgb(160, 25, 30) !important;
  border: 0;
  color: #FFF;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  transition: all .7s ease;
  position: absolute;
  top: 40px;
  right: 0;
}

#busca button:focus {
  background-color: rgb(195, 80, 5);
  border-bottom: 2px solid rgb(155, 65, 0) !important;
}

#busca input:focus {
  box-shadow: 0;
  outline: 0;
  width: 400px;
  border-bottom: 1px solid rgb(200, 200, 200);
}

.btn-padrao {
  padding: 10px 20px !important;
  font-size: 13px !important;
  line-height: 13px !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  border-radius: 20px !important;
  background-color: rgb(240, 240, 240) !important;
  transition: all .3s ease !important;
}

.btn-padrao:hover {
  background-color: rgba(45, 45, 95, .4) !important;
}

/* ----- ARQUIVOS ANEXOS ----- */

.docs-anexos-1 {
  border: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(45, 45, 95);
  padding: 10px 20px;
  margin-bottom: 8px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  text-align: left;
  transition: all 1s ease;
  position: relative;
}

.docs-anexos-1 svg {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  border-radius: 12px 0 12px 0;
  background-color: rgb(45, 45, 95);
  font-size: 36px;
  color: rgb(255, 255, 255) !important;
}

.docs-anexos-1 p {
  margin: 7px 10px 10px 30px;
  line-height: 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(50, 50, 50);
  font-weight: 900;
}

.docs-anexos-1 p small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  text-transform: uppercase;
}

.docs-anexos-1:hover {
  border: 1px solid rgb(230, 230, 230);
  background-color: rgb(45, 45, 95);
}

.docs-anexos-1:hover svg,
.docs-anexos-1:hover p {
  color: rgb(255, 255, 255);
}

.padding10T {
  padding-top: 10px;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}





/* ----- BUSCA ----- */

.padding-busca {
  padding: 15px;
  border-radius: 8px;
}

.btn-padrao-busca {
  padding: 8px 14px !important;
  border: 0 !important;
  border-radius: 20px !important;
  margin: 1px 5px 1px 1px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  height: 34px !important;
  background-color: rgb(248, 249, 250) !important;
  color: #000 !important;
}

.btn-padrao-busca svg {
  font-size: 12px !important;
}

.btn-padrao-busca:hover {
  background-color: #000 !important;
  color: #FFF !important;
}





/* ----- ICONES COMPARTILHAMENTO ----- */

.icone {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  padding: 7px 6px;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -1px;
  transition: all .3s ease;
  border: 2px solid transparent;
}

.icone:hover {
  color: rgb(120, 120, 120);
  background-color: #FFF;
  border: 2px solid rgb(220, 220, 220);
}

.icone:hover svg path {
  fill: rgb(120, 120, 120);
}

.icone-print {
  background-color: #000;
  margin-right: 20px;
}

.icone-twitter {
  background-color: #000;
}

.icone-whatsapp {
  background-color: #55B863;
}

.icone-facebook {
  background-color: #366EA7;
}

.icone-linkedin {
  background-color: #326BA4;
}

.rodape-whatsapp {
  color: #ffffff;
  width: 24px;
}

.texto-rodape p {
  margin: 0;
  padding: 0;
}





/* ----- FORMULARIO ----- */

form {
  text-align: left;
}

input,
select {
  border: 1px solid rgb(210, 210, 210);
  border-bottom: 1px solid rgb(160, 160, 160);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  padding: 13px;
  text-align: left;
  transition: all .5s ease;
}

input[type=radio],
input[type=checkbox] {
  border: 1px solid rgb(210, 210, 210);
  border-bottom: 1px solid rgb(160, 160, 160);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
  height: 14px !important;
  font-size: 14px;
  line-height: 10px !important;
  padding: 0 !important
}

input:focus {
  background-color: rgb(230, 230, 230) !important;
}

.box-agendamento {
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 60px;
}

.img-inativacao img {
  width: 98% !important;
  height: 50% !important;
}

.consulta-agendamento {
  padding: 30px;
  text-align: center;
}

.empty {
  text-align: center;
  font-weight: 900px;
  padding: 30px;
}

.accordion h5 {
  padding: 0 !important;
  border: 0 !important;
}

.accordion h5 button {
  color: rgb(255, 255, 255) !important;
  padding: 5px 15px !important;
  border: 0 !important;
}

.accordion-button {
  height: 50px !important;
  background-color: rgb(45, 45, 95) !important;
  border: 0 !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 45, 95, 0.25);
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  padding: 17px 15px !important;
  margin: 0 !important;
}





/* ----- MENU ----- */
/* 
.menu {
  z-index: 99;
  margin: 0;
  background-color: rgb(45, 45, 95) !important;
}

.dynamika-menu-ul-root {
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}




.dynamika-menu-li-root {
  z-index: 90;
  height: 60px;
  flex-direction: row !important;
  align-items: center;
  background-color: rgb(45, 45, 95) !important;
  border-right: 1px solid rgba(255, 255, 255, .4);
}

.dynamika-menu-li-root:first-child {
  border-left: 1px solid rgba(255, 255, 255, .4);
}

.dynamika-menu-a-root {
  color: rgb(255, 255, 255);
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 60px;
  z-index: 70;
}

.dynamika-menu-li-root:hover,
.dynamika-menu-li-root:hover a {
  color: rgb(255, 255, 255);
}

.dynamika-menu-li-root:hover> :first-child {
  background-color: rgb(10, 10, 60);
}


.dynamika-menu-span-items {
  padding: 30px 30px 40px 30px;
  text-align: left;
  transition: all .2s ease;
  z-index: 60 !important;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  /* background-color: rgb(10, 10, 60); */

/* 
.dynamika-menu-span-sub {
  min-width: 28% !important;
}

.dynamika-menu-span-sub h3 {
  color: rgb(255, 255, 255);
  font-size: 13px !important;
  font-weight: bold;
  text-transform: uppercase;
}

.dynamika-menu-span-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dynamika-menu-span-sub ul li {
  list-style-type: disc;
  margin-left: 13px;
  margin-right: 13px;
  color: rgb(255, 255, 255);
}

.dynamika-menu-span-sub a {
  color: rgba(0, 0, 0, .8);
  padding: 5px 10px 5px 0;
  display: block;
  font-size: 13px;
}

.dynamika-menu-span-sub a:hover {
  color: rgb(235, 50, 55);
} */








/* ----- MENU ----- */
/* ----- MENU ----- */

.menu {
  margin: 0;
  z-index: 99;
  background-color: rgb(45, 45, 95) !important;
}

.dynamika-menu-nav-forest ul {
  margin: 0;
  padding: 0;
  z-index: 2;
}

.dynamika-menu-li-root {
  z-index: 1 !important;
  max-width: 100%;
  justify-content: center !important;
  margin-top: 0;
  position: relative;
  display: flex !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dynamika-menu-a-root,
.dynamika-menu-a-root:hover {
  height: 60px;
  align-items: center !important;
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center !important;
  border-right: 1px solid rgba(255, 255, 255, .2);
  font-weight: 600;
}

.dynamika-menu-a-root:first-child {
  border-left: 1px solid rgba(255, 255, 255, .4);
}

.dynamika-menu-span-items {
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60.5px !important;
  left: 0;
  width: 230px;
  background-color: rgb(10, 10, 60);
  z-index: 99 !important;
  pointer-events: none;
  padding: 2px 2px 12px 2px;
  text-align: left;
  z-index: 60 !important;
}

.dynamika-menu-li-root:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(10, 10, 60);
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background-color: rgb(10, 10, 60);

}

.dynamika-menu-li-link {
  position: relative;
}

.dynamika-menu-span-sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.dynamika-menu-span-sub ul {
  width: 100% !important;
  padding: 3px !important;
}

.dynamika-menu-span-sub ul > *{
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

.dynamika-menu-span-sub li,
.dynamika-menu-span-sub ul li a {
  width: 100% !important;
  min-height: 60px !important;
  display: flex;
  align-items: center;
}

.dynamika-menu-span-sub ul li:hover a, .dynamika-menu-span-sub:hover>a h3 {
  color: rgb(235, 50, 55);
}

.dynamika-menu-span-sub ul li:last-child li{
  border-bottom: none;
}


.dynamika-menu-span-sub h3 {
  text-align: left;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 13px;
  padding: 25px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.062);
}

.dynamika-menu-span-sub ul li a:hover,
.dynamika-menu-span-sub a:hover h3 {
  color: rgb(235, 50, 55) !important;
}


.dynamika-menu-span-sub a+ul {
  display: none;
}

.dynamika-menu-span-sub:hover a+ul {
  display: block;
  position: absolute;
  top: -2px;
  left: 101.5%;
  background-color: rgb(10, 10, 60);
  width: 230px;
}

.dynamika-menu-span-sub ul {
  padding: 0px 10px;
}

.dynamika-menu-li-link {
  list-style: none;
  margin-left: 0px;
  padding: 2px;
}

.dynamika-menu-a-link {
  display: block;
  text-align: left !important;
  padding: 15px;
  text-decoration: none !important;
  color: rgb(255, 255, 255);
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.062);
}

.dynamika-menu-a-link:hover {
  text-decoration: none !important;
  color: #FFF !important;
}



/* ----- BOOTSTRAP ----- */

.bg-light {
  background-color: rgb(230, 230, 230) !important
}

.bg-primary {
  background-color: rgb(45, 45, 95, .1) !important
}

.bg-secondary {
  background-color: rgba(45, 45, 95, .2) !important
}

.bg-info {
  background-color: rgba(23, 183, 232, .5) !important
}

.bg-warning {
  background-color: rgba(255, 100, 0, .15) !important
}

.bg-danger {
  background-color: #b80000 !important
}

.bg-success {
  background-color: rgb(110, 165, 75) !important
}

.bg-branco {
  background-color: rgb(255, 255, 255) !important
}

.text-light {
  color: rgb(230, 230, 230) !important
}

.text-primary {
  color: rgb(235, 50, 55) !important
}

.text-secondary {
  color: #a344e6 !important
}

.text-info {
  color: #c9d376 !important
}

.text-warning {
  color: rgb(229, 194, 24) !important
}

.text-danger {
  color: #b80000 !important
}

.text-success {
  color: rgb(0, 141, 54) !important
}

.text-white {
  color: #FFF !important
}

.text-dark {
  color: #000 !important
}

.btn {
  padding: 5px 20px;
  color: rgb(255, 255, 255);
  border: 0 !important
}

.btn:hover {
  color: #FFF !important
}

.btn-outline-primary {
  border-color: rgb(15, 93, 145);
  color: rgb(23, 183, 232)
}

.btn-outline-secondary {
  border-color: rgb(23, 183, 232);
  color: rgb(15, 93, 145)
}

hr {
  margin: 15px 0;
}

.summary {
  margin-bottom: 20px
}

.btn {
  box-shadow: none !important;
  text-shadow: none !important;
}

.accordion {
  margin: 10px 0;
}

.accordion .card-header {
  padding: 5px;
}

.accordion p {
  margin: 0;
}

.card-header h5 {
  margin: 0;
  padding: 0;
  font-family: 'FuturaBold', sans-serif;
}

.card-header h5 button:hover {
  background-color: transparent !important;
}

.nav-tabs li {
  border-top: 1px solid rgb(220, 220, 220);
  border-right: 1px solid rgb(220, 220, 220);
  border-left: 1px solid rgb(220, 220, 220);
  margin-left: 2px;
  border-radius: 6px 6px 0 0;
}

.nav-tabs li:first-child {
  margin-left: 10px;
}

.pagination li {
  text-align: center;
  padding: 1px;
  margin: 2px;
  border-bottom: 2px solid color(15, 93, 145);
}

.pagination li a {
  padding: 5px 15px;
  transition: all .2s ease;
}

.pagination li:hover,
.pagination li.active {
  border-bottom: 2px solid rgb(23, 183, 232);
}

.pagination li:first-child,
.pagination li:last-child {
  border-bottom: none;
  padding: 5px 15px;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.text-justify {
  text-align: justify;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 11px !important;
  line-height: 65px;
}

.material-symbols-outlined.acesso-rapido-capa {
  font-size: 3.6em;
}

#whatsapp {
  position: fixed;
  bottom: 15px;
  right: 50px;
  display: inline-block;
  width: 70px;
  z-index: 999;
  transition: all 500ms;
}

#whatsapp:hover {
  transform: scale(1.3);
  filter: brightness(115%);
}



/*----- SCROLL PARA O TOPO -----*/

.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 35px;
  background-color: rgb(235, 50, 55) !important;
  padding: 9px;
  line-height: 16px !important;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 16px !important;
  padding: 0;
  margin: 0;
}

.scrollTop:hover {
  background-color: rgb(255, 100, 0);
}





.box-subcategorias {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.box-subcategorias a:hover button {
  background-color: rgb(71, 104, 49) !important;
}

.container-not-found {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enabled {
  top: 70% !important;
}

#responsavel img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#responsavel .apresentacao {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject {
  font-size: 13px !important;
  font-weight: 900 !important;
  background-color: rgb(45, 45, 95) !important;
  transition: all .3s ease !important;
}

.modal-header {
  background-color: rgb(45, 45, 95);
  color: rgb(255, 255, 255) !important;
}

.material-maior {
  font-size: 40px !important;
  padding: 20px;
  border-radius: 50%;
  margin-top: 10px;
  color: rgb(235, 50, 55);
}

.padding-atendimento {
  padding: 8px 0;
}

.box-transparencia-categoria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.transparencia-block {
  background-color: whitesmoke;
  border-style: solid;
  border-width: 7px;
  border-color: #FFF;
  padding: 20px;
  border-radius: 15px;
  color: black;
  cursor: pointer;
}

.transparencia-right span {
  color: whitesmoke;
  border-radius: 50%;
  padding: 10px;
  background-color: #EC3238;
  font-size: 40px;
  margin-left: 8px;
  text-align: center;
  width: 60px;
  height: 60px;
}

.transparencia-left h5 {
  color: black;
  margin: 0;
  margin-bottom: 2px;
  font-family: Saans, Arial, sans-serif;
}

.transparencia-left p {
  color: #464646;
  font-size: 10pt;
  letter-spacing: 0;
  line-height: 1.2;
}

.transparencia-left p span {
  font-weight: bold;
}

.transparencia-list {
  font-size: 13px;
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

.transparencia-list li a {
  color: #464646;
}

.transparencia-list li:hover a {
  text-decoration: underline;
  color: #EC3238;
}

.busca {
  background-color: whitesmoke;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(220, 220, 220);
}

.list-icone {
  background-color: #EC3238;
  border-radius: 50%;
  padding: 5px;
  color: whitesmoke;
}

/*----- BOX TRANSPARÊNCIA ----- */

.box-transparencia {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.transparencia {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 8px;
  margin: 10px;
  flex-basis: 320px;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 20px;
  text-align: center;
}

.transparencia span {
  color: rgb(235, 50, 55);
  font-size: 50px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.transparencia h3 {
  padding: 10px 0 15px 0;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 900;
}

.transparencia ul {
  margin: 0;
  padding: 0 20px;
}

.transparencia ul li {
  text-align: left;
  font-size: 13px;
  line-height: 15px;
  margin-top: 3px;
}

.transparencia ul li a:hover {
  text-decoration: underline !important;
}