html {
  scroll-behavior: smooth;
}

/*--------------------------- UTILITIES  ---------------------------*/
.bg-primary-200 { background: #517094; }
.text-primary-200 { color: #517094 !important }
.btn-primary-200 { border-color: #517094; }
ul:not(.menu) { margin-top: 40px }
ul li { margin-bottom: 5px; }
[data-achor-icon]:after { content: attr(data-achor-icon); }

/*--------------------------- HEADER TEXTS  ---------------------------*/
.site-header { background: url('../img/header.jpg') no-repeat center center / cover;}
.site-name { background:#51709459; }
.site-logo { max-width: 30px; }

@media screen and (max-width: 575px) {
  .site-logo { max-width: 25px; }
}

/*--------------------------- ACCESSIBILITY BAR  ---------------------------*/
.accessibility-bar a:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/*--------------------------- SITE SEARCH ---------------------------*/
@media screen and (min-width: 768px) {
  .btn-lg-big {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }

  .form-control-big-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }

  .document-card .card-body {
    padding-bottom: 5rem;
  }

  .document-card-button {
    position: absolute;
    bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .site-name { font-size: 2rem; }
  .btn-lg-full { width: 100%; }
}

@media screen and (min-width: 576px) {
  .border-bottom-sm-0 { border-bottom: 0 !important }
}

@media screen and (max-width: 575px) {
  .accessibility-bar a { font-size: 12px }
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 150%;
  }
}

/*--------------------------- ACESSIBILIDADE PAGE ---------------------------*/
.view-acessibilidade ul { margin-bottom: 30px; }

/*--------------------------- SITEMAP ---------------------------*/
.block-menu .menu { margin-top: 0;   padding-left: 0!important; }

.block-menu .expanded,
.content > .menu > li:not(.expanded) { margin-bottom: 35px; }

.block-menu .content > .menu > li:not(.expanded) a,
.block-menu .expanded > a {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}

.block-menu .expanded li a { display: inline-block; padding: 3px 0; }

/*--------------------------- INTENCAO DE REMOCAO ---------------------------*/
.document-card .card-title { line-height: 150%; }

.search-form { display: none }

.editais-vigentes {
  opacity: 1;
  position: absolute;
  left: 50%;
  height: 30px;
  width: 50%;
}

.card-title-edital {
  position: relative;
  height: 60px;
}
