html {
  font-size: 1em;
}

@media (min-width: 768px) {
  html {
    font-size: 1.25em;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

/*CABEÇALHO*/

.LogoSPDigital img {
  width: 100%;
  max-width: 200px;
  height: auto;
  padding: 0.5rem 0 0 1rem;
  text-align: right;
  float: right;
}

.LogoSPDigital h1 {
  width: 100%;
  padding: 0rem 1.25rem 0 1rem;
  margin-top: -0.5rem !important;
  text-align: left;
  font-weight: 600;
}

.LogoSPDigital h1 a {
  color: #001E70;
}

.bg-Header {
  background: #E3E3E3;
}

/*MENU*/

li.nav-item {
  font-size: 0.7em;
  padding: 0 0.35rem;
}

/*GERAL*/

.destaq {
  font-weight: 600;
  background: #e5e5e5;
  padding: 0.25rem 0.5rem;
}

.destaqPg {
  font-weight: 600;
  color: #012b7a;
}



.destaqBNR {
  font-weight: 600;
  color: #76b4fa;
}

/*PÁGINAS*/

h1.titPages {
  background-color: #001E70;
  color: #FFF;
  font-size: 1.25em;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  margin: 2.5rem 0 1.75rem;
}

.txtpage {
  font-size: .8em;
}

.txtpage  p {
  margin: 0 0 1rem 0;
}

.txtpage .btn a {
  font-size: 0.8em;
  color: #FFF !important;
  text-decoration: none;
}

.card.txtpage {
  font-size: 0.8em;
  text-align: justify;
  line-height: 175%;
}

.card.txtpageHome {
  font-size: 1em;
  text-align: justify;
  line-height: 175%;
}

.BoxDenuncie {
  font-size: .7em;
  padding: .75rem 1rem 0 1rem;  
  margin-top: 1.7rem;
  background: #e6e6e6;
  border: 1px solid #b5b5b5;
}

.BoxDenuncie p {
  margin: 0 0 .75rem;
}

/*ACCORDION*/

.ask .accordion-item {
  font-size: 0.8em !important;
  border: none;
  text-align: justify;
}

.ask .accordion-button {
  padding: 0.5rem 0.75rem !important;
  margin-bottom: 0.5rem; 
  font-weight: 600;
}

