body {
  margin: 0;
  padding: 0;
}

.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: #000000;
}

.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;
}

.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: #001838;
  font-size: 35px;
  letter-spacing: -2px;
  line-height: 30px;
  font-weight: 700;
  max-width: 680px;
  line-height: 34px;
  margin: 10px auto;
}

figcaption {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 15px;
}

/* VALIDAR ABAIXO */

.image-container {
  display: flex;
  flex-wrap: wrap;
}

.image-container2 {
  position: relative;
  display: flex;
  height: 50px;
}

.titulo-container {
  position: absolute;
  display: none;
  left: 50px;
  right: 50px;
  z-index: 0;
  max-width: 1000px;
  margin: 10 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 5.83vw;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -0.5vw;
  line-height: 0.9;
}

.titulo-container2 {
  position: absolute;
  display: none;
  left: 50px;
  right: 50px;
  z-index: 0;
  max-width: 1400px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans Black", sans-serif;
  font-size: 11.46vw;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.5vw;
  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: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 2.5vw;
  font-size: 2vw;
  font-weight: bold;
  color: #000000;
  letter-spacing: -1px;
}

@media (min-width: 2000px) {
  .textabre-container {
    font-size: 1.5vw;
  }
}

@media (max-width: 1200px) {
  .textabre-container {
    font-size: 2.5vw;
    line-height: 3vw;
  }
}

@media (max-width: 990px) {
  .textabre-container {
    font-size: 3vw;
    line-height: 3.5vw;
  }
}

@media (max-width: 690px) {
  .textabre-container {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
}

@media (max-width: 490px) {
  .textabre-container {
    font-size: 4vw;
    line-height: 4.5vw;
  }
}

@media (max-width: 390px) {
  .textabre-container {
    font-size: 5vw;
    line-height: 4.5vw;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  margin-top: 9vw;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: #000000;
  background-color: #ffffff;
  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: 28000px;
  }
}

@media (max-width: 769px) {
  .poscroll3 {
    height: 20800px;
  }
}

.fixed-content {
  position: sticky;
  top: -30px;
  z-index: -1;
}

@media only screen and (max-width: 400px) {
  .fixed-content {
    position: sticky;
    top: 0%;
    z-index: -1;
    overflow: hidden !important;
  }
}

.scrollimage {
  display: flex;
  flex-wrap: wrap;
  margin: 0 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 {
  max-width: 1249px;
  margin: 0 auto;
  margin-top: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 620px) {
  .wrapperbox {
    margin-top: 630px;
    padding: 0;
  }
}

.rolling-content {
  position: relative;
  width: 400px;
  height: 400px;
  z-index: 99;
  padding: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  display: flex;
  flex-direction: column;
}

.rolling-content p {
  margin: 0;
}

@media only screen and (min-width: 1600px) {
  .rolling-content {
    left: -213px;
  }
}

@media only screen and (max-width: 500px) {
  .rolling-content p {
    font-size: 1.15rem;
    width: 260px;
  }
}

@media only screen and (max-width: 500px) {
  .rolling-content {
    width: 360px;
    z-index: 2;
  }
}

@media only screen and (max-width: 430px) {
  .rolling-content p {
    font-size: 1.15rem;
    width: 260px;
  }
}

@media only screen and (max-width: 430px) {
  .rolling-content {
    width: 360px;
    padding: 0px;
  }
}

.box {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.box2 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  margin-top: 4900px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.box3 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  margin-top: 1500px;
  border-radius: 10px;
}

.box4 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  margin-top: 5000px;
  border-radius: 10px;
}

.box5 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 3500px;
}

.box6 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 3900px;
}

.box7 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  margin-top: 3000px;
  border-radius: 10px;
}

.box8 {
  width: 450px;
  height: 950px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-left: 0px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.box9 {
  width: 410px;
  height: 550px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-top: 9235px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.box10 {
  width: 410px;
  height: 550px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-top: 2035px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.box11 {
  width: 410px;
  height: 550px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  margin-top: 3035px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 620px) {
  .box {
    width: 300px;
    margin-top: 35px;
  }

  .box2 {
    width: 300px;
    margin-top: 2500px;
  }

  .box3 {
    width: 300px;
    margin-top: 1000px;
    height: 1086px;
  }

  .box4 {
    width: 300px;
    margin-top: 3000px;
  }

  .box5 {
    width: 300px;
    margin-top: 3000px;
  }

  .box6 {
    width: 300px;
    margin-top: 2600px;
  }

  .box7 {
    width: 300px;
    margin-top: 2000px;
  }

  .box8 {
    width: 300px;
    margin-top: 460px;
  }

  .box9 {
    width: 300px;
    margin-top: 2560px;
  }

  .box10 {
    width: 300px;
    margin-top: 460px;
  }

  .box11 {
    width: 300px;
    margin-top: 860px;
  }
} /*
@media only screen and (max-width: 520px) {
  .box {
    width: 300px;
    margin-top: 35px;
  }

  .box2 {
    width: 300px;
    margin-top: 536px;
  }

  .box3 {
    width: 300px;
    margin-top: 560px;
  }

  .box4 {
    width: 300px;
    margin-top: 1560px;
  }

  .box5 {
    width: 300px;
    margin-top: 560px;
  }

  .box6 {
    width: 300px;
    margin-top: 560px;
  }

  .box7 {
    width: 300px;
    margin-top: 260px;
  }

  .box8 {
    width: 300px;
    margin-top: 460px;
  }

  .box9 {
    width: 300px;
    margin-top: 2560px;
  }

  .box10 {
    width: 300px;
    margin-top: 460px;
  }

  .box11 {
    width: 300px;
    margin-top: 860px;
  }
}
*/
.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: #000000;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom: 0rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.hrcredit {
  color: #000000;
  border-color: #000000;
}

.credit__role {
  text-align: center;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 100%;
}

.credit__role2 {
  text-align: center;
  display: inline-block;
  color: #000000;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.credit__role3 {
  text-align: center;
  display: inline-block;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.credit__role4 {
  text-align: center;
  display: inline-block;
  color: #000000;
  margin-bottom: 50px;
  width: 100%;
}

.progress-bar {
  position: absolute;
  height: 10px;
  background-color: #06aa48; /* 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;
  }
}
