@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  outline: 0;
}

a,
:visited {
  outline: 0;
  outline: none;
}
:hover,
:active,
:focus {
  outline: 0;
  outline: none;
}

/*---------------------------------------------------------------------------------------*/
/*seção FAQ*/

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #f5f5f5;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin-top: 15px;
  width: 100%;
  border: none;
  border-left: 2px solid #004e90;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  padding-top: 10px;
  background-color: white;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.collapsible:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #696969;
  float: right;
  margin-left: 5px;
  outline: none;
}

/*---------------------------------------------------------------------------------------*/
/*fim da seção FAQ*/

/*mensagem TEMPORÁRIA de alerta das licitações ausentes*/
/*--------------------------------------------------------------------------------------*/

.conteudo-principal .texto-principal #caixa-alerta-licitacao {
  display: flex;
  align-items: center;
  background-color: #dcdedf;
  padding: 0.8%;
  padding-left: 2%;
  padding-right: 1.1%;
  border-radius: 10px;
  margin-bottom: 1.5%;
}

.conteudo-principal .texto-principal #caixa-alerta-licitacao ul {
  padding: 0px;
}
.conteudo-principal .texto-principal #caixa-alerta-licitacao ul li {
  display: table-cell;
}

.conteudo-principal .texto-principal #caixa-alerta-licitacao #alert-icon {
  width: 40px;
  height: 40px;
}

.conteudo-principal
  .texto-principal
  #caixa-alerta-licitacao
  #mensagem-alerta-licitacao {
  height: 30px;
  margin-left: 1.5%;
}

.conteudo-principal
  .texto-principal
  #caixa-alerta-licitacao
  #link-alerta-licitacao {
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 1022px) {
  .conteudo-principal .texto-principal .alert {
    height: auto;
  }
}
@media (min-width: 1023px) and (max-width: 1440px) {
  .conteudo-principal .texto-principal .alert {
    height: 70px;
  }
}
@media (min-width: 1441px) {
  .conteudo-principal .texto-principal .alert {
    height: 50px;
  }
}

.conteudo-principal .texto-principal .alert ul {
  padding: 0px;
}
.conteudo-principal .texto-principal .alert ul li {
  display: table-cell;
}
.conteudo-principal .texto-principal .alert ul li img {
  width: 5%;
}
.conteudo-principal .texto-principal .alert ul li i {
  margin-right: 8px;
}
.conteudo-principal .texto-principal .alert ul li a {
  color: #000;
}

/*fim da mensagem TEMPORÁRIA de alerta das licitações ausentes*/
/*---------------------------------------------------------------------------------------*/

/*estilo das tags*/
.estilo-tags {
  color: #000;
  border-radius: 5px;
  padding: 1%;
  display: inline-block;
}

.estilo-tags a {
  display: inline-block;
  color: #fff;
  background-color: #004e90;
  border: 1px solid white;
  border-radius: 7px;
  padding-left: 3px;
  padding-right: 3px;
  padding: 2px 10px 1px 10px;
  text-decoration: none;
  border-bottom: 2px solid #c36f2b;
}

.estilo-tags a:hover {
  color: #fff;
  background-color: rgb(205, 116, 45);
  transition: 0.1s ease-out;
}
/*fim do estilo das tags*/

/***** ALTERAR STYLE CAMPOS DO DATATABLE ******/

#tabela-principal input {
  border-radius: 3px;
  border: 1px solid #ced4da;
  outline: 0px;
  padding-left: 7px;
  width: 100%;
}
#tabela-principal th.min-space {
  width: 150px;
}

@media (max-width: 767px) {
  #tabela-principal .th-contrato-num {
    display: none;
  }
  #tabela-principal .td-contrato-num {
    display: none;
  }
  #tabela-principal .th-contrato-secretaria {
    display: none;
  }
  #tabela-principal .td-contrato-secretaria {
    display: none;
  }
  #tabela-principal .th-licitacao-modalidade {
    display: none;
  }
  #tabela-principal .td-licitacao-modalidade {
    display: none;
  }
}

#tabela-principal tbody tr td.coluna-link {
  text-align: center;
}

#tabela-principal .dt-buttons.xselected {
  background: #c1e9ff !important;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 3px;
  border: 1px solid #ced4da;
  outline: 0px;
  padding-left: 7px;
}
.dataTables_length select {
  border-radius: 3px;
  border: 1px solid #ced4da;
  outline: 0px;
}
/***** FIM ALTERAR STYLE CAMPOS DO DATATABLE *****/

#img-ouvidoria2 {
  margin-top: 4%;
}

#final-ouvidoria {
  border-top: 1px solid black;
  padding-top: 2%;
}

#texto-ouvidoria {
  text-align: left;
}

.cor-forcada {
  color: white;
}

#cor-forcada {
  color: white;
}

.highcontrast {
  background-color: rgb(39, 39, 39);
  color: white;
}

.highcontrast-bar-titulo {
  background-color: #000;
  color: black;
}

.highcontrast-header-superior {
  background: #000;
}

html {
  font-size: 1em;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

-moz-html {
  font-family: "Fira Sans Condensed", sans-serif;
}

-webkit-html {
  font-family: "Montserrat", sans-serif;
}

-ms-html {
  font-family: "Montserrat", sans-serif;
}

html {
  font-family: "Montserrat", sans-serif;
}

ul {
  padding: 0px;
  display: table;
}

body {
  line-height: 1.5;
  background-color: #f7f7f7;
  margin: 0 auto; /*centralizado*/
}

header #header-superior {
  border-top: 5px solid #004e90;
  width: 100%;
  background: #004e90;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.logo-portal {
  width: 100%;
}

@media (max-width: 767px) {
  .logo-portal {
    width: 90%;
  }
}

header #header-superior #fontLarge,
header #header-superior #fontDefault,
header #header-superior #fontSmall {
  color: white;
}

header #header-superior .menu-abrir {
  margin-right: 2.3%;
  display: none; /*só ativa quando for para a plataforma móvel*/
}

.header #header-superior #titulo-mobile {
  display: none;
}

@media not all and (max-width: 1279px) {
  .menu-abrir,
  .menu-fechar,
  .barra-nav {
    display: none;
  }
}

@media (max-width: 1279px) {
  /*anterior 1024*/
  /*inicio versão móvel-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

  body {
    line-height: 1.5;
    background-color: #f5f5f5;
    margin: 0 auto; /*centralizado*/
  }

  .header #header-superior {
    border-top: 5px solid #004e90;
    width: 100%;
    background: #004e90;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
  }

  .header #header-superior .menu-abrir {
    /*aparência do botão hamburguer*/
    display: inline-block;
    margin: 0.5em;
    background: none;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    font-size: 1.6em;
    text-indent: -999em;

    height: 0;
    width: 1em;
    padding-top: 0.125em;

    vertical-align: middle;
  }

  .header .barra-nav .menu-fechar {
    /*botão de X que fecha o menu resonsivo*/
    background: none;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    font-size: 1.6em;
    text-indent: -999em;

    position: relative;
    height: 1em;
    width: 1em;

    margin-left: 90%;
  }

  .header .barra-nav .menu-fechar:before {
    /*botão de X que fecha o menu responsivo*/
    content: "\00D7";
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
  }

  .header .barra-nav {
    background: #f0f0f0;
    padding: 1em;
    margin: 0;

    height: 100%;
    width: 90%;
    max-width: 320px;

    position: fixed;
    z-index: 3;
    top: 0;
    left: -90%;

    transition: left 0.3s ease-out;

    overflow: auto;
  }

  .botao-menu {
    /*estilização dos botões do menu responsivo*/
    color: black;
  }

  .menu-ativo .header .barra-nav {
    left: 0;
  }

  .menu-principal li {
    padding: 1em 0;
    width: 100%;
  }

  .menu-ativo:after {
    content: "";
    display: block;

    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background: rgba(0, 0, 0, 0.4);
  }

  .header #header-superior #titulo-mobile {
    display: inline;
    color: white;
    width: 60%;
    font-size: 80%;
  }

  .header #header-superior #acessibilidade {
    display: none;
  }
  .header #header-superior .botoes-acessibilidade {
    display: none;
  }

  .header #header-superior .botoes-acessibilidade .botao {
    display: none;
  }

  header #header-inferior #logo-principal #segunda-caixa #texto-inferior {
    display: none;
  }

  header #header-inferior #logo-principal #segunda-caixa #texto-superior {
    display: none;
  }

  .conteudo-principal {
    padding: 2em;
    font-size: 100%;
    width: 100%;
    min-width: 50px;
    text-align: center;
    min-height: 500px;
  }

  .conteudo-principal #bar-titulo {
    display: none;
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 160%;
    font-weight: 300;
    text-align: center;
    box-shadow: 1px 1px 0 lightgray;
  }

  .navegacao-botoes ul {
    width: 99%;
  }
}

/*fim da versão móvel----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

header #header-superior #acessibilidade {
  font-size: 90%;
  margin-right: 1%;
  margin-bottom: 0.5%;
  color: white;
  font-weight: 500;
  margin-top: 0.4%;
}

header #header-superior .botoes-acessibilidade {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.5%;
  margin-bottom: 0.5%;
  margin-top: 0.3%;
}

header #header-superior .botoes-acessibilidade a {
  color: white;
}

header #header-superior .botoes-acessibilidade a:hover {
  color: white;
  text-decoration: none;
}

header #header-superior .botoes-acessibilidade .botao {
  font-size: 90%;
  margin-right: 2.3%;
  color: white;
  text-decoration: none;
}

header #header-superior #acessibilidade i {
  font-size: 18px;
}

header #header-inferior {
  width: 100%;
  height: 6%;
  font-size: 160%;
  font-weight: bold;
  background: white;
  border-bottom: 1px solid lightgray;
  text-transform: uppercase;
  padding-bottom: 0.5%;
  padding-top: 0.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  box-shadow: -2px 4px 3px -4px lightgray;
}

@media (min-width: 1600px) {
  /*80%*/

  header #header-inferior {
    height: 0%;
  }
}

header #header-inferior #logo-principal {
  display: flex;
  margin-top: -40px;
  margin-left: 1.8%;
  max-width: 25%;
  cursor: pointer;
}

/*vai subindo a logo completa de acordo com o aumento da tela---------------------
--------------------------------------------------------------------------------*/
@media (min-width: 1281px) {
  header #header-inferior #logo-principal {
    display: flex;
    margin-top: -40px;
    margin-left: 1.8%;
    max-width: 25%;
  }
}

@media (min-width: 1366px) {
  /*90%*/
  header #header-inferior #logo-principal {
    display: flex;
    margin-top: -42px;
    margin-left: 1.8%;
    max-width: 25%;
  }
}

@media (min-width: 1600px) {
  /*80%*/
  header #header-inferior #logo-principal {
    display: flex;
    margin-top: -55px;
    margin-left: 1.8%;
    max-width: 25%;
  }
}

@media (min-width: 1700px) {
  /*75%*/
  header #header-inferior #logo-principal {
    display: flex;
    margin-top: -60px;
    margin-left: 1.4%;
    max-width: 25%;
  }
}

/*fim da realocação do logo com aumento da resolução da tela----------------------
---------------------------------------------------------------------------------*/

header #header-inferior #logo-principal #primeira-caixa {
  margin-right: 5px;
  margin-left: 5px;
}

header #header-inferior #logo-principal #segunda-caixa {
  max-width: 100%;
}

header #header-inferior #logo-principal #segunda-caixa #texto-inferior {
  font-size: 50%;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-transform: none;
  color: black;
  margin-top: -2px;
  margin-left: 1px;
}

header #header-inferior #logo-principal #segunda-caixa #texto-superior {
  font-size: 70%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

header
  #header-inferior
  #logo-principal
  #segunda-caixa
  #texto-superior
  .link-header {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 22px;
}

header #header-inferior #logo-principal #primeira-caixa .link-header {
  text-decoration: none;
  color: black;
}

.banner-header {
  text-transform: uppercase;

  height: 80px;
  background: rgb(0, 78, 144);
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 78, 144, 1) 0%,
    rgba(0, 102, 189, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 78, 144, 1) 0%,
    rgba(0, 102, 189, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 78, 144, 1) 0%,
    rgba(0, 102, 189, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004e90",endColorstr="#0066bd",GradientType=1);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-header .titulo {
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem 2rem;
}

.banner-header .logoprefeitura {
  width: 100%;
}

.banner-header .logoprefeitura img {
  width: 200px;
}

@media (min-width: 0px) and (max-width: 900px) {
  .banner-header {
    display: none;
  }
}

main {
  padding: 3rem 0rem;
  font-size: 100%;
  min-width: 250px;
  text-align: center;
  background: #fff;
  min-height: 300px;
}

@media (min-width: 980px) and (max-width: 1500px) {

}

.main-single {
  min-height: 1px !important; /*cancela o min-height herdado da main*/
}

#main #campo-busca-rapida {
  border: 1px solid #ccc;
  padding: 1%;
  box-shadow: none;
}

main a {
  text-decoration: none;
  color: black;
}

main a:hover {
  color: rgb(100, 100, 100);
  transition: 0.5s;
}

main #bar-titulo {
  background-color: #f5f5f5;
  padding: 18px;
  font-size: 160%;
  font-weight: 300;
  text-align: center;
}

main .logo-ouvidoria img {
  margin-top: 2%;
}

@media (max-width: 767px) {
  main .logo-ouvidoria img {
    width: 40%;
    margin-bottom: 1%;
  }
}

main .area-missao {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2%;
}

main .area-missao .coluna {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px;
  min-height: 100px;
  font-size: 15px;
  margin-top: 1%;
  border-radius: 4px;
}

@media (max-width: 767px) {
  main .area-missao .coluna {
    margin-top: 3%;
  }
}

main .area-missao .coluna p {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

@media (min-width: 1600px) {
  main .alert-index {
    padding: 0.75rem 7.25rem !important;
  }
}

main .alert .imagem-principal {
  width: 80px;
  margin-top: 15px;
}

/* MEDIA QUERY (MAX 767PX) - DIV CONTEUDO-PRINCIPAL */
@media (max-width: 767px) {
  .conteudo-principal .texto-apresentacao {
    font-size: 80%;
    flex-direction: column !important;
  }
  .conteudo-principal .texto-apresentacao .texto-apresentacao-ouvidoria {
    font-size: 120% !important;
  }

  .conteudo-principal .imagem-principal {
    width: 100px !important;
    height: 100px;
    margin: 0 auto !important;
    margin-bottom: 2% !important;
  }
  .conteudo-principal #contexto-apresentacao {
    text-align: center !important;
    font-size: 100%;
    padding: 2rem 1rem;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .conteudo-principal .texto-apresentacao {
    font-size: 84%;
    flex-direction: column !important;
  }
  .conteudo-principal .imagem-principal {
    width: 120px !important;
    height: 120px;
    margin: 0 auto !important;
    margin-bottom: 2% !important;
  }
  .conteudo-principal #contexto-apresentacao {
    text-align: center !important;
    font-size: 110%;
  }
}

main .texto-apresentacao-ouvidoria-mod {
  background: #fff;
  box-shadow: 0px 0px;
  border-left: 0px;
}

@media (max-width: 767px) {
  main .texto-apresentacao-ouvidoria-mod {
    font-size: 101% !important;
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  main .texto-apresentacao-ouvidoria-mod {
    font-size: 101% !important;
    text-align: center !important;
  }
}

#main #texto-ouvidoria {
  display: block;
  margin-bottom: 2%;
}

#main #secao-botoes {
  display: flex;
  justify-content: space-around;
}

#main #secao-botoes .botao-ouvidoria {
  border: 1px solid white;
  border-radius: 20px;
  background-color: #004e90;
  color: white;
  /*margin-left: 80%;*/
  padding: 1% 3%;
}

@media (max-width: 415px) {
  #main #secao-botoes {
    flex-direction: column;
  }

  #main #secao-botoes .botao-ouvidoria {
    padding: 3% 3%;
  }
}

#main #secao-botoes .botao-ouvidoria:hover {
  text-decoration: none;
  background-color: #004e90;
  transition: 0.5s ease-out;
}

#main #botao-enviar-form {
  width: 100%;
  margin: 1%;
  background-color: #004e90;
  color: white;
  border: 0;
  padding: 1.5%;
  border-radius: 3px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #main #botao-enviar-form {
    padding: 6% !important;
    font-weight: 700;
    font-size: 110% !important;
  }
}

#main #botao-enviar-form:hover {
  background-color: #004e90;
  transition: 0.5s ease-out;
  border: 0;
}

#main #botao-combo-assunto {
  margin: 1%;
}

#main .input-form {
  width: 100%;
  padding: 1%;
  margin: 1%;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

@media (max-width: 767px) {
  #main .input-form {
    padding: 6% !important;
    font-size: 120% !important;
  }
}

#main #formulario {
  background-color: white;
  border: 0;
  box-shadow: none;
  margin-left: 15%;
  margin-right: 15%;
  display: block;
  text-align: left;
}

main .secao-busca-rapida {
  display: flex;
  flex-direction: column;
}

.conteudo-principal .secao-busca-rapida #titulo-busca-rapida {
  background-color: #004e90;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  width: 16%;
  border: 0;
  border-radius: 3px;
  padding: 0.8%;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 20%;
  font-size: 90%;
}

.conteudo-principal .secao-busca-rapida #campo-busca-rapida {
  width: 60%;
  height: 2.8em;
  margin-left: 20%;
  border-radius: 5px;
  box-shadow: 0px 0px 0px -10px gray;
  -webkit-box-shadow: 5px 4px 5px -3px rgba(191, 191, 191, 1);
  -moz-box-shadow: 5px 4px 5px -3px rgba(191, 191, 191, 1);
  box-shadow: 5px 4px 5px -3px rgba(191, 191, 191, 1);
  border: 1px solid #ced4da;
  outline: none;
}

.conteudo-principal .secao-busca-rapida #botao-submit-busca-rapida {
  outline: none;
  left: 76.8%;
  position: relative;
  top: -40px;
  font-size: 12px;
  background-color: #004e90;
  color: #fff;
  width: 38px;
  padding: 9px;
  border-radius: 10%;
  border: 0px;
}
.conteudo-principal .secao-busca-rapida #botao-submit-busca-rapida:hover {
  transition: 0.1s ease-in;
  background-color: #004e90;
}

main .secao-busca-rapida p {
  width: 45%;
  margin-left: 27%;
  margin-top: -2%;
  font-size: 70%;
  font-weight: 400;
}

@media (max-width: 767px) {
  .conteudo-principal .secao-busca-rapida #titulo-busca-rapida {
    margin-left: 0px;
    width: 50%;
    padding: 2%;
  }
  .conteudo-principal .secao-busca-rapida #campo-busca-rapida {
    padding-left: 4% !important;
    font-size: 90%;
    width: 100%;
    margin-left: 0px;
    margin-top: 2%;
  }
  .conteudo-principal .secao-busca-rapida #botao-submit-busca-rapida {
    left: 0% !important;
    top: 10px !important;
    outline: none;
    font-size: 12px;
    background-color: #004e90;
    color: #fff;
    width: 100%;
    padding: 9px;
    border-radius: 3px;
    border: 0px;
  }
  main .secao-busca-rapida p {
    margin-top: 5% !important;
    width: 100% !important;
    margin-left: 0% !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .conteudo-principal .secao-busca-rapida #botao-submit-busca-rapida {
    left: 20% !important;
    top: 10px !important;
    outline: none;
    font-size: 12px;
    background-color: #004e90;
    color: #fff;
    width: 60%;
    padding: 9px;
    border-radius: 3px;
    border: 0px;
  }
  main .secao-busca-rapida p {
    margin-top: 5% !important;
    width: 60% !important;
    margin-left: 20% !important;
  }
}

main .texto-principal {
  text-align: left;
  padding: 10px;
  padding-top: 20px;
}

main .texto-principal h3 {
  font-weight: 400;
}

main h2 {
  font-size: 110%;
  font-weight: bold;
  color: dimgray;
  padding: 10px;
  margin: 15px;
  margin-left: 0;
  padding-left: 0;
}

main h3 {
  margin-bottom: 15px;
}

.navegacao-botoes {
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 100%;
  overflow: none;
}

@media (max-width: 767px) {
  .navegacao-botoes {
    display: flex;
    flex-direction: column;
  }
}

.navegacao-botoes ul {
  width: 99%;
  display: grid; /*deixa todos os filhos com o mesmo tamanho*/
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
}

.navegacao-botoes h4 {
  padding: 1rem 2rem;
  font-weight: 600;
}

.navegacao-botoes ul a li {
  /*padding: 15px;
    padding-left: 4px; */
  margin: 5px;
  text-align: left;
  /*justify-content: space-between;*/
  width: 100%;
  padding: 1rem 0rem 1.7rem 0rem;
  transition: transform 0.9s;
}

.navegacao-botoes ul a li:hover {
  width: 100%;
  transform: translateY(-10px);
}

.navegacao-botoes ul a li img {
  width: 100%;
}

@media (min-width: 491px) and (max-width: 768px) {
  .navegacao-botoes ul {
    width: 99%;
    display: grid; /*deixa todos os filhos com o mesmo tamanho*/
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
  }

  .navegacao-botoes ul a li {
    width: 100%;
    flex: 1;
  }
}

@media (max-width: 490px) {
  .navegacao-botoes ul {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .navegacao-botoes ul {
    width: 99%;
    display: grid; /*deixa todos os filhos com o mesmo tamanho*/
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
  }

  .navegacao-botoes ul a li {
    width: 100%;
    flex: 1;
  }
}

@media (min-width: 1890px) {
  .navegacao-botoes ul {
    width: 99%;
    display: grid; /*deixa todos os filhos com o mesmo tamanho*/
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 1rem;
    padding: 2rem 3rem;
  }

  .navegacao-botoes ul a li {
    width: 90%;
    flex: 1;
  }
}

.navegacao-botoes .item-aside {
  margin: 0rem;
}

/*
.navegacao-botoes ul a li .texto-menor{
    font-size: 70%;
    font-weight: 400;
    display: inline-block;
}*/

@media (min-width: 980px) and (max-width: 1500px) {
  .navegacao-botoes ul a li .conteudo-botao {
    margin-right: 8%;
  }
}

.navegacao-botoes ul a li .conteudo-botao .texto-menor {
  font-size: 80%;
  font-weight: 300;
}

.navegacao-botoes ul a li .conteudo-botao .texto-maior {
  margin-top: 7%;
}

.navegacao-botoes ul a li .conteudo-botao .texto-maior i {
  color: #444;
  margin-right: 5px;
}

.navegacao-botoes li:nth-child(1) {
  margin-top: 0;
}

.navegacao-botoes li:hover,
.navegacao-botoes li:focus {
  background-color: #f4f4f4;
  transition: 0.5s;
}

.navegacao-botoes a {
  color: black;
  text-decoration: none;
}

.set-width-95p {
  width: 95%;
}

/* footer {
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2rem 6rem;

    background-color: #004E90;
    color: #fff;

}

@media (min-width: 467px ) and (max-width: 900px) {
    footer {
        display: flex!important;
        flex-direction: row;
        padding: 2rem 5rem;
        background-color: #004E90;
        color: #fff;
    
    }

    footer .menufooter {
        font-size: 0.7rem!important;
    }
}


@media (max-width: 466px)  {

    footer {
        display: flex!important;
        flex-direction: column;
        padding: 2rem 2rem;
        background-color: #004E90;
        color: #fff;
    
    }



}


footer .menufooter {
    display:flex;
    flex-direction: column;
    font-size: 0.8rem;
}

footer ul {
    display: flex;
    flex-direction: column;
}

footer ul a {
    color: #ccc;
    text-decoration: none;
}

footer ul a:hover {
    color: antiquewhite;
    text-decoration: none;
}

footer .imgfooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    align-items: flex-end;
    border-right: solid 1px #fff;
    margin-right: 20px;
}

footer .imgfooter img{
    width: 200px;
    margin-right: 20px;
}

@media (max-width: 570px) {
    footer .imgfooter img{
        width: 150px;
    }
}

@media (max-width: 466px)  {

    footer .imgfooter {
        gap: 2rem;
        flex-direction: row!important;
        border-right: none!important;
        margin-right: 0px!important;
        margin-bottom: 20px;
    }

    footer .imgfooter img{
        width: 200px;
    }
}


footer .logofooter {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .logofooter img{

    width: 250px;
}

@media (max-width: 900px) {
    footer .logofooter {
        display: none;
    }
} */

.titulo-single {
  font-weight: bold;
  padding-bottom: 1rem;
}

.bg {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
  gap: 0.8rem;
}

.btn-header {
  background-color: #fff;
  border: 3px solid #004e90 !important;
  border-radius: 10px;
  color: #004e90;
  font-weight: bold;
  padding: 0.4rem 1rem;
  white-space: nowrap;
}

.active {
  background: #004e90;
  color: #fff;
}

/********************************
***SELECT2 BUSCA POR EXERCÍCIO***
********************************/

.select2-container {
  margin-right: 48px !important;
  margin-top: 0.5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px !important;
  right: -44px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent !important;
}

.select2-results {
  padding-bottom: 10px !important;
}

.select2-container .select2-selection--single {
  height: 42px !important;
  width: 150px;
  border: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #e8862f !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  height: 41px;
  text-align: center;
  padding: 0px !important;
}

.select2-container--open .select2-dropdown--below {
  width: 150px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select2-container--open .select2-dropdown--above {
  width: 150px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select2-results__option--selectable {
  cursor: pointer;
  width: 130px;
  text-align: center;
}

.select2-results__option {
  text-align: center !important;
}

@media (max-width: 1180px) {
  .bg {
    justify-content: center;
  }
}


/********************************
********SELECT CATEGORIA********
********************************/
.margin-botao-escolha{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 15px;
}


.btn-escolher-categoria {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ed7024;
  border-radius: 5px;
  gap: 0.8rem;
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 102.4%;
  color: #ed7024;
  text-transform: uppercase;
  z-index: 2;
}

.btn-escolher-categoria:focus {
  outline: none !important;
  border: 2px solid #ed7024 !important;
}

.btn-escolher-categoria i {
  transition: 0.5s; /* Transition duration */
}

.btn-escolher-categoria:hover i {
  transform: rotate(180deg);
}

@media (min-width: 0px) and (max-width: 873px) {
  .btn-escolher-categoria {
    position: inherit;
    margin-bottom: 20px;
  }
}

@media (min-width: 874px) and (max-width: 1005px) {
  .btn-escolher-categoria {
    top: 650px;
  }
}

@media (min-width: 1006px) and (max-width: 1279px) {
 
  .btn-escolher-categoria {
    top: 635px;
  }

}

@media (min-width: 1280px) and (max-width: 1280px) {
 
  .btn-escolher-categoria {
    top: 646px;
  }

}




/* The Modal (background) */
.modal_escolher_categoria {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(255, 255, 255, 0); /* Transparent */
}

/* Modal Content/Box */
.modal-content-escolher-categoria {
  margin: 15% auto; /* 15% from the top and centered */
  padding: 0;
  max-width: 414px;
  width: 100%; /* Could be more or less, depending on screen size */
  border-radius: 5px !important;
  background-color: rgba(251, 226, 211, 0.88) !important;
}

.header-modal-escolha-categoria {
  width: 100%;
  height: 33px;
  background: #ed7024;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;

  /* text */
  font-weight: 500;
  font-size: 16px;
  line-height: 102.4%;
  color: #ffffff;
}

.lista-de-categorias {
  padding: 11px 24px;
  backdrop-filter: blur(4px);
  border-radius: 0 0 5px 5px !important;
  text-align: left;
  min-height: 150px;
}

.lista-de-categorias ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #b76939;
}

.lista-de-categorias ul li a {
  position: relative;
  outline: none !important;
}

.lista-de-categorias ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b76939;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.lista-de-categorias ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
