
.custom-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; 
    display: flex; 
    align-items: center;
}


.custom-hero .overlay-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e2a4a;
    opacity: 0.8; 
    z-index: 1;
}


.custom-hero .hero-logo {
    max-width: 80%; 
    height: auto;
}
@media (min-width: 992px) { 
    .custom-hero .hero-logo {
        max-width: 50%; 
    }
}

.custom-hero .hero-title {
    color: #ffffff;
    font-size: 3rem; 
    font-weight: 700;
}
.custom-hero .hero-subtitle {
    color: #ffffff;
}


.custom-hero .hero-btn {
    background-color: #71bd86; 
    border-color: #71bd86;
    transition: all 0.3s ease;
}
.custom-hero .hero-btn:hover {
    background-color: #64a679; 
    border-color: #64a679;
}


.accordion-item {
  margin-bottom: 1.25rem; 
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.275);
}

.accordion-button {
  background-color: #71bd86;
  color: #fff;
  font-weight: 600;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(13, 109, 253, 0.045);
  padding: 1rem 1.25rem; 
}

.accordion-button:not(.collapsed) {
  background-color: #71bd86;
  color: #fff;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
}

.accordion-body {
  background-color: #ffffff8e;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1.75rem 1.5rem;
  line-height: 1.6;
}

.list-group-item {
  background-color: #fdfdfd;
  border: none;
  border-left: 4px solid #3256A3;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  padding: 0.85rem 1rem;
}

.list-group-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.list-group-item strong {
  color: #21abd0;
}

.list-group-item small {
  color: #6c757d;
}


.timeline-box {
  border-left: 4px solid #3256A3;
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
  position:relative;
}

.timeline-box:hover {
  background-color: #fefefe;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.color-actividad {
    border-left-color: #fbba23; 
}

.color-receso{
    border-left-color: #911251;

}

.color-panga{
    border-left-color: #71bd86;

}

.download-icon {
  font-size: 0.9rem;
  color: #b70a0a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.download-icon:hover {
  color: #6181d3;
}


.subtle-download-btn {
  border: 2px solid #a29494;
  color: #3f3e3e;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease;
}

.subtle-download-btn:hover {
  background: #b70a0a;
  color: #fff;
  transform: translateY(-1px);
}


/*postales*/
.timeline-postal-btn {
  text-decoration: none;
  font-size: 1.3rem;
  transition: transform 0.2s ease;
}


.timeline-postal-btn:hover {
  text-decoration: none;
  transform: scale(1.15);
}


.color-actividad .timeline-postal-btn i {
  color: #fbba23;
}

.color-receso .timeline-postal-btn i {
  color: #911251;
}

.color-panga .timeline-postal-btn i {
  color: #71bd86;
}


.timeline-box:not(.color-actividad):not(.color-receso):not(.color-panga) .timeline-postal-btn i {
  color: #3256A3;
}



/*semblanzas */

.timeline-semblanza-btn {
  text-decoration: none;
  font-size: 1rem;
  transition: transform 0.2s ease;
}


.timeline-semblanza-btn:hover {
  text-decoration: none;
  transform: scale(1.15);
}

.color-actividad .timeline-semblanza-btn i {
  color: #fbba23;
}

.color-receso .timeline-semblanza-btn i {
  color: #911251;
}

.color-panga .timeline-semblanza-btn i {
  color: #71bd86;
}

.timeline-box:not(.color-actividad):not(.color-receso):not(.color-panga) .timeline-semblanza-btn i {
  color: #3256A3;
}

.timeline-box .d-flex + .d-flex .timeline-postal-btn {
  margin-top: 3px;
}



