
#page-institucional .titulo1{
  font-size: 36px;
  color: #032A64;
  font-weight: 700;
}

#page-institucional .titulo3{
  font-size: 25px;
  color: #032A64;
  font-weight: 700;
}

#page-institucional .titulo2{
  font-size: 32px;
  color: #E43470 ;
}

#page-institucional .bg-azul{
  background-color: #33ADC8;
}

#page-institucional .bg-cinza{ 
  background-color: #E9E9E9;
}


#page-institucional #profileCarousel .carousel-item {
  padding: 2rem 1rem;
}

#page-institucional #profileCarousel .profile-img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#page-institucional #profileCarousel .img-carrossel{
  position: relative;
}

#page-institucional #profileCarousel .info-box {
  background: #F2F2F7;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  min-height: 400px;
}

#page-institucional #profileCarousel  .info-box h4{
  font-size: 36px;
  font-weight: 700;
  color:#032A64;
}

#page-institucional #profileCarousel  .info-box .subtitulo{
  color:#000;
}

#page-institucional #profileCarousel .info-box .conteudo-box{
  color: #6F6C6C;
  font-size: 13px;
}


#page-institucional #profileCarousel .profile-controls{
  position: absolute;
    top: 360px;
    right: 0px;
    width: 98px;
    background-color: #FEFBF5;
    border-radius: 21px 0 0 0;
    height: 45px;
    padding-top: 5px;
    text-align: right;
    height: 50px;
}


#page-institucional #profileCarousel .profile-controls .bt-prev{
  border: none;
  background-color: #FEFBF5;
}

#page-institucional #profileCarousel .profile-controls .bt-next{
  border: none;
    background-color: #FEFBF5;
    margin-left: 6px;
    margin-right: 5px;
}


@media (max-width: 768px) {
  #page-institucional #profileCarousel  .info-box {
    margin-top: 1.5rem;
  }
}

#page-institucional .section-galeria .galeria-titulo{
  text-align: center;
}



/* Container principal da linha do tempo */
#page-institucional .section-galeria .linha-tempo-wrapper {
  position: relative;
  overflow-x: auto; /* Permite scroll horizontal */
  overflow-y: hidden;
  width: 100%;
  cursor: grab;
  scrollbar-width: none; /* Firefox */
}

#page-institucional .section-galeria .linha-tempo-wrapper::-webkit-scrollbar {
  display: none; /* Oculta no Chrome e Safari */
}

/* Faixa rolável */
#page-institucional .linha-tempo-scroll {
    display: flex;
    align-items: center;
    gap: 4rem;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 2rem 0;
    scrollbar-width: none; /* Firefox */
  }

#page-institucional .linha-tempo-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  /* Linha central */
#page-institucional .linha-tempo-scroll::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #ec407a;
    z-index: 0;
  }

#page-institucional .section-galeria .linha-tempo {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2rem 0;
  position: relative;
  width: max-content;
}

  /* Linha horizontal */
#page-institucional .section-galeria .linha-tempo::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ec407a;
  z-index: 0;
}

  /* Cada item */
#page-institucional .section-galeria .presidente {
    flex: 0 0 auto;
    text-align: center;
    z-index: 1;
    text-align: left;
    width: 360px;
    padding-top: 50px;
  }

#page-institucional .section-galeria .presidente .img-linha {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 0.5rem;
    overflow: hidden;
  }

#page-institucional .section-galeria .presidente h6 {
    font-weight: 700;
    margin-bottom: 0;
  }

#page-institucional .section-galeria .presidente p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
  }

  /* Pontos na linha */
#page-institucional .section-galeria .presidente::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 8px;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-color: #ec407a;
    border-radius: 50%;
    z-index: 2;
  }

  /* Estilo do título */
#page-institucional .section-galeria .galeria-titulo {
  position: relative;
}

#page-institucional .section-info .box-esquerda{
  color:#fff;
  background-color: #33ADC8 !important;
}


#page-institucional .section-secretarias .btn-category-secretaria{
  background-color: #fff;
  border: #E5E5E5 solid 1px;
  color: #000;
  border-radius: 10px;
  margin-right: 15px;
  max-width: max-content;
  margin-top: 5px;
}

#page-institucional .section-secretarias .btn-category-secretaria:hover{
  background-color: #33ADC8;
  color: #fff;
}

#page-institucional .section-secretarias .btn-category-secretaria.active{
  background-color: #33ADC8;
  color: #fff;
}


#page-institucional .section-secretarias .box-secretaria{
  height: 340px;
  padding: 20px;
}

.section-secretarias .box-secretaria .legenda div{
  color: #fff;
  border: #fff solid 1px;
  border-radius: 25px;
  padding: 5px;
  width: max-content;
  font-size: 15px;
}

.section-secretarias .box-secretaria .titulo p{
  color: #fff;
}

.section-secretarias .box-secretaria .legenda, .section-secretarias .box-secretaria .titulo{
  height: 50%;
} 


