
.breadcrumb-custom {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.breadcrumb-custom a {
  color: #fff;
  text-decoration: none;
}

.bio-title {
  font-size: 2rem;
  font-weight: bold;
}

.bio-text {
  font-size: 1rem;
  line-height: 1.6;
}

.mensaje {
  background-color: #112e4a;
  color: #fff;
}

.mensaje h5 {
  font-weight: bold;
}

.mensaje img {
  width: 100%;
}

.social-icons i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
  color: #fff;
}

.quote-box {
  background-color: #112e4a;
  color: #fff;
  padding: 1rem;
  font-size: 1.1rem;
}

.quote-box strong {
  font-weight: bold;
}


.bg-section {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.bg-section h2 {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  margin: 0;
}

.collapsible-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-top: 20px;
  background-color: #f8f9fa;
}

.informes-list {
  border-radius: 10px;
  padding: 20px;
}

.informe-item {
  border-left: 4px solid #c17a17;
  padding: 15px 20px;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.informe-item:hover {
  background-color: #e9ecef;
  transform: translateX(5px);
}

.informe-title {
  font-weight: 600;
  color: #096cc6;
  margin-bottom: 5px;
}

.informe-meta {
  font-size: 0.9rem;
  color: #6c757d;
}

.informe-link {
  text-decoration: none;
  color: #212529;
}

.informe-link:hover {
  text-decoration: none;
}
