﻿/* === Cores personalizadas === */
.bg-trabt {
  background-color: #017371;
}

.btn-success {
  background-color: #017371 !important;
  border-color: #017371 !important;
  color: #fff !important;
}

.btn-success:hover {
  background-color: #015e5c !important;
  border-color: #015e5c !important;
  color: #fff !important;
}

.btn-outline-success {
  color: #017371 !important;
  border-color: #017371 !important;
  background-color: transparent !important;
}

.btn-outline-success:hover {
  background-color: #017371 !important;
  border-color: #017371 !important;
  color: #fff !important;
}


/* === Menu compacto === */
.nav-tight .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.9rem;
}

/* === Ícones sociais no topo === */
.top-icons a {
  color: white;
  margin-left: 0.75rem;
  text-decoration: none;
}

/* Rodapé */
footer {
  background-color: #ffffff;
  color: #333;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

footer p {
  font-size: 0.8rem;
  color: #666;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  margin-bottom: 0.5rem;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #444;
}

/* Borda superior verde no rodapé */
.border-trabt {
  border-top: 2px solid #017371;
}

/* Ícones sociais no rodapé */
footer .social-icons a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .social-icons a:hover {
  color: #017371;
}

/* Responsividade extra */
@media (max-width: 576px) {
  footer .social-icons {
    justify-content: center;
  }
}

.text-trabt {
  color: #017371;
}


/* Estilo dos botões quadrados */
.btn-success,
.btn-outline-success {
  border-radius: 0;
  font-weight: 500;
}


/* Retângulo verde com o ano */
.timeline-year-box {
  background-color: #017371;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: -5px;
}

