/* ==========================================================================
   PAGINA TREKKING (trekking-page.php)
   ========================================================================== */

#trekking-page #first-section .hero-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

#trekking-page .letter-spacing-3 {
  letter-spacing: 3px;
}

#trekking-page #third-section .trekking-card {
  transition: all 0.3s ease;
  overflow: hidden;
}

#trekking-page #third-section .trekking-card img {
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#trekking-page #third-section .trekking-card:hover img {
  transform: scale(1.1);
}

#trekking-page #third-section .short-divider {
  width: 60px;
  height: 3px;
  background-color: var(--color-primary);
}

/* Hover icone intro */
#trekking-page #second-section .fa-solid {
  transition: transform 0.3s ease;
}

#trekking-page #second-section li:hover .fa-solid {
  transform: scale(1.2);
}
