@font-face {
  font-family: "FUNGISRegular";
  src: url("fonts/FUNGIS Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
}

@font-face {
  font-family: "FUNGISBold";
  src: url("fonts/FUNGIS Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
  text-rendering: auto;
}

body[lang="pt"] [lang="en"] { display: none; }
body[lang="en"] [lang="pt"] { display: none; }

body {
  margin: 0;
  background-color: #f0e1bd;
  font-family: "FUNGISRegular", sans-serif;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url("img/Ativo 3.png");
  background-position: center;

  opacity: 0.1;
  z-index: -1;
}

nav {
  position: fixed;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

nav.centered {
  font-size: 3em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  text-align: center;
}

nav.sidebar {
  font-size: 2.5em;
  align-items: flex-start;
  text-align: left;
}

.nav-header {
  display: flex;
  align-items: center;
}

.titleimg {
  width: 120px;
  height: auto;
  cursor: pointer;
}

nav.centered .titleimg {
  width: 180px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.sidebar ul {
  padding-left: 5%;
}

nav ul li {
  color: #581c0c;
  margin: 0.5em 0;
}

nav ul li a {
  color: #581c0c;
  text-decoration: none;
  transition: opacity 0.2s;
}

nav ul li a:hover {
  opacity: 0.6;
}

nav ul li a.active-link {
  text-decoration: underline;
  opacity: 0.6;
}

.stamp {
  position: absolute;
  top: 0%;
  left: 60%;
  width: 150px;
  height: auto;
  opacity: 0.8;
}

.content-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #581c0c;
  opacity: 0;
  pointer-events: none;
  padding: 5% 0 5% 40%;
  box-sizing: border-box;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-color: #581c0c #f0e1bd;
}

.content-section.visible {
  pointer-events: all;
}

.content-section h1 {
  font-size: 3em;
  margin-bottom: 0.3em;
}

.content-section p {
  font-size: 1.5em;
  max-width: 70%;
  text-align: left;
  margin-bottom: 0;
}

.content-section i{
  font-size: 0.8em;
}
.content-section .descjob {
  font-size: 1em;
  margin-top: 0;
  padding-left: 1em;
}

.content-section .divider {
  margin-top: 1.5em;
  margin-bottom: 0;
  color: #581c0c;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.45em;
  color: #581c0c;
}

.lang-switch button {
  background: none;
  border: none;
  color: #581c0c;
  cursor: pointer;
  font-size: 1em;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.lang-switch button.active,
.lang-switch button:hover {
  opacity: 1;
  font-weight: bold;
}

.inspo {
  margin: 0;
}

#websitebutton {
  margin-bottom: unset;
  max-width: 88px;
  max-height: 35px;
}

.imsphynx {
  text-decoration: none;
  color: #581c0c;
}

.footer {
  position: fixed;
  bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #581c0c;
}
