@charset "UTF-8";
/* CLASSES MODIFICADAS POR LUNA */
/* CONTROL + F : LOCALIZAR */
:root {
  --cor-principal: #00a859;
  --cor-secundaria: #028dcf;
}

/* GRÁFICOS */
.apexcharts-active {
  color: var(--cor-principal) !important;
}

.apexcharts-tooltip-text-y-label,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-series-group {
  color: #000 !important;
}

.apexcharts-datalabel {
  fill: var(--cor-secundaria) !important;
}

/* LINHA */
.hr {
  border: 1px solid var(--cor-principal);
}

/* TABELA */
table.table tr {
  cursor: pointer;
}

/* TEXTOS */
.h1, .h2 {
  text-align: left;
  font-weight: 800;
  font-size: 2rem;
}

.h4 {
  text-align: center;
  font-weight: 800;
  font-size: 1.2rem;
}

.h5 {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--cor-secundaria);
}

.h3 {
  text-align: left !important;
  font-weight: bolder;
  font-size: 0.6rem;
}

.h6 {
  text-align: center;
  font-weight: 600;
}

.sub-descricao {
  text-align: center;
  font-size: 1rem;
}

.titulo-card-seplan {
  font-size: 0.8rem;
}

.texto-noticia {
  font-size: 1rem;
  text-align: justify;
}

.info-grafico {
  font-size: 0.7rem;
}

.card-subtitle {
  font-size: 1rem;
  font-weight: 600;
}

.card-numero {
  box-shadow: 10px 10px 10px #f8f8f8;
}

.numero {
  font-size: 3rem;
  color: var(--cor-secundaria);
}

b {
  color: var(--cor-secundaria);
  margin-bottom: 20%;
}

/* TÍTULO DO BOTÃO */
.acesso-rapido {
  font-size: 1rem;
  margin: 0 auto;
}

/* LI */
.list-group-item.active {
  background-color: #FFF !important;
  box-shadow: 1px 2px 2px #f8f8f8;
  border-color: #DFDFDF;
}

.listagem {
  margin-bottom: 0px !important;
}

b.titulo-lista {
  color: #d7373c !important;
}

.listagem-seplan {
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

.lista-seplan {
  margin-bottom: 5px;
}

/* ID */
#servicos-digitais, #legislacao, #seplan {
  background-color: #f8f8f8;
}

/* CARD */
.card {
  box-shadow: 2px 3px 7px #bbbbbb;
  height: 100%;
}
.card.card-noticia {
  box-shadow: none;
  border: none;
}

/* BOTÕES */
.botao-voltar {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

a {
  text-decoration: none;
  color: #363636;
}
a.btn.btn-primary {
  border: 1px solid var(--cor-secundaria) !important;
  background-color: var(--cor-secundaria) !important;
}
a.btn.btn-primary:hover {
  border: 1px solid var(--cor-principal) !important;
  background-color: var(--cor-principal) !important;
  box-shadow: 2px 2px 5px #bbbbbb;
}
a:hover {
  text-decoration: none;
  color: var(--cor-principal);
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 58px;
}
.accordion .item .item-header h2 button i {
  float: right;
  font-size: 30px;
  color: #fff;
}

/* MOBILE */
@media (min-width: 0px) and (max-width: 990px) {
  .col-lg-4 {
    height: 100%;
  }
  .h1 {
    text-align: left;
    font-weight: 800;
    font-size: 1.8rem;
  }
  .sub-descricao {
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .fw-lighter {
    font-size: 0.8rem;
  }
  .acesso-rapido {
    padding: 0px;
    margin: 0px;
    font-size: 0.9rem;
    margin: 0 auto;
  }
  .imagem-mobile {
    display: block;
  }
  .imagem {
    display: none;
  }
  .alinhamento-botao {
    margin: 1%;
  }
}
@media (min-width: 1700px) and (max-width: 3000px) {
  .col-lg-8, .col-lg-4 {
    height: auto;
    padding: 0px !important;
  }
}
/*ANTIGO*/
.accordion .item .item-header h2 button.btn.btn-link {
  background-color: #626262;
  font-family: Source Sans Pro;
  font-weight: bolder;
  font-size: 20px;
  text-decoration: none;
  text-align: center !important;
}

.btn-execucao {
  background: #363636;
  color: #FFF;
}

.btn-execucao:hover {
  background: #4e4e4e;
  color: #FFF;
}

a.btn.w-100.style-btn:hover {
  font-weight: bold;
}

.t-p {
  font-size: 20px;
}

p {
  font-size: 18px;
}

.fundo {
  background: #743963;
}

span {
  color: #fff;
}

.imagem {
  width: 100%;
}

.alinhamento-botao {
  display: flex;
  justify-content: center;
}

.style-btn {
  background: grey;
  margin-inline: 43px;
}

.style-btn:hover {
  background: grey;
  color: #fff;
}

.style-linha {
  background: #626262;
  opacity: 1;
  border-top: none;
}

.titulo {
  color: black;
  font-size: 50px;
}

.sub-titulo {
  color: black;
  font-size: 20px;
  font-weight: 400;
  text-align: center !important;
  text-decoration: none;
}

.link-acesso {
  text-decoration: none;
  color: black;
  font-weight: bolder;
}

.accordion .item {
  border: none;
  /* margin-bottom: 25px;*/
  background: none;
}

.duvidas {
  margin-bottom: 10px;
}

img.icones-agend {
  width: 40%;
}

a.link-agend {
  color: black;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: bolder;
}

.t-p {
  color: rgb(46, 46, 46);
  padding: 7px 30px 0px 30px;
}

/*.accordion .item .item-header h2 button.btn.btn-link {
    background: #743963;
    color: white;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    line-height: 2.5;
    text-decoration: none;
}*/
.accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 58px;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #fff;
  /* background-color: black; */
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

button.btn.btn-link.collapsed i {
  transform: rotate(0deg);
}

button.btn.btn-link i {
  transform: rotate(180deg);
  transition: 0.5s;
}

.imagem-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 990px) {
  .imagem-mobile {
    display: block;
  }
  .imagem {
    display: none;
  }
  .alinhamento-botao {
    margin: 1%;
  }
  .accordion .item .item-header h2 button {
    padding-left: 19px;
  }
  span.px-5 {
    font-size: 18px;
  }
  .style-btn {
    margin-inline: 4px;
  }
  img.icones-agend {
    width: 80%;
  }
}

/*# sourceMappingURL=inovacao_tecnologia.css.map */
