.section-hero {
  height: 70vh;
  background-image: url('../images/banner_institucional.jpg');
  background-size: cover;
  background-position: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.section1-title {
    bottom: 40px; 
    left: 11rem; 
    text-align: left; 
    position: absolute;
    color: #f5f5f5;
}

#section2 {
  color: #8f959b;
}

.btn-header h1{
    margin-right: 11rem;
}
/* Barra informativa abaixo da imagem */
.barra-informativa {
  background-color: #8f959b;
  font-size: 0.95rem;
  padding: 16px 0;
}

.links {
  color: #f5f5f5; 
  font-family: 'Questrial', sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin: 0 24px;
  position: relative;
  padding-bottom: 4px;
}

.links.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: auto;
  width: 120%;
  height: 2px;
  background-color: #c73626;
  border-radius: 1px;
  transform: translateX(-50%);
}



@media screen and (max-width: 768px) {
    

} 

@media screen and (min-width: 769px) { 
    
}