.content {
	margin:  0 15px;
}

.contato,
.licitacao-app {
   font-size: 16px
}

.inline,
.numero-licitacao {
   display: inline-block;
}

.licitacao-app {
   font-family: "Segoe UI", Helvetica, Arial, sans-serif;
   margin: 40px 0;
}

.licitacao-header {
   display: flex;
   justify-content: space-between;
   margin-bottom: 15px;
}

.titulo-licitacoes {
   color: #2262a2;
}

.barra-menu {
   max-width: 300px
}

.menu-licitacao {
   list-style: none;
   padding-left: 0;
}

.menu-licitacao ul {
   list-style: inherit;
   padding-left: 0;
   margin-top: 0;
}

.menu-item {
   cursor: pointer;
   border-left: 5px solid #fff;
   padding: 7px 10px;
}

.menu-item:hover {
   border-left: 5px solid #006f9b
}

.menu-item-active,
.menu-item-active:hover,
.menu-item:active {
   border-left: 5px solid #4caf50
}

.menu-item-active {
   font-weight: 700
}

.sub-item {
   margin: 0 0 0 20px
}

.filtro {
   border: 1px solid #006f9b;
   margin-top: 70px;
   background: #f8f6f6;
   padding: 10px
}

.botao-filtro,
.filtro p {
   background: #006f9b;
   color: #fff
}

.filtro p {
   margin: -10px -10px 10px;
   padding: 4px 10px
}

.filtro label {
   margin-top: 5px;
   font-family: inherit;
   font-weight: 400;
   margin-bottom: 0
}

.filtro input {
   margin-bottom: 10px
}

.botao-filtro {
   border: 0;
   border-radius: 2px;
   margin-top: 10px;
   padding: 6px 44px
}

.contato,
.links-importantes {
   margin-top: 50px
}

.botao-filtro:hover {
   background: #117ca7
}

.botao-filtro:active {
   background: #16475c
}

.limpar-filtro {
   background-color: #a7a2a2
}

.limpar-filtro:hover {
   background-color: #afa9a9
}

.limpar-filtro:active {
   background-color: #848181
}

.filtro input[type=text],
.filtro input[type=number] {
   width: 100%;
   padding: 5px
}

.links-importantes {
   list-style: none;
   padding: 0;
}

.links-importantes li {
   display: inline-block;
}

.links-importantes a {
   color: #000
}

.border-blue {
   border-bottom: 7px solid #1a06a3 !important;
}

.border-lightblue {
   border-bottom: 7px solid #2eb4e9 !important;
}

.border-green {
   border-bottom: 7px solid #157b3a !important;
}

.border-grey {
   border-bottom: 7px solid #394d67 !important;
}

.licitacoes {
   padding: 20px;
}

.licitacoes article {
   margin-bottom: 40px
}


.botao-servicos .botao-links-licitacao {
   margin: 0;
   margin-top: 3px;
   font-size: 1em;
   text-align: center;
}

.titulo-licitacao h3 {
   margin: 0;
   font-size: 18px;
   color: #4d940f;
}

.numero-licitacao {
   text-align: right
}

.numero-licitacao p {
   font-size: 18px
}

.licitacoes span {
   font-weight: 700
}

.conteudo-licitacao {
   text-align: justify
}

.conteudo-licitacao p {
   margin-bottom: 5px
}

.doc-titulo {
   display: flex;
   max-width: 20%;
   padding: 3px 4px;
   margin-top: 15px;
   cursor: pointer
}

.doc-titulo h4 {
   position: relative;
   top: 6px;
   font-size: 14px;
   margin: 0 0 0 5px;
   color: #948343
}

.docs {
   display: none;
   background: #f6f6f6;
   border-top: 3px solid #948343
}

.docs ul {
   padding: 10px;
   list-style: none
}

.docs li {
   margin-bottom: 10px
}

.docs img {
   margin-right: 5px
}

@media screen and (max-width:670px) {
   .titulo-licitacao {
      text-align: center
   }
   .numero-licitacao {
      float: none
   }
   .doc-titulo {
      width: 100%
   }
}

.filtro {
   border: 1px solid #006f9b;
   background: #f8f6f6;
   margin-top: 0px;
   border-radius: 6px;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.filtro p {
   background: #006f9b;
   color: #fff;
   margin: -20px -15px 15px;
   padding: 8px 15px;
   font-size: 16px;
   font-weight: 600;
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
}

.filtro label {
   display: block;
   margin-bottom: 6px;
   font-weight: 500;
   font-size: 14px;
   color: #333;
   margin-top: 12px;
}

.filtro input[type="text"] {
   display: block;
   width: 100%;
   padding: 8px 10px;
   border-radius: 4px;
   border: 1px solid #ccc;
   transition: border-color 0.2s, box-shadow 0.2s;
   font-size: 14px;
}

.filtro input[type="text"]:focus {
   border-color: #006f9b;
   box-shadow: 0 0 5px rgba(0, 111, 155, 0.4);
   outline: none;
}

.botao-filtro {
   display: inline-block;
   width: 48%;
   border: none;
   border-radius: 4px;
   margin-top: 15px;
   padding: 8px 12px;
   background: #006f9b;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   transition: background 0.3s;
}

.botao-filtro:hover {
   background: #117ca7;
}

.botao-filtro:active {
   background: #16475c;
}

.limpar-filtro {
   background-color: #999;
}

.limpar-filtro:hover {
   background-color: #b3b3b3;
}

.limpar-filtro:active {
   background-color: #7a7a7a;
}

.filtro-accordion {
   margin: 0px 0 30px 0;
   border: 1px solid #006f9b;
   background: #006f9b;
}

.filtro-toggle {
   background: #006f9b;
   color: white;
   padding: 10px;
   cursor: pointer;
   font-weight: bold;
   user-select: none;
}

.filtro-toggle:hover {
   background-color: #117ca7;
}

.filtro-titulo {
   margin: 0;
   font-size: 16px;
}
