#mode,
#e-mail,
#github,
#linkedin,
#ingles,
#portuges {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;

  img {
    width: 4rem;
    height: auto;
  }

  h2 {
    font-weight: 600;
    font-size: 1.2rem;
  }

  h3 {
    color: var(--dark-color);
    font-weight: 400;
  }

  p {
    font-weight: 300;
  }
}

.oculto {
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

.moon,
.sun {
  position: fixed;
  transition: opacity 0.1s ease, transform 0.1s ease;
}
