body {
  margin: 0;
  padding: 0;
  background-color: #000000;
}

.wrapper {
  max-width: 2249px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.paragraph {
  max-width: 670px;
  margin: 30px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.06rem;
  box-sizing: border-box;
  color: #ffffff;
}

.oldh1 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  color: #001838;
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 50px;
  font-weight: 700;
  max-width: 680px;
  margin: 30px auto;
}

.headertr {
  height: 500px;
  position: relative;
  z-index: 1000;
  top: -100px;
  opacity: 1; /* start fully visible */
  transition: opacity 0.4s ease; /* smooth fade in/out */
}

.taca-tittle {
  padding-top: 100px;
}

.oldh2 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  color: black;
  font-size: 24px;
  letter-spacing: -2px;
  line-height: 30px;
  font-weight: 700;
  max-width: 680px;
  margin: 30px;
}

.oldh3 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  color: #001838;
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 50px;
  font-weight: 700;
  max-width: 680px;
  margin: 30px auto;
}

@media (max-width: 768px) {
  .oldh3 {
    font-size: 35px;
  }
}

.oldh4 {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  color: #ffffff;
  font-size: 27px;
  letter-spacing: -1px;
  line-height: 30px;
  font-weight: 600;
  max-width: 680px;
  line-height: 34px;
  margin: 10px auto;
  margin-bottom: 30px;
}

figcaption {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  text-align: center;
  color: #ffffff;
}

/* VALIDAR ABAIXO */

.image-container {
  display: flex;
  flex-wrap: wrap;
}

.image-container2 {
  position: relative;
  display: flex;
  height: 50px;
}

.titulo-container {
  position: absolute;
  color: #ffffff;
  left: 50px;
  right: 50px;
  z-index: 0;
  max-width: 1000px;
  margin: 100px auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: -0.2vw;
  line-height: 0.9;
}

.titulo-container2 {
  position: absolute;

  left: 50px;
  right: 50px;
  z-index: 0;
  max-width: 1400px;
  margin: 180px auto;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans Black", sans-serif;
  font-size: 7rem;
  font-weight: bold;
  color: #a18146;
  letter-spacing: -0.2vw;
  line-height: 0.9;
}

.opening-image {
  width: 100%;
  height: auto;
  display: block;
  display: none;
  margin: 0 auto;
  z-index: 1;
  margin-top: 5vw;
}

.figcaption2 {
  display: none;
}

.image-container2 {
  position: relative;
  display: flex;
  height: 50px;
}

.textabre-container {
  position: absolute;
  left: 50px;
  right: 50px;
  max-width: 800px;
  margin: 0 auto;

  text-align: center;
  margin-top: 18rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1px;
}

@media (max-width: 600px) {
  .titulo-container {
    font-size: 2.5rem;
  }

  .titulo-container2 {
    font-size: 3.5rem;
    margin-top: 160px;
  }

  .textabre-container {
    font-size: 1.4rem;
    line-height: 1.8rem;
    left: 20px;
    right: 20px;
    margin-top: 220px;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  margin-top: 27rem;
}

b {
  color: #a18146;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: #a18146;
  background-color: #000000;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  background-color: #c5c5c5;
  color: #000000;
}

.share-icon-whatsapp:hover path {
  fill: #c5c5c5;
  transition: fill 0.3s ease;
}

.social-icons svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-container-text {
  display: flex;
  flex-wrap: wrap;
}

.image-mobile-screen {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .image-mobile-screen {
    display: none;
  }
}

.image-wide-screen {
  width: 100%;
  max-width: 670px;
  height: auto;
  display: none;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .image-wide-screen {
    display: block;
  }
}

.image-box-screen {
  width: 100%;
  max-width: 670px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.video-container {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 3920px) {
  .poscroll3 {
    height: 30500px;
  }
}

@media (max-width: 769px) {
  .poscroll3 {
    height: 30500px;
  }
}

.fixed-content {
  position: sticky;
  top: 0px;
  z-index: 0;
}

.scrollimage {
  display: flex;
  flex-wrap: wrap;
  margin: -497px auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 620px) {
  .lg {
    display: none;
  }

  .sm {
    display: block;
  }
}

@media screen and (min-width: 620px) {
  .sm {
    display: none;
  }

  .lg {
    display: block;
  }
}

.wrapperbox {
  margin: 0 auto;
  margin-top: 1000px;

  box-sizing: border-box;
}

@media only screen and (max-width: 620px) {
  .wrapperbox {
    margin-top: 630px;
    padding: 0;
  }
}

.rolling-content {
  position: relative;
  height: 400px;
  z-index: 99;

  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  display: flex;
  flex-direction: column;
}

.rolling-content p {
  margin: 0;
}

.box {
  width: 483px;
  text-align: center;
  margin: 0 auto;
}

.box2 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));

  margin-top: 4200px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
}

.box3 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 7300px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box4 {
  width: 350px;
  height: 1450px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 700px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box5 {
  width: 350px;
  height: 2050px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 450px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box5-2 {
  width: 350px;
  height: 2050px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 450px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box5-3 {
  width: 350px;
  height: 2050px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 450px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box5-4 {
  width: 350px;
  height: 2050px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 400px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box6 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 1200px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box6-2 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 800px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box7 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 700px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box8 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 500px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box9 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 450px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box10 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 1400px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

.box11 {
  width: 350px;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  margin-top: 2000px;
  border: 1px solid #ffffff;
  margin-left: clamp(0px, 160vh, calc(98vw - 392px));
}

@media only screen and (max-width: 620px) {
  .box {
    width: 300px;
    margin-top: 300px;
  }

  .box2 {
    width: 300px;
    margin: 0 auto;
    margin-top: 3500px;
  }

  .box3 {
    width: 300px;
    margin: 0 auto;
    margin-top: 7000px;
  }

  .box4 {
    width: 300px;
    margin: 0 auto;
    margin-top: 900px;
  }

  .box5 {
    width: 300px;
    margin: 0 auto;
    margin-top: 300px;
  }

  .box5-2 {
    width: 300px;
    margin: 0 auto;
    margin-top: 300px;
  }

  .box5-3 {
    width: 300px;
    margin: 0 auto;
    margin-top: 300px;
  }

  .box5-4 {
    width: 300px;
    margin: 0 auto;
    margin-top: 800px;
  }

  .box6 {
    width: 300px;
    margin: 0 auto;
    margin-top: 1500px;
  }

  .box6-2 {
    width: 300px;
    margin: 0 auto;
    margin-top: 500px;
  }

  .box7 {
    width: 300px;
    margin: 0 auto;
    margin-top: 1400px;
  }

  .box8 {
    width: 300px;
    margin: 0 auto;
    margin-top: 800px;
  }

  .box9 {
    width: 300px;
    margin: 0 auto;
    margin-top: 300px;
  }

  .box10 {
    width: 300px;
    margin: 0 auto;
    margin-top: 1600px;
  }

  .box11 {
    width: 300px;
    margin: 0 auto;
    margin-top: 1300px;
  }
}
.section--credits {
  color: #000000;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  margin: 9.375rem auto 6.875rem;
  max-width: 30.625rem;
  text-align: center;
}

.credits__title {
  font-size: 0.9rem;
  color: #7d5e2f;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom: 0rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.hrcredit {
  color: #ffffff;
  border-color: #000000;
}

.headertr,
.progress-container {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.credit__role {
  text-align: center;
  display: inline-block;
  padding-bottom: 0px;
  color: #7d5e2f;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 100%;
}

.credit__role2 {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.credit__role3 {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.credit__role4 {
  text-align: center;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 50px;
  width: 100%;
}

.progress-bar {
  position: absolute;
  height: 10px;
  background-color: #a181464a; /* Change to your desired color */
  width: 0; /* Initial width is 0 */
  max-width: 100%; /* Set the maximum width for the bar */
  transition: width 0.3s ease-in-out; /* Add a transition for smooth growth animation */
}

#progress-bar-container {
  width: 100%;
  background-color: #ffffff;
  height: 10px;
}

.vidabre-opening {
  margin-top: 50px;
  width: 100%;
  height: 100%;

  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .vidabre-opening {
    margin-top: 50px;
  }
}

/* ─── sonar-base: size & layering only; no positioning here ─── */
/* ─── 1) make the wrapper relative so the GIF can be positioned on top ─── */
.sonar-container {
  position: relative;
  display: inline-block; /* shrink‐wrap around the image */
  width: 100%; /* ensure it scales at 100% width of parent */
  max-width: 100%; /* no overflow */
}

/* ─── 2) position the GIF absolutely inside that container (remove fixed) ─── */
.sonar-base {
  position: absolute;
  width: 120px; /* match your actual gif’s intrinsic width */
  height: 120px; /* match your actual gif’s intrinsic height */
  pointer-events: none;
  /* no top/left here—those go in .sonar-point */
  z-index: 9999; /* float above the scroll image */
}

/* ─── 3) pick the exact point as percentages of the container’s dimensions ─── */
/*     example: top: 30%; left: 50%; means “30% down, 50% from left” of sonar-container */
.sonar-point {
  top: 30%; /* ← adjust this so the GIF aligns vertically over your image */
  left: 50%; /* ← adjust this so the GIF aligns horizontally over your image */
  transform: translate(-50%, -50%);
}

/* ─── 4) keep the mobile/desktop image behavior the same ─── */
@media screen and (max-width: 620px) {
  .sonar-container .lg {
    display: none;
  }
  .sonar-container .sm {
    display: block;
  }
}

@media screen and (min-width: 620px) {
  .sonar-container .sm {
    display: none;
  }
  .sonar-container .lg {
    display: block;
  }
}

.trof-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.trof-modal.active {
  display: block;
}
.trof-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.trof-modal-content {
  position: relative;
  max-width: 600px;
  max-height: 90vh;
  margin: 0 auto;
  transform: scale(0.8);
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0.56);
  color: #ffffff;
  padding: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.962);
  border-radius: 4px;
  overflow-y: auto;
}

.trof-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;

  font-size: 1.5rem;
  color: #ffffff;
  cursor: pointer;
}

.trof-modal-body p {
  margin-top: 20px;
}

.trof-trigger {
  color: #fff;
  text-decoration: underline;
  font-size: 1rem;
  font-style: italic;
}
.trof-trigger:hover {
  color: #a18146;
}
