/* ==========================
   TÍTULOS E LINKS
========================== */
.section-title {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  color: #111827;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 0.26rem;
  background-color: #10b981;
  border-radius: 2px;
}

.section-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: #047857;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.section-link:hover {
  color: #10b981;
}

.section-link svg {
  width: 1rem;
  height: 0.8rem;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
}

/* ==========================
   INSTAGRAM
========================== */
.instagram-title {
  font-weight: bold;
  color: #111827;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

section img {
  transition: transform 0.3s ease;
}

section img:hover {
  transform: scale(1.05);
}
