.navbar {
  /* Header */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

  position: fixed;
  width: 100vw;
  height: 50px;
  left: 0px;
  top: 0px;
  color: white !important;
  /* Gradient 1 */
  background: #0F0F11;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);

  /* Inside auto layout */
  flex: none;
  order: 6;
  flex-grow: 0;
  z-index: 6;
  padding-top: 2;
  padding-bottom: 2;

}

.navbar-brand {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.navbar-brand-title {
  color: white;
}

.nav-link {
  color: white !important;
}

.parallax {
  position: relative;
  background-image: url('../img/bgi.png');
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

/* Camada escura com filtro */
.parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* camada escura por cima */
  filter: drop-shadow(0px 34px 24.6px rgba(0, 0, 0, 0.57));
  z-index: 1;
}

/* Conteúdo acima da sombra */
.parallax .container {
  position: relative;
  z-index: 2;
}

.parallax h1 {
  font-size: 4rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.btn-avalancher {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1.5rem;
  font-weight: 500;
  color: transparent;
  background-color: transparent;
  border: 2px solid #f47b20;
  border-radius: 10px;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #ff9f45, #f06d29);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-avalancher:hover {
  background-color: #f47b20;
  color: white;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  text-shadow: none;
}


.frame2 {
  /* Frame 2 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px 0px;
  gap: 80px;
  isolation: isolate;

  width: 1440px;
  height: 793px;

  background: linear-gradient(180deg, rgba(38, 36, 37, 0) 0%, #000000 100%);
  filter: drop-shadow(0px 34px 24.6px rgba(0, 0, 0, 0.57));

  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  z-index: 0;

}

.body {
  background: linear-gradient(180deg, #262425 0%, #0F0F11 69.71%);
  box-shadow: inset 1px 0px 112px rgba(0, 0, 0, 0.6);
  color: white !important;
  font-family: 'Montserrat';
}

.fs-22 {
  font-size: 22px !important;
}

body {
  background: #1E1E1E;
  background-color: linear-gradient(180deg, #262425 0%, #0F0F11 69.71%);
  color: white;
}

.section-div {
  display: flex;
  justify-content: center;
}

.default-max-w {
  display: flex;
  width: 100%;
  max-width: 1400px;
}

.text-bold {
  font-weight: bold;
  font-size: large;
  margin-bottom: 0;
  margin-top: 70px;
}

.whole-page-inlay-shadow {
  box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.50);
}

.div-shadow {
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.50);
}

.section-gradient-h {
  background: radial-gradient(61.49% 191.03% at 9.27% 23.5%, #262425 0%, #0F0F11 100%);
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.minds-section-text-div {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  
}

.name-cargo-div {
  display: flex;
  flex-direction: column;
}

.footer {
  background-color: #0d0d0d;
}

.footer i {
  font-size: 1.2rem;
}

/* Estilo do botão já fornecido */
.btn-avalancher {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1.5rem;
  font-weight: 500;
  color: transparent;
  background-color: transparent;
  border: 2px solid #f47b20;
  border-radius: 10px;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #ff9f45, #f06d29);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-avalancher:hover {
  background-color: #f47b20;
  color: white;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  text-shadow: none;
}

.hero-3d {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-3d .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  pointer-events: none;
}

/* Fundo */
.hero-3d .background {
  background-size: cover;
  background-position: center;
  filter: blur(4px);
  z-index: 1;
}

/* Texto e botão */
.hero-3d .hero-content {
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 10px black;
}

.hero-3d .hero-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

/* Grupo de pessoas */
.hero-3d .people-group {
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  pointer-events: none;
}

.hero-3d .people-group img {
  width: 58vw;
  max-width: 520px;
  height: auto;
  scale: 1.2;
}

/* Botão personalizado */
.btn-avalancher {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1.5rem;
  font-weight: 500;
  color: transparent;
  background-color: transparent;
  border: 2px solid #f47b20;
  border-radius: 10px;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #ff9f45, #f06d29);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn-avalancher:hover {
  background-color: #f47b20;
  color: white;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  text-shadow: none;
}