.licitacoes-page-content {
  padding: 30px 30px 80px 30px;
}

.licitacoes {
  padding-left: 0;
}

.licitacoes .licitaCards {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
  list-style: none;
  padding: 15px;
}

.licitacoes .licitaCards .licitaCardContent {
  display: flex;
  justify-content: space-between;
}

.licitacoes .licitaCards .licitaCardContent .licitaDate {
  font-family: "Roboto", Sans-serif;
  background-color: #134599;
  color: #fff;
  margin-bottom: 10px;
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 14px;
}

.licitacoes .licitaCards .licitaCardContent .licitaTitle {
  font-family: "Roboto", Sans-serif;
  color: #0095DF;
  font-weight: 800;
  font-size: 24px;
  margin: 5px 0 !important;
}

.licitaLabel {
  font-family: "Roboto", Sans-serif;
  color: #686868;
  font-size: 60%;
}

/* licitaFilter */
.licitaFilter {
  font-family: "Roboto", Sans-serif;
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(0,0,0,0.03);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.licitaFilter .licitaInputs label{
  font-size: 12px;
  color: #686868;
}

.licitaFilter .licitaInputs input,
.licitaFilter .licitaInputs select{
  width: 100%;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  padding: 8px 12px;
}

.licitaFilter .licitaInputs .licitaInputsDate {
  display: flex;
  justify-content: space-between;
}

.loader{
      display: block;
      position: relative;
      height: 12px;
      width: 80%;
      border: 1px solid rgba(0,0,0,0.07);
      border-radius: 10px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
    }
    .loader::after {
      content: '';
      width: 40%;
      height: 100%;
      background: #0095DF;
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      animation: animloader 2s linear infinite;
    }

    @keyframes animloader {
      0% {
        left: 0;
        transform: translateX(-100%);
      }
      100% {
        left: 100%;
        transform: translateX(0%);
      }
    }

/* Processos */

.total {
  font-family: Roboto, sans-serif;
}

.card {
  border-radius: 5px;
  padding: 20px 20px 40px 20px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}

.card h3 {
  margin-top: 0;
  font-size: 1em;
}

.card .area {
  color: #686868;
  font-size: 16px;
}

.card .info {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}

.card .info b {
  margin-left: 0px;
}

.card .info span {
  color: #686868;
}

.card .object {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}

/* Notícias */

.category-noticias {
  margin-bottom: 20px !important;
}

.category-noticias .wp-show-posts-inner {
  padding: 15px !important;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3) !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  background-color: #fff !important;
  border-radius: 5px !important;
}

.category-noticias h3 {
  font-size: 22px !important;
}

.category-noticias a {
  text-decoration: none !important;
}

.category-noticias .wp-show-posts-inner {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.category-noticias .wp-show-posts-entry-date {
  font-weight: bold !important;
}

.category-noticias img {
  width: 100% !important;
  height: 300px !important;
  border-radius: 3px !important;
  object-fit: cover !important;
  object-position: top !important;
}

.category-noticias .wp-show-posts-image {
  border: none !important;
  background-color: rgba(0,0,0,0.03) !important;
}

.category-noticias .wp-show-posts-entry-summary {
  font-size: 16px !important;
}

.category-noticias.entry {
  margin-top: 0 !important;
}

#noticias2,
#page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  margin-bottom: 80px;
}

#noticias2 h1,
#page h1 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #252525;
}

#noticias2 h2,
#page h2 {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  color: #303030;
}

#noticias2 h3,
#page h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  color: #303030;
}

#noticias2 h4,
#page h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  color: #303030;
}

#noticias2 h5,
#page h5 {
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
  color: #303030;
}

#noticias2 h6,
#page h6 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #303030;
}

#noticias2 p,
#page p {
  color: #686868;
  font-size: 15px;
  text-indent: 30px;
  margin-bottom: 15px;
  text-align: justify;
}

#noticias2 .image,
#page .image {
  width: 100%;
  padding: 0;
}

#noticias2 .image li,
#page .image li {
  display: inline;
  list-style: none;
}

#noticias2 .image li img,
#page .image li img  {
  width: 24.5%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

#noticias2 li,
#page li {
  color: #686868;
  font-size: 15px;
  margin-bottom: 5px;
}

#noticias2 ul,
#page ul {
  margin-left: 40px;
}

#page .submenu li {
  display: inline;
  list-style: none;
  background-color: rgba(0,0,0,0.03);
  border-radius: 4px;
  padding: 4px 10px;
  margin-right: 15px;
}

#page .submenu li:hover,
#page .submenu li:active {
  background-color: rgba(0,0,0,0.1);
}

#page .img-unica {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  text-align: center;
}

#page .img-unica img {
  border-radius: 5px;
  width: auto;
}

/* Funcionalidades gerais */

.mb-4 {
  margin-bottom: 30px;
}

.mx-3 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Botão */

.button {
  transition: all 150ms ease-in-out;
  background-color: #0073aa;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  outline: none;
  padding: 8px 15px !important;
  text-decoration: none;
  vertical-align: middle !important;
  display: inline-block;
}

.button:hover,
.button:active {
  transition: all 150ms ease-in-out;
  background-color: #00557D !important;
  color: #fff !important;
}
.botao .button{
  margin-bottom: 5px;
}
