:root {
 --color-0: #FFFFFF;
}

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}

p, 
a,
ul {
  font-size: 1rem;
}

p {
  color: #393a3f;
  margin-bottom: 2.5rem; !important;
  margin-top: 1.5rem;
}

ul.itens {
 color: #393a3f;
 margin: 1.5rem 0 2.5rem;
}

ul.itens > li {
 margin-bottom: 1rem;
}

a {
  color: #0152ae;
  padding: .5rem 0;
  //text-decoration: underline;
}

a:hover { 
  color: #0152ae;
  text-decoration: underline;
}

a.link{
  color: var(--color-0);
  font-size: 1rem;
  text-decoration: underline;
}

a.link:hover { 
  color: var(--color-0);
  text-decoration: none;
}

a.link-back {
 color: #066a3a;
 font-size: 1.5rem;
}

a.link {
 color: #FFF;
}

a.link:hover {
 text-decoration: underline;
}


a.active-item {
 font-weight: 700;
}

a.btn-link {
 display: flex;
 justify-content: center;
 padding: 1rem;
 border: 2px solid #008f4a;
 border-radius: 10px;
 color: #006735;
 font-weight: 700;
}

a.btn-link:hover {
 color: #fff;
 border: 2px solid #006735;
 background-color: #006735;
 transition: .3s;
}

h1,
h2,
h3 {
 font-family: "Roboto", sans-serif;
 font-weight: 600;
}

h1 {
 color: var(--color-0);
 font-size: 2.027rem;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h2 {
  font-size: 1.802rem;
  color: #066a3a;
  //margin: 0 0 1rem 0;
  padding: 0 0 .8rem 0;
  border-bottom: .1rem solid #084f2d4a;
}

h3 {
 font-size: 1.602rem;
 color: #084F2D;
 margin-bottom: 1.5rem;
}

h4 {
 font-size: 1.424rem;
 color: #07311D;
 margin-bottom: 1rem;
}

#navbar-aux-pibid {
 background-color: #084F2D;
 padding: .6rem 1rem;
}

#menu-pibid {
 justify-content: space-between;
 width: 100%;
}

#menu-pibid a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
}

#menu-pibid a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #ffffff;
  margin-top: 4px;
  transition: 0.3s;
  position: absolute;
}

#menu-pibid a:hover:after {
  width: 100%;
}

.nav-item.item-menu-pibid {
 color: var(--color-0);
}

.section-pibid, .section {
  margin: 3rem 0;
}

.bg-menu {
 background-color: #066A3A;
 padding: 0.875rem;
}

.material-icons {
  vertical-align: sub;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.margin-left {
  margin-left: 4rem;
}

.accordion {
 background-color: #ffffff;
 color: #066a3a;
 padding: 1.5rem 2rem;
 width: 100%;
 text-align: left;
 font-size: 1rem;
 //transition: .3s;
 border: 0;
 border-bottom: 1px solid #066a3a26;
 display: grid;
 grid-template-columns: 21fr 1fr;
 gap: 1rem;
 align-items: center;
 font-weight: 600;
}

.accordion:after {
 display: grid;
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 font-weight: bold;
 justify-items: center;
}

.active:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

.acc2:after{
 //margin-right: 17px !important;
 margin-left: -23px !important;
 margin-top: -10px;
}

.accordion + .panel {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

.accordion.active {
  border-bottom: none; /* Remove a borda inferior do botão quando ativo */
}

.panel {
 padding: 0 8px;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panel.active {
 border-bottom: 1px solid #066a3a26; /* Borda inferior visível do painel quando expandido */
 transition: max-height 0.3s ease-out;
}

.panel p{
 margin: 1.5rem;
}

.panel a, .panel a:hover{
 font-size: 1rem !important;
}

.panel ul{
 margin: 25px;
}

footer {
  padding: 16px 0 40px;
}

footer.ft {
 background-color: #07311D;
}

footer p {
 color: var(--color-0);
 margin-bottom: 0;
}

button:focus {outline:0 !important;}

@media (min-width: 0) and (max-width: 576px) {
 .margin-left {
  margin-left: 0;
 }

 h1 {
  font-size: 1.8rem;
 }
}

@media (min-width: 577px) and (max-width: 767px) {
 #menu-pibid {
  gap: 10px;
 }

 .flex-col {
  flex-direction: column;
 }

 .w-full {
  max-width: 100%;
 }

 .margin-left {
  margin-left: 0;
  align-content: center;
 }
}

@media (min-width: 768px) and (max-width: 991px) {
 .margin-left {
  margin-left: 0;
  align-content: center;
 }
}

@media screen and (max-width: 1200px) {
  .accordion {
    width: 100%;
  }

 .margin-left {
  align-content: center;
 }
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Regular'),
    url('/site/midia/arquivos/roboto-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Bold'),
    url('/site/midia/arquivos/roboto-bold.woff2') format('woff2');
  font-display: swap;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 4px;
}
